Ticket::NumberGenerator::MinCounterSize

Hi guys. I am trying to set ticket number to start from 1 like Ticket#1, but when i set in Ticket::NumberGenerator::MinCounterSize to 1 digit, it start from 100, so the first ticket is Ticket#101 =( How to fix it? --! *Dilson Tomé*

Dilson, I think it's appending the site location number in case you have more than one site it adds the sites location number + your ticket number. I believe you can turn off the site location option. On 1/15/2012 3:33 PM, Dilson Tomé wrote:
Hi guys.
I am trying to set ticket number to start from 1 like Ticket#1, but when i set in Ticket::NumberGenerator::MinCounterSize to 1 digit, it start from 100, so the first ticket is Ticket#101 =(
How to fix it?
--! *Dilson Tomé*
--------------------------------------------------------------------- OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

Hi,
On Sun, Jan 15, 2012 at 23:33, Dilson Tomé
I am trying to set ticket number to start from 1 like Ticket#1, but when i set in Ticket::NumberGenerator::MinCounterSize to 1 digit, it start from 100, so the first ticket is Ticket#101 =(
It's appending the system ID. The System ID is 10 in your case. You could set the System ID to '0', this would make the first ticket number '01'' (and the tenth '010'. -- Mike

I did this... =D
it's work!!
Thank you *Ken godee* and *Michiel Beijen*.
--! *Dilson Tomé*
On Wed, Jan 18, 2012 at 06:16, Michiel Beijen
Hi,
On Sun, Jan 15, 2012 at 23:33, Dilson Tomé
wrote: I am trying to set ticket number to start from 1 like Ticket#1, but when i set in Ticket::NumberGenerator::MinCounterSize to 1 digit, it start from 100, so the first ticket is Ticket#101 =(
It's appending the system ID. The System ID is 10 in your case. You could set the System ID to '0', this would make the first ticket number '01'' (and the tenth '010'. -- Mike --------------------------------------------------------------------- OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
participants (3)
-
Dilson Tomé
-
Ken godee
-
Michiel Beijen