19/10/2023 08:15:45 am >> UPDATE ps_address SET deleted='1' , active = '0' WHERE id_customer = '1632' 19/10/2023 08:15:45 am >> INSERT INTO ps_address ( id_customer , id_country , id_state , company , lastname , firstname , address1 , address2 , postcode , city , other , phone , phone_mobile , vat_number , dni , date_add , date_upd ) VALUES ( '1632' , '10' , '210' , 'PARR. S. MARIA ASSUNTA E S. FRANCESCO' , 'SPINELLI ' , 'DON GIUSEPPE' , 'P.ZZA PLEBISCITO, 11' , '' , '84030' , 'SANZA' , '' , '0975 322018' , '3476032958' , '' , '' , NOW() , NOW() ) 19/10/2023 08:15:45 am >> UPDATE ps_customer SET email = 'giuspi@tim.it', sdi = '', pec = '', date_upd = NOW() WHERE id_customer = '1632' 19/10/2023 08:20:46 am >> SELECT document_num FROM ps_document WHERE document_num = '175' AND id_document != '' AND id_document_type LIKE '21' AND YEAR(document_date) = YEAR('2023-10-19') 19/10/2023 08:20:46 am >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '21' , '175' , '2023-10-19' , '' , '1632' , '0' , '4679142' , 'P.ZZA PLEBISCITO, 11 84030 SANZA' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '6' , '0' , '120.27' , '120.27' , NOW() , NOW() ) 19/10/2023 08:20:46 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 = '88386' 19/10/2023 08:20:46 am >> DELETE FROM ps_document_detail WHERE id_document = '88386' 19/10/2023 08:20:46 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 ( '88386' , '4154' , 'FESTA DEL PERDONO' , '17' , '-17' , '4' , '3.00' , '3' , '0' , '5' , '48.45' ) 19/10/2023 08:20:46 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 ( '88386' , '8408' , 'PRENDETE E MANGIATE' , '15' , '-15' , '4' , '3.00' , '3' , '0' , '5' , '42.75' ) 19/10/2023 08:20:46 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 ( '88386' , '8511' , 'PRIMI PASSI CON GESÙ - ANNO C' , '9' , '-9' , '4' , '3.40' , '3.4' , '0' , '5' , '29.07' ) 19/10/2023 08:58:39 am >> INSERT INTO ps_product ( ean13 , id_tax_rules_group , `date_add` , `date_upd` ) VALUES ( '' , '1' , NOW() , NOW() ) 19/10/2023 08:58:39 am >> INSERT INTO ps_product_lang ( id_product , id_lang , name , link_rewrite ) VALUES ( '21692' , '1' , '' , 'nuovo-prodotto' ) 19/10/2023 08:58:39 am >> INSERT INTO ps_product_shop ( id_product , id_tax_rules_group , id_shop , id_category_default , `date_add` , `date_upd` ) VALUES ( '21692' , '1' , '1' , '2' , NOW() , NOW() ) 19/10/2023 08:58:39 am >> INSERT INTO `ps_stock_available` ( id_product , id_product_attribute , id_shop , id_shop_group , quantity ) VALUES ( '21692' , '0' , '1' , '0' , '0' ) 19/10/2023 08:59:38 am >> SELECT ean13 FROM ps_product WHERE ean13 = '9788885227491' AND id_product != '21692' AND ean13 != '' 19/10/2023 08:59:38 am >> UPDATE ps_product SET id_supplier = '', reference = '6/6', ean13 = '9788885227491', date_upd = NOW() WHERE id_product = '21692' 19/10/2023 08:59:38 am >> UPDATE ps_product_lang SET name = 'GENERATI DALLO SPIRITO - A. LOUF', description = '' WHERE id_product = '21692' 19/10/2023 08:59:38 am >> UPDATE ps_product SET wholesale_price = '0.00', on_sale = '0', price = '13' WHERE id_product = '21692' 19/10/2023 08:59:38 am >> UPDATE ps_product_shop SET wholesale_price = '0.00', price = '13', id_tax_rules_group = '4', id_category_default = '248', id_argoment_default = '41', id_internal_category = '7', on_sale = '0', on_showcase = '0', on_offer = '00', on_most = '00', date_upd = NOW() WHERE id_product = '21692' 19/10/2023 08:59:38 am >> DELETE FROM ps_specific_price WHERE id_product = '21692' 19/10/2023 08:59:39 am >> INSERT INTO ps_product ( id_tax_rules_group , `date_add` , `date_upd` ) SELECT id_tax_rules_group , NOW() , NOW() FROM ps_product WHERE id_product = '21692' 19/10/2023 08:59:39 am >> INSERT INTO ps_product_lang ( id_product , id_lang , name , link_rewrite ) VALUES ( '21693' , '1' , '' , 'nuovo-prodotto' ) 19/10/2023 08:59:39 am >> INSERT INTO ps_product_shop ( id_product , id_tax_rules_group , id_shop , id_category_default , id_argoment_default , id_internal_category , `date_add` , `date_upd` ) SELECT '21693' , id_tax_rules_group , id_shop , id_category_default , id_argoment_default , id_internal_category , NOW() , NOW() FROM ps_product_shop WHERE id_product = '21692' 19/10/2023 08:59:39 am >> INSERT INTO `ps_stock_available` ( id_product , id_product_attribute , id_shop , id_shop_group , quantity ) SELECT '21693' , id_product_attribute , id_shop , id_shop_group , '0' FROM ps_stock_available WHERE id_product = '21692' 19/10/2023 09:01:12 am >> SELECT ean13 FROM ps_product WHERE ean13 = '9788892227514' AND id_product != '21693' AND ean13 != '' 19/10/2023 09:01:12 am >> UPDATE ps_product SET id_supplier = '', reference = '1/4', ean13 = '9788892227514', date_upd = NOW() WHERE id_product = '21693' 19/10/2023 09:01:12 am >> UPDATE ps_product_lang SET name = 'PERCORSI DI BETANIA - GENTILI/VISCARDI', description = '' WHERE id_product = '21693' 19/10/2023 09:01:12 am >> UPDATE ps_product SET wholesale_price = '0.00', on_sale = '0', price = '20' WHERE id_product = '21693' 19/10/2023 09:01:12 am >> UPDATE ps_product_shop SET wholesale_price = '0.00', price = '20', id_tax_rules_group = '4', id_category_default = '30', id_argoment_default = '243', id_internal_category = '7', on_sale = '0', on_showcase = '0', on_offer = '00', on_most = '00', date_upd = NOW() WHERE id_product = '21693' 19/10/2023 09:01:12 am >> DELETE FROM ps_specific_price WHERE id_product = '21693' 19/10/2023 09:01:12 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 = '21693' 19/10/2023 09:01:12 am >> INSERT INTO ps_product_lang ( id_product , id_lang , name , link_rewrite ) VALUES ( '21694' , '1' , '' , 'nuovo-prodotto' ) 19/10/2023 09:01:13 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 '21694' , id_tax_rules_group , id_shop , id_category_default , id_argoment_default , id_internal_category , NOW() , NOW() FROM ps_product_shop WHERE id_product = '21693' 19/10/2023 09:01:13 am >> INSERT INTO `ps_stock_available` ( id_product , id_product_attribute , id_shop , id_shop_group , quantity ) SELECT '21694' , id_product_attribute , id_shop , id_shop_group , '0' FROM ps_stock_available WHERE id_product = '21693' 19/10/2023 09:01:50 am >> SELECT ean13 FROM ps_product WHERE ean13 = '9788821591884' AND id_product != '7186' AND ean13 != '' 19/10/2023 09:01:50 am >> UPDATE ps_product SET id_supplier = '7', reference = '11/2', ean13 = '9788821591884', date_upd = NOW() WHERE id_product = '7186' 19/10/2023 09:01:50 am >> UPDATE ps_product_lang SET name = 'NUOVO TESTAMENTO INTERLINEARE', description = '' WHERE id_product = '7186' 19/10/2023 09:01:50 am >> UPDATE ps_product SET wholesale_price = '56.95', on_sale = '0', price = '79' WHERE id_product = '7186' 19/10/2023 09:01:50 am >> UPDATE ps_product_shop SET wholesale_price = '56.95', price = '79', id_tax_rules_group = '4', id_category_default = '30', id_argoment_default = '170', id_internal_category = '7', on_sale = '0', on_showcase = '0', on_offer = '00', on_most = '00', date_upd = NOW() WHERE id_product = '7186' 19/10/2023 09:01:50 am >> DELETE FROM ps_specific_price WHERE id_product = '7186' 19/10/2023 09:02:54 am >> SELECT ean13 FROM ps_product WHERE ean13 = '9788892870727' AND id_product != '21694' AND ean13 != '' 19/10/2023 09:02:54 am >> UPDATE ps_product SET id_supplier = '', reference = '7/4', ean13 = '9788892870727', date_upd = NOW() WHERE id_product = '21694' 19/10/2023 09:02:54 am >> UPDATE ps_product_lang SET name = 'ALLELUJA 2024', description = '' WHERE id_product = '21694' 19/10/2023 09:02:54 am >> UPDATE ps_product SET wholesale_price = '0.00', on_sale = '0', price = '9.9' WHERE id_product = '21694' 19/10/2023 09:02:54 am >> UPDATE ps_product_shop SET wholesale_price = '0.00', price = '9.9', id_tax_rules_group = '4', id_category_default = '26', id_argoment_default = '64', id_internal_category = '7', on_sale = '0', on_showcase = '0', on_offer = '00', on_most = '00', date_upd = NOW() WHERE id_product = '21694' 19/10/2023 09:02:54 am >> DELETE FROM ps_specific_price WHERE id_product = '21694' 19/10/2023 09:02:55 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 = '21694' 19/10/2023 09:02:55 am >> INSERT INTO ps_product_lang ( id_product , id_lang , name , link_rewrite ) VALUES ( '21695' , '1' , '' , 'nuovo-prodotto' ) 19/10/2023 09:02:55 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 '21695' , id_tax_rules_group , id_shop , id_category_default , id_argoment_default , id_internal_category , NOW() , NOW() FROM ps_product_shop WHERE id_product = '21694' 19/10/2023 09:02:55 am >> INSERT INTO `ps_stock_available` ( id_product , id_product_attribute , id_shop , id_shop_group , quantity ) SELECT '21695' , id_product_attribute , id_shop , id_shop_group , '0' FROM ps_stock_available WHERE id_product = '21694' 19/10/2023 09:03: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 ( '33' , '644893' , '2023-10-17' , '' , '0' , '7' , '2602' , 'P. ZZA SAN PAOLO, 14 12051 ALBA' , '' , '' , '5.83' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '200.90' , '200.90' , NOW() , NOW() ) 19/10/2023 09:03: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 = '88387' 19/10/2023 09:03:55 am >> DELETE FROM ps_document_detail WHERE id_document = '88387' 19/10/2023 09:03: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 ( '88387' , '4001' , 'EVANGELO DI PAOLO - A. PITTA' , '2' , '2' , '4' , '20.00' , '20' , '0' , '35' , '26.0000' ) 19/10/2023 09:03:55 am >> DELETE FROM ps_product_supplier WHERE id_product = '4001' AND id_supplier = '7' 19/10/2023 09:03:55 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '4001' , '7' , '1' ) 19/10/2023 09:03: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 ( '88387' , '21665' , 'GRIDIAMO IL VANGELO - A. COMASTRI' , '1' , '1' , '4' , '25.00' , '25' , '0' , '30' , '17.5000' ) 19/10/2023 09:03:55 am >> DELETE FROM ps_product_supplier WHERE id_product = '21665' AND id_supplier = '7' 19/10/2023 09:03:55 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '21665' , '7' , '1' ) 19/10/2023 09:03: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 ( '88387' , '21668' , 'ALFABETO DI DIO - G. RAVASI' , '1' , '1' , '4' , '20.00' , '20' , '0' , '33' , '13.4000' ) 19/10/2023 09:03:55 am >> DELETE FROM ps_product_supplier WHERE id_product = '21668' AND id_supplier = '7' 19/10/2023 09:03:55 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '21668' , '7' , '1' ) 19/10/2023 09:03: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 ( '88387' , '21692' , 'GENERATI DALLO SPIRITO - A. LOUF' , '1' , '1' , '4' , '13.00' , '13' , '0' , '30' , '9.1000' ) 19/10/2023 09:03:55 am >> DELETE FROM ps_product_supplier WHERE id_product = '21692' AND id_supplier = '7' 19/10/2023 09:03:55 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '21692' , '7' , '1' ) 19/10/2023 09:03: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 ( '88387' , '21693' , 'PERCORSI DI BETANIA - GENTILI/VISCARDI' , '1' , '1' , '4' , '20.00' , '20' , '0' , '33' , '13.4000' ) 19/10/2023 09:03:55 am >> DELETE FROM ps_product_supplier WHERE id_product = '21693' AND id_supplier = '7' 19/10/2023 09:03:55 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '21693' , '7' , '1' ) 19/10/2023 09:03: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 ( '88387' , '7186' , 'NUOVO TESTAMENTO INTERLINEARE' , '1' , '1' , '4' , '79.00' , '79' , '0' , '33' , '52.9300' ) 19/10/2023 09:03:56 am >> DELETE FROM ps_product_supplier WHERE id_product = '7186' AND id_supplier = '7' 19/10/2023 09:03:56 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '7186' , '7' , '1' ) 19/10/2023 09:03:56 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 ( '88387' , '21538' , 'AMEN - NOV. 23' , '5' , '5' , '4' , '3.90' , '3.9' , '0' , '33' , '13.0650' ) 19/10/2023 09:03:56 am >> DELETE FROM ps_product_supplier WHERE id_product = '21538' AND id_supplier = '7' 19/10/2023 09:03:56 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '21538' , '7' , '1' ) 19/10/2023 09:03:56 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 ( '88387' , '21694' , 'ALLELUJA 2024' , '2' , '2' , '4' , '9.90' , '9.9' , '0' , '30' , '13.8600' ) 19/10/2023 09:03:56 am >> DELETE FROM ps_product_supplier WHERE id_product = '21694' AND id_supplier = '7' 19/10/2023 09:03:56 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '21694' , '7' , '1' ) 19/10/2023 09:03:56 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 ( '88387' , '21537' , 'AMEN - DIC. 23' , '5' , '5' , '4' , '3.90' , '3.9' , '0' , '33' , '13.0650' ) 19/10/2023 09:03:56 am >> DELETE FROM ps_product_supplier WHERE id_product = '21537' AND id_supplier = '7' 19/10/2023 09:03:56 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '21537' , '7' , '1' ) 19/10/2023 09:03:56 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 ( '88387' , '5739' , 'LETTERE PAOLINE E ALTRE LETTERE - 6 - LOGOS' , '1' , '1' , '4' , '35.00' , '35' , '0' , '35' , '22.7500' ) 19/10/2023 09:03:56 am >> DELETE FROM ps_product_supplier WHERE id_product = '5739' AND id_supplier = '7' 19/10/2023 09:03:56 am >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '5739' , '7' , '1' ) 19/10/2023 09:41:57 am >> SELECT document_num FROM ps_document WHERE document_num = '3226' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-10-19') 19/10/2023 09:41:57 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' , '3226' , '2023-10-19' , '' , '0' , '0' , '0' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '211.10' , '184.20' , NOW() , NOW() ) 19/10/2023 09:41:57 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 = '88388' 19/10/2023 09:41:57 am >> DELETE FROM ps_document_detail WHERE id_document = '88388' 19/10/2023 09:41:57 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 ( '88388' , '11384' , 'VINO BIANCO DOLCE - 102' , '6' , '-6' , '1' , '8.5' , '6.9672131147541' , '22' , '0' , '51.00' ) 19/10/2023 09:41:57 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 ( '88388' , '20433' , 'PARTICOLA MORREALE 38MM - PTC38S' , '10' , '-10' , '3' , '3.50' , '3.3653846153846' , '4' , '0' , '35.00' ) 19/10/2023 09:41: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 ( '88388' , '7311' , 'OSTIA SOTTILE 74MM' , '20' , '-20' , '3' , '2.00' , '1.9230769230769' , '4' , '0' , '40.00' ) 19/10/2023 09:41: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 ( '88388' , '21196' , 'CALENDARIO LITURGICO 2024' , '2' , '-2' , '4' , '0.50' , '0.5' , '0' , '0' , '1.00' ) 19/10/2023 09:41: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 ( '88388' , '21653' , 'AGENDA DEVOZIONALE 2024' , '2' , '-2' , '1' , '10.00' , '8.1967213114754' , '22' , '5' , '19.00' ) 19/10/2023 09:41: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 ( '88388' , '21684' , 'CEST LA CONFIANCE ' , '1' , '-1' , '4' , '1.90' , '1.9' , '0' , '0' , '1.90' ) 19/10/2023 09:41: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 ( '88388' , '17617' , 'IMMAGINI ISONZO X 100' , '2' , '-2' , '1' , '3.6' , '2.9508196721311' , '22' , '0' , '7.20' ) 19/10/2023 09:41: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 ( '88388' , '19150' , 'MOCCOLO 70X200' , '4' , '-4' , '1' , '7' , '5.7377049180328' , '22' , '0' , '28.00' ) 19/10/2023 09:41: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 ( '88388' , '19150' , 'MOCCOLO 70X200' , '4' , '-4' , '1' , '7' , '5.7377049180328' , '22' , '0' , '28.00' ) 19/10/2023 09:56:36 am >> SELECT document_num FROM ps_document WHERE document_num = '3227' AND id_document != '' AND id_document_type LIKE '13' AND YEAR(document_date) = YEAR('2023-10-19') 19/10/2023 09:56:36 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' , '3227' , '2023-10-19' , '' , '0' , '0' , '0' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '106.00' , '86.89' , NOW() , NOW() ) 19/10/2023 09:56:36 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 = '88389' 19/10/2023 09:56:36 am >> DELETE FROM ps_document_detail WHERE id_document = '88389' 19/10/2023 09:56:36 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 ( '88389' , '15653' , 'CLERGY BLU - 100% - 41 - 160/10' , '1' , '-1' , '1' , '60.00' , '49.180327868852' , '22' , '15' , '51.00' ) 19/10/2023 09:56:36 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 ( '88389' , '16461' , 'CLERGY NIDO D\'APE ML - C 22' , '1' , '-1' , '1' , '55' , '45.081967213115' , '22' , '0' , '55.00' ) 19/10/2023 09:57:49 am >> SELECT document_num FROM ps_document WHERE document_num = '3228' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-10-19') 19/10/2023 09:57:49 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' , '3228' , '2023-10-19' , '' , '0' , '0' , '0' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '28.00' , '25.84' , NOW() , NOW() ) 19/10/2023 09:57:49 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 = '88390' 19/10/2023 09:57:49 am >> DELETE FROM ps_document_detail WHERE id_document = '88390' 19/10/2023 09:57:49 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 ( '88390' , '21196' , 'CALENDARIO LITURGICO 2024' , '2' , '-2' , '4' , '0.50' , '0.5' , '0' , '0' , '1.00' ) 19/10/2023 09:57:49 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 ( '88390' , '21652' , 'AGENDA LITURGICO PASTORALE 2024' , '1' , '-1' , '1' , '12.00' , '9.8360655737705' , '22' , '0' , '12.00' ) 19/10/2023 09:57:49 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 ( '88390' , '21524' , 'LIBRO AGENDA CATTOLICO 2024' , '1' , '-1' , '4' , '15' , '15' , '0' , '0' , '15.00' ) 19/10/2023 10:06:09 am >> SELECT document_num FROM ps_document WHERE document_num = '1' AND id_document != '' AND id_document_type LIKE '26' AND YEAR(document_date) = YEAR('2023-10-19') 19/10/2023 10:06:09 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 ( '26' , '1' , '2023-10-19' , '' , '2757' , '0' , '4671725' , 'VIA CIRILLO 84085 MERCATO SAN SEVERINO' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '3' , '0' , '82.30' , '68.07' , NOW() , NOW() ) 19/10/2023 10:06:09 am >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '88391' 19/10/2023 10:06:09 am >> DELETE FROM ps_document_detail WHERE id_document = '88391' 19/10/2023 10:06:09 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '88391' , '16691' , 'PARTICOLE PER CELIACI 25pz' , '1' , '0' , '3' , '4.30' , '4.1346153846154' , '4' , '0' , '4.30' ) 19/10/2023 10:06:09 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '88391' , '12819' , 'REGISTRO DEL CATECHISTA ' , '8' , '0' , '1' , '1.00' , '0.81967213114754' , '22' , '0' , '8.00' ) 19/10/2023 10:06:09 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '88391' , '17161' , 'CARBONCINI NERI - CARNE' , '5' , '0' , '1' , '12.00' , '9.8360655737705' , '22' , '0' , '60.00' ) 19/10/2023 10:06:09 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '88391' , '21653' , 'AGENDA DEVOZIONALE 2024' , '1' , '0' , '1' , '10.00' , '8.1967213114754' , '22' , '0' , '10.00' ) 19/10/2023 10:09:05 am >> SELECT document_num FROM ps_document WHERE document_num = '3229' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-10-19') 19/10/2023 10:09: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' , '3229' , '2023-10-19' , '' , '0' , '0' , '0' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '28.81' , '28.81' , NOW() , NOW() ) 19/10/2023 10:09: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 = '88392' 19/10/2023 10:09:05 am >> DELETE FROM ps_document_detail WHERE id_document = '88392' 19/10/2023 10:09: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 ( '88392' , '4223' , 'FOGLIETTI LA DOMENICA SAN PAOLO' , '6' , '-6' , '4' , '0.70' , '0.7' , '0' , '0' , '4.20' ) 19/10/2023 10:09: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 ( '88392' , '18792' , 'ECCO IO FACCIO NUOVE TUTTE LE COSE - E. CIBELLI' , '1' , '-1' , '4' , '18.00' , '18' , '0' , '5' , '17.10' ) 19/10/2023 10:09: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 ( '88392' , '12895' , 'PASSI VERSO LA CRESIMA' , '1' , '-1' , '4' , '7.90' , '7.9' , '0' , '5' , '7.51' ) 19/10/2023 10:23:21 am >> SELECT document_num FROM ps_document WHERE document_num = '3230' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-10-19') 19/10/2023 10:23:21 am >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '11' , '3230' , '2023-10-19' , '' , '0' , '0' , '0' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '48.48' , '48.48' , NOW() , NOW() ) 19/10/2023 10:23:21 am >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '88393' 19/10/2023 10:23:21 am >> DELETE FROM ps_document_detail WHERE id_document = '88393' 19/10/2023 10:23:21 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '88393' , '9676' , 'SARETE MIEI TESTIMONI - CAT.' , '6' , '-6' , '4' , '5.50' , '5.5' , '0' , '5' , '31.38' ) 19/10/2023 10:23:21 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '88393' , '8600' , 'SARETE MIEI TESTIMONI 1 - MAGNIFICAT' , '6' , '-6' , '4' , '3.00' , '3' , '0' , '5' , '17.10' ) 19/10/2023 10:31:08 am >> SELECT document_num FROM ps_document WHERE document_num = '176' AND id_document != '' AND id_document_type LIKE '21' AND YEAR(document_date) = YEAR('2023-10-19') 19/10/2023 10:31:08 am >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '21' , '176' , '2023-10-19' , '' , '396' , '0' , '4673404' , 'L.GO S. TOMMASO D\\\'AQUINO 84125 SALERNO' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '35.70' , '35.70' , NOW() , NOW() ) 19/10/2023 10:31:08 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 = '88394' 19/10/2023 10:31:08 am >> DELETE FROM ps_document_detail WHERE id_document = '88394' 19/10/2023 10:31:08 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 ( '88394' , '13397' , 'MIO GESU' , '12' , '-12' , '4' , '3.50' , '3.5' , '0' , '15' , '35.70' ) 19/10/2023 10:31:47 am >> SELECT document_num FROM ps_document WHERE document_num = '3231' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-10-19') 19/10/2023 10:31:47 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' , '3231' , '2023-10-19' , '' , '0' , '0' , '0' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '41.84' , '41.84' , NOW() , NOW() ) 19/10/2023 10:31:47 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 = '88395' 19/10/2023 10:31:47 am >> DELETE FROM ps_document_detail WHERE id_document = '88395' 19/10/2023 10:31:47 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 ( '88395' , '5559' , 'LASCIATE CHE I BAMBINI VENGANO A ME' , '8' , '-8' , '4' , '5.50' , '5.5' , '0' , '5' , '41.84' ) 19/10/2023 10:50:14 am >> SELECT document_num FROM ps_document WHERE document_num = '3232' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-10-19') 19/10/2023 10:50:14 am >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '11' , '3232' , '2023-10-19' , '' , '0' , '0' , '0' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '12.96' , '12.96' , NOW() , NOW() ) 19/10/2023 10:50:14 am >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '88396' 19/10/2023 10:50:14 am >> DELETE FROM ps_document_detail WHERE id_document = '88396' 19/10/2023 10:50: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 ( '88396' , '21519' , 'SULLA TUA PAROLA - NOV/DIC 23' , '1' , '-1' , '4' , '5.00' , '5' , '0' , '5' , '4.75' ) 19/10/2023 10:50: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 ( '88396' , '4223' , 'FOGLIETTI LA DOMENICA SAN PAOLO' , '1' , '-1' , '4' , '0.70' , '0.7' , '0' , '0' , '0.70' ) 19/10/2023 10:50: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 ( '88396' , '21203' , 'MIO GRANDE LIBRO DA COLORARE - SUPER' , '1' , '-1' , '4' , '7.9' , '7.9' , '0' , '5' , '7.51' ) 19/10/2023 10:54:51 am >> SELECT document_num FROM ps_document WHERE document_num = '3233' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-10-19') 19/10/2023 10:54:51 am >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '11' , '3233' , '2023-10-19' , '' , '0' , '0' , '0' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '109.60' , '105.27' , NOW() , NOW() ) 19/10/2023 10:54:51 am >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '88397' 19/10/2023 10:54:51 am >> DELETE FROM ps_document_detail WHERE id_document = '88397' 19/10/2023 10:54:51 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '88397' , '4206' , 'FINTA CANDELA CM 5X30 - 116 ' , '2' , '-2' , '1' , '12.00' , '9.8360655737705' , '22' , '0' , '24.00' ) 19/10/2023 10:54:51 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '88397' , '5929' , 'LODI E VESPRI' , '20' , '-20' , '4' , '4.50' , '4.5' , '0' , '5' , '85.60' ) 19/10/2023 11:05:57 am >> SELECT document_num FROM ps_document WHERE document_num = '3234' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-10-19') 19/10/2023 11:05:57 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' , '3234' , '2023-10-19' , '' , '0' , '0' , '0' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '5.70' , '5.70' , NOW() , NOW() ) 19/10/2023 11:05:57 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 = '88398' 19/10/2023 11:05:57 am >> DELETE FROM ps_document_detail WHERE id_document = '88398' 19/10/2023 11:05:57 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 ( '88398' , '12842' , 'RICEVI IL SIGILLO DELLO SPIRITO SANTO' , '1' , '-1' , '4' , '6.00' , '6' , '0' , '5' , '5.70' ) 19/10/2023 11:13:48 am >> SELECT document_num FROM ps_document WHERE document_num = '3235' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-10-19') 19/10/2023 11:13:48 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' , '3235' , '2023-10-19' , '' , '0' , '0' , '0' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '2.00' , '1.64' , NOW() , NOW() ) 19/10/2023 11:13:48 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 = '88399' 19/10/2023 11:13:48 am >> DELETE FROM ps_document_detail WHERE id_document = '88399' 19/10/2023 11:13:48 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 ( '88399' , '18217' , 'BRACCIALE DECINA PIETRE - BD019' , '1' , '-1' , '1' , '2.00' , '1.6393442622951' , '22' , '0' , '2.00' ) 19/10/2023 11:14:36 am >> SELECT document_num FROM ps_document WHERE document_num = '3236' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-10-19') 19/10/2023 11:14:36 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' , '3236' , '2023-10-19' , '' , '0' , '0' , '0' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '75.05' , '75.05' , NOW() , NOW() ) 19/10/2023 11:14:36 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 = '88400' 19/10/2023 11:14:36 am >> DELETE FROM ps_document_detail WHERE id_document = '88400' 19/10/2023 11:14:36 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 ( '88400' , '4001' , 'EVANGELO DI PAOLO - A. PITTA' , '1' , '-1' , '4' , '20.00' , '20' , '0' , '5' , '19.00' ) 19/10/2023 11:14:36 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 ( '88400' , '12809' , 'SEDOTTI DALLA PAROLA - P. SCALABRINI' , '1' , '-1' , '4' , '24.00' , '24' , '0' , '5' , '22.80' ) 19/10/2023 11:14:36 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 ( '88400' , '5739' , 'LETTERE PAOLINE E ALTRE LETTERE - 6 - LOGOS' , '1' , '-1' , '4' , '35.00' , '35' , '0' , '5' , '33.25' ) 19/10/2023 11:18:06 am >> SELECT document_num FROM ps_document WHERE document_num = '3237' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-10-19') 19/10/2023 11:18:06 am >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '11' , '3237' , '2023-10-19' , '' , '0' , '0' , '0' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '33.25' , '33.25' , NOW() , NOW() ) 19/10/2023 11:18:06 am >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '88401' 19/10/2023 11:18:06 am >> DELETE FROM ps_document_detail WHERE id_document = '88401' 19/10/2023 11:18:06 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '88401' , '5739' , 'LETTERE PAOLINE E ALTRE LETTERE - 6 - LOGOS' , '1' , '-1' , '4' , '35.00' , '35' , '0' , '5' , '33.25' ) 19/10/2023 11:18:23 am >> SELECT document_num FROM ps_document WHERE document_num = '3238' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-10-19') 19/10/2023 11:18:23 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' , '3238' , '2023-10-19' , '' , '0' , '0' , '0' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '33.25' , '33.25' , NOW() , NOW() ) 19/10/2023 11:18:23 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 = '88402' 19/10/2023 11:18:23 am >> DELETE FROM ps_document_detail WHERE id_document = '88402' 19/10/2023 11:18:23 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 ( '88402' , '5739' , 'LETTERE PAOLINE E ALTRE LETTERE - 6 - LOGOS' , '1' , '-1' , '4' , '35.00' , '35' , '0' , '5' , '33.25' ) 19/10/2023 11:18:41 am >> SELECT document_num FROM ps_document WHERE document_num = '3239' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-10-19') 19/10/2023 11:18:41 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' , '3239' , '2023-10-19' , '' , '0' , '0' , '0' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '19.00' , '19.00' , NOW() , NOW() ) 19/10/2023 11:18:41 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 = '88403' 19/10/2023 11:18:41 am >> DELETE FROM ps_document_detail WHERE id_document = '88403' 19/10/2023 11:18:41 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 ( '88403' , '4001' , 'EVANGELO DI PAOLO - A. PITTA' , '1' , '-1' , '4' , '20.00' , '20' , '0' , '5' , '19.00' ) 19/10/2023 11:33:10 am >> DELETE FROM ps_document WHERE id_document = '88372' 19/10/2023 11:33:10 am >> DELETE FROM ps_document_detail WHERE id_document = '88372' 19/10/2023 11:33:27 am >> SELECT document_num FROM ps_document WHERE document_num = '3240' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-10-19') 19/10/2023 11:33:27 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' , '3240' , '2023-10-19' , '' , '0' , '0' , '0' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '9' , '0' , '250.00' , '250.00' , NOW() , NOW() ) 19/10/2023 11:33:27 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 = '88404' 19/10/2023 11:33:27 am >> DELETE FROM ps_document_detail WHERE id_document = '88404' 19/10/2023 11:33:27 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 ( '88404' , '5754' , 'LEZIONARI KIT CELEBRAZIONE DEI SANTI' , '1' , '-1' , '4' , '250.00' , '250' , '0' , '0' , '250.00' ) 19/10/2023 11:47:16 am >> SELECT document_num FROM ps_document WHERE document_num = '176' AND id_document != '88394' AND id_document_type LIKE '21' AND YEAR(document_date) = YEAR('2023-10-19') 19/10/2023 11:47:16 am >> UPDATE ps_document SET id_document_type = '21', document_num = '176', document_date = '2023-10-19', document_letter = '', id_customer = '396', id_supplier = '', id_address = '4673404', address1 = 'L.GO S. TOMMASO D\\\'AQUINO 84125 SALERNO', address2 = '', note = '', price_shipping = '0.00', id_tax_shipping_rules = '4', colli = '0', peso = '0', porto_e_imballo = '0', mezzo_consegna = '', id_payment = '1', id_causal = '0', price_tax_included = '35.70', price_tax_excluded = '35.70', date_upd = NOW() WHERE id_document = '88394' 19/10/2023 11:47:16 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 = '88394' 19/10/2023 11:47:17 am >> DELETE FROM ps_document_detail WHERE id_document = '88394' 19/10/2023 11:47: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 ( '88394' , '13397' , 'MIO GESU' , '12' , '-12' , '4' , '3.5000' , '3.5' , '0' , '15' , '35.70' ) 19/10/2023 11:57:31 am >> SELECT document_num FROM ps_document WHERE document_num = '3241' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-10-19') 19/10/2023 11:57:32 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' , '3241' , '2023-10-19' , '' , '0' , '0' , '0' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '90.00' , '78.92' , NOW() , NOW() ) 19/10/2023 11:57:32 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 = '88405' 19/10/2023 11:57:32 am >> DELETE FROM ps_document_detail WHERE id_document = '88405' 19/10/2023 11:57:32 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 ( '88405' , '18658' , 'PICCOLO DIZIONARIO DEL CRISTIANO' , '1' , '-1' , '4' , '3.00' , '3' , '0' , '5' , '2.85' ) 19/10/2023 11:57:32 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 ( '88405' , '21684' , 'CEST LA CONFIANCE ' , '1' , '-1' , '4' , '1.90' , '1.9' , '0' , '0' , '1.90' ) 19/10/2023 11:57:32 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 ( '88405' , '7202' , 'ARTICOLI RELIGIOSI' , '1' , '-1' , '1' , '21.45' , '17.581967213115' , '22' , '0' , '21.45' ) 19/10/2023 11:57:32 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 ( '88405' , '3115' , 'CROCE SAN DAMIANO SOTTILE - 1237' , '20' , '-20' , '1' , '2' , '1.6393442622951' , '22' , '0' , '40.00' ) 19/10/2023 11:57:32 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 ( '88405' , '19977' , 'MINISTRANTI IERI, OGGI, DOMANI' , '10' , '-10' , '4' , '2.50' , '2.5' , '0' , '5' , '23.80' ) 19/10/2023 12:00:22 pm >> SELECT ean13 FROM ps_product WHERE ean13 = '001588' AND id_product != '17405' AND ean13 != '' 19/10/2023 12:00:22 pm >> UPDATE ps_product SET id_supplier = '143', reference = '', ean13 = '001588', date_upd = NOW() WHERE id_product = '17405' 19/10/2023 12:00:22 pm >> UPDATE ps_product_lang SET name = 'CASULA AVORIO - 65/024829', description = '' WHERE id_product = '17405' 19/10/2023 12:00:22 pm >> UPDATE ps_product SET wholesale_price = '628.56', on_sale = '0', price = '1356.5573770491803' WHERE id_product = '17405' 19/10/2023 12:00:22 pm >> UPDATE ps_product_shop SET wholesale_price = '628.56', price = '1356.5573770491803', id_tax_rules_group = '1', id_category_default = '468', id_argoment_default = '42', id_internal_category = '3', on_sale = '0', on_showcase = '0', on_offer = '00', on_most = '00', date_upd = NOW() WHERE id_product = '17405' 19/10/2023 12:00:22 pm >> DELETE FROM ps_specific_price WHERE id_product = '17405' 19/10/2023 12:01:39 pm >> SELECT ean13 FROM ps_product WHERE ean13 = '002188' AND id_product != '21695' AND ean13 != '' 19/10/2023 12:01:39 pm >> UPDATE ps_product SET id_supplier = '', reference = '', ean13 = '002188', date_upd = NOW() WHERE id_product = '21695' 19/10/2023 12:01:39 pm >> UPDATE ps_product_lang SET name = 'CASULA MARIANA - 65/027108-M', description = '' WHERE id_product = '21695' 19/10/2023 12:01:39 pm >> UPDATE ps_product SET wholesale_price = '0.00', on_sale = '0', price = '717.2131147540983' WHERE id_product = '21695' 19/10/2023 12:01:39 pm >> UPDATE ps_product_shop SET wholesale_price = '0.00', price = '717.2131147540983', id_tax_rules_group = '1', id_category_default = '468', id_argoment_default = '42', id_internal_category = '3', on_sale = '0', on_showcase = '0', on_offer = '00', on_most = '00', date_upd = NOW() WHERE id_product = '21695' 19/10/2023 12:01:39 pm >> DELETE FROM ps_specific_price WHERE id_product = '21695' 19/10/2023 12:01:59 pm >> SELECT ean13 FROM ps_product WHERE ean13 = '002188' AND id_product != '21695' AND ean13 != '' 19/10/2023 12:01:59 pm >> UPDATE ps_product SET id_supplier = '', reference = '', ean13 = '002188', date_upd = NOW() WHERE id_product = '21695' 19/10/2023 12:01:59 pm >> UPDATE ps_product_lang SET name = 'CASULA MARIANA - 65/027108-M', description = '' WHERE id_product = '21695' 19/10/2023 12:01:59 pm >> UPDATE ps_product SET wholesale_price = '0.00', on_sale = '0', price = '717.2131147540983' WHERE id_product = '21695' 19/10/2023 12:01:59 pm >> UPDATE ps_product_shop SET wholesale_price = '0.00', price = '717.2131147540983', id_tax_rules_group = '1', id_category_default = '468', id_argoment_default = '42', id_internal_category = '3', on_sale = '0', on_showcase = '0', on_offer = '00', on_most = '00', date_upd = NOW() WHERE id_product = '21695' 19/10/2023 12:01:59 pm >> DELETE FROM ps_specific_price WHERE id_product = '21695' 19/10/2023 12:02:02 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 = '21695' 19/10/2023 12:02:02 pm >> INSERT INTO ps_product_lang ( id_product , id_lang , name , link_rewrite ) VALUES ( '21696' , '1' , '' , 'nuovo-prodotto' ) 19/10/2023 12:02:02 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 '21696' , id_tax_rules_group , id_shop , id_category_default , id_argoment_default , id_internal_category , NOW() , NOW() FROM ps_product_shop WHERE id_product = '21695' 19/10/2023 12:02:02 pm >> INSERT INTO `ps_stock_available` ( id_product , id_product_attribute , id_shop , id_shop_group , quantity ) SELECT '21696' , id_product_attribute , id_shop , id_shop_group , '0' FROM ps_stock_available WHERE id_product = '21695' 19/10/2023 12:03:16 pm >> SELECT ean13 FROM ps_product WHERE ean13 = '002189' AND id_product != '21696' AND ean13 != '' 19/10/2023 12:03:16 pm >> UPDATE ps_product SET id_supplier = '', reference = '', ean13 = '002189', date_upd = NOW() WHERE id_product = '21696' 19/10/2023 12:03:16 pm >> UPDATE ps_product_lang SET name = 'SERVIZIO MESSA - 86/014614', description = '' WHERE id_product = '21696' 19/10/2023 12:03:16 pm >> UPDATE ps_product SET wholesale_price = '0.00', on_sale = '0', price = '94.26229508196721' WHERE id_product = '21696' 19/10/2023 12:03:16 pm >> UPDATE ps_product_shop SET wholesale_price = '0.00', price = '94.26229508196721', id_tax_rules_group = '1', id_category_default = '468', id_argoment_default = '42', id_internal_category = '3', on_sale = '0', on_showcase = '0', on_offer = '00', on_most = '00', date_upd = NOW() WHERE id_product = '21696' 19/10/2023 12:03:16 pm >> DELETE FROM ps_specific_price WHERE id_product = '21696' 19/10/2023 12:03:17 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 = '21696' 19/10/2023 12:03:17 pm >> INSERT INTO ps_product_lang ( id_product , id_lang , name , link_rewrite ) VALUES ( '21697' , '1' , '' , 'nuovo-prodotto' ) 19/10/2023 12:03:17 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 '21697' , id_tax_rules_group , id_shop , id_category_default , id_argoment_default , id_internal_category , NOW() , NOW() FROM ps_product_shop WHERE id_product = '21696' 19/10/2023 12:03:17 pm >> INSERT INTO `ps_stock_available` ( id_product , id_product_attribute , id_shop , id_shop_group , quantity ) SELECT '21697' , id_product_attribute , id_shop , id_shop_group , '0' FROM ps_stock_available WHERE id_product = '21696' 19/10/2023 12:04:42 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' , '427' , '2023-10-13' , '' , '0' , '143' , '4670947' , 'VIA DELLE SELVETTE 324 55018 SEGROMIGNO IN MONTE CAPANNORI' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '3' , '0' , '1442.56' , '1182.43' , NOW() , NOW() ) 19/10/2023 12:04:42 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 = '88406' 19/10/2023 12:04:42 pm >> DELETE FROM ps_document_detail WHERE id_document = '88406' 19/10/2023 12:04:42 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 ( '88406' , '17405' , 'CASULA AVORIO - 65/024829' , '1' , '1' , '1' , '749' , '613.93442622951' , '22' , '3' , '886.3666' ) 19/10/2023 12:04:42 pm >> DELETE FROM ps_product_supplier WHERE id_product = '17405' AND id_supplier = '143' 19/10/2023 12:04:42 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '17405' , '143' , '1' ) 19/10/2023 12:04:42 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 ( '88406' , '21695' , 'CASULA MARIANA - 65/027108-M' , '1' , '1' , '1' , '379' , '310.65573770492' , '22' , '3' , '448.5086' ) 19/10/2023 12:04:42 pm >> DELETE FROM ps_product_supplier WHERE id_product = '21695' AND id_supplier = '143' 19/10/2023 12:04:42 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '21695' , '143' , '1' ) 19/10/2023 12:04:42 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 ( '88406' , '21696' , 'SERVIZIO MESSA - 86/014614' , '1' , '1' , '1' , '51' , '41.803278688525' , '22' , '3' , '60.3534' ) 19/10/2023 12:04:42 pm >> DELETE FROM ps_product_supplier WHERE id_product = '21696' AND id_supplier = '143' 19/10/2023 12:04:42 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '21696' , '143' , '1' ) 19/10/2023 12:04:42 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 ( '88406' , '20322' , 'AMITTO MISTO COTONE - 86/000030' , '5' , '5' , '1' , '8' , '6.5573770491803' , '22' , '3' , '47.3360' ) 19/10/2023 12:04:42 pm >> DELETE FROM ps_product_supplier WHERE id_product = '20322' AND id_supplier = '143' 19/10/2023 12:04:43 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '20322' , '143' , '1' ) 19/10/2023 12:09:22 pm >> SELECT ean13 FROM ps_product WHERE ean13 = '9788867511600' AND id_product != '21697' AND ean13 != '' 19/10/2023 12:09:22 pm >> UPDATE ps_product SET id_supplier = '', reference = '', ean13 = '9788867511600', date_upd = NOW() WHERE id_product = '21697' 19/10/2023 12:09:22 pm >> UPDATE ps_product_lang SET name = 'ORME SUL CUORE - A. ROMANO', description = '' WHERE id_product = '21697' 19/10/2023 12:09:22 pm >> UPDATE ps_product SET wholesale_price = '0.00', on_sale = '0', price = '12' WHERE id_product = '21697' 19/10/2023 12:09:23 pm >> UPDATE ps_product_shop SET wholesale_price = '0.00', price = '12', id_tax_rules_group = '4', id_category_default = '468', 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 = '21697' 19/10/2023 12:09:23 pm >> DELETE FROM ps_specific_price WHERE id_product = '21697' 19/10/2023 12:10:00 pm >> SELECT document_num FROM ps_document WHERE document_num = '177' AND id_document != '' AND id_document_type LIKE '21' AND YEAR(document_date) = YEAR('2023-10-19') 19/10/2023 12:10:00 pm >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '21' , '177' , '2023-10-19' , '' , '161' , '0' , '161' , 'VIA G. MAZZINI VICO III, 8 81047 MACERATA CAMPANIA' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '3' , '0' , '370.50' , '370.50' , NOW() , NOW() ) 19/10/2023 12:10:00 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 = '88407' 19/10/2023 12:10:00 pm >> DELETE FROM ps_document_detail WHERE id_document = '88407' 19/10/2023 12:10:00 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 ( '88407' , '21697' , 'ORME SUL CUORE - A. ROMANO' , '5' , '-5' , '4' , '12.00' , '12' , '0' , '5' , '57.00' ) 19/10/2023 12:10:00 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 ( '88407' , '21524' , 'LIBRO AGENDA CATTOLICO 2024' , '5' , '-5' , '4' , '18.00' , '18' , '0' , '5' , '85.50' ) 19/10/2023 12:10:00 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 ( '88407' , '21620' , 'EVVIVA LA PRIMA COMUNIONE - P. PELLEGRINO' , '50' , '-50' , '4' , '4.80' , '4.8' , '0' , '5' , '228.00' ) 19/10/2023 12:19:20 pm >> UPDATE ps_address SET deleted='1' , active = '0' WHERE id_customer = '161' 19/10/2023 12:19:20 pm >> INSERT INTO ps_address ( id_customer , id_country , id_state , company , lastname , firstname , address1 , address2 , postcode , city , other , phone , phone_mobile , vat_number , dni , date_add , date_upd ) VALUES ( '161' , '10' , '145' , 'PARR. SANT\'ANDREA AP. IN SANTA MARIA CAPUA VETERE' , 'IODICE ' , 'DON GENNARO' , 'VIA G. MAZZINI VICO III, 8' , '' , '81047' , 'MACERATA CAMPANIA' , 'SPEDIRE ALL\'INDIRIZZO SOPRA CHE E\' QUELLO DI CASA' , '3319872191' , '' , '' , '94000610611' , NOW() , NOW() ) 19/10/2023 12:19:20 pm >> UPDATE ps_customer SET email = 'gennaro0404@gmail.com', sdi = '', pec = '', date_upd = NOW() WHERE id_customer = '161' 19/10/2023 12:19:51 pm >> INSERT INTO ps_product ( ean13 , id_tax_rules_group , `date_add` , `date_upd` ) VALUES ( '' , '1' , NOW() , NOW() ) 19/10/2023 12:19:51 pm >> INSERT INTO ps_product_lang ( id_product , id_lang , name , link_rewrite ) VALUES ( '21698' , '1' , '' , 'nuovo-prodotto' ) 19/10/2023 12:19:51 pm >> INSERT INTO ps_product_shop ( id_product , id_tax_rules_group , id_shop , id_category_default , `date_add` , `date_upd` ) VALUES ( '21698' , '1' , '1' , '2' , NOW() , NOW() ) 19/10/2023 12:19:51 pm >> INSERT INTO `ps_stock_available` ( id_product , id_product_attribute , id_shop , id_shop_group , quantity ) VALUES ( '21698' , '0' , '1' , '0' , '0' ) 19/10/2023 12:21:05 pm >> SELECT ean13 FROM ps_product WHERE ean13 = '88/0384490XL' AND id_product != '21698' AND ean13 != '' 19/10/2023 12:21:05 pm >> UPDATE ps_product SET id_supplier = '', reference = '', ean13 = '88/0384490XL', date_upd = NOW() WHERE id_product = '21698' 19/10/2023 12:21:05 pm >> UPDATE ps_product_lang SET name = 'FASCIA PER TALARE - 88/0384490XL', description = '' WHERE id_product = '21698' 19/10/2023 12:21:05 pm >> UPDATE ps_product SET wholesale_price = '0.00', on_sale = '0', price = '221.31147540983608' WHERE id_product = '21698' 19/10/2023 12:21:05 pm >> UPDATE ps_product_shop SET wholesale_price = '0.00', price = '221.31147540983608', id_tax_rules_group = '1', id_category_default = '468', id_argoment_default = '42', id_internal_category = '3', on_sale = '0', on_showcase = '0', on_offer = '00', on_most = '00', date_upd = NOW() WHERE id_product = '21698' 19/10/2023 12:21:05 pm >> DELETE FROM ps_specific_price WHERE id_product = '21698' 19/10/2023 12:21:42 pm >> UPDATE ps_document SET id_document_type = '31', document_num = '427', document_date = '2023-10-13', document_letter = '', id_customer = '0', id_supplier = '', id_address = '4670947', address1 = 'VIA DELLE SELVETTE 324 55018 SEGROMIGNO IN MONTE CAPANNORI', address2 = '', note = '', price_shipping = '15', id_tax_shipping_rules = '1', colli = '0', peso = '0', porto_e_imballo = '0', mezzo_consegna = '', id_payment = '3', id_causal = '0', price_tax_included = '1604.06', price_tax_excluded = '1314.80', date_upd = NOW() WHERE id_document = '88406' 19/10/2023 12:21:42 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 = '88406' 19/10/2023 12:21:42 pm >> DELETE FROM ps_document_detail WHERE id_document = '88406' 19/10/2023 12:21:42 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 ( '88406' , '17405' , 'CASULA AVORIO - 65/024829' , '1' , '1' , '1' , '749.0000' , '613.93442622951' , '22' , '3' , '886.37' ) 19/10/2023 12:21:42 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 ( '88406' , '21695' , 'CASULA MARIANA - 65/027108-M' , '1' , '1' , '1' , '379.0000' , '310.65573770492' , '22' , '3' , '448.51' ) 19/10/2023 12:21:42 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 ( '88406' , '21696' , 'SERVIZIO MESSA - 86/014614' , '1' , '1' , '1' , '51.0000' , '41.803278688525' , '22' , '3' , '60.35' ) 19/10/2023 12:21:42 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 ( '88406' , '20322' , 'AMITTO MISTO COTONE - 86/000030' , '5' , '5' , '1' , '8.0000' , '6.5573770491803' , '22' , '3' , '47.34' ) 19/10/2023 12:21:42 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 ( '88406' , '21698' , 'FASCIA PER TALARE - 88/0384490XL' , '1' , '1' , '1' , '121' , '99.180327868852' , '22' , '3' , '143.1914' ) 19/10/2023 12:32:25 pm >> INSERT INTO ps_product ( ean13 , id_tax_rules_group , `date_add` , `date_upd` ) VALUES ( '' , '1' , NOW() , NOW() ) 19/10/2023 12:32:25 pm >> INSERT INTO ps_product_lang ( id_product , id_lang , name , link_rewrite ) VALUES ( '21699' , '1' , '' , 'nuovo-prodotto' ) 19/10/2023 12:32:25 pm >> INSERT INTO ps_product_shop ( id_product , id_tax_rules_group , id_shop , id_category_default , `date_add` , `date_upd` ) VALUES ( '21699' , '1' , '1' , '2' , NOW() , NOW() ) 19/10/2023 12:32:25 pm >> INSERT INTO `ps_stock_available` ( id_product , id_product_attribute , id_shop , id_shop_group , quantity ) VALUES ( '21699' , '0' , '1' , '0' , '0' ) 19/10/2023 12:34:00 pm >> SELECT ean13 FROM ps_product WHERE ean13 = '9788839718723' AND id_product != '21699' AND ean13 != '' 19/10/2023 12:34:00 pm >> UPDATE ps_product SET id_supplier = '', reference = '', ean13 = '9788839718723', date_upd = NOW() WHERE id_product = '21699' 19/10/2023 12:34:00 pm >> UPDATE ps_product_lang SET name = 'PAOLO - C. AUGIAS', description = '' WHERE id_product = '21699' 19/10/2023 12:34:00 pm >> UPDATE ps_product SET wholesale_price = '0.00', on_sale = '0', price = '20' WHERE id_product = '21699' 19/10/2023 12:34:00 pm >> UPDATE ps_product_shop SET wholesale_price = '0.00', price = '20', id_tax_rules_group = '4', id_category_default = '2', 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 = '21699' 19/10/2023 12:34:00 pm >> DELETE FROM ps_specific_price WHERE id_product = '21699' 19/10/2023 12:35:03 pm >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '33' , '1197099' , '2023-10-17' , '' , '0' , '177' , '4679057' , 'VIA G. VERDI 8 20057 ASSAGO' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '108.90' , '108.90' , NOW() , NOW() ) 19/10/2023 12:35:03 pm >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '88408' 19/10/2023 12:35:03 pm >> DELETE FROM ps_document_detail WHERE id_document = '88408' 19/10/2023 12:35:03 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '88408' , '21699' , 'PAOLO - C. AUGIAS' , '1' , '1' , '4' , '20.00' , '20' , '0' , '0' , '20.00' ) 19/10/2023 12:35:03 pm >> DELETE FROM ps_product_supplier WHERE id_product = '21699' AND id_supplier = '177' 19/10/2023 12:35:03 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '21699' , '177' , '1' ) 19/10/2023 12:35:03 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '88408' , '21670' , 'PER CUSTODIRE IL FUOCO - L. M. EPICOCO' , '1' , '1' , '4' , '12.00' , '12' , '0' , '0' , '12.00' ) 19/10/2023 12:35:03 pm >> DELETE FROM ps_product_supplier WHERE id_product = '21670' AND id_supplier = '177' 19/10/2023 12:35:03 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '21670' , '177' , '1' ) 19/10/2023 12:35:03 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '88408' , '20494' , 'TI VOGLIO FELICE - PAPA FRANCESCO' , '1' , '1' , '4' , '16.90' , '16.9' , '0' , '0' , '16.90' ) 19/10/2023 12:35:03 pm >> DELETE FROM ps_product_supplier WHERE id_product = '20494' AND id_supplier = '177' 19/10/2023 12:35:03 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '20494' , '177' , '1' ) 19/10/2023 12:35:03 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '88408' , '21697' , 'ORME SUL CUORE - A. ROMANO' , '5' , '5' , '4' , '12.00' , '12' , '0' , '0' , '60.0000' ) 19/10/2023 12:35:03 pm >> DELETE FROM ps_product_supplier WHERE id_product = '21697' AND id_supplier = '177' 19/10/2023 12:35:03 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '21697' , '177' , '1' ) 19/10/2023 12:36:16 pm >> SELECT document_num FROM ps_document WHERE document_num = '109/A' AND id_document != '' AND id_document_type LIKE '2%' AND YEAR(document_date) = YEAR('2023-10-19') 19/10/2023 12:36:16 pm >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '24' , '109/A' , '2023-10-19' , 'A' , '232' , '0' , '4671450' , 'VIA V. LASPRO, 8/A 84126 SALERNO' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '145.00' , '145.00' , NOW() , NOW() ) 19/10/2023 12:36:16 pm >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '88409' 19/10/2023 12:36:16 pm >> DELETE FROM ps_document_detail WHERE id_document = '88409' 19/10/2023 12:36:16 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '88409' , '' , 'PRESEPE CAMPANA' , '1' , '-1' , '0' , '145' , '145' , '' , '0' , '145.00' ) 19/10/2023 12:41:57 pm >> SELECT document_num FROM ps_document WHERE document_num = '3233' AND id_document != '88397' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-10-19') 19/10/2023 12:41:57 pm >> UPDATE ps_document SET id_document_type = '11', document_num = '3233', document_date = '2023-10-19', 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 = '109.60', price_tax_excluded = '105.27', date_upd = NOW() WHERE id_document = '88397' 19/10/2023 12:41: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 = '88397' 19/10/2023 12:41:57 pm >> DELETE FROM ps_document_detail WHERE id_document = '88397' 19/10/2023 12:41: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 ( '88397' , '4206' , 'FINTA CANDELA CM 5X30 - 116 ' , '2' , '-2' , '1' , '12.0000' , '9.8360655737705' , '22' , '0' , '24.00' ) 19/10/2023 12:41: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 ( '88397' , '5929' , 'LODI E VESPRI' , '14' , '-14' , '4' , '4.5000' , '4.5' , '0' , '5' , '59.92' ) 19/10/2023 12:41: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 ( '88397' , '11151' , 'LIBRI' , '1' , '-1' , '4' , '25.68' , '25.68' , '0' , '0' , '25.68' ) 19/10/2023 12:53:48 pm >> SELECT document_num FROM ps_document WHERE document_num = '3242' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-10-19') 19/10/2023 12:53:48 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' , '3242' , '2023-10-19' , '' , '0' , '0' , '0' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '33.00' , '33.00' , NOW() , NOW() ) 19/10/2023 12:53: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 = '88410' 19/10/2023 12:53:48 pm >> DELETE FROM ps_document_detail WHERE id_document = '88410' 19/10/2023 12:53: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 ( '88410' , '21415' , 'MESSA MEDITAZIONE - NOV/DIC 2023' , '1' , '-1' , '4' , '8.00' , '8' , '0' , '0' , '8.00' ) 19/10/2023 12:53: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 ( '88410' , '21519' , 'SULLA TUA PAROLA - NOV/DIC 23' , '5' , '-5' , '4' , '5.00' , '5' , '0' , '0' , '25.00' ) 19/10/2023 12:54:02 pm >> DELETE FROM ps_document WHERE id_document = '88410' 19/10/2023 12:54:02 pm >> DELETE FROM ps_document_detail WHERE id_document = '88410' 19/10/2023 12:54:30 pm >> SELECT document_num FROM ps_document WHERE document_num = '3242' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-10-19') 19/10/2023 12:54:30 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' , '3242' , '2023-10-19' , '' , '0' , '0' , '0' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '90.00' , '90.00' , NOW() , NOW() ) 19/10/2023 12:54:30 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 = '88411' 19/10/2023 12:54:30 pm >> DELETE FROM ps_document_detail WHERE id_document = '88411' 19/10/2023 12:54:30 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 ( '88411' , '21519' , 'SULLA TUA PAROLA - NOV/DIC 23' , '18' , '-18' , '4' , '5.00' , '5' , '0' , '0' , '90.00' ) 19/10/2023 12:56:08 pm >> DELETE FROM ps_document WHERE id_document = '88411' 19/10/2023 12:56:08 pm >> DELETE FROM ps_document_detail WHERE id_document = '88411' 19/10/2023 01:07:13 pm >> SELECT document_num FROM ps_document WHERE document_num = '3242' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-10-19') 19/10/2023 01:07:13 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' , '3242' , '2023-10-19' , '' , '0' , '0' , '0' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '35.50' , '35.50' , NOW() , NOW() ) 19/10/2023 01:07:13 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 = '88412' 19/10/2023 01:07:13 pm >> DELETE FROM ps_document_detail WHERE id_document = '88412' 19/10/2023 01:07:13 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 ( '88412' , '21627' , 'AVVENTO E NATALE 2023' , '1' , '-1' , '4' , '2.90' , '2.9' , '0' , '0' , '2.90' ) 19/10/2023 01:07:13 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 ( '88412' , '21415' , 'MESSA MEDITAZIONE - NOV/DIC 2023' , '1' , '-1' , '4' , '8.00' , '8' , '0' , '5' , '7.60' ) 19/10/2023 01:07:13 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 ( '88412' , '11151' , 'LIBRI' , '2' , '-2' , '4' , '12.5' , '12.5' , '0' , '0' , '25.00' ) 19/10/2023 02:22:00 pm >> SELECT document_num FROM ps_document WHERE document_num = '2' AND id_document != '' AND id_document_type LIKE '26' AND YEAR(document_date) = YEAR('2023-10-19') 19/10/2023 02:22:00 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 ( '26' , '2' , '2023-10-19' , '' , '0' , '0' , '0' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '245.22' , '245.22' , NOW() , NOW() ) 19/10/2023 02:22:00 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 = '88413' 19/10/2023 02:22:00 pm >> DELETE FROM ps_document_detail WHERE id_document = '88413' 19/10/2023 02:22:00 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 ( '88413' , '5457' , 'IO SONO CON VOI 1 PARTE' , '15' , '0' , '4' , '2.80' , '2.8' , '0' , '33' , '28.14' ) 19/10/2023 02:22:00 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 ( '88413' , '5458' , 'IO SONO CON VOI 2 PARTE' , '20' , '0' , '4' , '2.80' , '2.8' , '0' , '33' , '37.52' ) 19/10/2023 02:22:00 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 ( '88413' , '5446' , 'IO SONO CON VOI - GUIDA' , '1' , '0' , '4' , '8.00' , '8' , '0' , '33' , '5.36' ) 19/10/2023 02:22:00 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 ( '88413' , '11191' , 'VENITE CON ME 1 PARTE' , '20' , '0' , '4' , '2.80' , '2.8' , '0' , '33' , '37.52' ) 19/10/2023 02:22:00 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 ( '88413' , '11192' , 'VENITE CON ME 2 PARTE' , '45' , '0' , '4' , '2.80' , '2.8' , '0' , '33' , '84.42' ) 19/10/2023 02:22:00 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 ( '88413' , '11183' , 'VENITE CON ME - GUIDA' , '1' , '0' , '4' , '8.00' , '8' , '0' , '33' , '5.36' ) 19/10/2023 02:22:00 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 ( '88413' , '9675' , 'SARETE MIEI TESTIMONI' , '20' , '0' , '4' , '3.50' , '3.5' , '0' , '33' , '46.90' ) 19/10/2023 03:18:51 pm >> SELECT document_num FROM ps_document WHERE document_num = '3011' AND id_document != '87555' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-10-03') 19/10/2023 03:18:51 pm >> UPDATE ps_document SET id_document_type = '11', document_num = '3011', document_date = '2023-10-03', 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 = '200.00', price_tax_excluded = '174.21', date_upd = NOW() WHERE id_document = '87555' 19/10/2023 03:18:51 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 = '87555' 19/10/2023 03:18:51 pm >> DELETE FROM ps_document_detail WHERE id_document = '87555' 19/10/2023 03:18:51 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 ( '87555' , '14354' , 'CAMICE BENEDETTINO LINO - 3010' , '1' , '-1' , '1' , '143.0000' , '117.2131147541' , '22' , '0' , '143.00' ) 19/10/2023 03:18:51 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 ( '87555' , '14069' , 'SAN FRANCESCO DI PAOLA - G. SCARPITTA' , '1' , '-1' , '4' , '12.5000' , '12.5' , '0' , '5' , '11.88' ) 19/10/2023 03:18:51 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 ( '87555' , '21645' , 'LAUDATE DEUM' , '1' , '-1' , '4' , '1.92' , '1.92' , '0' , '0' , '1.92' ) 19/10/2023 03:18:51 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 ( '87555' , '21519' , 'SULLA TUA PAROLA - NOV/DIC 23' , '10' , '-10' , '4' , '4.32' , '4.32' , '0' , '0' , '43.20' ) 19/10/2023 03:19:55 pm >> SELECT document_num FROM ps_document WHERE document_num = '3162' AND id_document != '88285' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-10-13') 19/10/2023 03:19:55 pm >> UPDATE ps_document SET id_document_type = '11', document_num = '3162', document_date = '2023-10-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 = '33.50', price_tax_excluded = '32.06', date_upd = NOW() WHERE id_document = '88285' 19/10/2023 03:19:55 pm >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '88285' 19/10/2023 03:19:55 pm >> DELETE FROM ps_document_detail WHERE id_document = '88285' 19/10/2023 03:19:55 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '88285' , '6353' , 'MEDAGLIA S. BENEDETTO SMALTATA - M016' , '5' , '-5' , '1' , '1.1000' , '0.9016393442623' , '22' , '0' , '5.50' ) 19/10/2023 03:19:55 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '88285' , '5457' , 'IO SONO CON VOI 1 PARTE' , '1' , '-1' , '4' , '1.5' , '1.5' , '0' , '0' , '1.50' ) 19/10/2023 03:19:55 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '88285' , '14772' , 'BRACCIALE SAN BENEDETTO 4 COLORI - 0818/3' , '1' , '-1' , '1' , '2.5000' , '2.0491803278689' , '22' , '0' , '2.50' ) 19/10/2023 03:19:55 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '88285' , '21519' , 'SULLA TUA PAROLA - NOV/DIC 23' , '6' , '-6' , '4' , '4' , '4' , '0' , '0' , '24.00' ) 19/10/2023 03:20:22 pm >> SELECT document_num FROM ps_document WHERE document_num = '3194' AND id_document != '88339' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-10-17') 19/10/2023 03:20:22 pm >> UPDATE ps_document SET id_document_type = '11', document_num = '3194', document_date = '2023-10-17', 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 = '430.00', price_tax_excluded = '362.32', date_upd = NOW() WHERE id_document = '88339' 19/10/2023 03:20: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 = '88339' 19/10/2023 03:20:22 pm >> DELETE FROM ps_document_detail WHERE id_document = '88339' 19/10/2023 03:20: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 ( '88339' , '1914' , 'CERA DELLA LITURGIA' , '60' , '-60' , '1' , '4.5000' , '3.6885245901639' , '22' , '0' , '270.00' ) 19/10/2023 03:20: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 ( '88339' , '21563' , 'AGENDA SAN PAOLO 2024' , '1' , '-1' , '1' , '10.0000' , '8.1967213114754' , '22' , '0' , '10.00' ) 19/10/2023 03:20: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 ( '88339' , '5903' , 'LITURGICO ART. 60LT ROSSO SUPER' , '30' , '-30' , '1' , '3.0000' , '2.4590163934426' , '22' , '0' , '90.00' ) 19/10/2023 03:20: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 ( '88339' , '20429' , 'OSTIA SENZA TOSTATURA MORREALE - OS25' , '2' , '-2' , '3' , '2.0000' , '1.9230769230769' , '4' , '0' , '4.00' ) 19/10/2023 03:20: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 ( '88339' , '16163' , 'PARTICOLE DOMUS - PAN DI CENA' , '6' , '-6' , '3' , '3.5000' , '3.3653846153846' , '4' , '0' , '21.00' ) 19/10/2023 03:20: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 ( '88339' , '21519' , 'SULLA TUA PAROLA - NOV/DIC 23' , '7' , '-7' , '4' , '5.00' , '5' , '0' , '0' , '35.00' ) 19/10/2023 03:21:23 pm >> SELECT document_num FROM ps_document WHERE document_num = '3099' AND id_document != '88195' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-10-10') 19/10/2023 03:21:23 pm >> UPDATE ps_document SET id_document_type = '11', document_num = '3099', document_date = '2023-10-10', 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 = '145.00', price_tax_excluded = '142.52', date_upd = NOW() WHERE id_document = '88195' 19/10/2023 03:21: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 = '88195' 19/10/2023 03:21:23 pm >> DELETE FROM ps_document_detail WHERE id_document = '88195' 19/10/2023 03:21: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 ( '88195' , '16163' , 'PARTICOLE DOMUS - PAN DI CENA' , '2' , '-2' , '3' , '3.5000' , '3.3653846153846' , '4' , '0' , '7.00' ) 19/10/2023 03:21: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 ( '88195' , '7311' , 'OSTIA SOTTILE 74MM' , '2' , '-2' , '3' , '2.0000' , '1.9230769230769' , '4' , '0' , '4.00' ) 19/10/2023 03:21: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 ( '88195' , '21645' , 'LAUDATE DEUM' , '1' , '-1' , '4' , '1.9000' , '1.9' , '0' , '0' , '1.90' ) 19/10/2023 03:21: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 ( '88195' , '21621' , 'CALENDARIO FRATE INDOVINO 2024' , '2' , '-2' , '4' , '5.0000' , '5' , '0' , '0' , '10.00' ) 19/10/2023 03:21: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 ( '88195' , '3544' , 'DIRETTORIO OMILETICO' , '1' , '-1' , '4' , '10.0000' , '10' , '0' , '5' , '9.50' ) 19/10/2023 03:21: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 ( '88195' , '10916' , 'UNA COMUNITÀ LEGGE IL VANGELO DI MARCO' , '1' , '-1' , '4' , '57.0000' , '57' , '0' , '5' , '54.15' ) 19/10/2023 03:21: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 ( '88195' , '21652' , 'AGENDA LITURGICO PASTORALE 2024' , '1' , '-1' , '1' , '12.0000' , '9.8360655737705' , '22' , '5' , '11.40' ) 19/10/2023 03:21: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 ( '88195' , '20935' , 'TU X TUTTI' , '1' , '-1' , '4' , '12.0000' , '12' , '0' , '5' , '11.40' ) 19/10/2023 03:21: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 ( '88195' , '7271' , 'ORAZIONI IN SUFFRAGIO DELLE ANIME DEL PURGATORIO - 8477' , '2' , '-2' , '4' , '2.0000' , '2' , '0' , '5' , '3.80' ) 19/10/2023 03:21: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 ( '88195' , '15741' , 'BUSSATE E VI SARA APERTO - RACCOLTA DI PREGHIERE' , '7' , '-7' , '4' , '1.5000' , '1.5' , '0' , '0' , '10.50' ) 19/10/2023 03:21: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 ( '88195' , '13462' , 'SE MI AMI NON PIANGERE' , '6' , '-6' , '4' , '1.5000' , '1.5' , '0' , '0' , '9.00' ) 19/10/2023 03:21: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 ( '88195' , '11151' , 'LIBRI' , '1' , '-1' , '4' , '4.75' , '4.75' , '0' , '0' , '4.75' ) 19/10/2023 03:21: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 ( '88195' , '21415' , 'MESSA MEDITAZIONE - NOV/DIC 2023' , '1' , '-1' , '4' , '8.00' , '8' , '0' , '5' , '7.60' ) 19/10/2023 03:29:59 pm >> SELECT document_num FROM ps_document WHERE document_num = '3243' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-10-19') 19/10/2023 03:29:59 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' , '3243' , '2023-10-19' , '' , '0' , '0' , '0' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '14.84' , '14.84' , NOW() , NOW() ) 19/10/2023 03:29:59 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 = '88414' 19/10/2023 03:29:59 pm >> DELETE FROM ps_document_detail WHERE id_document = '88414' 19/10/2023 03:29:59 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 ( '88414' , '21537' , 'AMEN - DIC. 23' , '2' , '-2' , '4' , '3.90' , '3.9' , '0' , '5' , '7.42' ) 19/10/2023 03:29:59 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 ( '88414' , '21538' , 'AMEN - NOV. 23' , '2' , '-2' , '4' , '3.90' , '3.9' , '0' , '5' , '7.42' ) 19/10/2023 03:31:40 pm >> SELECT document_num FROM ps_document WHERE document_num = '3244' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-10-19') 19/10/2023 03:31:40 pm >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '11' , '3244' , '2023-10-19' , '' , '0' , '0' , '0' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '16.33' , '16.33' , NOW() , NOW() ) 19/10/2023 03:31:40 pm >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '88415' 19/10/2023 03:31:40 pm >> DELETE FROM ps_document_detail WHERE id_document = '88415' 19/10/2023 03:31:40 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '88415' , '19323' , 'PREGHIERE DI SANTA BRIGIDA' , '5' , '-5' , '4' , '0.70' , '0.7' , '0' , '0' , '3.50' ) 19/10/2023 03:31:40 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '88415' , '4396' , 'GESÙ CI RIVELA IL PADRE 2 - GUIDA' , '1' , '-1' , '4' , '10.00' , '10' , '0' , '5' , '9.50' ) 19/10/2023 03:31:40 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '88415' , '4397' , 'GESÙ CI RIVELA IL PADRE 2 - SCHEDE' , '1' , '-1' , '4' , '3.50' , '3.5' , '0' , '5' , '3.33' ) 19/10/2023 03:32:44 pm >> SELECT document_num FROM ps_document WHERE document_num = '3245' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-10-19') 19/10/2023 03:32: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 ( '11' , '3245' , '2023-10-19' , '' , '0' , '0' , '0' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '43.30' , '42.51' , NOW() , NOW() ) 19/10/2023 03:32: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 = '88416' 19/10/2023 03:32:44 pm >> DELETE FROM ps_document_detail WHERE id_document = '88416' 19/10/2023 03:32: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 ( '88416' , '16163' , 'PARTICOLE DOMUS - PAN DI CENA' , '3' , '-3' , '3' , '3.50' , '3.3653846153846' , '4' , '0' , '10.50' ) 19/10/2023 03:32: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 ( '88416' , '16689' , 'OSTIA PAN DI CENA mm80' , '5' , '-5' , '3' , '2.00' , '1.9230769230769' , '4' , '0' , '10.00' ) 19/10/2023 03:32: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 ( '88416' , '21670' , 'PER CUSTODIRE IL FUOCO - L. M. EPICOCO' , '2' , '-2' , '4' , '12.00' , '12' , '0' , '5' , '22.80' ) 19/10/2023 03:33:06 pm >> SELECT document_num FROM ps_document WHERE document_num = '3246' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-10-19') 19/10/2023 03:33:06 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' , '3246' , '2023-10-19' , '' , '0' , '0' , '0' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '31.36' , '31.36' , NOW() , NOW() ) 19/10/2023 03:33: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 = '88417' 19/10/2023 03:33:06 pm >> DELETE FROM ps_document_detail WHERE id_document = '88417' 19/10/2023 03:33:06 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 ( '88417' , '21476' , 'QUESTA CASA E TUA 3 - 12/14 ANNI' , '1' , '-1' , '4' , '16.50' , '16.5' , '0' , '5' , '15.68' ) 19/10/2023 03:33:06 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 ( '88417' , '21473' , 'QUESTA CASA E TUA 1 - 6/8 ANNI' , '1' , '-1' , '4' , '16.50' , '16.5' , '0' , '5' , '15.68' ) 19/10/2023 03:33:30 pm >> SELECT document_num FROM ps_document WHERE document_num = '3247' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-10-19') 19/10/2023 03:33:30 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' , '3247' , '2023-10-19' , '' , '0' , '0' , '0' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '9.32' , '9.32' , NOW() , NOW() ) 19/10/2023 03:33:30 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 = '88418' 19/10/2023 03:33:30 pm >> DELETE FROM ps_document_detail WHERE id_document = '88418' 19/10/2023 03:33:30 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 ( '88418' , '21684' , 'CEST LA CONFIANCE ' , '1' , '-1' , '4' , '1.90' , '1.9' , '0' , '0' , '1.90' ) 19/10/2023 03:33:30 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 ( '88418' , '21537' , 'AMEN - DIC. 23' , '1' , '-1' , '4' , '3.90' , '3.9' , '0' , '5' , '3.71' ) 19/10/2023 03:33:30 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 ( '88418' , '21538' , 'AMEN - NOV. 23' , '1' , '-1' , '4' , '3.90' , '3.9' , '0' , '5' , '3.71' ) 19/10/2023 03:36:39 pm >> SELECT document_num FROM ps_document WHERE document_num = '3248' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-10-19') 19/10/2023 03:36:40 pm >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '11' , '3248' , '2023-10-19' , '' , '0' , '0' , '0' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '7.80' , '6.39' , NOW() , NOW() ) 19/10/2023 03:36:40 pm >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '88419' 19/10/2023 03:36:40 pm >> DELETE FROM ps_document_detail WHERE id_document = '88419' 19/10/2023 03:36:40 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '88419' , '10475' , 'TEALIGHTS X 50 ' , '2' , '-2' , '1' , '3.90' , '3.1967213114754' , '22' , '0' , '7.80' ) 19/10/2023 03:38:12 pm >> SELECT document_num FROM ps_document WHERE document_num = '49/E' AND id_document != '' AND id_document_type LIKE '2%' AND YEAR(document_date) = YEAR('2023-10-19') 19/10/2023 03:38:12 pm >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '23' , '49/E' , '2023-10-19' , 'E' , '3000' , '0' , '4669629' , 'VIA DEI CASTANI, 116 00172 ROMA' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '14' , '0' , '360.00' , '295.08' , NOW() , NOW() ) 19/10/2023 03:38:12 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 = '88420' 19/10/2023 03:38:12 pm >> DELETE FROM ps_document_detail WHERE id_document = '88420' 19/10/2023 03:38:12 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 ( '88420' , '12849' , 'LIBRO DELLE SS. MESSE' , '30' , '-30' , '1' , '20.00' , '16.393442622951' , '22' , '40' , '360.00' ) 19/10/2023 03:47:04 pm >> SELECT document_num FROM ps_document WHERE document_num = '44' AND id_document != '' AND id_document_type LIKE '24' AND YEAR(document_date) = YEAR('2023-10-19') 19/10/2023 03:47:04 pm >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '24' , '44' , '2023-10-19' , '' , '3000' , '0' , '4669629' , 'VIA DEI CASTANI, 116 00172 ROMA' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '12732.00' , '12732.00' , NOW() , NOW() ) 19/10/2023 03:47:04 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 = '88421' 19/10/2023 03:47:04 pm >> DELETE FROM ps_document_detail WHERE id_document = '88421' 19/10/2023 03:47:04 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 ( '88421' , '4394' , 'GESÙ CI CHIAMA 1 - SCHEDE' , '240' , '-240' , '4' , '3.50' , '3.5' , '0' , '0' , '840.00' ) 19/10/2023 03:47:04 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 ( '88421' , '4397' , 'GESÙ CI RIVELA IL PADRE 2 - SCHEDE' , '80' , '-80' , '4' , '3.50' , '3.5' , '0' , '0' , '280.00' ) 19/10/2023 03:47:04 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 ( '88421' , '4495' , 'GESÙ RESTA CON NOI 3 - SCHEDE' , '240' , '-240' , '4' , '3.50' , '3.5' , '0' , '0' , '840.00' ) 19/10/2023 03:47:04 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 ( '88421' , '21418' , 'CRISTO NOSTRA PACE - V. SALVORDI' , '100' , '-100' , '4' , '2.50' , '2.5' , '0' , '0' , '250.00' ) 19/10/2023 03:47:04 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 ( '88421' , '11192' , 'VENITE CON ME 2 PARTE' , '3240' , '-3240' , '4' , '2.80' , '2.8' , '0' , '0' , '9072.00' ) 19/10/2023 03:47:04 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 ( '88421' , '20722' , 'SEMINATORI DI GIOIA' , '400' , '-400' , '4' , '2.50' , '2.5' , '0' , '0' , '1000.00' ) 19/10/2023 03:47:04 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 ( '88421' , '20951' , 'STORIE DEL NOSTRO TEMPO - F. CERRI' , '30' , '-30' , '4' , '15.00' , '15' , '0' , '0' , '450.00' ) 19/10/2023 03:48:00 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 ( '33' , '954' , '2023-10-19' , '' , '0' , '159' , '4673403' , 'VIA PANNOSE 45 83025 MONTORO' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '0.00' , '0.00' , NOW() , NOW() ) 19/10/2023 03:48:00 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 = '88422' 19/10/2023 03:48:00 pm >> DELETE FROM ps_document_detail WHERE id_document = '88422' 19/10/2023 03:48:00 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 ( '88422' , '20951' , 'STORIE DEL NOSTRO TEMPO - F. CERRI' , '100' , '100' , '4' , '0' , '0' , '0' , '0' , '0.0000' ) 19/10/2023 03:48:00 pm >> DELETE FROM ps_product_supplier WHERE id_product = '20951' AND id_supplier = '159' 19/10/2023 03:48:00 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '20951' , '159' , '1' ) 19/10/2023 03:50:16 pm >> SELECT document_num FROM ps_document WHERE document_num = '3249' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-10-19') 19/10/2023 03:50:16 pm >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '11' , '3249' , '2023-10-19' , '' , '0' , '0' , '0' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '41.40' , '36.26' , NOW() , NOW() ) 19/10/2023 03:50:16 pm >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '88423' 19/10/2023 03:50:16 pm >> DELETE FROM ps_document_detail WHERE id_document = '88423' 19/10/2023 03:50:16 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '88423' , '16163' , 'PARTICOLE DOMUS - PAN DI CENA' , '1' , '-1' , '3' , '3.50' , '3.3653846153846' , '4' , '0' , '3.50' ) 19/10/2023 03:50:16 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '88423' , '16689' , 'OSTIA PAN DI CENA mm80' , '2' , '-2' , '3' , '2.00' , '1.9230769230769' , '4' , '0' , '4.00' ) 19/10/2023 03:50:16 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '88423' , '15096' , 'CORONA MATRIMONIO - ARG ' , '1' , '-1' , '1' , '7.50' , '6.1475409836066' , '22' , '0' , '7.50' ) 19/10/2023 03:50:16 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '88423' , '15097' , 'CORONA MATRIMONIO - ORO' , '1' , '-1' , '1' , '7.50' , '6.1475409836066' , '22' , '0' , '7.50' ) 19/10/2023 03:50:16 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '88423' , '7928' , 'PERGAMENE - BATTESIMO MOD. C' , '10' , '-10' , '1' , '0.50' , '0.40983606557377' , '22' , '0' , '5.00' ) 19/10/2023 03:50:16 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '88423' , '4223' , 'FOGLIETTI LA DOMENICA SAN PAOLO' , '10' , '-10' , '4' , '0.70' , '0.7' , '0' , '0' , '7.00' ) 19/10/2023 03:50:16 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '88423' , '11756' , 'VINO BIANCO SECCO - 14%' , '1' , '-1' , '1' , '6.90' , '5.655737704918' , '22' , '0' , '6.90' ) 19/10/2023 03:51:56 pm >> SELECT document_num FROM ps_document WHERE document_num = '178' AND id_document != '' AND id_document_type LIKE '21' AND YEAR(document_date) = YEAR('2023-10-19') 19/10/2023 03:51:56 pm >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '21' , '178' , '2023-10-19' , '' , '333' , '0' , '4671072' , 'P.ZZA S. MICHELE 84135 RUFOLI' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '99.03' , '99.03' , NOW() , NOW() ) 19/10/2023 03:51:56 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 = '88424' 19/10/2023 03:51:56 pm >> DELETE FROM ps_document_detail WHERE id_document = '88424' 19/10/2023 03:51:56 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 ( '88424' , '13397' , 'MIO GESU\'' , '5' , '-5' , '4' , '3.50' , '3.5' , '0' , '15' , '14.88' ) 19/10/2023 03:51:56 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 ( '88424' , '12813' , 'MARIA MADRE NOSTRA' , '10' , '-10' , '4' , '3.00' , '3' , '0' , '15' , '25.50' ) 19/10/2023 03:51:56 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 ( '88424' , '2679' , 'CONOSCERE GESU\'' , '10' , '-10' , '4' , '3.50' , '3.5' , '0' , '15' , '29.75' ) 19/10/2023 03:51:56 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 ( '88424' , '8510' , 'PRIMI PASSI CON GESÙ - ANNO B' , '10' , '-10' , '4' , '3.40' , '3.4' , '0' , '15' , '28.90' ) 19/10/2023 03:57:18 pm >> SELECT document_num FROM ps_document WHERE document_num = '178' AND id_document != '88424' AND id_document_type LIKE '21' AND YEAR(document_date) = YEAR('2023-10-19') 19/10/2023 03:57:18 pm >> UPDATE ps_document SET id_document_type = '21', document_num = '178', document_date = '2023-10-19', document_letter = '', id_customer = '333', id_supplier = '', id_address = '4671072', address1 = 'P.ZZA S. MICHELE 84135 RUFOLI', address2 = '', note = '', price_shipping = '0.00', id_tax_shipping_rules = '4', colli = '0', peso = '0', porto_e_imballo = '0', mezzo_consegna = '', id_payment = '15', id_causal = '0', price_tax_included = '99.03', price_tax_excluded = '99.03', date_upd = NOW() WHERE id_document = '88424' 19/10/2023 03:57:19 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 = '88424' 19/10/2023 03:57:19 pm >> DELETE FROM ps_document_detail WHERE id_document = '88424' 19/10/2023 03:57:19 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 ( '88424' , '13397' , 'MIO GESU\'' , '5' , '-5' , '4' , '3.5000' , '3.5' , '0' , '15' , '14.88' ) 19/10/2023 03:57:19 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 ( '88424' , '12813' , 'MARIA MADRE NOSTRA' , '10' , '-10' , '4' , '3.0000' , '3' , '0' , '15' , '25.50' ) 19/10/2023 03:57:19 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 ( '88424' , '2679' , 'CONOSCERE GESU\'' , '10' , '-10' , '4' , '3.5000' , '3.5' , '0' , '15' , '29.75' ) 19/10/2023 03:57:19 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 ( '88424' , '8510' , 'PRIMI PASSI CON GESÙ - ANNO B' , '10' , '-10' , '4' , '3.4000' , '3.4' , '0' , '15' , '28.90' ) 19/10/2023 03:59:36 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 ( '33' , '953' , '2023-10-19' , '' , '0' , '129' , '74680480' , 'STRADA STATALE 7/bis 45-47 83030 MANOCALZATI' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '0.00' , '0.00' , NOW() , NOW() ) 19/10/2023 03:59:36 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 = '13220' 19/10/2023 03:59:36 pm >> DELETE FROM ps_document_detail WHERE id_document = '13220' 19/10/2023 03:59:36 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 ( '13220' , '138' , 'LA NASCITA DI GESU' , '2000' , '2000' , '4' , '0' , '0' , '0' , '0' , '0.0000' ) 19/10/2023 03:59:36 pm >> DELETE FROM ps_product_supplier WHERE id_product = '138' AND id_supplier = '129' 19/10/2023 03:59:36 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '138' , '129' , '1' ) 19/10/2023 03:59:36 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 ( '13220' , '139' , 'E\' NATO - n.e.' , '2000' , '2000' , '1' , '0' , '0' , '22' , '0' , '0.0000' ) 19/10/2023 03:59:36 pm >> DELETE FROM ps_product_supplier WHERE id_product = '139' AND id_supplier = '129' 19/10/2023 03:59:36 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '139' , '129' , '1' ) 19/10/2023 04:00:28 pm >> SELECT document_num FROM ps_document WHERE document_num = '17' AND id_document != '' AND id_document_type LIKE '24' AND YEAR(document_date) = YEAR('2023-10-19') 19/10/2023 04:00:28 pm >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '24' , '17' , '2023-10-19' , '' , '3000' , '0' , '4669629' , 'VIA DEI CASTANI, 116 00172 ROMA' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '3300.00' , '3083.61' , NOW() , NOW() ) 19/10/2023 04:00:28 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 = '13221' 19/10/2023 04:00:28 pm >> DELETE FROM ps_document_detail WHERE id_document = '13221' 19/10/2023 04:00:28 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '13221' , '23' , 'FATE QUESTO IN MEMORIA DI ME' , '360' , '-360' , '4' , '2.50' , '2.5' , '0' , '0' , '900.00' ) 19/10/2023 04:00:28 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '13221' , '138' , 'LA NASCITA DI GESU' , '480' , '-480' , '4' , '2.50' , '2.5' , '0' , '0' , '1200.00' ) 19/10/2023 04:00:28 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '13221' , '139' , 'E\' NATO - n.e.' , '600' , '-600' , '1' , '2.00' , '1.6393442622951' , '22' , '0' , '1200.00' ) 19/10/2023 04:03:01 pm >> SELECT document_num FROM ps_document WHERE document_num = '44' AND id_document != '88421' AND id_document_type LIKE '24' AND YEAR(document_date) = YEAR('2023-10-19') 19/10/2023 04:03:01 pm >> UPDATE ps_document SET id_document_type = '24', document_num = '44', document_date = '2023-10-19', document_letter = '', id_customer = '3000', id_supplier = '', id_address = '4669629', address1 = 'VIA DEI CASTANI, 116 00172 ROMA', 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 = '19772.00', price_tax_excluded = '19772.00', date_upd = NOW() WHERE id_document = '88421' 19/10/2023 04:03:01 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 = '88421' 19/10/2023 04:03:01 pm >> DELETE FROM ps_document_detail WHERE id_document = '88421' 19/10/2023 04:03:01 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 ( '88421' , '4394' , 'GESÙ CI CHIAMA 1 - SCHEDE' , '240' , '-240' , '4' , '3.5000' , '3.5' , '0' , '0' , '840.00' ) 19/10/2023 04:03:01 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 ( '88421' , '4397' , 'GESÙ CI RIVELA IL PADRE 2 - SCHEDE' , '80' , '-80' , '4' , '3.5000' , '3.5' , '0' , '0' , '280.00' ) 19/10/2023 04:03:01 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 ( '88421' , '4495' , 'GESÙ RESTA CON NOI 3 - SCHEDE' , '240' , '-240' , '4' , '3.5000' , '3.5' , '0' , '0' , '840.00' ) 19/10/2023 04:03:01 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 ( '88421' , '21418' , 'CRISTO NOSTRA PACE - V. SALVORDI' , '100' , '-100' , '4' , '2.5000' , '2.5' , '0' , '0' , '250.00' ) 19/10/2023 04:03:01 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 ( '88421' , '11192' , 'VENITE CON ME 2 PARTE' , '3240' , '-3240' , '4' , '2.8000' , '2.8' , '0' , '0' , '9072.00' ) 19/10/2023 04:03:01 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 ( '88421' , '20722' , 'SEMINATORI DI GIOIA' , '400' , '-400' , '4' , '2.5000' , '2.5' , '0' , '0' , '1000.00' ) 19/10/2023 04:03:01 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 ( '88421' , '20951' , 'STORIE DEL NOSTRO TEMPO - F. CERRI' , '30' , '-30' , '4' , '15.0000' , '15' , '0' , '0' , '450.00' ) 19/10/2023 04:03:01 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 ( '88421' , '8408' , 'PRENDETE E MANGIATE' , '800' , '-800' , '4' , '3.00' , '3' , '0' , '0' , '2400.00' ) 19/10/2023 04:03:01 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 ( '88421' , '4154' , 'FESTA DEL PERDONO' , '800' , '-800' , '4' , '3.00' , '3' , '0' , '0' , '2400.00' ) 19/10/2023 04:03:01 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 ( '88421' , '2679' , 'CONOSCERE GESU\'' , '640' , '-640' , '4' , '3.50' , '3.5' , '0' , '0' , '2240.00' ) 19/10/2023 04:15:36 pm >> INSERT INTO ps_product ( ean13 , id_tax_rules_group , `date_add` , `date_upd` ) VALUES ( '' , '1' , NOW() , NOW() ) 19/10/2023 04:15:36 pm >> INSERT INTO ps_product_lang ( id_product , id_lang , name , link_rewrite ) VALUES ( '21700' , '1' , '' , 'nuovo-prodotto' ) 19/10/2023 04:15:36 pm >> INSERT INTO ps_product_shop ( id_product , id_tax_rules_group , id_shop , id_category_default , `date_add` , `date_upd` ) VALUES ( '21700' , '1' , '1' , '2' , NOW() , NOW() ) 19/10/2023 04:15:36 pm >> INSERT INTO `ps_stock_available` ( id_product , id_product_attribute , id_shop , id_shop_group , quantity ) VALUES ( '21700' , '0' , '1' , '0' , '0' ) 19/10/2023 04:16:08 pm >> SELECT ean13 FROM ps_product WHERE ean13 = '9788899571405' AND id_product != '21700' AND ean13 != '' 19/10/2023 04:16:08 pm >> UPDATE ps_product SET id_supplier = '', reference = '', ean13 = '9788899571405', date_upd = NOW() WHERE id_product = '21700' 19/10/2023 04:16:08 pm >> UPDATE ps_product_lang SET name = 'E\' NATO - N.E.', description = '' WHERE id_product = '21700' 19/10/2023 04:16:08 pm >> UPDATE ps_product SET wholesale_price = '0.00', on_sale = '0', price = '2' WHERE id_product = '21700' 19/10/2023 04:16:08 pm >> UPDATE ps_product_shop SET wholesale_price = '0.00', price = '2', id_tax_rules_group = '4', id_category_default = '37', id_argoment_default = '25', id_internal_category = '7', on_sale = '0', on_showcase = '0', on_offer = '00', on_most = '00', date_upd = NOW() WHERE id_product = '21700' 19/10/2023 04:16:08 pm >> DELETE FROM ps_specific_price WHERE id_product = '21700' 19/10/2023 04:16:09 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 = '21700' 19/10/2023 04:16:09 pm >> INSERT INTO ps_product_lang ( id_product , id_lang , name , link_rewrite ) VALUES ( '21701' , '1' , '' , 'nuovo-prodotto' ) 19/10/2023 04:16:09 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 '21701' , id_tax_rules_group , id_shop , id_category_default , id_argoment_default , id_internal_category , NOW() , NOW() FROM ps_product_shop WHERE id_product = '21700' 19/10/2023 04:16:09 pm >> INSERT INTO `ps_stock_available` ( id_product , id_product_attribute , id_shop , id_shop_group , quantity ) SELECT '21701' , id_product_attribute , id_shop , id_shop_group , '0' FROM ps_stock_available WHERE id_product = '21700' 19/10/2023 04:16:34 pm >> SELECT ean13 FROM ps_product WHERE ean13 = '9788899571399' AND id_product != '21701' AND ean13 != '' 19/10/2023 04:16:34 pm >> UPDATE ps_product SET id_supplier = '', reference = '5/1', ean13 = '9788899571399', date_upd = NOW() WHERE id_product = '21701' 19/10/2023 04:16:34 pm >> UPDATE ps_product_lang SET name = 'NASCITA DI GESU\'', description = '' WHERE id_product = '21701' 19/10/2023 04:16:34 pm >> UPDATE ps_product SET wholesale_price = '0.00', on_sale = '0', price = '2.5' WHERE id_product = '21701' 19/10/2023 04:16:34 pm >> UPDATE ps_product_shop SET wholesale_price = '0.00', price = '2.5', id_tax_rules_group = '4', id_category_default = '37', id_argoment_default = '25', id_internal_category = '7', on_sale = '0', on_showcase = '0', on_offer = '00', on_most = '00', date_upd = NOW() WHERE id_product = '21701' 19/10/2023 04:16:34 pm >> DELETE FROM ps_specific_price WHERE id_product = '21701' 19/10/2023 04:16:35 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 = '21701' 19/10/2023 04:16:35 pm >> INSERT INTO ps_product_lang ( id_product , id_lang , name , link_rewrite ) VALUES ( '21702' , '1' , '' , 'nuovo-prodotto' ) 19/10/2023 04:16:35 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 '21702' , id_tax_rules_group , id_shop , id_category_default , id_argoment_default , id_internal_category , NOW() , NOW() FROM ps_product_shop WHERE id_product = '21701' 19/10/2023 04:16:35 pm >> INSERT INTO `ps_stock_available` ( id_product , id_product_attribute , id_shop , id_shop_group , quantity ) SELECT '21702' , id_product_attribute , id_shop , id_shop_group , '0' FROM ps_stock_available WHERE id_product = '21701' 19/10/2023 04:33:47 pm >> SELECT document_num FROM ps_document WHERE document_num = '3250' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-10-19') 19/10/2023 04:33:47 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' , '3250' , '2023-10-19' , '' , '0' , '0' , '0' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '73.03' , '66.29' , NOW() , NOW() ) 19/10/2023 04:33:47 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 = '88425' 19/10/2023 04:33:47 pm >> DELETE FROM ps_document_detail WHERE id_document = '88425' 19/10/2023 04:33:47 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 ( '88425' , '19818' , 'INCENSO NATURALE 3A KG 1' , '1' , '-1' , '1' , '23.00' , '18.852459016393' , '22' , '0' , '23.00' ) 19/10/2023 04:33:47 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 ( '88425' , '17617' , 'IMMAGINI ISONZO X 100' , '4' , '-4' , '1' , '3.6' , '2.9508196721311' , '22' , '0' , '14.40' ) 19/10/2023 04:33:47 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 ( '88425' , '17274' , 'VENITE BENEDETTI DEL PADRE MIO' , '1' , '-1' , '4' , '3.00' , '3' , '0' , '5' , '2.85' ) 19/10/2023 04:33:47 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 ( '88425' , '12842' , 'RICEVI IL SIGILLO DELLO SPIRITO SANTO' , '1' , '-1' , '4' , '6.00' , '6' , '0' , '5' , '5.70' ) 19/10/2023 04:33:47 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 ( '88425' , '9675' , 'SARETE MIEI TESTIMONI' , '1' , '-1' , '4' , '3.50' , '3.5' , '0' , '5' , '3.33' ) 19/10/2023 04:33: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 ( '88425' , '8489' , 'PRIMA CONFESSIONE... - GUIDA' , '1' , '-1' , '4' , '8.00' , '8' , '0' , '5' , '7.60' ) 19/10/2023 04:33: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 ( '88425' , '8488' , 'PRIMA CONFESSIONE E MESSA PRIMA COMUNIONE' , '1' , '-1' , '4' , '2.40' , '2.4' , '0' , '5' , '2.28' ) 19/10/2023 04:33: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 ( '88425' , '11191' , 'VENITE CON ME 1 PARTE' , '1' , '-1' , '4' , '2.80' , '2.8' , '0' , '5' , '2.66' ) 19/10/2023 04:33: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 ( '88425' , '11192' , 'VENITE CON ME 2 PARTE' , '1' , '-1' , '4' , '2.80' , '2.8' , '0' , '5' , '2.66' ) 19/10/2023 04:33: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 ( '88425' , '5458' , 'IO SONO CON VOI 2 PARTE' , '1' , '-1' , '4' , '2.80' , '2.8' , '0' , '5' , '2.66' ) 19/10/2023 04:33: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 ( '88425' , '5457' , 'IO SONO CON VOI 1 PARTE' , '1' , '-1' , '4' , '2.80' , '2.8' , '0' , '5' , '2.66' ) 19/10/2023 04:33: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 ( '88425' , '8510' , 'PRIMI PASSI CON GESÙ - ANNO B' , '1' , '-1' , '4' , '3.40' , '3.4' , '0' , '5' , '3.23' ) 19/10/2023 04:37:44 pm >> SELECT document_num FROM ps_document WHERE document_num = '152' AND id_document != '88251' AND id_document_type LIKE '21' AND YEAR(document_date) = YEAR('2023-10-12') 19/10/2023 04:37:44 pm >> UPDATE ps_document SET id_document_type = '21', document_num = '152', document_date = '2023-10-12', document_letter = '', id_customer = '973', id_supplier = '', id_address = '4677360', address1 = 'VIA MUNICIPIO 83020 TORCHIATI-MONTORO ', address2 = '', note = '', price_shipping = '0.00', id_tax_shipping_rules = '4', colli = '0', peso = '0', porto_e_imballo = '0', mezzo_consegna = '', id_payment = '3', id_causal = '0', price_tax_included = '184.38', price_tax_excluded = '184.38', date_upd = NOW() WHERE id_document = '88251' 19/10/2023 04:37: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 = '88251' 19/10/2023 04:37:44 pm >> DELETE FROM ps_document_detail WHERE id_document = '88251' 19/10/2023 04:37: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 ( '88251' , '5457' , 'IO SONO CON VOI 1 PARTE' , '18' , '-18' , '4' , '2.8000' , '2.8' , '0' , '15' , '42.84' ) 19/10/2023 04:37: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 ( '88251' , '5446' , 'IO SONO CON VOI - GUIDA' , '1' , '-1' , '4' , '8.0000' , '8' , '0' , '15' , '6.80' ) 19/10/2023 04:37: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 ( '88251' , '2679' , 'CONOSCERE GESU\'' , '1' , '-1' , '4' , '3.5000' , '3.5' , '0' , '15' , '2.98' ) 19/10/2023 04:37: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 ( '88251' , '8510' , 'PRIMI PASSI CON GESÙ - ANNO B' , '40' , '-40' , '4' , '3.4000' , '3.4' , '0' , '15' , '115.60' ) 19/10/2023 04:37: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 ( '88251' , '8514' , 'PRIMI PASSI CON GESÙ ANNO B - GUIDA' , '1' , '-1' , '4' , '5.0000' , '5' , '0' , '15' , '4.25' ) 19/10/2023 04:37: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 ( '88251' , '9675' , 'SARETE MIEI TESTIMONI' , '1' , '-1' , '4' , '3.5000' , '3.5' , '0' , '15' , '2.98' ) 19/10/2023 04:37: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 ( '88251' , '9677' , 'SARETE MIEI TESTIMONI - GUIDA' , '1' , '-1' , '4' , '8.0000' , '8' , '0' , '15' , '6.80' ) 19/10/2023 04:37: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 ( '88251' , '2880' , 'CRESIMA: UN DONO E UN PROGETTO' , '1' , '-1' , '4' , '2.5000' , '2.5' , '0' , '15' , '2.13' ) 19/10/2023 04:50:49 pm >> SELECT ean13 FROM ps_product WHERE ean13 = '9788821555053' AND id_product != '1823' AND ean13 != '' 19/10/2023 04:50:49 pm >> UPDATE ps_product SET id_supplier = '', reference = '1/1', ean13 = '9788821555053', date_upd = NOW() WHERE id_product = '1823' 19/10/2023 04:50:49 pm >> UPDATE ps_product_lang SET name = 'CATECHISMO DELLA CHIESA CATTOLICA - COMPENDIO', description = '' WHERE id_product = '1823' 19/10/2023 04:50:49 pm >> UPDATE ps_product SET wholesale_price = '0.00', on_sale = '0', price = '10.0000' WHERE id_product = '1823' 19/10/2023 04:50:49 pm >> UPDATE ps_product_shop SET wholesale_price = '0.00', price = '10.0000', id_tax_rules_group = '4', id_category_default = '30', id_argoment_default = '237', id_internal_category = '7', on_sale = '0', on_showcase = '0', on_offer = '00', on_most = '00', date_upd = NOW() WHERE id_product = '1823' 19/10/2023 04:50:49 pm >> DELETE FROM ps_specific_price WHERE id_product = '1823' 19/10/2023 05:04:26 pm >> SELECT document_num FROM ps_document WHERE document_num = '3251' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-10-19') 19/10/2023 05:04:26 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' , '3251' , '2023-10-19' , '' , '0' , '0' , '0' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '19.00' , '19.00' , NOW() , NOW() ) 19/10/2023 05:04:26 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 = '88426' 19/10/2023 05:04:26 pm >> DELETE FROM ps_document_detail WHERE id_document = '88426' 19/10/2023 05:04:26 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 ( '88426' , '21699' , 'PAOLO - C. AUGIAS' , '1' , '-1' , '4' , '20.00' , '20' , '0' , '5' , '19.00' ) 19/10/2023 05:08:28 pm >> SELECT document_num FROM ps_document WHERE document_num = '3252' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-10-19') 19/10/2023 05:08:28 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' , '3252' , '2023-10-19' , '' , '0' , '0' , '0' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '15.00' , '12.30' , NOW() , NOW() ) 19/10/2023 05:08:28 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 = '88427' 19/10/2023 05:08:28 pm >> DELETE FROM ps_document_detail WHERE id_document = '88427' 19/10/2023 05:08:28 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '88427' , '5903' , 'LITURGICO ART. 60LT ROSSO SUPER' , '5' , '-5' , '1' , '3' , '2.4590163934426' , '22' , '0' , '15.00' ) 19/10/2023 05:44:39 pm >> SELECT ean13 FROM ps_product WHERE ean13 = '002078' AND id_product != '20482' AND ean13 != '' 19/10/2023 05:44:39 pm >> UPDATE ps_product SET id_supplier = '134', reference = '', ean13 = '002078', date_upd = NOW() WHERE id_product = '20482' 19/10/2023 05:44:39 pm >> UPDATE ps_product_lang SET name = 'NATIVITA\' 56CM - PB13874 + PB13875', description = '' WHERE id_product = '20482' 19/10/2023 05:44:39 pm >> UPDATE ps_product SET wholesale_price = '218.40', on_sale = '0', price = '458.1967213114754' WHERE id_product = '20482' 19/10/2023 05:44:39 pm >> UPDATE ps_product_shop SET wholesale_price = '218.40', price = '458.1967213114754', id_tax_rules_group = '1', id_category_default = '458', 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 = '20482' 19/10/2023 05:44:39 pm >> DELETE FROM ps_specific_price WHERE id_product = '20482' 19/10/2023 05:45:44 pm >> SELECT ean13 FROM ps_product WHERE ean13 = '002078' AND id_product != '20482' AND ean13 != '' 19/10/2023 05:45:44 pm >> UPDATE ps_product SET id_supplier = '134', reference = '', ean13 = '002078', date_upd = NOW() WHERE id_product = '20482' 19/10/2023 05:45:44 pm >> UPDATE ps_product_lang SET name = 'NATIVITA\' 56CM - PB13874 + PB13875', description = '' WHERE id_product = '20482' 19/10/2023 05:45:44 pm >> UPDATE ps_product SET wholesale_price = '218.40', on_sale = '0', price = '458.1967213114754' WHERE id_product = '20482' 19/10/2023 05:45:44 pm >> UPDATE ps_product_shop SET wholesale_price = '218.40', price = '458.1967213114754', id_tax_rules_group = '1', id_category_default = '458', 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 = '20482' 19/10/2023 05:45:44 pm >> DELETE FROM ps_specific_price WHERE id_product = '20482' 19/10/2023 06:56:21 pm >> SELECT document_num FROM ps_document WHERE document_num = '179' AND id_document != '' AND id_document_type LIKE '21' AND YEAR(document_date) = YEAR('2023-10-19') 19/10/2023 06:56: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 ( '21' , '179' , '2023-10-19' , '' , '3191' , '0' , '4670958' , 'VIA QUINTINO DI VONA 84133 SALERNO' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '1' , '0' , '76.50' , '76.50' , NOW() , NOW() ) 19/10/2023 06:56: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 = '88428' 19/10/2023 06:56:21 pm >> DELETE FROM ps_document_detail WHERE id_document = '88428' 19/10/2023 06:56: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 ( '88428' , '8408' , 'PRENDETE E MANGIATE' , '30' , '-30' , '4' , '3.00' , '3' , '0' , '15' , '76.50' ) 19/10/2023 07:04:26 pm >> SELECT document_num FROM ps_document WHERE document_num = '2' AND id_document != '88413' AND id_document_type LIKE '26' AND YEAR(document_date) = YEAR('2023-10-19') 19/10/2023 07:04:26 pm >> UPDATE ps_document SET id_document_type = '26', document_num = '2', document_date = '2023-10-19', document_letter = '', id_customer = '0', id_supplier = '', id_address = '0', address1 = '', address2 = '', note = 'mancano 2 guida', 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 = '245.22', price_tax_excluded = '245.22', date_upd = NOW() WHERE id_document = '88413' 19/10/2023 07:04:26 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 = '88413' 19/10/2023 07:04:26 pm >> DELETE FROM ps_document_detail WHERE id_document = '88413' 19/10/2023 07:04:26 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 ( '88413' , '5457' , 'IO SONO CON VOI 1 PARTE' , '15' , '0' , '4' , '2.8000' , '2.8' , '0' , '33' , '28.14' ) 19/10/2023 07:04:26 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 ( '88413' , '5458' , 'IO SONO CON VOI 2 PARTE' , '20' , '0' , '4' , '2.8000' , '2.8' , '0' , '33' , '37.52' ) 19/10/2023 07:04:26 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 ( '88413' , '5446' , 'IO SONO CON VOI - GUIDA' , '1' , '0' , '4' , '8.0000' , '8' , '0' , '33' , '5.36' ) 19/10/2023 07:04:26 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 ( '88413' , '11191' , 'VENITE CON ME 1 PARTE' , '20' , '0' , '4' , '2.8000' , '2.8' , '0' , '33' , '37.52' ) 19/10/2023 07:04:26 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 ( '88413' , '11192' , 'VENITE CON ME 2 PARTE' , '45' , '0' , '4' , '2.8000' , '2.8' , '0' , '33' , '84.42' ) 19/10/2023 07:04:26 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 ( '88413' , '11183' , 'VENITE CON ME - GUIDA' , '1' , '0' , '4' , '8.0000' , '8' , '0' , '33' , '5.36' ) 19/10/2023 07:04:26 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 ( '88413' , '9675' , 'SARETE MIEI TESTIMONI' , '20' , '0' , '4' , '3.5000' , '3.5' , '0' , '33' , '46.90' ) 19/10/2023 07:06:57 pm >> SELECT document_num FROM ps_document WHERE document_num = '2' AND id_document != '88413' AND id_document_type LIKE '26' AND YEAR(document_date) = YEAR('2023-10-19') 19/10/2023 07:06:57 pm >> UPDATE ps_document SET id_document_type = '26', document_num = '2', document_date = '2023-10-19', document_letter = '', id_customer = '0', id_supplier = '', id_address = '0', address1 = '', address2 = '', note = 'mancano 2 guida da consegnare', 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 = '245.22', price_tax_excluded = '245.22', date_upd = NOW() WHERE id_document = '88413' 19/10/2023 07:06: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 = '88413' 19/10/2023 07:06:57 pm >> DELETE FROM ps_document_detail WHERE id_document = '88413' 19/10/2023 07:06: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 ( '88413' , '5457' , 'IO SONO CON VOI 1 PARTE' , '15' , '0' , '4' , '2.8000' , '2.8' , '0' , '33' , '28.14' ) 19/10/2023 07:06: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 ( '88413' , '5458' , 'IO SONO CON VOI 2 PARTE' , '20' , '0' , '4' , '2.8000' , '2.8' , '0' , '33' , '37.52' ) 19/10/2023 07:06: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 ( '88413' , '5446' , 'IO SONO CON VOI - GUIDA' , '1' , '0' , '4' , '8.0000' , '8' , '0' , '33' , '5.36' ) 19/10/2023 07:06: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 ( '88413' , '11191' , 'VENITE CON ME 1 PARTE' , '20' , '0' , '4' , '2.8000' , '2.8' , '0' , '33' , '37.52' ) 19/10/2023 07:06: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 ( '88413' , '11192' , 'VENITE CON ME 2 PARTE' , '45' , '0' , '4' , '2.8000' , '2.8' , '0' , '33' , '84.42' ) 19/10/2023 07:06: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 ( '88413' , '11183' , 'VENITE CON ME - GUIDA' , '1' , '0' , '4' , '8.0000' , '8' , '0' , '33' , '5.36' ) 19/10/2023 07:06: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 ( '88413' , '9675' , 'SARETE MIEI TESTIMONI' , '20' , '0' , '4' , '3.5000' , '3.5' , '0' , '33' , '46.90' ) 19/10/2023 07:39:38 pm >> SELECT document_num FROM ps_document WHERE document_num = '3253' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-10-19') 19/10/2023 07:39:38 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' , '3253' , '2023-10-19' , '' , '0' , '0' , '0' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '28.50' , '28.50' , NOW() , NOW() ) 19/10/2023 07:39:38 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 = '88429' 19/10/2023 07:39:38 pm >> DELETE FROM ps_document_detail WHERE id_document = '88429' 19/10/2023 07:39:38 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 ( '88429' , '21679' , 'LAUDATE DEUM - 8583' , '30' , '-30' , '4' , '1.00' , '1' , '0' , '5' , '28.50' ) 19/10/2023 07:44:54 pm >> SELECT document_num FROM ps_document WHERE document_num = '3254' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-10-19') 19/10/2023 07:44:54 pm >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '11' , '3254' , '2023-10-19' , '' , '0' , '0' , '0' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '2.50' , '2.50' , NOW() , NOW() ) 19/10/2023 07:44:54 pm >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '88430' 19/10/2023 07:44:54 pm >> DELETE FROM ps_document_detail WHERE id_document = '88430' 19/10/2023 07:44: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 ( '88430' , '19977' , 'MINISTRANTI IERI, OGGI, DOMANI' , '1' , '-1' , '4' , '2.50' , '2.5' , '0' , '0' , '2.50' ) 19/10/2023 07:48:03 pm >> SELECT document_num FROM ps_document WHERE document_num = '3255' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-10-19') 19/10/2023 07:48:03 pm >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '11' , '3255' , '2023-10-19' , '' , '0' , '0' , '0' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '115.00' , '102.02' , NOW() , NOW() ) 19/10/2023 07:48:03 pm >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '88431' 19/10/2023 07:48:03 pm >> DELETE FROM ps_document_detail WHERE id_document = '88431' 19/10/2023 07:48:03 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '88431' , '19863' , 'FERMAGLIO - 21399/FE' , '1' , '-1' , '1' , '13.00' , '10.655737704918' , '22' , '0' , '13.00' ) 19/10/2023 07:48:03 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '88431' , '19795' , 'STOLA IN ASSISI CON RICAMO - 633' , '1' , '-1' , '1' , '59.00' , '48.360655737705' , '22' , '0' , '59.00' ) 19/10/2023 07:48:03 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '88431' , '11151' , 'LIBRI' , '1' , '-1' , '4' , '43' , '43' , '0' , '0' , '43.00' )