Revision fb99b68a
Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt
SL/DB/Helper/TransNumberGenerator.pm | ||
---|---|---|
93 | 93 |
|
94 | 94 |
=over 4 |
95 | 95 |
|
96 |
=item C<get_mext_trams_number %params>
|
|
96 |
=item C<get_next_trans_number %params>
|
|
97 | 97 |
|
98 | 98 |
Generates a new unique record number for the mixing class. Each record |
99 | 99 |
type (invoices, sales quotations, purchase orders etc) has its own |
... | ... | |
147 | 147 |
|
148 | 148 |
=item C<create_trans_number %params> |
149 | 149 |
|
150 |
Calls and returns L</get_next_trans_number> with the parameters
|
|
150 |
Calls and returns </get_next_trans_number> with the parameters |
|
151 | 151 |
C<update_defaults = 1> and C<update_record = 1>. C<%params> is passed |
152 | 152 |
to it as well. |
153 | 153 |
|
SL/DB/Object/Hooks.pm | ||
---|---|---|
118 | 118 |
An exception of C<SL::X::DBHookError> is thrown if any of the hooks |
119 | 119 |
returns a falsish value. |
120 | 120 |
|
121 |
This function is supposed to be called by L</SL::DB::Object::load>,
|
|
122 |
L</SL::DB::Object::save> or L</SL::DB::Object::delete>.
|
|
121 |
This function is supposed to be called by L<Rose::DB::Object/load>,
|
|
122 |
L<Rose::DB::Object/save> or L<Rose::DB::Object/delete>.
|
|
123 | 123 |
|
124 | 124 |
=back |
125 | 125 |
|
Auch abrufbar als: Unified diff
Pod Fixes.
Conflicts: