From 5092814d2d2384ee31ce3d6b271bea9273cd807c Mon Sep 17 00:00:00 2001 From: Ayush Jain Date: Fri, 14 Oct 2016 14:48:25 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b030463..2d50fa4 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +* Supports emailing the invoice to the client so that papers are saved.