Revision d88c278c
Von Kivitendo Admin vor fast 9 Jahren hinzugefügt
SL/CVar.pm | ||
---|---|---|
724 | 724 |
|
725 | 725 |
Suppose the following scenario: |
726 | 726 |
|
727 |
You have a lot of parts in your database, and a set of properties cofigured. Now not every part has every of these properties, some combinations will just make no sense. In order to clean up your inputs a bit, you want to mark certain combinations as invalid, blocking them from modification and possibly display. |
|
727 |
You have a lot of parts in your database, and a set of properties configured. Now not every part has every of these properties, some combinations will just make no sense. In order to clean up your inputs a bit, you want to mark certain combinations as invalid, blocking them from modification and possibly display.
|
|
728 | 728 |
|
729 | 729 |
Validity is assumed. If you modify validity, you actually save B<invalidity>. |
730 | 730 |
Invalidity is saved as a function of config_id, and the trans_id |
SL/Controller/CsvImport/BaseMulti.pm | ||
---|---|---|
188 | 188 |
|
189 | 189 |
my %unwanted = map { ( $_ => 1 ) } (qw(itime mtime), map { $_->name } @{ $class->meta->primary_key_columns }); |
190 | 190 |
|
191 |
# TODO: execeptions for AccTransaction and Invoice wh
|
|
191 |
# TODO: exceptions for AccTransaction and Invoice wh |
|
192 | 192 |
if ( $class =~ m/^SL::DB::AccTransaction/ ) { |
193 | 193 |
my %unwanted_acc_trans = map { ( $_ => 1 ) } (qw(acc_trans_id trans_id cleared fx_transaction ob_transaction cb_transaction itime mtime chart_link tax_id description gldate memo source transdate), map { $_->name } @{ $class->meta->primary_key_columns }); |
194 | 194 |
@unwanted{keys %unwanted_acc_trans} = values %unwanted_acc_trans; |
scripts/installation_check.pl | ||
---|---|---|
78 | 78 |
$| = 1; |
79 | 79 |
|
80 | 80 |
if (!SL::LxOfficeConf->read(undef, 'may fail')) { |
81 |
print_header('Could not load the config file. If you have dependancies from any features enabled in the configuration these will still show up as optional because of this. Please rerun this script after installing the dependancies needed to load the cofiguration.') |
|
81 |
print_header('Could not load the config file. If you have dependancies from any features enabled in the configuration these will still show up as optional because of this. Please rerun this script after installing the dependancies needed to load the configuration.')
|
|
82 | 82 |
} else { |
83 | 83 |
SL::InstallationCheck::check_for_conditional_dependencies(); |
84 | 84 |
} |
t/006spellcheck.t | ||
---|---|---|
33 | 33 |
CONTANTS |
34 | 34 |
anyways |
35 | 35 |
arbitary |
36 |
cofigur |
|
36 | 37 |
custemer |
37 | 38 |
databasa |
38 | 39 |
dependan |
40 |
execept |
|
39 | 41 |
existance |
40 | 42 |
existant |
41 | 43 |
fomr |
Auch abrufbar als: Unified diff
Typos und spellcheck.t