{% load static %}
Logo SBMS Report
Start Date : {{ start_date }}
End Date : {{ end_date }}

Laporan Pengeluaran

{% if stocks %} {% for stock in stocks %} {% endfor %} {% else %} {% endif %}
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 }}

Laporan Pemasukan

{% if transaction_items %} {% for item in transaction_items %} {% endfor %} {% else %} {% endif %}
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 }}

Rekapitulasi

Total Pengeluaran {{ stock_total }}
Total Pemasukan {{ transaction_total }}
Saldo {{ balance }}
Generated on: {{ now|date:"l, F j, Y, H:i" }} | Page <> of <>