From e728d85c45ce767a54b73d7d1802ebd4490da9bc Mon Sep 17 00:00:00 2001 From: Vitaliy Labusyuk Date: Wed, 26 Feb 2020 16:28:36 +0200 Subject: [PATCH] add description --- README.md | 34 ++++++++++++++++++ .../diagram.drawio | 0 Untitled Diagram.png => other/diagram.png | Bin 3 files changed, 34 insertions(+) create mode 100644 README.md rename Untitled Diagram.drawio => other/diagram.drawio (100%) rename Untitled Diagram.png => other/diagram.png (100%) diff --git a/README.md b/README.md new file mode 100644 index 0000000..c582567 --- /dev/null +++ b/README.md @@ -0,0 +1,34 @@ +# Transportation Shedule +Java FX. The module of the cash register of the customer service system of public places. One of the main components of such a system is the Telegram bot implemented here https://github.com/Labusyuk/TelegramBotNightPub +At first time, project was released with jdbc sql statement. Now using Hibernate. + +

+ +

+ +##### Instructions to run the project: +1. Download and install jdk 1.8, Git,. +2. Clone project: git clone https://github.com/Labusyuk/AccountingReport.git +3. Prepare database. Configuration application.properties. +3. cd to project folder and mvnw clean install + +##### Note: +It's a pet-project, I am working on their spare time + +##### Available functions: +Monitor, add, update, and delete a reservation. Managing Available Products. Manage product categorization in bot modules using db + +##### The look of the interface program + +

+ +

+ +##### Image ER-diagram database of the project; + +

+ +

+ + + diff --git a/Untitled Diagram.drawio b/other/diagram.drawio similarity index 100% rename from Untitled Diagram.drawio rename to other/diagram.drawio diff --git a/Untitled Diagram.png b/other/diagram.png similarity index 100% rename from Untitled Diagram.png rename to other/diagram.png