hiramvillarreal / iotpos

IotPOS, an open source Point of Sale software.
GNU General Public License v2.0
146 stars 77 forks source link

Language SQL Database #38

Open BORNIOS-zz opened 3 years ago

BORNIOS-zz commented 3 years ago

Thanks for share your job...

I want to know if there is a specific language on the database, I used the system with few products, but for expansion I require more products and I acquired a barcode list in Excel; I know I need to convert to SQL but I have doubts if there is any special configuration in the DB

Any future Update scheduled?

hiramvillarreal commented 3 years ago

Hi well all DB migrations are really headaches. I really recommend you add all you products manually, It could be possible to migrate CSV files to products table but I don’t recommend it, but it is possible look this method: https://www.simplified.guide/mysql-mariadb/import-csv.

You canuse MySQL Workbench to see DB and tables used.