E-INVOICE : create standard invoice if not convert

This commit is contained in:
sparkyx 2025-09-29 18:13:12 +02:00
parent 8a3c718186
commit 497a544433
8 changed files with 634 additions and 100 deletions

View file

@ -295,4 +295,8 @@ insert into "parameter" values ('MY_INVOICE_FORMAT','BASIC');
alter table jrn add jr_document_xml oid;
comment on column jrn.jr_document_xml is 'OID of the XML files (e-invoice)';
comment on column jrn.jr_document_xml is 'OID of the XML files (e-invoice)';
create sequence seq_doc_type_stdinv;
comment on sequence seq_doc_type_stdinv is 'Sequence for standard invoice';