- Ali Hared(gediali019@gmail.com)
This is an asset inventory system that enables an organization to keep track of all the assets and their state, to ensure easy identification of any asset which need repair or purchase.
Procurement Manager
- Sign in with the application to start using it.
- See profile and update it
- Purchase new assets from manufacturers
- Register new assets
- Create new asset category
- Update and delete them
Manager
- Sign in with the application and start using it
- See profile and update it
- Locate assets to employees
- Approve and decline requests from employees
Employees
- Sign in with the application and start using it
- See profile and update it
- Request for a new asset
- Request for repair of an asset
Note: A system admin can do all this from django admin dashboard.
assets-inventoryy.herokuapp.com/
To get the project .......
https://github.com/Gedihared6409/asset-inventory.gitcd asset-inventory pipenv install -r requirements.txt - python -m venv virtual
-(linux) source virtual/bin/activate
-(windows) virtual/Scripts/activatepipenv install -r requirements.txt SetUp your database User,Password, Host then make migrate
python manage.py makemigrations assetsNow Migrate
python manage.py migrate python manage.py runserver python manage.py test Open the application on your browser 127.0.0.1:8000.
- Python3.6
- Django 3.0.8
- Heroku
- [Git](for version control)
- There are no known bugs currently but pull requests are allowed incase you spot a bug.
- Licensed underMIT license.