...
Download x32/86-bit ODBC driver from the official site
Note Do not use the x64 bit ODBC driver.
Run odbcad32.exe
On the Custom User DSN tab, click Add. In the window that opens, configure a new data source:Anchor Anchor 3 Anchor 3 Select PostgreSQL Unicode and click Finish
In the connection settings window, specify:
Data Source — any name of the created source
Database — the name of the created database in PostqreSQL
Server — the IP address of the PosgreSQL server
User Name — the name of the created database user
SSL Mode — allow encryption, leave Allow
Port — the connection port
Password — the password of the database user.
Click Test to test the created connection
Click OK, then Save.
Go to the System DSN tab and repeat the steps from step 3
- Set up connection between r_keeper 7 and PostgreSQL. Export data to SQL
- Check that the settings are correct and the connection is established. After a successful import into the database, the GLOBALSHITS table should contain all closed shifts.
- After that, go to the QushMan app. Create and configure connection with r_keeper 7.
Select Postgres database as data source. Fill in the required parameters:
Now data from r_keeper 7 will be uploaded to StoreHouse 5. - Make a primary import. Click Start on the Jobs tab.
- In StoreHouse, go to Documents > Requests > Apply. You will see all imported orders.
- The technical settings for communication with r_keeper are now complete. You can move to the detailed import settings.
...