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

Revise invoicing to provide line-item amounts in db tables sent to DCYF #243

Open
gregorp opened this issue Oct 1, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@gregorp
Copy link

gregorp commented Oct 1, 2024

To provide more easily audited account information, OIAA has requested that dollar amounts get added to line items in the billing tables.

This will entail:

  • Revising invoicing logic to compute dollar amounts per line item and then sum them (rather than the current: sum items and then compute dollar amounts).
  • Carefully testing equivalency with old invoicing logic (up to some potential rounding errors)
  • Including these amounts in the billing tables in the DCYF schema sent to OIAA
  • Documenting the new fields in the data dictionary
@gregorp gregorp added the enhancement New feature or request label Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant