Store-Specific Configuration

The global configuration files (valid for all stores) are located under

...\pos-server\config\parameter\.

Parameters of the configuration files:
  • functions.xml
  • accounting-functions.properties
  • transaction-bulk-exporter.properties
  • and tax-refund.properties
can be replaced by parameters of store-specific configurations:
  • accounting-functions.properties
  • functions.properties
  • transaction-bulk-exporter.properties
  • andtax-refund.properties.
These files are located under:

...\pos-server\tenants\{tenantID}\stores\{BusinessUnitID}\config\parameter\

Additionally, the configuration files store-config.properties and report-header.properties are located only at store level:

...\pos-server\tenants\{tenantID}\stores\{BusinessUnitID}\config\parameter\store-config.properties

store-config.properties:

core.store-container.store.enabled=true

This property defines if the store-specific configuration is automatically reloaded without restarting the POS Server.

...\pos-server\tenants\{tenantID}\stores\{BusinessUnitID}\config\parameter\report-header.properties

report-header.properties:

 gkr.report.header.calculation.reportLogoUrl=images/report_logo.png

This property defines the path to the jasper report logo, which is visible in the report header.