You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want validation of all the money fields in the Invoice form:
When the user enters or changes an amount in the "Amount from this Invoice" field, Javascript will ensure that:
The amount is less than than the Invoice Amount minus the other allocations for the invoice (this is the maximum allowable for this allocation per the invoice). If not, show a message and reduce the amount to the maximum allowable for this allocation.
The amount is less than the the RTP Amount Requested field, minus the allocations against the RTP for other invoices (this is the maximum allowable for this allocation per the RTP. If not, show a message and reduce the amount to the maximum allowable per the RTP.
Calculate the new "Amount Available".
Calculate "Out of Pocket"
When the user enters or changes the invoice amount, then do the above on all the allocations.
lcreid
changed the title
Review what happens when user allocates too much money from an invoice.
Rules for handling data entered for invoice amount and invoice allocations
Mar 3, 2017
No description provided.
The text was updated successfully, but these errors were encountered: