From 5a2d3dfef2d2bfd4cd12244b1995bdfaf4f161d4 Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Mon, 8 Apr 2019 20:13:29 +0930 Subject: added readme, licence, licence info, ui tab ordering --- README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..fffc1c1 --- /dev/null +++ b/README @@ -0,0 +1,7 @@ +An inventory system written in C++ and Qt using a MySQL database. + +This is a recreation of one I made for someone that wanted it as a website using PHP, rewritten in C++ and Qt as practice and with the intention of distributing it to them as an android application down the line. + +Included is an import script written in python to import data from the old database into the new one, converting data as necessary. + +Far from complete at this time. -- cgit v1.2.3