diff options
author | Daniel Jones <admin@danieljon.es> | 2019-04-08 20:13:29 +0930 |
---|---|---|
committer | Daniel Jones <admin@danieljon.es> | 2019-04-08 20:13:29 +0930 |
commit | 5a2d3dfef2d2bfd4cd12244b1995bdfaf4f161d4 (patch) | |
tree | adaeeeac6f59cd84766c1754c7ecc6782b7b80c9 /README | |
parent | c0d78aadfdaba93ca6e23afb4b40386523fffbca (diff) | |
download | productinventory-5a2d3dfef2d2bfd4cd12244b1995bdfaf4f161d4.tar.gz productinventory-5a2d3dfef2d2bfd4cd12244b1995bdfaf4f161d4.zip |
added readme, licence, licence info, ui tab ordering
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |