invoice pdf design

This commit is contained in:
glovetleong
2021-04-12 14:44:05 +08:00
parent 1d2f10079e
commit 865fe11bf7
18 changed files with 2178 additions and 215 deletions
@@ -20,5 +20,5 @@ final class DocumentType {
public const PURCHASE_ORDER = 'PURCHASE_ORDER';
public const DELIVER_ORDER = 'DELIVER_ORDER';
public const PAYMENT_ORDER = 'PAYMENT_ORDER';
public const SUPPLIER_ORDER = 'SUPPLIER_ORDER';
public const SUPPLIER_DELIVER_ORDER = 'SUPPLIER_DELIVER_ORDER';
}