summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jones <admin@danieljon.es>2019-04-11 10:49:06 +0930
committerDaniel Jones <admin@danieljon.es>2019-04-11 10:49:06 +0930
commit0069dd59b4284d17ca67224dbc77cdd06dd40b5c (patch)
tree18d0ade0c005bbdf3ac23ecad0120b8ea738b01b
parentafa493664dac4b3ad6cb73d4b8fead72783b7b65 (diff)
downloadproductinventory-0069dd59b4284d17ca67224dbc77cdd06dd40b5c.tar.gz
productinventory-0069dd59b4284d17ca67224dbc77cdd06dd40b5c.zip
changed readme
-rw-r--r--README4
-rw-r--r--README.md4
2 files changed, 6 insertions, 2 deletions
diff --git a/README b/README
index fffc1c1..fc57cdc 100644
--- a/README
+++ b/README
@@ -1,7 +1,9 @@
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.
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: