[otrs-cvs] ITSMChangeManagement/Kernel/Config/Files ITSMChangeManagement.xml, 1.275, 1.276

"CVS commits notifications of OTRS.org" <[email protected]> Tue, 9 Apr 2013 16:59:10 +0000
Newsgroups gmane.comp.otrs.cvs
Message-ID <[email protected]>
Comments:
Update of /home/cvs/ITSMChangeManagement/Kernel/Config/Files
In directory lancelot:/tmp/cvs-serv15267/Kernel/Config/Files

Modified Files:
	ITSMChangeManagement.xml 
Log Message:
Fixed bug# 8007 - Autoincrement number generator for change numbers.

Author: ub

Index: ITSMChangeManagement.xml
===================================================================
RCS file: /home/cvs/ITSMChangeManagement/Kernel/Config/Files/ITSMChangeManagement.xml,v
retrieving revision 1.275
retrieving revision 1.276
diff -2 -u -d -r1.275 -r1.276
--- ITSMChangeManagement.xml	30 Nov 2012 01:29:19 -0000	1.275
+++ ITSMChangeManagement.xml	9 Apr 2013 16:59:04 -0000	1.276
@@ -9442,5 +9442,5 @@
     </ConfigItem>
     <ConfigItem Name="ITSMChange::NumberGenerator" Required="1" Valid="1">
-        <Description Translatable="1">Selects the change number generator module. With "Date", the change numbers will be generated by the current date and a counter; this format looks like Year.Month.Day.counter, e.g. 2010062400001, 2010062400002. With "DateChecksum", the counter will be appended as checksum to the string of date plus the SystemID. The checksum will be rotated on a daily basis. This format looks like Year.Month.Day.SystemID.Counter.CheckSum, e.g. 2010062410000017, 2010062410000026.</Description>
+        <Description Translatable="1">Selects the change number generator module. "AutoIncrement" increments the change number, the SystemID and the counter are used with SystemID.counter format (e.g. 100118, 100119). With "Date", the change numbers will be generated by the current date and a counter; this format looks like Year.Month.Day.counter, e.g. 2010062400001, 2010062400002. With "DateChecksum", the counter will be appended as checksum to the string of date plus the SystemID. The checksum will be rotated on a daily basis. This format looks like Year.Month.Day.SystemID.Counter.CheckSum, e.g. 2010062410000017, 2010062410000026.</Description>
         <Group>ITSM Change Management</Group>
         <SubGroup>Core::ITSMChange</SubGroup>
@@ -9449,4 +9449,12 @@
         </Setting>
     </ConfigItem>
+    <ConfigItem Name="ITSMChange::NumberGenerator::AutoIncrement::MinCounterSize" Required="1" Valid="1">
+        <Description Translatable="1">Sets the minimal change counter size (if "AutoIncrement" was selected as ITSMChange::NumberGenerator). Default is 5, this means the counter starts from 10000.</Description>
+        <Group>ITSM Change Management</Group>
+        <SubGroup>Core::ITSMChange</SubGroup>
+        <Setting>
+            <String Regex="^[0-9]$">5</String>
+        </Setting>
+    </ConfigItem>
     <ConfigItem Name="Loader::Agent::CommonCSS###100-ITSMChangeManagement" Required="1" Valid="1">
         <Description Translatable="1">List of CSS files to always be loaded for the agent interface.</Description>
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log