+ @* Overview *@
+
+
+
+
+
Total Items Registered
+ {{ reportData.itemCountRegistered }}
+
+
+
+
+
+
+
Items Still In Stock
+ {{ reportData.itemCountStillInStock }}
+
+
+
+
+
+ @* Stock Receive *@
+
+
Stock Receive Listing
+
+
+
+ | No. |
+ Date |
+ Doc No. |
+ Vendor |
+ Stock ID |
+ Description |
+ Quantity |
+ Foreign Currency |
+ Exchange Rate |
+ RM |
+ Total (RM) |
+
+
+
+
+ | {{ index + 1 }} |
+ {{ item.purchaseDate }} |
+ {{ item.invoiceNo }} |
+ {{ item.supplier }} |
+ {{ item.uniqueID }} |
+ {{ item.productName }} ({{ item.category }}) |
+ {{ item.quantity }} |
+ {{ item.currency }} |
+ {{ item.currencyRate }} |
+ {{ item.convertPrice.toFixed(2) }} |
+ {{ (item.quantity * item.convertPrice).toFixed(2) }} |
+
+
+
+
+
+ @* Stock Issue *@
+
+
Stock Issue Listing
+
Month: -----
+
+
+
+ | No. |
+ Stock ID |
+ Description |
+ Qty |
+ Unit Price (RM) |
+ Total (RM) |
+ Station |
+ Requestor |
+
+
+
+
+ | {{ index + 1 }} |
+ {{ m.uniqueID }} |
+ {{ m.description }} |
+ {{ m.quantity }} |
+ {{ m.unitPrice.toFixed(2) }} |
+ {{ (m.quantity * m.unitPrice).toFixed(2) }} |
+ {{ m.stationName }} |
+ {{ m.requestorName }} |
+
+
+
+
+
+ @* Stock Card *@
+
+
Stock Card
+
Stock ID: ------
+
Stock Description: ---------
+
+
+
+
+ | Location |
+ Date |
+ Doc No. |
+ B/F Qty |
+ In |
+ Out |
+ Balance |
+ Unit Price |
+ Total Cost |
+ Balance Cost |
+
+
+
+
+ | HQ |
+
+ {{ item.invoiceDate }} |
+
+ {{ item.invoiceNo }} |
+
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+
+
+
+
+
+
+ @* Stock Balance Report *@
+
+
Stock Balance Report For The Month of {{ reportData.selectedPeriodLabel }}
+
+
+
+
+ | Stock ID |
+ Description |
+ B/F Qty |
+ In |
+ Out |
+ Balance |
+ Cost Balance (RM) |
+
+
+
+
+
+
+
+
+