jack-turk-5 / onward

0 stars 6 forks source link

Implement Invoice #8

Open jack-turk-5 opened 5 months ago

jack-turk-5 commented 5 months ago

Invoice has fields for customer, a list of employees, a list of items, a date, an invoice number, and the id. Invoice number and id are separate as id is just for storage. need controller service and repo

Ruben-Macedo commented 4 months ago

Implemented the repo, service, controller, and entity layers for Invoice.