Files
roacont/roacont2.sql
Marius Mutu 0acdff9647 Initial import of ROACONT (Visual FoxPro accounting app) into git
Migrated from the ROACONT SVN trunk working copy for hosting on gitea.romfast.ro.
2026-07-07 13:16:59 +03:00

8 lines
333 B
SQL

prompt Loading EXCEPTII_IREG...
insert into EXCEPTII_IREG (CONT, ID_SET, CONT_C, DEBIT, INVERS, NU_IREG, IN_IREG, IN_TVA)
values ('4111', 0, '709', 1, 1, 0, 1, 1);
insert into EXCEPTII_IREG (ID_EXCEPTII, CONT, ID_SET, CONT_C, DEBIT, INVERS, NU_IREG, IN_IREG, IN_TVA)
values ('401', 0, '609', 0, 1, 0, 1, 1);
prompt 2 records loaded