Wednesday, May 11, 2022
1 change
Enhancements to existing features
Accounting entries now include a standard way to identify the purpose of each line, such as payment, rounding, or display-only lines. This makes financial processing and reporting easier to filter, maintain, and extend across accounting-related features.
Original PR description
There is a few use case where we need to filter aml based on some specificities, such as liquidity/counterpart lines on payment, cash rounding lines, display lines,... This change aim to standardize this by adding a line_type field that would allow to specify the line purpose, making it easy to filter where needed but also to extend if needed. Task id #2747764