Revision 53ef5f90
Von Tamino Steinert vor 6 Tagen hinzugefügt
SL/DB/Helper/ALL.pm | ||
---|---|---|
92 | 92 |
use SL::DB::Part; |
93 | 93 |
use SL::DB::PartClassification; |
94 | 94 |
use SL::DB::PartCustomerPrice; |
95 |
use SL::DB::PartParentVariantPartVariant; |
|
95 | 96 |
use SL::DB::PartsGroup; |
96 | 97 |
use SL::DB::PartsPriceHistory; |
97 | 98 |
use SL::DB::PaymentTerm; |
... | ... | |
154 | 155 |
use SL::DB::TodoUserConfig; |
155 | 156 |
use SL::DB::TransferType; |
156 | 157 |
use SL::DB::Translation; |
158 |
use SL::DB::TranslationVariantProperty; |
|
159 |
use SL::DB::TranslationVariantPropertyValue; |
|
157 | 160 |
use SL::DB::TriggerInformation; |
158 | 161 |
use SL::DB::Unit; |
159 | 162 |
use SL::DB::UnitsLanguage; |
160 | 163 |
use SL::DB::UserPreference; |
161 | 164 |
use SL::DB::VC; |
162 | 165 |
use SL::DB::ValidityToken; |
166 |
use SL::DB::VariantProperty; |
|
167 |
use SL::DB::VariantPropertyPart; |
|
168 |
use SL::DB::VariantPropertyValue; |
|
169 |
use SL::DB::VariantPropertyValuePart; |
|
163 | 170 |
use SL::DB::Vendor; |
164 | 171 |
use SL::DB::Warehouse; |
165 | 172 |
|
Auch abrufbar als: Unified diff
Varianten: SQL-Scripte und ROSE-DB Dateien erstellt