Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 176f7859

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

  • ID 176f7859ca42de71201f2c8f87c9b3e04040f2e0
  • Vorgänger dc9fd5e2
  • Nachfolger 7aaaf0b3

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