codbex / codbex-olympus

Enterprise Resource Planing
Eclipse Public License 2.0
0 stars 0 forks source link

[Hestia] Ratio Entity #54

Closed MinaDoncheva closed 3 weeks ago

MinaDoncheva commented 1 month ago

Ratio entity should be created in products module to chow to relation between BaseUnit of the product and the single piece of it when needed. For example if a product is measured in square meters then its BaseUnit is square meter and the Ratio entity will be used to store how many square meters are in 1 piece of the product.

The Ratio should be optional for the cases in which the ratio between Product's single measurement and BaseUnit is different than 1.

MinaDoncheva commented 3 weeks ago

fixed with