Korrekturmodul für das Hauptbuch implementiert
authorMoritz Bunkus <m.bunkus@linet-services.de>
Mon, 11 May 2009 12:17:56 +0000 (12:17 +0000)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Mon, 11 May 2009 12:17:56 +0000 (12:17 +0000)
commiteb0c10b0a09da8ff4590c3043a9fa6dd10775ee4
tree1e911389fdaa01c6e92256ce17e4fa8c92f848e3
parent72d93b0b6cbca4fc4dabb116f20c1b88a22fde88
Korrekturmodul für das Hauptbuch implementiert

Frührere Lx-Office-Versionen enthalten einige Bugs und Features,
die den Export von Buchungsdaten ins DATEV-Format verhindern und
allgemein zu ungültigen und/oder unlogischen Einträgen in acc_trans
führen. Mit Hilfe dieses Modules, das über den Menüpunkt "System ->
Korrekturen -> Korrekturen im Hauptbuch" erreichbar ist, können die
Auswirkungen dieser Bugs und Features teils automatisch, teils manuell
behoben werden.
36 files changed:
SL/AccTransCorrections.pm [new file with mode: 0644]
SL/Locale.pm
SL/Taxkeys.pm [new file with mode: 0644]
SL/Template/Plugin/LxERP.pm
acctranscorrections.pl [new file with mode: 0644]
bin/mozilla/acctranscorrections.pl [new file with mode: 0644]
image/error.png [new file with mode: 0644]
image/ok.png [new file with mode: 0644]
locale/de/acctranscorrections [new file with mode: 0644]
locale/de/all
locale/de/ct
locale/de/menu
locale/de/menunew
menu.ini
templates/webpages/acctranscorrections/analyze_filter_de.html [new file with mode: 0644]
templates/webpages/acctranscorrections/analyze_filter_master.html [new file with mode: 0644]
templates/webpages/acctranscorrections/analyze_overview_de.html [new file with mode: 0644]
templates/webpages/acctranscorrections/analyze_overview_master.html [new file with mode: 0644]
templates/webpages/acctranscorrections/assistant_for_ap_ar_wrong_taxkeys_de.html [new file with mode: 0644]
templates/webpages/acctranscorrections/assistant_for_ap_ar_wrong_taxkeys_master.html [new file with mode: 0644]
templates/webpages/acctranscorrections/assistant_for_invoice_inventory_with_taxkeys_de.html [new file with mode: 0644]
templates/webpages/acctranscorrections/assistant_for_invoice_inventory_with_taxkeys_master.html [new file with mode: 0644]
templates/webpages/acctranscorrections/assistant_for_wrong_taxes_de.html [new file with mode: 0644]
templates/webpages/acctranscorrections/assistant_for_wrong_taxes_master.html [new file with mode: 0644]
templates/webpages/acctranscorrections/assistant_for_wrong_taxkeys_de.html [new file with mode: 0644]
templates/webpages/acctranscorrections/assistant_for_wrong_taxkeys_master.html [new file with mode: 0644]
templates/webpages/acctranscorrections/delete_transaction_confirmation_de.html [new file with mode: 0644]
templates/webpages/acctranscorrections/delete_transaction_confirmation_master.html [new file with mode: 0644]
templates/webpages/acctranscorrections/delete_transaction_de.html [new file with mode: 0644]
templates/webpages/acctranscorrections/delete_transaction_master.html [new file with mode: 0644]
templates/webpages/acctranscorrections/fix_ap_ar_wrong_taxkeys_de.html [new file with mode: 0644]
templates/webpages/acctranscorrections/fix_ap_ar_wrong_taxkeys_master.html [new file with mode: 0644]
templates/webpages/acctranscorrections/fix_invoice_inventory_with_taxkeys_de.html [new file with mode: 0644]
templates/webpages/acctranscorrections/fix_invoice_inventory_with_taxkeys_master.html [new file with mode: 0644]
templates/webpages/acctranscorrections/fix_wrong_taxkeys_de.html [new file with mode: 0644]
templates/webpages/acctranscorrections/fix_wrong_taxkeys_master.html [new file with mode: 0644]