Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miriammondragon/pomomin
PoMoMin is a administration web site developed in Python/Django. Its functionalities are related to inventory/equipment with several utilities to make administration easy and centralized.
https://github.com/miriammondragon/pomomin
bar-code bootstrap database-design django inventory-administration-system javascript jquery python qr-code sql-server transact-sql
Last synced: 7 days ago
JSON representation
PoMoMin is a administration web site developed in Python/Django. Its functionalities are related to inventory/equipment with several utilities to make administration easy and centralized.
- Host: GitHub
- URL: https://github.com/miriammondragon/pomomin
- Owner: MiriamMondragon
- Created: 2023-02-09T16:48:37.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-14T05:35:01.000Z (over 1 year ago)
- Last Synced: 2024-12-04T16:19:11.072Z (2 months ago)
- Topics: bar-code, bootstrap, database-design, django, inventory-administration-system, javascript, jquery, python, qr-code, sql-server, transact-sql
- Language: TSQL
- Homepage:
- Size: 64.2 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PoMoMin
## Key Words
SQL Server Transact SQL DataBase Design Python Django Bootstrap JavaScript jQuery QR Code Bar Code Inventory Administration System
## Video Demo
You can watch this project functionalities in the video demo for [PoMoMin Project](https://youtu.be/1WyjjNZNAgg).## Functionality and Usage
- Allows equipment and inventory to be recorded with all relevant information.
- Allows editing of information or deactivation of equipment or furniture.
![Screenshot of the project.](/Images/7.PNG)
- Provides unique barcodes and QR codes within the system for each piece of equipment/furniture in the company, and their export in PNG format for printing.
- Allows the use of a virtual reader for barcodes and QR codes for quick search of equipment/furniture.
![Screenshot of the project.](/Images/3.png)
- Lists the total equipment or furniture between branches, using filters, or textual search.
- Allows recording relevant information of company employees, editing and deactivation.
- Records the assignment of equipment or furniture to an employee and generate reports on this process.
- Manages branches, departments and suppliers for informational use of registered equipment or furniture.
- Generates current inventory reports, assignment of equipment or furniture to employees, damaged equipment report, equipment/furniture report in branch and inventory movement report per month.
![Screenshot of the project.](/Images/6.PNG)
- Recording of activity in the system through a log.
- Use of a responsive web interface for computers and mobile devices.
![Screenshot of the project.](/Images/1.PNG)## Considerations
1. The Python/Django code is large, so the repository only shows a preview the database model, functions and stored procedures needed for the base and bones of the project.
2. You can download the zip file if you wish to see the code.
3. It uses a virtual environment wish might need recreation before running the code, since the framework needs to point local paths to work as expected.