Number ranges
Notes
- the next contract number will only be determined automatically if the field is left empty
- free numbers in between will be found and used for next contract number
- on update the own number of the actual contract is considered and therefore assumed as already assigned - it will be detected as free during the next update
- only numbers with pre- & suffix of the appropriate cost center will be considered while determining the next number --> so it's possible to have same number ranges (e.g. 1000 to 2000) for same cost center but the first one without any pre/suffix and the second one with pre- and/or suffix
Examples
Example | Range | prefix | suffix | existing numbers | Â | next numbers | ||||
---|---|---|---|---|---|---|---|---|---|---|
1 | 1000 to 2000 | Â | Â | 1000 | 1001 | 1002 | Â | => | 1003 | 1004 |
2 | 1000 to 2000 | Â | Â | 1000 | 1002 | 1003 | Â | => | 1001 | 1004 |
3 | 100 to 200 | pre- | -suf | pre-101-suf | pre-103-suf | 100 | 101 | => | pre-100-suf | pre-102-suf |