Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f5b55fd9

Von Sven Schöling vor etwa 1 Jahr hinzugefügt

  • ID f5b55fd9e4fcd0a11fc11c859c834b37ef190297
  • Vorgänger 38a11ba4
  • Nachfolger 5d652f49

SL::Model::Record: pod update

Unterschiede anzeigen:

SL/Model/Record.pm
334 334
The base record types need to implement a type_data call that can be queried
335 335
for various type informations.
336 336

  
337
     +-------+              type_data()      +-------------------------+
338
     | Order | ---------------proxy------->  | SL::DB::Order::TypeData |
339
     +-------+                               +-------------------------+
340

  
341
     +---------------+      type_data()      +---------------------------------+
342
     | DeliveryOrder |  ------proxy------->  | SL::DB::DeliveryOrder::TypeData |
343
     +---------------+                       +---------------------------------+
344

  
345
     ...
346

  
347
Any Record that implements the necessary type_data callbacks can be used as a
348
record in here .
349

  
337 350
Invoices are not supported as of now, but are planned for the future.
338 351

  
339 352
The old delivery order C<sales_delivery_order> and C<purchase_delivery_order>

Auch abrufbar als: Unified diff