Harden pricelist formation and document architecture decisions
This commit is contained in:
@@ -71,10 +71,6 @@ type PricelistItem struct {
|
||||
LotDescription string `gorm:"-" json:"lot_description,omitempty"`
|
||||
AvailableQty *float64 `gorm:"-" json:"available_qty,omitempty"`
|
||||
Partnumbers []string `gorm:"-" json:"partnumbers,omitempty"`
|
||||
|
||||
// Historical snapshot of category at time pricelist was created
|
||||
// (not fetched dynamically from lot table)
|
||||
Category string `gorm:"column:lot_category;size:50" json:"category,omitempty"`
|
||||
}
|
||||
|
||||
func (PricelistItem) TableName() string {
|
||||
|
||||
Reference in New Issue
Block a user