Part-DB 1.15.2
If you are using Part-DB it would be helpful if you fill out this short survey on your usage of Part-DB (Google Forms): https://forms.gle/Q15twx3YYq3qCNfe8
If you like Part-DB, please consider donating to help further development. See the sponsor button on the homepage.
There is a new experimental docker image, which is much faster. See this post for more info.
You can help to translate Part-DB to other languages. See this post for more info.
Changes and Improvements
- Deprecated GET_GROSS_PRICES env for TME provider with TME private access token, as it is ignored then and whether VAT is included or not in prices depends on account type
- Removed to show "All" entries in a log table, as the log can easily contain thousands of entries, that would most likely in an out of memory exception on server (see issue #835)
- If an info provider returns multiple attachments or parameters with the same name, they will be suffixed with a number (e.g.
Param
,Param (2)
,Param (3)
, etc.), so that they can be saved, without manually needing to edit their names (as Part-DB wants a unique name for them). See issue #840
Bug fixes
- Prevent error with TME info provider, if using TME private access key (issue #838)
- Fixed exception when exporting an empty list (issue #836)
Miscellaneous
Full Changelog: v1.15.1...v1.15.2