Following till are not closed

Following till are not closed

*******Internal to CitiXsys*******

Environment:

iVend Version 6.6

Problem Statement:

Not able to make end of day getting an error "Following till are not closed" 


Proposed solution:

Update till status as Finalized  by using below queries
select Status, * from TilTill where BusinessDate= ' ' and ID like '%Till-20%' order by 1 asc

select * from TilTill where TillKey = '6'

BEGIN TRAN
--update TilTill set Status =4 where TillKey = ' '
Commit

    • Related Articles

    • Till Variance

      Environment: iVend 6.6 with SAP B1 9.2 Problem Statement: Reviewing the Till Variance Log in SAP Business One and there is a column for Closed with values Y and N. For the variances with N status, is there a need to mark them as closed ? Symptoms: ...
    • 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 ...
    • Not able to do End Of Day and showing error message 'Till Session not available'

      Environment : iVend 6.5 Update 5 with SAPB1 Problem Statement : Customer has informed that unable to do EOD while selecting the assigned till showing error message ‘Till Session is not available’. Symptoms : Some tills were in assigned status and not ...
    • Store Reinitialization : Till assignment Error "Object Reference not set of an instance..."

      Problem Statement After Store initialization ,User doesn't able to assign the tills on POS screen. Environment iVend 6.6 with SAPB1 Problem Statement : After Store initialization ,User doesn't able to assign the tills on POS screen. Resolution/Work ...
    • Unable to deactivate Master till

      Product version: iVend 6.6 Problem statement: Unable to deactivate Master till from master till setup. Symptom: Clicking on the Active check box ( as marked above) does not changes the the status. Cause: In above situation , the master till which is ...