Skip to content

Fatihur/msprintfix

Repository files navigation

MS Print Fix - Point of Sale & Inventory Management System

A comprehensive point of sale (POS) and inventory management system built with Laravel. This application helps businesses manage their products, sales, inventory, and suppliers efficiently.

Features

Product Management

  • Create and manage products with details like title, description, price, and stock
  • Upload product images
  • Organize products by categories
  • Track product inventory levels

Sales Management

  • Record sales transactions
  • Store customer information
  • Generate detailed sales reports
  • Track sales by date and customer

Inventory Management

  • Track incoming stock (Barang Masuk)
  • Record purchase prices and quantities
  • Automatically update product stock levels
  • Monitor stock movements

Supplier Management

  • Maintain supplier database
  • Record supplier contact information
  • Track purchases by supplier
  • Manage supplier relationships

Categories

  • Organize products into categories
  • Flexible category management
  • Easy product categorization

Technical Stack

  • Framework: Laravel
  • Database: MySQL
  • Frontend: Blade templates with Livewire
  • Authentication: Laravel built-in auth
  • File Storage: Laravel storage system
  • API: RESTful API endpoints available

Installation

  1. Clone the repository
  2. Install dependencies:
composer install
npm install
  1. Copy .env.example to .env and configure your database

  2. Generate application key:

php artisan key:generate
  1. Run migrations:
php artisan migrate
  1. Seed the database (optional):
php artisan db:seed
  1. Link storage:
php artisan storage:link
  1. Start the development server:
php artisan serve

Usage

  1. Login to the system using your credentials
  2. Navigate through the menu to access different modules:
    • Products
    • Categories
    • Sales
    • Inventory
    • Suppliers
  3. Use the dashboard to get an overview of your business metrics

API Documentation

The system provides REST API endpoints for:

  • Products management
  • Sales transactions
  • Inventory management
  • Supplier management
  • Category management

Each API endpoint is properly authenticated and follows RESTful conventions.

License

This application is open-sourced software licensed under the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors