E-INVOICE : set default format for invoice

This commit is contained in:
sparkyx 2025-08-14 12:18:34 +02:00
parent 92973831d4
commit 397445cf38
3 changed files with 45 additions and 7 deletions

View file

@ -290,3 +290,5 @@ insert into quantity_code_ref values
('ROLL','Roll — rouleau'),
('COLL','Collection — collection');
insert into "parameter" values ('MY_INVOICE_FORMAT','BASIC');