Warning: Undefined array key "PHP_AUTH_USER" in /home/backoffice.pudserv.com/dev-backoffice.pudserv.com/config.php on line 18
console.log('poi rorder: 260715001');

Order Info:

Array
(
    [comments] => Install and stairs prepaid 3rd floor
    [additional_notes] => 
    [targetdate] => 2026-07-17 00:00:00.000
    [location] => 0000
    [paid] => 1
    [balance] => 0
    [release] => 1
    [orderlines] => Array
        (
            [0] => Array
                (
                    [model] => GUD24ESSMWW
                    [notes] => 
                    [instock] => 1
                    [fulfilled] => 0
                    [attarget] => 1
                    [location] => 0000
                    [serial] => SAHD073469C
                    [recid] => 208432
                    [received_date] => 2026-07-06
                )

            [1] => Array
                (
                    [model] => PARTS
                    [description] => PARTS
                    [notes] => SSHOSES, EDCORD, DRVENT
                    [recid] => 208433
                )

            [5] => Array
                (
                    [model] => LABOR
                    [description] => LABOR
                    [notes] => Elec. Dryer install per delivery company
                    [recid] => 208444
                )

            [6] => Array
                (
                    [model] => LABOR
                    [description] => LABOR
                    [notes] => 3rd floor carry up per delivery company.
                    [recid] => 208445
                )

        )

    [emails] => Array
        (
            [0] => erivera@robbinsrealestate.com
            [1] => croseo@robbinsrealestate.com
        )

    [status] => 1
    [statusmessage] => OK
    [orderno] => 260715001
    [numitems] => 1
    [numinstock] => 1
    [numattarget] => 1
    [numfulfilled] => 0
    [customerno] => 3024785555
    [shipmethod] => delivery
    [readystatus] => 1
    [orderopen] => 1
    [billname] => White Robbins Property Mgmt.
    [billaddr1] => 3513 Concord Pk
    [billaddr2] => 2100
    [billcity] => WILMINGTON
    [billstate] => DE
    [billzip] => 19803
    [shipname] => Kevin M. Fennessy
    [shipaddr1] => 3805 Eastview Ln
    [shipaddr2] => Unit 805
    [shipcity] => WILMINGTON
    [shipstate] => DE
    [shipzip] => 19802
    [phonenos] => Array
        (
            [0] => 3024785555
            [1] => 3022755852
            [5] => 3025457684
        )

)

Order Lines:

Array
(
    [0] => Array
        (
            [model] => GUD24ESSMWW
            [notes] => 
            [instock] => 1
            [fulfilled] => 0
            [attarget] => 1
            [location] => 0000
            [serial] => SAHD073469C
            [recid] => 208432
            [received_date] => 2026-07-06
        )

    [1] => Array
        (
            [model] => PARTS
            [description] => PARTS
            [notes] => SSHOSES, EDCORD, DRVENT
            [recid] => 208433
        )

    [5] => Array
        (
            [model] => LABOR
            [description] => LABOR
            [notes] => Elec. Dryer install per delivery company
            [recid] => 208444
        )

    [6] => Array
        (
            [model] => LABOR
            [description] => LABOR
            [notes] => 3rd floor carry up per delivery company.
            [recid] => 208445
        )

)

Warning: Undefined array key 2 in /home/backoffice.pudserv.com/dev-backoffice.pudserv.com/poi.php on line 361

Warning: Undefined array key 3 in /home/backoffice.pudserv.com/dev-backoffice.pudserv.com/poi.php on line 362

Warning: Undefined array key 4 in /home/backoffice.pudserv.com/dev-backoffice.pudserv.com/poi.php on line 373

Warning: Undefined array key 4 in /home/backoffice.pudserv.com/dev-backoffice.pudserv.com/poi.php on line 417
change_deliver_dd('deliver_contacts',3); $('#contact_name-0').attr('value','White Robbins Property Mgmt.'); $('#contact_email-0').attr('value','erivera@robbinsrealestate.com'); $('#contact_phone-0').attr('value','3024785555'); $('#contact_phonetxt-0').attr('value','3024785555'); $('#contact_name-1').attr('value','Kevin M. Fennessy'); $('#contact_email-1').attr('value','croseo@robbinsrealestate.com'); $('#contact_phone-1').attr('value','3022755852'); $('#contact_phonetxt-1').attr('value','3022755852');
Warning: Undefined variable $contact_name_3 in /home/backoffice.pudserv.com/dev-backoffice.pudserv.com/poi.php on line 434
$('#contact_name-2').attr('value','');
Warning: Undefined variable $email_3 in /home/backoffice.pudserv.com/dev-backoffice.pudserv.com/poi.php on line 436
$('#contact_email-2').attr('value',''); $('#contact_phone-2').attr('value','3025457684'); $('#contact_phonetxt-2').attr('value','3025457684');

key 1

Model #s:

Array
(
    [0] => GUD24ESSMWW
)
console.log('modelnumbs_arr: [\"GUD24ESSMWW\"]');
Warning: Undefined array key "statusmessage" in /home/backoffice.pudserv.com/dev-backoffice.pudserv.com/poi.php on line 505
console.log('Fix 1: [\"LABOR\",\"PARTS\"]');

fix LABOR

Columns model:

Array
(
    [0] => GUD24ESSMWW
    [1] => PARTS
    [5] => LABOR
    [6] => LABOR
)

key 5

fix PARTS

Columns model:

Array
(
    [0] => GUD24ESSMWW
    [1] => PARTS
    [5] => LABOR
    [6] => LABOR
)

key 1

console.log('Fix: [\"LABOR\",\"PARTS\"]'); console.log('modelnumbs: {\"0\":\"GUD24ESSMWW\",\"3\":\"LABOR\",\"4\":\"PARTS\"}');

Model Info:

Array
(
    [GUD24ESSMWW] => Array
        (
            [model] => GUD24ESSMWW
            [brand] => GE
            [description] => GE Spacemaker 24" Unitized Laundry Center, Electric Dryer
            [height] => 74.875
            [width] => 23.75
            [depth] => 27.375
            [case_depth] => 
            [case_height] => 
            [class] => Laundry
            [electric] => 1
        )

    [LABOR] => Array
        (
            [class] => Labor
            [serial] => Elec. Dryer install per delivery company 
            [model] => LABOR
            [description] => 
            [notes] => Elec. Dryer install per delivery company
            [width] => 1
            [depth] => 1
            [height] => 1
            [weight] => 1
            [fulfilled] => 0
        )

    [PARTS] => Array
        (
            [class] => Parts
            [serial] => SSHOSES, EDCORD, DRVENT 
            [model] => PARTS
            [description] => 
            [notes] => SSHOSES, EDCORD, DRVENT
            [width] => 1
            [depth] => 1
            [height] => 1
            [weight] => 1
            [fulfilled] => 0
        )

)
var def_width = {}; var def_height = {}; var def_depth = {}; var def_weight = {}; console.log('i cnt GUD24ESSMWW: 0');
Warning: Undefined variable $description in /home/backoffice.pudserv.com/dev-backoffice.pudserv.com/poi.php on line 644

Warning: Undefined variable $description in /home/backoffice.pudserv.com/dev-backoffice.pudserv.com/poi.php on line 650
console.log('Notes: ');

Model Info GUD24ESSMWW:

Array
(
    [model] => GUD24ESSMWW
    [brand] => GE
    [description] => GE Spacemaker 24" Unitized Laundry Center, Electric Dryer
    [height] => 74.875
    [width] => 23.75
    [depth] => 27.375
    [case_depth] => 
    [case_height] => 
    [class] => Laundry
    [electric] => 1
)

(0) GUD24ESSMWW


Warning: Undefined variable $orli in /home/backoffice.pudserv.com/dev-backoffice.pudserv.com/poi.php on line 809
def_width[43] = '1-36 inches'; def_height[43] = '73-84 inches'; def_depth[43] = '1-36 inches'; def_weight[43] = '251-300 lbs';
INSERT INTO model_info (model_numb,store_id,model_brand,model_description,prod_type,class,subclass,heat_source,height,width,depth,weight) VALUES ('GUD24ESSMWW','1','GE','GE Spacemaker 24" Unitized Laundry Center, Electric Dryer','43','Laundry','','Electric','74.875','23.75','27.375','') ON DUPLICATE KEY UPDATE model_description = 'GE Spacemaker 24" Unitized Laundry Center, Electric Dryer',prod_type='43',class='Laundry',subclass='',heat_source='Electric',height='74.875',width='23.75',depth='27.375',weight='' ; console.log('i cnt PARTS: 1'); console.log('Notes: SSHOSES, EDCORD, DRVENT');

Model Info PARTS:

Array
(
    [class] => Parts
    [serial] => SSHOSES, EDCORD, DRVENT 
    [model] => PARTS
    [description] => 
    [notes] => SSHOSES, EDCORD, DRVENT
    [width] => 1
    [depth] => 1
    [height] => 1
    [weight] => 1
    [fulfilled] => 0
)

(1) PARTS


Warning: Undefined variable $orli in /home/backoffice.pudserv.com/dev-backoffice.pudserv.com/poi.php on line 809
def_width[38] = '1-36 inches'; def_height[38] = '1-36 inches'; def_depth[38] = '1-36 inches'; def_weight[38] = '1-50 lbs';
Warning: Undefined variable $brand in /home/backoffice.pudserv.com/dev-backoffice.pudserv.com/poi.php on line 835

INSERT INTO model_info (model_numb,store_id,model_brand,model_description,prod_type,class,subclass,heat_source,height,width,depth,weight) VALUES ('PARTS','1','','','38','Parts','','','1','1','1','1') ON DUPLICATE KEY UPDATE model_description = '',prod_type='38',class='Parts',subclass='',heat_source='',height='1',width='1',depth='1',weight='1' ;
Warning: Undefined variable $brand in /home/backoffice.pudserv.com/dev-backoffice.pudserv.com/poi.php on line 841

Warning: Undefined array key "" in /home/backoffice.pudserv.com/dev-backoffice.pudserv.com/poi.php on line 841
console.log('i cnt LABOR: 2'); console.log('Notes: Elec. Dryer install per delivery company');

Model Info LABOR:

Array
(
    [class] => Labor
    [serial] => Elec. Dryer install per delivery company 
    [model] => LABOR
    [description] => 
    [notes] => Elec. Dryer install per delivery company
    [width] => 1
    [depth] => 1
    [height] => 1
    [weight] => 1
    [fulfilled] => 0
)

(2) LABOR


Warning: Undefined variable $orli in /home/backoffice.pudserv.com/dev-backoffice.pudserv.com/poi.php on line 809

Warning: Undefined variable $brand in /home/backoffice.pudserv.com/dev-backoffice.pudserv.com/poi.php on line 835

INSERT INTO model_info (model_numb,store_id,model_brand,model_description,prod_type,class,subclass,heat_source,height,width,depth,weight) VALUES ('LABOR','1','','','67','Labor','','','1','1','1','1') ON DUPLICATE KEY UPDATE model_description = '',prod_type='67',class='Labor',subclass='',heat_source='',height='1',width='1',depth='1',weight='1' ;
Warning: Undefined variable $brand in /home/backoffice.pudserv.com/dev-backoffice.pudserv.com/poi.php on line 841

Warning: Undefined array key "" in /home/backoffice.pudserv.com/dev-backoffice.pudserv.com/poi.php on line 841
console.log('i cnt LABOR: 3'); console.log('Notes: 3rd floor carry up per delivery company.');

Model Info LABOR:

Array
(
    [class] => Labor
    [serial] => Elec. Dryer install per delivery company 
    [model] => LABOR
    [description] => 
    [notes] => Elec. Dryer install per delivery company
    [width] => 1
    [depth] => 1
    [height] => 1
    [weight] => 1
    [fulfilled] => 0
)

(3) LABOR


Warning: Undefined variable $orli in /home/backoffice.pudserv.com/dev-backoffice.pudserv.com/poi.php on line 809

Warning: Undefined variable $brand in /home/backoffice.pudserv.com/dev-backoffice.pudserv.com/poi.php on line 835

INSERT INTO model_info (model_numb,store_id,model_brand,model_description,prod_type,class,subclass,heat_source,height,width,depth,weight) VALUES ('LABOR','1','','','67','Labor','','','1','1','1','1') ON DUPLICATE KEY UPDATE model_description = '',prod_type='67',class='Labor',subclass='',heat_source='',height='1',width='1',depth='1',weight='1' ;
Warning: Undefined variable $brand in /home/backoffice.pudserv.com/dev-backoffice.pudserv.com/poi.php on line 841

Warning: Undefined array key "" in /home/backoffice.pudserv.com/dev-backoffice.pudserv.com/poi.php on line 841
$('#covered_delivery').val(60); tally_delivery(); $('#store_order_numb-button-0').removeClass('redbg'); $('#store_order_numb-button-0').addClass('graybg'); change_deliver_dd('deliver_products',4); $('#product-span-0').css('background-color','greenyellow'); $('#product-span-0').css('color','black'); $('#product-span-0').html(' '); $('#product_modelnumb-0').attr('value','GUD24ESSMWW'); $('#product_serialnumb-0').attr('value','SAHD073469C'); $('#product_store_prodlnid-0').attr('value','208432'); $('#product_status-0').attr('value','in stock'); $('#product_notes-0').val(''); dimensions = 0; $('#product-span-0').html('GE Appliances Laundry electric
in stock
'); $('#product_type-0 option').filter(function() { return $(this).text() == 'Laundry - Electric'; }).attr('selected', true); prod_id = ''; prod_id = $('#product_type-0').find(':selected').val(); console.log('prod_id: '+prod_id); console.log('def_height[prod_id]: '+def_height[prod_id]); $('#height-0').addClass('hidediv'); $('#product_height-0 option').filter(function() { return $(this).text() == '73-84 inches'; }).attr('selected', true); $('#product_height-0').css('background-color','white');dimensions++; $('#width-0').addClass('hidediv'); $('#product_width-0 option').filter(function() { return $(this).text() == '1-36 inches'; }).attr('selected', true); $('#product_width-0').css('background-color','white');dimensions++; $('#depth-0').addClass('hidediv'); $('#product_depth-0 option').filter(function() { return $(this).text() == '1-36 inches'; }).attr('selected', true); $('#product_depth-0').css('background-color','white');dimensions++; if(def_weight[prod_id] != ''){ $('#product_weight-0 option').filter(function() { return $(this).text() == ''+def_weight[prod_id]+''; }).attr('selected', true); } else { $('#product_weight-0').css('background-color','red');} if(dimensions == 4){ $('#dimensions-0').addClass('hidediv'); } $('#product-span-1').css('background-color','greenyellow'); $('#product-span-1').css('color','black'); $('#product-span-1').html(' '); $('#product_modelnumb-1').attr('value','PARTS'); $('#product_serialnumb-1').attr('value','SSHOSES, EDCORD, DRVENT '); $('#product_store_prodlnid-1').attr('value','0'); $('#product_status-1').attr('value','in stock'); $('#product_notes-1').val('SSHOSES, EDCORD, DRVENT'); dimensions = 0; $('#product-span-1').html(' Parts
in stock
'); $('#product_type-1 option').filter(function() { return $(this).text() == 'Parts'; }).attr('selected', true); prod_id = ''; prod_id = $('#product_type-1').find(':selected').val(); console.log('prod_id: '+prod_id); console.log('def_height[prod_id]: '+def_height[prod_id]); $('#height-1').addClass('hidediv'); $('#product_height-1 option').filter(function() { return $(this).text() == '1-36 inches'; }).attr('selected', true); $('#product_height-1').css('background-color','white');dimensions++; $('#width-1').addClass('hidediv'); $('#product_width-1 option').filter(function() { return $(this).text() == '1-36 inches'; }).attr('selected', true); $('#product_width-1').css('background-color','white');dimensions++; $('#depth-1').addClass('hidediv'); $('#product_depth-1 option').filter(function() { return $(this).text() == '1-36 inches'; }).attr('selected', true); $('#product_depth-1').css('background-color','white');dimensions++; $('#weight-1').addClass('hidediv'); $('#product_weight-1 option').filter(function() { return $(this).text() == '1-50 lbs'; }).attr('selected', true); $('#product_weight-1').css('background-color','white');dimensions++; if(dimensions == 4){ $('#dimensions-1').addClass('hidediv'); } $('#product-span-2').css('background-color','greenyellow'); $('#product-span-2').css('color','black'); $('#product-span-2').html(' '); $('#product_modelnumb-2').attr('value','LABOR'); $('#product_serialnumb-2').attr('value','Elec. Dryer install per delivery company '); $('#product_store_prodlnid-2').attr('value','0'); $('#product_status-2').attr('value','in stock'); $('#product_notes-2').val('Elec. Dryer install per delivery company'); dimensions = 0; $('#product-span-2').html(' Labor
in stock
'); $('#product_type-2 option').filter(function() { return $(this).text() == 'Labor'; }).attr('selected', true); prod_id = ''; prod_id = $('#product_type-2').find(':selected').val(); console.log('prod_id: '+prod_id); console.log('def_height[prod_id]: '+def_height[prod_id]); $('#height-2').addClass('hidediv'); $('#product_height-2 option').filter(function() { return $(this).text() == '1-36 inches'; }).attr('selected', true); $('#product_height-2').css('background-color','white');dimensions++; $('#width-2').addClass('hidediv'); $('#product_width-2 option').filter(function() { return $(this).text() == '1-36 inches'; }).attr('selected', true); $('#product_width-2').css('background-color','white');dimensions++; $('#depth-2').addClass('hidediv'); $('#product_depth-2 option').filter(function() { return $(this).text() == '1-36 inches'; }).attr('selected', true); $('#product_depth-2').css('background-color','white');dimensions++; $('#weight-2').addClass('hidediv'); $('#product_weight-2 option').filter(function() { return $(this).text() == '1-50 lbs'; }).attr('selected', true); $('#product_weight-2').css('background-color','white');dimensions++; if(dimensions == 4){ $('#dimensions-2').addClass('hidediv'); } $('#product-span-3').css('background-color','greenyellow'); $('#product-span-3').css('color','black'); $('#product-span-3').html(' '); $('#product_modelnumb-3').attr('value','LABOR'); $('#product_serialnumb-3').attr('value',''); $('#product_store_prodlnid-3').attr('value','208445'); $('#product_status-3').attr('value','in stock'); $('#product_notes-3').val('3rd floor carry up per delivery company.'); dimensions = 0; $('#product-span-3').html(' Labor
in stock
'); $('#product_type-3 option').filter(function() { return $(this).text() == 'Labor'; }).attr('selected', true); prod_id = ''; prod_id = $('#product_type-3').find(':selected').val(); console.log('prod_id: '+prod_id); console.log('def_height[prod_id]: '+def_height[prod_id]); $('#height-3').addClass('hidediv'); $('#product_height-3 option').filter(function() { return $(this).text() == '1-36 inches'; }).attr('selected', true); $('#product_height-3').css('background-color','white');dimensions++; $('#width-3').addClass('hidediv'); $('#product_width-3 option').filter(function() { return $(this).text() == '1-36 inches'; }).attr('selected', true); $('#product_width-3').css('background-color','white');dimensions++; $('#depth-3').addClass('hidediv'); $('#product_depth-3 option').filter(function() { return $(this).text() == '1-36 inches'; }).attr('selected', true); $('#product_depth-3').css('background-color','white');dimensions++; $('#weight-3').addClass('hidediv'); $('#product_weight-3 option').filter(function() { return $(this).text() == '1-50 lbs'; }).attr('selected', true); $('#product_weight-3').css('background-color','white');dimensions++; if(dimensions == 4){ $('#dimensions-3').addClass('hidediv'); }