Fatma-Tawfeek / pos-laravel

POS system using Laravel framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Point of Sale (POS) System

A multilingual Point of Sale (POS) system developed using Laravel, HTML, CSS, JavaScript, and Bootstrap. This system allows managing products, orders, clients, and users with specific roles and permissions.

Login Page Home Page Products Page POS Page Settings Page

Features

  • Multilingual Support: The system supports both Arabic and English languages.

  • Product Management: Easily add, edit, and delete products with details such as name, price, and quantity.

  • Order Management: Manage customer orders, track order history, and process payments.

  • Client Management: Keep track of clients, their details, and purchase history.

  • User Authentication and Authorization: Secure user authentication with roles and permissions. Admins can assign specific roles with defined permissions.

  • User Management: Admins can add and manage users, assigning them roles and updating permissions.

Technologies Used

  • Laravel
  • HTML
  • CSS
  • JavaScript
  • Bootstrap

Installation

  1. Clone the repository:

    git clone https://github.com/Fatma-Tawfeek/pos-laravel.git
  2. Install Dependencies:

    composer install
    npm install
  3. Set up the Database:

    php artisan migrate
  4. Start the Development Server:

    php artisan serve

Usage

  1. Login:
    Email: admin@admin.com
    Password: 12345678

Contributing

Contributions are welcome! Please follow the contribution guidelines for this project.

License

This project is licensed under the MIT License.


About

POS system using Laravel framework


Languages

Language:JavaScript 40.0%Language:CSS 37.7%Language:SCSS 16.6%Language:HTML 2.8%Language:PHP 1.7%Language:Blade 1.1%Language:TeX 0.0%Language:Handlebars 0.0%Language:Makefile 0.0%