+ my $defaults = SL::DefaultManager->new($::lx_office_conf{system}->{default_manager});
+ my $coa = $defaults->chart_of_accounts( 'Germany-DATEV-SKR03EU' );
+ my $am = $defaults->accounting_method( 'cash' );
+ my $pd = $defaults->profit_determination( 'balance' );
+ my $is = $defaults->inventory_system( 'periodic' );
+ my $curr = $defaults->currency( 'EUR' );