Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a02fba71

Von Tamino Steinert vor 10 Monaten hinzugefügt

  • ID a02fba71d81911108fa80cb2d122d2bc09541ac8
  • Vorgänger 71b7d7ca
  • Nachfolger edd7877e

S:M:Record: Dokumentation angepasst

Unterschiede anzeigen:

SL/Model/Record.pm
341 341

  
342 342
=item * C<sales_quotation>
343 343

  
344
=item * C<purchase_quotation>
344
=item * C<request_quotation>
345 345

  
346 346
=item * C<purchase_quotation_intake>
347 347

  
348 348
=item * C<sales_order_intake>
349 349

  
350
=item * C<purchase_order_confirmation>
351

  
350 352
=back
351 353

  
352 354
=item * L<SL::DB::DeliveryOrder>
......
400 402

  
401 403
=over 4
402 404

  
405
=item C<get_record>
406

  
407
Loads a the corresponding record_object of type and id. Preloads the items and
408
parts of them.
409

  
410
=item C<create_new_record>
411

  
412
Creates a record_object of the type and sets standard default values.
413

  
414
=item C<create_new_record_item>
415

  
416
Creates a item for the record_object of the type and sets standard default values.
417

  
403 418
=item C<update_after_new>
404 419

  
405 420
Updates a record_object corresponding to type_data.

Auch abrufbar als: Unified diff