angkosal/laravel-pos — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a web based point of sale system for a small shop, cafe, or restaurant. I want an admin login, a simple dashboard showing total revenue, today’s sales, and top selling products, and screens to manage products with photos, prices, stock, categories, search, filters, edit and delete.

The main POS screen should be fast and easy for a cashier, work well on desktop and tablet, let them find items by barcode scan or name search, add quantities to a cart, choose a customer, and create an order. After checkout, stock should update and the order should be saved with an invoice style detail page.

Also include customer and supplier management, purchase entry so new stock can be added from suppliers, purchase receipts, order lists with date filters, and basic store settings like business name and currency. Use Laravel and a normal database setup. Make it clean and practical, seed an admin user, and include setup steps so I can run it locally. Look up current Laravel docs online if needed.

Want more depth? Deep Reverse