DEV Community

Discussion on: Build a Simple POS System with Laravel

Collapse
 
rcls profile image
OssiDev • Edited

I'm currently building and running a POS system for a client, and migrating it on top of Laravel from Azure Functions. I've built an electronic cash register mobile app using Flutter that communicates with the POS system and integrated it with three payment device vendors (so far).

You could build proper dashboards for this, displaying monthly sales and revenue. Also, reports are a big thing. You have to file tax reports and accounting reports.

Collapse
 
arshidkv12 profile image
Arshid

Thank you. I added VAT/GST option