Add coa purchase and vendors
This commit is contained in:
@@ -18,6 +18,11 @@ func GetAllEntities() []interface{} {
|
||||
&Payment{},
|
||||
&Customer{},
|
||||
&Table{},
|
||||
&Vendor{},
|
||||
&PurchaseOrder{},
|
||||
&PurchaseOrderItem{},
|
||||
&PurchaseOrderAttachment{},
|
||||
&IngredientUnitConverter{},
|
||||
// Analytics entities are not database tables, they are query results
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user