Logo Lanfrica

Pinankh/PurchaseManagmentSystem

Domain:

digital infrastructure

Record type:

software
Creator:
Pin
Host:
Purchase Management System for Zambia A Java Swing and SQLite-based system for managing purchases, calculating Zambian taxes, and generating PDF reports. Features include automated tax calculations, supplier and purchase tracking, and structured PDF reports for tax submissions and audits, ideal for small to medium-sized businesses. # PurchaseManagmentSystem Purchase Management System for Zambia A Java Swing and SQLite-based system for managing purchases, calculating Zambian taxes, and generating PDF reports. Features include automated tax calculations, supplier and purchase tracking, and structured PDF reports for tax submissions and audits, ideal for small to medium-sized businesses. This Purchase Management System built in the form of a GUI desktop application developed in ***Java*** using ***SQLite*** as its database. The GUI was designed using **Swing** and the database connectivity was managed using **JDBC API**. This application can be used by any small to mid-sized stores to easily maintain and manage an inventory of all their- - Products - Customers - Suppliers - Users - Transactions - Tax & VAT ## Features of the Application - Users can manage your purchase and stock of all the products available in their store. - Users can manage all sales and purchase transactions made by the store. - Supports two user types: 1. Administrator 2. Employee [Admins have the ability to manage all other personnel.] - Any transaction made automatically handles the stock availability in the inventory. - Each section includes a search feature to make it easier for users to view the data they want to see. - Users only need to enter the product code while making a sale and all the relevant details will be retrieved from the database automatically. - Maintains a time log of all the users using the application. ## Default credentials for the connection to MySQL database is: - Username: root - Password: root ### Note: All the project dependencies are available in the `lib` directory. *** ## Application Preview ### Login Page The login page takes in the credentials entered by the user and verifies with the database. ### Dashboard/Welcome Page The landing page of the application after a successful login. ### Suppliers Here, the user can manage and manipulate the record of all the supplie …

Licenses