{% load static %}
![]() |
SBMS Report |
Tanggal | Produk | Kategori | Supplier | Qty | Harga | Subtotal |
---|---|---|---|---|---|---|
{{ stock.date_in|date:"d/m/Y" }} | {{ stock.product }} | {{ stock.category }} | {{ stock.supplier }} | {{ stock.stock_in }} | {{ stock.price }} | {{ stock.subtotal }} |
No products found for the selected date range. | ||||||
Total: | {{ stock_total }} |
Tanggal | Kode | Produk | Kategori | Employee | Customer | Qty | Harga | Subtotal |
---|---|---|---|---|---|---|---|---|
{{ item.updated_at|date:"d/m/Y" }} | {{ item.transaction_id }} | {{ item.product }} | {{ item.category }} | {{ item.employee }} | {{ item.customer }} | {{ item.qty }} | {{ item.unit_price }} | {{ item.subtotal }} |
No transactions found for the selected date range. | ||||||||
Total: | {{ transaction_total }} |
Total Pengeluaran | {{ stock_total }} |
Total Pemasukan | {{ transaction_total }} |
Saldo | {{ balance }} |
Generated on: {{ now|date:"l, F j, Y, H:i" }} | Page < |