Revision fbbfd3ce
Von Rolf Fluehmann vor mehr als 8 Jahren hinzugefügt
SL/DefaultManager/German.pm | ||
---|---|---|
4 | 4 |
use parent qw(Rose::Object); |
5 | 5 |
|
6 | 6 |
# client defaults |
7 |
sub chart_of_accounts { 'Germany-DATEV-SKR03EU' } |
|
8 |
sub accounting_method { 'cash' } |
|
9 |
sub inventory_system { 'periodic' } |
|
10 |
sub profit_determination { 'income' } |
|
11 |
sub currency { 'EUR' } |
|
12 |
sub precision { 0.01 } |
|
7 |
sub chart_of_accounts { 'Germany-DATEV-SKR03EU' } |
|
8 |
sub accounting_method { 'cash' } |
|
9 |
sub inventory_system { 'periodic' } |
|
10 |
sub profit_determination { 'income' } |
|
11 |
sub currency { 'EUR' } |
|
12 |
sub precision { 0.01 } |
|
13 |
sub feature_balance { 1 } |
|
14 |
sub feature_datev { 1 } |
|
15 |
sub feature_erfolgsrechnung { 0 } |
|
16 |
sub feature_eurechnung { 1 } |
|
17 |
sub feature_ustva { 1 } |
|
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 { 'DE' } |
|
21 |
sub language { 'de' } |
|
25 |
sub country { 'DE' }
|
|
26 |
sub language { 'de' }
|
|
22 | 27 |
|
23 | 28 |
1; |
Auch abrufbar als: Unified diff
preferences to client-features managed