Revision 44cda51f
Von Moritz Bunkus vor fast 11 Jahren hinzugefügt
SL/DB/Helper/TransNumberGenerator.pm | ||
---|---|---|
139 | 139 |
Now the number itself is increased as often as neccessary to create a |
140 | 140 |
unique one by comparing the generated numbers with the existing ones |
141 | 141 |
retrieved in the first step. In this step gaps in the assigned numbers |
142 |
are filled for some tables (e.g. invoices) but not for others |
|
143 |
(e.g. sales orders). |
|
142 |
are filled for all currently supported tables. |
|
144 | 143 |
|
145 | 144 |
After creating the unique record number this function can update |
146 | 145 |
C<$self> and the C<defaults> table if requested. This is controlled |
Auch abrufbar als: Unified diff
SL::DB::Helper::TransNumberGenerator: Doku-Update