saktibuana / pos-wholesales

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Point of Sale (POS) Application

Database Schema

Overview

This Point of Sale (POS) application is designed to streamline sales, manage inventory, and simplify business operations for retail businesses. It provides an intuitive user interface for handling various aspects of your business, including sales management, product inventory, customer data, and employee roles and permissions.

Contributors

Currently this project is initiated by me and contributed by fellow Arip Budiman, give us DM if you wanted to contribute also.

Features

  • Sales Management: Create, process, and track sales orders, including the ability to add products, apply discounts, and print receipts or invoices.

  • Inventory Control: Manage product listings, organize products into categories, and track stock levels. Receive new stock and manage supplier information.

  • Customer Management: Keep track of customer data, organize customers into groups, and implement customer loyalty programs.

  • Employee Management: Manage employee records, roles, and permissions to control access to various parts of the application.

  • Reporting and Analytics: Generate sales reports, inventory status reports, and financial statements to gain insights into your business.

  • Settings and Customization: Customize application settings, payment methods, receipt/invoice templates, and user management.

Installation and Setup

  1. Clone the Repository: git clone https://github.com/yourusername/pos-application.git

  2. Install Dependencies:

cd pos-application composer install npm install && npm run dev

  1. Database Setup:
  • Create a MySQL database and configure the .env file with your database credentials.
  • Run database migrations:
    php artisan migrate
    
  1. Start the Application:
  • Start the Application:
    php artisan serve
    
  1. Access the Application: Open your web browser and navigate to http://localhost:8000 to access the application.

  2. Login Credentials:

Screenshots

Screenshot 1

Screenshot 2

Contributing

Contributions are welcome! Please follow our contribution guidelines.

License

This project is licensed under the MIT License.


Note: There are no note aside to always mention me in every of your slides/work presentation

About


Languages

Language:PHP 71.9%Language:Blade 27.8%Language:JavaScript 0.3%