summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6f43cbd..6bf91a5 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,11 @@
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.
+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 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.
+The interface is mostly dynamic, categories, labels and each table is generated as required. Currently the filtering is not implemented.
+
Far from complete at this time.
The interface as of 11/4/19: