Visit our public page
Developer and maintenar: Márk Kiss
A bespoke web application for managing orders, customers, products, invoices and finance tracking for Nuti Pita Limited\
- Customer details
- Basic CRUD operations
- Unique product pricing/customer
- Basic CRUD operations
- Night and day time orders
- Recurring (standing) orders (per customer, per day, per product)
- cron jobs, fully automated
- Filtering
- Sorting
- Pagination
- Dedicated page for orders that has to be done on current day
- separated into day and night time orders
- Order summaries (total orders, total income, total for each product)
- Summary PDF for a customer of selected orders
- Basic CRUD operations
- Create invoices in 3 different ways:
- for a single order
- for a bulk of orders (within user's specified date range)
- manually (product quantities are added manually by the user)
- Based on a PDF template
- Filtering
- Pagination
- bank statement can be uploaded as .csv
- uploaded csv can be live edited before saving (deleting columns, changing values, setting item category)
- separated income and expense filtering
- toggle UI theme (black and white)
- different UI color schemes (green, pink, orange, etc...)
- fully responsive
- specific support for tablet devices
- different components for mobile - cards on mobile, instead of table - pop-up card for more details
- placeholders for loading elements (clear indicator for the user that data is being loaded)
- custom select component built with Livewire and Alpine, styled as requested