GAMicrosUser
MIS
Hello, we have identified a reporting issue within the Micros system regarding till adjustments.
The till count data in the cm_count_var_detail table does not get updated after an adjustment is made until a till report is run. In some cases, the store level staff does not run a report so the data in this table is not updated to reflect the adjusted till counts.
This becomes an issue because our data warehouse is extracting the data from this table and utilizing it for reporting purposes.
We have identified a specific stored procedure that will update the table for us. We would like to schedule this stored procedure to run nightly via Autosequences.
Unfortunately this stored procedure (spcm_R_TillOverShort) is not in the list of stored procedures to be called when setting up the autosequences.
Can anyone give me some direction on how I can add stored procedures to the existing list of stored procedures that the autosequences can be set to run by default?
I have tried manually inserting into some tables but cannot get it to function properly.
Any help would be greatly appreciated.
The till count data in the cm_count_var_detail table does not get updated after an adjustment is made until a till report is run. In some cases, the store level staff does not run a report so the data in this table is not updated to reflect the adjusted till counts.
This becomes an issue because our data warehouse is extracting the data from this table and utilizing it for reporting purposes.
We have identified a specific stored procedure that will update the table for us. We would like to schedule this stored procedure to run nightly via Autosequences.
Unfortunately this stored procedure (spcm_R_TillOverShort) is not in the list of stored procedures to be called when setting up the autosequences.
Can anyone give me some direction on how I can add stored procedures to the existing list of stored procedures that the autosequences can be set to run by default?
I have tried manually inserting into some tables but cannot get it to function properly.
Any help would be greatly appreciated.