Revision 8bf1fc96
Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt
SL/Controller/CustomerVendor.pm | ||
---|---|---|
641 | 641 |
$self->{cv}->taxincluded_checked(undef); |
642 | 642 |
} |
643 | 643 |
|
644 |
$self->{cv}->hourly_rate($::lx_office_conf{'features/customer'}->{default_hourly_rate}) if $self->is_customer && !$self->{cv}->hourly_rate; |
|
644 | 645 |
|
645 | 646 |
foreach my $cvar (@{$self->{cv}->cvars_by_config()}) { |
646 | 647 |
my $value = $::form->{cv_cvars}->{$cvar->config->name}; |
config/kivitendo.conf.default | ||
---|---|---|
65 | 65 |
# and "en" (English, not perfect) are available. |
66 | 66 |
language = de |
67 | 67 |
|
68 |
[features] |
|
69 |
|
|
70 |
[features/customer] |
|
71 |
# Default for the 'hourly rate' input in the customer master data |
|
72 |
# dialog. |
|
73 |
default_hourly_rate = 100 |
|
74 |
|
|
68 | 75 |
[paths] |
69 | 76 |
# path to temporary files (must be writeable by the web server) |
70 | 77 |
userspath = users |
locale/de/all | ||
---|---|---|
1093 | 1093 |
'History Search Engine' => 'Historien Suchmaschine', |
1094 | 1094 |
'Homepage' => 'Homepage', |
1095 | 1095 |
'Host' => 'Datenbankcomputer', |
1096 |
'Hourly rate' => 'Stundensatz', |
|
1096 | 1097 |
'However, you can create a new part which will then be selected.' => 'Sie können jedoch einen neuen Artikel anlegen, der dann automatisch ausgewählt wird.', |
1097 | 1098 |
'I' => 'I', |
1098 | 1099 |
'IBAN' => 'IBAN', |
templates/webpages/customer_vendor/tabs/billing.html | ||
---|---|---|
339 | 339 |
[% END %] |
340 | 340 |
|
341 | 341 |
</tr> |
342 |
|
|
343 |
[% IF ( SELF.is_customer() ) %] |
|
344 |
<tr> |
|
345 |
<th align="right">[%- LxERP.t8("Hourly rate") %]</th> |
|
346 |
<td>[% L.input_tag("cv.hourly_rate_as_number", SELF.cv.hourly_rate_as_number) %]</td> |
|
347 |
</tr> |
|
348 |
[% END %] |
|
342 | 349 |
</table> |
343 | 350 |
|
344 | 351 |
<table> |
Auch abrufbar als: Unified diff
Kundenstammdaten: Stundensatz bearbeiten können