Open DylanZeller opened 3 years ago
First Trigger could be When a Billable Items row is added to the database, we need to update the totalAmt on the Invoice linked to the billable items.
2) When a payment is made to an invoice, then send an email to the business representative with the payment amount made and the new balance that is owed to the consulting firm.
Not doing email, but balance update when payment is made complete.
Need to research how this is done with sqlite, or we can do some handler in the Database wrapper class.