Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 113533ea

Von Rolf Fluehmann vor mehr als 8 Jahren hinzugefügt

  • ID 113533ea3987ee27c71bc76a35dca3b2a72e8c35
  • Vorgänger d21c6872
  • Nachfolger ed3bf4aa

preferences to client-features managed

Unterschiede anzeigen:

SL/DefaultManager/Swiss.pm
4 4
use parent qw(Rose::Object);
5 5

  
6 6
# client defaults
7
sub chart_of_accounts    { 'Switzerland-deutsch-MWST-2014' }
8
sub accounting_method    { 'accrual' }
9
sub inventory_system     { 'periodic' }
10
sub profit_determination { 'balance' }
11
sub currency             { 'CHF' }
12
sub precision            { 0.05 }
7
sub chart_of_accounts       { 'Switzerland-deutsch-MWST-2014' }
8
sub accounting_method       { 'accrual' }
9
sub inventory_system        { 'periodic' }
10
sub profit_determination    { 'balance' }
11
sub currency                { 'CHF' }
12
sub precision               { 0.05 }
13
sub feature_balance         { 1 }
14
sub feature_datev           { 0 }
15
sub feature_erfolgsrechnung { 1 }
16
sub feature_eurechnung      { 0 }
17
sub feature_ustva           { 0 }
13 18

  
14 19
# user defaults
15
sub numberformat        { "1'000.00" }
16
sub dateformat          { 'dd.mm.yy' }
17
sub timeformat          { 'hh:mm' }
20
sub numberformat            { "1'000.00" }
21
sub dateformat              { 'dd.mm.yy' }
22
sub timeformat              { 'hh:mm' }
18 23

  
19 24
# default for login/admin areas
20
sub country             { 'CH' }
21
sub language            { 'de' }
25
sub country                 { 'CH' }
26
sub language                { 'de' }
22 27

  
23 28
1;

Auch abrufbar als: Unified diff