A dedicated inventory management and point-of-sale system built for the local sari-sari store. It streamlines daily operations by tracking sales, managing product stock, and digitizing the credit (utang) process with a focus on offline reliability.
- SwiftData Integration: Fully offline, persistent data models for
Products,Sales,SaleItems, andCustomers. - Inventory Management: Complete Create, Read, Update, and Delete (CRUD) functionality for all stock items.
- Smart Alerts: Automated color-coded warnings triggered when stock levels fall below your custom thresholds.
- Snapshot Pricing: The checkout system locks in the exact cost and selling price at the time of the transaction, ensuring historical profit data remains accurate even if item prices change in the future.
- Automated Stock Deduction: Selling an item instantly updates your physical inventory counts in real-time.
- Customer Tabs: A dedicated system to track outstanding balances and customer credit.
- Debt Settlement: Seamlessly link specific transactions to customers, view unpaid receipts, and clear balances upon payment.
- Live Aggregation: Instantly sums up daily revenue and tubΓ³ (profit).
- Data Visualization: Utilizes native Apple Swift Charts to render 7-day profit trends directly from your local, offline data.
- Real-time Recognition: Powered by AVFoundation and Vision frameworks to scan barcodes at 60 frames per second.
- Integrated Workflow: The scanner is tightly coupled with both the Inventory (for adding new stock) and the Checkout (for rapid transaction processing).
- Language: Swift
- Frameworks: SwiftUI, SwiftData, AVFoundation, Vision, Swift Charts