InvenTree
InvenTree copied to clipboard
Open Source Inventory Management System
The current implementation of the "table field" requires some thinking to make it more generic and some general refactoring. Placing a note here as a reminder to look into this...
This PR represents a major change in approach to how we import / export data. Previously we have relied on external libraries for importing / exporting - which all come...
### Please verify that this bug has NOT been raised before. - [X] I checked and didn't find a similar issue ### Describe the bug* When importing a csv file...
### 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 creating a build...
### Please verify that this feature request has NOT been suggested before. - [X] I checked and didn't find a similar feature request ### Problem statement For better work planning...
### Please verify that this bug has NOT been raised before. - [X] I checked and didn't find a similar issue ### Describe the bug* In old version 0.11 doesn't...
### 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 Part Stock...
Adds a simple implementation of approvals to Purchase Orders. Also introduces a "ready" status and ability to limit order issuance to members of a group. Closes #3501 The following has...
### Please verify that this feature request has NOT been suggested before. - [X] I checked and didn't find a similar feature request ### Problem statement Some plugins require extra...
Under the "Test Template" table, display a table of stock items showing in a grid view which tests have been passed / failed for each item. - Filter by serial-number...