Code Monkey home page Code Monkey logo

java_utility's Introduction

JAVA_Utility

Overview

JAVA_Utility is a Java application for managing utility bills and services. It provides features for both customers and administrators to interact with utility bill data and service information.

Features

  • User Authentication: Customers can log in securely using their username and password.
  • Customer Dashboard: After logging in, customers can view their utility bills and perform various actions.
  • Add New Bill: Customers can add new utility bills, specifying utility type, meter measurement, and date.
  • Edit Bill: Edit existing utility bills by providing the new meter measurement.
  • Delete Bill: Remove a utility bill from the customer's account.
  • Customer Registration: New users can register for an account by providing a username, email, and password.
  • Admin Features: Administrators can log in to access additional functionalities.
  • Edit Services: Administrators can edit service information, including service charges and unit charges.

Usage

  1. Running the Application:

    • Compile the project.
    • Execute the Main class to start the application.
  2. User Selection:

    • On startup, users can choose to log in as a customer or an administrator.
  3. Customer Actions:

    • Customers can log in, view their bills, add new bills, edit bills, and delete bills.
    • Registration is available for new customers.
  4. Administrator Actions:

    • Administrators can log in, access service-related features, and edit service charges and unit charges.

Project Structure

The project is organized into the following packages:

  • Controller: Contains the application's controllers.
  • Model: Includes model classes for customers, services, and utility bills.
  • View: Contains the graphical user interface components.

Documentation

To generate JavaDocs for the project, you can use the following command:

javadoc -d <output_directory> -sourcepath <source_directory> Controller Model View

or

javadoc -d html -sourcepath src -subpackages Controller Model View

To view the documentation, please visit: https://java-utility-docs.vercel.app/index.html

Authors

java_utility's People

Contributors

arch-frost avatar itsadee avatar nightwalker7558 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.