summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jones <admin@danieljon.es>2019-04-11 10:46:23 +0930
committerDaniel Jones <admin@danieljon.es>2019-04-11 10:46:23 +0930
commitafa493664dac4b3ad6cb73d4b8fead72783b7b65 (patch)
tree1dbef16d6a395d2cec6fa28a74d0b5434c4e7d92
parent5a2d3dfef2d2bfd4cd12244b1995bdfaf4f161d4 (diff)
downloadproductinventory-afa493664dac4b3ad6cb73d4b8fead72783b7b65.tar.gz
productinventory-afa493664dac4b3ad6cb73d4b8fead72783b7b65.zip
added markdown readme for github
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6f43cbd
--- /dev/null
+++ b/README.md
@@ -0,0 +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.
+
+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.
+
+The interface as of 11/4/19:
+
+![Current UI](https://danieljon.es/posts/media/post_95_2.png)