How to check who perform End Of Day

How to check who perform End Of Day

Product Query:

How to know who performed the End of Day (EOD) process?

Resolution:


To identify the user who performed the End of Day (Till Closing) process, please follow the below steps:


From HO Management Console:
HO MC → Reports → Till Management → Till Closing Report

This report will display the Till Closing details, including the user who performed the End of Day process.

Option 2: Using SQL Query


You may also verify the details directly from the database using the below queries:

Select * from TilTillMaster

To check specific Till details:

SELECT MasterTillKey, Id, Description, Modified, ModifiedBy
FROM TilTillMaster
WHERE MasterTillKey = '7a91d338-63d5-4953-93d6-12ed9cb007b0'

To identify the username corresponding to the ModifiedBy SecurityUserKey:

Select * from SecSecurityUser 
where SecurityUserKey = 'a45448d2-f97f-48d9-9b37-8f2dcf584b46'

Info
The ModifiedBy field in TilTillMaster will provide the SecurityUserKey, which can be mapped in the SecSecurityUser table to identify the user who performed the End of Day process.
    • Related Articles

    • Unable to perform End Of Day at Store Management Console

      Problem statement Unable to perform End Of day. Environment iVend Retail 6.5 Update 6 Patch 2021_23 Symptoms While performing the End Of Day at store management console system gives the below error. "Cannot save store. Store count exceeds number of ...
    • Till Mgmt and End of Day Processes in iVend Retail

      Master Till The first step is to create the Master Tills. Each till requires a unique master record to be defined and then from this the user can set up the reusable tills. Each master till is used to generate the tills for use at the POS each ...
    • End of day Error : User doesn't have rights on object Store

      Unable to Perform End Of Day from Point Of Sale. Article metadata. Authored by Mohd. Aamir This article was updated• 2y ago2 years ago This article has 38 views.• 38 Views This article has average rating: 0 out of 5 stars• ( )( ) ( ) ( ) ( ) ...
    • Error during end of day

      Environment: 6.5 update 6 Problem Statement: An error pops up when trying to perform the end of day activity. "Load failed. Criteria - NHibernate.Criterion.QueryOver'2[CXS.SubSystem.labor.LaborSession, CXS.SubSystem.Labor.laborSession]" Log Details: ...
    • How to setup Automatic End Of Day

      iVend Version: 6.6 Product Query: How to setup Automatic End Of Day. You can now schedule EOD to trigger Automatically . For this EndofDay event is required to be triggered on POS. This article will show the basic steps that need to configure ...