To save your data from GINI.POS system, you need to recover it from the database file. We provide here instructions on how you can save customer data, color formulas and bonus card balances.
Step 1: Find the MDB file.
Find the MDB file in your GINI.POS installation. The file has an MDB file extension and stands for Microsoft Access Database.
Step 2: Opening the MDB file
Open the MDB file in an MDB tool. This can be, for example, OpenOffice (Windows only) or a paid tool.
Step 3: Export of color formulas
Execute the following query:
select c.MandCode, k.Notiz, k.
AnlageDatum, f.Notiz, f.Notiz1 from tbColorationFarben f join tbColorationKopf k on k.M
andCode=f.ColorationKopfID join tbKunde c on c.MandCode=k
.KundeID
The result generated must then be exported. You have the option here to export the results directly to Excel or to process them further in another tool.
Step 4: Import the color formulas - for example in
Then import the saved Excel file in "Settings" -> "Import Center" -> "Formulas".