Restaurant POS

This is a sale management software for restaurant. Create invoice and print (via pos printer) to provide receipt to customer. Optimized to use in touch screen monitor.

Technology Used
  • CodeIgniter php framework is used for server side coding.
  • Bootstrap and jQuery are used for client side coding.
  • MySQL is used as database.

Project Details
  • Admin Panel
    • Customer, supplier, staff, shop setup.
    • Product item group, product item, instruction setup - which are used to create invoice/receipt.
    • Branch, payment method, promotional discount, scrolling message, special discount, tax, invoice message setup.
    • Reports
      • Order report
      • Entertainment report (food eaten by staff).
      • Item wise sale report.
      • Item group wise sale report.
      • Payment wise sale report.
      • User (sales person) wise sale report.
    • Sales Comparison
      • Day wise total sale, day and item wise sale, day and item group wise sale.
      • Hour wise total sale, hour and item wise sale, hour and item group wise sale.
  • Sales Panel
    • Create invoice/receipt: select product item, enter quantity, choose instruction (if any), select payment method, select discount (if any) and finally print the invoice/receipt.
    • Create entertainment (food eaten by staff) invoice: select product item, enter quantity, choose instruction (if any), select staff and finally print the invoice.
    • Currently logged in user report
      • Search by order no.
      • Search by date.
    • Customer entry and report.
    • Cash transfer from current register to another register.