The invoice number is 14 alphanumeric digits. The first 2 digits are a code that shows the department from which the transaction originated. The next six digits is the current date in mmddyy format. November 30, 2001 would be 113001. The final six digits are a counter that increments by 1 for every new transaction. This counter will reset after each million transactions.
Note that if the month or day only have one digit, the digit should be preceded by a 0. For example, April would be 04, not 4.
An example transaction for OIT on December 2, 2002 could look like IT120202000032.
This invoice numbering convention is guaranteed to be unique for every transaction provided that no department will have more than a million transactions in a single day.
Following is an initial list of department codes: