Skip to content

ProHealth

Overview

The purpose of ExportProHealth.exe is to export data for the ProHealthConnect system. More info about that here: https://www.prohealthconnect.com

It works like this:

  • Use Item Maintenance to enable the 'ProHealth Eligible' flag
  • Run ExportProHealth.exe to export data to the configured export directory
  • Manually transfer the file to the ProHealth Connect system.
    • For HQ, a file is created for each store

Installation

  • Create new directory D:\SmartGrocer\ProHealth

Configuration

  • For SS no configuration needed
  • For HQ, use the Stores configuration option to only export certain stores instead of all stores.

Filename

C:\Program Files (x86)\SmartGrocer[HQ]\ExportProHealth.exe.config

Example Content

<?xml version="1.0" encoding="utf-8"?>
<configuration>
    <appSettings file="global.config">
        <add key="ExportDir" value="D:\SmartGrocer\ProHealth\Export" />
        <add key="ArchiveDir" value="D:\SmartGrocer\ProHealth\Archive" />
        <add key="Stores" value="" />
    </appSettings>
    <startup>
        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
    </startup>
</configuration>