We have a location where they are given a receipt number range that must be included on each receipt. Say the range that is valid for the period is 00011001 - 00021000
For example, they are given a starting receipt number of 000-001-01-00011001 and it should autoincrement.
I dont think i can simply change the receipt number format because we wouldnt be able to set those numbers to start at a certain number right? We can only use like ####? I dont think this will work.
We dont have control over the transaction number either, so i cant use that.
Are there any other fields that can be used for this which are natively available on receipt formats? Hoping to avoid customization.
All i need is the ability to put a user configurable number sequence on a receipt.
Thoughts?