brandaoplaster / sales-management

mini system to manage sales.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sale Management

A small administrative system that enables sales management and sales representatives to be Manager and Salesperson.

  • The seller can make sales, register customers and see their commissions,
  • Manager can create products, discounts and other users.
  • Export data to PDF using graphics.

Prerequisites

You just need have docker-compose installed in your machine.

Getting Started

To get the app running, run the following commands:

  docker-compose build
  docker-compose run --rm webiste bundle install
  docker-compose run --rm website bundle exec rails db:create
  docker-compose run --rm website bundle exec rails db:migrate
  docker-compose up

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

mini system to manage sales.

License:MIT License


Languages

Language:Ruby 87.0%Language:HTML 7.3%Language:JavaScript 3.6%Language:Dockerfile 1.2%Language:CSS 0.9%