https://github.com/omonimus1/de_store_management
🏪 Django Project designed for stock management monitoring
https://github.com/omonimus1/de_store_management
admin-dashboard bootstrap django-project management-system stock
Last synced: 12 days ago
JSON representation
🏪 Django Project designed for stock management monitoring
- Host: GitHub
- URL: https://github.com/omonimus1/de_store_management
- Owner: omonimus1
- Created: 2021-10-06T09:59:00.000Z (about 4 years ago)
- Default Branch: devel
- Last Pushed: 2024-09-03T19:15:37.000Z (about 1 year ago)
- Last Synced: 2025-06-13T14:07:08.717Z (4 months ago)
- Topics: admin-dashboard, bootstrap, django-project, management-system, stock
- Language: JavaScript
- Homepage:
- Size: 28.4 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ED Store
ED store is a management system that allow a store managers to monitor
stock, offers, loyalty cards, and others managers all by one platform.## Technologies, framework and tools Used
* Django
* HTML, CSS, Javascript, Bootstrap
* Github# 🔗 Links - [Get my Linktree](https://linktr.ee/davidepollicino) #
[](https://linkedin.com/in/davidepollicino7/)
[](https://github.com/omonimus1)
[](https://davidepollicino.medium.com/)
[](mailto:davidepollicino2015@gmail.com)
[](https://twitter.com/DavidePollicin)## Apply for a mentorship session with me (get a 7 days free trial)
![]()
## Functionalities
#### User management:
* Admin are able to login and create new authorized users by using the built-in Django admin dashboard.
#### Sales preview:
* A manager will be able to view a sale preview related to the last 24 hours, week, months, trimester, year and total (in according to the full history present in the database).
#### Product management:
* View list of products.
* Edit product price and minimum stock needed before to have an alert.
* Receive an alert (email), once the product stock items would go under the minimum items.
* View Information related to the Products, like ID, name, price, description, category, stock, minimum stock, status.
#### Financial Verification:
* Emulate the integration of a third-part service that will allows the manager to verify if a client is eligible for montly payment.
#### Offer:
* A manager is able to create a new offer and view the total list of offer available
#### Loyalty Card:
View list of loyalty card with their relative status and information (card number, Owner full name, owner email, points accumulated in the card, activation date, state: active or not active).
#### Logout:
* To increase security levels, admins are able to logout once access to the platform is no longer needed and login back once needed.## System requisites
* Python3
* Pip
* Mailhog
## How to run
```
cd mysite
source venv/bin/activate
python3 manage.py runserver
```
## Run unit tests
```
python3 manage.py test
```## Login
Make sure to create a user by the project admin section in order to login and get access to the dashboard.## Preview
### Login page

### Sales Overview Page

### Product page

### Edit product
### Offer page
### Prototype integration third-part finance check service
