Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InventoryService ¶
type InventoryService struct {
MasterProductService *product.MasterProductService
ProductService *product.ProductService
ProductCategoryService *product.ProductCategoryService
ProductAttributeService *product.ProductAttributeService
PriceCategoryService *product.PriceCategoryService
WarehouseService *warehouse.WarehouseService
StockMovementService *stockmovement.StockMovementService
PurchaseService *purchase.PurchaseService
PurchaseReturnService *purchase_return.PurchaseReturnService
BrandService *brand.BrandService
StockOpnameService *stock_opname.StockOpnameService
TagService *product.TagService
UnitService *unit.UnitService
// contains filtered or unexported fields
}
func NewInventoryService ¶
func NewInventoryService(ctx *context.ERPContext) *InventoryService
func (*InventoryService) DB ¶
func (s *InventoryService) DB() *gorm.DB
func (*InventoryService) Migrate ¶
func (s *InventoryService) Migrate() error
Click to show internal directories.
Click to hide internal directories.