SambaPOS Forum
English Boards => Support => Topic started by: maozen on March 29, 2012, 11:23:53 am
-
I need to create a numerator for invoces and this is not a problem but how i can define since wihch number the numerator have to start?
In italy you must have all invoce with a sequential nuber (in the year, usually starting from 1)
Thanks
MAO
-
You can update a Numerator Counter to a specific number with a simple SQL Script
Update Numerators set number = 2000 where Name = 'Ticket Numerator'
It sets "Ticket Numerator" Counter to 2000