0Products
0Suppliers
0Total Stock Qty
0Low Stock Items
System Status
This starter app is working if you can login and see database statistics.
Foundation ready: GitHub + Cloudflare Pages + Supabase.
Products / Medicines
Products from your Supabase database.
| Name |
Generic |
Unit |
Reorder Level |
Current Stock |
Status |
Stock Movement
Use this to test stock in/out. Later purchase and sales modules will create these movements automatically.
Create Purchase Order
This first purchase module supports one item per purchase order. Later we will upgrade it to multiple items, receive workflow, purchase return, and supplier payment.
Tip: If status is RECEIVED, stock will automatically increase using an IN_PURCHASE stock movement.
0Purchase Orders
0Total Purchase Value
0Total Paid
0Total Due
Purchase Order List
| PO Number |
Date |
Supplier |
Status |
Grand Total |
Paid |
Due |
Note |
Create Sale / POS Invoice
This first sales module supports one item per invoice. It automatically decreases stock and creates cash collection when paid amount is greater than zero.
If status is COMPLETED, stock will automatically decrease using OUT_SALE.
0Sales Invoices
0Total Sales
0Sales Paid
0Sales Due
Sales List
| Invoice | Date | Customer | Status | Total | Paid | Due | Method |
|---|
Cash Management
Track manual cash in/out. Sales with paid amount automatically create SALE_COLLECTION transactions.
0Total Cash In
0Total Cash Out
0Cash Balance
0Transactions
Cash Transactions
| Date | Type | Amount | Reference | Note |
|---|
Sales Return
Returns one item and automatically increases stock. If refund amount is entered, cash decreases.
Purchase Return
Returns one item to supplier and automatically decreases stock. If refund amount is entered, cash increases.
0Sales Returns
0Sales Refunds
0Purchase Returns
0Purchase Refunds
Salary Payment / Payroll
This creates salary payment record and automatically creates CASH_OUT transaction.
0Salary Payments
0Total Salary Paid
0Total Bonus
0Total Deduction
Salary Payment List
| Date | Month | Employee | Basic | Bonus | Deduction | Net | Note |
|---|
Roadmap
This is only the first Supabase-connected starter version.
- Current: login, products, suppliers, customers, stock movements, purchase orders, sales/POS, returns, payments, cash, payroll, HRM, attendance, reports.
- Next: multi-item invoices, print/PDF, advanced reports, strict role permissions, backup/export, better UI.
- Later: HRM, attendance, payroll, role permissions, audit logs.
Use fake/demo data only until production security, backups, and paid domain/hosting are ready.