FEAT[BE] :add conversion fields and week tracking to marketing product DTOs and update mapping functions

This commit is contained in:
aguhh18
2026-02-04 12:48:05 +07:00
parent 474c42770b
commit 357b5709f5
4 changed files with 73 additions and 40 deletions
@@ -69,6 +69,7 @@ func (s salesOrdersService) withRelations(db *gorm.DB) *gorm.DB {
Preload("Customer").
Preload("SalesPerson").
Preload("Products.ProductWarehouse.Product.Flags").
Preload("Products.ProductWarehouse.Product.Uom").
Preload("Products.ProductWarehouse.Warehouse")
}