Revision 78600d89
Von Moritz Bunkus vor etwa 14 Jahren hinzugefügt
SL/DB/Invoice.pm | ||
---|---|---|
|
||
=back
|
||
|
||
Returns C<$self> on success and C<undef> on failure.
|
||
Returns C<$self> on success and C<undef> on failure. The whole process
|
||
is run inside a transaction. If it fails then nothing is saved to or
|
||
changed in the database. A new transaction is only started if none is
|
||
active.
|
||
|
||
=item C<basic_info $field>
|
||
|
SL/DB/Order.pm | ||
---|---|---|
chart to post to. If it is not set then the first chart configured for
|
||
accounts receivables is used.
|
||
|
||
Returns the new invoice instance on success and C<undef> on failure.
|
||
Returns the new invoice instance on success and C<undef> on
|
||
failure. The whole process is run inside a transaction. On failure
|
||
nothing is created or changed in the database.
|
||
|
||
At the moment only sales quotations and sales orders can be converted.
|
||
|
||
=item C<create_sales_process>
|
||
|
||
Creates and saves a new sales process. Can only be called for sales
|
||
orders.
|
||
|
||
The newly created process will be linked bidirectionally to both
|
||
C<$self> and to all sales quotations that are linked to C<$self>.
|
||
|
||
Returns the newly created process instance.
|
||
|
||
=back
|
||
|
||
=head1 BUGS
|
Auch abrufbar als: Unified diff
Dokumentation