First commit

This commit is contained in:
MaddoScientisto 2026-04-07 18:02:17 +02:00
commit cc69770608
1468 changed files with 265316 additions and 128 deletions

View file

@ -0,0 +1,5 @@
update NAZIONE SET flgAttiva=1 where costoSpedizione>0;
update NAZIONE SET flgAttiva=0 where costoSpedizione=0;
##scorporo l'iva
update NAZIONE set costoSpedizione=costoSpedizione/1.22 where costoSpedizione >0;