Skip to content

Latest commit

 

History

28 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP - POS Minimarket

How to setup:

  1. Change the root folder name to 'minimarket' after cloning from cloud
  2. Import database 'database/minimarket.sql' to sql database

Features:

  1. Login & Logout as admin/cashier
  2. Authorization between role
  3. Live search in some of pages
  4. CRUD operations for cashier datas (admin only)
  5. CRUD operations for product datas (add & edit operations admin only)
  6. CRUD operations for category datas
  7. CRUD operations for voucher datas
  8. CRUD operations for sale datas (delete admin only)
  9. CRUD operations for purchase datas (admin only)
  10. CRUD operations for customer datas
  11. CRUD operations for supplier (brand) datas (admin only)

Explanation of every routes

  • /minimarket -> The dasboard page for admin/cashier (still in development)
  • /minimarket/pages/auth/admin -> The login form for admin
  • /minimarket/pages/auth/cashier -> The login form for cashier
  • /minimarket/pages/cashiers -> The detail operations for cashiers
  • /minimarket/pages/categories -> The detail operations for categories
  • /minimarket/pages/customers -> The detail operations for customers
  • /minimarket/pages/products -> The detail operations for products
  • /minimarket/pages/purchases -> The detail operations for purchases
  • /minimarket/pages/sales -> The detail operations for suppliers / brands
  • /minimarket/pages/vouchers -> The detail operations for vouchers

Concept between purchase and sale

Purchases are transaction data for products we buy from suppliers/brands. Sales are transaction data for products we sell to customers or buyers.

Disadvantages:

  1. Poor and lack of UI/UX design
  2. The system concept is still not optimal
  3. A few features/pages still under the development

If found any problem, just create a github issues - Vincent

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages