Add coa purchase and vendors

This commit is contained in:
Aditya Siregar
2025-09-12 01:12:11 +07:00
parent c107733add
commit efe09c21e4
86 changed files with 8517 additions and 212 deletions
+5
View File
@@ -26,5 +26,10 @@ func GetAllModelNames() []string {
"PaymentMethod",
"Payment",
"Customer",
"Vendor",
"PurchaseOrder",
"PurchaseOrderItem",
"PurchaseOrderAttachment",
"IngredientUnitConverter",
}
}