DylanZeller / INFO315GroupProject

Info 315 Group Project
1 stars 0 forks source link

Implement stored procedures / functions #8

Open DylanZeller opened 3 years ago

DylanZeller commented 3 years ago

Need to implement stored procedures / functions for the Database. Check if this should be done within Database wrapper class or if the database needs to store these directly when the Database is initialized.

DylanZeller commented 3 years ago

1) A rollup command that would generate the data so we could create a detailed report to send to the business.

DylanZeller commented 3 years ago
  1. Generate Commission report based on a 3% commission on invoices for the account at the end of the year.