A small program that provides Stock Control, Accounts, Order Processing and Printing Invoices.
Also A Client Summary Printout of all Invoice amounts showing Totals of all Invoices for each Client.
Uses PDFjet Library (Find in B4J Libraries).
Basic Use:
1. Select Stock Items Button on Main Window.
2. Enter different Stock Items with their Unit Cost into the Stock Table.
3. Select Input Account Button on Main Window.
4. Enter Clients into Account Table.
5. Select Client in TableView and Add Items from Items Combo Box.
Enter Quantity and click Add Button to add Item to Clients Orders.
6. Select Print Invoice Button to Create PDF file from which Printing of the Invoice can be done.
7. Select Print All Accounts Button on Main Window.
8. Select Print Account Summary.
Code is Commented.
Also A Client Summary Printout of all Invoice amounts showing Totals of all Invoices for each Client.
Uses PDFjet Library (Find in B4J Libraries).
Basic Use:
1. Select Stock Items Button on Main Window.
2. Enter different Stock Items with their Unit Cost into the Stock Table.
3. Select Input Account Button on Main Window.
4. Enter Clients into Account Table.
5. Select Client in TableView and Add Items from Items Combo Box.
Enter Quantity and click Add Button to add Item to Clients Orders.
6. Select Print Invoice Button to Create PDF file from which Printing of the Invoice can be done.
7. Select Print All Accounts Button on Main Window.
8. Select Print Account Summary.
Code is Commented.