Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OrderService ¶
type OrderService struct {
SalesService *sales.SalesService
PosService *pos.POSService
MerchantService *merchant.MerchantService
PaymentService *payment.PaymentService
WithdrawalService *withdrawal.WithdrawalService
BannerService *banner.BannerService
PromotionService *promotion.PromotionService
PaymentTermService *payment_term.PaymentTermService
SalesReturnService *sales_return.SalesReturnService
// contains filtered or unexported fields
}
func NewOrderService ¶
func NewOrderService(ctx *context.ERPContext) *OrderService
func (*OrderService) DB ¶
func (s *OrderService) DB() *gorm.DB
func (*OrderService) Migrate ¶
func (s *OrderService) Migrate() error
Click to show internal directories.
Click to hide internal directories.