Baketrack
BakeTrack is a compact, production-ready bakery management system that combines POS, inventory, recipe costing, multi-branch user management, and CSV reporting in a single CodeIgniter 4 app. Built with a responsive Bootstrap frontend and modular PHP controllers, it streamlines cashier workflows, automates stock tracking, and computes recipe costs in real time via AJAX endpoints.
Role & contributions
– Designed the relational schema, created migrations and seeders.
– Implemented core controllers (POS, Products, Recipes, Orders, Reports) and reusable layouts.
– Developed client-side UX (debounced search, dynamic alerts, printable receipts) and CSV export for quick demos.
Tech
– PHP (CodeIgniter 4), MySQL-compatible DB, Bootstrap 5, vanilla JS.
Impact
– Enables faster checkout, reduces stockouts with reorder alerts, and provides immediate recipe cost visibility for margin control.
Run locally: configure .env, run migrations & seeders, then php spark serve. Repo: c:\Users\acer\Codes\baketrack