-
-
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
When submitting an order, we want to send out an Excel that contains only a small amount of data, mostly just the MPN or SKU and the amount. The excel that one gets from downloading the data of an order includes much more than that and would require post processing to match the format we require. I generally think a more clear way to actually send out an order instead of just clicking 'issue order' should be implemented, so that the workflow can be more tailored around managing the entire order in InvenTree.
Suggested solution
Add some UI that lets you column match order line item data to columns in the exported file. I guess this can be achieved using exporters, but not everybody is a developer and perhaps it would be better to provide the option, especially for special cases where a specific format is only required once.
Describe alternatives you've considered
Exporting using a custom exporter plugin, though I am not quite sure how to achieve this to be honest.
Examples of other systems
No response
Do you want to develop this?
- I want to develop this.