python-sepaxml icon indicating copy to clipboard operation
python-sepaxml copied to clipboard

Add option to limit size of batch

Open ralphje opened this issue 7 years ago • 2 comments

At my bank, there is a limit to the amount of transactions in a single batch (which is 500). If there are more than 500 items in a batch, it is rejected.

It would be really helpful if sepadd allowed for either specifying the batch the transaction gets added to, or automatically selecting a new batch when a limit is reached.

ralphje avatar Feb 10 '18 13:02 ralphje

I don't think it's necessary. If you write a program you can easily count the number of debits you add to the function.

ghost avatar Jan 10 '19 05:01 ghost

I want to specify all transactions in the same XML file, but since you can't specify which batch the transactions are added to, you end up with either 500 transactions per file or batches that are too large.

I agree that counting is not that hard :)

ralphje avatar Jan 10 '19 06:01 ralphje