TOTAL PENJUALAN SAAT INI (REAL TIME)
SATUAN : LITER
UPDATE : {{currentDateTime()}}
TOTAL : {{formatPrice(grandtotal)}}
| AREA JUAL | SADP II | KGB |
|---|---|---|
| BANJARMASIN | {{formatPrice(qtybanjarmasin)}} | {{formatPrice(qtybjm)}} |
| KOTABARU | {{formatPrice(qtykotabaru)}} | {{formatPrice(qtykgb)}} |
| HALMAHERA | {{formatPrice(qtyhlm)}} | 0 |
| LAMERURU | {{formatPrice(qtylm)}} | 0 |
| SAMARINDA | {{formatPrice(qtysm)}} | 0 |
| KALIORANG | {{formatPrice(qtykl)}} | 0 |
| WAREHOUSE BBM | {{formatPrice(qtybbm)}} | 0 |
| MOROSI | {{formatPrice(qtymor)}} | 0 |
| MELAK | {{formatPrice(qtymelak)}} | 0 |
| TOTAL | {{formatPrice(total1)}} |
{{formatPrice(total2)}} |
PENJUALAN PER TAHUN
| # | Bulan | SADP II | KGB | TOTAL |
|---|---|---|---|---|
| {{ index + 1 }} | {{ sales.Bulan }} | {{ formatPrice(sales.sadpii)}} | {{ formatPrice(sales.kgb)}} | {{ formatPrice(sales.Total)}} |
RINGKASAN OUTSTANDING PO BBM SADP 2
UPDATE : {{currentDateTime()}}
| STATUS PO | BANJARMASIN | KOTABARU |
|---|---|---|
| TOTAL PO TERBIT | {{formatPrice(pobjm)}} | {{formatPrice(poktb)}} |
| PO YANG SUDAH DIAMBIL | {{formatPrice(selisihbjm)}} | {{formatPrice(selisihktb)}} |
| OUTSTANDING PO | {{formatPrice(openpobjm)}} |
{{formatPrice(openpoktb)}} |
DETAIL OUTSTANDING PO SADP 2 PER VENDOR
| # | Vendor | Open Qty | Warehouse |
|---|---|---|---|
| {{ index + 1 }} | {{ pocus.Customer }} | {{ formatPrice(pocus.OpenQtyPO)}} | {{ pocus.Warehouse }} |
TOTAL STOCK SADP 2 (REAL TIME)
| BIN | BANJARMASIN | KOTABARU |
|---|---|---|
| {{ stock.Total }} | {{ formatPrice(stock.Banjarmasin)}} | {{ formatPrice(stock.Kotabaru)}} |
TOTAL STOCK KGB (REAL TIME)
| BIN | BANJARMASIN | KOTABARU |
|---|---|---|
| {{ a.Total }} | {{ formatPrice(a.Banjarmasin)}} | {{ formatPrice(a.Kotabaru)}} |
DETAIL STOCK SADP 1
| # | Customer | Group | Batch | Qty |
|---|---|---|---|---|
| {{ index + 1 }} | {{ st.CardName }} | {{ st.GroupName}} | {{ st.U_BatchNumber}} | {{ formatPrice(st.SUMBalance)}} |
DETAIL STOCK DML
| # | Customer | Group | Batch | Qty |
|---|---|---|---|---|
| {{ index + 1 }} | {{ st2.CardName }} | {{ st2.GroupName}} | {{ st2.U_BatchNumber}} | {{ formatPrice(st2.SUMBalance)}} |
TOTAL OUTSTANDING
| Total Open DO | Total Inv | Grand Total |
|---|---|---|
| {{ formatPrice(total.TotalOpenDo)}} | {{ formatPrice(total.TotalInv)}} | {{ formatPrice(total.TotalAll)}} |
MONITORING OUTSTANDING AR PER GROUP
| Group | Totap Open DO | Totap Inv | Grand Total |
|---|---|---|---|
| {{ pergroup.NamaGroup}} | {{ formatPrice(pergroup.GrandTotalOpenDo)}} | {{ formatPrice(pergroup.GrandTotalInv)}} | {{ formatPrice(pergroup.GrandTotalAll)}} |
MONITORING OUTSTANDING AR
| Nama | Nama Group | Totap Open DO | Totap Inv | Grand Total |
|---|---|---|---|---|
| {{ outstanding.NamaCustomer}} | {{ outstanding.NamaGroup}} | {{ formatPrice(outstanding.TotalOpenDo)}} | {{ formatPrice(outstanding.TotalInv)}} | {{ formatPrice(outstanding.TotalAll)}} |