Report - Month-wise()
| Supplier Name | Material Name | Quantity | Total Value ( ) |
|---|---|---|---|
| supplier_name;?> | material_name;?> | quantity); echo round($rel->quantity);?> | total,2,'.',''); echo number_format($rel->total,2,'.','');?> |
Report - Month-wise()
| Supplier Name | Material Name | Quantity | Total Value ( ) |
|---|---|---|---|
| supplier_name;?> | material_name;?> | quantity); echo round($rel->quantity);?> | total,2,'.',''); echo number_format($rel->total,2,'.','');?> |