29/07/2022 09:19:04 am >> SELECT document_num FROM ps_document WHERE document_num = '2393' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2022-07-29') 29/07/2022 09:19:04 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' , '2393' , '2022-07-29' , '' , '' , '' , '' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '20.90' , '17.13' , NOW() , NOW() ) 29/07/2022 09:19:04 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 = '59840' 29/07/2022 09:19:04 am >> DELETE FROM ps_document_detail WHERE id_document = '59840' 29/07/2022 09:19:04 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 ( '59840' , '15387' , 'VESTINA BATTESIMALE ' , '5' , '-5' , '1' , '2.80' , '2.2950819672131' , '22' , '0' , '14.00' ) 29/07/2022 09:19:04 am >> DELETE FROM ps_product_supplier WHERE id_product = '15387' AND id_supplier = '' 29/07/2022 09:19:04 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '15387' , '' , '1' ) 29/07/2022 09:19:04 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 ( '59840' , '1914' , 'CERA DELLA LITURGIA' , '1' , '-1' , '1' , '4.90' , '4.016393442623' , '22' , '0' , '4.90' ) 29/07/2022 09:19:04 am >> DELETE FROM ps_product_supplier WHERE id_product = '1914' AND id_supplier = '' 29/07/2022 09:19:04 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '1914' , '' , '1' ) 29/07/2022 09:19:04 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 ( '59840' , '2436' , 'COLORANTE PER CERA LIQUIDA - 1002' , '1' , '-1' , '1' , '2.00' , '1.6393442622951' , '22' , '0' , '2.00' ) 29/07/2022 09:19:04 am >> DELETE FROM ps_product_supplier WHERE id_product = '2436' AND id_supplier = '' 29/07/2022 09:19:04 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '2436' , '' , '1' ) 29/07/2022 09:22:25 am >> SELECT document_num FROM ps_document WHERE document_num = '2394' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2022-07-29') 29/07/2022 09:22: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' , '2394' , '2022-07-29' , '' , '' , '' , '' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '8.50' , '6.97' , NOW() , NOW() ) 29/07/2022 09:22: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 = '59841' 29/07/2022 09:22:25 am >> DELETE FROM ps_document_detail WHERE id_document = '59841' 29/07/2022 09:22: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 ( '59841' , '1375' , 'BRUCIAINCENSI LEGNO - BRUL' , '1' , '-1' , '1' , '8.50' , '6.9672131147541' , '22' , '0' , '8.50' ) 29/07/2022 09:22:25 am >> DELETE FROM ps_product_supplier WHERE id_product = '1375' AND id_supplier = '' 29/07/2022 09:22:25 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '1375' , '' , '1' ) 29/07/2022 09:23:59 am >> SELECT document_num FROM ps_document WHERE document_num = '2394' AND id_document != '59841' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2022-07-29') 29/07/2022 09:23:59 am >> UPDATE ps_document SET id_document_type = '11', document_num = '2394', document_date = '2022-07-29', 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 = '8.50', price_tax_excluded = '6.97', date_upd = NOW() WHERE id_document = '59841' 29/07/2022 09:23:59 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 = '59841' 29/07/2022 09:23:59 am >> DELETE FROM ps_document_detail WHERE id_document = '59841' 29/07/2022 09:23:59 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 ( '59841' , '7202' , 'ARTICOLI RELIGIOSI' , '1' , '-1' , '1' , '8.5' , '6.9672131147541' , '22' , '0' , '8.50' ) 29/07/2022 09:23:59 am >> DELETE FROM ps_product_supplier WHERE id_product = '7202' AND id_supplier = '' 29/07/2022 09:23:59 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '7202' , '' , '1' ) 29/07/2022 09:56:13 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 ( '32' , '2022-FV001256' , '2022-07-29' , '' , '0' , '79' , '2686' , 'CITTA\\\' DEL VATICANO 00120 CITTA\\\' DEL VATICANO' , '' , '' , '6.5' , '4' , '0' , '0' , '0' , '' , '11' , '0' , '276.25' , '276.25' , NOW() , NOW() ) 29/07/2022 09:56:13 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 = '59842' 29/07/2022 09:56:13 am >> DELETE FROM ps_document_detail WHERE id_document = '59842' 29/07/2022 09:56:13 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 ( '59842' , '11233' , 'VERITÀ VI FARÀ LIBERI' , '20' , '0' , '4' , '15.5000' , '15.5' , '0' , '30' , '217.00' ) 29/07/2022 09:56:14 am >> DELETE FROM ps_product_supplier WHERE id_product = '11233' AND id_supplier = '79' 29/07/2022 09:56:14 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '11233' , '79' , '1' ) 29/07/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 ( '59842' , '5764' , 'LEZIONARIO FERIALE ANNO PARI - TEMPO ORDINARIO' , '1' , '0' , '4' , '60.0000' , '60' , '0' , '35' , '39.00' ) 29/07/2022 09:56:14 am >> DELETE FROM ps_product_supplier WHERE id_product = '5764' AND id_supplier = '79' 29/07/2022 09:56:14 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '5764' , '79' , '1' ) 29/07/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 ( '59842' , '19816' , 'PASTORI DI UNA CHIESA SINODALE' , '1' , '0' , '4' , '25.0000' , '25' , '0' , '45' , '13.75' ) 29/07/2022 09:56:14 am >> DELETE FROM ps_product_supplier WHERE id_product = '19816' AND id_supplier = '79' 29/07/2022 09:56:14 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '19816' , '79' , '1' ) 29/07/2022 10:11:05 am >> SELECT document_num FROM ps_document WHERE document_num = '2395' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2022-07-29') 29/07/2022 10:11:05 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' , '2395' , '2022-07-29' , '' , '' , '' , '' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '8.46' , '8.46' , NOW() , NOW() ) 29/07/2022 10:11:05 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 = '59843' 29/07/2022 10:11:05 am >> DELETE FROM ps_document_detail WHERE id_document = '59843' 29/07/2022 10:11:05 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 ( '59843' , '19516' , 'AMEN - AGO 2022' , '1' , '-1' , '4' , '3.90' , '3.9' , '0' , '5' , '3.71' ) 29/07/2022 10:11:05 am >> DELETE FROM ps_product_supplier WHERE id_product = '19516' AND id_supplier = '' 29/07/2022 10:11:05 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '19516' , '' , '1' ) 29/07/2022 10:11:05 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 ( '59843' , '19622' , 'SULLA TUA PAROLA - SETT/OTT 2022' , '1' , '-1' , '4' , '5.00' , '5' , '0' , '5' , '4.75' ) 29/07/2022 10:11:05 am >> DELETE FROM ps_product_supplier WHERE id_product = '19622' AND id_supplier = '' 29/07/2022 10:11:05 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '19622' , '' , '1' ) 29/07/2022 10:29:30 am >> INSERT INTO ps_product ( ean13 , id_tax_rules_group , `date_add` , `date_upd` ) VALUES ( '' , '1' , NOW() , NOW() ) 29/07/2022 10:29:30 am >> INSERT INTO ps_product_lang ( id_product , id_lang , name , link_rewrite ) VALUES ( '19842' , '1' , '' , 'nuovo-prodotto' ) 29/07/2022 10:29:30 am >> INSERT INTO ps_product_shop ( id_product , id_tax_rules_group , id_shop , id_category_default , `date_add` , `date_upd` ) VALUES ( '19842' , '1' , '1' , '2' , NOW() , NOW() ) 29/07/2022 10:29:30 am >> INSERT INTO `ps_stock_available` ( id_product , id_product_attribute , id_shop , id_shop_group , quantity ) VALUES ( '19842' , '0' , '1' , '0' , '0' ) 29/07/2022 10:31:29 am >> SELECT ean13 FROM ps_product WHERE ean13 = '000860' AND id_product != '19842' AND ean13 != '' 29/07/2022 10:31:29 am >> UPDATE ps_product SET id_supplier = '', reference = '', ean13 = '000860', date_upd = NOW() WHERE id_product = '19842' 29/07/2022 10:31:29 am >> UPDATE ps_product_lang SET name = 'CALICE OTTONE SABBIATO - 083', description = '' WHERE id_product = '19842' 29/07/2022 10:31:29 am >> UPDATE ps_product SET wholesale_price = '0.00', on_sale = '0', price = '295.08196721311475' WHERE id_product = '19842' 29/07/2022 10:31:29 am >> UPDATE ps_product_shop SET wholesale_price = '0.00', price = '295.08196721311475', id_tax_rules_group = '1', id_category_default = '480', 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 = '19842' 29/07/2022 10:31:29 am >> DELETE FROM ps_specific_price WHERE id_product = '19842' 29/07/2022 10:31:30 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 = '19842' 29/07/2022 10:31:30 am >> INSERT INTO ps_product_lang ( id_product , id_lang , name , link_rewrite ) VALUES ( '19843' , '1' , '' , 'nuovo-prodotto' ) 29/07/2022 10:31:30 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 '19843' , id_tax_rules_group , id_shop , id_category_default , id_argoment_default , id_internal_category , NOW() , NOW() FROM ps_product_shop WHERE id_product = '19842' 29/07/2022 10:31:30 am >> INSERT INTO `ps_stock_available` ( id_product , id_product_attribute , id_shop , id_shop_group , quantity ) SELECT '19843' , id_product_attribute , id_shop , id_shop_group , '0' FROM ps_stock_available WHERE id_product = '19842' 29/07/2022 10:32:34 am >> SELECT ean13 FROM ps_product WHERE ean13 = '000861' AND id_product != '19843' AND ean13 != '' 29/07/2022 10:32:34 am >> UPDATE ps_product SET id_supplier = '', reference = '', ean13 = '000861', date_upd = NOW() WHERE id_product = '19843' 29/07/2022 10:32:34 am >> UPDATE ps_product_lang SET name = 'CALICE IN OTTONE - 122', description = '' WHERE id_product = '19843' 29/07/2022 10:32:34 am >> UPDATE ps_product SET wholesale_price = '0.00', on_sale = '0', price = '243.44262295081967' WHERE id_product = '19843' 29/07/2022 10:32:34 am >> UPDATE ps_product_shop SET wholesale_price = '0.00', price = '243.44262295081967', id_tax_rules_group = '1', id_category_default = '480', 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 = '19843' 29/07/2022 10:32:34 am >> DELETE FROM ps_specific_price WHERE id_product = '19843' 29/07/2022 10:32:38 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 = '19843' 29/07/2022 10:32:38 am >> INSERT INTO ps_product_lang ( id_product , id_lang , name , link_rewrite ) VALUES ( '19844' , '1' , '' , 'nuovo-prodotto' ) 29/07/2022 10:32:38 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 '19844' , id_tax_rules_group , id_shop , id_category_default , id_argoment_default , id_internal_category , NOW() , NOW() FROM ps_product_shop WHERE id_product = '19843' 29/07/2022 10:32:38 am >> INSERT INTO `ps_stock_available` ( id_product , id_product_attribute , id_shop , id_shop_group , quantity ) SELECT '19844' , id_product_attribute , id_shop , id_shop_group , '0' FROM ps_stock_available WHERE id_product = '19843' 29/07/2022 10:33:28 am >> SELECT ean13 FROM ps_product WHERE ean13 = '000862' AND id_product != '19844' AND ean13 != '' 29/07/2022 10:33:28 am >> UPDATE ps_product SET id_supplier = '', reference = '', ean13 = '000862', date_upd = NOW() WHERE id_product = '19844' 29/07/2022 10:33:28 am >> UPDATE ps_product_lang SET name = 'CALICE OTTONE - 131', description = '' WHERE id_product = '19844' 29/07/2022 10:33:28 am >> UPDATE ps_product SET wholesale_price = '0.00', on_sale = '0', price = '266.39344262295083' WHERE id_product = '19844' 29/07/2022 10:33:28 am >> UPDATE ps_product_shop SET wholesale_price = '0.00', price = '266.39344262295083', id_tax_rules_group = '1', id_category_default = '480', 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 = '19844' 29/07/2022 10:33:28 am >> DELETE FROM ps_specific_price WHERE id_product = '19844' 29/07/2022 10:33:29 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 = '19844' 29/07/2022 10:33:29 am >> INSERT INTO ps_product_lang ( id_product , id_lang , name , link_rewrite ) VALUES ( '19845' , '1' , '' , 'nuovo-prodotto' ) 29/07/2022 10:33:29 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 '19845' , id_tax_rules_group , id_shop , id_category_default , id_argoment_default , id_internal_category , NOW() , NOW() FROM ps_product_shop WHERE id_product = '19844' 29/07/2022 10:33:29 am >> INSERT INTO `ps_stock_available` ( id_product , id_product_attribute , id_shop , id_shop_group , quantity ) SELECT '19845' , id_product_attribute , id_shop , id_shop_group , '0' FROM ps_stock_available WHERE id_product = '19844' 29/07/2022 10:35:16 am >> SELECT ean13 FROM ps_product WHERE ean13 = '000863' AND id_product != '19845' AND ean13 != '' 29/07/2022 10:35:16 am >> UPDATE ps_product SET id_supplier = '', reference = '', ean13 = '000863', date_upd = NOW() WHERE id_product = '19845' 29/07/2022 10:35:16 am >> UPDATE ps_product_lang SET name = 'CALICE IN FUSIONE ARGENTATA - 190', description = '' WHERE id_product = '19845' 29/07/2022 10:35:16 am >> UPDATE ps_product SET wholesale_price = '0.00', on_sale = '0', price = '565.5737704918033' WHERE id_product = '19845' 29/07/2022 10:35:16 am >> UPDATE ps_product_shop SET wholesale_price = '0.00', price = '565.5737704918033', id_tax_rules_group = '1', id_category_default = '480', 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 = '19845' 29/07/2022 10:35:16 am >> DELETE FROM ps_specific_price WHERE id_product = '19845' 29/07/2022 10:35: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 = '19845' 29/07/2022 10:35:21 am >> INSERT INTO ps_product_lang ( id_product , id_lang , name , link_rewrite ) VALUES ( '19846' , '1' , '' , 'nuovo-prodotto' ) 29/07/2022 10:35: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 '19846' , id_tax_rules_group , id_shop , id_category_default , id_argoment_default , id_internal_category , NOW() , NOW() FROM ps_product_shop WHERE id_product = '19845' 29/07/2022 10:35:21 am >> INSERT INTO `ps_stock_available` ( id_product , id_product_attribute , id_shop , id_shop_group , quantity ) SELECT '19846' , id_product_attribute , id_shop , id_shop_group , '0' FROM ps_stock_available WHERE id_product = '19845' 29/07/2022 10:37:13 am >> SELECT ean13 FROM ps_product WHERE ean13 = '000864' AND id_product != '19846' AND ean13 != '' 29/07/2022 10:37:13 am >> UPDATE ps_product SET id_supplier = '', reference = '', ean13 = '000864', date_upd = NOW() WHERE id_product = '19846' 29/07/2022 10:37:13 am >> UPDATE ps_product_lang SET name = 'CALICE IN ARG. EVANGELISTI - 175/A', description = '' WHERE id_product = '19846' 29/07/2022 10:37:13 am >> UPDATE ps_product SET wholesale_price = '0.00', on_sale = '0', price = '3098.360655737705' WHERE id_product = '19846' 29/07/2022 10:37:13 am >> UPDATE ps_product_shop SET wholesale_price = '0.00', price = '3098.360655737705', id_tax_rules_group = '1', id_category_default = '480', 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 = '19846' 29/07/2022 10:37:13 am >> DELETE FROM ps_specific_price WHERE id_product = '19846' 29/07/2022 10:37:23 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 = '19846' 29/07/2022 10:37:23 am >> INSERT INTO ps_product_lang ( id_product , id_lang , name , link_rewrite ) VALUES ( '19847' , '1' , '' , 'nuovo-prodotto' ) 29/07/2022 10:37:23 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 '19847' , id_tax_rules_group , id_shop , id_category_default , id_argoment_default , id_internal_category , NOW() , NOW() FROM ps_product_shop WHERE id_product = '19846' 29/07/2022 10:37:23 am >> INSERT INTO `ps_stock_available` ( id_product , id_product_attribute , id_shop , id_shop_group , quantity ) SELECT '19847' , id_product_attribute , id_shop , id_shop_group , '0' FROM ps_stock_available WHERE id_product = '19846' 29/07/2022 10:39:14 am >> SELECT ean13 FROM ps_product WHERE ean13 = '000865' AND id_product != '19847' AND ean13 != '' 29/07/2022 10:39:14 am >> UPDATE ps_product SET id_supplier = '', reference = '', ean13 = '000865', date_upd = NOW() WHERE id_product = '19847' 29/07/2022 10:39:14 am >> UPDATE ps_product_lang SET name = 'PATENA IN ARGENTO', description = '' WHERE id_product = '19847' 29/07/2022 10:39:14 am >> UPDATE ps_product SET wholesale_price = '0.00', on_sale = '0', price = '516.3934426229508' WHERE id_product = '19847' 29/07/2022 10:39:14 am >> UPDATE ps_product_shop SET wholesale_price = '0.00', price = '516.3934426229508', id_tax_rules_group = '1', id_category_default = '480', 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 = '19847' 29/07/2022 10:39:14 am >> DELETE FROM ps_specific_price WHERE id_product = '19847' 29/07/2022 10:39:43 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 = '19847' 29/07/2022 10:39:43 am >> INSERT INTO ps_product_lang ( id_product , id_lang , name , link_rewrite ) VALUES ( '19848' , '1' , '' , 'nuovo-prodotto' ) 29/07/2022 10:39:43 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 '19848' , id_tax_rules_group , id_shop , id_category_default , id_argoment_default , id_internal_category , NOW() , NOW() FROM ps_product_shop WHERE id_product = '19847' 29/07/2022 10:39:43 am >> INSERT INTO `ps_stock_available` ( id_product , id_product_attribute , id_shop , id_shop_group , quantity ) SELECT '19848' , id_product_attribute , id_shop , id_shop_group , '0' FROM ps_stock_available WHERE id_product = '19847' 29/07/2022 10:40:45 am >> SELECT ean13 FROM ps_product WHERE ean13 = '000866' AND id_product != '19848' AND ean13 != '' 29/07/2022 10:40:45 am >> UPDATE ps_product SET id_supplier = '', reference = '', ean13 = '000866', date_upd = NOW() WHERE id_product = '19848' 29/07/2022 10:40:45 am >> UPDATE ps_product_lang SET name = 'PATENA CON GRECA CM 19 - 999/7 A', description = '' WHERE id_product = '19848' 29/07/2022 10:40:45 am >> UPDATE ps_product SET wholesale_price = '0.00', on_sale = '0', price = '121.31147540983606' WHERE id_product = '19848' 29/07/2022 10:40:45 am >> UPDATE ps_product_shop SET wholesale_price = '0.00', price = '121.31147540983606', id_tax_rules_group = '1', id_category_default = '480', 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 = '19848' 29/07/2022 10:40:45 am >> DELETE FROM ps_specific_price WHERE id_product = '19848' 29/07/2022 10:40: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 = '19848' 29/07/2022 10:40:47 am >> INSERT INTO ps_product_lang ( id_product , id_lang , name , link_rewrite ) VALUES ( '19849' , '1' , '' , 'nuovo-prodotto' ) 29/07/2022 10:40: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 '19849' , id_tax_rules_group , id_shop , id_category_default , id_argoment_default , id_internal_category , NOW() , NOW() FROM ps_product_shop WHERE id_product = '19848' 29/07/2022 10:40:47 am >> INSERT INTO `ps_stock_available` ( id_product , id_product_attribute , id_shop , id_shop_group , quantity ) SELECT '19849' , id_product_attribute , id_shop , id_shop_group , '0' FROM ps_stock_available WHERE id_product = '19848' 29/07/2022 10:40: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 = '19848' 29/07/2022 10:40:47 am >> INSERT INTO ps_product_lang ( id_product , id_lang , name , link_rewrite ) VALUES ( '19850' , '1' , '' , 'nuovo-prodotto' ) 29/07/2022 10:40: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 '19850' , id_tax_rules_group , id_shop , id_category_default , id_argoment_default , id_internal_category , NOW() , NOW() FROM ps_product_shop WHERE id_product = '19848' 29/07/2022 10:40:47 am >> INSERT INTO `ps_stock_available` ( id_product , id_product_attribute , id_shop , id_shop_group , quantity ) SELECT '19850' , id_product_attribute , id_shop , id_shop_group , '0' FROM ps_stock_available WHERE id_product = '19848' 29/07/2022 10:43:30 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' , '89' , '2022-07-29' , '' , '0' , '149' , '4671100' , 'STRADA DEL LAVORO 211 47894 CHIESANUOVA R.S.M.' , '' , '' , '25' , '1' , '0' , '0' , '0' , '' , '0' , '0' , '3172.98' , '2600.80' , NOW() , NOW() ) 29/07/2022 10:43:30 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 = '59844' 29/07/2022 10:43:30 am >> DELETE FROM ps_document_detail WHERE id_document = '59844' 29/07/2022 10:43: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 ( '59844' , '19842' , 'CALICE OTTONE SABBIATO - 083' , '1' , '1' , '1' , '148' , '121.31147540984' , '22' , '10' , '162.5040' ) 29/07/2022 10:43:30 am >> DELETE FROM ps_product_supplier WHERE id_product = '19842' AND id_supplier = '149' 29/07/2022 10:43:30 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '19842' , '149' , '1' ) 29/07/2022 10:43: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 ( '59844' , '19843' , 'CALICE IN OTTONE - 122' , '1' , '1' , '1' , '122' , '100' , '22' , '10' , '133.9560' ) 29/07/2022 10:43:30 am >> DELETE FROM ps_product_supplier WHERE id_product = '19843' AND id_supplier = '149' 29/07/2022 10:43:31 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '19843' , '149' , '1' ) 29/07/2022 10:43: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 ( '59844' , '19844' , 'CALICE OTTONE - 131' , '1' , '1' , '1' , '133' , '109.01639344262' , '22' , '10' , '146.0340' ) 29/07/2022 10:43:31 am >> DELETE FROM ps_product_supplier WHERE id_product = '19844' AND id_supplier = '149' 29/07/2022 10:43:31 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '19844' , '149' , '1' ) 29/07/2022 10:43: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 ( '59844' , '19845' , 'CALICE IN FUSIONE ARGENTATA - 190' , '1' , '1' , '1' , '299' , '245.08196721311' , '22' , '10' , '328.3020' ) 29/07/2022 10:43:31 am >> DELETE FROM ps_product_supplier WHERE id_product = '19845' AND id_supplier = '149' 29/07/2022 10:43:31 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '19845' , '149' , '1' ) 29/07/2022 10:43: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 ( '59844' , '19846' , 'CALICE IN ARG. EVANGELISTI - 175/A' , '1' , '1' , '1' , '1620' , '1327.868852459' , '22' , '0' , '1976.4000' ) 29/07/2022 10:43:31 am >> DELETE FROM ps_product_supplier WHERE id_product = '19846' AND id_supplier = '149' 29/07/2022 10:43:31 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '19846' , '149' , '1' ) 29/07/2022 10:43: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 ( '59844' , '19847' , 'PATENA IN ARGENTO' , '1' , '1' , '1' , '270' , '221.31147540984' , '22' , '0' , '329.4000' ) 29/07/2022 10:43:31 am >> DELETE FROM ps_product_supplier WHERE id_product = '19847' AND id_supplier = '149' 29/07/2022 10:43:31 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '19847' , '149' , '1' ) 29/07/2022 10:43: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 ( '59844' , '19848' , 'PATENA CON GRECA CM 19 - 999/7 A' , '1' , '1' , '1' , '60' , '49.180327868852' , '22' , '10' , '65.8800' ) 29/07/2022 10:43:31 am >> DELETE FROM ps_product_supplier WHERE id_product = '19848' AND id_supplier = '149' 29/07/2022 10:43:31 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '19848' , '149' , '1' ) 29/07/2022 10:56:44 am >> SELECT document_num FROM ps_document WHERE document_num = '2396' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2022-07-29') 29/07/2022 10:56:44 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' , '2396' , '2022-07-29' , '' , '' , '' , '' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '2.50' , '2.05' , NOW() , NOW() ) 29/07/2022 10:56:44 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 = '59845' 29/07/2022 10:56:44 am >> DELETE FROM ps_document_detail WHERE id_document = '59845' 29/07/2022 10:56: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 ( '59845' , '15335' , 'CANDELA VOTIVA 20X40 DECORATA' , '1' , '-1' , '1' , '2.50' , '2.0491803278689' , '22' , '0' , '2.50' ) 29/07/2022 10:56:44 am >> DELETE FROM ps_product_supplier WHERE id_product = '15335' AND id_supplier = '' 29/07/2022 10:56:44 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '15335' , '' , '1' ) 29/07/2022 11:00:55 am >> SELECT document_num FROM ps_document WHERE document_num = '2397' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2022-07-29') 29/07/2022 11:00:55 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' , '2397' , '2022-07-29' , '' , '' , '' , '' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '7.50' , '6.15' , NOW() , NOW() ) 29/07/2022 11:00:55 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 = '59846' 29/07/2022 11:00:55 am >> DELETE FROM ps_document_detail WHERE id_document = '59846' 29/07/2022 11:00:55 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 ( '59846' , '801' , 'ASTUCCIO STOPPINO - MT 2 - 117' , '1' , '-1' , '1' , '7.50' , '6.1475409836066' , '22' , '0' , '7.50' ) 29/07/2022 11:00:55 am >> DELETE FROM ps_product_supplier WHERE id_product = '801' AND id_supplier = '' 29/07/2022 11:00:55 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '801' , '' , '1' ) 29/07/2022 11:09:37 am >> SELECT document_num FROM ps_document WHERE document_num = '2398' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2022-07-29') 29/07/2022 11:09:37 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' , '2398' , '2022-07-29' , '' , '' , '' , '' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '11.50' , '9.43' , NOW() , NOW() ) 29/07/2022 11:09:37 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 = '59847' 29/07/2022 11:09:37 am >> DELETE FROM ps_document_detail WHERE id_document = '59847' 29/07/2022 11:09:37 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 ( '59847' , '19723' , 'ROSARIO COPPIGLIATO MM8 - RE1715-SM' , '1' , '-1' , '1' , '11.50' , '9.4262295081967' , '22' , '0' , '11.50' ) 29/07/2022 11:09:37 am >> DELETE FROM ps_product_supplier WHERE id_product = '19723' AND id_supplier = '' 29/07/2022 11:09:37 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '19723' , '' , '1' ) 29/07/2022 11:12:59 am >> SELECT document_num FROM ps_document WHERE document_num = '2399' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2022-07-29') 29/07/2022 11:12:59 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' , '2399' , '2022-07-29' , '' , '' , '' , '' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '36.00' , '29.51' , NOW() , NOW() ) 29/07/2022 11:12:59 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 = '59848' 29/07/2022 11:12:59 am >> DELETE FROM ps_document_detail WHERE id_document = '59848' 29/07/2022 11:12:59 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 ( '59848' , '7202' , 'ARTICOLI RELIGIOSI' , '1' , '-1' , '1' , '36' , '29.508196721311' , '22' , '0' , '36.00' ) 29/07/2022 11:12:59 am >> DELETE FROM ps_product_supplier WHERE id_product = '7202' AND id_supplier = '' 29/07/2022 11:12:59 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '7202' , '' , '1' ) 29/07/2022 11:14:43 am >> DELETE FROM ps_document WHERE id_document = '58569' 29/07/2022 11:14:43 am >> DELETE FROM ps_document_detail WHERE id_document = '58569' 29/07/2022 11:14:58 am >> SELECT document_num FROM ps_document WHERE document_num = '2400' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2022-07-29') 29/07/2022 11:14:58 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' , '2400' , '2022-07-29' , '' , '' , '' , '' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '134.00' , '109.84' , NOW() , NOW() ) 29/07/2022 11:14:58 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 = '59849' 29/07/2022 11:14:58 am >> DELETE FROM ps_document_detail WHERE id_document = '59849' 29/07/2022 11:14:58 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 ( '59849' , '1425' , 'BUSTA 100 FLAMBEAUX IN CARTA - FLAM' , '2' , '-2' , '1' , '7.00' , '5.7377049180328' , '22' , '0' , '14.00' ) 29/07/2022 11:14:58 am >> DELETE FROM ps_product_supplier WHERE id_product = '1425' AND id_supplier = '' 29/07/2022 11:14:58 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '1425' , '' , '1' ) 29/07/2022 11:14:59 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 ( '59849' , '1626' , 'CANDELE VOTIVE KG 10 - 13X26 - CIRCA 300 PZ' , '2' , '-2' , '1' , '60.00' , '49.180327868852' , '22' , '0' , '120.00' ) 29/07/2022 11:14:59 am >> DELETE FROM ps_product_supplier WHERE id_product = '1626' AND id_supplier = '' 29/07/2022 11:14:59 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '1626' , '' , '1' ) 29/07/2022 11:25:07 am >> SELECT document_num FROM ps_document WHERE document_num = '2381' AND id_document != '59823' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2022-07-27') 29/07/2022 11:25:07 am >> UPDATE ps_document SET id_document_type = '11', document_num = '2381', document_date = '2022-07-27', 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 = '4.10', price_tax_excluded = '4.10', date_upd = NOW() WHERE id_document = '59823' 29/07/2022 11:25:07 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 = '59823' 29/07/2022 11:25:07 am >> DELETE FROM ps_document_detail WHERE id_document = '59823' 29/07/2022 11:25: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 ( '59823' , '11151' , 'LIBRI' , '1' , '-1' , '4' , '2.2000' , '2.2' , '0' , '0' , '2.20' ) 29/07/2022 11:25:07 am >> DELETE FROM ps_product_supplier WHERE id_product = '11151' AND id_supplier = '' 29/07/2022 11:25:07 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '11151' , '' , '1' ) 29/07/2022 11:25: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 ( '59823' , '19805' , 'DESIDERIO DESIDERAVI' , '1' , '-1' , '4' , '2.00' , '2' , '0' , '5' , '1.90' ) 29/07/2022 11:25:07 am >> DELETE FROM ps_product_supplier WHERE id_product = '19805' AND id_supplier = '' 29/07/2022 11:25:07 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '19805' , '' , '1' ) 29/07/2022 11:25:55 am >> SELECT document_num FROM ps_document WHERE document_num = '2373' AND id_document != '59814' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2022-07-27') 29/07/2022 11:25:55 am >> UPDATE ps_document SET id_document_type = '11', document_num = '2373', document_date = '2022-07-27', 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 = '125.90', price_tax_excluded = '108.33', date_upd = NOW() WHERE id_document = '59814' 29/07/2022 11:25:55 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 = '59814' 29/07/2022 11:25:55 am >> DELETE FROM ps_document_detail WHERE id_document = '59814' 29/07/2022 11:25:55 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 ( '59814' , '11151' , 'LIBRI' , '1' , '-1' , '4' , '11.97' , '11.97' , '0' , '0' , '11.97' ) 29/07/2022 11:25:55 am >> DELETE FROM ps_product_supplier WHERE id_product = '11151' AND id_supplier = '' 29/07/2022 11:25:55 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '11151' , '' , '1' ) 29/07/2022 11:25:55 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 ( '59814' , '7311' , 'OSTIA SOTTILE 74MM' , '5' , '-5' , '3' , '1.9000' , '1.8269230769231' , '4' , '0' , '9.50' ) 29/07/2022 11:25:55 am >> DELETE FROM ps_product_supplier WHERE id_product = '7311' AND id_supplier = '' 29/07/2022 11:25:55 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '7311' , '' , '1' ) 29/07/2022 11:25:55 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 ( '59814' , '11757' , 'VINO LIQUOROSO DOLCE - 16%' , '6' , '-6' , '1' , '6.5000' , '5.327868852459' , '22' , '0' , '39.00' ) 29/07/2022 11:25:55 am >> DELETE FROM ps_product_supplier WHERE id_product = '11757' AND id_supplier = '' 29/07/2022 11:25:55 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '11757' , '' , '1' ) 29/07/2022 11:25:55 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 ( '59814' , '1914' , 'CERA DELLA LITURGIA' , '12' , '-12' , '1' , '4.7000' , '3.8524590163934' , '22' , '0' , '56.40' ) 29/07/2022 11:25:55 am >> DELETE FROM ps_product_supplier WHERE id_product = '1914' AND id_supplier = '' 29/07/2022 11:25:55 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '1914' , '' , '1' ) 29/07/2022 11:25:55 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 ( '59814' , '12808' , 'OMELIE PER LE ESEQUIE' , '1' , '-1' , '4' , '9.50' , '9.5' , '0' , '5' , '9.03' ) 29/07/2022 11:25:55 am >> DELETE FROM ps_product_supplier WHERE id_product = '12808' AND id_supplier = '' 29/07/2022 11:25:55 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '12808' , '' , '1' ) 29/07/2022 11:26:43 am >> SELECT document_num FROM ps_document WHERE document_num = '1323' AND id_document != '56505' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2022-04-29') 29/07/2022 11:26:43 am >> UPDATE ps_document SET id_document_type = '11', document_num = '1323', document_date = '2022-04-29', 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 = '76.00', price_tax_excluded = '62.30', date_upd = NOW() WHERE id_document = '56505' 29/07/2022 11:26: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 = '56505' 29/07/2022 11:26:43 am >> DELETE FROM ps_document_detail WHERE id_document = '56505' 29/07/2022 11:26: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 ( '56505' , '2269' , 'CLERGY GRIGIO CHIARO ML - COTONE 44 ' , '1' , '-1' , '1' , '45.0000' , '36.885245901639' , '22' , '15' , '38.25' ) 29/07/2022 11:26:43 am >> DELETE FROM ps_product_supplier WHERE id_product = '2269' AND id_supplier = '' 29/07/2022 11:26:43 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '2269' , '' , '1' ) 29/07/2022 11:26: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 ( '56505' , '7911' , 'PERGAMENE - 1A COMUNIONE MOD. B' , '4' , '-4' , '1' , '0.50' , '0.40983606557377' , '22' , '0' , '2.00' ) 29/07/2022 11:26:43 am >> DELETE FROM ps_product_supplier WHERE id_product = '7911' AND id_supplier = '' 29/07/2022 11:26:43 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '7911' , '' , '1' ) 29/07/2022 11:26: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 ( '56505' , '2297' , 'CLERGY GRIGIO CHIARO MM - MISTO 45 ' , '1' , '-1' , '1' , '30.0000' , '24.590163934426' , '22' , '0' , '30.00' ) 29/07/2022 11:26:43 am >> DELETE FROM ps_product_supplier WHERE id_product = '2297' AND id_supplier = '' 29/07/2022 11:26:44 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '2297' , '' , '1' ) 29/07/2022 11:26: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 ( '56505' , '13136' , 'ANGELI IN RESINA CM 9 - P322' , '1' , '-1' , '1' , '5.75' , '4.7131147540984' , '22' , '0' , '5.75' ) 29/07/2022 11:26:44 am >> DELETE FROM ps_product_supplier WHERE id_product = '13136' AND id_supplier = '' 29/07/2022 11:26:44 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '13136' , '' , '1' ) 29/07/2022 11:27:18 am >> SELECT document_num FROM ps_document WHERE document_num = '1531' AND id_document != '57271' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2022-05-14') 29/07/2022 11:27:18 am >> UPDATE ps_document SET id_document_type = '11', document_num = '1531', document_date = '2022-05-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 = '16.00', price_tax_excluded = '13.11', date_upd = NOW() WHERE id_document = '57271' 29/07/2022 11:27:18 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 = '57271' 29/07/2022 11:27:18 am >> DELETE FROM ps_document_detail WHERE id_document = '57271' 29/07/2022 11:27:18 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 ( '57271' , '7915' , 'PERGAMENE - 1A COMUNIONE MOD. D' , '8' , '-8' , '1' , '0.50' , '0.40983606557377' , '22' , '0' , '4.00' ) 29/07/2022 11:27:18 am >> DELETE FROM ps_product_supplier WHERE id_product = '7915' AND id_supplier = '' 29/07/2022 11:27:18 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '7915' , '' , '1' ) 29/07/2022 11:27:18 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 ( '57271' , '13136' , 'ANGELI IN RESINA CM 9 - P322' , '2' , '-2' , '1' , '6.00' , '4.9180327868852' , '22' , '0' , '12.00' ) 29/07/2022 11:27:18 am >> DELETE FROM ps_product_supplier WHERE id_product = '13136' AND id_supplier = '' 29/07/2022 11:27:18 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '13136' , '' , '1' ) 29/07/2022 11:28:10 am >> SELECT document_num FROM ps_document WHERE document_num = '1511' AND id_document != '57248' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2022-05-13') 29/07/2022 11:28:10 am >> UPDATE ps_document SET id_document_type = '11', document_num = '1511', document_date = '2022-05-13', 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 = '25.00', price_tax_excluded = '20.49', date_upd = NOW() WHERE id_document = '57248' 29/07/2022 11:28:10 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 = '57248' 29/07/2022 11:28:10 am >> DELETE FROM ps_document_detail WHERE id_document = '57248' 29/07/2022 11:28: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 ( '57248' , '13049' , 'LITURGICO ART. 60LT BIANCO SUPER' , '1' , '-1' , '1' , '3' , '2.4590163934426' , '22' , '0' , '3.00' ) 29/07/2022 11:28:10 am >> DELETE FROM ps_product_supplier WHERE id_product = '13049' AND id_supplier = '' 29/07/2022 11:28:10 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '13049' , '' , '1' ) 29/07/2022 11:28: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 ( '57248' , '18390' , 'BRACCIALE 10 ESSENZE' , '1' , '-1' , '1' , '22.00' , '18.032786885246' , '22' , '0' , '22.00' ) 29/07/2022 11:28:10 am >> DELETE FROM ps_product_supplier WHERE id_product = '18390' AND id_supplier = '' 29/07/2022 11:28:10 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '18390' , '' , '1' ) 29/07/2022 11:36:58 am >> INSERT INTO ps_customer ( id_gender , firstname , lastname , email , passwd , `date_add` , `date_upd` ) VALUES ( '1' , '' , '' , '' , 'mhznAoRiXB9bkfx1' , NOW() , NOW() ) 29/07/2022 11:36:58 am >> INSERT INTO ps_customer_group ( id_customer , id_group ) VALUES ( '3892' , '1' ) 29/07/2022 11:36:58 am >> INSERT INTO ps_customer_group ( id_customer , id_group ) VALUES ( '3892' , '2' ) 29/07/2022 11:36:58 am >> INSERT INTO ps_customer_group ( id_customer , id_group ) VALUES ( '3892' , '3' ) 29/07/2022 11:37:51 am >> UPDATE ps_address SET deleted='1' , active = '0' WHERE id_customer = '3892' 29/07/2022 11:37:51 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 ( '3892' , '10' , '210' , '' , 'ZOLFERINO' , 'DON ANTONIO' , 'OGLIARA' , '' , '84100' , 'OGLIARA' , '' , '' , '3661264160' , '' , '' , NOW() , NOW() ) 29/07/2022 11:37:51 am >> UPDATE ps_customer SET email = '', sdi = '', pec = '', date_upd = NOW() WHERE id_customer = '3892' 29/07/2022 11:39:17 am >> SELECT document_num FROM ps_document WHERE document_num = '57/A' AND id_document != '' AND id_document_type LIKE '2%' AND YEAR(document_date) = YEAR('2022-07-29') 29/07/2022 11:39:17 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 ( '24' , '57/A' , '2022-07-29' , 'A' , '3892' , '0' , '4674532' , 'OGLIARA 84100 OGLIARA' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '60.00' , '49.18' , NOW() , NOW() ) 29/07/2022 11:39:17 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 = '59850' 29/07/2022 11:39:17 am >> DELETE FROM ps_document_detail WHERE id_document = '59850' 29/07/2022 11:39:17 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 ( '59850' , '14961' , 'CAMICIA PER TALARE - COTONE - 40' , '1' , '-1' , '1' , '40' , '32.786885245902' , '22' , '0' , '40.00' ) 29/07/2022 11:39:17 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 ( '59850' , '2425' , 'COLLETTO DOPPIO' , '1' , '-1' , '1' , '10' , '8.1967213114754' , '22' , '0' , '10.00' ) 29/07/2022 11:39:17 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 ( '59850' , '7960' , 'PETTINA DA TALARE NERO - MISTO ' , '1' , '-1' , '1' , '10' , '8.1967213114754' , '22' , '0' , '10.00' ) 29/07/2022 12:06:27 pm >> SELECT document_num FROM ps_document WHERE document_num = '2401' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2022-07-29') 29/07/2022 12:06:27 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' , '2401' , '2022-07-29' , '' , '' , '' , '' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '13.30' , '13.30' , NOW() , NOW() ) 29/07/2022 12:06: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 = '59851' 29/07/2022 12:06:27 pm >> DELETE FROM ps_document_detail WHERE id_document = '59851' 29/07/2022 12:06: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 ( '59851' , '19834' , 'IL CORANO' , '1' , '-1' , '4' , '14.00' , '14' , '0' , '5' , '13.30' ) 29/07/2022 12:06:27 pm >> DELETE FROM ps_product_supplier WHERE id_product = '19834' AND id_supplier = '' 29/07/2022 12:06:27 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '19834' , '' , '1' ) 29/07/2022 12:44:44 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 ( '31' , '324/IVA' , '2022-07-29' , 'IVA' , '0' , '21' , '2616' , 'VIA LOMBARDIA, 7 25025 MANERBIO' , '' , '' , '6.5' , '1' , '0' , '0' , '0' , '' , '0' , '0' , '249.49' , '204.50' , NOW() , NOW() ) 29/07/2022 12:44:44 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 = '59852' 29/07/2022 12:44:44 pm >> DELETE FROM ps_document_detail WHERE id_document = '59852' 29/07/2022 12:44:44 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 ( '59852' , '2963' , 'CROCE DA COLLO - CM 9 - OGGETTI' , '22' , '22' , '1' , '9' , '7.3770491803279' , '22' , '0' , '241.5600' ) 29/07/2022 12:44:44 pm >> DELETE FROM ps_product_supplier WHERE id_product = '2963' AND id_supplier = '21' 29/07/2022 12:44:44 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '2963' , '21' , '1' ) 29/07/2022 12:45:01 pm >> SELECT ean13 FROM ps_product WHERE ean13 = '000866' AND id_product != '19848' AND ean13 != '' 29/07/2022 12:45:01 pm >> UPDATE ps_product SET id_supplier = '149', reference = '', ean13 = '000866', date_upd = NOW() WHERE id_product = '19848' 29/07/2022 12:45:01 pm >> UPDATE ps_product_lang SET name = 'PATENA CON GRECA CM 19 - 999/7 A', description = '' WHERE id_product = '19848' 29/07/2022 12:45:01 pm >> UPDATE ps_product SET wholesale_price = '0.00', on_sale = '0', price = '90.16393442622952' WHERE id_product = '19848' 29/07/2022 12:45:01 pm >> UPDATE ps_product_shop SET wholesale_price = '0.00', price = '90.16393442622952', id_tax_rules_group = '1', id_category_default = '480', 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 = '19848' 29/07/2022 12:45:01 pm >> DELETE FROM ps_specific_price WHERE id_product = '19848' 29/07/2022 12:52:45 pm >> SELECT ean13 FROM ps_product WHERE ean13 = '9788861452091' AND id_product != '19850' AND ean13 != '' 29/07/2022 12:52:45 pm >> UPDATE ps_product SET id_supplier = '', reference = '', ean13 = '9788861452091', date_upd = NOW() WHERE id_product = '19850' 29/07/2022 12:52:45 pm >> UPDATE ps_product_lang SET name = 'CANTO DI BERNADETTE', description = '' WHERE id_product = '19850' 29/07/2022 12:52:45 pm >> UPDATE ps_product SET wholesale_price = '0.00', on_sale = '0', price = '22' WHERE id_product = '19850' 29/07/2022 12:52:45 pm >> UPDATE ps_product_shop SET wholesale_price = '0.00', price = '22', id_tax_rules_group = '4', id_category_default = '480', 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 = '19850' 29/07/2022 12:52:45 pm >> DELETE FROM ps_specific_price WHERE id_product = '19850' 29/07/2022 12:52:46 pm >> 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 = '19850' 29/07/2022 12:52:46 pm >> INSERT INTO ps_product_lang ( id_product , id_lang , name , link_rewrite ) VALUES ( '19851' , '1' , '' , 'nuovo-prodotto' ) 29/07/2022 12:52:46 pm >> 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 '19851' , id_tax_rules_group , id_shop , id_category_default , id_argoment_default , id_internal_category , NOW() , NOW() FROM ps_product_shop WHERE id_product = '19850' 29/07/2022 12:52:46 pm >> INSERT INTO `ps_stock_available` ( id_product , id_product_attribute , id_shop , id_shop_group , quantity ) SELECT '19851' , id_product_attribute , id_shop , id_shop_group , '0' FROM ps_stock_available WHERE id_product = '19850' 29/07/2022 12:53:27 pm >> SELECT ean13 FROM ps_product WHERE ean13 = '9788864344065' AND id_product != '19851' AND ean13 != '' 29/07/2022 12:53:27 pm >> UPDATE ps_product SET id_supplier = '', reference = '', ean13 = '9788864344065', date_upd = NOW() WHERE id_product = '19851' 29/07/2022 12:53:27 pm >> UPDATE ps_product_lang SET name = 'SINODALMENTE', description = '' WHERE id_product = '19851' 29/07/2022 12:53:27 pm >> UPDATE ps_product SET wholesale_price = '0.00', on_sale = '0', price = '20' WHERE id_product = '19851' 29/07/2022 12:53:27 pm >> UPDATE ps_product_shop SET wholesale_price = '0.00', price = '20', id_tax_rules_group = '4', id_category_default = '480', 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 = '19851' 29/07/2022 12:53:27 pm >> DELETE FROM ps_specific_price WHERE id_product = '19851' 29/07/2022 12:54:20 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 ( '31' , '22V503213' , '2022-07-28' , '' , '2939' , '0' , '4659156' , 'P.ZZA SAN PAOLO, 14 12051 ALBA' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '11' , '0' , '31.50' , '31.50' , NOW() , NOW() ) 29/07/2022 12:54:20 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 = '59853' 29/07/2022 12:54:20 pm >> DELETE FROM ps_document_detail WHERE id_document = '59853' 29/07/2022 12:54:20 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 ( '59853' , '19850' , 'CANTO DI BERNADETTE' , '1' , '1' , '4' , '16.5' , '16.5' , '0' , '0' , '16.5000' ) 29/07/2022 12:54:20 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 ( '59853' , '19851' , 'SINODALMENTE' , '1' , '1' , '4' , '15' , '15' , '0' , '0' , '15.0000' ) 29/07/2022 12:54:48 pm >> SELECT document_num FROM ps_document WHERE document_num = '2/A' AND id_document != '50074' AND id_document_type LIKE '2%' AND YEAR(document_date) = YEAR('2022-01-12') 29/07/2022 12:54:48 pm >> UPDATE ps_document SET id_document_type = '24', document_num = '2/A', document_date = '2022-01-12', 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 = '47.80', price_tax_excluded = '47.80', date_upd = NOW() WHERE id_document = '50074' 29/07/2022 12:54:48 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 = '50074' 29/07/2022 12:54:48 pm >> DELETE FROM ps_document_detail WHERE id_document = '50074' 29/07/2022 12:54:48 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 ( '50074' , '19686' , 'PAROLA E PREGHIERA - SET 2022' , '2' , '-2' , '4' , '2.9000' , '2.9' , '0' , '0' , '5.80' ) 29/07/2022 12:54:48 pm >> DELETE FROM ps_product_supplier WHERE id_product = '19686' AND id_supplier = '' 29/07/2022 12:54:48 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '19686' , '' , '1' ) 29/07/2022 12:54:48 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 ( '50074' , '19741' , 'PARLARE CON DIO - J. MARTIN' , '1' , '-1' , '4' , '20.0000' , '20' , '0' , '0' , '20.00' ) 29/07/2022 12:54:48 pm >> DELETE FROM ps_product_supplier WHERE id_product = '19741' AND id_supplier = '' 29/07/2022 12:54:48 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '19741' , '' , '1' ) 29/07/2022 12:54:48 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 ( '50074' , '19850' , 'CANTO DI BERNADETTE' , '1' , '-1' , '4' , '22.00' , '22' , '0' , '0' , '22.00' ) 29/07/2022 12:54:48 pm >> DELETE FROM ps_product_supplier WHERE id_product = '19850' AND id_supplier = '' 29/07/2022 12:54:48 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '19850' , '' , '1' ) 29/07/2022 02:25:10 pm >> INSERT INTO ps_product ( ean13 , id_tax_rules_group , `date_add` , `date_upd` ) VALUES ( '' , '1' , NOW() , NOW() ) 29/07/2022 02:25:10 pm >> INSERT INTO ps_product_lang ( id_product , id_lang , name , link_rewrite ) VALUES ( '19852' , '1' , '' , 'nuovo-prodotto' ) 29/07/2022 02:25:10 pm >> INSERT INTO ps_product_shop ( id_product , id_tax_rules_group , id_shop , id_category_default , `date_add` , `date_upd` ) VALUES ( '19852' , '1' , '1' , '2' , NOW() , NOW() ) 29/07/2022 02:25:10 pm >> INSERT INTO `ps_stock_available` ( id_product , id_product_attribute , id_shop , id_shop_group , quantity ) VALUES ( '19852' , '0' , '1' , '0' , '0' ) 29/07/2022 02:26:15 pm >> SELECT ean13 FROM ps_product WHERE ean13 = '000867' AND id_product != '19852' AND ean13 != '' 29/07/2022 02:26:15 pm >> UPDATE ps_product SET id_supplier = '', reference = '', ean13 = '000867', date_upd = NOW() WHERE id_product = '19852' 29/07/2022 02:26:15 pm >> UPDATE ps_product_lang SET name = 'PATENA CON GRECA CM 19 - 999/7 D', description = '' WHERE id_product = '19852' 29/07/2022 02:26:15 pm >> UPDATE ps_product SET wholesale_price = '0.00', on_sale = '0', price = '121.31147540983606' WHERE id_product = '19852' 29/07/2022 02:26:15 pm >> UPDATE ps_product_shop SET wholesale_price = '0.00', price = '121.31147540983606', id_tax_rules_group = '1', id_category_default = '480', 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 = '19852' 29/07/2022 02:26:15 pm >> DELETE FROM ps_specific_price WHERE id_product = '19852' 29/07/2022 02:27:23 pm >> UPDATE ps_document SET id_document_type = '31', document_num = '89', document_date = '2022-07-29', document_letter = '', id_customer = '0', id_supplier = '', id_address = '4671100', address1 = 'STRADA DEL LAVORO 211 47894 CHIESANUOVA R.S.M.', address2 = '', note = '000867 DA RICEVERE', price_shipping = '25.01', id_tax_shipping_rules = '1', colli = '0', peso = '0', porto_e_imballo = '0', mezzo_consegna = '', id_payment = '0', id_causal = '0', price_tax_included = '3222.39', price_tax_excluded = '2641.31', date_upd = NOW() WHERE id_document = '59844' 29/07/2022 02:27:23 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 = '59844' 29/07/2022 02:27:23 pm >> DELETE FROM ps_document_detail WHERE id_document = '59844' 29/07/2022 02:27:23 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 ( '59844' , '19842' , 'CALICE OTTONE SABBIATO - 083' , '1' , '1' , '1' , '148.0000' , '121.31147540984' , '22' , '10' , '162.50' ) 29/07/2022 02:27:23 pm >> DELETE FROM ps_product_supplier WHERE id_product = '19842' AND id_supplier = '' 29/07/2022 02:27:23 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '19842' , '' , '1' ) 29/07/2022 02:27:23 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 ( '59844' , '19843' , 'CALICE IN OTTONE - 122' , '1' , '1' , '1' , '122.0000' , '100' , '22' , '10' , '133.96' ) 29/07/2022 02:27:23 pm >> DELETE FROM ps_product_supplier WHERE id_product = '19843' AND id_supplier = '' 29/07/2022 02:27:23 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '19843' , '' , '1' ) 29/07/2022 02:27:23 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 ( '59844' , '19844' , 'CALICE OTTONE - 131' , '1' , '1' , '1' , '133.0000' , '109.01639344262' , '22' , '10' , '146.03' ) 29/07/2022 02:27:23 pm >> DELETE FROM ps_product_supplier WHERE id_product = '19844' AND id_supplier = '' 29/07/2022 02:27:23 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '19844' , '' , '1' ) 29/07/2022 02:27:23 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 ( '59844' , '19845' , 'CALICE IN FUSIONE ARGENTATA - 190' , '1' , '1' , '1' , '299.0000' , '245.08196721311' , '22' , '10' , '328.30' ) 29/07/2022 02:27:23 pm >> DELETE FROM ps_product_supplier WHERE id_product = '19845' AND id_supplier = '' 29/07/2022 02:27:23 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '19845' , '' , '1' ) 29/07/2022 02:27:23 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 ( '59844' , '19846' , 'CALICE IN ARG. EVANGELISTI - 175/A' , '1' , '1' , '1' , '1620.0000' , '1327.868852459' , '22' , '0' , '1976.40' ) 29/07/2022 02:27:23 pm >> DELETE FROM ps_product_supplier WHERE id_product = '19846' AND id_supplier = '' 29/07/2022 02:27:23 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '19846' , '' , '1' ) 29/07/2022 02:27:23 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 ( '59844' , '19847' , 'PATENA IN ARGENTO' , '1' , '1' , '1' , '270.0000' , '221.31147540984' , '22' , '0' , '329.40' ) 29/07/2022 02:27:23 pm >> DELETE FROM ps_product_supplier WHERE id_product = '19847' AND id_supplier = '' 29/07/2022 02:27:23 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '19847' , '' , '1' ) 29/07/2022 02:27:24 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 ( '59844' , '19848' , 'PATENA CON GRECA CM 19 - 999/7 A' , '1' , '1' , '1' , '45' , '36.885245901639' , '22' , '10' , '49.4100' ) 29/07/2022 02:27:24 pm >> DELETE FROM ps_product_supplier WHERE id_product = '19848' AND id_supplier = '' 29/07/2022 02:27:24 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '19848' , '' , '1' ) 29/07/2022 02:27:24 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 ( '59844' , '19852' , 'PATENA CON GRECA CM 19 - 999/7 D' , '1' , '1' , '1' , '60' , '49.180327868852' , '22' , '10' , '65.8800' ) 29/07/2022 02:27:24 pm >> DELETE FROM ps_product_supplier WHERE id_product = '19852' AND id_supplier = '' 29/07/2022 02:27:24 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '19852' , '' , '1' ) 29/07/2022 02:28:06 pm >> UPDATE ps_document SET id_document_type = '31', document_num = '22V503213', document_date = '2022-07-28', document_letter = '', id_customer = '0', id_supplier = '7', id_address = '2602', address1 = 'P.ZZA SAN PAOLO, 14 12051 ALBA', address2 = '', note = '', price_shipping = '0.00', id_tax_shipping_rules = '4', colli = '0', peso = '0', porto_e_imballo = '0', mezzo_consegna = '', id_payment = '11', id_causal = '0', price_tax_included = '31.50', price_tax_excluded = '31.50', date_upd = NOW() WHERE id_document = '59853' 29/07/2022 02:28:06 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 = '59853' 29/07/2022 02:28:06 pm >> DELETE FROM ps_document_detail WHERE id_document = '59853' 29/07/2022 02:28: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 ( '59853' , '19850' , 'CANTO DI BERNADETTE' , '1' , '1' , '4' , '16.5000' , '16.5' , '0' , '0' , '16.50' ) 29/07/2022 02:28:07 pm >> DELETE FROM ps_product_supplier WHERE id_product = '19850' AND id_supplier = '7' 29/07/2022 02:28:07 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '19850' , '7' , '1' ) 29/07/2022 02:28: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 ( '59853' , '19851' , 'SINODALMENTE' , '1' , '1' , '4' , '15.0000' , '15' , '0' , '0' , '15.00' ) 29/07/2022 02:28:07 pm >> DELETE FROM ps_product_supplier WHERE id_product = '19851' AND id_supplier = '7' 29/07/2022 02:28:07 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '19851' , '7' , '1' ) 29/07/2022 03:43:57 pm >> SELECT document_num FROM ps_document WHERE document_num = '2402' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2022-07-29') 29/07/2022 03:43:57 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' , '2402' , '2022-07-29' , '' , '' , '' , '' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '12.00' , '11.70' , NOW() , NOW() ) 29/07/2022 03:43:57 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 = '59854' 29/07/2022 03:43:57 pm >> DELETE FROM ps_document_detail WHERE id_document = '59854' 29/07/2022 03:43:57 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 ( '59854' , '16689' , 'OSTIA PAN DI CENA mm80' , '2' , '-2' , '3' , '2.00' , '1.9230769230769' , '4' , '0' , '4.00' ) 29/07/2022 03:43:58 pm >> DELETE FROM ps_product_supplier WHERE id_product = '16689' AND id_supplier = '' 29/07/2022 03:43:58 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '16689' , '' , '1' ) 29/07/2022 03:43:58 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 ( '59854' , '7311' , 'OSTIA SOTTILE 74MM' , '2' , '-2' , '3' , '1.90' , '1.8269230769231' , '4' , '0' , '3.80' ) 29/07/2022 03:43:58 pm >> DELETE FROM ps_product_supplier WHERE id_product = '7311' AND id_supplier = '' 29/07/2022 03:43:58 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '7311' , '' , '1' ) 29/07/2022 03:43:58 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 ( '59854' , '17248' , 'PAGELLINO AI PRIMI 9 VENERDI DEL MESE' , '1' , '-1' , '4' , '1.00' , '1' , '0' , '0' , '1.00' ) 29/07/2022 03:43:58 pm >> DELETE FROM ps_product_supplier WHERE id_product = '17248' AND id_supplier = '' 29/07/2022 03:43:58 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '17248' , '' , '1' ) 29/07/2022 03:43:58 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 ( '59854' , '19815' , 'PERCHE LA NOSTRA GIOIA SIA PIENA' , '1' , '-1' , '4' , '3.2' , '3.2' , '0' , '' , '3.20' ) 29/07/2022 03:43:58 pm >> DELETE FROM ps_product_supplier WHERE id_product = '19815' AND id_supplier = '' 29/07/2022 03:43:58 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '19815' , '' , '1' ) 29/07/2022 04:25:52 pm >> SELECT document_num FROM ps_document WHERE document_num = '2327' AND id_document != '59760' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2022-07-22') 29/07/2022 04:25:52 pm >> UPDATE ps_document SET id_document_type = '11', document_num = '2327', document_date = '2022-07-22', 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 = '55.00', price_tax_excluded = '45.08', date_upd = NOW() WHERE id_document = '59760' 29/07/2022 04:25: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 = '59760' 29/07/2022 04:25:52 pm >> DELETE FROM ps_document_detail WHERE id_document = '59760' 29/07/2022 04:25:52 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 ( '59760' , '18391' , 'CATENINA ACCIAIO 10 ESSENZE' , '1' , '-1' , '1' , '25.0000' , '20.491803278689' , '22' , '0' , '25.00' ) 29/07/2022 04:25:52 pm >> DELETE FROM ps_product_supplier WHERE id_product = '18391' AND id_supplier = '' 29/07/2022 04:25:52 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '18391' , '' , '1' ) 29/07/2022 04:25:52 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 ( '59760' , '19771' , 'ROSARIO ARGENTO/EMATITE' , '1' , '-1' , '1' , '30' , '24.590163934426' , '22' , '0' , '30.00' ) 29/07/2022 04:25:52 pm >> DELETE FROM ps_product_supplier WHERE id_product = '19771' AND id_supplier = '' 29/07/2022 04:25:52 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '19771' , '' , '1' ) 29/07/2022 05:44:14 pm >> SELECT document_num FROM ps_document WHERE document_num = '2403' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2022-07-29') 29/07/2022 05:44: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' , '2403' , '2022-07-29' , '' , '' , '' , '' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '11.00' , '11.00' , NOW() , NOW() ) 29/07/2022 05:44: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 = '59855' 29/07/2022 05:44:14 pm >> DELETE FROM ps_document_detail WHERE id_document = '59855' 29/07/2022 05:44: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 ( '59855' , '11151' , 'LIBRI' , '1' , '-1' , '4' , '11' , '11' , '0' , '0' , '11.00' ) 29/07/2022 05:44:14 pm >> DELETE FROM ps_product_supplier WHERE id_product = '11151' AND id_supplier = '' 29/07/2022 05:44:14 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '11151' , '' , '1' ) 29/07/2022 06:35:21 pm >> SELECT document_num FROM ps_document WHERE document_num = '2404' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2022-07-29') 29/07/2022 06:35: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' , '2404' , '2022-07-29' , '' , '' , '' , '' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '2.00' , '1.64' , NOW() , NOW() ) 29/07/2022 06:35: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 = '59856' 29/07/2022 06:35:21 pm >> DELETE FROM ps_document_detail WHERE id_document = '59856' 29/07/2022 06:35: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 ( '59856' , '15335' , 'CANDELA VOTIVA 20X40 DECORATA' , '1' , '-1' , '1' , '2' , '1.6393442622951' , '22' , '0' , '2.00' ) 29/07/2022 06:35:21 pm >> DELETE FROM ps_product_supplier WHERE id_product = '15335' AND id_supplier = '' 29/07/2022 06:35:21 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '15335' , '' , '1' ) 29/07/2022 06:55:22 pm >> SELECT document_num FROM ps_document WHERE document_num = '2405' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2022-07-29') 29/07/2022 06:55:22 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' , '2405' , '2022-07-29' , '' , '' , '' , '' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '34.20' , '28.03' , NOW() , NOW() ) 29/07/2022 06:55:22 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 = '59857' 29/07/2022 06:55:22 pm >> DELETE FROM ps_document_detail WHERE id_document = '59857' 29/07/2022 06:55: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 ( '59857' , '12817' , 'LIBRO DEI MATRIMONI' , '1' , '-1' , '1' , '38.00' , '31.147540983607' , '22' , '10' , '34.20' ) 29/07/2022 06:55:22 pm >> DELETE FROM ps_product_supplier WHERE id_product = '12817' AND id_supplier = '' 29/07/2022 06:55:22 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '12817' , '' , '1' ) 29/07/2022 06:56:53 pm >> SELECT document_num FROM ps_document WHERE document_num = '2406' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2022-07-29') 29/07/2022 06:56:53 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' , '2406' , '2022-07-29' , '' , '' , '' , '' , 'OGLIARA 84100 OGLIARA' , '' , '' , '0.00' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '60.00' , '49.18' , NOW() , NOW() ) 29/07/2022 06:56:53 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 = '59858' 29/07/2022 06:56:53 pm >> DELETE FROM ps_document_detail WHERE id_document = '59858' 29/07/2022 06:56: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 ( '59858' , '14961' , 'CAMICIA PER TALARE - COTONE - 40' , '1' , '-1' , '1' , '40.0000' , '32.7869' , '22' , '0' , '40.00' ) 29/07/2022 06:56:53 pm >> DELETE FROM ps_product_supplier WHERE id_product = '14961' AND id_supplier = '' 29/07/2022 06:56:53 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '14961' , '' , '1' ) 29/07/2022 06:56: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 ( '59858' , '2425' , 'COLLETTO DOPPIO' , '1' , '-1' , '1' , '10.0000' , '8.1967' , '22' , '0' , '10.00' ) 29/07/2022 06:56:54 pm >> DELETE FROM ps_product_supplier WHERE id_product = '2425' AND id_supplier = '' 29/07/2022 06:56:54 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '2425' , '' , '1' ) 29/07/2022 06:56: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 ( '59858' , '7960' , 'PETTINA DA TALARE NERO - MISTO ' , '1' , '-1' , '1' , '10.0000' , '8.1967' , '22' , '0' , '10.00' ) 29/07/2022 06:56:54 pm >> DELETE FROM ps_product_supplier WHERE id_product = '7960' AND id_supplier = '' 29/07/2022 06:56:54 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '7960' , '' , '1' ) 29/07/2022 07:04:02 pm >> DELETE FROM ps_document WHERE id_document = '59850' 29/07/2022 07:04:02 pm >> DELETE FROM ps_document_detail WHERE id_document = '59850' 29/07/2022 07:16:45 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 ( '32' , '437' , '2022-07-28' , '' , '0' , '122' , '4669556' , 'VIA XXV APRILE, 17 24050 GRASSOBBIO' , '' , '' , '0.00' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '247.66' , '203.00' , NOW() , NOW() ) 29/07/2022 07:16:45 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 = '59859' 29/07/2022 07:16:45 pm >> DELETE FROM ps_document_detail WHERE id_document = '59859' 29/07/2022 07:16:45 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 ( '59859' , '16068' , 'CAMICE PIEGONI 2 INSERTI - AECM17B05' , '1' , '0' , '1' , '45.0000' , '36.8852' , '22' , '0' , '54.90' ) 29/07/2022 07:16:45 pm >> DELETE FROM ps_product_supplier WHERE id_product = '16068' AND id_supplier = '122' 29/07/2022 07:16:45 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '16068' , '122' , '1' ) 29/07/2022 07:16:45 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 ( '59859' , '15040' , 'CAMICE APERTO POLIESTERE' , '1' , '0' , '1' , '39.5000' , '32.377' , '22' , '0' , '48.19' ) 29/07/2022 07:16:45 pm >> DELETE FROM ps_product_supplier WHERE id_product = '15040' AND id_supplier = '122' 29/07/2022 07:16:45 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '15040' , '122' , '1' ) 29/07/2022 07:16:46 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 ( '59859' , '16070' , 'CASULA - PCA020' , '1' , '0' , '1' , '30.0000' , '24.5902' , '22' , '0' , '36.60' ) 29/07/2022 07:16:46 pm >> DELETE FROM ps_product_supplier WHERE id_product = '16070' AND id_supplier = '122' 29/07/2022 07:16:46 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '16070' , '122' , '1' ) 29/07/2022 07:16:46 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 ( '59859' , '17101' , 'CASULA POLIESTERE CROCE ORO - AECU04' , '3' , '0' , '1' , '29.5000' , '24.1803' , '22' , '0' , '107.97' ) 29/07/2022 07:16:46 pm >> DELETE FROM ps_product_supplier WHERE id_product = '17101' AND id_supplier = '122' 29/07/2022 07:16:46 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '17101' , '122' , '1' ) 29/07/2022 07:24:23 pm >> SELECT ean13 FROM ps_product WHERE ean13 = '9788817013369' AND id_product != '19834' AND ean13 != '' 29/07/2022 07:24:23 pm >> UPDATE ps_product SET id_supplier = '47', reference = '', ean13 = '9788817013369', date_upd = NOW() WHERE id_product = '19834' 29/07/2022 07:24:23 pm >> UPDATE ps_product_lang SET name = 'CORANO', description = '' WHERE id_product = '19834' 29/07/2022 07:24:23 pm >> UPDATE ps_product SET wholesale_price = '0.00', on_sale = '0', price = '14.0000' WHERE id_product = '19834' 29/07/2022 07:24:23 pm >> UPDATE ps_product_shop SET wholesale_price = '0.00', price = '14.0000', id_tax_rules_group = '4', id_category_default = '239', 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 = '19834' 29/07/2022 07:24:23 pm >> DELETE FROM ps_specific_price WHERE id_product = '19834'