{"id":22561981,"url":"https://github.com/pradipece/invantory_management_system","last_synced_at":"2026-04-12T09:41:47.045Z","repository":{"id":238133279,"uuid":"591023106","full_name":"pradipece/Invantory_Management_System","owner":"pradipece","description":"This project consists of an Inventory Management System powered by Flask Python.","archived":false,"fork":false,"pushed_at":"2024-12-01T18:06:35.000Z","size":3983,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-02T13:15:42.525Z","etag":null,"topics":["flask","git","html","html-css-javascript","python","yml"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pradipece.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-19T18:53:08.000Z","updated_at":"2024-12-01T18:06:38.000Z","dependencies_parsed_at":"2024-05-04T14:47:45.089Z","dependency_job_id":"7621f976-84fe-4bc8-85f7-387c5ad8d88f","html_url":"https://github.com/pradipece/Invantory_Management_System","commit_stats":null,"previous_names":["pradipece/invantory_management_system"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pradipece%2FInvantory_Management_System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pradipece%2FInvantory_Management_System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pradipece%2FInvantory_Management_System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pradipece%2FInvantory_Management_System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pradipece","download_url":"https://codeload.github.com/pradipece/Invantory_Management_System/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246034231,"owners_count":20712851,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flask","git","html","html-css-javascript","python","yml"],"created_at":"2024-12-07T22:11:07.630Z","updated_at":"2026-04-12T09:41:42.025Z","avatar_url":"https://github.com/pradipece.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Inventory Management System\n\n_\"Simple Inventory Management System powered by Flask\"_\n\n## Table of Contents\n\n- [Installation](#installation)\n- [Overview](#overview)\n- [Usage](#usage)\n  - [Starting Things Up](#starting-things-up)\n  - [Getting Into It](#getting-into-it)\n    - [Inserting products and locations](#adding-products-and-locations)\n    - [Moving things around](#moving-things-around)\n    - [Editing Existing Data](#editing-existing-information)\n- [Dependencies](requirements.txt)\n- [License](#license)\n\n## Installation\n\ngit repository:\n\n```sourceCode console\n$ cd Inventory_Management_System\n```\n\n![](docs/utilities/1.gif)\n\nInstall necessary dependencies\n\n```sourceCode console\n$ pip3 install -r requirements.txt\n```\n\nWhich is the same as\n\n```sourceCode console\n$ pip3 install flask\n```\n\n![](docs/utilities/2.gif)\n\n## Overview\n\nThe index page or summary covers the system summary, containing lists of products and locations along with a count of unallocated products.\nOn the _products page_, we can add/edit/remove products from the system. The _location page_ covers similar functionality in the context of locations or warehouses.\nThe logistics page allows for product movement and maintains a tabular history of all transactions.\n\n## Usage\n\n### Starting Things up\n\nTo run the application, change the current working directory to\n\\~/Inventory_Management_System/inventory/\n\n```sourceCode console\n$ cd inventory\n```\n\nrun the app by typing the following command into your terminal\n\n```sourceCode console\n$ python3 -m flask run\n```\n\n![](docs/utilities/3.gif)\n\nThe application can be accessed at _localhost:5000_ in your browser\n\n![](docs/utilities/4.gif)\n\nThis view of the system can be accessed for demo purposes on installation, to start afresh and remove the inventory.sqlite file from the parent folder\n\n![](docs/utilities/5.gif)\n\n### Getting Into It\n\nA new system will look like this\n\n![](docs/utilities/6.gif)\n\n#### Adding Products and Locations\n\nTo add products, only the name and quantity are required\nAdding locations needs only the name to be added\n\n![](docs/utilities/7.gif)\n\n#### Moving Things Around\n\nProducts can be moved into and between warehouses _only after_ they have been added to the system\n\n![](docs/utilities/8.gif)\n\nMoving into locations\n\n![](docs/utilities/9.gif)\n\nMoving between locations\n\n#### Editing Existing Information\n\nEditing Product Information\n\n![](docs/utilities/10.gif)\n\nEditing Location Information\n\n![](docs/utilities/11.gif)\n\nDeleting Products and Locations on the System\n\n![](docs/utilities/12.gif)\n\n## Dependencies\n\n- Just Flask\\!\n\n## License\n\nThis project has been published under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpradipece%2Finvantory_management_system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpradipece%2Finvantory_management_system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpradipece%2Finvantory_management_system/lists"}