Introduction
Data acquisition is available with plugin version 1.17.1 and later.
Info |
---|
If the settings described below are absent, data on owners is taken from the PAYMENTSEXTRA table. If the setting is available and the data is loaded, it is taken from the aggregate via PDS/CRM — tables STAT_RK7_SHIFTS_PDSCARDS, STAT_RK7_SHIFTS_PDSFOLDERS. Moreover, if CRM DB communication is configured in the Extensions > Database reference, the report will attempt to connect directly to the CRM DB and retrieve owner names from there. |
Getting Data from PDS Server
Data can be loaded either during the aggregates recalculation or during the recalculation of the corresponding cube — the payment cards cube. The validity of card data is verified in specified time intervals. Intervals are configured in IRReportsFSPrj.ini, section FS_AGREGATE, parameter Time_between_update_PDS. Time is specified in hours. If the data validity period has expired, and there are shifts, which have not been recalculated yet, FS attempts to connect to the PDS server and retrieve data.
...
- CSLinkDLL is the dll name used to connect to CardServ
- CSLinkGate is the input number
- Client1 is the client name
- Server1 is the IP address of the PC with CardServ
- Port1 is the CardServ port
Getting Data from CRM server
Data is loaded during the aggregates recalculation. The validity of card data is verified in specified time intervals. Intervals are configured in the Time_between_update_PDS parameter, section FS_AGREGATE of IRReportsFSPrj.ini. Time is specified in hours.
If the data validity period has expired, and there are shifts, which have not been recalculated yet, FS attempts to connect to the CRM server and retrieve data.
...
Info |
---|
The periodicity of new CRM/PDS data verification is specified in hours. If the period is not specified, the default value is 3 hours. New data is verified, only if there are shifts, which have not been recalculated yet. |
Data Load Features
- Data is loaded from PDS only during the aggregates recalculation for a new shift, or during the recalculation of the corresponding cube — the payment cards cube
- The load frequency is controlled by the Time_between_update_PDS parameter in the [FS_AGREGATE] section. The value is specified in hours
- The load should result in filled tables STAT_RK7_SHIFTS_PDSCARDS and STAT_RK7_SHIFTS_PDSFOLDERS in the r_keeper 7 database.
...