28/09/2023 08:51:11 am >> UPDATE ps_address SET deleted='1' , active = '0' WHERE id_customer = '1738' 28/09/2023 08:51:11 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 ( '1738' , '10' , '123' , 'PARR. SS. SALVATORE' , 'DE SOUZA ' , 'DON ANTONIO' , 'VIA VECCHIO 4' , '' , '92020' , 'CAMASTRA' , '' , '3203457224' , '' , '' , '90000460841' , NOW() , NOW() ) 28/09/2023 08:51:11 am >> UPDATE ps_customer SET email = 'donantoniodesouza@gmail.com', sdi = '', pec = '', date_upd = NOW() WHERE id_customer = '1738' 28/09/2023 08:54:03 am >> SELECT document_num FROM ps_document WHERE document_num = '124' AND id_document != '' AND id_document_type LIKE '21' AND YEAR(document_date) = YEAR('2023-09-28') 28/09/2023 08:54:03 am >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '21' , '124' , '2023-09-28' , '' , '1738' , '0' , '4679089' , 'VIA VECCHIO 4 92020 CAMASTRA' , '' , '' , '5' , '4' , '0' , '0' , '0' , '' , '6' , '0' , '35.00' , '35.00' , NOW() , NOW() ) 28/09/2023 08:54:03 am >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '87445' 28/09/2023 08:54:03 am >> DELETE FROM ps_document_detail WHERE id_document = '87445' 28/09/2023 08:54:03 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '87445' , '8488' , 'PRIMA CONFESSIONE E MESSA PRIMA COMUNIONE' , '10' , '0' , '4' , '2.40' , '2.4' , '0' , '15' , '20.40' ) 28/09/2023 08:54:03 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '87445' , '8489' , 'PRIMA CONFESSIONE... - GUIDA' , '1' , '0' , '4' , '8.00' , '8' , '0' , '15' , '6.80' ) 28/09/2023 08:54:03 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '87445' , '10133' , 'SPESE DI CONTRASSEGNO' , '1' , '0' , '4' , '2.8' , '2.8' , '0' , '0' , '2.80' ) 28/09/2023 08:54:55 am >> SELECT document_num FROM ps_document WHERE document_num = '124' AND id_document != '87445' AND id_document_type LIKE '21' AND YEAR(document_date) = YEAR('2023-09-28') 28/09/2023 08:54:55 am >> UPDATE ps_document SET id_document_type = '21', document_num = '124', document_date = '2023-09-28', document_letter = '', id_customer = '1738', id_supplier = '', id_address = '4679089', address1 = 'VIA VECCHIO 4 92020 CAMASTRA', address2 = '', note = '', price_shipping = '5.00', id_tax_shipping_rules = '4', colli = '0', peso = '0', porto_e_imballo = '0', mezzo_consegna = '', id_payment = '6', id_causal = '0', price_tax_included = '35.00', price_tax_excluded = '35.00', date_upd = NOW() WHERE id_document = '87445' 28/09/2023 08:54: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 = '87445' 28/09/2023 08:54:55 am >> DELETE FROM ps_document_detail WHERE id_document = '87445' 28/09/2023 08:54: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 ( '87445' , '8488' , 'PRIMA CONFESSIONE E MESSA PRIMA COMUNIONE' , '10' , '-10' , '4' , '2.4000' , '2.4' , '0' , '15' , '20.40' ) 28/09/2023 08:54: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 ( '87445' , '8489' , 'PRIMA CONFESSIONE... - GUIDA' , '1' , '-1' , '4' , '8.0000' , '8' , '0' , '15' , '6.80' ) 28/09/2023 08:54: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 ( '87445' , '10133' , 'SPESE DI CONTRASSEGNO' , '1' , '-1' , '4' , '2.8000' , '2.8' , '0' , '0' , '2.80' ) 28/09/2023 09:00:36 am >> SELECT document_num FROM ps_document WHERE document_num = '124' AND id_document != '87445' AND id_document_type LIKE '21' AND YEAR(document_date) = YEAR('2023-09-28') 28/09/2023 09:00:36 am >> UPDATE ps_document SET id_document_type = '21', document_num = '124', document_date = '2023-09-28', document_letter = '', id_customer = '1738', id_supplier = '', id_address = '4679089', address1 = 'VIA VECCHIO 4 92020 CAMASTRA', address2 = '', note = '', price_shipping = '5.00', id_tax_shipping_rules = '4', colli = '0', peso = '0', porto_e_imballo = '0', mezzo_consegna = '', id_payment = '6', id_causal = '0', price_tax_included = '53.00', price_tax_excluded = '53.00', date_upd = NOW() WHERE id_document = '87445' 28/09/2023 09:00: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 = '87445' 28/09/2023 09:00:36 am >> DELETE FROM ps_document_detail WHERE id_document = '87445' 28/09/2023 09:00: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 ( '87445' , '8488' , 'PRIMA CONFESSIONE E MESSA PRIMA COMUNIONE' , '10' , '-10' , '4' , '2.4000' , '2.4' , '0' , '15' , '20.40' ) 28/09/2023 09:00: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 ( '87445' , '8489' , 'PRIMA CONFESSIONE... - GUIDA' , '1' , '-1' , '4' , '8.0000' , '8' , '0' , '15' , '6.80' ) 28/09/2023 09:00: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 ( '87445' , '10133' , 'SPESE DI CONTRASSEGNO' , '1' , '-1' , '4' , '2.8000' , '2.8' , '0' , '0' , '2.80' ) 28/09/2023 09:00: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 ( '87445' , '21524' , 'LIBRO AGENDA CATTOLICO 2024' , '1' , '-1' , '4' , '18.00' , '18' , '0' , '0' , '18.00' ) 28/09/2023 09:27:59 am >> UPDATE ps_address SET deleted='1' , active = '0' WHERE id_customer = '3389' 28/09/2023 09:28:00 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 ( '3389' , '10' , '208' , 'PARR. S. MARIA MADRE DELLA DIVINA PROVVIDENZA' , 'SPANO' , 'PADRE ENRICO' , 'VIA DELLA SCAFFA 171' , '' , '00054' , 'FIUMICINO' , '' , '' , '3405426161' , '' , '' , NOW() , NOW() ) 28/09/2023 09:28:00 am >> UPDATE ps_customer SET email = 'chicchineddu@yahoo.it', sdi = '', pec = '', date_upd = NOW() WHERE id_customer = '3389' 28/09/2023 09:28:43 am >> SELECT document_num FROM ps_document WHERE document_num = '69' AND id_document != '' AND id_document_type LIKE '21' AND YEAR(document_date) = YEAR('2023-09-28') 28/09/2023 09:28:43 am >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '21' , '69' , '2023-09-28' , '' , '3389' , '0' , '149355613' , 'VIA DELLA SCAFFA 171 00054 FIUMICINO' , '' , '' , '2.9' , '4' , '0' , '0' , '0' , '' , '6' , '0' , '20.00' , '20.00' , NOW() , NOW() ) 28/09/2023 09:28:43 am >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '12933' 28/09/2023 09:28:43 am >> DELETE FROM ps_document_detail WHERE id_document = '12933' 28/09/2023 09:28:43 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '12933' , '135' , 'LIBRO AGENDA CATTOLICO 2024' , '1' , '-1' , '4' , '18.00' , '18' , '0' , '5' , '17.10' ) 28/09/2023 09:30:42 am >> UPDATE ps_address SET deleted='1' , active = '0' WHERE id_customer = '3347' 28/09/2023 09:30:42 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 ( '3347' , '10' , '139' , 'PARR. SANT\'APOLLONIO' , 'ZANIBONI' , 'DON FRANCESCO' , 'LARGO DELLA VITTORIA 4' , '' , '25065' , 'LUMEZZANE' , '' , '' , '3393702127' , '' , '' , NOW() , NOW() ) 28/09/2023 09:30:42 am >> UPDATE ps_customer SET email = 'francesco.zaniboni@libero.it', sdi = '', pec = '', date_upd = NOW() WHERE id_customer = '3347' 28/09/2023 09:40:18 am >> SELECT document_num FROM ps_document WHERE document_num = '2938' AND id_document != '' AND id_document_type LIKE '12' AND YEAR(document_date) = YEAR('2023-09-28') 28/09/2023 09:40:18 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' , '2938' , '2023-09-28' , '' , '0' , '0' , '0' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '20.00' , '19.23' , NOW() , NOW() ) 28/09/2023 09:40:18 am >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '87446' 28/09/2023 09:40:18 am >> DELETE FROM ps_document_detail WHERE id_document = '87446' 28/09/2023 09:40:18 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '87446' , '20429' , 'OSTIA SENZA TOSTATURA MORREALE - OS25' , '10' , '-10' , '3' , '2.00' , '1.9230769230769' , '4' , '0' , '20.00' ) 28/09/2023 09:46:36 am >> SELECT document_num FROM ps_document WHERE document_num = '2939' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-09-28') 28/09/2023 09:46: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' , '2939' , '2023-09-28' , '' , '0' , '0' , '0' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '140.00' , '116.60' , NOW() , NOW() ) 28/09/2023 09:46: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 = '87447' 28/09/2023 09:46:36 am >> DELETE FROM ps_document_detail WHERE id_document = '87447' 28/09/2023 09:46: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 ( '87447' , '11757' , 'VINO LIQUOROSO DOLCE - 16%' , '3' , '-3' , '1' , '7.8' , '6.3934426229508' , '22' , '0' , '23.40' ) 28/09/2023 09:46: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 ( '87447' , '16163' , 'PARTICOLE DOMUS - PAN DI CENA' , '2' , '-2' , '3' , '3.50' , '3.3653846153846' , '4' , '0' , '7.00' ) 28/09/2023 09:46: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 ( '87447' , '20429' , 'OSTIA SENZA TOSTATURA MORREALE - OS25' , '1' , '-1' , '3' , '2.00' , '1.9230769230769' , '4' , '0' , '2.00' ) 28/09/2023 09:46: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 ( '87447' , '7311' , 'OSTIA SOTTILE 74MM' , '2' , '-2' , '3' , '2.00' , '1.9230769230769' , '4' , '0' , '4.00' ) 28/09/2023 09:46: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 ( '87447' , '1914' , 'CERA DELLA LITURGIA' , '1' , '-1' , '1' , '4.8' , '3.9344262295082' , '22' , '0' , '4.80' ) 28/09/2023 09:46: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 ( '87447' , '15387' , 'VESTINA BATTESIMALE ' , '2' , '-2' , '1' , '3.00' , '2.4590163934426' , '22' , '0' , '6.00' ) 28/09/2023 09:46: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 ( '87447' , '791' , 'ASSISI IN BUSTA BATTESIMO - 20X270 - BAAS' , '2' , '-2' , '1' , '1.40' , '1.1475409836066' , '22' , '0' , '2.80' ) 28/09/2023 09:46: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 ( '87447' , '5903' , 'LITURGICO ART. 60LT ROSSO SUPER' , '30' , '-30' , '1' , '3' , '2.4590163934426' , '22' , '0' , '90.00' ) 28/09/2023 09:46:50 am >> SELECT document_num FROM ps_document WHERE document_num = '2940' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-09-28') 28/09/2023 09:46:50 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' , '2940' , '2023-09-28' , '' , '0' , '0' , '0' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '15.20' , '15.20' , NOW() , NOW() ) 28/09/2023 09:46:50 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 = '87448' 28/09/2023 09:46:50 am >> DELETE FROM ps_document_detail WHERE id_document = '87448' 28/09/2023 09:46:50 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 ( '87448' , '20209' , 'CHIESA CHE FAREMO - P. CURTAZ' , '1' , '-1' , '4' , '16.00' , '16' , '0' , '5' , '15.20' ) 28/09/2023 10:33:12 am >> SELECT document_num FROM ps_document WHERE document_num = '2941' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-09-28') 28/09/2023 10:33:12 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' , '2941' , '2023-09-28' , '' , '0' , '0' , '0' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '3.50' , '3.37' , NOW() , NOW() ) 28/09/2023 10:33:12 am >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '87449' 28/09/2023 10:33:12 am >> DELETE FROM ps_document_detail WHERE id_document = '87449' 28/09/2023 10:33:12 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '87449' , '16163' , 'PARTICOLE DOMUS - PAN DI CENA' , '1' , '-1' , '3' , '3.50' , '3.3653846153846' , '4' , '0' , '3.50' ) 28/09/2023 10:38:52 am >> SELECT document_num FROM ps_document WHERE document_num = '70' AND id_document != '' AND id_document_type LIKE '21' AND YEAR(document_date) = YEAR('2023-09-28') 28/09/2023 10:38:52 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' , '70' , '2023-09-28' , '' , '3535' , '0' , '4670276' , 'VIA CHIESA 9 86031 CASTELMAURO' , '' , '' , '2.9' , '4' , '0' , '0' , '0' , '' , '7' , '0' , '20.00' , '20.00' , NOW() , NOW() ) 28/09/2023 10:38:52 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 = '12934' 28/09/2023 10:38:52 am >> DELETE FROM ps_document_detail WHERE id_document = '12934' 28/09/2023 10:38:52 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 ( '12934' , '135' , 'LIBRO AGENDA CATTOLICO 2024' , '1' , '-1' , '4' , '18.00' , '18' , '0' , '5' , '17.10' ) 28/09/2023 10:46:29 am >> UPDATE ps_address SET deleted='1' , active = '0' WHERE id_customer = '3406' 28/09/2023 10:46:29 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 ( '3406' , '10' , '208' , 'PARR. SAN MICHELE ARC.' , '' , 'DON ALBERTO' , 'VIA CINQUE GIORNATE, snc' , '' , '00019' , 'TIVOLI' , 'NON PRENDE PIU\' AGENDE' , '0774333783' , '' , '' , '' , NOW() , NOW() ) 28/09/2023 10:46:29 am >> UPDATE ps_customer SET email = '', sdi = '', pec = '', date_upd = NOW() WHERE id_customer = '3406' 28/09/2023 10:54:03 am >> SELECT document_num FROM ps_document WHERE document_num = '2942' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-09-28') 28/09/2023 10:54:03 am >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '11' , '2942' , '2023-09-28' , '' , '0' , '0' , '0' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '43.00' , '41.35' , NOW() , NOW() ) 28/09/2023 10:54:03 am >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '87450' 28/09/2023 10:54:03 am >> DELETE FROM ps_document_detail WHERE id_document = '87450' 28/09/2023 10:54:03 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '87450' , '16691' , 'PARTICOLE PER CELIACI 25pz' , '10' , '-10' , '3' , '4.30' , '4.1346153846154' , '4' , '0' , '43.00' ) 28/09/2023 11:04:40 am >> UPDATE ps_document SET id_document_type = '31', document_num = '1302', document_date = '2023-09-13', document_letter = '', id_customer = '0', id_supplier = '', id_address = '2643', address1 = 'VIA MAZARA, 209 91025 MARSALA', address2 = '', note = 'INSERIRE NUMERO', price_shipping = '3.71', id_tax_shipping_rules = '4', colli = '0', peso = '0', porto_e_imballo = '0', mezzo_consegna = '', id_payment = '9', id_causal = '0', price_tax_included = '2470.55', price_tax_excluded = '2025.71', date_upd = NOW() WHERE id_document = '87362' 28/09/2023 11:04:40 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 = '87362' 28/09/2023 11:04:40 am >> DELETE FROM ps_document_detail WHERE id_document = '87362' 28/09/2023 11:04:40 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 ( '87362' , '11384' , 'VINO BIANCO DOLCE - 102' , '300' , '300' , '1' , '4.1000' , '3.3606557377049' , '22' , '' , '1500.60' ) 28/09/2023 11:04:40 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 ( '87362' , '11389' , 'VINO ROSSO DOLCE - 103' , '180' , '180' , '1' , '4.4000' , '3.6065573770492' , '22' , '' , '966.24' ) 28/09/2023 11:10:09 am >> UPDATE ps_address SET deleted='1' , active = '0' WHERE id_customer = '3355' 28/09/2023 11:10:09 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 ( '3355' , '10' , '145' , 'MONASTERO RUVIANO' , '' , '' , 'VIA MORRONI 5' , '' , '81010' , 'RUVIANO' , '' , '0823868383' , '' , '' , '' , NOW() , NOW() ) 28/09/2023 11:10:09 am >> UPDATE ps_customer SET email = '', sdi = '', pec = '', date_upd = NOW() WHERE id_customer = '3355' 28/09/2023 11:11:12 am >> UPDATE ps_address SET deleted='1' , active = '0' WHERE id_customer = '3355' 28/09/2023 11:11:12 am >> INSERT INTO ps_address ( id_customer , id_country , id_state , company , lastname , firstname , address1 , address2 , postcode , city , other , phone , phone_mobile , vat_number , dni , date_add , date_upd ) VALUES ( '3355' , '10' , '145' , 'MONASTERO RUVIANO' , '' , '' , 'VIA MORRONI 5' , '' , '81010' , 'RUVIANO' , '' , '0823868383' , '' , '' , '' , NOW() , NOW() ) 28/09/2023 11:11:12 am >> UPDATE ps_customer SET email = 'monastero.ruviano@libero.it', sdi = '', pec = '', date_upd = NOW() WHERE id_customer = '3355' 28/09/2023 11:11:56 am >> SELECT document_num FROM ps_document WHERE document_num = '71' AND id_document != '' AND id_document_type LIKE '21' AND YEAR(document_date) = YEAR('2023-09-28') 28/09/2023 11:11:56 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' , '71' , '2023-09-28' , '' , '3355' , '0' , '149355617' , 'VIA MORRONI 5 81010 RUVIANO' , '' , '' , '2.9' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '20.00' , '20.00' , NOW() , NOW() ) 28/09/2023 11:11:56 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 = '12935' 28/09/2023 11:11:56 am >> DELETE FROM ps_document_detail WHERE id_document = '12935' 28/09/2023 11:11: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 ( '12935' , '135' , 'LIBRO AGENDA CATTOLICO 2024' , '1' , '-1' , '4' , '18.00' , '18' , '0' , '5' , '17.10' ) 28/09/2023 11:12:10 am >> SELECT document_num FROM ps_document WHERE document_num = '71' AND id_document != '12935' AND id_document_type LIKE '21' AND YEAR(document_date) = YEAR('2023-09-28') 28/09/2023 11:12:10 am >> UPDATE ps_document SET id_document_type = '21', document_num = '71', document_date = '2023-09-28', document_letter = '', id_customer = '3355', id_supplier = '', id_address = '149355617', address1 = 'VIA MORRONI 5 81010 RUVIANO', address2 = '', note = '', price_shipping = '2.90', id_tax_shipping_rules = '4', colli = '0', peso = '0', porto_e_imballo = '0', mezzo_consegna = '', id_payment = '6', id_causal = '0', price_tax_included = '20.00', price_tax_excluded = '20.00', date_upd = NOW() WHERE id_document = '12935' 28/09/2023 11:12:10 am >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '12935' 28/09/2023 11:12:10 am >> DELETE FROM ps_document_detail WHERE id_document = '12935' 28/09/2023 11:12:10 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '12935' , '135' , 'LIBRO AGENDA CATTOLICO 2024' , '1' , '-1' , '4' , '18.0000' , '18' , '0' , '5' , '17.10' ) 28/09/2023 11:16:15 am >> UPDATE ps_address SET deleted='1' , active = '0' WHERE id_customer = '1376' 28/09/2023 11:16:15 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 ( '1376' , '10' , '164' , 'PARR. SAN LORENZO MT.' , 'CRISOPULLI ' , 'DON SALVATORE' , 'VIA ROMA 4' , '' , '18012' , 'VALLEBONA' , '' , '0184/252206' , '3337761917' , '' , '' , NOW() , NOW() ) 28/09/2023 11:16:15 am >> UPDATE ps_customer SET email = '', sdi = '', pec = '', date_upd = NOW() WHERE id_customer = '1376' 28/09/2023 11:20:18 am >> UPDATE ps_address SET deleted='1' , active = '0' WHERE id_customer = '3450' 28/09/2023 11:20:18 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 ( '3450' , '10' , '208' , '' , 'PECORARO' , 'DR. WALTER' , 'VIA EMANUELE FILIBERTO 61' , '' , '00185' , 'ROMA' , '' , '' , '3381394371' , '' , '' , NOW() , NOW() ) 28/09/2023 11:20:18 am >> UPDATE ps_customer SET email = 'pecoraro.walter@virgilio.it', sdi = '', pec = '', date_upd = NOW() WHERE id_customer = '3450' 28/09/2023 11:27:17 am >> UPDATE ps_address SET deleted='1' , active = '0' WHERE id_customer = '3396' 28/09/2023 11:27:17 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 ( '3396' , '10' , '313' , 'PARR. S. GIUSTA V. M.' , 'ZARA' , 'DON EFISIO' , 'VIA CHIESA 2' , '' , '09040' , 'GESICO' , '' , '' , '3356089967' , '' , '' , NOW() , NOW() ) 28/09/2023 11:27:17 am >> UPDATE ps_customer SET email = '', sdi = '', pec = '', date_upd = NOW() WHERE id_customer = '3396' 28/09/2023 11:27:52 am >> SELECT document_num FROM ps_document WHERE document_num = '72' AND id_document != '' AND id_document_type LIKE '21' AND YEAR(document_date) = YEAR('2023-09-28') 28/09/2023 11:27:52 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' , '72' , '2023-09-28' , '' , '3396' , '0' , '149355620' , 'VIA CHIESA 2 09040 GESICO' , '' , '' , '2.9' , '4' , '0' , '0' , '0' , '' , '6' , '0' , '20.00' , '20.00' , NOW() , NOW() ) 28/09/2023 11:27:52 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 = '12936' 28/09/2023 11:27:52 am >> DELETE FROM ps_document_detail WHERE id_document = '12936' 28/09/2023 11:27:52 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 ( '12936' , '135' , 'LIBRO AGENDA CATTOLICO 2024' , '1' , '-1' , '4' , '18.00' , '18' , '0' , '5' , '17.10' ) 28/09/2023 11:37:38 am >> SELECT document_num FROM ps_document WHERE document_num = '73' AND id_document != '' AND id_document_type LIKE '21' AND YEAR(document_date) = YEAR('2023-09-28') 28/09/2023 11:37:38 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' , '73' , '2023-09-28' , '' , '3444' , '0' , '107350757' , 'VICOLO BEOMONTI 2 00010 POLI' , '' , '' , '2' , '4' , '0' , '0' , '0' , '' , '7' , '0' , '20.00' , '20.00' , NOW() , NOW() ) 28/09/2023 11:37:38 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 = '12937' 28/09/2023 11:37:38 am >> DELETE FROM ps_document_detail WHERE id_document = '12937' 28/09/2023 11:37:38 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 ( '12937' , '135' , 'LIBRO AGENDA CATTOLICO 2024' , '1' , '-1' , '4' , '18.00' , '18' , '0' , '0' , '18.00' ) 28/09/2023 11:37:55 am >> SELECT document_num FROM ps_document WHERE document_num = '73' AND id_document != '12937' AND id_document_type LIKE '21' AND YEAR(document_date) = YEAR('2023-09-28') 28/09/2023 11:37:55 am >> UPDATE ps_document SET id_document_type = '21', document_num = '73', document_date = '2023-09-28', document_letter = '', id_customer = '3444', id_supplier = '', id_address = '107350757', address1 = 'VICOLO BEOMONTI 2 00010 POLI', address2 = '', note = 'consegna a porziani danilo', price_shipping = '2.00', id_tax_shipping_rules = '4', colli = '0', peso = '0', porto_e_imballo = '0', mezzo_consegna = '', id_payment = '7', id_causal = '0', price_tax_included = '20.00', price_tax_excluded = '20.00', date_upd = NOW() WHERE id_document = '12937' 28/09/2023 11:37: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 = '12937' 28/09/2023 11:37:55 am >> DELETE FROM ps_document_detail WHERE id_document = '12937' 28/09/2023 11:37: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 ( '12937' , '135' , 'LIBRO AGENDA CATTOLICO 2024' , '1' , '-1' , '4' , '18.0000' , '18' , '0' , '0' , '18.00' ) 28/09/2023 11:57:05 am >> UPDATE ps_address SET deleted='1' , active = '0' WHERE id_customer = '6983' 28/09/2023 11:57:05 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 ( '6983' , '10' , '150' , 'PARROCCHIA SAN NICOLA DI BARI' , '' , '' , 'PIAZZA DUOMO' , '' , '87040' , 'MENDICINO' , 'DA SPEDIRE: BAR DODARO - VIA PASQUALI mendicino ' , '' , '3478491318' , '' , '' , NOW() , NOW() ) 28/09/2023 11:57:05 am >> UPDATE ps_customer SET email = 'silvestropasqua@gmail.com', sdi = '', pec = '', date_upd = NOW() WHERE id_customer = '6983' 28/09/2023 11:58:03 am >> SELECT document_num FROM ps_document WHERE document_num = '74' AND id_document != '' AND id_document_type LIKE '21' AND YEAR(document_date) = YEAR('2023-09-28') 28/09/2023 11:58:03 am >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '21' , '74' , '2023-09-28' , '' , '6983' , '0' , '149355621' , 'PIAZZA DUOMO 87040 MENDICINO' , '' , 'spedizione bar dodaro' , '0' , '4' , '0' , '0' , '0' , '' , '3' , '0' , '18.00' , '18.00' , NOW() , NOW() ) 28/09/2023 11:58:03 am >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '12938' 28/09/2023 11:58:03 am >> DELETE FROM ps_document_detail WHERE id_document = '12938' 28/09/2023 11:58:03 am >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '12938' , '135' , 'LIBRO AGENDA CATTOLICO 2024' , '1' , '-1' , '4' , '18.00' , '18' , '0' , '0' , '18.00' ) 28/09/2023 12:11:08 pm >> SELECT document_num FROM ps_document WHERE document_num = '2943' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-09-28') 28/09/2023 12:11:08 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' , '2943' , '2023-09-28' , '' , '0' , '0' , '0' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '23.50' , '19.26' , NOW() , NOW() ) 28/09/2023 12:11:08 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 = '87451' 28/09/2023 12:11:08 pm >> DELETE FROM ps_document_detail WHERE id_document = '87451' 28/09/2023 12:11:08 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 ( '87451' , '18096' , 'QUADRETTO LACCATO - 2942' , '1' , '-1' , '1' , '23.50' , '19.262295081967' , '22' , '0' , '23.50' ) 28/09/2023 12:17:32 pm >> SELECT document_num FROM ps_document WHERE document_num = '2944' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-09-28') 28/09/2023 12:17:32 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' , '2944' , '2023-09-28' , '' , '0' , '0' , '0' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '100.00' , '100.00' , NOW() , NOW() ) 28/09/2023 12:17:32 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 = '87452' 28/09/2023 12:17:32 pm >> DELETE FROM ps_document_detail WHERE id_document = '87452' 28/09/2023 12:17:32 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 ( '87452' , '21483' , 'BIBBIA - SCRUTATE - TELATA' , '1' , '-1' , '4' , '35.00' , '35' , '0' , '5' , '33.25' ) 28/09/2023 12:17:32 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 ( '87452' , '21196' , 'CALENDARIO LITURGICO 2024' , '3' , '-3' , '4' , '0.50' , '0.5' , '0' , '0' , '1.50' ) 28/09/2023 12:17:32 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 ( '87452' , '11151' , 'LIBRI' , '1' , '-1' , '4' , '47.77' , '47.77' , '0' , '0' , '47.77' ) 28/09/2023 12:17:32 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 ( '87452' , '8409' , 'PRENDETE E MANGIATE - GUIDA' , '1' , '-1' , '4' , '5.00' , '5' , '0' , '5' , '4.75' ) 28/09/2023 12:17:32 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 ( '87452' , '8489' , 'PRIMA CONFESSIONE... - GUIDA' , '1' , '-1' , '4' , '8.00' , '8' , '0' , '5' , '7.60' ) 28/09/2023 12:17:32 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 ( '87452' , '8488' , 'PRIMA CONFESSIONE E MESSA PRIMA COMUNIONE' , '1' , '-1' , '4' , '2.40' , '2.4' , '0' , '5' , '2.28' ) 28/09/2023 12:17:32 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 ( '87452' , '8408' , 'PRENDETE E MANGIATE' , '1' , '-1' , '4' , '3.00' , '3' , '0' , '5' , '2.85' ) 28/09/2023 12:29:31 pm >> SELECT document_num FROM ps_document WHERE document_num = '75' AND id_document != '' AND id_document_type LIKE '21' AND YEAR(document_date) = YEAR('2023-09-28') 28/09/2023 12:29:31 pm >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '21' , '75' , '2023-09-28' , '' , '3450' , '0' , '149355619' , 'VIA EMANUELE FILIBERTO 61 00185 ROMA' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '3' , '0' , '102.60' , '102.60' , NOW() , NOW() ) 28/09/2023 12:29:31 pm >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '12939' 28/09/2023 12:29:31 pm >> DELETE FROM ps_document_detail WHERE id_document = '12939' 28/09/2023 12:29:31 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '12939' , '135' , 'LIBRO AGENDA CATTOLICO 2024' , '6' , '-6' , '4' , '18.00' , '18' , '0' , '5' , '102.60' ) 28/09/2023 12:37:48 pm >> SELECT document_num FROM ps_document WHERE document_num = '76' AND id_document != '' AND id_document_type LIKE '21' AND YEAR(document_date) = YEAR('2023-09-28') 28/09/2023 12:37: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 ( '21' , '76' , '2023-09-28' , '' , '3474' , '0' , '4670135' , 'PIAZZA N.S. DI GUADALUPE, 12 00135 ROMA' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '7' , '0' , '54.00' , '54.00' , NOW() , NOW() ) 28/09/2023 12:37: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 = '12940' 28/09/2023 12:37:48 pm >> DELETE FROM ps_document_detail WHERE id_document = '12940' 28/09/2023 12:37: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 ( '12940' , '133' , 'LIBRO AGENDA CATTOLICO 2023' , '3' , '-3' , '4' , '18.00' , '18' , '0' , '0' , '54.00' ) 28/09/2023 12:45:10 pm >> SELECT document_num FROM ps_document WHERE document_num = '37' AND id_document != '' AND id_document_type LIKE '24' AND YEAR(document_date) = YEAR('2023-09-28') 28/09/2023 12:45:11 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' , '37' , '2023-09-28' , '' , '3000' , '0' , '4669629' , 'VIA DEI CASTANI, 116 00172 ROMA' , '' , 'spedito da velar' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '150.00' , '150.00' , NOW() , NOW() ) 28/09/2023 12:45:11 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 = '87453' 28/09/2023 12:45:11 pm >> DELETE FROM ps_document_detail WHERE id_document = '87453' 28/09/2023 12:45:11 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 ( '87453' , '17861' , 'CARTA D\'IDENTITA\' DELLA CHIESA - R. LUPI' , '60' , '-60' , '4' , '2.50' , '2.5' , '0' , '0' , '150.00' ) 28/09/2023 12:50:34 pm >> SELECT document_num FROM ps_document WHERE document_num = '15' AND id_document != '' AND id_document_type LIKE '24' AND YEAR(document_date) = YEAR('2023-09-28') 28/09/2023 12:50:34 pm >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '24' , '15' , '2023-09-28' , '' , '0' , '126' , '4670189' , 'VIA DELLE FRATTE 3 84080 PELLEZZANO' , '' , 'MACERO' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '1603.80' , '1603.80' , NOW() , NOW() ) 28/09/2023 12:50:34 pm >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '12941' 28/09/2023 12:50:34 pm >> DELETE FROM ps_document_detail WHERE id_document = '12941' 28/09/2023 12:50:34 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '12941' , '133' , 'LIBRO AGENDA CATTOLICO 2023' , '405' , '-405' , '4' , '3.96' , '3.96' , '0' , '0' , '1603.80' ) 28/09/2023 12:50:34 pm >> DELETE FROM ps_product_supplier WHERE id_product = '133' AND id_supplier = '126' 28/09/2023 12:50:34 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '133' , '126' , '1' ) 28/09/2023 12:55:38 pm >> INSERT INTO ps_product ( ean13 , id_tax_rules_group , `date_add` , `date_upd` ) VALUES ( '' , '1' , NOW() , NOW() ) 28/09/2023 12:55:38 pm >> INSERT INTO ps_product_lang ( id_product , id_lang , name , link_rewrite ) VALUES ( '21603' , '1' , '' , 'nuovo-prodotto' ) 28/09/2023 12:55:38 pm >> INSERT INTO ps_product_shop ( id_product , id_tax_rules_group , id_shop , id_category_default , `date_add` , `date_upd` ) VALUES ( '21603' , '1' , '1' , '2' , NOW() , NOW() ) 28/09/2023 12:55:38 pm >> INSERT INTO `ps_stock_available` ( id_product , id_product_attribute , id_shop , id_shop_group , quantity ) VALUES ( '21603' , '0' , '1' , '0' , '0' ) 28/09/2023 12:55:56 pm >> SELECT ean13 FROM ps_product WHERE ean13 = '9788887103496' AND id_product != '14543' AND ean13 != '' 28/09/2023 12:55:56 pm >> UPDATE ps_product SET id_supplier = '47', reference = 'BANCO', ean13 = '9788887103496', date_upd = NOW() WHERE id_product = '14543' 28/09/2023 12:55:56 pm >> UPDATE ps_product_lang SET name = 'CALENDARIO LITURGICO MARIANO 2024', description = '' WHERE id_product = '14543' 28/09/2023 12:55:56 pm >> UPDATE ps_product SET wholesale_price = '0.70', on_sale = '0', price = '1.0000' WHERE id_product = '14543' 28/09/2023 12:55:57 pm >> UPDATE ps_product_shop SET wholesale_price = '0.70', price = '1.0000', id_tax_rules_group = '4', id_category_default = '434', id_argoment_default = '107', id_internal_category = '7', on_sale = '0', on_showcase = '0', on_offer = '00', on_most = '00', date_upd = NOW() WHERE id_product = '14543' 28/09/2023 12:55:57 pm >> DELETE FROM ps_specific_price WHERE id_product = '14543' 28/09/2023 12:57:47 pm >> SELECT ean13 FROM ps_product WHERE ean13 = '9788893187701' AND id_product != '21603' AND ean13 != '' 28/09/2023 12:57:47 pm >> UPDATE ps_product SET id_supplier = '', reference = '6/4', ean13 = '9788893187701', date_upd = NOW() WHERE id_product = '21603' 28/09/2023 12:57:47 pm >> UPDATE ps_product_lang SET name = 'SAN PIO DA PIETRALCINA MAESTRO DI VITA - GUARINO/STANZIONE', description = '' WHERE id_product = '21603' 28/09/2023 12:57:47 pm >> UPDATE ps_product SET wholesale_price = '0.00', on_sale = '0', price = '13' WHERE id_product = '21603' 28/09/2023 12:57:47 pm >> UPDATE ps_product_shop SET wholesale_price = '0.00', price = '13', id_tax_rules_group = '4', id_category_default = '47', id_argoment_default = '23', id_internal_category = '7', on_sale = '0', on_showcase = '0', on_offer = '00', on_most = '00', date_upd = NOW() WHERE id_product = '21603' 28/09/2023 12:57:47 pm >> DELETE FROM ps_specific_price WHERE id_product = '21603' 28/09/2023 12:57:48 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 = '21603' 28/09/2023 12:57:48 pm >> INSERT INTO ps_product_lang ( id_product , id_lang , name , link_rewrite ) VALUES ( '21604' , '1' , '' , 'nuovo-prodotto' ) 28/09/2023 12:57:48 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 '21604' , id_tax_rules_group , id_shop , id_category_default , id_argoment_default , id_internal_category , NOW() , NOW() FROM ps_product_shop WHERE id_product = '21603' 28/09/2023 12:57:48 pm >> INSERT INTO `ps_stock_available` ( id_product , id_product_attribute , id_shop , id_shop_group , quantity ) SELECT '21604' , id_product_attribute , id_shop , id_shop_group , '0' FROM ps_stock_available WHERE id_product = '21603' 28/09/2023 12:59:11 pm >> SELECT ean13 FROM ps_product WHERE ean13 = '9788892983427' AND id_product != '21604' AND ean13 != '' 28/09/2023 12:59:11 pm >> UPDATE ps_product SET id_supplier = '', reference = '7/6', ean13 = '9788892983427', date_upd = NOW() WHERE id_product = '21604' 28/09/2023 12:59:11 pm >> UPDATE ps_product_lang SET name = 'PARABOLIAMONE - AAVV', description = '' WHERE id_product = '21604' 28/09/2023 12:59:11 pm >> UPDATE ps_product SET wholesale_price = '0.00', on_sale = '0', price = '15' WHERE id_product = '21604' 28/09/2023 12:59:11 pm >> UPDATE ps_product_shop SET wholesale_price = '0.00', price = '15', id_tax_rules_group = '4', id_category_default = '146', id_argoment_default = '23', id_internal_category = '7', on_sale = '0', on_showcase = '0', on_offer = '00', on_most = '00', date_upd = NOW() WHERE id_product = '21604' 28/09/2023 12:59:11 pm >> DELETE FROM ps_specific_price WHERE id_product = '21604' 28/09/2023 12:59:12 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 = '21604' 28/09/2023 12:59:12 pm >> INSERT INTO ps_product_lang ( id_product , id_lang , name , link_rewrite ) VALUES ( '21605' , '1' , '' , 'nuovo-prodotto' ) 28/09/2023 12:59:12 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 '21605' , id_tax_rules_group , id_shop , id_category_default , id_argoment_default , id_internal_category , NOW() , NOW() FROM ps_product_shop WHERE id_product = '21604' 28/09/2023 12:59:12 pm >> INSERT INTO `ps_stock_available` ( id_product , id_product_attribute , id_shop , id_shop_group , quantity ) SELECT '21605' , id_product_attribute , id_shop , id_shop_group , '0' FROM ps_stock_available WHERE id_product = '21604' 28/09/2023 01:00:09 pm >> SELECT ean13 FROM ps_product WHERE ean13 = '9788863661736' AND id_product != '21605' AND ean13 != '' 28/09/2023 01:00:09 pm >> UPDATE ps_product SET id_supplier = '', reference = '6/5', ean13 = '9788863661736', date_upd = NOW() WHERE id_product = '21605' 28/09/2023 01:00:09 pm >> UPDATE ps_product_lang SET name = 'PADRE MATTEO LA GRUA', description = '' WHERE id_product = '21605' 28/09/2023 01:00:09 pm >> UPDATE ps_product SET wholesale_price = '0.00', on_sale = '0', price = '10' WHERE id_product = '21605' 28/09/2023 01:00:09 pm >> UPDATE ps_product_shop SET wholesale_price = '0.00', price = '10', id_tax_rules_group = '4', id_category_default = '24', id_argoment_default = '23', id_internal_category = '7', on_sale = '0', on_showcase = '0', on_offer = '00', on_most = '00', date_upd = NOW() WHERE id_product = '21605' 28/09/2023 01:00:09 pm >> DELETE FROM ps_specific_price WHERE id_product = '21605' 28/09/2023 01:00:10 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 = '21605' 28/09/2023 01:00:10 pm >> INSERT INTO ps_product_lang ( id_product , id_lang , name , link_rewrite ) VALUES ( '21606' , '1' , '' , 'nuovo-prodotto' ) 28/09/2023 01:00:10 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 '21606' , id_tax_rules_group , id_shop , id_category_default , id_argoment_default , id_internal_category , NOW() , NOW() FROM ps_product_shop WHERE id_product = '21605' 28/09/2023 01:00:10 pm >> INSERT INTO `ps_stock_available` ( id_product , id_product_attribute , id_shop , id_shop_group , quantity ) SELECT '21606' , id_product_attribute , id_shop , id_shop_group , '0' FROM ps_stock_available WHERE id_product = '21605' 28/09/2023 01:00:54 pm >> SELECT ean13 FROM ps_product WHERE ean13 = '9788892983700' AND id_product != '21606' AND ean13 != '' 28/09/2023 01:00:54 pm >> UPDATE ps_product SET id_supplier = '', reference = '', ean13 = '9788892983700', date_upd = NOW() WHERE id_product = '21606' 28/09/2023 01:00:54 pm >> UPDATE ps_product_lang SET name = 'UCCISERO ANCHE I BAMBINI', description = '' WHERE id_product = '21606' 28/09/2023 01:00:54 pm >> UPDATE ps_product SET wholesale_price = '0.00', on_sale = '0', price = '15' WHERE id_product = '21606' 28/09/2023 01:00:54 pm >> UPDATE ps_product_shop SET wholesale_price = '0.00', price = '15', id_tax_rules_group = '4', id_category_default = '146', id_argoment_default = '71', id_internal_category = '7', on_sale = '0', on_showcase = '0', on_offer = '00', on_most = '00', date_upd = NOW() WHERE id_product = '21606' 28/09/2023 01:00:54 pm >> DELETE FROM ps_specific_price WHERE id_product = '21606' 28/09/2023 01:00:55 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 = '21606' 28/09/2023 01:00:55 pm >> INSERT INTO ps_product_lang ( id_product , id_lang , name , link_rewrite ) VALUES ( '21607' , '1' , '' , 'nuovo-prodotto' ) 28/09/2023 01:00:55 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 '21607' , id_tax_rules_group , id_shop , id_category_default , id_argoment_default , id_internal_category , NOW() , NOW() FROM ps_product_shop WHERE id_product = '21606' 28/09/2023 01:00:55 pm >> INSERT INTO `ps_stock_available` ( id_product , id_product_attribute , id_shop , id_shop_group , quantity ) SELECT '21607' , id_product_attribute , id_shop , id_shop_group , '0' FROM ps_stock_available WHERE id_product = '21606' 28/09/2023 01:01:59 pm >> SELECT ean13 FROM ps_product WHERE ean13 = '9788863664058' AND id_product != '21607' AND ean13 != '' 28/09/2023 01:01:59 pm >> UPDATE ps_product SET id_supplier = '', reference = '', ean13 = '9788863664058', date_upd = NOW() WHERE id_product = '21607' 28/09/2023 01:01:59 pm >> UPDATE ps_product_lang SET name = 'O GESU\' MI ABBANDONO A TE - DOLINDO RUOTOLO', description = '' WHERE id_product = '21607' 28/09/2023 01:01:59 pm >> UPDATE ps_product SET wholesale_price = '0.00', on_sale = '0', price = '9.5' WHERE id_product = '21607' 28/09/2023 01:01:59 pm >> UPDATE ps_product_shop SET wholesale_price = '0.00', price = '9.5', id_tax_rules_group = '4', id_category_default = '24', id_argoment_default = '23', id_internal_category = '7', on_sale = '0', on_showcase = '0', on_offer = '00', on_most = '00', date_upd = NOW() WHERE id_product = '21607' 28/09/2023 01:01:59 pm >> DELETE FROM ps_specific_price WHERE id_product = '21607' 28/09/2023 01:02:01 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 = '21607' 28/09/2023 01:02:01 pm >> INSERT INTO ps_product_lang ( id_product , id_lang , name , link_rewrite ) VALUES ( '21608' , '1' , '' , 'nuovo-prodotto' ) 28/09/2023 01: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 '21608' , id_tax_rules_group , id_shop , id_category_default , id_argoment_default , id_internal_category , NOW() , NOW() FROM ps_product_shop WHERE id_product = '21607' 28/09/2023 01:02:02 pm >> INSERT INTO `ps_stock_available` ( id_product , id_product_attribute , id_shop , id_shop_group , quantity ) SELECT '21608' , id_product_attribute , id_shop , id_shop_group , '0' FROM ps_stock_available WHERE id_product = '21607' 28/09/2023 01:02: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 ( '33' , '4422' , '2023-09-22' , '' , '0' , '47' , '2642' , 'V.LE BACCHIGLIONE, 20 20139 MILANO' , '' , '' , '5' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '57.15' , '57.15' , NOW() , NOW() ) 28/09/2023 01:02: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 = '87454' 28/09/2023 01:02:38 pm >> DELETE FROM ps_document_detail WHERE id_document = '87454' 28/09/2023 01:02: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 ( '87454' , '21603' , 'SAN PIO DA PIETRALCINA MAESTRO DI VITA - GUARINO/STANZIONE' , '1' , '1' , '4' , '13.00' , '13' , '0' , '30' , '9.1000' ) 28/09/2023 01:02:38 pm >> DELETE FROM ps_product_supplier WHERE id_product = '21603' AND id_supplier = '47' 28/09/2023 01:02:39 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '21603' , '47' , '1' ) 28/09/2023 01:02:39 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 ( '87454' , '21604' , 'PARABOLIAMONE - AAVV' , '1' , '1' , '4' , '15.00' , '15' , '0' , '30' , '10.5000' ) 28/09/2023 01:02:39 pm >> DELETE FROM ps_product_supplier WHERE id_product = '21604' AND id_supplier = '47' 28/09/2023 01:02:39 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '21604' , '47' , '1' ) 28/09/2023 01:02:39 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 ( '87454' , '21605' , 'PADRE MATTEO LA GRUA' , '1' , '1' , '4' , '10.00' , '10' , '0' , '30' , '7.0000' ) 28/09/2023 01:02:39 pm >> DELETE FROM ps_product_supplier WHERE id_product = '21605' AND id_supplier = '47' 28/09/2023 01:02:39 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '21605' , '47' , '1' ) 28/09/2023 01:02:39 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 ( '87454' , '21606' , 'UCCISERO ANCHE I BAMBINI' , '1' , '1' , '4' , '15.00' , '15' , '0' , '30' , '10.5000' ) 28/09/2023 01:02:39 pm >> DELETE FROM ps_product_supplier WHERE id_product = '21606' AND id_supplier = '47' 28/09/2023 01:02:39 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '21606' , '47' , '1' ) 28/09/2023 01:02:39 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 ( '87454' , '21607' , 'O GESU MI ABBANDONO A TE - DOLINDO RUOTOLO' , '1' , '1' , '4' , '9.50' , '9.5' , '0' , '30' , '6.6500' ) 28/09/2023 01:02:39 pm >> DELETE FROM ps_product_supplier WHERE id_product = '21607' AND id_supplier = '47' 28/09/2023 01:02:39 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '21607' , '47' , '1' ) 28/09/2023 01:02:39 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 ( '87454' , '14543' , 'CALENDARIO LITURGICO MARIANO 2024' , '12' , '12' , '4' , '1.00' , '1' , '0' , '30' , '8.4000' ) 28/09/2023 01:02:39 pm >> DELETE FROM ps_product_supplier WHERE id_product = '14543' AND id_supplier = '47' 28/09/2023 01:02:39 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '14543' , '47' , '1' ) 28/09/2023 01:02:39 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 ( '87454' , '14543' , 'CALENDARIO LITURGICO MARIANO 2024' , '1' , '1' , '4' , '1.00' , '1' , '0' , '100' , '0.0000' ) 28/09/2023 01:02:39 pm >> DELETE FROM ps_product_supplier WHERE id_product = '14543' AND id_supplier = '47' 28/09/2023 01:02:39 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '14543' , '47' , '1' ) 28/09/2023 01:03:59 pm >> UPDATE ps_address SET deleted='1' , active = '0' WHERE id_customer = '2332' 28/09/2023 01:03:59 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 ( '2332' , '10' , '210' , 'PARROCCHIA S. MARIA DELLE GRAZIE' , 'CIPOLLETTA' , 'DON GIANLUCA' , 'P.ZZA S. ROCCO' , '' , '84088' , 'SIANO' , '' , '' , '' , '' , '8004311043651' , NOW() , NOW() ) 28/09/2023 01:03:59 pm >> UPDATE ps_customer SET email = 'giacipolletta@hotmail.it', sdi = '', pec = '', date_upd = NOW() WHERE id_customer = '2332' 28/09/2023 01:04:37 pm >> UPDATE ps_address SET deleted='1' , active = '0' WHERE id_customer = '371' 28/09/2023 01:04:37 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 ( '371' , '10' , '210' , 'PARR. S. MARIA DELLE GRAZIE E S. CROCE' , 'IANNONE' , 'DON PASQUALE ' , 'VIA PIAVE, 4' , '' , '84080' , 'CASTEL SAN GIORGIO' , '' , '' , '' , '' , '80032170658' , NOW() , NOW() ) 28/09/2023 01:04:37 pm >> UPDATE ps_customer SET email = '', sdi = '', pec = '', date_upd = NOW() WHERE id_customer = '371' 28/09/2023 01:05:08 pm >> UPDATE ps_address SET deleted='1' , active = '0' WHERE id_customer = '2332' 28/09/2023 01:05:08 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 ( '2332' , '10' , '210' , 'PARROCCHIA S. MARIA DELLE GRAZIE' , 'CIPOLLETTA' , 'DON GIANLUCA' , 'P.ZZA S. ROCCO' , '' , '84088' , 'SIANO' , '' , '' , '3890975580' , '' , '8004311043651' , NOW() , NOW() ) 28/09/2023 01:05:08 pm >> UPDATE ps_customer SET email = 'giacipolletta@hotmail.it', sdi = '', pec = '', date_upd = NOW() WHERE id_customer = '2332' 28/09/2023 01:13:04 pm >> SELECT document_num FROM ps_document WHERE document_num = '93/A' AND id_document != '' AND id_document_type LIKE '2%' AND YEAR(document_date) = YEAR('2023-09-28') 28/09/2023 01:13: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' , '93/A' , '2023-09-28' , 'A' , '2332' , '0' , '4679092' , 'P.ZZA S. ROCCO 84088 SIANO' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '10.00' , '10.00' , NOW() , NOW() ) 28/09/2023 01:13: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 = '87455' 28/09/2023 01:13:04 pm >> DELETE FROM ps_document_detail WHERE id_document = '87455' 28/09/2023 01:13: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 ( '87455' , '' , 'SUPPLICA' , '1' , '-1' , '0' , '10' , '10' , '' , '0' , '10.00' ) 28/09/2023 01:14:58 pm >> SELECT document_num FROM ps_document WHERE document_num = '2945' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-09-28') 28/09/2023 01:14:58 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' , '2945' , '2023-09-28' , '' , '0' , '0' , '0' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '14.25' , '14.25' , NOW() , NOW() ) 28/09/2023 01:14:58 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 = '87456' 28/09/2023 01:14:58 pm >> DELETE FROM ps_document_detail WHERE id_document = '87456' 28/09/2023 01:14:58 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '87456' , '21606' , 'UCCISERO ANCHE I BAMBINI' , '1' , '-1' , '4' , '15.00' , '15' , '0' , '5' , '14.25' ) 28/09/2023 03:36:17 pm >> SELECT document_num FROM ps_document WHERE document_num = '23/S' AND id_document != '' AND id_document_type LIKE '2%' AND YEAR(document_date) = YEAR('2023-09-28') 28/09/2023 03:36:17 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' , '23/S' , '2023-09-28' , 'S' , '3352' , '0' , '4670151' , 'VIA RASPOLO, 5 80069 VICO EQUENSE' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '3' , '0' , '180.00' , '180.00' , NOW() , NOW() ) 28/09/2023 03:36:17 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 = '12942' 28/09/2023 03:36:17 pm >> DELETE FROM ps_document_detail WHERE id_document = '12942' 28/09/2023 03:36:17 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 ( '12942' , '135' , 'LIBRO AGENDA CATTOLICO 2024' , '10' , '-10' , '4' , '18.00' , '18' , '0' , '' , '180.00' ) 28/09/2023 03:54:48 pm >> SELECT document_num FROM ps_document WHERE document_num = '77' AND id_document != '' AND id_document_type LIKE '21' AND YEAR(document_date) = YEAR('2023-09-28') 28/09/2023 03:54: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 ( '21' , '77' , '2023-09-28' , '' , '1376' , '0' , '149355618' , 'VIA ROMA 4 18012 VALLEBONA' , '' , '' , '2.8' , '4' , '0' , '0' , '0' , '' , '7' , '0' , '37.00' , '37.00' , NOW() , NOW() ) 28/09/2023 03:54:48 pm >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '12943' 28/09/2023 03:54:48 pm >> DELETE FROM ps_document_detail WHERE id_document = '12943' 28/09/2023 03:54:48 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '12943' , '135' , 'LIBRO AGENDA CATTOLICO 2024' , '2' , '-2' , '4' , '18.00' , '18' , '0' , '5' , '34.20' ) 28/09/2023 04:16:53 pm >> SELECT document_num FROM ps_document WHERE document_num = '2946' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-09-28') 28/09/2023 04:16:53 pm >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '11' , '2946' , '2023-09-28' , '' , '0' , '0' , '0' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '95.20' , '79.84' , NOW() , NOW() ) 28/09/2023 04:16:53 pm >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '87457' 28/09/2023 04:16:53 pm >> DELETE FROM ps_document_detail WHERE id_document = '87457' 28/09/2023 04:16:53 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '87457' , '11757' , 'VINO LIQUOROSO DOLCE - 16%' , '2' , '-2' , '1' , '7.90' , '6.4754098360656' , '22' , '0' , '15.80' ) 28/09/2023 04:16:53 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '87457' , '19102' , 'CARBONCINI MM 40' , '1' , '-1' , '1' , '13.00' , '10.655737704918' , '22' , '0' , '13.00' ) 28/09/2023 04:16:53 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '87457' , '11151' , 'LIBRI' , '1' , '-1' , '4' , '10' , '10' , '0' , '0' , '10.00' ) 28/09/2023 04:16:53 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '87457' , '1914' , 'CERA DELLA LITURGIA' , '12' , '-12' , '1' , '4.7' , '3.8524590163934' , '22' , '0' , '56.40' ) 28/09/2023 04:16:53 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '87457' , '21524' , 'LIBRO AGENDA CATTOLICO 2024' , '1' , '-1' , '4' , '18.00' , '18' , '0' , '100' , '0.00' ) 28/09/2023 04:18:37 pm >> SELECT document_num FROM ps_document WHERE document_num = '2947' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-09-28') 28/09/2023 04:18:37 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' , '2947' , '2023-09-28' , '' , '0' , '0' , '0' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '91.40' , '77.08' , NOW() , NOW() ) 28/09/2023 04:18:37 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 = '87458' 28/09/2023 04:18:37 pm >> DELETE FROM ps_document_detail WHERE id_document = '87458' 28/09/2023 04:18:37 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 ( '87458' , '21479' , 'PENSIERI E PREGHIERE DI DON DOLINDO - 8517' , '1' , '-1' , '4' , '2.00' , '2' , '0' , '0' , '2.00' ) 28/09/2023 04:18:37 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 ( '87458' , '1914' , 'CERA DELLA LITURGIA' , '12' , '-12' , '1' , '4.7' , '3.8524590163934' , '22' , '0' , '56.40' ) 28/09/2023 04:18:37 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 ( '87458' , '21563' , 'AGENDA SAN PAOLO 2024' , '1' , '-1' , '1' , '10.00' , '8.1967213114754' , '22' , '0' , '10.00' ) 28/09/2023 04:18:37 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 ( '87458' , '19102' , 'CARBONCINI MM 40' , '1' , '-1' , '1' , '13.00' , '10.655737704918' , '22' , '0' , '13.00' ) 28/09/2023 04:18:37 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 ( '87458' , '11151' , 'LIBRI' , '1' , '-1' , '4' , '10' , '10' , '0' , '0' , '10.00' ) 28/09/2023 04:21:13 pm >> SELECT document_num FROM ps_document WHERE document_num = '2948' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-09-28') 28/09/2023 04:21: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' , '2948' , '2023-09-28' , '' , '0' , '0' , '0' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '90.00' , '73.77' , NOW() , NOW() ) 28/09/2023 04:21: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 = '87459' 28/09/2023 04:21:13 pm >> DELETE FROM ps_document_detail WHERE id_document = '87459' 28/09/2023 04:21: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 ( '87459' , '20704' , 'QUADRO 63X35' , '1' , '-1' , '1' , '90' , '73.770491803279' , '22' , '0' , '90.00' ) 28/09/2023 04:21: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 ( '87459' , '17005' , 'BIGLIETTO AUGURALE medio' , '1' , '-1' , '1' , '1.00' , '0.81967213114754' , '22' , '100' , '0.00' ) 28/09/2023 04:26:56 pm >> UPDATE ps_address SET deleted='1' , active = '0' WHERE id_customer = '935' 28/09/2023 04:26:56 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 ( '935' , '10' , '171' , 'PARR. S. MARIA ASSUNTA' , 'GUARGUAGLINI' , 'DON FRANCESCO' , 'VIA SOPRANA 11' , '' , '57031' , 'CAPOLIVERI-IS.ELBA' , '' , '0565968554' , '3317733154' , '' , '' , NOW() , NOW() ) 28/09/2023 04:26:56 pm >> UPDATE ps_customer SET email = 'francesco.guarguaglini@virgilio.it', sdi = '', pec = '', date_upd = NOW() WHERE id_customer = '935' 28/09/2023 04:27:54 pm >> SELECT document_num FROM ps_document WHERE document_num = '78' AND id_document != '' AND id_document_type LIKE '21' AND YEAR(document_date) = YEAR('2023-09-28') 28/09/2023 04:27:54 pm >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '21' , '78' , '2023-09-28' , '' , '935' , '0' , '149355622' , 'VIA SOPRANA 11 57031 CAPOLIVERI-IS.ELBA' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '3' , '0' , '36.00' , '36.00' , NOW() , NOW() ) 28/09/2023 04:27: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 = '12944' 28/09/2023 04:27:54 pm >> DELETE FROM ps_document_detail WHERE id_document = '12944' 28/09/2023 04:27: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 ( '12944' , '135' , 'LIBRO AGENDA CATTOLICO 2024' , '2' , '-2' , '4' , '18.00' , '18' , '0' , '0' , '36.00' ) 28/09/2023 04:34:09 pm >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '31' , '272/23' , '2023-09-26' , '23' , '0' , '0' , '4671003' , 'VIA TORQUATO TASSO, 10 24020 GORLE' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '3' , '0' , '36.00' , '36.00' , NOW() , NOW() ) 28/09/2023 04:34:09 pm >> INSERT INTO ps_document_detail_backup ( id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total ) SELECT id_document , id_product , name , qt , qt_mov , price_tax_included , price_tax_excluded , tax , id_tax_rules_group , discount , price_total FROM ps_document_detail WHERE id_document = '87460' 28/09/2023 04:34:09 pm >> DELETE FROM ps_document_detail WHERE id_document = '87460' 28/09/2023 04:34:09 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '87460' , '17861' , 'CARTA D\'IDENTITA\' DELLA CHIESA - R. LUPI' , '60' , '60' , '4' , '0.60' , '0.6' , '0' , '0' , '36.0000' ) 28/09/2023 05:01:43 pm >> SELECT document_num FROM ps_document WHERE document_num = '2944' AND id_document != '87452' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-09-28') 28/09/2023 05:01:43 pm >> UPDATE ps_document SET id_document_type = '11', document_num = '2944', document_date = '2023-09-28', 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 = '100.00', price_tax_excluded = '100.00', date_upd = NOW() WHERE id_document = '87452' 28/09/2023 05:01:43 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 = '87452' 28/09/2023 05:01:43 pm >> DELETE FROM ps_document_detail WHERE id_document = '87452' 28/09/2023 05:01:43 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 ( '87452' , '11151' , 'LIBRI' , '1' , '-1' , '4' , '35' , '35' , '0' , '5' , '33.25' ) 28/09/2023 05:01:43 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 ( '87452' , '21196' , 'CALENDARIO LITURGICO 2024' , '3' , '-3' , '4' , '0.5000' , '0.5' , '0' , '0' , '1.50' ) 28/09/2023 05:01:43 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 ( '87452' , '11151' , 'LIBRI' , '1' , '-1' , '4' , '47.7700' , '47.77' , '0' , '0' , '47.77' ) 28/09/2023 05:01:43 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 ( '87452' , '8409' , 'PRENDETE E MANGIATE - GUIDA' , '1' , '-1' , '4' , '5.0000' , '5' , '0' , '5' , '4.75' ) 28/09/2023 05:01:43 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 ( '87452' , '8489' , 'PRIMA CONFESSIONE... - GUIDA' , '1' , '-1' , '4' , '8.0000' , '8' , '0' , '5' , '7.60' ) 28/09/2023 05:01: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 ( '87452' , '8488' , 'PRIMA CONFESSIONE E MESSA PRIMA COMUNIONE' , '1' , '-1' , '4' , '2.4000' , '2.4' , '0' , '5' , '2.28' ) 28/09/2023 05:01: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 ( '87452' , '8408' , 'PRENDETE E MANGIATE' , '1' , '-1' , '4' , '3.0000' , '3' , '0' , '5' , '2.85' ) 28/09/2023 05:33:15 pm >> SELECT document_num FROM ps_document WHERE document_num = '38' AND id_document != '' AND id_document_type LIKE '24' AND YEAR(document_date) = YEAR('2023-09-28') 28/09/2023 05:33:15 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' , '38' , '2023-09-28' , '' , '0' , '144' , '4670971' , 'VIA DELLE FRATTE, 3 84080 PELLEZZANO' , '' , 'MACERO' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '608.80' , '608.80' , NOW() , NOW() ) 28/09/2023 05:33:15 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 = '87461' 28/09/2023 05:33:15 pm >> DELETE FROM ps_document_detail WHERE id_document = '87461' 28/09/2023 05:33:15 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 ( '87461' , '8710' , 'QUANDO PREGATE DITE...' , '111' , '-111' , '4' , '0.55' , '0.55' , '0' , '0' , '61.05' ) 28/09/2023 05:33:15 pm >> DELETE FROM ps_product_supplier WHERE id_product = '8710' AND id_supplier = '144' 28/09/2023 05:33:15 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '8710' , '144' , '1' ) 28/09/2023 05:33:15 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 ( '87461' , '19160' , 'PERCHE IL DESERTO TORNI A FIORIRE - A. SALVOLDI' , '67' , '-67' , '4' , '0.5' , '0.5' , '0' , '0' , '33.50' ) 28/09/2023 05:33:15 pm >> DELETE FROM ps_product_supplier WHERE id_product = '19160' AND id_supplier = '144' 28/09/2023 05:33:15 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '19160' , '144' , '1' ) 28/09/2023 05:33:15 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 ( '87461' , '5457' , 'IO SONO CON VOI 1 PARTE' , '250' , '-250' , '4' , '0.55' , '0.55' , '0' , '0' , '137.50' ) 28/09/2023 05:33:15 pm >> DELETE FROM ps_product_supplier WHERE id_product = '5457' AND id_supplier = '144' 28/09/2023 05:33:15 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '5457' , '144' , '1' ) 28/09/2023 05:33:15 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 ( '87461' , '5458' , 'IO SONO CON VOI 2 PARTE' , '240' , '-240' , '4' , '0.55' , '0.55' , '0' , '0' , '132.00' ) 28/09/2023 05:33:15 pm >> DELETE FROM ps_product_supplier WHERE id_product = '5458' AND id_supplier = '144' 28/09/2023 05:33:15 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '5458' , '144' , '1' ) 28/09/2023 05:33:15 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 ( '87461' , '11191' , 'VENITE CON ME 1 PARTE' , '210' , '-210' , '4' , '0.55' , '0.55' , '0' , '0' , '115.50' ) 28/09/2023 05:33:15 pm >> DELETE FROM ps_product_supplier WHERE id_product = '11191' AND id_supplier = '144' 28/09/2023 05:33:15 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '11191' , '144' , '1' ) 28/09/2023 05:33:15 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 ( '87461' , '11192' , 'VENITE CON ME 2 PARTE' , '235' , '-235' , '4' , '0.55' , '0.55' , '0' , '0' , '129.25' ) 28/09/2023 05:33:15 pm >> DELETE FROM ps_product_supplier WHERE id_product = '11192' AND id_supplier = '144' 28/09/2023 05:33:15 pm >> INSERT INTO ps_product_supplier ( id_product , id_supplier , id_currency ) VALUES ( '11192' , '144' , '1' ) 28/09/2023 05:38:36 pm >> SELECT document_num FROM ps_document WHERE document_num = '2949' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-09-28') 28/09/2023 05:38: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 ( '11' , '2949' , '2023-09-28' , '' , '0' , '0' , '0' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '40.00' , '32.79' , NOW() , NOW() ) 28/09/2023 05:38: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 = '87462' 28/09/2023 05:38:36 pm >> DELETE FROM ps_document_detail WHERE id_document = '87462' 28/09/2023 05:38: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 ( '87462' , '16792' , 'SOPRACULLA' , '1' , '-1' , '1' , '16.00' , '13.114754098361' , '22' , '0' , '16.00' ) 28/09/2023 05:38: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 ( '87462' , '9227' , 'S. MICHELE CM 20 - O023 SMK/20' , '1' , '-1' , '1' , '24' , '19.672131147541' , '22' , '0' , '24.00' ) 28/09/2023 05:42:25 pm >> SELECT ean13 FROM ps_product WHERE ean13 = '9788872571125' AND id_product != '16350' AND ean13 != '' 28/09/2023 05:42:25 pm >> UPDATE ps_product SET id_supplier = '107', reference = '6/6', ean13 = '9788872571125', date_upd = NOW() WHERE id_product = '16350' 28/09/2023 05:42:25 pm >> UPDATE ps_product_lang SET name = 'CROCIFISSO DI SAN FRANCESCO - C. VALENZIANO', description = '' WHERE id_product = '16350' 28/09/2023 05:42:25 pm >> UPDATE ps_product SET wholesale_price = '15.60', on_sale = '0', price = '24.0000' WHERE id_product = '16350' 28/09/2023 05:42:25 pm >> UPDATE ps_product_shop SET wholesale_price = '15.60', price = '24.0000', id_tax_rules_group = '4', id_category_default = '104', id_argoment_default = '198', id_internal_category = '7', on_sale = '0', on_showcase = '0', on_offer = '00', on_most = '00', date_upd = NOW() WHERE id_product = '16350' 28/09/2023 05:42:25 pm >> DELETE FROM ps_specific_price WHERE id_product = '16350' 28/09/2023 05:45:16 pm >> SELECT document_num FROM ps_document WHERE document_num = '2950' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-09-28') 28/09/2023 05:45: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' , '2950' , '2023-09-28' , '' , '0' , '0' , '0' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '5.00' , '4.10' , NOW() , NOW() ) 28/09/2023 05:45: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 = '87463' 28/09/2023 05:45:16 pm >> DELETE FROM ps_document_detail WHERE id_document = '87463' 28/09/2023 05:45: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 ( '87463' , '7202' , 'ARTICOLI RELIGIOSI' , '1' , '-1' , '1' , '5' , '4.0983606557377' , '22' , '0' , '5.00' ) 28/09/2023 06:06:57 pm >> SELECT document_num FROM ps_document WHERE document_num = '79' AND id_document != '' AND id_document_type LIKE '21' AND YEAR(document_date) = YEAR('2023-09-28') 28/09/2023 06:06:57 pm >> INSERT INTO ps_document ( id_document_type , document_num , document_date , document_letter , id_customer , id_supplier , id_address , address1 , address2 , note , price_shipping , id_tax_shipping_rules , colli , peso , porto_e_imballo , mezzo_consegna , id_payment , id_causal , price_tax_included , price_tax_excluded , date_add , date_upd ) VALUES ( '21' , '79' , '2023-09-28' , '' , '3351' , '0' , '107350758' , 'VIA SALAMONE 46 90048 SAN GIUSEPPE JATO' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '37.10' , '37.10' , NOW() , NOW() ) 28/09/2023 06: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 = '12945' 28/09/2023 06:06:57 pm >> DELETE FROM ps_document_detail WHERE id_document = '12945' 28/09/2023 06: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 ( '12945' , '135' , 'LIBRO AGENDA CATTOLICO 2024' , '2' , '-2' , '4' , '18.00' , '18' , '0' , '5' , '34.20' ) 28/09/2023 06: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 ( '12945' , '' , 'CONTRASSEGNO' , '1' , '-1' , '4' , '2.9' , '2.9' , '0' , '0' , '2.90' ) 28/09/2023 06:07:45 pm >> SELECT document_num FROM ps_document WHERE document_num = '79' AND id_document != '12945' AND id_document_type LIKE '21' AND YEAR(document_date) = YEAR('2023-09-28') 28/09/2023 06:07:45 pm >> UPDATE ps_document SET id_document_type = '21', document_num = '79', document_date = '2023-09-28', document_letter = '', id_customer = '3351', id_supplier = '', id_address = '107350758', address1 = 'VIA SALAMONE 46 90048 SAN GIUSEPPE JATO', address2 = '', note = '', price_shipping = '0.00', id_tax_shipping_rules = '4', colli = '0', peso = '0', porto_e_imballo = '0', mezzo_consegna = '', id_payment = '6', id_causal = '0', price_tax_included = '37.10', price_tax_excluded = '37.10', date_upd = NOW() WHERE id_document = '12945' 28/09/2023 06:07:46 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 = '12945' 28/09/2023 06:07:46 pm >> DELETE FROM ps_document_detail WHERE id_document = '12945' 28/09/2023 06:07:46 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '12945' , '135' , 'LIBRO AGENDA CATTOLICO 2024' , '2' , '-2' , '4' , '18.0000' , '18' , '0' , '5' , '34.20' ) 28/09/2023 06:07:46 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '12945' , '0' , 'CONTRASSEGNO' , '1' , '-1' , '4' , '2.9000' , '2.9' , '0' , '0' , '2.90' ) 28/09/2023 06:26:08 pm >> SELECT document_num FROM ps_document WHERE document_num = '2951' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-09-28') 28/09/2023 06:26:08 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' , '2951' , '2023-09-28' , '' , '0' , '0' , '0' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '4.75' , '4.75' , NOW() , NOW() ) 28/09/2023 06:26:08 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 = '87464' 28/09/2023 06:26:08 pm >> DELETE FROM ps_document_detail WHERE id_document = '87464' 28/09/2023 06:26:08 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 ( '87464' , '21192' , 'SULLA TUA PAROLA - SET/OTT 23' , '1' , '-1' , '4' , '5.00' , '5' , '0' , '5' , '4.75' ) 28/09/2023 06:28:41 pm >> SELECT document_num FROM ps_document WHERE document_num = '80' AND id_document != '' AND id_document_type LIKE '21' AND YEAR(document_date) = YEAR('2023-09-28') 28/09/2023 06:28:41 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' , '80' , '2023-09-28' , '' , '1043' , '0' , '4670286' , 'VIA REANO, 1 10090 BUTTIGLIERA ALTA' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '9' , '0' , '54.00' , '54.00' , NOW() , NOW() ) 28/09/2023 06:28:41 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 = '12946' 28/09/2023 06:28:41 pm >> DELETE FROM ps_document_detail WHERE id_document = '12946' 28/09/2023 06:28:41 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '12946' , '135' , 'LIBRO AGENDA CATTOLICO 2024' , '3' , '-3' , '4' , '18.00' , '18' , '0' , '0' , '54.00' ) 28/09/2023 06:34:41 pm >> SELECT document_num FROM ps_document WHERE document_num = '92/A' AND id_document != '87353' AND id_document_type LIKE '2%' AND YEAR(document_date) = YEAR('2023-09-20') 28/09/2023 06:34:41 pm >> UPDATE ps_document SET id_document_type = '24', document_num = '92/A', document_date = '2023-09-20', document_letter = 'A', id_customer = '204', id_supplier = '', id_address = '4671483', address1 = 'VIA ROBERTO IL GUISCARDO, 3 84121 SALERNO', address2 = '', note = 'CAPPELLANIA BATTIPAGLIA', 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 = '221.85', price_tax_excluded = '219.36', date_upd = NOW() WHERE id_document = '87353' 28/09/2023 06:34:41 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 = '87353' 28/09/2023 06:34:41 pm >> DELETE FROM ps_document_detail WHERE id_document = '87353' 28/09/2023 06:34:41 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '87353' , '12899' , 'LODE A TE, SIGNORE' , '45' , '-45' , '4' , '4.2000' , '4.2' , '0' , '5' , '179.55' ) 28/09/2023 06:34:41 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '87353' , '11151' , 'PREGHIERE PER L\'AMMALATO' , '2' , '-2' , '4' , '5' , '5' , '0' , '0' , '10.00' ) 28/09/2023 06:34: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 ( '87353' , '21490' , 'CALENDARIO LITURGICO 2024 - 8478' , '1' , '-1' , '4' , '1.0000' , '1' , '0' , '0' , '1.00' ) 28/09/2023 06:34: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 ( '87353' , '4223' , 'FOGLIETTI LA DOMENICA SAN PAOLO' , '25' , '-25' , '4' , '0.7000' , '0.7' , '0' , '0' , '17.50' ) 28/09/2023 06:34: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 ( '87353' , '17617' , 'IMMAGINI ISONZO X 100' , '1' , '-1' , '1' , '3.8000' , '3.1148' , '22' , '0' , '3.80' ) 28/09/2023 06:34: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 ( '87353' , '20885' , 'BIGLIETTI SANTINI X 100 PZ' , '1' , '-1' , '1' , '10.0000' , '8.1967' , '22' , '0' , '10.00' ) 28/09/2023 06:34:49 pm >> DELETE FROM ps_document WHERE id_document = '86790' 28/09/2023 06:34:49 pm >> DELETE FROM ps_document_detail WHERE id_document = '86790' 28/09/2023 06:50:58 pm >> SELECT document_num FROM ps_document WHERE document_num = '2952' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-09-28') 28/09/2023 06:50:58 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' , '2952' , '2023-09-28' , '' , '0' , '0' , '0' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '82.80' , '71.98' , NOW() , NOW() ) 28/09/2023 06:50:58 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 = '87465' 28/09/2023 06:50:58 pm >> DELETE FROM ps_document_detail WHERE id_document = '87465' 28/09/2023 06:50:58 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '87465' , '10495' , 'TECA IHS CM 9 - 881' , '1' , '-1' , '1' , '52.00' , '42.622950819672' , '22' , '0' , '52.00' ) 28/09/2023 06:50:58 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '87465' , '6011' , 'LUMINELLO VETRO - 474' , '1' , '-1' , '1' , '8' , '6.5573770491803' , '22' , '0' , '8.00' ) 28/09/2023 06:50:58 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '87465' , '10957' , 'UNIFORMITÀ ALLA VOLONTÀ DI DIO - 8549' , '1' , '-1' , '4' , '7.00' , '7' , '0' , '5' , '6.65' ) 28/09/2023 06:50:58 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '87465' , '16836' , 'AMORE DELLE ANIME - 8199' , '1' , '-1' , '4' , '7.00' , '7' , '0' , '5' , '6.65' ) 28/09/2023 06:50:58 pm >> INSERT INTO ps_document_detail ( id_document , id_product , name , qt , qt_mov , id_tax_rules_group , price_tax_included , price_tax_excluded , tax , discount , price_total ) VALUES ( '87465' , '21519' , 'SULLA TUA PAROLA - NOV/DIC 23' , '2' , '-2' , '4' , '5.00' , '5' , '0' , '5' , '9.50' ) 28/09/2023 06:55:05 pm >> SELECT document_num FROM ps_document WHERE document_num = '2953' AND id_document != '' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-09-28') 28/09/2023 06:55:05 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' , '2953' , '2023-09-28' , '' , '0' , '0' , '0' , '' , '' , '' , '0' , '4' , '0' , '0' , '0' , '' , '0' , '0' , '8.00' , '6.56' , NOW() , NOW() ) 28/09/2023 06:55:05 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 = '87466' 28/09/2023 06:55:05 pm >> DELETE FROM ps_document_detail WHERE id_document = '87466' 28/09/2023 06:55:05 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 ( '87466' , '14926' , 'VESTINA BATTESIMALE' , '1' , '-1' , '1' , '6.00' , '4.9180327868852' , '22' , '0' , '6.00' ) 28/09/2023 06:55:05 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 ( '87466' , '20026' , 'CANDELA VOTIVA 20X30' , '1' , '-1' , '1' , '2' , '1.6393442622951' , '22' , '0' , '2.00' ) 28/09/2023 07:57:28 pm >> SELECT document_num FROM ps_document WHERE document_num = '2679' AND id_document != '87120' AND id_document_type LIKE '11' AND YEAR(document_date) = YEAR('2023-08-31') 28/09/2023 07:57:28 pm >> UPDATE ps_document SET id_document_type = '11', document_num = '2679', document_date = '2023-08-31', 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 = '315.00', price_tax_excluded = '277.13', date_upd = NOW() WHERE id_document = '87120' 28/09/2023 07:57: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 = '87120' 28/09/2023 07:57:28 pm >> DELETE FROM ps_document_detail WHERE id_document = '87120' 28/09/2023 07:57: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 ( '87120' , '20433' , 'PARTICOLA MORREALE 38MM - PTC38S' , '10' , '-10' , '3' , '3.5000' , '3.3653846153846' , '4' , '0' , '35.00' ) 28/09/2023 07:57: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 ( '87120' , '7311' , 'OSTIA SOTTILE 74MM' , '6' , '-6' , '3' , '2.0000' , '1.9230769230769' , '4' , '0' , '12.00' ) 28/09/2023 07:57: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 ( '87120' , '19101' , 'INCENSO C' , '1' , '-1' , '1' , '30.0000' , '24.590163934426' , '22' , '0' , '30.00' ) 28/09/2023 07:57: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 ( '87120' , '14362' , 'CAMICE SVASATO - 434/TPA' , '1' , '-1' , '1' , '70.0000' , '57.377049180328' , '22' , '0' , '70.00' ) 28/09/2023 07:57: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 ( '87120' , '5903' , 'LITURGICO ART. 60LT ROSSO SUPER' , '2' , '-2' , '1' , '3' , '2.4590163934426' , '22' , '0' , '6.00' ) 28/09/2023 07:57: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 ( '87120' , '1544' , 'CAMICE RAGLAN - CM 150 - ART.54' , '1' , '-1' , '1' , '55.0000' , '45.081967213115' , '22' , '0' , '55.00' ) 28/09/2023 07:57: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 ( '87120' , '11151' , 'LIBRI' , '1' , '-1' , '4' , '2.4500' , '2.45' , '0' , '0' , '2.45' ) 28/09/2023 07:57: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 ( '87120' , '21468' , 'BIBBIA E CATECHESI - G. DE VIRGILIO' , '1' , '-1' , '4' , '35.0000' , '35' , '0' , '5' , '33.25' ) 28/09/2023 07:57: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 ( '87120' , '21385' , 'DIO DEGLI EBREI - A. MELLO' , '1' , '-1' , '4' , '16.0000' , '16' , '0' , '5' , '15.20' ) 28/09/2023 07:57: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 ( '87120' , '21339' , 'FIUME DELLA VITA - G. RAVASI' , '1' , '-1' , '4' , '18.0000' , '18' , '0' , '5' , '17.10' ) 28/09/2023 07:57: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 ( '87120' , '20703' , 'QUADRETTO 30X15 - POSTO TRANQUILLO' , '1' , '-1' , '1' , '39' , '31.967213114754' , '22' , '0' , '39.00' )