Opening Inventory
TZS {{ number_format($reportData['openingInventory'], 2) }}
Add: Total Purchases Value
TZS {{ number_format($reportData['totalPurchasesValue'], 2) }}
Less: Purchase Returns Cost
(TZS {{ number_format($reportData['purchaseReturnsCost'], 2) }})
Add: Carriage Inwards
TZS {{ number_format($reportData['carriageInwards'], 2) }}
Less: Closing Inventory
(TZS {{ number_format($reportData['closingInventory'], 2) }})
Cost of Goods Sold (COGS)
(TZS {{ number_format($reportData['cogs'], 2) }})