https://github.com/brandaoplaster/sales-management
mini system to manage sales.
https://github.com/brandaoplaster/sales-management
rails-admin ruby ruby-on-rails
Last synced: 5 months ago
JSON representation
mini system to manage sales.
- Host: GitHub
- URL: https://github.com/brandaoplaster/sales-management
- Owner: brandaoplaster
- License: mit
- Created: 2018-10-25T00:34:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T11:20:58.000Z (over 3 years ago)
- Last Synced: 2025-02-03T23:48:48.786Z (over 1 year ago)
- Topics: rails-admin, ruby, ruby-on-rails
- Language: Ruby
- Size: 104 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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
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
* [Ruby on Rails](https://rubyonrails.org/) - Dependency Management
* [Rails Admin](https://github.com/sferik/rails_admin) - Dependency Management
## Authors
* **Lucas Brandão** - [brandaoplaster](https://github.com/brandaoplaster)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details