$form->{draft_description} = $description;
$form->{remove_draft} = 'checked';
}
-
+ # Ich vergesse bei Rechnungsentwürfe das Rechnungsdatum zu ändern. Dadurch entstehen
+ # ungültige Belege. Vielleicht geht es anderen ähnlich jan 19.2.2011
+ $form->{invdate} = $form->current_date(\%myconfig); # Aktuelles Rechnungsdatum ...
+ $form->{duedate} = $form->current_date(\%myconfig); # Aktuelles Fälligkeitsdatum ...
update();
$main::lxdebug->leave_sub();
$form->{title} = $locale->text('Add License');
- if (!$::lx_office_conf{system}->{lizenzen}) {
+ if (!$::lx_office_conf{features}->{lizenzen}) {
$form->error(
$locale->text(
'The licensing module has been deactivated in the configuration.')
$form->{title} = $locale->text('Licenses');
- if (!$::lx_office_conf{system}->{lizenzen}) {
+ if (!$::lx_office_conf{features}->{lizenzen}) {
$form->error(
$locale->text(
'The licensing module has been deactivated in the configuration.')
[system]
# EUR: Einnahmen-Überschussrechnung (net income method). Set this to 1
-# if your company uses the net income method and to 0 for balacing.
+# if your company uses the net income method and to 0 for balancing.
eur = 1
# Set language for login and admin forms. Currently "de" (German),
# Veränderungen von Lx-Office ERP #
###################################
+ ab Feb 2011 Release 2.7-unstable
+
+
+
+ Kleinere neue Features und Detailverbesserungen:
+
+ - Beim Laden von Rechnungsentwürfen, das Fälligkeits- und Rechnungsdatum duch
+ das Tagesdatum ersetzen
+
+
2011-02-02 - Release 2.6.2
Größere neue Features: