Documentation
¶
Overview ¶
Package pos contains views for the pos module.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WarehouseOrders ¶
type WarehouseOrders struct {
WarehouseID string `json:"warehouse"`
AccountingEntityID string `json:"accounting_entity"`
Orders []struct {
Stock string `json:"stock"`
Quantity int `json:"quantity"`
} `json:"orders"`
}
WarehouseOrders is the data structure for the warehouse orders.
Click to show internal directories.
Click to hide internal directories.