Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to limit size of batch #10

Open
ralphje opened this issue Feb 10, 2018 · 2 comments
Open

Add option to limit size of batch #10

ralphje opened this issue Feb 10, 2018 · 2 comments

Comments

@ralphje
Copy link

ralphje commented Feb 10, 2018

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.

@ghost
Copy link

ghost commented Jan 10, 2019

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.

@ralphje
Copy link
Author

ralphje commented Jan 10, 2019

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants