In the payment journal page, there is an action called /Export/ under the /Bank/ menu.
Current scenario: If we have 5 lines in a batch and click on the export action, only one CSV file will be generated containing all 5 lines.
Expected scenario: If we have 5 lines in a batch and click on the export button, separate CSV files should be generated for each line. This means that each line will have its own individual CSV file.
Is it possible? if yes then how?