Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1.31 KB

File metadata and controls

31 lines (17 loc) · 1.31 KB

Sales-InvoiceGenerator

A sales invoice is an accounting document that records a business transaction. It provides the business with a record of the services they’ve provided to a client, when the services were rendered and how much money the client owes the business.

Initial Load of Sales Invoice

Invoice Table Initialy Loaded with saved csv file

initLoad

Initial Load on Console

MainTestConsole

Create New Invoice

New Invoice with date Validation and smart logic of getting min number of InvoiceNumber

Create New Invoice

Create new Line

New Line with price and count validation

createnewLInd

Customer Name changed

CustomerName changed

#Selected Invoice

Selected Invoice