Skip to content

alchemist09/bc-X-inventory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

bc-X-inventory

Inventory Management

This app should be able to keep inventory of Andela’s assets, mainly electronics e.g. laptop, projector, cables, etc. The admins for this app, are staff members in the Ops and Facilities Department and the rest are staff members (and fellows).

  1. As a super-admin, I should be to sign-in and add other admins
  2. As an admin, I should be able to sign-in
  3. As an admin, I should be able to add an asset record, with the following details:
  • Asset Name
  • Description
  • Serial Number
  • Andela Serial Code
  • Date bought
  • Etc.
  1. As an admin, I should be able to assign an asset to a staff member. I should add the date for reclaiming back the asset
  2. As an admin, I should be able to un-assign (reclaim) an asset from a staff member
  3. As an admin, I should be able to see a list of assigned assets (and their assignees) and a list of available (unassigned) items
  4. As an admin, I should be able to see a reminder (notification) for items that are to be reclaimed soon, or the reclaiming date has passed
  5. As a user (staff member), I should be able to report a case of an item getting lost
  6. As a user (staff member), I should be able to report a case of a lost-and-found item
  7. As an admin, I should be able to view all the cases of lost items, and lost-and-found items Idea
  8. As an admin, I should be able to mark a case as resolved (appropriately), with some description

Installation

Clone this repo in a virtual environment in your machine the install required dependencis using the requirements.txt file. You install the required dependencies using pip by running the following command on your terminal once your have activated your virtual environment:

pip install -r requirements.txt

Running Application

Start the application by running the run.py file from the terminal. Go to idnex paeg and login using credentials:- username:admin, password:lpi02H6q6F

About

Inventory management application to keep track of Andela assets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published