Revision 81860c0c
Von Andreas Rudin vor etwa 1 Jahr hinzugefügt
SL/Controller/ClientConfig.pm | ||
---|---|---|
use Rose::Object::MakeMethods::Generic (
|
||
'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
|
||
all_project_statuses all_project_types zugferd_settings
|
||
posting_options payment_options accounting_options inventory_options profit_options balance_startdate_method_options
|
||
posting_options payment_options accounting_options inventory_options profit_options balance_startdate_method_options yearend_options
|
||
displayable_name_specs_by_module available_documents_with_no_positions) ],
|
||
);
|
||
|
||
... | ... | |
return SL::DB::Helper::AccountingPeriod::get_balance_startdate_method_options;
|
||
}
|
||
|
||
sub init_yearend_options {
|
||
[ { title => t8("default"), value => "default" },
|
||
{ title => t8("simple"), value => "simple" }, ]
|
||
}
|
||
|
||
sub init_all_price_sources {
|
||
my @classes = SL::PriceSource::ALL->all_price_sources;
|
||
|
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