Saturday, July 6, 2024
2 changes · 17.0
Resolved issues and error corrections
Fixed a bug in the Partner Ledger report where the search filter was not functioning properly. Users can now successfully search and filter partner information using the search bar, improving the usability of the accounting reports feature.
Original PR description
Open partner ledger Filter using the search bar Issue: nothing occurs opw-4022937 opw-4035568 opw-4035471 opw-4034238 opw-4034165 opw-4032285 opw-4032408 opw-4027662 opw-4031833 opw-4028685 opw-4029858 opw-4029592 opw-4029202
This fix resolves an issue where not all invoice attachments were being included in the German DATEV CSV export file. Previously, some attachments were missing because the export process wasn't consistently handling all attached files, which could cause import failures in DATEV accounting software. The fix ensures all attachments are now properly included in the export.
Original PR description
Currently there is an inconsistent way of handling attachments for the datev export. In the documents.xml all files are included (based on _get_mail_thread_data_attachments) and in the csv export only attachments directly attached to the account.move are included. This will result in missing files when imported into datev because the BEDI-Reference is not included.