Start of day service

This service handles all of the functionality that is done during the start of day process in the LS One POS. The start of day allows users to select the business day for the transactions in the POS.

Configurations

Start of day functionality can be enabled in the functionality profile.

Main functionality

 

Name Description
RunStartOfDay

Displays a calendar dialog which allows the user to select the business day. The business system day is always set to the current day.

BusinessDay Get or set the current business day.
BusinessSystemDay Get or set the current business system day.
FloatEntryRequired Get or set if float entry is required. Start of day operation runs only when this is true. This is set to true after an end of day operation.

POS Operations

Multiple operations directly call the Start of Day service

Name Description
Declare start amount Sets the FloatEntryRequired property to false.
End of day Sets the FloatEntryRequired property to true and sets the BusinessDay and BusinessSystemDay to the current date.

Development pack

To find this service in the development pack go to DevPack\Source\POS\Services