Revision 0ecf5cf7
Von Tamino Steinert vor 10 Monaten hinzugefügt
SL/Model/Record.pm | ||
---|---|---|
13 | 13 |
use SL::DB::Invoice; |
14 | 14 |
use SL::DB::Status; |
15 | 15 |
use SL::DB::ValidityToken; |
16 |
|
|
17 |
use SL::DB::Order; |
|
16 | 18 |
use SL::DB::Order::TypeData qw(:types); |
19 |
use SL::DB::DeliveryOrder; |
|
17 | 20 |
use SL::DB::DeliveryOrder::TypeData qw(:types); |
21 |
use SL::DB::Reclamation; |
|
18 | 22 |
use SL::DB::Reclamation::TypeData qw(:types); |
23 |
use SL::DB::Invoice; |
|
24 |
use SL::DB::Invoice::TypeData qw(:types); |
|
25 |
use SL::DB::PurchaseInvoice; |
|
26 |
use SL::DB::PurchaseInvoice::TypeData qw(:types); |
|
27 |
|
|
19 | 28 |
use SL::DB::Helper::Record qw( |
20 | 29 |
get_class_from_type get_items_class_from_type get_type_data_proxy_from_type |
21 | 30 |
); |
Auch abrufbar als: Unified diff
S:M:Record: Lade alle Beleg DB-Objekte und TypeData