-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Please verify that this feature request has NOT been suggested before.
- I checked and didn't find a similar feature request
Problem statement
In InvenTree 0.x there was an export plugin called “Line Item Export”. It allowed exporting line items for purchase orders and sales orders (order lines, quantities, references, pricing, etc.) into a structured export format for downstream processing.
After migrating to InvenTree v1, this functionality appears to be missing. We rely on line-level exports for integrations and reporting, and the existing order exports do not fully replace this use case.
Questions:
Does an equivalent solution already exist in InvenTree v1 (core or plugin)? Where can I find it?
If not, is line-item–level export functionality planned or discussed on the roadmap?
Is there a preferred architectural approach for reintroducing this as a plugin in v1?
Any pointers to existing work, discussions, or design guidance would be useful.
Example of an older export we could track down PurchaseOrderLineItem-2025-xx-xx.xlsx:
edit:
I again talked to my co-worker and with the help of a docker v0.17 inventree he showed me what was used.
It was: http://inventree.localhost/admin/order/purchaseorderlineitem/ . IIRC this is just some UI on top op the database model. Not really an export plugin. My question is still "is this possible" but is perhaps not 100% talking about the right place.
Suggested solution
Describe alternatives you've considered
Examples of other systems
No response
Do you want to develop this?
- I want to develop this.