(2024)
BillingAndCollectionSystem is a desktop application developed in VB.NET designed for utility service providers to manage consumer billing and payments.
It allows administrators to create consumer records, generate electricity bills based on meter readings, and track collections and payments.
- Register and manage consumer information
- Record meter readings and generate monthly electricity bills
- Track billing history and payment status
- Record partial or full payments
- Windows Forms interface with MySQL database integration
- Visual Studio 2012 or later
Download Visual Studio - .NET Framework 4.8.1 or later
Download .NET Framework 4.8.1 - XAMPP or WAMP (for MySQL)
Download XAMPP
Download WAMP - SQLYog or any MySQL client
Download SQLYog - MySQL .NET Connector (
MySql.Data.dll)
Download Connector/NET
- Download and extract the project
.zipfile. - Start MySQL using XAMPP, WAMP, or another server stack.
- Use SQLYog to import the
.sqlfile located in thesqlfolder to initialize the database. - Open
BillingAndCollectionSystem.slnin Visual Studio. - Verify the following before running the application:
- The project is targeting .NET Framework 4.8.1 or later.
MySql.Data.dllis properly referenced in the project.
- Build and run the application.
Developer: Janelle Ann Castillo (nncast)