-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4e8418e
commit 5092814
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# BillerFX | ||
|
||
'''It is an invoicing application for restaurants and hotels developed in JavaFX.''' | ||
**It is an invoicing application for restaurants and hotels developed in JavaFX.** | ||
|
||
* Maintains database in MySql hence multiple applications can be installed, sharing the information of clients and orders. | ||
* Keeps track of the orders received from individual tables and generates a printable pdf invoice (automatically calculates the discounts and taxes) in the end. | ||
* Manages a history of the visitors, their visit frequency, favourite table and items (based on order history). It also keeps track of the quantity of items sold (weekly/monthly) and specially for drinks it notifies how much volume of a particular drink is remaining. | ||
* Supports emailing the invoice to the client so that papers are saved. | ||
* Supports emailing the invoice to the client so that papers are saved. |