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: 251205004');

Order Info:

Array
(
    [comments] => Scheduling Puds
    [additional_notes] => 

    [targetdate] => 2025-12-09 00:00:00.000
    [location] => 0000
    [paid] => 1
    [balance] => 0
    [release] => 1
    [orderlines] => Array
        (
            [0] => Array
                (
                    [model] => EGR244MCCB
                    [notes] => Cstmr requested 24" black
                    [instock] => 1
                    [fulfilled] => 0
                    [attarget] => 1
                    [location] => 0000
                    [serial] => EED24A0111
                    [recid] => 195442
                    [received_date] => 2025-12-08
                )

            [2] => Array
                (
                    [model] => PARTS
                    [description] => gasflex
                    [notes] => 
                    [recid] => 195444
                )

            [4] => Array
                (
                    [model] => WFF100B
                    [notes] => 
                    [instock] => 1
                    [fulfilled] => 0
                    [attarget] => 1
                    [location] => 0000
                    [serial] => 9925033110017
                    [recid] => 195667
                    [received_date] => 2025-11-24
                )

        )

    [emails] => Array
        (
            [0] => jonwoodre@gmail.com
        )

    [status] => 1
    [statusmessage] => OK
    [orderno] => 251205004
    [numitems] => 2
    [numinstock] => 2
    [numattarget] => 2
    [numfulfilled] => 0
    [customerno] => 4845745207
    [shipmethod] => delivery
    [readystatus] => 1
    [orderopen] => 1
    [billname] => Jon Urbany
    [billaddr1] => 51 Marshall Road
    [billaddr2] => 
    [billcity] => GLEN MILLS
    [billstate] => PA
    [billzip] => 19342
    [shipname] => 
    [shipaddr1] => 
    [shipaddr2] => 
    [shipcity] => 
    [shipstate] => 
    [shipzip] => 
    [phonenos] => Array
        (
            [0] => 4845745207
        )

)

Order Lines:

Array
(
    [0] => Array
        (
            [model] => EGR244MCCB
            [notes] => Cstmr requested 24" black
            [instock] => 1
            [fulfilled] => 0
            [attarget] => 1
            [location] => 0000
            [serial] => EED24A0111
            [recid] => 195442
            [received_date] => 2025-12-08
        )

    [2] => Array
        (
            [model] => PARTS
            [description] => gasflex
            [notes] => 
            [recid] => 195444
        )

    [4] => Array
        (
            [model] => WFF100B
            [notes] => 
            [instock] => 1
            [fulfilled] => 0
            [attarget] => 1
            [location] => 0000
            [serial] => 9925033110017
            [recid] => 195667
            [received_date] => 2025-11-24
        )

)

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

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',1);$('#contact_primary-1').prop('checked', true); $('#contact_name-1').attr('value','Jon Urbany'); $('#contact_email-1').attr('value','jonwoodre@gmail.com'); $('#contact_phone-1').attr('value','4845745207'); $('#contact_phonetxt-1').attr('value','4845745207');

key 1

Model #s:

Array
(
    [0] => EGR244MCCB
    [2] => WFF100B
)
console.log('modelnumbs_arr: {\"0\":\"EGR244MCCB\",\"2\":\"WFF100B\"}');
Warning: Undefined array key "statusmessage" in /home/backoffice.pudserv.com/dev-backoffice.pudserv.com/poi.php on line 504

Warning: Undefined array key "statusmessage" in /home/backoffice.pudserv.com/dev-backoffice.pudserv.com/poi.php on line 504
console.log('Fix 1: [\"PARTS\"]');

fix PARTS

Columns model:

Array
(
    [0] => EGR244MCCB
    [2] => PARTS
    [4] => WFF100B
)

key 2

console.log('Fix: [\"PARTS\"]'); console.log('modelnumbs: {\"0\":\"EGR244MCCB\",\"2\":\"WFF100B\",\"3\":\"PARTS\"}');

Model Info:

Array
(
    [EGR244MCCB] => Array
        (
            [model] => EGR244MCCB
            [brand] => ELE
            [description] => Element 24" Wide Gas Range
            [height] => 0
            [width] => 23.4
            [depth] => 0
            [case_depth] => 
            [case_height] => 
            [class] => Range
            [gas] => 1
            [weight] => 116.7
        )

    [WFF100B] => Array
        (
            [model] => WFF100B
            [brand] => DAN
            [description] => Woods by Danby 24" Wide Apartment Size Top Freezer Refrigerator
            [height] => 59.81
            [width] => 23.44
            [depth] => 25.81
            [case_depth] => 
            [case_height] => 
            [class] => Fridge
            [weight] => 113.1
        )

    [PARTS] => Array
        (
            [class] => Parts
            [serial] =>  gasflex
            [model] => PARTS
            [description] => gasflex
            [notes] => 
            [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 EGR244MCCB: 0');
Warning: Undefined variable $description in /home/backoffice.pudserv.com/dev-backoffice.pudserv.com/poi.php on line 643

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

Model Info EGR244MCCB:

Array
(
    [model] => EGR244MCCB
    [brand] => ELE
    [description] => Element 24" Wide Gas Range
    [height] => 0
    [width] => 23.4
    [depth] => 0
    [case_depth] => 
    [case_height] => 
    [class] => Range
    [gas] => 1
    [weight] => 116.7
)

(0) EGR244MCCB


Warning: Undefined variable $orli in /home/backoffice.pudserv.com/dev-backoffice.pudserv.com/poi.php on line 808
def_width[32] = '1-36 inches'; def_height[32] = '37-48 inches'; def_depth[32] = '1-36 inches'; def_weight[32] = '151-200 lbs'; def_width[79] = '1-36 inches'; def_height[79] = '37-48 inches'; def_depth[79] = '1-36 inches'; def_weight[79] = '350-400 lbs';
INSERT INTO model_info (model_numb,store_id,model_brand,model_description,prod_type,class,subclass,heat_source,height,width,depth,weight) VALUES ('EGR244MCCB','1','ELE','Element 24" Wide Gas Range','79','Range','','Gas','0','23.4','0','116.7') ON DUPLICATE KEY UPDATE model_description = 'Element 24" Wide Gas Range',prod_type='79',class='Range',subclass='',heat_source='Gas',height='0',width='23.4',depth='0',weight='116.7' ; console.log('i cnt PARTS: 1'); console.log('Notes: gasflex');

Model Info PARTS:

Array
(
    [class] => Parts
    [serial] =>  gasflex
    [model] => PARTS
    [description] => gasflex
    [notes] => 
    [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 808
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 834

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','','gasflex','38','Parts','','','1','1','1','1') ON DUPLICATE KEY UPDATE model_description = 'gasflex',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 840

Warning: Undefined array key "" in /home/backoffice.pudserv.com/dev-backoffice.pudserv.com/poi.php on line 840
console.log('i cnt WFF100B: 2'); console.log('Notes: gasflex');

Model Info WFF100B:

Array
(
    [model] => WFF100B
    [brand] => DAN
    [description] => Woods by Danby 24" Wide Apartment Size Top Freezer Refrigerator
    [height] => 59.81
    [width] => 23.44
    [depth] => 25.81
    [case_depth] => 
    [case_height] => 
    [class] => Fridge
    [weight] => 113.1
)

(2) WFF100B


Warning: Undefined variable $orli in /home/backoffice.pudserv.com/dev-backoffice.pudserv.com/poi.php on line 808
def_width[1] = '1-36 inches'; def_height[1] = '61-72 inches'; def_depth[1] = '1-36 inches'; def_weight[1] = '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 ('WFF100B','1','DAN','Woods by Danby 24" Wide Apartment Size Top Freezer Refrigerator','78','Fridge','','','59.81','23.44','25.81','113.1') ON DUPLICATE KEY UPDATE model_description = 'Woods by Danby 24" Wide Apartment Size Top Freezer Refrigerator',prod_type='78',class='Fridge',subclass='',heat_source='',height='59.81',width='23.44',depth='25.81',weight='113.1' ; $('#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',3); $('#product-span-0').css('background-color','greenyellow'); $('#product-span-0').css('color','black'); $('#product-span-0').html(' '); $('#product_modelnumb-0').attr('value','EGR244MCCB'); $('#product_serialnumb-0').attr('value','EED24A0111'); $('#product_store_prodlnid-0').attr('value','195442'); $('#product_status-0').attr('value','in stock'); $('#product_notes-0').val(' 677 Cstmr requested 24 black'); dimensions = 0; $('#product-span-0').html('Element Range gas
in stock
'); $('#product_type-0 option').filter(function() { return $(this).text() == 'Range - Gas'; }).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]); if(def_height[prod_id] != ''){ $('#product_height-0 option').filter(function() { return $(this).text() == ''+def_height[prod_id]+''; }).attr('selected', true); } else { $('#product_height-0').css('background-color','red');} $('#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++; if(def_depth[prod_id] != ''){ $('#product_depth-0 option').filter(function() { return $(this).text() == ''+def_depth[prod_id]+''; }).attr('selected', true); } else { $('#product_depth-0').css('background-color','red');} $('#weight-0').addClass('hidediv'); $('#product_weight-0 option').filter(function() { return $(this).text() == '101-150 lbs'; }).attr('selected', true); $('#product_weight-0').css('background-color','white');dimensions++; 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',' gasflex'); $('#product_store_prodlnid-1').attr('value','0'); $('#product_status-1').attr('value','in stock'); $('#product_notes-1').val(' 677 gasflex'); 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','WFF100B'); $('#product_serialnumb-2').attr('value','9925033110017'); $('#product_store_prodlnid-2').attr('value','195667'); $('#product_status-2').attr('value','in stock'); $('#product_notes-2').val(' 677 gasflex'); dimensions = 0; $('#product-span-2').html('Danby Fridge
in stock
'); $('#product_type-2 option').filter(function() { return $(this).text() == 'Fridge'; }).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() == '49-60 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() == '101-150 lbs'; }).attr('selected', true); $('#product_weight-2').css('background-color','white');dimensions++; if(dimensions == 4){ $('#dimensions-2').addClass('hidediv'); }