+This module from BroadTech IT Solutions manages to calculate total weight of a sale order, which is the sum of individual weights of each unit of the products in the order. +
++The product form has a field 'Weight', which stores the weight of the product in Kg. +
+
+ + The module adds a field 'Net Weight' in sale order line, which calculates the Order line weight based on Order line Quantity and Unit of Measure. The new field 'Total Weight' in Sale Order would be the sum of sale order line weights. +
+ +
+ +The calculation uses the following formula: +
+
+Sale_order_line_net_weight = (line_product_weight * line_product_uom_qty / line_product_uom_factor)
+
+Total_weight = sum(Sale_order_line_net_weight)
+
This moduld allows user to .
+
+
+
+ + Click to add a route. +
+You can define here the main routes that run through + your warehouses and that define the flows of your products. These + routes can be assigned to a product, a product category or be fixed + on procurement or sales order.
++ Click to define a new picking type group. +
++ Click to add a route. +
+You can define here the main routes that run through + your warehouses and that define the flows of your products. These + routes can be assigned to a product, a product category or be fixed + on procurement or sales order.
+