Credit card signature capture setup
Credit card data including the signature is sent to Salesware Service application encrypted. Mobile salespoint configuration values have been moved from the "Utility" view into config files stored in the Salesware Service application ProgramData/Data directory in the Default-config.xml file or alternatively XYZ-config.xml where XYZ is the name of the Mobile salespoint.
Currently all settings are Boolean (True/False). Future settings may include strings or other values. The settings names are self-descriptive.
Example:
A typical config file:
<SalesPointConfig xmlns="http://schemas.datacontract.org/2004/07/Salesware"
xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<AllowCCSaleWithoutSignature>false</AllowCCSaleWithoutSignature>
<AutoFinalize>false</AutoFinalize>
<AutoShowSummary>true</AutoShowSummary>
<PromptForSignature>true</PromptForSignature>
</SalesPointConfig>
If a salespoint config file is not found and the Default-config.xml file is missing, the Default-config.xml automatically is created.