Add New Sale

✓ Sale added successfully!

Sale Entry Form

Record the total sales amount for the day along with payment mode.

Recent Sales (Last 20)

📋 View All
0, 'upi' => 0, 'card' => 0, 'bank_transfer' => 0, 'credit' => 0]; foreach ($recent_sales as $sale): $total += $sale['total_amount']; if (isset($payment_summary[$sale['payment_mode']])) { $payment_summary[$sale['payment_mode']] += $sale['total_amount']; } ?>
Date Total Amount Payment Mode Notes Added By Added On
'#28a745', 'upi' => '#17a2b8', 'card' => '#6f42c1', 'bank_transfer' => '#fd7e14', 'credit' => '#dc3545' ]; $color = $mode_colors[$sale['payment_mode']] ?? '#666'; ?> 50): ?>... -
Total (Last 20):

Payment Mode Summary (Last 20):

'Cash', 'upi' => 'UPI', 'card' => 'Card', 'bank_transfer' => 'Bank Transfer', 'credit' => 'Credit' ]; foreach ($payment_summary as $mode => $amount): if ($amount > 0): ?>
💰

No sales records yet

Start by adding your first sale entry above