Skip to content

kawaaii/Tickbill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tickbill

Tickbill is an open-source alternative to existing POS systems. It utilizes Maven for dependency management and is built with Java Swing.


Required Dependencies

  • MySQL (for database management)
  • Java JDK 22
  • Your preferred IDE (e.g., NetBeans, IntelliJ IDEA)

How to use?

  1. Clone this repository:
    git clone https://github.com/kawaaii/Tickbill
  2. Open the project in your preferred IDE.
  3. Compile and run.

Warning

Currently Tickbill doesn't account for any database mismatches, so make sure you execute SQL script pos.sql before running the project.

Note

Don't forget to change your port number in DBConnection.java.

This project is licensed under MIT.

Releases

No releases published

Packages

No packages published

Languages