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

(Feature) Current exchanged value presented on invoices #904

Merged
merged 3 commits into from
Nov 27, 2016

Commits on Nov 27, 2016

  1. Receipt currency component/ service infrastructure

    This commit adds required components and client side service
    infrastructure to specifiy which currency an invoice should be made to a
    patient in.
    sfount committed Nov 27, 2016
    Configuration menu
    Copy the full SHA
    c100c56 View commit details
    Browse the repository at this point in the history
  2. Add exchange rate context for invoice receipts

    This commit updates the template and the controller for adding exchange
    rate values and an exchanged total to receipts.
    sfount committed Nov 27, 2016
    Configuration menu
    Copy the full SHA
    17f482e View commit details
    Browse the repository at this point in the history
  3. Add infrasructure for receipt currency component

    This commit sets up the infrastructure for the receipt currency
    component. This component will provide an on update callback that
    updates the controller when the user has selected a new currency for
    the receipt. It will also cache the user's previous choice.
    sfount committed Nov 27, 2016
    Configuration menu
    Copy the full SHA
    6b91c84 View commit details
    Browse the repository at this point in the history