Revision 3d433e1f
Von Tamino Steinert vor 11 Monaten hinzugefügt
- ID 3d433e1f69add82bd4c654e7ca6b1071a35e0c86
- Vorgänger 9da868aa
SL/DB/Helper/ALL.pm | ||
---|---|---|
91 | 91 |
use SL::DB::Part; |
92 | 92 |
use SL::DB::PartClassification; |
93 | 93 |
use SL::DB::PartCustomerPrice; |
94 |
use SL::DB::PartParentVarientPartVarient; |
|
94 | 95 |
use SL::DB::PartsGroup; |
95 | 96 |
use SL::DB::PartsPriceHistory; |
96 | 97 |
use SL::DB::PaymentTerm; |
... | ... | |
153 | 154 |
use SL::DB::TodoUserConfig; |
154 | 155 |
use SL::DB::TransferType; |
155 | 156 |
use SL::DB::Translation; |
157 |
use SL::DB::TranslationVarientProperty; |
|
158 |
use SL::DB::TranslationVarientPropertyValue; |
|
156 | 159 |
use SL::DB::TriggerInformation; |
157 | 160 |
use SL::DB::Unit; |
158 | 161 |
use SL::DB::UnitsLanguage; |
159 | 162 |
use SL::DB::UserPreference; |
160 | 163 |
use SL::DB::VC; |
161 | 164 |
use SL::DB::ValidityToken; |
165 |
use SL::DB::VarientProperty; |
|
166 |
use SL::DB::VarientPropertyPart; |
|
167 |
use SL::DB::VarientPropertyValue; |
|
168 |
use SL::DB::VarientPropertyValuePart; |
|
162 | 169 |
use SL::DB::Vendor; |
163 | 170 |
use SL::DB::Warehouse; |
164 | 171 |
|
Auch abrufbar als: Unified diff
Varianten: SQL-Scripte und ROSE-DB Dateien erstellt