Inventory-Manager icon indicating copy to clipboard operation
Inventory-Manager copied to clipboard

An inventory management system using Flask

Results 6 Inventory-Manager issues
Sort by recently updated
recently updated
newest added

I'm trying to run the app using this command "python3 run,py" but I'm getting this error "ModuleNotFoundError: No module named 'flask' " but i have installed the requirements successfully using...

Bumps [flask](https://github.com/pallets/flask) from 1.0.2 to 2.3.2. Release notes Sourced from flask's releases. 2.3.2 This is a security fix release for the 2.3.x release branch. Security advisory: https://github.com/pallets/flask/security/advisories/GHSA-m2qf-hxjv-5gpq, CVE-2023-30861 Changes: https://flask.palletsprojects.com/en/2.3.x/changes/#version-2-3-2...

dependencies

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.15.3 to 2.2.3. Release notes Sourced from werkzeug's releases. 2.2.3 This is a fix release for the 2.2.x release branch. Changes: https://werkzeug.palletsprojects.com/en/2.2.x/changes/#version-2-2-3 Milestone: https://github.com/pallets/werkzeug/milestone/26?closed=1 This release contains...

dependencies

Others may not have been able to open your app due to outdated Werkzeug in requirements.txt. I was able to run the app by changing Werkzeug==0.15.3 >>> Werkzeug==Werkzeug==2.0.1 in requirements.txt....

how to add product to particular location.??

the ui responsiveness doesnt quite work