Opening Value
|
{{ (!!includeProvisionalSalesInReport ?
GrandTotalReportData.OpeningValue_WithProvisional : GrandTotalReportData.OpeningValue) |
Currency}}
|
Opening Quantity
|
{{ !!includeProvisionalSalesInReport ?
GrandTotalReportData.OpeningQty_WithProvisional : GrandTotalReportData.OpeningQty
}}
|
Purchase Value
|
{{GrandTotalReportData.PurchaseValue | Currency}}
|
Purchase Quantity
|
{{GrandTotalReportData.PurchaseQty }}
|
Purchase Return Value
|
{{GrandTotalReportData.PurchaseReturnValue | Currency}}
|
Purchase Return Quantity
|
{{GrandTotalReportData.PurchaseReturnQty }}
|
Sale
|
{{GrandTotalReportData.SalesValue | Currency}}
|
Sale Quantity
|
{{GrandTotalReportData.SalesQty }}
|
Sale Return
|
{{GrandTotalReportData.SaleReturnValue | Currency}}
|
Sale Return Quantity
|
{{GrandTotalReportData.SaleReturnQty }}
|
Provisional Sale
|
{{GrandTotalReportData.ProvisionalValue | Currency}}
|
Sale Return Quantity
|
{{GrandTotalReportData.ProvisionalQty }}
|
Write-off
|
{{GrandTotalReportData.WriteOffValue | Currency}}
|
Write-off Quantity
|
{{GrandTotalReportData.WriteOffQty }}
|
StockManage In-Value
|
{{GrandTotalReportData.StockManageInValue | Currency}}
|
StockManage In-Quantity
|
{{GrandTotalReportData.StockManageInQty }}
|
StockManage OUT-Value
|
{{GrandTotalReportData.StockManageOutValue | Currency}}
|
StockManage OUT-Quantity
|
{{GrandTotalReportData.StockManageOutQty }}
|
Consumption
|
{{GrandTotalReportData.ConsumptionValue | Currency}}
|
Consumption Quantity
|
{{GrandTotalReportData.ConsumptionQty }}
|
Transfer In Value
|
{{GrandTotalReportData.TransferInValue | Currency }}
|
Transfer In Quantity
|
{{GrandTotalReportData.TransferInQty }}
|
Transfer Out Value
|
{{GrandTotalReportData.TransferOutValue | Currency }}
|
Transfer Out Quantity
|
{{GrandTotalReportData.TransferOutQty }}
|
Closing Value
|
{{(!!includeProvisionalSalesInReport ?
GrandTotalReportData.ClosingValue_WithProvisional : GrandTotalReportData.ClosingValue) |
Currency }}
|
Closing Quantity
|
{{!!includeProvisionalSalesInReport ? GrandTotalReportData.ClosingQty_WithProvisional
: GrandTotalReportData.ClosingQty }}
|