E-INVOICE : add the PDF Into the UBL21
Save the XML Invoice into jrn.jr_document_xml
This commit is contained in:
parent
40839add43
commit
36183ceda0
11 changed files with 406 additions and 53 deletions
|
|
@ -292,3 +292,7 @@ insert into quantity_code_ref values
|
|||
|
||||
|
||||
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)';
|
||||
Loading…
Add table
Add a link
Reference in a new issue