Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Configuration changes

Client (C:\Program Files (x86)\Kodi\Kodiak OMS\ Kodi.Kodiak.Clients.Broker.exe.config)
<appSettings>
<add key="ManualSettlementEnabled" value="false"/>
Allocation service (libra or servicelayer, C:\KodiakServicesServer\Kodi.Kodiak.WindowsServices.ServicesServer.exe.config)
<appSettings>
<add key="ManualSettlementText" value=""/>

Database changes

Adds support for manual settlement

MSSQL

ALTER TABLE ALLOCATIONS ADD MANUAL_SETTLEMENT BIT null;

ORACLE

ALTER TABLE ALLOCATIONS ADD MANUAL_SETTLEMENT NUMBER(1,0) null;

Server changes

You need to install prior to running ServiceUpdate.bat this on the server before starting the OrderEntry server in this version.
Microsoft Visual C++ 2010 Redistributable Package (x86)
  • No labels