InvenTree
InvenTree copied to clipboard
Open Source Inventory Management System
### Please verify that this feature request has NOT been suggested before. - [x] I checked and didn't find a similar feature request ### Problem statement When making an export...
### Please verify that this bug has NOT been raised before. - [x] I checked and didn't find a similar issue ### Describe the bug* I tried upgrading my docker...
### Please verify that this feature request has NOT been suggested before. - [x] I checked and didn't find a similar feature request ### Problem statement Hello, my team and...
### Please verify that this feature request has NOT been suggested before. - [x] I checked and didn't find a similar feature request ### Problem statement It would be great...
This pull request implements the feature requested in #9303 by adding a dedicated `delivery_address` field to Purchase Orders. ### Changes Implemented **Backend:** - [x] Created a new database migration (`0110_purchaseorder_delivery_address.py`)...
Follow up to https://github.com/inventree/InvenTree/pull/10051 - moves file name rending to the default rendering engine instead of jinja2 This might be breaking in some cases
### Please verify that this feature request has NOT been suggested before. - [x] I checked and didn't find a similar feature request ### Problem statement Currently the data importer...
### Please verify that this feature request has NOT been suggested before. - [x] I checked and didn't find a similar feature request ### Problem statement There is currently no...
### Body of the issue I tried to set-up SSO on my InvenTree instance and ran into a couple of issues while getting it to work. The [current documentation](https://docs.inventree.org/en/latest/settings/SSO/#create-provider-app) for...
This PR adds a way to add arbitrary or restricted (text) references to any model. Together with a minimal UI implementation, this enables linking external sources/IDs and internal models. This...