Author Topic: Numerators  (Read 6945 times)

maozen

  • Newbie
  • *
  • Posts: 38
Numerators
« 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

emre

  • SambaPOS Developer
  • Samba Team
  • Hero Member
  • *****
  • Posts: 1564
Re: Numerators
« Reply #1 on: March 29, 2012, 02:39:11 pm »
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