Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 5d0c2933

Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt

  • ID 5d0c2933e983d083afdb15afd5ec24b34fcdd3c6
  • Vorgänger 59445167
  • Nachfolger 09a63fcb

Mandantenkonfig: Standard-Stundensatz

Unterschiede anzeigen:

SL/Controller/ClientConfig.pm
40 40
    undef $defaults->{$_} if !$defaults->{$_};
41 41
  }
42 42

  
43
  $defaults->{$_} = $::form->parse_amount(\%::myconfig, $defaults->{$_}) for qw(customer_hourly_rate);
44

  
43 45
  $self->defaults->assign_attributes(%{ $defaults });
44 46

  
45 47
  my %errors_idx;
locale/de/all
716 716
  'Default client'              => 'Standardmandant',
717 717
  'Default currency'            => 'Standardwährung',
718 718
  'Default currency missing!'   => 'Standardwährung fehlt!',
719
  'Default hourly rate for new customers' => '',
719 720
  'Default output medium'       => 'Standardausgabekanal',
720 721
  'Default printer'             => 'Standarddrucker',
721 722
  'Default template format'     => 'Standardvorlagenformat',
templates/webpages/client_config/_features.html
27 27
   <td>[% LxERP.t8('Automatic deletion of leading, trailing and excessive (repetitive) spaces in customer or vendor names') %]</td>
28 28
  </tr>
29 29

  
30
  <tr>
31
   <td align="right">[% LxERP.t8('Hourly Rate') %]</td>
32
   <td>[% L.input_tag('defaults.customer_hourly_rate', LxERP.format_amount(SELF.defaults.customer_hourly_rate, 2), style=style) %]</td>
33
   <td>[% LxERP.t8('Default hourly rate for new customers') %]</td>
34
  </tr>
35

  
30 36
  <tr><td class="listheading" colspan="4">[% LxERP.t8("Parts Master Data") %]</td></tr>
31 37

  
32 38
  <tr>

Auch abrufbar als: Unified diff