on 2019 Jan 02 8:02 AM
I defined the custom order number in local.properties file to start with 00000001.
keygen.order.code.name=order_code
keygen.order.code.digits=8
keygen.order.code.start=00000001
keygen.order.code.type=numeric
keygen.order.code.template=$
The start order number picked up from local.properties and incremented by 1 each time.
When I restart the server the order number starting again from 00000001 instead of picking from the previously used order number.
Is there any setting need to do to start the from the previously used order number instead of starting again from 00000001?
The order number starting from 00000001 each time server starts .
Thanks in advance.
Request clarification before answering.
Please add the following properties and let me know if it solves the problem:
keygen.order.code.numeric=true
numberseries.cache.size.order_code=1
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your reply. Let me try those options..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.