Set <Counter> to Reset everyday

Hi is it possible to have the counter reset everyday to 0001

I am trying to set to print as a receipt with the Date in YYMMDD + 4 digit receipt number

My current settings for the save file
Automatic

filename: DateTime:yyMMddCounter:0000

With this setting the counter number continues on to the next day if lets say i end at 32 today, tomorrow my transaction will set to 33.

Is it possible to make it reset to 0001 everyday?

Thanks

Hi,

in general it should be possible, as it reads the setting from the registry, so you could have a scheduled task to overwrite the value every day. The <JobID> token might also help, as this is basically a counter which gets reset on each reboot.

Best regards

Robin