Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 4fd22b56

Von Sven Schöling vor etwa 14 Jahren hinzugefügt

  • ID 4fd22b569d4436293e0a9d364d7356b5bfc503e5
  • Vorgänger 78034f24
  • Nachfolger 606b8c86

DBO Update - alle normalen Models hinzugefügt.

Unterschiede anzeigen:

SL/DB/Helpers/ALL.pm
3 3
use strict;
4 4

  
5 5
use SL::DB::Assembly;
6
use SL::DB::BankAccount;
6 7
use SL::DB::Bin;
8
use SL::DB::Buchungsgruppe;
7 9
use SL::DB::Business;
8 10
use SL::DB::Chart;
11
use SL::DB::Contact;
12
use SL::DB::CustomVariable;
13
use SL::DB::CustomVariableConfig;
14
use SL::DB::CustomVariableValidity;
9 15
use SL::DB::Customer;
10 16
use SL::DB::DeliveryOrder;
11 17
use SL::DB::DeliveryOrderItem;
12 18
use SL::DB::DeliveryOrderItemsStock;
19
use SL::DB::Draft;
20
use SL::DB::Dunning;
21
use SL::DB::DunningConfig;
22
use SL::DB::Employee;
23
use SL::DB::FollowUp;
24
use SL::DB::FollowUpLink;
13 25
use SL::DB::GLTransaction;
26
use SL::DB::GenericTranslation;
27
use SL::DB::History;
14 28
use SL::DB::Invoice;
15 29
use SL::DB::InvoiceItem;
30
use SL::DB::Language;
31
use SL::DB::Licemse;
32
use SL::DB::Note;
16 33
use SL::DB::Order;
17 34
use SL::DB::OrderItem;
18 35
use SL::DB::Part;
36
use SL::DB::PaymentTerm;
19 37
use SL::DB::PriceFactor;
38
use SL::DB::Pricegroup;
20 39
use SL::DB::Printer;
21 40
use SL::DB::Project;
22 41
use SL::DB::PurchaseInvoice;
42
use SL::DB::RMA;
43
use SL::DB::SepaExport;
44
use SL::DB::SepaExportItem;
23 45
use SL::DB::Shipto;
46
use SL::DB::Tax;
47
use SL::DB::Taxkey;
24 48
use SL::DB::TransferType;
25 49
use SL::DB::Unit;
26 50
use SL::DB::Vendor;
27 51
use SL::DB::Warehouse;
28 52

  
53

  
54

  
29 55
1;
30 56

  
31 57
__END__

Auch abrufbar als: Unified diff