Global default settings
Resort-wide global default settings for Sales are set in the Global Salespoint INI tab by creating a section there that looks like this:
<defaults>
[interface]
pickwidth=50
</defaults>
These settings propagate to each salespoint (you see them appear in the ProgramData\Siriusware\Sales\Sales32c_default.INI file).
The section must begin with the opening tag <defaults> and close with the closing tag </defaults>. Any settings that you would like all salespoints to default to, must be listed between those tags. If identical settings exist either at the group or local level, they override these global default settings. The local level (Sales32c.INI file at the salespoint in the Sales folder) has priority over the group level (Sales32c_group.INI file at the salespoint in the Sales folder) as well the global level (Sales32c_default.INI file at the salespoint in the Sales folder). The group level has priority over the global level if the setting is not included in the local level.