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

Fix #4781: Cannot save batch in Payments due to date format #4792

Merged
merged 2 commits into from Jul 13, 2020

Conversation

ehuelsmann
Copy link
Member

The existing code passes all values from the request straight into the
inner layers of the application, forfeiting its role as decoupling point
between the web and the inner operation of the application.

This commit separates the concerns of 'handling of web input' from
'marshalling payments into the database' into their respective
modules. This also means that the workflow script filters out the
contacts and invoices which have been indicated /not/ to be part of
the payment(s).

@ehuelsmann ehuelsmann changed the title Fix $4781: Cannot save batch in Payments due to date format Fix #4781: Cannot save batch in Payments due to date format Jul 12, 2020
The existing code passes all values from the request straight into the
inner layers of the application, forfeiting its role as decoupling point
between the web and the inner operation of the application.

This commit separates the concerns of 'handling of web input' from
'marshalling payments into the database' into their respective
modules. This also means that the workflow script filters out the
contacts and invoices which have been indicated /not/ to be part of
the payment(s).
@ehuelsmann ehuelsmann merged commit 5303ede into ledgersmb:master Jul 13, 2020
@ehuelsmann ehuelsmann deleted the issue-4781 branch July 13, 2020 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant