Skip to content

Ryalcantara/Sales-Management-app

Repository files navigation

Sales Management App

This is an exciting project that utilizes Node, NPM, Composer, and Laravel.

An acccounting system that is specifically made for a local commission-based business.

Features:

  • Dashboard with chartjs

    Dashboard. Dashboard.

  • List of Employees

    Employees. Employees.

    • CRUD with an addition of viewing function
  • Daily Time Record

    Time. Time.

    • CRUD function
    • Employee Time Log depending on current time
  • Daily Sales Record

    Time. Time.

  • Payroll

    Time.

  • Financial Report (Under Development)

  • Inventory

    Time.

  • List of Services

    Time.

  • List of Customers

    Time.

  • Deductions For Employee

    Time.

  • Backup and Restore (Under Development)

Prerequisites

Make sure you have the following tools properly installed on your computer:

  • Git

  • Node.js (with NPM)

  • Composer

  • PHP

  • Laravel

Project Setup/Installation

  1. Clone this repository:

    git clone https://github.com/Ryotard/Sales-Management-app.git
  2. Change Directory to the project directory

    cd Sales-Management-app

Node Setup

  1. Install Node dependencies:

    npm install

Composer Setup

  1. Install PHP dependencies:

    composer install

This will install all the dependencies as defined in the package.json file for the Node environment and in the composer.json file for the PHP environment.

Running / Development

Once you've installed all the dependencies, follow these steps:

  1. run command

    npm run build
  2. run command

    php artisan serve
  3. Visit your app at http://localhost:8000.

Further Reading / Useful Links

Contributing

Contribution guidelines for this project follow the standard fork -> feature branch -> pull request workflow. If you want to contribute, please create an appropriate branch following these guidelines.

About

Laravel Remake Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages