Revision 86bb04e4
Von Andreas Rudin vor 9 Monaten hinzugefügt
SL/Controller/ClientConfig.pm | ||
---|---|---|
30 | 30 |
use Rose::Object::MakeMethods::Generic ( |
31 | 31 |
'scalar --get_set_init' => [ qw(defaults all_warehouses all_weightunits all_languages all_currencies all_templates all_price_sources h_unit_name available_quick_search_modules |
32 | 32 |
all_project_statuses all_project_types zugferd_settings |
33 |
posting_options payment_options accounting_options inventory_options profit_options balance_startdate_method_options |
|
33 |
posting_options payment_options accounting_options inventory_options profit_options balance_startdate_method_options yearend_options
|
|
34 | 34 |
displayable_name_specs_by_module available_documents_with_no_positions) ], |
35 | 35 |
); |
36 | 36 |
|
... | ... | |
208 | 208 |
return SL::DB::Helper::AccountingPeriod::get_balance_startdate_method_options; |
209 | 209 |
} |
210 | 210 |
|
211 |
sub init_yearend_options { |
|
212 |
[ { title => t8("default"), value => "default" }, |
|
213 |
{ title => t8("simple"), value => "simple" }, ] |
|
214 |
} |
|
215 |
|
|
211 | 216 |
sub init_all_price_sources { |
212 | 217 |
my @classes = SL::PriceSource::ALL->all_price_sources; |
213 | 218 |
|
Auch abrufbar als: Unified diff
Vereinfachte Methode beim Jahresabschluss
- Nur 2 statt 3 Konten bei den Jahresabschluss-Standardkonten:
Jahresabschluss-Konto und
Konto zum Verbuchen des Jahresgewinns oder
verlusts
Keine Abschlussbuchungen bei den Erfolgskonten- Auswahl der Methode in der Mandantenkonfiguration unter Buchungskonfiguration
- Alle Konten als Abschlusskonten auswählbar
- Verbuchen des Jahresgewinns oder -verlusts nur bei den Eröffnungsbuchungen