-
-
Notifications
You must be signed in to change notification settings - Fork 840
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exporting a Stock table does not include the "Stock value" column #6321
Comments
@JambonLeVrai can you please provide an example screenshot of the data you are looking to export here? I'm not sure exactly what you're asking for |
@JambonLeVrai I see what you are saying. This could be added in to the export feature. Would you be willing to sponsor this? There are a lot of other features on our development schedule :) |
This issue seems stale. Please react to show this is still important. |
Not Stale |
@JackFGS @JambonLeVrai if you guys want to see attention given to this, I suggest that you check out this issue. The import / export framework is undergoing a major refactor which will allow us to support new features such as this. Is you would like to see this given priority you can sponsor either this issue or #3101 |
This is now implemented in #6911 |
Please verify that this bug has NOT been raised before.
Describe the bug*
The "Stock value" column, which is displayed when displaying the stock, is not exported when performing an export.
Steps to Reproduce
Expected behaviour
I would expect this column to be exported along with the rest. It seems pretty straightforward, since the export function exports pretty much all the info displayed on the table of the inventree frontend, that it would also export this column.
The "stock value" also includes some valuable information that cannot be obtained from the other columns, since it gives a value to a stock item even if it is not tied to a purchase order (and therefore does not have a purchase price) or if it is an assembly (where the value is computed from the components of the assembly).
Deployment Method
Version Information
Version Information:
InvenTree-Version: 0.13.3
Django Version: 3.2.23
Commit Hash: e81349e
Commit Date: 22/01/2024
Database: postgresql
Debug-Mode: False
Deployed using Docker: True
Platform: Linux-5.15.0-91-generic-x86_64-with
Installer: DOC
Active plugins: [{'name': 'InvenTreeBarcode', 'slug': 'inventreebarcode', 'version': '2.0.0'}, {'name': 'InvenTreeCoreNotificationsPlugin', 'slug': 'inventreecorenotificationsplugin', 'version': '1.0.0'}, {'name': 'InvenTreeCurrencyExchange', 'slug': 'inventreecurrencyexchange', 'version': '1.0.0'}, {'name': 'InvenTreeLabel', 'slug': 'inventreelabel', 'version': '1.0.0'}, {'name': 'InvenTreeLabelSheet', 'slug': 'inventreelabelsheet', 'version': '1.0.0'}, {'name': 'DigiKeyPlugin', 'slug': 'digikeyplugin', 'version': '1.0.0'}, {'name': 'LCSCPlugin', 'slug': 'lcscplugin', 'version': '1.0.0'}, {'name': 'MouserPlugin', 'slug': 'mouserplugin', 'version': '1.0.0'}, {'name': 'TMEPlugin', 'slug': 'tmeplugin', 'version': '1.0.0'}]
Please verify if you can reproduce this bug on the demo site.
Relevant log output
No response
Upvote & Fund
The text was updated successfully, but these errors were encountered: