]> wagnertech.de Git - mfinanz.git/commitdiff
Merge branch 'master' of lx-office.linet-services.de:lx-office-erp
authorMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 23 Feb 2011 08:39:13 +0000 (09:39 +0100)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 23 Feb 2011 08:39:13 +0000 (09:39 +0100)
bin/mozilla/drafts.pl
bin/mozilla/licenses.pl
config/lx_office.conf.default
doc/changelog

index f6cc7b6d0dcc1801c46a5392ec2f20d623be96eb..c471d009bcca0a9f61210a8bfafe94f145fc4af2 100644 (file)
@@ -129,7 +129,10 @@ sub load_draft {
     $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();
index 5aee28b5d95e2fd3c05f6cf5124af90ad96696c2..fb065f2549b46678fc34c6e6b35729bf8fcbee47 100644 (file)
@@ -325,7 +325,7 @@ sub add {
 
   $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.')
@@ -518,7 +518,7 @@ sub search {
 
   $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.')
index b4d4471f72875198b057556ed5ebd51100742db5..1972e953070514f4e5de60ec7114e63a5fa7e478 100644 (file)
@@ -58,7 +58,7 @@ bind_password =
 
 [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),
index 0311afec77751abbf65493af801fad3790a0203d..520aa2774b153557714ad2fefa12e94dc7441a43 100644 (file)
@@ -2,6 +2,16 @@
 # 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: