14/11/2022 08:22:21 am >> SELECT document_num FROM ps_document WHERE document_num = '273' AND id_document != '' AND id_document_type LIKE '21' AND YEAR(document_date) = YEAR('2022-11-14') 14/11/2022 08:22:21 am >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '21' , '273' , '2022-11-14' , '' , '3818' , '' , '4672486' , 'Piazza Italia , 11 44039 Tresigallo ' , '' , '' , '' , '0' , '0' , '0' , '0' , '' , '9' , '0' , '65.55' , '65.55' , NOW() , NOW() ) 14/11/2022 08:22:21 am >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '73088' 14/11/2022 08:22:21 am >> DELETE FROM ps_document_detail WHERE id_document = '73088' 14/11/2022 08:22:21 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73088' , '8408' , 'PRENDETE E MANGIATE' , '15' , '-15' , '4' , '3.0000' , '3' , '0' , '5' , '42.75' ) 14/11/2022 08:22:22 am >> DELETE FROM ps_product_supplier WHERE id_product = '8408' AND id_supplier = '' 14/11/2022 08:22:22 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '8408' , '' , '1' ) 14/11/2022 08:22:22 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73088' , '12253' , 'MIO LIBRO DI PREGHIERE' , '5' , '-5' , '4' , '2.8000' , '2.8' , '0' , '5' , '13.30' ) 14/11/2022 08:22:22 am >> DELETE FROM ps_product_supplier WHERE id_product = '12253' AND id_supplier = '' 14/11/2022 08:22:22 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '12253' , '' , '1' ) 14/11/2022 08:22:22 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73088' , '15030' , 'PREGHIERE A SAN MICHELE ARCANGELO' , '10' , '-10' , '4' , '1' , '1' , '0' , '5' , '9.50' ) 14/11/2022 08:22:22 am >> DELETE FROM ps_product_supplier WHERE id_product = '15030' AND id_supplier = '' 14/11/2022 08:22:22 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '15030' , '' , '1' ) 14/11/2022 08:36:39 am >> INSERT INTO ps_product ( ean13 , id_tax_rules_group , `date_add` , `date_upd` ) VALUES ( '' , '1' , NOW() , NOW() ) 14/11/2022 08:36:39 am >> INSERT INTO ps_product_lang ( id_product , id_lang , name , link_rewrite ) VALUES ( '20320' , '1' , '' , 'nuovo-prodotto' ) 14/11/2022 08:36:39 am >> INSERT INTO ps_product_shop ( id_product , id_tax_rules_group , id_shop , id_category_default , `date_add` , `date_upd` ) VALUES ( '20320' , '1' , '1' , '2' , NOW() , NOW() ) 14/11/2022 08:36:39 am >> INSERT INTO `ps_stock_available` ( id_product , id_product_attribute , id_shop , id_shop_group , quantity ) VALUES ( '20320' , '0' , '1' , '0' , '0' ) 14/11/2022 08:37:19 am >> SELECT ean13 FROM ps_product WHERE ean13 = '9788878792999' AND id_product != '20320' AND ean13 != '' 14/11/2022 08:37:19 am >> UPDATE ps_product SET id_supplier = '', reference = '', ean13 = '9788878792999', date_upd = NOW() WHERE id_product = '20320' 14/11/2022 08:37:19 am >> UPDATE ps_product_lang SET name = 'messa meditazione - gen feb 2023', description = '' WHERE id_product = '20320' 14/11/2022 08:37:19 am >> UPDATE ps_product SET wholesale_price = '0.00', on_sale = '0', price = '8' WHERE id_product = '20320' 14/11/2022 08:37:19 am >> UPDATE ps_product_shop SET wholesale_price = '0.00', price = '8', id_tax_rules_group = '4', id_category_default = '271', id_argoment_default = '64', id_internal_category = '7', on_sale = '0', on_showcase = '0', on_offer = '00', on_most = '00', date_upd = NOW() WHERE id_product = '20320' 14/11/2022 08:37:19 am >> DELETE FROM ps_specific_price WHERE id_product = '20320' 14/11/2022 08:37:21 am >> INSERT INTO ps_product ( id_tax_rules_group , `date_add` , `date_upd` ) SELECT id_tax_rules_group , NOW() , NOW() FROM ps_product WHERE id_product = '20320' 14/11/2022 08:37:21 am >> INSERT INTO ps_product_lang ( id_product , id_lang , name , link_rewrite ) VALUES ( '20321' , '1' , '' , 'nuovo-prodotto' ) 14/11/2022 08:37:21 am >> INSERT INTO ps_product_shop ( id_product , id_tax_rules_group , id_shop , id_category_default , id_argoment_default , id_internal_category , `date_add` , `date_upd` ) SELECT '20321' , id_tax_rules_group , id_shop , id_category_default , id_argoment_default , id_internal_category , NOW() , NOW() FROM ps_product_shop WHERE id_product = '20320' 14/11/2022 08:37:21 am >> INSERT INTO `ps_stock_available` ( id_product , id_product_attribute , id_shop , id_shop_group , quantity ) SELECT '20321' , id_product_attribute , id_shop , id_shop_group , '0' FROM ps_stock_available WHERE id_product = '20320' 14/11/2022 08:37:34 am >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '31' , '736/22' , '2022-11-09' , '22' , '0' , '40' , '2635' , 'VIA VIRGINIA AGNELLI, 100 00151 ROMA' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '11' , '0' , '43.20' , '43.20' , NOW() , NOW() ) 14/11/2022 08:37:34 am >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '73089' 14/11/2022 08:37:34 am >> DELETE FROM ps_document_detail WHERE id_document = '73089' 14/11/2022 08:37:34 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73089' , '20320' , 'messa meditazione - gen feb 2023' , '9' , '9' , '4' , '8.00' , '8' , '0' , '40' , '43.2000' ) 14/11/2022 08:37:34 am >> DELETE FROM ps_product_supplier WHERE id_product = '20320' AND id_supplier = '40' 14/11/2022 08:37:34 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '20320' , '40' , '1' ) 14/11/2022 09:14:13 am >> SELECT document_num FROM ps_document WHERE document_num = '3444' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2022-11-14') 14/11/2022 09:14:14 am >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '11' , '3444' , '2022-11-14' , '' , '' , '' , '' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '6.95' , '6.90' , NOW() , NOW() ) 14/11/2022 09:14:14 am >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '73090' 14/11/2022 09:14:14 am >> DELETE FROM ps_document_detail WHERE id_document = '73090' 14/11/2022 09:14:14 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73090' , '1083' , 'SANTA BERNADETTE: UNA DI NOI - 8450' , '1' , '-1' , '4' , '7.00' , '7' , '0' , '5' , '6.65' ) 14/11/2022 09:14:14 am >> DELETE FROM ps_product_supplier WHERE id_product = '1083' AND id_supplier = '' 14/11/2022 09:14:14 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '1083' , '' , '1' ) 14/11/2022 09:14:14 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73090' , '19716' , 'MEDAGLIA SAN BENEDETTO - Q1001-OX' , '1' , '-1' , '1' , '0.30' , '0.24590163934426' , '22' , '0' , '0.30' ) 14/11/2022 09:14:14 am >> DELETE FROM ps_product_supplier WHERE id_product = '19716' AND id_supplier = '' 14/11/2022 09:14:14 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '19716' , '' , '1' ) 14/11/2022 09:27:56 am >> SELECT ean13 FROM ps_product WHERE ean13 = '002064' AND id_product != '20321' AND ean13 != '' 14/11/2022 09:27:56 am >> UPDATE ps_product SET id_supplier = '', reference = '', ean13 = '002064', date_upd = NOW() WHERE id_product = '20321' 14/11/2022 09:27:56 am >> UPDATE ps_product_lang SET name = 'CASULA TESSUTO OPERATO - 65/023957', description = '' WHERE id_product = '20321' 14/11/2022 09:27:56 am >> UPDATE ps_product SET wholesale_price = '0.00', on_sale = '0', price = '0' WHERE id_product = '20321' 14/11/2022 09:27:56 am >> UPDATE ps_product_shop SET wholesale_price = '0.00', price = '0', id_tax_rules_group = '1', id_category_default = '468', id_argoment_default = '42', id_internal_category = '3', on_sale = '0', on_showcase = '0', on_offer = '00', on_most = '00', date_upd = NOW() WHERE id_product = '20321' 14/11/2022 09:27:56 am >> DELETE FROM ps_specific_price WHERE id_product = '20321' 14/11/2022 09:27:58 am >> INSERT INTO ps_product ( id_tax_rules_group , `date_add` , `date_upd` ) SELECT id_tax_rules_group , NOW() , NOW() FROM ps_product WHERE id_product = '20321' 14/11/2022 09:27:58 am >> INSERT INTO ps_product_lang ( id_product , id_lang , name , link_rewrite ) VALUES ( '20322' , '1' , '' , 'nuovo-prodotto' ) 14/11/2022 09:27:58 am >> INSERT INTO ps_product_shop ( id_product , id_tax_rules_group , id_shop , id_category_default , id_argoment_default , id_internal_category , `date_add` , `date_upd` ) SELECT '20322' , id_tax_rules_group , id_shop , id_category_default , id_argoment_default , id_internal_category , NOW() , NOW() FROM ps_product_shop WHERE id_product = '20321' 14/11/2022 09:27:58 am >> INSERT INTO `ps_stock_available` ( id_product , id_product_attribute , id_shop , id_shop_group , quantity ) SELECT '20322' , id_product_attribute , id_shop , id_shop_group , '0' FROM ps_stock_available WHERE id_product = '20321' 14/11/2022 09:28:34 am >> SELECT ean13 FROM ps_product WHERE ean13 = '002065' AND id_product != '20322' AND ean13 != '' 14/11/2022 09:28:34 am >> UPDATE ps_product SET id_supplier = '', reference = '', ean13 = '002065', date_upd = NOW() WHERE id_product = '20322' 14/11/2022 09:28:34 am >> UPDATE ps_product_lang SET name = 'AMITTO MISTO COTONE - 86/000030', description = '' WHERE id_product = '20322' 14/11/2022 09:28:34 am >> UPDATE ps_product SET wholesale_price = '0.00', on_sale = '0', price = '0.0000' WHERE id_product = '20322' 14/11/2022 09:28:34 am >> UPDATE ps_product_shop SET wholesale_price = '0.00', price = '0.0000', id_tax_rules_group = '1', id_category_default = '468', id_argoment_default = '42', id_internal_category = '3', on_sale = '0', on_showcase = '0', on_offer = '00', on_most = '00', date_upd = NOW() WHERE id_product = '20322' 14/11/2022 09:28:34 am >> DELETE FROM ps_specific_price WHERE id_product = '20322' 14/11/2022 09:28:47 am >> INSERT INTO ps_product ( id_tax_rules_group , `date_add` , `date_upd` ) SELECT id_tax_rules_group , NOW() , NOW() FROM ps_product WHERE id_product = '20322' 14/11/2022 09:28:47 am >> INSERT INTO ps_product_lang ( id_product , id_lang , name , link_rewrite ) VALUES ( '20323' , '1' , '' , 'nuovo-prodotto' ) 14/11/2022 09:28:47 am >> INSERT INTO ps_product_shop ( id_product , id_tax_rules_group , id_shop , id_category_default , id_argoment_default , id_internal_category , `date_add` , `date_upd` ) SELECT '20323' , id_tax_rules_group , id_shop , id_category_default , id_argoment_default , id_internal_category , NOW() , NOW() FROM ps_product_shop WHERE id_product = '20322' 14/11/2022 09:28:47 am >> INSERT INTO `ps_stock_available` ( id_product , id_product_attribute , id_shop , id_shop_group , quantity ) SELECT '20323' , id_product_attribute , id_shop , id_shop_group , '0' FROM ps_stock_available WHERE id_product = '20322' 14/11/2022 09:29:36 am >> SELECT ean13 FROM ps_product WHERE ean13 = '002066' AND id_product != '20323' AND ean13 != '' 14/11/2022 09:29:36 am >> UPDATE ps_product SET id_supplier = '', reference = '', ean13 = '002066', date_upd = NOW() WHERE id_product = '20323' 14/11/2022 09:29:36 am >> UPDATE ps_product_lang SET name = 'CAMICE IN LINO PIZZO MACRAME\' - 70/000068', description = '' WHERE id_product = '20323' 14/11/2022 09:29:36 am >> UPDATE ps_product SET wholesale_price = '0.00', on_sale = '0', price = '0.0000' WHERE id_product = '20323' 14/11/2022 09:29:36 am >> UPDATE ps_product_shop SET wholesale_price = '0.00', price = '0.0000', id_tax_rules_group = '1', id_category_default = '468', id_argoment_default = '42', id_internal_category = '3', on_sale = '0', on_showcase = '0', on_offer = '00', on_most = '00', date_upd = NOW() WHERE id_product = '20323' 14/11/2022 09:29:36 am >> DELETE FROM ps_specific_price WHERE id_product = '20323' 14/11/2022 09:29:49 am >> INSERT INTO ps_product ( id_tax_rules_group , `date_add` , `date_upd` ) SELECT id_tax_rules_group , NOW() , NOW() FROM ps_product WHERE id_product = '20323' 14/11/2022 09:29:49 am >> INSERT INTO ps_product_lang ( id_product , id_lang , name , link_rewrite ) VALUES ( '20324' , '1' , '' , 'nuovo-prodotto' ) 14/11/2022 09:29:49 am >> INSERT INTO ps_product_shop ( id_product , id_tax_rules_group , id_shop , id_category_default , id_argoment_default , id_internal_category , `date_add` , `date_upd` ) SELECT '20324' , id_tax_rules_group , id_shop , id_category_default , id_argoment_default , id_internal_category , NOW() , NOW() FROM ps_product_shop WHERE id_product = '20323' 14/11/2022 09:29:49 am >> INSERT INTO `ps_stock_available` ( id_product , id_product_attribute , id_shop , id_shop_group , quantity ) SELECT '20324' , id_product_attribute , id_shop , id_shop_group , '0' FROM ps_stock_available WHERE id_product = '20323' 14/11/2022 09:30:42 am >> SELECT ean13 FROM ps_product WHERE ean13 = '002067' AND id_product != '20324' AND ean13 != '' 14/11/2022 09:30:42 am >> UPDATE ps_product SET id_supplier = '', reference = '', ean13 = '002067', date_upd = NOW() WHERE id_product = '20324' 14/11/2022 09:30:42 am >> UPDATE ps_product_lang SET name = 'STOLA MARIANA SFUMATA - 80/049030', description = '' WHERE id_product = '20324' 14/11/2022 09:30:42 am >> UPDATE ps_product SET wholesale_price = '0.00', on_sale = '0', price = '0.0000' WHERE id_product = '20324' 14/11/2022 09:30:42 am >> UPDATE ps_product_shop SET wholesale_price = '0.00', price = '0.0000', id_tax_rules_group = '1', id_category_default = '468', id_argoment_default = '42', id_internal_category = '3', on_sale = '0', on_showcase = '0', on_offer = '00', on_most = '00', date_upd = NOW() WHERE id_product = '20324' 14/11/2022 09:30:42 am >> DELETE FROM ps_specific_price WHERE id_product = '20324' 14/11/2022 09:30:50 am >> INSERT INTO ps_product ( id_tax_rules_group , `date_add` , `date_upd` ) SELECT id_tax_rules_group , NOW() , NOW() FROM ps_product WHERE id_product = '20324' 14/11/2022 09:30:50 am >> INSERT INTO ps_product_lang ( id_product , id_lang , name , link_rewrite ) VALUES ( '20325' , '1' , '' , 'nuovo-prodotto' ) 14/11/2022 09:30:50 am >> INSERT INTO ps_product_shop ( id_product , id_tax_rules_group , id_shop , id_category_default , id_argoment_default , id_internal_category , `date_add` , `date_upd` ) SELECT '20325' , id_tax_rules_group , id_shop , id_category_default , id_argoment_default , id_internal_category , NOW() , NOW() FROM ps_product_shop WHERE id_product = '20324' 14/11/2022 09:30:50 am >> INSERT INTO `ps_stock_available` ( id_product , id_product_attribute , id_shop , id_shop_group , quantity ) SELECT '20325' , id_product_attribute , id_shop , id_shop_group , '0' FROM ps_stock_available WHERE id_product = '20324' 14/11/2022 09:31:59 am >> SELECT ean13 FROM ps_product WHERE ean13 = '002068' AND id_product != '20325' AND ean13 != '' 14/11/2022 09:31:59 am >> UPDATE ps_product SET id_supplier = '', reference = '', ean13 = '002068', date_upd = NOW() WHERE id_product = '20325' 14/11/2022 09:31:59 am >> UPDATE ps_product_lang SET name = 'AMITTO IN LINO - 86/000030', description = '' WHERE id_product = '20325' 14/11/2022 09:31:59 am >> UPDATE ps_product SET wholesale_price = '0.00', on_sale = '0', price = '0.0000' WHERE id_product = '20325' 14/11/2022 09:31:59 am >> UPDATE ps_product_shop SET wholesale_price = '0.00', price = '0.0000', id_tax_rules_group = '1', id_category_default = '468', id_argoment_default = '42', id_internal_category = '3', on_sale = '0', on_showcase = '0', on_offer = '00', on_most = '00', date_upd = NOW() WHERE id_product = '20325' 14/11/2022 09:31:59 am >> DELETE FROM ps_specific_price WHERE id_product = '20325' 14/11/2022 09:53:39 am >> SELECT document_num FROM ps_document WHERE document_num = '274' AND id_document != '' AND id_document_type LIKE '21' AND YEAR(document_date) = YEAR('2022-11-14') 14/11/2022 09:53:39 am >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '21' , '274' , '2022-11-14' , '' , '3533' , '0' , '4672868' , 'VIALE FRENTANO 2 66030 MOZZAGROGNA' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '7' , '0' , '93.94' , '93.94' , NOW() , NOW() ) 14/11/2022 09:53:39 am >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '73091' 14/11/2022 09:53:39 am >> DELETE FROM ps_document_detail WHERE id_document = '73091' 14/11/2022 09:53:39 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73091' , '19977' , 'MINISTRANTI IERI, OGGI, DOMANI' , '5' , '-5' , '4' , '2.50' , '2.5' , '0' , '15' , '10.63' ) 14/11/2022 09:53:39 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73091' , '13462' , 'SE MI AMI NON PIANGERE' , '2' , '-2' , '4' , '1.50' , '1.5' , '0' , '15' , '2.55' ) 14/11/2022 09:53:39 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73091' , '17350' , 'NATALE SPIEGATO AI BAMBINI' , '8' , '-8' , '4' , '3.00' , '3' , '0' , '15' , '20.40' ) 14/11/2022 09:53:39 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73091' , '16065' , 'DIZIONARIO DEI SIMBOLI DEL CRISTIANO' , '2' , '-2' , '4' , '2.50' , '2.5' , '0' , '15' , '4.25' ) 14/11/2022 09:53:39 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73091' , '5643' , 'LEGGERE,... LA PAROLA - ANNO A' , '1' , '-1' , '4' , '10.00' , '10' , '0' , '15' , '8.50' ) 14/11/2022 09:53:39 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73091' , '1001' , 'BEATO CHI ASCOLTA... - ANNO A - B. PREVITALI' , '1' , '-1' , '4' , '12.00' , '12' , '0' , '15' , '10.20' ) 14/11/2022 09:53:39 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73091' , '8408' , 'PRENDETE E MANGIATE' , '4' , '-4' , '4' , '3.00' , '3' , '0' , '15' , '10.20' ) 14/11/2022 09:53:39 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73091' , '2880' , 'CRESIMA: UN DONO E UN PROGETTO' , '10' , '-10' , '4' , '2.50' , '2.5' , '0' , '15' , '21.25' ) 14/11/2022 09:53:39 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73091' , '17257' , 'IO TI BATTEZZO ' , '2' , '-2' , '4' , '1.80' , '1.8' , '0' , '15' , '3.06' ) 14/11/2022 09:53:39 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73091' , '' , 'CONTRASSEGNO' , '1' , '-1' , '4' , '2.9' , '2.9' , '0' , '0' , '2.90' ) 14/11/2022 09:54:09 am >> SELECT document_num FROM ps_document WHERE document_num = '274' AND id_document != '73091' AND id_document_type LIKE '21' AND YEAR(document_date) = YEAR('2022-11-14') 14/11/2022 09:54:09 am >> UPDATE ps_document SET id_document_type = '21', document_num = '274', document_date = '2022-11-14', document_letter = '', id_customer = '3533', id_supplier = '', id_address = '4672868', address1 = 'VIALE FRENTANO 2 66030 MOZZAGROGNA', address2 = '', note = '', price_shipping = '0.00', id_tax_shipping_rules = '4', colli = '0', peso = '0', porto_e_imballo = '0', mezzo_consegna = '', id_payment = '6', id_causal = '0', price_tax_included = '93.94', price_tax_excluded = '93.94', date_upd = NOW() WHERE id_document = '73091' 14/11/2022 09:54:09 am >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '73091' 14/11/2022 09:54:09 am >> DELETE FROM ps_document_detail WHERE id_document = '73091' 14/11/2022 09:54:09 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73091' , '19977' , 'MINISTRANTI IERI, OGGI, DOMANI' , '5' , '-5' , '4' , '2.5000' , '2.5' , '0' , '15' , '10.63' ) 14/11/2022 09:54:09 am >> DELETE FROM ps_product_supplier WHERE id_product = '19977' AND id_supplier = '' 14/11/2022 09:54:09 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '19977' , '' , '1' ) 14/11/2022 09:54:09 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73091' , '13462' , 'SE MI AMI NON PIANGERE' , '2' , '-2' , '4' , '1.5000' , '1.5' , '0' , '15' , '2.55' ) 14/11/2022 09:54:09 am >> DELETE FROM ps_product_supplier WHERE id_product = '13462' AND id_supplier = '' 14/11/2022 09:54:09 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '13462' , '' , '1' ) 14/11/2022 09:54:09 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73091' , '17350' , 'NATALE SPIEGATO AI BAMBINI' , '8' , '-8' , '4' , '3.0000' , '3' , '0' , '15' , '20.40' ) 14/11/2022 09:54:10 am >> DELETE FROM ps_product_supplier WHERE id_product = '17350' AND id_supplier = '' 14/11/2022 09:54:10 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '17350' , '' , '1' ) 14/11/2022 09:54:10 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73091' , '16065' , 'DIZIONARIO DEI SIMBOLI DEL CRISTIANO' , '2' , '-2' , '4' , '2.5000' , '2.5' , '0' , '15' , '4.25' ) 14/11/2022 09:54:10 am >> DELETE FROM ps_product_supplier WHERE id_product = '16065' AND id_supplier = '' 14/11/2022 09:54:10 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '16065' , '' , '1' ) 14/11/2022 09:54:10 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73091' , '5643' , 'LEGGERE,... LA PAROLA - ANNO A' , '1' , '-1' , '4' , '10.0000' , '10' , '0' , '15' , '8.50' ) 14/11/2022 09:54:10 am >> DELETE FROM ps_product_supplier WHERE id_product = '5643' AND id_supplier = '' 14/11/2022 09:54:10 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '5643' , '' , '1' ) 14/11/2022 09:54:10 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73091' , '1001' , 'BEATO CHI ASCOLTA... - ANNO A - B. PREVITALI' , '1' , '-1' , '4' , '12.0000' , '12' , '0' , '15' , '10.20' ) 14/11/2022 09:54:10 am >> DELETE FROM ps_product_supplier WHERE id_product = '1001' AND id_supplier = '' 14/11/2022 09:54:10 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '1001' , '' , '1' ) 14/11/2022 09:54:10 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73091' , '8408' , 'PRENDETE E MANGIATE' , '4' , '-4' , '4' , '3.0000' , '3' , '0' , '15' , '10.20' ) 14/11/2022 09:54:10 am >> DELETE FROM ps_product_supplier WHERE id_product = '8408' AND id_supplier = '' 14/11/2022 09:54:10 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '8408' , '' , '1' ) 14/11/2022 09:54:10 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73091' , '2880' , 'CRESIMA: UN DONO E UN PROGETTO' , '10' , '-10' , '4' , '2.5000' , '2.5' , '0' , '15' , '21.25' ) 14/11/2022 09:54:10 am >> DELETE FROM ps_product_supplier WHERE id_product = '2880' AND id_supplier = '' 14/11/2022 09:54:10 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '2880' , '' , '1' ) 14/11/2022 09:54:10 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73091' , '17257' , 'IO TI BATTEZZO ' , '2' , '-2' , '4' , '1.8000' , '1.8' , '0' , '15' , '3.06' ) 14/11/2022 09:54:10 am >> DELETE FROM ps_product_supplier WHERE id_product = '17257' AND id_supplier = '' 14/11/2022 09:54:10 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '17257' , '' , '1' ) 14/11/2022 09:54:10 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73091' , '0' , 'CONTRASSEGNO' , '1' , '-1' , '4' , '2.9000' , '2.9' , '0' , '0' , '2.90' ) 14/11/2022 09:54:10 am >> DELETE FROM ps_product_supplier WHERE id_product = '0' AND id_supplier = '' 14/11/2022 09:54:11 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '0' , '' , '1' ) 14/11/2022 09:56:14 am >> SELECT document_num FROM ps_document WHERE document_num = '112' AND id_document != '' AND id_document_type LIKE '21' AND YEAR(document_date) = YEAR('2022-11-14') 14/11/2022 09:56:14 am >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '21' , '112' , '2022-11-14' , '' , '2144' , '0' , '2144' , 'VIA UMBERTO I, 69 98046 S. LUCIA DEL MELA' , '' , '' , '4.9' , '4' , '0' , '0' , '0' , '' , '6' , '0' , '22.00' , '22.00' , NOW() , NOW() ) 14/11/2022 09:56:14 am >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '8700' 14/11/2022 09:56:14 am >> DELETE FROM ps_document_detail WHERE id_document = '8700' 14/11/2022 09:56:14 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '8700' , '133' , 'LIBRO AGENDA CATTOLICO 2023' , '1' , '-1' , '4' , '18.00' , '18' , '0' , '5' , '17.10' ) 14/11/2022 10:24:43 am >> SELECT document_num FROM ps_document WHERE document_num = '3445' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2022-11-14') 14/11/2022 10:24:43 am >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '11' , '3445' , '2022-11-14' , '' , '' , '' , '' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '442.80' , '442.80' , NOW() , NOW() ) 14/11/2022 10:24:43 am >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '73092' 14/11/2022 10:24:43 am >> DELETE FROM ps_document_detail WHERE id_document = '73092' 14/11/2022 10:24:43 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73092' , '8602' , 'VENITE CON ME 1 - MAGNIFICAT' , '40' , '-40' , '4' , '2.7' , '2.7' , '0' , '0' , '108.00' ) 14/11/2022 10:24:43 am >> DELETE FROM ps_product_supplier WHERE id_product = '8602' AND id_supplier = '' 14/11/2022 10:24:43 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '8602' , '' , '1' ) 14/11/2022 10:24:43 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73092' , '8603' , 'VENITE CON ME 2 - MAGNIFICAT' , '40' , '-40' , '4' , '2.7' , '2.7' , '0' , '0' , '108.00' ) 14/11/2022 10:24:43 am >> DELETE FROM ps_product_supplier WHERE id_product = '8603' AND id_supplier = '' 14/11/2022 10:24:43 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '8603' , '' , '1' ) 14/11/2022 10:24:43 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73092' , '8598' , 'IO SONO CON VOI 1 - MAGNIFICAT' , '29' , '-29' , '4' , '2.7' , '2.7' , '0' , '0' , '78.30' ) 14/11/2022 10:24:44 am >> DELETE FROM ps_product_supplier WHERE id_product = '8598' AND id_supplier = '' 14/11/2022 10:24:44 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '8598' , '' , '1' ) 14/11/2022 10:24:44 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73092' , '8599' , 'IO SONO CON VOI 2 - MAGNIFICAT' , '55' , '-55' , '4' , '2.7' , '2.7' , '0' , '0' , '148.50' ) 14/11/2022 10:24:44 am >> DELETE FROM ps_product_supplier WHERE id_product = '8599' AND id_supplier = '' 14/11/2022 10:24:44 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '8599' , '' , '1' ) 14/11/2022 10:26:51 am >> SELECT document_num FROM ps_document WHERE document_num = '275' AND id_document != '' AND id_document_type LIKE '21' AND YEAR(document_date) = YEAR('2022-11-14') 14/11/2022 10:26:51 am >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '21' , '275' , '2022-11-14' , '' , '2332' , '0' , '4670946' , 'P.ZZA S. ROCCO 84088 SIANO' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '230.35' , '230.35' , NOW() , NOW() ) 14/11/2022 10:26:51 am >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '73093' 14/11/2022 10:26:51 am >> DELETE FROM ps_document_detail WHERE id_document = '73093' 14/11/2022 10:26:51 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73093' , '2679' , 'CONOSCERE GESU\'' , '50' , '-50' , '4' , '3.50' , '3.5' , '0' , '15' , '148.75' ) 14/11/2022 10:26:51 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73093' , '8488' , 'PRIMA CONFESSIONE E MESSA PRIMA COMUNIONE' , '40' , '-40' , '4' , '2.40' , '2.4' , '0' , '15' , '81.60' ) 14/11/2022 10:31:00 am >> SELECT document_num FROM ps_document WHERE document_num = '3446' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2022-11-14') 14/11/2022 10:31:00 am >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '11' , '3446' , '2022-11-14' , '' , '' , '' , '' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '20.00' , '16.39' , NOW() , NOW() ) 14/11/2022 10:31:00 am >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '73094' 14/11/2022 10:31:00 am >> DELETE FROM ps_document_detail WHERE id_document = '73094' 14/11/2022 10:31:00 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73094' , '940' , 'BAMBINO CM 4 - FOSFORO - P1' , '100' , '-100' , '1' , '0.2' , '0.16393442622951' , '22' , '0' , '20.00' ) 14/11/2022 10:31:00 am >> DELETE FROM ps_product_supplier WHERE id_product = '940' AND id_supplier = '' 14/11/2022 10:31:00 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '940' , '' , '1' ) 14/11/2022 10:31:31 am >> SELECT document_num FROM ps_document WHERE document_num = '3447' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2022-11-14') 14/11/2022 10:31:31 am >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '11' , '3447' , '2022-11-14' , '' , '' , '' , '' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '8.08' , '8.08' , NOW() , NOW() ) 14/11/2022 10:31:31 am >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '73095' 14/11/2022 10:31:31 am >> DELETE FROM ps_document_detail WHERE id_document = '73095' 14/11/2022 10:31:31 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73095' , '4120' , 'FEDE NELLO ZAINETTO' , '1' , '-1' , '4' , '5.00' , '5' , '0' , '5' , '4.75' ) 14/11/2022 10:31:31 am >> DELETE FROM ps_product_supplier WHERE id_product = '4120' AND id_supplier = '' 14/11/2022 10:31:31 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '4120' , '' , '1' ) 14/11/2022 10:31:31 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73095' , '19933' , 'PADRE NOSTRO PER I PICCOLI' , '1' , '-1' , '4' , '3.50' , '3.5' , '0' , '5' , '3.33' ) 14/11/2022 10:31:32 am >> DELETE FROM ps_product_supplier WHERE id_product = '19933' AND id_supplier = '' 14/11/2022 10:31:32 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '19933' , '' , '1' ) 14/11/2022 10:32:25 am >> SELECT document_num FROM ps_document WHERE document_num = '3448' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2022-11-14') 14/11/2022 10:32:25 am >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '11' , '3448' , '2022-11-14' , '' , '' , '' , '' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '10.37' , '10.37' , NOW() , NOW() ) 14/11/2022 10:32:25 am >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '73096' 14/11/2022 10:32:25 am >> DELETE FROM ps_document_detail WHERE id_document = '73096' 14/11/2022 10:32:25 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73096' , '9307' , 'SACRAMENTI SPIEGATI AI BAMBINI' , '1' , '-1' , '4' , '3.90' , '3.9' , '0' , '5' , '3.71' ) 14/11/2022 10:32:25 am >> DELETE FROM ps_product_supplier WHERE id_product = '9307' AND id_supplier = '' 14/11/2022 10:32:25 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '9307' , '' , '1' ) 14/11/2022 10:32:25 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73096' , '15251' , 'FATE QUESTO IN MEMORIA DI ME' , '1' , '-1' , '4' , '2.50' , '2.5' , '0' , '5' , '2.38' ) 14/11/2022 10:32:25 am >> DELETE FROM ps_product_supplier WHERE id_product = '15251' AND id_supplier = '' 14/11/2022 10:32:25 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '15251' , '' , '1' ) 14/11/2022 10:32:25 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73096' , '14145' , 'CREDO SPIEGATO AI RAGAZZI' , '1' , '-1' , '4' , '2.50' , '2.5' , '0' , '5' , '2.38' ) 14/11/2022 10:32:25 am >> DELETE FROM ps_product_supplier WHERE id_product = '14145' AND id_supplier = '' 14/11/2022 10:32:25 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '14145' , '' , '1' ) 14/11/2022 10:32:25 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73096' , '17034' , 'SACRAMENTO DEL PERDONO' , '1' , '-1' , '4' , '2.00' , '2' , '0' , '5' , '1.90' ) 14/11/2022 10:32:25 am >> DELETE FROM ps_product_supplier WHERE id_product = '17034' AND id_supplier = '' 14/11/2022 10:32:25 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '17034' , '' , '1' ) 14/11/2022 10:35:20 am >> SELECT document_num FROM ps_document WHERE document_num = '3449' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2022-11-14') 14/11/2022 10:35:20 am >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '11' , '3449' , '2022-11-14' , '' , '' , '' , '' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '113.20' , '95.09' , NOW() , NOW() ) 14/11/2022 10:35:20 am >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '73097' 14/11/2022 10:35:20 am >> DELETE FROM ps_document_detail WHERE id_document = '73097' 14/11/2022 10:35:20 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73097' , '16163' , 'PARTICOLE TAGLIO CHIUSO - PAN DI CENA' , '3' , '-3' , '3' , '3.50' , '3.3653846153846' , '4' , '0' , '10.50' ) 14/11/2022 10:35:20 am >> DELETE FROM ps_product_supplier WHERE id_product = '16163' AND id_supplier = '' 14/11/2022 10:35:20 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '16163' , '' , '1' ) 14/11/2022 10:35:20 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73097' , '7311' , 'OSTIA SOTTILE 74MM' , '3' , '-3' , '3' , '1.90' , '1.8269230769231' , '4' , '0' , '5.70' ) 14/11/2022 10:35:20 am >> DELETE FROM ps_product_supplier WHERE id_product = '7311' AND id_supplier = '' 14/11/2022 10:35:20 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '7311' , '' , '1' ) 14/11/2022 10:35:20 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73097' , '5903' , 'LITURGICO ART. 60LT ROSSO SUPER' , '30' , '-30' , '1' , '3' , '2.4590163934426' , '22' , '0' , '90.00' ) 14/11/2022 10:35:20 am >> DELETE FROM ps_product_supplier WHERE id_product = '5903' AND id_supplier = '' 14/11/2022 10:35:20 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '5903' , '' , '1' ) 14/11/2022 10:35:20 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73097' , '14132' , 'SANTA BARBARA - 9' , '2' , '-2' , '1' , '3.50' , '2.8688524590164' , '22' , '0' , '7.00' ) 14/11/2022 10:35:20 am >> DELETE FROM ps_product_supplier WHERE id_product = '14132' AND id_supplier = '' 14/11/2022 10:35:20 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '14132' , '' , '1' ) 14/11/2022 10:37:51 am >> INSERT INTO ps_customer ( id_gender , firstname , lastname , email , passwd , `date_add` , `date_upd` ) VALUES ( '1' , '' , '' , '' , 'foxgANGGebKuk97A' , NOW() , NOW() ) 14/11/2022 10:37:51 am >> INSERT INTO ps_customer_group ( id_customer , id_group ) VALUES ( '3973' , '1' ) 14/11/2022 10:37:51 am >> INSERT INTO ps_customer_group ( id_customer , id_group ) VALUES ( '3973' , '2' ) 14/11/2022 10:37:51 am >> INSERT INTO ps_customer_group ( id_customer , id_group ) VALUES ( '3973' , '3' ) 14/11/2022 10:39:36 am >> UPDATE ps_address SET deleted='1' , active = '0' WHERE id_customer = '3973' 14/11/2022 10:39:36 am >> INSERT INTO ps_address ( id_customer , id_country , id_state , company , lastname , firstname , address1 , address2 , postcode , city , other , phone , phone_mobile , vat_number , dni , date_add , date_upd ) VALUES ( '3973' , '10' , '145' , 'PARROCCHIA SAN LEONE MAGNO' , 'CHICHIERCHIA' , 'DON ANTONIO ' , 'VIA CHIESA ' , '' , '81010' , 'RUVIANO' , 'ORDINA: SALDEMARCO GIUSEPPINA 0823868142' , '' , '' , '' , '' , NOW() , NOW() ) 14/11/2022 10:39:36 am >> UPDATE ps_customer SET email = '', sdi = '', pec = '', date_upd = NOW() WHERE id_customer = '3973' 14/11/2022 10:43:03 am >> SELECT document_num FROM ps_document WHERE document_num = '276' AND id_document != '' AND id_document_type LIKE '21' AND YEAR(document_date) = YEAR('2022-11-14') 14/11/2022 10:43:03 am >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '21' , '276' , '2022-11-14' , '' , '3973' , '0' , '4677173' , 'VIA CHIESA 81010 RUVIANO' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '76.09' , '76.09' , NOW() , NOW() ) 14/11/2022 10:43:03 am >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '73098' 14/11/2022 10:43:03 am >> DELETE FROM ps_document_detail WHERE id_document = '73098' 14/11/2022 10:43:03 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73098' , '12849' , 'LIBRO DELLE SS. MESSE' , '2' , '-2' , '4' , '20.00' , '20' , '0' , '10' , '36.00' ) 14/11/2022 10:43:03 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73098' , '19977' , 'MINISTRANTI IERI, OGGI, DOMANI' , '2' , '-2' , '4' , '2.50' , '2.5' , '0' , '10' , '4.50' ) 14/11/2022 10:43:03 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73098' , '14031' , 'SEGNO DELLA CROCE' , '2' , '-2' , '4' , '3.00' , '3' , '0' , '10' , '5.40' ) 14/11/2022 10:43:03 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73098' , '18627' , 'GIOVEDI\' SANTO' , '2' , '-2' , '4' , '1.50' , '1.5' , '0' , '10' , '2.70' ) 14/11/2022 10:43:03 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73098' , '9676' , 'SARETE MIEI TESTIMONI - CAT.' , '1' , '-1' , '4' , '5.50' , '5.5' , '0' , '5' , '5.22' ) 14/11/2022 10:43:03 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73098' , '9677' , 'SARETE MIEI TESTIMONI - GUIDA' , '1' , '-1' , '4' , '8.00' , '8' , '0' , '15' , '6.80' ) 14/11/2022 10:43:03 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73098' , '16065' , 'DIZIONARIO DEI SIMBOLI DEL CRISTIANO' , '1' , '-1' , '4' , '2.50' , '2.5' , '0' , '10' , '2.25' ) 14/11/2022 10:43:03 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73098' , '11193' , 'VENITE CON ME CAT.' , '1' , '-1' , '4' , '5.50' , '5.5' , '0' , '5' , '5.22' ) 14/11/2022 10:43:03 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73098' , '11183' , 'VENITE CON ME - GUIDA' , '1' , '-1' , '4' , '6.00' , '6' , '0' , '15' , '5.10' ) 14/11/2022 10:43:03 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73098' , '' , 'CONTRASSEGNO' , '1' , '-1' , '4' , '2.9' , '2.9' , '0' , '0' , '2.90' ) 14/11/2022 10:43:28 am >> SELECT document_num FROM ps_document WHERE document_num = '276' AND id_document != '73098' AND id_document_type LIKE '21' AND YEAR(document_date) = YEAR('2022-11-14') 14/11/2022 10:43:28 am >> UPDATE ps_document SET id_document_type = '21', document_num = '276', document_date = '2022-11-14', document_letter = '', id_customer = '3973', id_supplier = '', id_address = '4677173', address1 = 'VIA CHIESA 81010 RUVIANO', address2 = '', note = '', price_shipping = '0.00', id_tax_shipping_rules = '4', colli = '0', peso = '0', porto_e_imballo = '0', mezzo_consegna = '', id_payment = '6', id_causal = '0', price_tax_included = '76.09', price_tax_excluded = '76.09', date_upd = NOW() WHERE id_document = '73098' 14/11/2022 10:43:28 am >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '73098' 14/11/2022 10:43:28 am >> DELETE FROM ps_document_detail WHERE id_document = '73098' 14/11/2022 10:43:28 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73098' , '12849' , 'LIBRO DELLE SS. MESSE' , '2' , '-2' , '4' , '20.0000' , '20' , '0' , '10' , '36.00' ) 14/11/2022 10:43:28 am >> DELETE FROM ps_product_supplier WHERE id_product = '12849' AND id_supplier = '' 14/11/2022 10:43:28 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '12849' , '' , '1' ) 14/11/2022 10:43:28 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73098' , '19977' , 'MINISTRANTI IERI, OGGI, DOMANI' , '2' , '-2' , '4' , '2.5000' , '2.5' , '0' , '10' , '4.50' ) 14/11/2022 10:43:28 am >> DELETE FROM ps_product_supplier WHERE id_product = '19977' AND id_supplier = '' 14/11/2022 10:43:28 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '19977' , '' , '1' ) 14/11/2022 10:43:28 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73098' , '14031' , 'SEGNO DELLA CROCE' , '2' , '-2' , '4' , '3.0000' , '3' , '0' , '10' , '5.40' ) 14/11/2022 10:43:28 am >> DELETE FROM ps_product_supplier WHERE id_product = '14031' AND id_supplier = '' 14/11/2022 10:43:28 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '14031' , '' , '1' ) 14/11/2022 10:43:28 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73098' , '18627' , 'GIOVEDI\' SANTO' , '2' , '-2' , '4' , '1.5000' , '1.5' , '0' , '10' , '2.70' ) 14/11/2022 10:43:28 am >> DELETE FROM ps_product_supplier WHERE id_product = '18627' AND id_supplier = '' 14/11/2022 10:43:28 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '18627' , '' , '1' ) 14/11/2022 10:43:28 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73098' , '9676' , 'SARETE MIEI TESTIMONI - CAT.' , '1' , '-1' , '4' , '5.5000' , '5.5' , '0' , '5' , '5.22' ) 14/11/2022 10:43:28 am >> DELETE FROM ps_product_supplier WHERE id_product = '9676' AND id_supplier = '' 14/11/2022 10:43:28 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '9676' , '' , '1' ) 14/11/2022 10:43:28 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73098' , '9677' , 'SARETE MIEI TESTIMONI - GUIDA' , '1' , '-1' , '4' , '8.0000' , '8' , '0' , '15' , '6.80' ) 14/11/2022 10:43:28 am >> DELETE FROM ps_product_supplier WHERE id_product = '9677' AND id_supplier = '' 14/11/2022 10:43:28 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '9677' , '' , '1' ) 14/11/2022 10:43:28 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73098' , '16065' , 'DIZIONARIO DEI SIMBOLI DEL CRISTIANO' , '1' , '-1' , '4' , '2.5000' , '2.5' , '0' , '10' , '2.25' ) 14/11/2022 10:43:28 am >> DELETE FROM ps_product_supplier WHERE id_product = '16065' AND id_supplier = '' 14/11/2022 10:43:29 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '16065' , '' , '1' ) 14/11/2022 10:43:29 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73098' , '11193' , 'VENITE CON ME CAT.' , '1' , '-1' , '4' , '5.5000' , '5.5' , '0' , '5' , '5.22' ) 14/11/2022 10:43:29 am >> DELETE FROM ps_product_supplier WHERE id_product = '11193' AND id_supplier = '' 14/11/2022 10:43:29 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '11193' , '' , '1' ) 14/11/2022 10:43:29 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73098' , '11183' , 'VENITE CON ME - GUIDA' , '1' , '-1' , '4' , '6.0000' , '6' , '0' , '15' , '5.10' ) 14/11/2022 10:43:29 am >> DELETE FROM ps_product_supplier WHERE id_product = '11183' AND id_supplier = '' 14/11/2022 10:43:29 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '11183' , '' , '1' ) 14/11/2022 10:43:29 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73098' , '0' , 'CONTRASSEGNO' , '1' , '-1' , '4' , '2.9000' , '2.9' , '0' , '0' , '2.90' ) 14/11/2022 10:43:29 am >> DELETE FROM ps_product_supplier WHERE id_product = '0' AND id_supplier = '' 14/11/2022 10:43:29 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '0' , '' , '1' ) 14/11/2022 10:56:00 am >> SELECT document_num FROM ps_document WHERE document_num = '3450' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2022-11-14') 14/11/2022 10:56:00 am >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '11' , '3450' , '2022-11-14' , '' , '' , '' , '' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '48.80' , '40.00' , NOW() , NOW() ) 14/11/2022 10:56:00 am >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '73099' 14/11/2022 10:56:00 am >> DELETE FROM ps_document_detail WHERE id_document = '73099' 14/11/2022 10:56:00 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73099' , '19429' , 'QUADRO DECORATO 35X29 - RC' , '1' , '-1' , '1' , '48.80' , '40' , '22' , '0' , '48.80' ) 14/11/2022 10:56:00 am >> DELETE FROM ps_product_supplier WHERE id_product = '19429' AND id_supplier = '' 14/11/2022 10:56:00 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '19429' , '' , '1' ) 14/11/2022 11:00:39 am >> INSERT INTO ps_customer ( id_gender , firstname , lastname , email , passwd , `date_add` , `date_upd` ) VALUES ( '1' , '' , '' , '' , 'xXkd1LVn5cOryNxN' , NOW() , NOW() ) 14/11/2022 11:00:39 am >> INSERT INTO ps_customer_group ( id_customer , id_group ) VALUES ( '3974' , '1' ) 14/11/2022 11:00:39 am >> INSERT INTO ps_customer_group ( id_customer , id_group ) VALUES ( '3974' , '2' ) 14/11/2022 11:00:39 am >> INSERT INTO ps_customer_group ( id_customer , id_group ) VALUES ( '3974' , '3' ) 14/11/2022 11:03:12 am >> UPDATE ps_address SET deleted='1' , active = '0' WHERE id_customer = '3974' 14/11/2022 11:03:12 am >> INSERT INTO ps_address ( id_customer , id_country , id_state , company , lastname , firstname , address1 , address2 , postcode , city , other , phone , phone_mobile , vat_number , dni , date_add , date_upd ) VALUES ( '3974' , '10' , '226' , 'PARROCCHIA SAN MARTINO VESCOVO' , 'MARIOTTO' , 'DON MICHELE ' , 'VIA ROMA 1478' , '' , '30015' , 'CHIOGGIA' , '' , '' , '3452359709' , '' , '91004570270' , NOW() , NOW() ) 14/11/2022 11:03:12 am >> UPDATE ps_customer SET email = 'unitasanmartinolourdes@gmail.com', sdi = '', pec = '', date_upd = NOW() WHERE id_customer = '3974' 14/11/2022 11:06:45 am >> UPDATE ps_address SET deleted='1' , active = '0' WHERE id_customer = '3543' 14/11/2022 11:06:45 am >> INSERT INTO ps_address ( id_customer , id_country , id_state , company , lastname , firstname , address1 , address2 , postcode , city , other , phone , phone_mobile , vat_number , dni , date_add , date_upd ) VALUES ( '3543' , '10' , '226' , 'PARR. S. MARTINO V.' , 'MARIOTTO' , 'DON MICHELE ' , 'VIA ROMA 1478' , '' , '30015' , 'CHIOGGIA' , 'MARIOTTO DON MICHELE VIA VENETO 13 45010 ROSOLINA RO' , '' , '' , '' , '91004570270' , NOW() , NOW() ) 14/11/2022 11:06:45 am >> UPDATE ps_customer SET email = 'unitasanmartinolourdes@gmail.com', sdi = '', pec = '', date_upd = NOW() WHERE id_customer = '3543' 14/11/2022 11:08:34 am >> SELECT document_num FROM ps_document WHERE document_num = '277' AND id_document != '' AND id_document_type LIKE '21' AND YEAR(document_date) = YEAR('2022-11-14') 14/11/2022 11:08:34 am >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '21' , '277' , '2022-11-14' , '' , '3543' , '0' , '4677175' , 'VIA ROMA 1478 30015 CHIOGGIA' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '6' , '0' , '150.81' , '150.81' , NOW() , NOW() ) 14/11/2022 11:08:34 am >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '73100' 14/11/2022 11:08:34 am >> DELETE FROM ps_document_detail WHERE id_document = '73100' 14/11/2022 11:08:34 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73100' , '8488' , 'PRIMA CONFESSIONE E MESSA PRIMA COMUNIONE' , '70' , '-70' , '4' , '2.40' , '2.4' , '0' , '15' , '142.80' ) 14/11/2022 11:08:34 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73100' , '2880' , 'CRESIMA: UN DONO E UN PROGETTO' , '1' , '-1' , '4' , '2.50' , '2.5' , '0' , '15' , '2.13' ) 14/11/2022 11:08:34 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73100' , '2679' , 'CONOSCERE GESU\'' , '1' , '-1' , '4' , '3.50' , '3.5' , '0' , '15' , '2.98' ) 14/11/2022 11:08:34 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73100' , '' , 'contrassegno' , '1' , '-1' , '4' , '2.9' , '2.9' , '0' , '0' , '2.90' ) 14/11/2022 11:20:06 am >> INSERT INTO ps_customer ( id_gender , firstname , lastname , email , passwd , `date_add` , `date_upd` ) VALUES ( '1' , '' , '' , '' , 'bDdPaKTbkdmkaMCy' , NOW() , NOW() ) 14/11/2022 11:20:06 am >> INSERT INTO ps_customer_group ( id_customer , id_group ) VALUES ( '7008' , '1' ) 14/11/2022 11:20:06 am >> INSERT INTO ps_customer_group ( id_customer , id_group ) VALUES ( '7008' , '2' ) 14/11/2022 11:20:06 am >> INSERT INTO ps_customer_group ( id_customer , id_group ) VALUES ( '7008' , '3' ) 14/11/2022 11:21:36 am >> UPDATE ps_address SET deleted='1' , active = '0' WHERE id_customer = '7008' 14/11/2022 11:21:37 am >> INSERT INTO ps_address ( id_customer , id_country , id_state , company , lastname , firstname , address1 , address2 , postcode , city , other , phone , phone_mobile , vat_number , dni , date_add , date_upd ) VALUES ( '7008' , '10' , '157' , 'PARROCCHIA SAN DONATO IN POLVEROSA' , 'RICCADONNA' , 'P. GIULIANO' , 'VIA DI NOVOLI 31' , '' , '50127' , 'FIRENZE' , '' , '' , '' , '' , '' , NOW() , NOW() ) 14/11/2022 11:21:37 am >> UPDATE ps_customer SET email = 'giulianoric@gmail.com', sdi = '', pec = '', date_upd = NOW() WHERE id_customer = '7008' 14/11/2022 11:22:06 am >> SELECT document_num FROM ps_document WHERE document_num = '113' AND id_document != '' AND id_document_type LIKE '21' AND YEAR(document_date) = YEAR('2022-11-14') 14/11/2022 11:22:06 am >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '21' , '113' , '2022-11-14' , '' , '7008' , '0' , '98016365' , 'VIA DI NOVOLI 31 50127 FIRENZE' , '' , '' , '6.9' , '4' , '0' , '0' , '0' , '' , '6' , '0' , '78.15' , '78.15' , NOW() , NOW() ) 14/11/2022 11:22:06 am >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '8701' 14/11/2022 11:22:06 am >> DELETE FROM ps_document_detail WHERE id_document = '8701' 14/11/2022 11:22:06 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '8701' , '132' , 'MINISTRANTI IERI, OGGI, DOMANI' , '30' , '-30' , '4' , '2.50' , '2.5' , '0' , '5' , '71.25' ) 14/11/2022 11:32:49 am >> INSERT INTO ps_product ( ean13 , id_tax_rules_group , `date_add` , `date_upd` ) VALUES ( '' , '1' , NOW() , NOW() ) 14/11/2022 11:32:49 am >> INSERT INTO ps_product_lang ( id_product , id_lang , name , link_rewrite ) VALUES ( '20326' , '1' , '' , 'nuovo-prodotto' ) 14/11/2022 11:32:49 am >> INSERT INTO ps_product_shop ( id_product , id_tax_rules_group , id_shop , id_category_default , `date_add` , `date_upd` ) VALUES ( '20326' , '1' , '1' , '2' , NOW() , NOW() ) 14/11/2022 11:32:49 am >> INSERT INTO `ps_stock_available` ( id_product , id_product_attribute , id_shop , id_shop_group , quantity ) VALUES ( '20326' , '0' , '1' , '0' , '0' ) 14/11/2022 11:33:37 am >> SELECT ean13 FROM ps_product WHERE ean13 = '9788855447379' AND id_product != '20326' AND ean13 != '' 14/11/2022 11:33:37 am >> UPDATE ps_product SET id_supplier = '', reference = '', ean13 = '9788855447379', date_upd = NOW() WHERE id_product = '20326' 14/11/2022 11:33:37 am >> UPDATE ps_product_lang SET name = 'segreto di mio figlio - antonia acutis', description = '' WHERE id_product = '20326' 14/11/2022 11:33:37 am >> UPDATE ps_product SET wholesale_price = '0.00', on_sale = '0', price = '10.9' WHERE id_product = '20326' 14/11/2022 11:33:37 am >> UPDATE ps_product_shop SET wholesale_price = '0.00', price = '10.9', id_tax_rules_group = '4', id_category_default = '466', id_argoment_default = '71', id_internal_category = '7', on_sale = '0', on_showcase = '0', on_offer = '00', on_most = '00', date_upd = NOW() WHERE id_product = '20326' 14/11/2022 11:33:37 am >> DELETE FROM ps_specific_price WHERE id_product = '20326' 14/11/2022 11:33:39 am >> INSERT INTO ps_product ( id_tax_rules_group , `date_add` , `date_upd` ) SELECT id_tax_rules_group , NOW() , NOW() FROM ps_product WHERE id_product = '20326' 14/11/2022 11:33:39 am >> INSERT INTO ps_product_lang ( id_product , id_lang , name , link_rewrite ) VALUES ( '20327' , '1' , '' , 'nuovo-prodotto' ) 14/11/2022 11:33:39 am >> INSERT INTO ps_product_shop ( id_product , id_tax_rules_group , id_shop , id_category_default , id_argoment_default , id_internal_category , `date_add` , `date_upd` ) SELECT '20327' , id_tax_rules_group , id_shop , id_category_default , id_argoment_default , id_internal_category , NOW() , NOW() FROM ps_product_shop WHERE id_product = '20326' 14/11/2022 11:33:39 am >> INSERT INTO `ps_stock_available` ( id_product , id_product_attribute , id_shop , id_shop_group , quantity ) SELECT '20327' , id_product_attribute , id_shop , id_shop_group , '0' FROM ps_stock_available WHERE id_product = '20326' 14/11/2022 11:34:17 am >> SELECT ean13 FROM ps_product WHERE ean13 = '9788893184670' AND id_product != '20327' AND ean13 != '' 14/11/2022 11:34:18 am >> UPDATE ps_product SET id_supplier = '', reference = '', ean13 = '9788893184670', date_upd = NOW() WHERE id_product = '20327' 14/11/2022 11:34:18 am >> UPDATE ps_product_lang SET name = 'signore insegnaci ', description = '' WHERE id_product = '20327' 14/11/2022 11:34:18 am >> UPDATE ps_product SET wholesale_price = '0.00', on_sale = '0', price = '15' WHERE id_product = '20327' 14/11/2022 11:34:18 am >> UPDATE ps_product_shop SET wholesale_price = '0.00', price = '15', id_tax_rules_group = '4', id_category_default = '47', id_argoment_default = '10', id_internal_category = '7', on_sale = '0', on_showcase = '0', on_offer = '00', on_most = '00', date_upd = NOW() WHERE id_product = '20327' 14/11/2022 11:34:18 am >> DELETE FROM ps_specific_price WHERE id_product = '20327' 14/11/2022 11:34:20 am >> INSERT INTO ps_product ( id_tax_rules_group , `date_add` , `date_upd` ) SELECT id_tax_rules_group , NOW() , NOW() FROM ps_product WHERE id_product = '20327' 14/11/2022 11:34:20 am >> INSERT INTO ps_product_lang ( id_product , id_lang , name , link_rewrite ) VALUES ( '20328' , '1' , '' , 'nuovo-prodotto' ) 14/11/2022 11:34:20 am >> INSERT INTO ps_product_shop ( id_product , id_tax_rules_group , id_shop , id_category_default , id_argoment_default , id_internal_category , `date_add` , `date_upd` ) SELECT '20328' , id_tax_rules_group , id_shop , id_category_default , id_argoment_default , id_internal_category , NOW() , NOW() FROM ps_product_shop WHERE id_product = '20327' 14/11/2022 11:34:20 am >> INSERT INTO `ps_stock_available` ( id_product , id_product_attribute , id_shop , id_shop_group , quantity ) SELECT '20328' , id_product_attribute , id_shop , id_shop_group , '0' FROM ps_stock_available WHERE id_product = '20327' 14/11/2022 11:34:46 am >> SELECT ean13 FROM ps_product WHERE ean13 = '9788855447379' AND id_product != '20326' AND ean13 != '' 14/11/2022 11:34:46 am >> UPDATE ps_product SET id_supplier = '', reference = '', ean13 = '9788855447379', date_upd = NOW() WHERE id_product = '20326' 14/11/2022 11:34:46 am >> UPDATE ps_product_lang SET name = 'SEGRETO DI MIO FIGLIO - ANTONIA ACUTIS', description = '' WHERE id_product = '20326' 14/11/2022 11:34:46 am >> UPDATE ps_product SET wholesale_price = '0.00', on_sale = '0', price = '10.9000' WHERE id_product = '20326' 14/11/2022 11:34:46 am >> UPDATE ps_product_shop SET wholesale_price = '0.00', price = '10.9000', id_tax_rules_group = '4', id_category_default = '466', id_argoment_default = '71', id_internal_category = '7', on_sale = '0', on_showcase = '0', on_offer = '00', on_most = '00', date_upd = NOW() WHERE id_product = '20326' 14/11/2022 11:34:46 am >> DELETE FROM ps_specific_price WHERE id_product = '20326' 14/11/2022 11:35:02 am >> INSERT INTO ps_product ( id_tax_rules_group , `date_add` , `date_upd` ) SELECT id_tax_rules_group , NOW() , NOW() FROM ps_product WHERE id_product = '20326' 14/11/2022 11:35:02 am >> INSERT INTO ps_product_lang ( id_product , id_lang , name , link_rewrite ) VALUES ( '20329' , '1' , '' , 'nuovo-prodotto' ) 14/11/2022 11:35:02 am >> INSERT INTO ps_product_shop ( id_product , id_tax_rules_group , id_shop , id_category_default , id_argoment_default , id_internal_category , `date_add` , `date_upd` ) SELECT '20329' , id_tax_rules_group , id_shop , id_category_default , id_argoment_default , id_internal_category , NOW() , NOW() FROM ps_product_shop WHERE id_product = '20326' 14/11/2022 11:35:02 am >> INSERT INTO `ps_stock_available` ( id_product , id_product_attribute , id_shop , id_shop_group , quantity ) SELECT '20329' , id_product_attribute , id_shop , id_shop_group , '0' FROM ps_stock_available WHERE id_product = '20326' 14/11/2022 11:35:45 am >> SELECT ean13 FROM ps_product WHERE ean13 = '9788892982345' AND id_product != '20329' AND ean13 != '' 14/11/2022 11:35:45 am >> UPDATE ps_product SET id_supplier = '', reference = '6/6', ean13 = '9788892982345', date_upd = NOW() WHERE id_product = '20329' 14/11/2022 11:35:45 am >> UPDATE ps_product_lang SET name = 'GIOCARE CON DIO - ALBINO LUCIANI', description = '' WHERE id_product = '20329' 14/11/2022 11:35:45 am >> UPDATE ps_product SET wholesale_price = '0.00', on_sale = '0', price = '19' WHERE id_product = '20329' 14/11/2022 11:35:45 am >> UPDATE ps_product_shop SET wholesale_price = '0.00', price = '19', id_tax_rules_group = '4', id_category_default = '146', id_argoment_default = '22', id_internal_category = '7', on_sale = '0', on_showcase = '0', on_offer = '00', on_most = '00', date_upd = NOW() WHERE id_product = '20329' 14/11/2022 11:35:45 am >> DELETE FROM ps_specific_price WHERE id_product = '20329' 14/11/2022 11:35:46 am >> INSERT INTO ps_product ( id_tax_rules_group , `date_add` , `date_upd` ) SELECT id_tax_rules_group , NOW() , NOW() FROM ps_product WHERE id_product = '20329' 14/11/2022 11:35:46 am >> INSERT INTO ps_product_lang ( id_product , id_lang , name , link_rewrite ) VALUES ( '20330' , '1' , '' , 'nuovo-prodotto' ) 14/11/2022 11:35:46 am >> INSERT INTO ps_product_shop ( id_product , id_tax_rules_group , id_shop , id_category_default , id_argoment_default , id_internal_category , `date_add` , `date_upd` ) SELECT '20330' , id_tax_rules_group , id_shop , id_category_default , id_argoment_default , id_internal_category , NOW() , NOW() FROM ps_product_shop WHERE id_product = '20329' 14/11/2022 11:35:46 am >> INSERT INTO `ps_stock_available` ( id_product , id_product_attribute , id_shop , id_shop_group , quantity ) SELECT '20330' , id_product_attribute , id_shop , id_shop_group , '0' FROM ps_stock_available WHERE id_product = '20329' 14/11/2022 11:36:10 am >> SELECT ean13 FROM ps_product WHERE ean13 = '9788872299166' AND id_product != '18951' AND ean13 != '' 14/11/2022 11:36:10 am >> UPDATE ps_product SET id_supplier = '47', reference = '6/5', ean13 = '9788872299166', date_upd = NOW() WHERE id_product = '18951' 14/11/2022 11:36:10 am >> UPDATE ps_product_lang SET name = 'ECCO TUA MADRE - A. PIGNA', description = '' WHERE id_product = '18951' 14/11/2022 11:36:10 am >> UPDATE ps_product SET wholesale_price = '13.30', on_sale = '0', price = '24' WHERE id_product = '18951' 14/11/2022 11:36:10 am >> UPDATE ps_product_shop SET wholesale_price = '13.30', price = '24', id_tax_rules_group = '4', id_category_default = '128', id_argoment_default = '73', id_internal_category = '7', on_sale = '0', on_showcase = '0', on_offer = '00', on_most = '00', date_upd = NOW() WHERE id_product = '18951' 14/11/2022 11:36:10 am >> DELETE FROM ps_specific_price WHERE id_product = '18951' 14/11/2022 11:36:35 am >> SELECT ean13 FROM ps_product WHERE ean13 = '9788893184670' AND id_product != '20327' AND ean13 != '' 14/11/2022 11:36:35 am >> UPDATE ps_product SET id_supplier = '', reference = '', ean13 = '9788893184670', date_upd = NOW() WHERE id_product = '20327' 14/11/2022 11:36:35 am >> UPDATE ps_product_lang SET name = 'SIGNORE INSEGNACI A PREGARE', description = '' WHERE id_product = '20327' 14/11/2022 11:36:35 am >> UPDATE ps_product SET wholesale_price = '0.00', on_sale = '0', price = '15.0000' WHERE id_product = '20327' 14/11/2022 11:36:35 am >> UPDATE ps_product_shop SET wholesale_price = '0.00', price = '15.0000', id_tax_rules_group = '4', id_category_default = '47', id_argoment_default = '10', id_internal_category = '7', on_sale = '0', on_showcase = '0', on_offer = '00', on_most = '00', date_upd = NOW() WHERE id_product = '20327' 14/11/2022 11:36:35 am >> DELETE FROM ps_specific_price WHERE id_product = '20327' 14/11/2022 11:37:13 am >> SELECT ean13 FROM ps_product WHERE ean13 = '9788893187077' AND id_product != '20330' AND ean13 != '' 14/11/2022 11:37:13 am >> UPDATE ps_product SET id_supplier = '', reference = '', ean13 = '9788893187077', date_upd = NOW() WHERE id_product = '20330' 14/11/2022 11:37:13 am >> UPDATE ps_product_lang SET name = 'VIVERE NELLA DIVINA VOLONTA\'', description = '' WHERE id_product = '20330' 14/11/2022 11:37:13 am >> UPDATE ps_product SET wholesale_price = '0.00', on_sale = '0', price = '12' WHERE id_product = '20330' 14/11/2022 11:37:13 am >> UPDATE ps_product_shop SET wholesale_price = '0.00', price = '12', id_tax_rules_group = '4', id_category_default = '47', id_argoment_default = '10', id_internal_category = '7', on_sale = '0', on_showcase = '0', on_offer = '00', on_most = '00', date_upd = NOW() WHERE id_product = '20330' 14/11/2022 11:37:13 am >> DELETE FROM ps_specific_price WHERE id_product = '20330' 14/11/2022 11:37:14 am >> INSERT INTO ps_product ( id_tax_rules_group , `date_add` , `date_upd` ) SELECT id_tax_rules_group , NOW() , NOW() FROM ps_product WHERE id_product = '20330' 14/11/2022 11:37:14 am >> INSERT INTO ps_product_lang ( id_product , id_lang , name , link_rewrite ) VALUES ( '20331' , '1' , '' , 'nuovo-prodotto' ) 14/11/2022 11:37:14 am >> INSERT INTO ps_product_shop ( id_product , id_tax_rules_group , id_shop , id_category_default , id_argoment_default , id_internal_category , `date_add` , `date_upd` ) SELECT '20331' , id_tax_rules_group , id_shop , id_category_default , id_argoment_default , id_internal_category , NOW() , NOW() FROM ps_product_shop WHERE id_product = '20330' 14/11/2022 11:37:14 am >> INSERT INTO `ps_stock_available` ( id_product , id_product_attribute , id_shop , id_shop_group , quantity ) SELECT '20331' , id_product_attribute , id_shop , id_shop_group , '0' FROM ps_stock_available WHERE id_product = '20330' 14/11/2022 11:37:34 am >> SELECT ean13 FROM ps_product WHERE ean13 = '9788830809925' AND id_product != '8798' AND ean13 != '' 14/11/2022 11:37:34 am >> UPDATE ps_product SET id_supplier = '', reference = '11/5', ean13 = '9788830809925', date_upd = NOW() WHERE id_product = '8798' 14/11/2022 11:37:34 am >> UPDATE ps_product_lang SET name = 'RACCONTO DI MATTEO - B. MAGGIONI', description = '' WHERE id_product = '8798' 14/11/2022 11:37:34 am >> UPDATE ps_product SET wholesale_price = '0.00', on_sale = '0', price = '19.5' WHERE id_product = '8798' 14/11/2022 11:37:34 am >> UPDATE ps_product_shop SET wholesale_price = '0.00', price = '19.5', id_tax_rules_group = '4', id_category_default = '11', id_argoment_default = '20', id_internal_category = '', on_sale = '0', on_showcase = '0', on_offer = '00', on_most = '00', date_upd = NOW() WHERE id_product = '8798' 14/11/2022 11:37:34 am >> DELETE FROM ps_specific_price WHERE id_product = '8798' 14/11/2022 11:38:06 am >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '33' , '5856' , '2022-11-10' , '' , '0' , '47' , '2642' , 'V.LE BACCHIGLIONE, 20 20139 MILANO' , '' , '' , '5' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '75.28' , '75.28' , NOW() , NOW() ) 14/11/2022 11:38:06 am >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '73101' 14/11/2022 11:38:06 am >> DELETE FROM ps_document_detail WHERE id_document = '73101' 14/11/2022 11:38:06 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73101' , '20326' , 'SEGRETO DI MIO FIGLIO - ANTONIA ACUTIS' , '1' , '1' , '4' , '10.90' , '10.9' , '0' , '30' , '7.6300' ) 14/11/2022 11:38:06 am >> DELETE FROM ps_product_supplier WHERE id_product = '20326' AND id_supplier = '47' 14/11/2022 11:38:06 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '20326' , '47' , '1' ) 14/11/2022 11:38:06 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73101' , '20329' , 'GIOCARE CON DIO - ALBINO LUCIANI' , '1' , '1' , '4' , '19.00' , '19' , '0' , '30' , '13.3000' ) 14/11/2022 11:38:06 am >> DELETE FROM ps_product_supplier WHERE id_product = '20329' AND id_supplier = '47' 14/11/2022 11:38:06 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '20329' , '47' , '1' ) 14/11/2022 11:38:06 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73101' , '18951' , 'ECCO TUA MADRE - A. PIGNA' , '1' , '1' , '4' , '24.00' , '24' , '0' , '30' , '16.8000' ) 14/11/2022 11:38:06 am >> DELETE FROM ps_product_supplier WHERE id_product = '18951' AND id_supplier = '47' 14/11/2022 11:38:06 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '18951' , '47' , '1' ) 14/11/2022 11:38:06 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73101' , '20327' , 'SIGNORE INSEGNACI A PREGARE' , '1' , '1' , '4' , '15.00' , '15' , '0' , '30' , '10.5000' ) 14/11/2022 11:38:06 am >> DELETE FROM ps_product_supplier WHERE id_product = '20327' AND id_supplier = '47' 14/11/2022 11:38:06 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '20327' , '47' , '1' ) 14/11/2022 11:38:06 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73101' , '20330' , 'VIVERE NELLA DIVINA VOLONTA' , '1' , '1' , '4' , '12.00' , '12' , '0' , '30' , '8.4000' ) 14/11/2022 11:38:06 am >> DELETE FROM ps_product_supplier WHERE id_product = '20330' AND id_supplier = '47' 14/11/2022 11:38:06 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '20330' , '47' , '1' ) 14/11/2022 11:38:07 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73101' , '8798' , 'RACCONTO DI MATTEO - B. MAGGIONI' , '1' , '1' , '4' , '19.50' , '19.5' , '0' , '30' , '13.6500' ) 14/11/2022 11:38:07 am >> DELETE FROM ps_product_supplier WHERE id_product = '8798' AND id_supplier = '47' 14/11/2022 11:38:07 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '8798' , '47' , '1' ) 14/11/2022 11:50:12 am >> SELECT document_num FROM ps_document WHERE document_num = '275' AND id_document != '73093' AND id_document_type LIKE '21' AND YEAR(document_date) = YEAR('2022-11-14') 14/11/2022 11:50:12 am >> UPDATE ps_document SET id_document_type = '21', document_num = '275', document_date = '2022-11-14', document_letter = '', id_customer = '2332', id_supplier = '', id_address = '4670946', address1 = 'P.ZZA S. ROCCO 84088 SIANO', address2 = '', note = '', price_shipping = '0.00', id_tax_shipping_rules = '4', colli = '0', peso = '0', porto_e_imballo = '0', mezzo_consegna = '', id_payment = '2', id_causal = '0', price_tax_included = '230.35', price_tax_excluded = '230.35', date_upd = NOW() WHERE id_document = '73093' 14/11/2022 11:50:12 am >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '73093' 14/11/2022 11:50:12 am >> DELETE FROM ps_document_detail WHERE id_document = '73093' 14/11/2022 11:50:12 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73093' , '2679' , 'CONOSCERE GESU\'' , '50' , '-50' , '4' , '3.5000' , '3.5' , '0' , '15' , '148.75' ) 14/11/2022 11:50:12 am >> DELETE FROM ps_product_supplier WHERE id_product = '2679' AND id_supplier = '' 14/11/2022 11:50:12 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '2679' , '' , '1' ) 14/11/2022 11:50:12 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73093' , '8488' , 'PRIMA CONFESSIONE E MESSA PRIMA COMUNIONE' , '40' , '-40' , '4' , '2.4000' , '2.4' , '0' , '15' , '81.60' ) 14/11/2022 11:50:12 am >> DELETE FROM ps_product_supplier WHERE id_product = '8488' AND id_supplier = '' 14/11/2022 11:50:12 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '8488' , '' , '1' ) 14/11/2022 11:50:29 am >> SELECT document_num FROM ps_document WHERE document_num = '3445' AND id_document != '73092' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2022-11-14') 14/11/2022 11:50:29 am >> UPDATE ps_document SET id_document_type = '11', document_num = '3445', document_date = '2022-11-14', document_letter = '', id_customer = '0', id_supplier = '', id_address = '0', address1 = '', address2 = '', note = '', price_shipping = '0.00', id_tax_shipping_rules = '4', colli = '0', peso = '0', porto_e_imballo = '0', mezzo_consegna = '', id_payment = '2', id_causal = '0', price_tax_included = '442.80', price_tax_excluded = '442.80', date_upd = NOW() WHERE id_document = '73092' 14/11/2022 11:50:29 am >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '73092' 14/11/2022 11:50:29 am >> DELETE FROM ps_document_detail WHERE id_document = '73092' 14/11/2022 11:50:29 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73092' , '8602' , 'VENITE CON ME 1 - MAGNIFICAT' , '40' , '-40' , '4' , '2.7000' , '2.7' , '0' , '0' , '108.00' ) 14/11/2022 11:50:29 am >> DELETE FROM ps_product_supplier WHERE id_product = '8602' AND id_supplier = '' 14/11/2022 11:50:29 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '8602' , '' , '1' ) 14/11/2022 11:50:29 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73092' , '8603' , 'VENITE CON ME 2 - MAGNIFICAT' , '40' , '-40' , '4' , '2.7000' , '2.7' , '0' , '0' , '108.00' ) 14/11/2022 11:50:29 am >> DELETE FROM ps_product_supplier WHERE id_product = '8603' AND id_supplier = '' 14/11/2022 11:50:29 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '8603' , '' , '1' ) 14/11/2022 11:50:30 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73092' , '8598' , 'IO SONO CON VOI 1 - MAGNIFICAT' , '29' , '-29' , '4' , '2.7000' , '2.7' , '0' , '0' , '78.30' ) 14/11/2022 11:50:30 am >> DELETE FROM ps_product_supplier WHERE id_product = '8598' AND id_supplier = '' 14/11/2022 11:50:30 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '8598' , '' , '1' ) 14/11/2022 11:50:30 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73092' , '8599' , 'IO SONO CON VOI 2 - MAGNIFICAT' , '55' , '-55' , '4' , '2.7000' , '2.7' , '0' , '0' , '148.50' ) 14/11/2022 11:50:30 am >> DELETE FROM ps_product_supplier WHERE id_product = '8599' AND id_supplier = '' 14/11/2022 11:50:30 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '8599' , '' , '1' ) 14/11/2022 12:03:03 pm >> UPDATE ps_address SET deleted='1' , active = '0' WHERE id_customer = '3543' 14/11/2022 12:03:03 pm >> INSERT INTO ps_address ( id_customer , id_country , id_state , company , lastname , firstname , address1 , address2 , postcode , city , other , phone , phone_mobile , vat_number , dni , date_add , date_upd ) VALUES ( '3543' , '10' , '226' , 'PARR. S. MARTINO V.' , 'MARIOTTO' , 'DON MICHELE ' , 'VIA ROMA 1478' , '' , '30015' , 'CHIOGGIA' , 'MARIOTTO DON MICHELE VIA VENETO 13 45010 ROSOLINA RO' , '' , '3452359709' , '' , '91004570270' , NOW() , NOW() ) 14/11/2022 12:03:03 pm >> UPDATE ps_customer SET email = 'unitasanmartinolourdes@gmail.com', sdi = '', pec = '', date_upd = NOW() WHERE id_customer = '3543' 14/11/2022 12:03:13 pm >> UPDATE ps_customer SET deleted='1' , active = '0' WHERE id_customer = '3974' 14/11/2022 12:11:02 pm >> UPDATE ps_address SET deleted='1' , active = '0' WHERE id_customer = '7008' 14/11/2022 12:11:02 pm >> INSERT INTO ps_address ( id_customer , id_country , id_state , company , lastname , firstname , address1 , address2 , postcode , city , other , phone , phone_mobile , vat_number , dni , date_add , date_upd ) VALUES ( '7008' , '10' , '157' , 'PARROCCHIA SAN DONATO IN POLVEROSA' , 'RICCADONNA' , 'P. GIULIANO' , 'VIA DI NOVOLI 31' , '' , '50127' , 'FIRENZE' , '' , '' , ' 3460139598' , '' , '' , NOW() , NOW() ) 14/11/2022 12:11:02 pm >> UPDATE ps_customer SET email = 'giulianoric@gmail.com', sdi = '', pec = '', date_upd = NOW() WHERE id_customer = '7008' 14/11/2022 12:46:33 pm >> SELECT document_num FROM ps_document WHERE document_num = '3451' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2022-11-14') 14/11/2022 12:46:34 pm >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '11' , '3451' , '2022-11-14' , '' , '' , '' , '' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '48.00' , '39.34' , NOW() , NOW() ) 14/11/2022 12:46:34 pm >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '73102' 14/11/2022 12:46:34 pm >> DELETE FROM ps_document_detail WHERE id_document = '73102' 14/11/2022 12:46:34 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73102' , '11384' , 'VINO BIANCO DOLCE - 102' , '3' , '-3' , '1' , '8' , '6.5573770491803' , '22' , '0' , '24.00' ) 14/11/2022 12:46:34 pm >> DELETE FROM ps_product_supplier WHERE id_product = '11384' AND id_supplier = '' 14/11/2022 12:46:34 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '11384' , '' , '1' ) 14/11/2022 12:46:34 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73102' , '11389' , 'VINO ROSSO DOLCE - 103' , '3' , '-3' , '1' , '8' , '6.5573770491803' , '22' , '0' , '24.00' ) 14/11/2022 12:46:34 pm >> DELETE FROM ps_product_supplier WHERE id_product = '11389' AND id_supplier = '' 14/11/2022 12:46:34 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '11389' , '' , '1' ) 14/11/2022 12:49:55 pm >> SELECT document_num FROM ps_document WHERE document_num = '92/A' AND id_document != '' AND id_document_type LIKE '2%' AND YEAR(document_date) = YEAR('2022-11-14') 14/11/2022 12:49:55 pm >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '24' , '92/A' , '2022-11-14' , 'A' , '188' , '0' , '4668955' , 'VIA ROMA 84121 SALERNO' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '31.00' , '29.81' , NOW() , NOW() ) 14/11/2022 12:49:55 pm >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '73103' 14/11/2022 12:49:55 pm >> DELETE FROM ps_document_detail WHERE id_document = '73103' 14/11/2022 12:49:55 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73103' , '16689' , 'OSTIA PAN DI CENA mm80' , '5' , '-5' , '3' , '2.00' , '1.9230769230769' , '4' , '0' , '10.00' ) 14/11/2022 12:49:55 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73103' , '16163' , 'PARTICOLE TAGLIO CHIUSO - PAN DI CENA' , '6' , '-6' , '3' , '3.50' , '3.3653846153846' , '4' , '0' , '21.00' ) 14/11/2022 01:04:54 pm >> SELECT document_num FROM ps_document WHERE document_num = '114' AND id_document != '' AND id_document_type LIKE '21' AND YEAR(document_date) = YEAR('2022-11-14') 14/11/2022 01:04:54 pm >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '21' , '114' , '2022-11-14' , '' , '7006' , '0' , '98016361' , 'Via Mastruccia , 164 03100 Frosinone' , '' , '' , '6.9' , '4' , '0' , '0' , '0' , '' , '6' , '0' , '116.15' , '116.15' , NOW() , NOW() ) 14/11/2022 01:04:54 pm >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '8702' 14/11/2022 01:04:54 pm >> DELETE FROM ps_document_detail WHERE id_document = '8702' 14/11/2022 01:04:54 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '8702' , '24' , 'PADRE NOSTRO SPIEGATO AI BAMBINI N. E.' , '10' , '-10' , '4' , '2.50' , '2.5' , '0' , '5' , '23.75' ) 14/11/2022 01:04:54 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '8702' , '42' , 'ALLA SCOPERTA DELLA CASA DI GESU\'' , '10' , '-10' , '4' , '3.00' , '3' , '0' , '5' , '28.50' ) 14/11/2022 01:04:54 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '8702' , '55' , 'AVE MARIA ,SPIEGATA AI BAMBINI' , '10' , '-10' , '4' , '1.50' , '1.5' , '0' , '5' , '14.25' ) 14/11/2022 01:04:54 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '8702' , '75' , 'IL SEGNO DELLA CROCE' , '30' , '-30' , '4' , '1.50' , '1.5' , '0' , '5' , '42.75' ) 14/11/2022 03:19:31 pm >> SELECT document_num FROM ps_document WHERE document_num = '3452' AND id_document != '' AND id_document_type LIKE '12' AND YEAR(document_date) = YEAR('2022-11-14') 14/11/2022 03:19:31 pm >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '11' , '3452' , '2022-11-14' , '' , '' , '' , '' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '39.00' , '31.97' , NOW() , NOW() ) 14/11/2022 03:19:31 pm >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '73104' 14/11/2022 03:19:31 pm >> DELETE FROM ps_document_detail WHERE id_document = '73104' 14/11/2022 03:19:31 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73104' , '11157' , 'VASSOIO COMUNIONE DORATO - 716 ' , '1' , '-1' , '1' , '39.00' , '31.967213114754' , '22' , '0' , '39.00' ) 14/11/2022 03:19:31 pm >> DELETE FROM ps_product_supplier WHERE id_product = '11157' AND id_supplier = '' 14/11/2022 03:19:32 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '11157' , '' , '1' ) 14/11/2022 03:28:14 pm >> SELECT document_num FROM ps_document WHERE document_num = '3453' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2022-11-14') 14/11/2022 03:28:14 pm >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '11' , '3453' , '2022-11-14' , '' , '' , '' , '' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '134.50' , '114.48' , NOW() , NOW() ) 14/11/2022 03:28:14 pm >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '73105' 14/11/2022 03:28:14 pm >> DELETE FROM ps_document_detail WHERE id_document = '73105' 14/11/2022 03:28:14 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73105' , '13245' , 'CLERGY PUNTINATO BLU ML COTONE - 45' , '1' , '-1' , '1' , '60' , '49.180327868852' , '22' , '0' , '60.00' ) 14/11/2022 03:28:14 pm >> DELETE FROM ps_product_supplier WHERE id_product = '13245' AND id_supplier = '' 14/11/2022 03:28:14 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '13245' , '' , '1' ) 14/11/2022 03:28:14 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73105' , '16588' , 'CLERGY DIAGONALE MISTO ML - C06' , '1' , '-1' , '1' , '51' , '41.803278688525' , '22' , '0' , '51.00' ) 14/11/2022 03:28:14 pm >> DELETE FROM ps_product_supplier WHERE id_product = '16588' AND id_supplier = '' 14/11/2022 03:28:14 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '16588' , '' , '1' ) 14/11/2022 03:28:14 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73105' , '20199' , 'PAROLA DI DIO OGNI GIORNO 2023 - V. PAGLIA' , '1' , '-1' , '4' , '21' , '21' , '0' , '0' , '21.00' ) 14/11/2022 03:28:14 pm >> DELETE FROM ps_product_supplier WHERE id_product = '20199' AND id_supplier = '' 14/11/2022 03:28:14 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '20199' , '' , '1' ) 14/11/2022 03:28:14 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73105' , '7275' , 'ORDO VIRGINUM' , '1' , '-1' , '4' , '2.50' , '2.5' , '0' , '0' , '2.50' ) 14/11/2022 03:28:14 pm >> DELETE FROM ps_product_supplier WHERE id_product = '7275' AND id_supplier = '' 14/11/2022 03:28:14 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '7275' , '' , '1' ) 14/11/2022 03:45:27 pm >> SELECT document_num FROM ps_document WHERE document_num = '68/A' AND id_document != '61794' AND id_document_type LIKE '2%' AND YEAR(document_date) = YEAR('2022-09-14') 14/11/2022 03:45:27 pm >> UPDATE ps_document SET id_document_type = '24', document_num = '68/A', document_date = '2022-09-14', document_letter = 'A', id_customer = '206', id_supplier = '', id_address = '4671015', address1 = 'VIA N. BUONSERVIZI, 25 84135 SALERNO', address2 = '', note = '', price_shipping = '0.00', id_tax_shipping_rules = '4', colli = '0', peso = '0', porto_e_imballo = '0', mezzo_consegna = '', id_payment = '0', id_causal = '0', price_tax_included = '69.90', price_tax_excluded = '67.70', date_upd = NOW() WHERE id_document = '61794' 14/11/2022 03:45:27 pm >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '61794' 14/11/2022 03:45:27 pm >> DELETE FROM ps_document_detail WHERE id_document = '61794' 14/11/2022 03:45:27 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '61794' , '20036' , 'PAROLA E PREGHIERA - DIC 2022' , '2' , '-2' , '4' , '2.9000' , '2.9' , '0' , '0' , '5.80' ) 14/11/2022 03:45:28 pm >> DELETE FROM ps_product_supplier WHERE id_product = '20036' AND id_supplier = '' 14/11/2022 03:45:28 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '20036' , '' , '1' ) 14/11/2022 03:45:28 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '61794' , '20248' , 'FORZA DELLO SPIRITO - C. MIRANTE' , '1' , '-1' , '4' , '12.9000' , '12.9' , '0' , '0' , '12.90' ) 14/11/2022 03:45:28 pm >> DELETE FROM ps_product_supplier WHERE id_product = '20248' AND id_supplier = '' 14/11/2022 03:45:28 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '20248' , '' , '1' ) 14/11/2022 03:45:28 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '61794' , '16252' , 'CUORE PENDENTE' , '1' , '-1' , '1' , '12.2000' , '10' , '22' , '0' , '12.20' ) 14/11/2022 03:45:28 pm >> DELETE FROM ps_product_supplier WHERE id_product = '16252' AND id_supplier = '' 14/11/2022 03:45:28 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '16252' , '' , '1' ) 14/11/2022 03:45:28 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '61794' , '20313' , 'TERRA DI DIO - M.S. MOSTAJO' , '1' , '-1' , '4' , '15.0000' , '15' , '0' , '0' , '15.00' ) 14/11/2022 03:45:28 pm >> DELETE FROM ps_product_supplier WHERE id_product = '20313' AND id_supplier = '' 14/11/2022 03:45:28 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '20313' , '' , '1' ) 14/11/2022 03:45:28 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '61794' , '18951' , 'ECCO TUA MADRE - A. PIGNA' , '1' , '-1' , '4' , '24.00' , '24' , '0' , '0' , '24.00' ) 14/11/2022 03:45:28 pm >> DELETE FROM ps_product_supplier WHERE id_product = '18951' AND id_supplier = '' 14/11/2022 03:45:28 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '18951' , '' , '1' ) 14/11/2022 04:12:40 pm >> SELECT document_num FROM ps_document WHERE document_num = '3454' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2022-11-14') 14/11/2022 04:12:40 pm >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '11' , '3454' , '2022-11-14' , '' , '' , '' , '' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '39.50' , '32.56' , NOW() , NOW() ) 14/11/2022 04:12:40 pm >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '73106' 14/11/2022 04:12:40 pm >> DELETE FROM ps_document_detail WHERE id_document = '73106' 14/11/2022 04:12:40 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73106' , '5903' , 'LITURGICO ART. 60LT ROSSO SUPER' , '5' , '-5' , '1' , '3.30' , '2.7049180327869' , '22' , '0' , '16.50' ) 14/11/2022 04:12:40 pm >> DELETE FROM ps_product_supplier WHERE id_product = '5903' AND id_supplier = '' 14/11/2022 04:12:40 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '5903' , '' , '1' ) 14/11/2022 04:12:40 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73106' , '12919' , 'CONFEZIONE CARTONCINO CON BAMBINO - P422' , '10' , '-10' , '1' , '0.60' , '0.49180327868852' , '22' , '0' , '6.00' ) 14/11/2022 04:12:40 pm >> DELETE FROM ps_product_supplier WHERE id_product = '12919' AND id_supplier = '' 14/11/2022 04:12:40 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '12919' , '' , '1' ) 14/11/2022 04:12:40 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73106' , '16449' , 'CONFEZIONE CARTONCINO CON BAMBINO - P576' , '10' , '-10' , '1' , '0.60' , '0.49180327868852' , '22' , '0' , '6.00' ) 14/11/2022 04:12:40 pm >> DELETE FROM ps_product_supplier WHERE id_product = '16449' AND id_supplier = '' 14/11/2022 04:12:40 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '16449' , '' , '1' ) 14/11/2022 04:12:40 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73106' , '19693' , 'CALENDARIO LITURGICO 2023' , '2' , '-2' , '4' , '0.50' , '0.5' , '0' , '0' , '1.00' ) 14/11/2022 04:12:40 pm >> DELETE FROM ps_product_supplier WHERE id_product = '19693' AND id_supplier = '' 14/11/2022 04:12:40 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '19693' , '' , '1' ) 14/11/2022 04:12:40 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73106' , '19938' , 'AGENDA 2023 SAN PAOLO' , '1' , '-1' , '1' , '10.00' , '8.1967213114754' , '22' , '0' , '10.00' ) 14/11/2022 04:12:40 pm >> DELETE FROM ps_product_supplier WHERE id_product = '19938' AND id_supplier = '' 14/11/2022 04:12:40 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '19938' , '' , '1' ) 14/11/2022 04:13:03 pm >> SELECT document_num FROM ps_document WHERE document_num = '93/A' AND id_document != '' AND id_document_type LIKE '2%' AND YEAR(document_date) = YEAR('2022-11-14') 14/11/2022 04:13:03 pm >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '24' , '93/A' , '2022-11-14' , 'A' , '3355' , '0' , '4674401' , 'L. GO G. LUCIANI, 1 84125 SALERNO' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '46.00' , '37.70' , NOW() , NOW() ) 14/11/2022 04:13:03 pm >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '73107' 14/11/2022 04:13:03 pm >> DELETE FROM ps_document_detail WHERE id_document = '73107' 14/11/2022 04:13:03 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73107' , '8439' , 'PRESEPE COMPONIBILE IN MDF CON 5 PZ - OGGETTI' , '23' , '-23' , '1' , '2' , '1.6393442622951' , '22' , '0' , '46.00' ) 14/11/2022 04:42:02 pm >> SELECT document_num FROM ps_document WHERE document_num = '3455' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2022-11-14') 14/11/2022 04:42:02 pm >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '11' , '3455' , '2022-11-14' , '' , '' , '' , '' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '26.51' , '26.51' , NOW() , NOW() ) 14/11/2022 04:42:02 pm >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '73108' 14/11/2022 04:42:02 pm >> DELETE FROM ps_document_detail WHERE id_document = '73108' 14/11/2022 04:42:02 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73108' , '8219' , 'PRATICA DI AMAR GESÙ CRISTO - 8464' , '1' , '-1' , '4' , '7.00' , '7' , '0' , '5' , '6.65' ) 14/11/2022 04:42:02 pm >> DELETE FROM ps_product_supplier WHERE id_product = '8219' AND id_supplier = '' 14/11/2022 04:42:02 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '8219' , '' , '1' ) 14/11/2022 04:42:02 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73108' , '4699' , 'GLORIE DI MARIA - 8243' , '1' , '-1' , '4' , '10.00' , '10' , '0' , '5' , '9.50' ) 14/11/2022 04:42:02 pm >> DELETE FROM ps_product_supplier WHERE id_product = '4699' AND id_supplier = '' 14/11/2022 04:42:02 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '4699' , '' , '1' ) 14/11/2022 04:42:02 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73108' , '20326' , 'SEGRETO DI MIO FIGLIO - ANTONIA ACUTIS' , '1' , '-1' , '4' , '10.90' , '10.9' , '0' , '5' , '10.36' ) 14/11/2022 04:42:02 pm >> DELETE FROM ps_product_supplier WHERE id_product = '20326' AND id_supplier = '' 14/11/2022 04:42:02 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '20326' , '' , '1' ) 14/11/2022 05:00:16 pm >> SELECT document_num FROM ps_document WHERE document_num = '3456' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2022-11-14') 14/11/2022 05:00:16 pm >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '11' , '3456' , '2022-11-14' , '' , '' , '' , '' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '16.70' , '14.41' , NOW() , NOW() ) 14/11/2022 05:00:16 pm >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '73109' 14/11/2022 05:00:16 pm >> DELETE FROM ps_document_detail WHERE id_document = '73109' 14/11/2022 05:00:16 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73109' , '14929' , 'AVE MARIA, SPIEGATA AI BAMBINI' , '1' , '-1' , '4' , '1.50' , '1.5' , '0' , '0' , '1.50' ) 14/11/2022 05:00:16 pm >> DELETE FROM ps_product_supplier WHERE id_product = '14929' AND id_supplier = '' 14/11/2022 05:00:16 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '14929' , '' , '1' ) 14/11/2022 05:00:16 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73109' , '18049' , 'PADRE NOSTRO SPIEGATO AI BAMBINI' , '1' , '-1' , '4' , '2.50' , '2.5' , '0' , '0' , '2.50' ) 14/11/2022 05:00:16 pm >> DELETE FROM ps_product_supplier WHERE id_product = '18049' AND id_supplier = '' 14/11/2022 05:00:16 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '18049' , '' , '1' ) 14/11/2022 05:00:16 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73109' , '7924' , 'PERGAMENE - BATTESIMO MOD. A' , '1' , '-1' , '1' , '0.50' , '0.40983606557377' , '22' , '0' , '0.50' ) 14/11/2022 05:00:16 pm >> DELETE FROM ps_product_supplier WHERE id_product = '7924' AND id_supplier = '' 14/11/2022 05:00:16 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '7924' , '' , '1' ) 14/11/2022 05:00:16 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73109' , '19431' , 'PALLONCINO MAGNETE 12X15 - PM' , '1' , '-1' , '1' , '12.20' , '10' , '22' , '0' , '12.20' ) 14/11/2022 05:00:16 pm >> DELETE FROM ps_product_supplier WHERE id_product = '19431' AND id_supplier = '' 14/11/2022 05:00:16 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '19431' , '' , '1' ) 14/11/2022 05:04:02 pm >> SELECT document_num FROM ps_document WHERE document_num = '3457' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2022-11-14') 14/11/2022 05:04:02 pm >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '11' , '3457' , '2022-11-14' , '' , '' , '' , '' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '35.50' , '29.10' , NOW() , NOW() ) 14/11/2022 05:04:02 pm >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '73110' 14/11/2022 05:04:02 pm >> DELETE FROM ps_document_detail WHERE id_document = '73110' 14/11/2022 05:04:02 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73110' , '19819' , 'INCENSO NATURALE 1 ST GRADE - KG 1' , '1' , '-1' , '1' , '27.00' , '22.131147540984' , '22' , '0' , '27.00' ) 14/11/2022 05:04:02 pm >> DELETE FROM ps_product_supplier WHERE id_product = '19819' AND id_supplier = '' 14/11/2022 05:04:02 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '19819' , '' , '1' ) 14/11/2022 05:04:02 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73110' , '11384' , 'VINO BIANCO DOLCE - 102' , '1' , '-1' , '1' , '8.50' , '6.9672131147541' , '22' , '0' , '8.50' ) 14/11/2022 05:04:02 pm >> DELETE FROM ps_product_supplier WHERE id_product = '11384' AND id_supplier = '' 14/11/2022 05:04:02 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '11384' , '' , '1' ) 14/11/2022 05:04:45 pm >> UPDATE ps_product_shop SET minimal_quantity = '1', multiple_quantity = '1', available_date = '', date_upd = NOW() WHERE id_product = '9532' 14/11/2022 05:04:45 pm >> UPDATE ps_stock_available SET quantity = quantity + '-1' WHERE id_product = '9532' 14/11/2022 06:12:16 pm >> UPDATE ps_address SET deleted='1' , active = '0' WHERE id_customer = '3468' 14/11/2022 06:12:16 pm >> INSERT INTO ps_address ( id_customer , id_country , id_state , company , lastname , firstname , address1 , address2 , postcode , city , other , phone , phone_mobile , vat_number , dni , date_add , date_upd ) VALUES ( '3468' , '10' , '210' , 'PARR. S. MARIA MAGGIORE' , 'RISPI' , 'DON ENZO' , 'VIA MAZZINI' , '' , '84030' , 'SAN RUFO' , 'RISPI DON ENZO\r\nPIAZZA VALENTINO VIGNONE 1 - 84039 TEGGIANO' , '' , '3456330477' , '' , '92003390652' , NOW() , NOW() ) 14/11/2022 06:12:16 pm >> UPDATE ps_customer SET email = 'segreteria@diocesiteggiano.it', sdi = '', pec = '', date_upd = NOW() WHERE id_customer = '3468' 14/11/2022 06:12:27 pm >> UPDATE ps_address SET deleted='1' , active = '0' WHERE id_customer = '3468' 14/11/2022 06:12:27 pm >> INSERT INTO ps_address ( id_customer , id_country , id_state , company , lastname , firstname , address1 , address2 , postcode , city , other , phone , phone_mobile , vat_number , dni , date_add , date_upd ) VALUES ( '3468' , '10' , '210' , 'PARR. S. MARIA MAGGIORE' , 'RISPI' , 'DON ENZO' , 'VIA MAZZINI' , '' , '84030' , 'SAN RUFO' , 'RISPI DON ENZO\r\nPIAZZA VALENTINO VIGNONE 1 - 84039 TEGGIANO' , '' , '3456330477' , '' , '92003390652' , NOW() , NOW() ) 14/11/2022 06:12:27 pm >> UPDATE ps_customer SET email = 'segreteria@diocesiteggiano.it', sdi = '', pec = '', date_upd = NOW() WHERE id_customer = '3468' 14/11/2022 06:17:54 pm >> UPDATE ps_address SET deleted='1' , active = '0' WHERE id_customer = '3468' 14/11/2022 06:17:54 pm >> INSERT INTO ps_address ( id_customer , id_country , id_state , company , lastname , firstname , address1 , address2 , postcode , city , other , phone , phone_mobile , vat_number , dni , date_add , date_upd ) VALUES ( '3468' , '10' , '210' , 'PARR. S. MARIA MAGGIORE' , 'RISPI' , 'DON ENZO' , 'VIA MAZZINI' , '' , '84030' , 'SAN RUFO' , 'RISPI DON ENZO\r\nPIAZZA VALENTINO VIGNONE 1 - 84039 TEGGIANO' , '' , '3456330477' , '' , '92003390652' , NOW() , NOW() ) 14/11/2022 06:17:54 pm >> UPDATE ps_customer SET email = 'segreteria@diocesiteggiano.it', sdi = '', pec = '', date_upd = NOW() WHERE id_customer = '3468' 14/11/2022 06:28:09 pm >> SELECT document_num FROM ps_document WHERE document_num = '278' AND id_document != '' AND id_document_type LIKE '21' AND YEAR(document_date) = YEAR('2022-11-14') 14/11/2022 06:28:09 pm >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '21' , '278' , '2022-11-14' , '' , '3468' , '0' , '4677179' , 'VIA MAZZINI 84030 SAN RUFO' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '3' , '0' , '92.00' , '92.00' , NOW() , NOW() ) 14/11/2022 06:28:09 pm >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '73111' 14/11/2022 06:28:09 pm >> DELETE FROM ps_document_detail WHERE id_document = '73111' 14/11/2022 06:28:09 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73111' , '4397' , 'GESÙ CI RIVELA IL PADRE 2 - SCHEDE' , '12' , '-12' , '4' , '3.50' , '3.5' , '0' , '15' , '35.70' ) 14/11/2022 06:28:09 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73111' , '4495' , 'GESÙ RESTA CON NOI 3 - SCHEDE' , '7' , '-7' , '4' , '3.50' , '3.5' , '0' , '15' , '20.82' ) 14/11/2022 06:28:09 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73111' , '4494' , 'GESÙ RESTA CON NOI 3 - GUIDA' , '1' , '-1' , '4' , '10.00' , '10' , '0' , '15' , '8.50' ) 14/11/2022 06:28:09 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73111' , '4120' , 'FEDE NELLO ZAINETTO' , '6' , '-6' , '4' , '5.00' , '5' , '0' , '10' , '27.00' ) 14/11/2022 06:28:09 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73111' , '' , 'ARROTONDAMENTO' , '1' , '-1' , '4' , '-0.02' , '-0.02' , '0' , '0' , '-0.02' ) 14/11/2022 06:48:21 pm >> SELECT document_num FROM ps_document WHERE document_num = '3458' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2022-11-14') 14/11/2022 06:48:21 pm >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '11' , '3458' , '2022-11-14' , '' , '' , '' , '' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '31.50' , '25.82' , NOW() , NOW() ) 14/11/2022 06:48:21 pm >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '73112' 14/11/2022 06:48:21 pm >> DELETE FROM ps_document_detail WHERE id_document = '73112' 14/11/2022 06:48:21 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73112' , '20029' , 'MOCCOLO 80X200' , '1' , '-1' , '1' , '9' , '7.3770491803279' , '22' , '0' , '9.00' ) 14/11/2022 06:48:21 pm >> DELETE FROM ps_product_supplier WHERE id_product = '20029' AND id_supplier = '' 14/11/2022 06:48:22 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '20029' , '' , '1' ) 14/11/2022 06:48:22 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73112' , '19150' , 'MOCCOLO 70X200' , '3' , '-3' , '1' , '7.50' , '6.1475409836066' , '22' , '0' , '22.50' ) 14/11/2022 06:48:22 pm >> DELETE FROM ps_product_supplier WHERE id_product = '19150' AND id_supplier = '' 14/11/2022 06:48:22 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '19150' , '' , '1' ) 14/11/2022 07:03:16 pm >> UPDATE ps_product_shop SET minimal_quantity = '1', multiple_quantity = '1', available_date = '', date_upd = NOW() WHERE id_product = '17072' 14/11/2022 07:03:16 pm >> UPDATE ps_stock_available SET quantity = quantity + '-1' WHERE id_product = '17072' 14/11/2022 07:05:44 pm >> SELECT ean13 FROM ps_product WHERE ean13 = '9788884042156' AND id_product != '1083' AND ean13 != '' 14/11/2022 07:05:44 pm >> UPDATE ps_product SET id_supplier = '38', reference = 'ESPOSITORE SHALOM', ean13 = '9788884042156', date_upd = NOW() WHERE id_product = '1083' 14/11/2022 07:05:44 pm >> UPDATE ps_product_lang SET name = 'SANTA BERNADETTE: UNA DI NOI - 8450', description = '' WHERE id_product = '1083' 14/11/2022 07:05:44 pm >> UPDATE ps_product SET wholesale_price = '4.20', on_sale = '0', price = '7.0000' WHERE id_product = '1083' 14/11/2022 07:05:44 pm >> UPDATE ps_product_shop SET wholesale_price = '4.20', price = '7.0000', id_tax_rules_group = '4', id_category_default = '106', id_argoment_default = '71', id_internal_category = '7', on_sale = '0', on_showcase = '0', on_offer = '00', on_most = '00', date_upd = NOW() WHERE id_product = '1083' 14/11/2022 07:05:44 pm >> DELETE FROM ps_specific_price WHERE id_product = '1083' 14/11/2022 07:10:52 pm >> SELECT document_num FROM ps_document WHERE document_num = '3453' AND id_document != '73105' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2022-11-14') 14/11/2022 07:10:52 pm >> UPDATE ps_document SET id_document_type = '11', document_num = '3453', document_date = '2022-11-14', document_letter = '', id_customer = '0', id_supplier = '', id_address = '0', address1 = '', address2 = '', note = '', price_shipping = '0.00', id_tax_shipping_rules = '4', colli = '0', peso = '0', porto_e_imballo = '0', mezzo_consegna = '', id_payment = '0', id_causal = '0', price_tax_included = '134.50', price_tax_excluded = '114.48', date_upd = NOW() WHERE id_document = '73105' 14/11/2022 07:10:52 pm >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '73105' 14/11/2022 07:10:52 pm >> DELETE FROM ps_document_detail WHERE id_document = '73105' 14/11/2022 07:10:53 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73105' , '13245' , 'CLERGY PUNTINATO BLU ML COTONE - 45' , '1' , '-1' , '1' , '60.0000' , '49.180327868852' , '22' , '0' , '60.00' ) 14/11/2022 07:10:53 pm >> DELETE FROM ps_product_supplier WHERE id_product = '13245' AND id_supplier = '' 14/11/2022 07:10:53 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '13245' , '' , '1' ) 14/11/2022 07:10:53 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73105' , '16588' , 'CLERGY DIAGONALE MISTO ML - C06' , '1' , '-1' , '1' , '51.0000' , '41.803278688525' , '22' , '0' , '51.00' ) 14/11/2022 07:10:53 pm >> DELETE FROM ps_product_supplier WHERE id_product = '16588' AND id_supplier = '' 14/11/2022 07:10:53 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '16588' , '' , '1' ) 14/11/2022 07:10:53 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73105' , '20199' , 'PAROLA DI DIO OGNI GIORNO 2023 - V. PAGLIA' , '1' , '-1' , '4' , '21.0000' , '21' , '0' , '0' , '21.00' ) 14/11/2022 07:10:53 pm >> DELETE FROM ps_product_supplier WHERE id_product = '20199' AND id_supplier = '' 14/11/2022 07:10:53 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '20199' , '' , '1' ) 14/11/2022 07:10:53 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73105' , '11192' , 'VENITE CON ME 2 PARTE' , '1' , '-1' , '4' , '2.50' , '2.5' , '0' , '0' , '2.50' ) 14/11/2022 07:10:53 pm >> DELETE FROM ps_product_supplier WHERE id_product = '11192' AND id_supplier = '' 14/11/2022 07:10:53 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '11192' , '' , '1' ) 14/11/2022 07:11:40 pm >> SELECT document_num FROM ps_document WHERE document_num = '3459' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2022-11-14') 14/11/2022 07:11:40 pm >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '11' , '3459' , '2022-11-14' , '' , '' , '' , '' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '2.00' , '2.00' , NOW() , NOW() ) 14/11/2022 07:11:40 pm >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '73113' 14/11/2022 07:11:40 pm >> DELETE FROM ps_document_detail WHERE id_document = '73113' 14/11/2022 07:11:40 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73113' , '19693' , 'CALENDARIO LITURGICO 2023' , '1' , '-1' , '4' , '0.50' , '0.5' , '0' , '0' , '0.50' ) 14/11/2022 07:11:41 pm >> DELETE FROM ps_product_supplier WHERE id_product = '19693' AND id_supplier = '' 14/11/2022 07:11:41 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '19693' , '' , '1' ) 14/11/2022 07:11:41 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73113' , '19920' , 'CALENDARIO LITURGICO 2023 - 8078' , '1' , '-1' , '4' , '0.50' , '0.5' , '0' , '0' , '0.50' ) 14/11/2022 07:11:41 pm >> DELETE FROM ps_product_supplier WHERE id_product = '19920' AND id_supplier = '' 14/11/2022 07:11:41 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '19920' , '' , '1' ) 14/11/2022 07:11:41 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73113' , '14543' , 'CALENDARIO LITURGICO MARIANO 2023' , '1' , '-1' , '4' , '1.00' , '1' , '0' , '0' , '1.00' ) 14/11/2022 07:11:41 pm >> DELETE FROM ps_product_supplier WHERE id_product = '14543' AND id_supplier = '' 14/11/2022 07:11:41 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '14543' , '' , '1' ) 14/11/2022 07:12:32 pm >> SELECT ean13 FROM ps_product WHERE ean13 = '9788884043238' AND id_product != '8219' AND ean13 != '' 14/11/2022 07:12:32 pm >> UPDATE ps_product SET id_supplier = '38', reference = 'ESPOSITORE SHALOM', ean13 = '9788884043238', date_upd = NOW() WHERE id_product = '8219' 14/11/2022 07:12:32 pm >> UPDATE ps_product_lang SET name = 'PRATICA DI AMAR GESÙ CRISTO - 8464', description = '' WHERE id_product = '8219' 14/11/2022 07:12:32 pm >> UPDATE ps_product SET wholesale_price = '4.20', on_sale = '0', price = '9' WHERE id_product = '8219' 14/11/2022 07:12:32 pm >> UPDATE ps_product_shop SET wholesale_price = '4.20', price = '9', id_tax_rules_group = '4', id_category_default = '106', id_argoment_default = '41', id_internal_category = '7', on_sale = '0', on_showcase = '0', on_offer = '00', on_most = '00', date_upd = NOW() WHERE id_product = '8219' 14/11/2022 07:12:32 pm >> DELETE FROM ps_specific_price WHERE id_product = '8219' 14/11/2022 07:13:56 pm >> SELECT ean13 FROM ps_product WHERE ean13 = '9788855447379' AND id_product != '20326' AND ean13 != '' 14/11/2022 07:13:56 pm >> UPDATE ps_product SET id_supplier = '47', reference = '', ean13 = '9788855447379', date_upd = NOW() WHERE id_product = '20326' 14/11/2022 07:13:56 pm >> UPDATE ps_product_lang SET name = 'SEGRETO DI MIO FIGLIO - A. ACUTIS', description = '' WHERE id_product = '20326' 14/11/2022 07:13:56 pm >> UPDATE ps_product SET wholesale_price = '0.00', on_sale = '0', price = '10.9000' WHERE id_product = '20326' 14/11/2022 07:13:56 pm >> UPDATE ps_product_shop SET wholesale_price = '0.00', price = '10.9000', id_tax_rules_group = '4', id_category_default = '466', id_argoment_default = '71', id_internal_category = '7', on_sale = '0', on_showcase = '0', on_offer = '00', on_most = '00', date_upd = NOW() WHERE id_product = '20326' 14/11/2022 07:13:56 pm >> DELETE FROM ps_specific_price WHERE id_product = '20326' 14/11/2022 07:51:07 pm >> SELECT document_num FROM ps_document WHERE document_num = '12/L' AND id_document != '' AND id_document_type LIKE '2%' AND YEAR(document_date) = YEAR('2022-11-14') 14/11/2022 07:51:07 pm >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '23' , '12/L' , '2022-11-14' , 'L' , '3804' , '0' , '4672783' , 'VIA BASTIONI, 4 84121 SALERNO' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '3' , '0' , '337.50' , '337.50' , NOW() , NOW() ) 14/11/2022 07:51:07 pm >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '73114' 14/11/2022 07:51:07 pm >> DELETE FROM ps_document_detail WHERE id_document = '73114' 14/11/2022 07:51:07 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '73114' , '20267' , 'CRISTO SI E\' FATTO POVERO' , '150' , '-150' , '4' , '2.50' , '2.5' , '0' , '10' , '337.50' )