From: G. Richardson Date: Wed, 7 Nov 2012 14:30:24 +0000 (+0100) Subject: Merge branch 'master' of vc.linet-services.de:public/lx-office-erp X-Git-Tag: release-3.0.0beta1~25^2~2^2~2 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=e380ecfd97aa1282832adacc34c0d5074c4e0791;hp=61771309437ef49d25e592ea84fc750ec6c2e790;p=kivitendo-erp.git Merge branch 'master' of vc.linet-services.de:public/lx-office-erp --- diff --git a/DEBIAN/DEBIAN/clean.sh b/DEBIAN/DEBIAN/clean.sh deleted file mode 100755 index e2a95f32b..000000000 --- a/DEBIAN/DEBIAN/clean.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash - -echo reset lx-office-erp/admin-password-conf | debconf-communicate -echo fset lx-office-erp/admin-password seen false | debconf-communicate -echo fset lx-office-erp/admin-password seen false | debconf-communicate -echo reset lx-office-erp/admin-password | debconf-communicate -echo reset lx-office-erp/admin-password2 | debconf-communicate -echo reset lx-office-erp/lx-office-erp-user-postgresql-password | debconf-communicate -echo reset lx-office-erp/lx-office-erp-user-postgresql-password2 | debconf-communicate -echo fset lx-office-erp/lx-office-erp-user-postgresql-password seen false | debconf-communicate -echo fset lx-office-erp/lx-office-erp-user-postgresql-password2 seen false | debconf-communicate -echo fset lx-office-erp/password-empty seen false | debconf-communicate -echo fset lx-office-erp/password-mismatch seen false | debconf-communicate -debconf-show lx-office-erp - diff --git a/DEBIAN/DEBIAN/conffiles b/DEBIAN/DEBIAN/conffiles deleted file mode 100644 index f8670059f..000000000 --- a/DEBIAN/DEBIAN/conffiles +++ /dev/null @@ -1,4 +0,0 @@ -/etc/lx-office-erp/lx-office-erp.apache2.conf -/etc/lx-office-erp/lx-office-erp.cherokee -/etc/lx-office-erp/lx-office-erp.cherokee.handler -/etc/lx-office-erp/lx_office.conf.default diff --git a/DEBIAN/DEBIAN/config b/DEBIAN/DEBIAN/config deleted file mode 100755 index 6be8117e4..000000000 --- a/DEBIAN/DEBIAN/config +++ /dev/null @@ -1,83 +0,0 @@ -#!/bin/sh - -set -e -#set -x - - -# Source debconf library -. /usr/share/debconf/confmodule -db_version 2.0 - -echo "! config $STATE !" >> /tmp/lxo-erp.log - -STATE=1 -LASTSTATE=4 -while [ "$STATE" != 0 ] && [ "$STATE" -le "$LASTSTATE" ]; do - echo "! config $STATE !" >> /tmp/lxo-erp.log - case "$STATE" in - 1) - db_set lx-office-erp/admin-password-conf true || true - db_input high lx-office-erp/admin-password-conf || true - db_go || true - ;; - 2) - db_get lx-office-erp/admin-password-conf - if [ "$RET" = "true" ]; then - db_input high lx-office-erp/admin-password || true - db_go || true - db_input high lx-office-erp/admin-password2 || true - db_go || true - - fi - ;; - 3) - db_get lx-office-erp/admin-password-conf - if [ "$RET" = "true" ]; then - db_get lx-office-erp/admin-password || true - PASSPHRASE="$RET" - db_get lx-office-erp/admin-password2 || true - if [ "$RET" != "$PASSPHRASE" ]; then - db_input high lx-office-erp/password-mismatch - db_reset lx-office-erp/admin-password || true - db_reset lx-office-erp/admin-password2 || true - db_fset lx-office-erp/admin-password seen false || true - db_fset lx-office-erp/admin-password2 seen false || true - STATE=1 - fi - fi - ;; - 4) - db_input high lx-office-erp/lx-office-erp-user-postgresql-password || true - db_go || true - db_get lx-office-erp/lx-office-erp-user-postgresql-password || true - POSTGRESQLPWD="$RET" - if [ "#$POSTGRESQLPWD" != "#" ]; then - db_input high lx-office-erp/lx-office-erp-user-postgresql-password2 || true - db_go || true - db_get lx-office-erp/lx-office-erp-user-postgresql-password2 || true - if [ "$RET" != "$POSTGRESQLPWD" ]; then - db_input high lx-office-erp/password-mismatch - db_reset lx-office-erp/lx-office-erp-user-postgresql-password || true - db_reset lx-office-erp/lx-office-erp-user-postgresql-password2 || true - db_fset lx-office-erp/lx-office-erp-user-postgresql-password seen false || true - db_fset lx-office-erp/lx-office-erp-user-postgresql-password2 seen false || true - STATE=3 - fi - else - db_input high lx-office-erp/password-empty || true - db_go || true - db_reset lx-office-erp/lx-office-erp-user-postgresql-password || true - db_fset lx-office-erp/lx-office-erp-user-postgresql-password seen false || true - STATE=3 - fi - - ;; - - esac - - if db_go; then - STATE=$(($STATE + 1)) - else - STATE=$(($STATE - 1)) - fi -done diff --git a/DEBIAN/DEBIAN/control b/DEBIAN/DEBIAN/control deleted file mode 100644 index a7028e2cc..000000000 --- a/DEBIAN/DEBIAN/control +++ /dev/null @@ -1,25 +0,0 @@ -Package: lx-office-erp -Version: 0 -Architecture: all -Section: universe/web -Priority: optional -Installed-Size: 0 -Maintainer: Holger Lindemann , Adrian Weibel -Depends: patch, apache2 | lighttpd, libapache2-mod-fcgid | lighttpd, postgresql-8.3 | postgresql-8.4, libdbi-perl, libdbd-pg-perl, libpg-perl, libarchive-zip-perl, libyaml-perl, libio-stringy-perl, libtemplate-perl, libpdf-api2-perl, libcgi-ajax-perl, liblist-moreutils-perl, libxml-writer-perl, libtext-csv-xs-perl | libtext-csv-perl, liburi-perl, libdatetime-perl, libtext-iconv-perl, libclass-accessor-perl, libemail-address-perl, libparent-perl, librose-object-perl, librose-db-perl, librose-db-object-perl, libsort-naturally-perl | perl, libparams-validate-perl, libfcgi-perl, libconfig-std-perl -Suggests: tetex-base | texlive-latex-base, tetex-bin | texlive-base-bin , tetex-extra | texlive-latex-extra, xpdf | evince | okular -Homepage: http://www.lx-office.org -Description: Extended double entry accounting system for the german market. - Lx-Office is derived from sql-ledger and rewritten - and extended to meet german requirements in ERP software. - It is multi user capable and the administrator can grant and revoke - rights to access different modules. You can manage vendors and customers - as well as goods and attendences. Invoices and orders as well as other - documents can be sent direcly by email. German taxes are sent to Finanzamt - via Winston and taxbird (Elster) out of the program. The data stored in - datasets can - be accessed by a group of users and it is possible to sent it in DATEV - data format to a tax consultant. Most of the documents are printable in - html or pdf format. - Further information about Lx-Office is available at http://www.lx-office.org . - Revision: - diff --git a/DEBIAN/DEBIAN/control.older b/DEBIAN/DEBIAN/control.older deleted file mode 100644 index 1460d2873..000000000 --- a/DEBIAN/DEBIAN/control.older +++ /dev/null @@ -1,25 +0,0 @@ -Package: lx-office-erp -Version: 0 -Architecture: all -Section: universe/web -Priority: optional -Installed-Size: 0 -Maintainer: Holger Lindemann , Adrian Weibel -Depends: patch, apache2 | apache | lighttpd, postgresql-8.3 | postgresql-8.4, libdbi-perl, libdbd-pg-perl, libpg-perl, libarchive-zip-perl, libyaml-perl, libio-stringy-perl, libtemplate-perl, libpdf-api2-perl, libcgi-ajax-perl, liblist-moreutils-perl, libxml-writer-perl, libtext-csv-xs-perl | libtext-csv-perl, liburi-perl, libdatetime-perl, libtext-iconv-perl, libclass-accessor-perl,libemail-address-perl,libparent-perl, libbit-vector-perl, libsub-exporter-perl, libclone-perl, libclass-factory-util-perl -Suggests: tetex-base | texlive-latex-base, tetex-bin | texlive-base-bin , tetex-extra | texlive-latex-extra, xpdf | evince | okular, libfcgi-perl, libapache2-mod-fastcgi -Homepage: http://www.lx-office.org -Description: Extended double entry accounting system for the german market. - Lx-Office is derived from sql-ledger and rewritten - and extended to meet german requirements in ERP software. - It is multi user capable and the administrator can grant and revoke - rights to access different modules. You can manage vendors and customers - as well as goods and attendences. Invoices and orders as well as other - documents can be sent direcly by email. German taxes are sent to Finanzamt - via Winston and taxbird (Elster) out of the program. The data stored in - datasets can - be accessed by a group of users and it is possible to sent it in DATEV - data format to a tax consultant. Most of the documents are printable in - html or pdf format. - Further information about Lx-Office is available at http://www.lx-office.org . - Revision: - diff --git a/DEBIAN/DEBIAN/debian-binary b/DEBIAN/DEBIAN/debian-binary deleted file mode 100644 index cd5ac039d..000000000 --- a/DEBIAN/DEBIAN/debian-binary +++ /dev/null @@ -1 +0,0 @@ -2.0 diff --git a/DEBIAN/DEBIAN/md5sum b/DEBIAN/DEBIAN/md5sum deleted file mode 100644 index 4cf2bd6c4..000000000 --- a/DEBIAN/DEBIAN/md5sum +++ /dev/null @@ -1,1782 +0,0 @@ -744dc5f915bfe5d9f9bbfd4ad5ab8de5 usr/share/lx-office-erp/Programm.png -7a1aed2b5b9056e24d0049c6e0bfdd14 usr/share/lx-office-erp/indentbg.gif -cdcdc3208c6f081d64e43f7734dbc463 usr/share/lx-office-erp/dhtmlsuite/menu-bar-right-arrow.png -3d05967de03f574e4b52d23a0d5c51fe usr/share/lx-office-erp/dhtmlsuite/menu-bar-right-arrow.gif -54b374d0c04712faa3b00dccc1d679eb usr/share/lx-office-erp/dhtmlsuite/menu_strip_separator.gif -56c62009b22f05b6f76ba86b9189803a usr/share/lx-office-erp/dhtmlsuite/menu-bar-gradient.jpg -be50d99b2c395e783e947767010cac13 usr/share/lx-office-erp/dhtmlsuite/menu_strip_down_arrow.gif -a8bd6496230f63e98547200d91301070 usr/share/lx-office-erp/dhtmlsuite/menu_strip_down_arrow.png -e1f6f80c7603ea1a58e80be0c8b04da2 usr/share/lx-office-erp/dhtmlsuite/menu_strip_bg.jpg -35d290eb41b43646e9e7cd5db9f32985 usr/share/lx-office-erp/shade.gif -431cd7e7e252b29dcac1c32f72132b02 usr/share/lx-office-erp/Reports.png -171eff99c416253e04f001e47c77fa6c usr/share/lx-office-erp/fade.png -8418e5272d7d2f9876d177439fb8daac usr/share/lx-office-erp/right.gif -bf3b09dc6d7d7fd6f6bc40968eb3b977 usr/share/lx-office-erp/Dunning Process.png -caf6881a1aa7fe341c09754bd1d44f49 usr/share/lx-office-erp/expand3.gif -4fb87c8aa407db50afda42e9e54c55e6 usr/share/lx-office-erp/shadeactive.gif -5c1d89255437f420aa05e32603891734 usr/share/lx-office-erp/lx-office-erp.png -08b7a2cae446229a0182620ff0b6b28c usr/share/lx-office-erp/Warehouse.png -10316a253603cbbbebdd1e0ddeb5b48d usr/share/lx-office-erp/CRM.png -17411648c2c5ed047946e832d0978db0 usr/share/lx-office-erp/tux.png -900c5489979c44dc727f68efbb1a52fd usr/share/lx-office-erp/indentbg2.gif -3322b278551e6ff572cc0f15314931f9 usr/share/lx-office-erp/px_3.gif -06061d71db6c95dcc382c76fe0d2b889 usr/share/lx-office-erp/bg_css_menu.png -d6da9249e10c8076fe6249d1a611385e usr/share/lx-office-erp/General Ledger.png -aef9ee9a9910c2062c8fca9c74e97a58 usr/share/lx-office-erp/error.png -8d6d626e2184df1b7f7c1fedb15163e2 usr/share/lx-office-erp/fade_short.png -163240a91a9de01a9ad8e431b17c2195 usr/share/lx-office-erp/fade2.png -7011b3b48afe66f5810d294743f9e36d usr/share/lx-office-erp/rechnung_anlegen.png -a52b69aa493d9f1176e54aa4ef169586 usr/share/lx-office-erp/Master Data.png -6c2c87b14636d2c53a7ca90bceb89e3b usr/share/lx-office-erp/ok.png -126ab3e778181195f08e2c5c94339278 usr/share/lx-office-erp/transparent16x16.gif -f92531b9e7576643faec7a7baa2a8f2d usr/share/lx-office-erp/AR.png -44edda71d5306a419b583833979199ff usr/share/lx-office-erp/icons/32x32/Programm.png -e3f4ecfcc9a57f2ec7f03041f0bece00 usr/share/lx-office-erp/icons/32x32/AR--Add Quotation.png -5f2c593011299256d7e9ee70366356b3 usr/share/lx-office-erp/icons/32x32/Master Data--Add License.png -c5bff6f49a7ecedd5ce9679ca6277ac4 usr/share/lx-office-erp/icons/32x32/Reports--Balance Sheet.png -0bf14838fc4041374a1478a5f84006dd usr/share/lx-office-erp/icons/32x32/General Ledger--Reports--Journal.png -e92151516841b1076d4cad083563baa9 usr/share/lx-office-erp/icons/32x32/CRM--Admin--Benutzer.png -fdeb048794afda153e1c88785e4aa189 usr/share/lx-office-erp/icons/32x32/General Ledger--Add AR Transaction.png -007b61954a4d4b60dff80d118cbb5e7f usr/share/lx-office-erp/icons/32x32/Master Data--Reports--Projects.png -d862241951047edf5de3855ce5ad2506 usr/share/lx-office-erp/icons/32x32/Reports.png -897959e1c72cde745915367906bd3155 usr/share/lx-office-erp/icons/32x32/Master Data--Add Project.png -fbad31126913b28fc7b14928dab81acc usr/share/lx-office-erp/icons/32x32/CRM--Admin--Gruppen.png -90033d0b06e416246602a030915e0366 usr/share/lx-office-erp/icons/32x32/AR--Add Sales Invoice.png -547e252508cc391be536e59b7c51e881 usr/share/lx-office-erp/icons/32x32/CRM--Wissens-DB.png -1d6e379b4f820f6f8b15bd7e25f22b3b usr/share/lx-office-erp/icons/32x32/Cash--Reconciliation.png -0a3332e0ac3df931da8be3d7f51e6c41 usr/share/lx-office-erp/icons/32x32/AR--Add Sales Order.png -4bdbd8fddcd65816e3644ddb8c090bab usr/share/lx-office-erp/icons/32x32/Cash--Payment.png -ca4a4bd4cac9f61a133225734747f84c usr/share/lx-office-erp/icons/32x32/Master Data--Reports.png -e7c82074df6d86f0cf4fc7bac3ca202e usr/share/lx-office-erp/icons/32x32/CRM--Admin.png -d2bd078e94fc809bd9448c9192738f47 usr/share/lx-office-erp/icons/32x32/CRM--Wiedervorlage.png -2749d37f98570353f870b56ecece5139 usr/share/lx-office-erp/icons/32x32/Neues Fenster.png -dfa42b6128df6acf81affc7f4c46ed60 usr/share/lx-office-erp/icons/32x32/Master Data--Reports--Customers.png -d486630936647f1795871560ebc62b4b usr/share/lx-office-erp/icons/32x32/AR--Add Dunning.png -f83f5802dd3d5f0a22a4754afa7a69f0 usr/share/lx-office-erp/icons/32x32/Master Data--Reports--Parts.png -30607d317670c342616803d8a5c30310 usr/share/lx-office-erp/icons/32x32/AR--Reports--Invoices.png -250b1de38066e30ca26b48b76de154fc usr/share/lx-office-erp/icons/32x32/Batch Printing--RFQs.png -56835224e4846d375cb1c9af48083bd6 usr/share/lx-office-erp/icons/32x32/Master Data--Add Customer.png -a4acc7ac6d922af114f3c781ca3f408c usr/share/lx-office-erp/icons/32x32/Master Data--Reports--Services.png -ca4a4bd4cac9f61a133225734747f84c usr/share/lx-office-erp/icons/32x32/Cash--Reports.png -6f16c1323667ac32307692e2b70b143f usr/share/lx-office-erp/icons/32x32/Master Data--Reports--Vendors.png -fdb20929a79632b27dc65d926173998c usr/share/lx-office-erp/icons/32x32/Master Data--Add Service.png -919a0e8cba9a49f00257cd357b956781 usr/share/lx-office-erp/icons/32x32/CRM--eMail.png -6f16c1323667ac32307692e2b70b143f usr/share/lx-office-erp/icons/32x32/CRM--Lieferant.png -1f37994119a0a397d9d3c35f6d546d1f usr/share/lx-office-erp/icons/32x32/AP--Reports--RFQs.png -a42f5f6822162c906bcfc70b814dc749 usr/share/lx-office-erp/icons/32x32/Master Data--Add Part.png -c85fcf3196db35287a82132edbd2ada0 usr/share/lx-office-erp/icons/32x32/Batch Printing--Quotations.png -b937fe89cbf077dc9ef675fe6a7fa6ed usr/share/lx-office-erp/icons/32x32/CRM.png -9a29a6d85c2e1082d525a68b0156dedd usr/share/lx-office-erp/icons/32x32/General Ledger--DATEV - Export Assistent.png -f3f9b210e17847d46f6341a0a0dd1269 usr/share/lx-office-erp/icons/32x32/Master Data--Reports--Projecttransactions.png -58a822964e7438978eea74ce91bfa136 usr/share/lx-office-erp/icons/32x32/Programm--Preferences.png -5b7cdfad6347af8e19386ceab0a7e29e usr/share/lx-office-erp/icons/32x32/Batch Printing--Packing Lists.png -575dd383569738e457724e795580962b usr/share/lx-office-erp/icons/32x32/CRM--Service.png -5828e4164008cd66666693032c6940be usr/share/lx-office-erp/icons/32x32/CRM--Admin--Dokumentvorlage.png -92f6fa9dc9f675d73eb9d42df0f19c45 usr/share/lx-office-erp/icons/32x32/AP--Reports--Purchase Orders.png -9d3a6858d15f61f7000a92bf1c8bf4f7 usr/share/lx-office-erp/icons/32x32/Warehouse--Produce Assembly.png -c62c78191bd80aa6c4fdedb6ae98b976 usr/share/lx-office-erp/icons/32x32/CRM--Admin--Etiketten.png -73a60ecf58c208546330d81ebc271b22 usr/share/lx-office-erp/icons/32x32/Reports--Chart of Accounts.png -cf3768705ad99ba07decc8eee8a76fc2 usr/share/lx-office-erp/icons/32x32/General Ledger.png -7c07613d7c092daab6425aff664ec2a8 usr/share/lx-office-erp/icons/32x32/Thumbs.db -02deb849309b3e0e700f0dc80c09764f usr/share/lx-office-erp/icons/32x32/AR--Reports--Dunnings.png -561154d4f29d2adfd67ad5ce8b1398cf usr/share/lx-office-erp/icons/32x32/Master Data--Reports--Assemblies.png -79b3b3b7d9377d6db25c6c8d5412305c usr/share/lx-office-erp/icons/32x32/General Ledger--Add Transaction.png -c0870876b37e66bf625f45f42fe306bb usr/share/lx-office-erp/icons/32x32/Reports--Income Statement.png -ab1dbb74a847daa2d2a235201fb8d0d8 usr/share/lx-office-erp/icons/32x32/Batch Printing--Sales Invoices.png -2655bb3178c7e7832c957cddf85b6d36 usr/share/lx-office-erp/icons/32x32/Master Data--Add Vendor.png -9682be8894eacea8fd0eefe7ccd78093 usr/share/lx-office-erp/icons/32x32/CRM--Admin--Status.png -0e805a409e5dff39cf77a356e26da0a2 usr/share/lx-office-erp/icons/32x32/CRM--Hilfe.png -5b14e8ea6013ac197d7cb9a3c4dbfb02 usr/share/lx-office-erp/icons/32x32/General Ledger--Reports--AR Aging.png -d20e88ef3c1b7f6a6178f56df86b6fe2 usr/share/lx-office-erp/icons/32x32/Master Data.png -05fd3778e6ae82f4e46eb16ebd76c306 usr/share/lx-office-erp/icons/32x32/Batch Printing--Purchase Orders.png -ca4a4bd4cac9f61a133225734747f84c usr/share/lx-office-erp/icons/32x32/AR--Reports.png -ee7dbe10f7e663defc8106774b7698a8 usr/share/lx-office-erp/icons/32x32/Master Data--Add Assembly.png -e0c9cadeaad0862db9db1b682bee8c93 usr/share/lx-office-erp/icons/32x32/CRM--Schnellsuche.png -479074ec7fde4920bba8ad0e9f13144a usr/share/lx-office-erp/icons/32x32/AR--Reports--Quotations.png -a7467a65f47fbde69bcdc9760d819e1b usr/share/lx-office-erp/icons/32x32/CRM--Admin--Mitteilungen.png -7b0eadd4b9d123dc426170e3be354b84 usr/share/lx-office-erp/icons/32x32/AR.png -c912f21df10d3aba698e3f9528501693 usr/share/lx-office-erp/icons/32x32/AR--Reports--Sales Orders.png -cae5ba382765e2aa6f4d7e9c4d71284f usr/share/lx-office-erp/icons/32x32/Batch Printing--Sales Orders.png -793c2be129c06ecedb88a296ad2bf6e7 usr/share/lx-office-erp/icons/32x32/Cash--Receipt.png -9b7d68c369fe1244827ba68a5aefb639 usr/share/lx-office-erp/icons/32x32/Programm--Logout.png -f25554a9a816d052ca330eed727aef0a usr/share/lx-office-erp/icons/32x32/General Ledger--Add AP Transaction.png -6915b6eb317030df14035507393e5381 usr/share/lx-office-erp/icons/32x32/Master Data--Reports--Licenses.png -9780e07a8307a759ffacb4d0eb78886c usr/share/lx-office-erp/icons/32x32/Cash--Reports--Receipts.png -b4be55985e5bfa03aeb116747adc8dcb usr/share/lx-office-erp/icons/32x32/System.png -bd1641b5542fce64e3385dbf79a6082f usr/share/lx-office-erp/icons/32x32/Cash.png -80ef52bcc3271553603a5b379aba1c69 usr/share/lx-office-erp/icons/32x32/Batch Printing--Receipts.png -56769cedd00cefc7ad213acf7155c350 usr/share/lx-office-erp/icons/32x32/CRM--Termine.png -038cc00d7a293addf9818f44453e0a03 usr/share/lx-office-erp/icons/32x32/Batch Printing.png -2589c8c09a40900388e2daffd21be43d usr/share/lx-office-erp/icons/32x32/Cash--Reports--Payments.png -465a2e1fa1124940028e4a6cd5b4217c usr/share/lx-office-erp/icons/32x32/CRM--Auftragschance.png -c16952645537935cc70be2aaa26b3f02 usr/share/lx-office-erp/icons/32x32/General Ledger--Reports--AP Aging.png -ca4a4bd4cac9f61a133225734747f84c usr/share/lx-office-erp/icons/32x32/General Ledger--Reports.png -8de1ca53ab8dbab19b65f8b5ea2f7ab5 usr/share/lx-office-erp/icons/32x32/AP--Add RFQ.png -bf8bc5f5205fbcb4ed234486628b7391 usr/share/lx-office-erp/icons/32x32/Reports--UStVa.png -dfa42b6128df6acf81affc7f4c46ed60 usr/share/lx-office-erp/icons/32x32/CRM--Kunden.png -ca4a4bd4cac9f61a133225734747f84c usr/share/lx-office-erp/icons/32x32/AP--Reports.png -250b80beb6cdf0f134da533883c8ab9f usr/share/lx-office-erp/icons/32x32/Programm--Version.png -7968eb1682cb4037a1232128e75cb95a usr/share/lx-office-erp/icons/32x32/CRM--Notizen.png -e483a634eca75c9b845b32089132f578 usr/share/lx-office-erp/icons/32x32/AP.png -3d33073038e513a956d693575e4afbf1 usr/share/lx-office-erp/icons/32x32/AP--Add Purchase Order.png -2929d6e9e4e3b0cd048c4934a8ea2c6f usr/share/lx-office-erp/icons/32x32/CRM--Personen.png -ebeeefc0deb2e19a746a9697295cc21c usr/share/lx-office-erp/icons/16x16/Programm.png -91d821352f82175c10e3fbc3c6139d78 usr/share/lx-office-erp/icons/16x16/AR--Add Quotation.png -f7420c0cd698205ea69c7ae60fd7a5c1 usr/share/lx-office-erp/icons/16x16/Master Data--Add License.png -368c2e80c614c2c4e742da0deb07e2eb usr/share/lx-office-erp/icons/16x16/Reports--Balance Sheet.png -57a11ce62c648e7ef4ebdc18444725f8 usr/share/lx-office-erp/icons/16x16/General Ledger--Reports--Journal.png -3b970e1a7ffa1c714062e202c0025cdd usr/share/lx-office-erp/icons/16x16/CRM--Admin--Benutzer.png -1fb5e84f325e8f7c8b14d8853c4ad434 usr/share/lx-office-erp/icons/16x16/General Ledger--Add AR Transaction.png -dd492440a0befd3f0f6b582136229f87 usr/share/lx-office-erp/icons/16x16/Master Data--Reports--Projects.png -3f1e718bef4330c6e4e556dca5048104 usr/share/lx-office-erp/icons/16x16/Reports.png -6a2c9f7a762a9a8b375a172d7b7f029c usr/share/lx-office-erp/icons/16x16/Master Data--Add Project.png -f5b75de0188d79ddc414cf17602df810 usr/share/lx-office-erp/icons/16x16/CRM--Admin--Gruppen.png -adb1bd89124e65508a560f14cd5765f6 usr/share/lx-office-erp/icons/16x16/AR--Add Sales Invoice.png -12dc7fec052ef883b84edb9a639a2c5b usr/share/lx-office-erp/icons/16x16/CRM--Wissens-DB.png -18601a83a559f2b9700eeeb5fa71e48b usr/share/lx-office-erp/icons/16x16/Cash--Reconciliation.png -2cc22c0cc24123c493bc4ea01841f4d1 usr/share/lx-office-erp/icons/16x16/AR--Add Sales Order.png -c8a8582417978c22f639e54eadf0cd41 usr/share/lx-office-erp/icons/16x16/Cash--Payment.png -409a88df597fbfbc8ac9adc8b3b64df0 usr/share/lx-office-erp/icons/16x16/Master Data--Reports.png -06ec7fdba2d46cad030297f6d5a4d034 usr/share/lx-office-erp/icons/16x16/CRM--Admin.png -2d99a775236e51ed8cc6abaced27d254 usr/share/lx-office-erp/icons/16x16/CRM--Wiedervorlage.png -917b4103c1c7c36ae23b75adc969db70 usr/share/lx-office-erp/icons/16x16/Neues Fenster.png -cf5a255d3dc7071720f2b716ae9696d8 usr/share/lx-office-erp/icons/16x16/Master Data--Reports--Customers.png -566527cda42568b446a8862fe133bb1d usr/share/lx-office-erp/icons/16x16/AR--Add Dunning.png -1a85c7f4fe06030942864f57f764111d usr/share/lx-office-erp/icons/16x16/Master Data--Reports--Parts.png -0c99296ec4fa2545dc7279c878ce87c8 usr/share/lx-office-erp/icons/16x16/AR--Reports--Invoices.png -2841822666c8522d0e2f3f6e423631ce usr/share/lx-office-erp/icons/16x16/Batch Printing--RFQs.png -c721bab1a2736eb8d5bd6c7c009ef15e usr/share/lx-office-erp/icons/16x16/Master Data--Add Customer.png -5e365bde30c40e6059a233f2b24b3cd8 usr/share/lx-office-erp/icons/16x16/MDI-Text-Editor-16x16.png -f06110408550f6a97df800aa83b75060 usr/share/lx-office-erp/icons/16x16/Master Data--Reports--Services.png -409a88df597fbfbc8ac9adc8b3b64df0 usr/share/lx-office-erp/icons/16x16/Cash--Reports.png -94081ce4440853be7e549c477b441812 usr/share/lx-office-erp/icons/16x16/Master Data--Reports--Vendors.png -797cfb07508ff7cae93f52018856356d usr/share/lx-office-erp/icons/16x16/Master Data--Update Prices.png -c8383fc28904dd930159b18dfe6c007a usr/share/lx-office-erp/icons/16x16/Master Data--Add Service.png -20512ebf88a92989170c48c67bce1a8e usr/share/lx-office-erp/icons/16x16/CRM--eMail.png -94081ce4440853be7e549c477b441812 usr/share/lx-office-erp/icons/16x16/CRM--Lieferant.png -399048f884a45d411aaf9e368733d6a1 usr/share/lx-office-erp/icons/16x16/AP--Reports--RFQs.png -47b3a4af63b40128a48457b2de42f232 usr/share/lx-office-erp/icons/16x16/Master Data--Add Part.png -e8e1c055538d5c2d413f02d1a7aaffb6 usr/share/lx-office-erp/icons/16x16/Batch Printing--Quotations.png -0794bab3cc8307ffd6251e9df676c9ca usr/share/lx-office-erp/icons/16x16/CRM.png -a80ab9d63affe961b8b7c9e20f9d53e4 usr/share/lx-office-erp/icons/16x16/General Ledger--DATEV - Export Assistent.png -e36635ae81d6e6b291749f6d74c8abbb usr/share/lx-office-erp/icons/16x16/Master Data--Reports--Projecttransactions.png -3965e970d1ca2d1b4e7e96cea651182e usr/share/lx-office-erp/icons/16x16/AR--Add Credit Note.png -ce85162eca54866a324e18f47815eae7 usr/share/lx-office-erp/icons/16x16/Programm--Preferences.png -387c39f7d46c1cca9b63dcd59bd7dfa9 usr/share/lx-office-erp/icons/16x16/Batch Printing--Packing Lists.png -381624c235b74679a8db8313a8b9a99e usr/share/lx-office-erp/icons/16x16/CRM--Service.png -259ce89eb763ad58a31980880dfceb85 usr/share/lx-office-erp/icons/16x16/CRM--Admin--Dokumentvorlage.png -60d4d6af42e326dee9a2755465dfca24 usr/share/lx-office-erp/icons/16x16/AP--Reports--Purchase Orders.png -faf0b1402b71bd1b166d0444b2b787ac usr/share/lx-office-erp/icons/16x16/Warehouse--Produce Assembly.png -e9c35471d477ea26a7dee5bddde48196 usr/share/lx-office-erp/icons/16x16/CRM--Admin--Etiketten.png -03204380dad5c3211b2ad34ae6433e81 usr/share/lx-office-erp/icons/16x16/Reports--Chart of Accounts.png -52d07b2550afc065eda1625cc25e494c usr/share/lx-office-erp/icons/16x16/General Ledger.png -63ec52b1e000f954665588f61134638e usr/share/lx-office-erp/icons/16x16/Thumbs.db -1f8781e31602f6f21cfb2568ecd7bf5a usr/share/lx-office-erp/icons/16x16/AR--Reports--Dunnings.png -66c10cecb3a8fe8f1350ea9c3f02e024 usr/share/lx-office-erp/icons/16x16/Master Data--Reports--Assemblies.png -7a3b337b4b0a1c2024b20e6c3f0509d3 usr/share/lx-office-erp/icons/16x16/General Ledger--Add Transaction.png -4c038862c2525d29363ce752d3b3da3b usr/share/lx-office-erp/icons/16x16/Reports--Income Statement.png -5bb09a41f4447b64620ac3459f7c5f7c usr/share/lx-office-erp/icons/16x16/Batch Printing--Sales Invoices.png -d2f4c798df5e6b98b0673517f8fb25eb usr/share/lx-office-erp/icons/16x16/Master Data--Add Vendor.png -0e425cdf81079c135a7cd91c69879a47 usr/share/lx-office-erp/icons/16x16/CRM--Admin--Status.png -8f88833d48ccbac11fe039c4a52076cb usr/share/lx-office-erp/icons/16x16/CRM--Hilfe.png -4d0c471ff594828645a937a715af490d usr/share/lx-office-erp/icons/16x16/General Ledger--Reports--AR Aging.png -4d6936a9521add87698aa9881f4d2295 usr/share/lx-office-erp/icons/16x16/Master Data.png -459bd729fed676f0d16842d54ce6e968 usr/share/lx-office-erp/icons/16x16/Batch Printing--Purchase Orders.png -409a88df597fbfbc8ac9adc8b3b64df0 usr/share/lx-office-erp/icons/16x16/AR--Reports.png -78d4a77d4f8bffdb54400bfbfbd13e10 usr/share/lx-office-erp/icons/16x16/Master Data--Add Assembly.png -70e9dea8142230df9030b5c4971e91e0 usr/share/lx-office-erp/icons/16x16/CRM--Schnellsuche.png -837cb4933fbf8ae7f67c836277d8d991 usr/share/lx-office-erp/icons/16x16/AR--Reports--Quotations.png -26bdb410961a4aaafdcbb2d07dcbcd1d usr/share/lx-office-erp/icons/16x16/CRM--Admin--Mitteilungen.png -8b08d3ee5e8d372599fdbba4f4184179 usr/share/lx-office-erp/icons/16x16/AR.png -9e643444bf6093e438eaf9932837a74c usr/share/lx-office-erp/icons/16x16/AR--Reports--Sales Orders.png -02db7c1762fea4b548f2ed8e56e1c55e usr/share/lx-office-erp/icons/16x16/Batch Printing--Sales Orders.png -2ce5056e1e267790b0a2edf2715a50b0 usr/share/lx-office-erp/icons/16x16/Cash--Receipt.png -5c43339e4fd43789f4312f6b7c6ece1b usr/share/lx-office-erp/icons/16x16/Programm--Logout.png -2fa3465ce450e0374b84f24e6d636c09 usr/share/lx-office-erp/icons/16x16/General Ledger--Add AP Transaction.png -c572bd5305dd67b72001078fcc9d2ab6 usr/share/lx-office-erp/icons/16x16/Master Data--Reports--Licenses.png -2b9a7a230497a8bf2bcac70464014ec3 usr/share/lx-office-erp/icons/16x16/Cash--Reports--Receipts.png -088c5993c20fb1342e0b103a83a84cef usr/share/lx-office-erp/icons/16x16/System.png -4585fac7d2a989f2ff8220b36da9ade0 usr/share/lx-office-erp/icons/16x16/Cash.png -9138487691e12601610992758db040b2 usr/share/lx-office-erp/icons/16x16/Batch Printing--Receipts.png -53c6ac50a7bb26fd07a2c89f5bd9dfdc usr/share/lx-office-erp/icons/16x16/CRM--Termine.png -58341061731c1e54e46300228c4d504f usr/share/lx-office-erp/icons/16x16/Batch Printing.png -17459a20696e2afde6483ddddc1e27ac usr/share/lx-office-erp/icons/16x16/Cash--Reports--Payments.png -3f650fa2d2a78fa20b549eedc79d3fd8 usr/share/lx-office-erp/icons/16x16/CRM--Auftragschance.png -1ba51e34e7983b04dfd5476bf351ea84 usr/share/lx-office-erp/icons/16x16/General Ledger--Reports--AP Aging.png -409a88df597fbfbc8ac9adc8b3b64df0 usr/share/lx-office-erp/icons/16x16/General Ledger--Reports.png -c36304fc49a788a91c9e48fc68eb46b3 usr/share/lx-office-erp/icons/16x16/AP--Add RFQ.png -667e85ea7d8ce1069d0b7574bcf3de7c usr/share/lx-office-erp/icons/16x16/Reports--UStVa.png -cf5a255d3dc7071720f2b716ae9696d8 usr/share/lx-office-erp/icons/16x16/CRM--Kunden.png -409a88df597fbfbc8ac9adc8b3b64df0 usr/share/lx-office-erp/icons/16x16/AP--Reports.png -2883746eccaee234281b337703caec9a usr/share/lx-office-erp/icons/16x16/Programm--Version.png -8b8f42a4f510a2e4835fc8aab2b7dd87 usr/share/lx-office-erp/icons/16x16/CRM--Notizen.png -3517dbeaade7bf2c0b06cfbb3703353c usr/share/lx-office-erp/icons/16x16/AP.png -9c85cfadd1d17d7b93c0e6dcdfe39867 usr/share/lx-office-erp/icons/16x16/AP--Add Purchase Order.png -77cbcded052fbd0a5eaa8b1fc8671cdd usr/share/lx-office-erp/icons/16x16/CRM--Personen.png -ab5f5e25d7c478b944f5d898b50b0ae3 usr/share/lx-office-erp/icons/24x24/Programm.png -7e17c1f352107f25c5ae97b44b024621 usr/share/lx-office-erp/icons/24x24/AR--Add Quotation.png -350fcd24e0d01bb31552f688f934c3a0 usr/share/lx-office-erp/icons/24x24/Master Data--Add License.png -0113086ac5a74a262fc856f0da9f9fbc usr/share/lx-office-erp/icons/24x24/Reports--Balance Sheet.png -24c0447c1eeb47a38c60151d63bb9888 usr/share/lx-office-erp/icons/24x24/General Ledger--Reports--Journal.png -92fb4ee49eac66fea5892c9fb24ea15b usr/share/lx-office-erp/icons/24x24/CRM--Admin--Benutzer.png -c385da815ae2551aeda99182aab4a0eb usr/share/lx-office-erp/icons/24x24/General Ledger--Add AR Transaction.png -1ed6d46af237856ea9704aeb7fdff329 usr/share/lx-office-erp/icons/24x24/Master Data--Reports--Projects.png -b46f5d4c99d5942524476d7d9b98ec3e usr/share/lx-office-erp/icons/24x24/Reports.png -cd8f1a91453388698da8519b98fffb75 usr/share/lx-office-erp/icons/24x24/Master Data--Add Project.png -e73929ab20a014638f137add96033b17 usr/share/lx-office-erp/icons/24x24/CRM--Admin--Gruppen.png -d0dc937a2fc134f37b7e3f5b8b8eb01b usr/share/lx-office-erp/icons/24x24/AR--Add Sales Invoice.png -4e4dd375a8848217bb435f1ba7350109 usr/share/lx-office-erp/icons/24x24/CRM--Wissens-DB.png -1f368d7a7eb518e4457620b0eca001e5 usr/share/lx-office-erp/icons/24x24/Cash--Reconciliation.png -1e6a71a82191f4a5592d0d559f49772c usr/share/lx-office-erp/icons/24x24/AR--Add Sales Order.png -c2a42dd13472d91ecc678f8fcb5caa1b usr/share/lx-office-erp/icons/24x24/Cash--Payment.png -c5e906f14c7805886a38c5219dc599ab usr/share/lx-office-erp/icons/24x24/Master Data--Reports.png -f242bf5321d262cca9018c505c40b25f usr/share/lx-office-erp/icons/24x24/CRM--Admin.png -14b7545c20b0ce8af2434b05f2020c7e usr/share/lx-office-erp/icons/24x24/CRM--Wiedervorlage.png -de5299a2ce8fa70ae05335885588a24a usr/share/lx-office-erp/icons/24x24/Neues Fenster.png -19761a6c2bbd98f7b8e36e004c6581aa usr/share/lx-office-erp/icons/24x24/Master Data--Reports--Customers.png -8e75734012fa4e61f889ee21760f8603 usr/share/lx-office-erp/icons/24x24/AR--Add Dunning.png -76afbdc0852625c5920b4ee8dda1bd26 usr/share/lx-office-erp/icons/24x24/Master Data--Reports--Parts.png -a0852e3d50d15dd9b02fe4c7bffe2dd3 usr/share/lx-office-erp/icons/24x24/AR--Reports--Invoices.png -e38828d8222a684072634681b1d00e1d usr/share/lx-office-erp/icons/24x24/Batch Printing--RFQs.png -f0fad322f7a0c6518ff7a5a6e09dee47 usr/share/lx-office-erp/icons/24x24/Master Data--Add Customer.png -194f9c13f655e554f5ce00534ded5f57 usr/share/lx-office-erp/icons/24x24/Master Data--Reports--Services.png -c5e906f14c7805886a38c5219dc599ab usr/share/lx-office-erp/icons/24x24/Cash--Reports.png -eca7b5359905915fce043ac077eeee35 usr/share/lx-office-erp/icons/24x24/Master Data--Reports--Vendors.png -4f6943dce1e85f85de9434f269a5ce90 usr/share/lx-office-erp/icons/24x24/Master Data--Add Service.png -8e1d4db4dd939e55d72aaef706cb5896 usr/share/lx-office-erp/icons/24x24/CRM--eMail.png -eca7b5359905915fce043ac077eeee35 usr/share/lx-office-erp/icons/24x24/CRM--Lieferant.png -5370e684e87941230237946a4aadc561 usr/share/lx-office-erp/icons/24x24/AP--Reports--RFQs.png -24099f7d183ffc92fad5610e857a70cd usr/share/lx-office-erp/icons/24x24/Master Data--Add Part.png -5d1855ae2ded709fde8e7bbeca9d9f69 usr/share/lx-office-erp/icons/24x24/Batch Printing--Quotations.png -acd4daa299dbb99a9c5317c7bc5910ad usr/share/lx-office-erp/icons/24x24/CRM.png -7b0f2e5ad9112b9453f402301b1c396a usr/share/lx-office-erp/icons/24x24/General Ledger--DATEV - Export Assistent.png -e144f29fc44f6f2b535efe90b92a57a9 usr/share/lx-office-erp/icons/24x24/Master Data--Reports--Projecttransactions.png -7c2011aa10a707eaf10d27209aba807c usr/share/lx-office-erp/icons/24x24/Programm--Preferences.png -346212b282089a7939e1c072b7fbc532 usr/share/lx-office-erp/icons/24x24/Batch Printing--Packing Lists.png -9300d1083358b22dd6b8dbe8e504d332 usr/share/lx-office-erp/icons/24x24/CRM--Service.png -4f6f68c41c5c243fff37f8ffeb4c5936 usr/share/lx-office-erp/icons/24x24/CRM--Admin--Dokumentvorlage.png -8064a1a0126ff365002a764a969d2cc9 usr/share/lx-office-erp/icons/24x24/AP--Reports--Purchase Orders.png -a833b10480bd65134bbbc7f6ea885693 usr/share/lx-office-erp/icons/24x24/CRM--Admin--Etiketten.png -7e52a96bf70a54e57fd99bef3a63f4cc usr/share/lx-office-erp/icons/24x24/Reports--Chart of Accounts.png -13028def040c4f560043788c90cec87b usr/share/lx-office-erp/icons/24x24/General Ledger.png -ef7706c9e5b2f14876c142ec68b4002e usr/share/lx-office-erp/icons/24x24/Thumbs.db -c7fe84c58e1c5240878ff3e6fa889651 usr/share/lx-office-erp/icons/24x24/AR--Reports--Dunnings.png -0c298b03c10c717bf17377a19d258ecb usr/share/lx-office-erp/icons/24x24/Master Data--Reports--Assemblies.png -23d6d7836ab54d0e22e72cd0454818c6 usr/share/lx-office-erp/icons/24x24/General Ledger--Add Transaction.png -7bbadc6d7924865ff98623b354fbef84 usr/share/lx-office-erp/icons/24x24/Reports--Income Statement.png -d6c2636b82c97d1ce32692e89f2a4cd5 usr/share/lx-office-erp/icons/24x24/Batch Printing--Sales Invoices.png -81637a860b1d7c9b486854dbbff9af09 usr/share/lx-office-erp/icons/24x24/Master Data--Add Vendor.png -2b79c5f793fa4ca4ee95b7cb3fa74bcc usr/share/lx-office-erp/icons/24x24/CRM--Admin--Status.png -4b391c712fb46054feda0e3702d3d717 usr/share/lx-office-erp/icons/24x24/CRM--Hilfe.png -ffb70cf64d1bf1b3ab497a3fb3016467 usr/share/lx-office-erp/icons/24x24/General Ledger--Reports--AR Aging.png -87802fee0e3405973612acb493738845 usr/share/lx-office-erp/icons/24x24/Master Data.png -aed7d7676d3b2acc505c17ca4e0c74cd usr/share/lx-office-erp/icons/24x24/Batch Printing--Purchase Orders.png -c5e906f14c7805886a38c5219dc599ab usr/share/lx-office-erp/icons/24x24/AR--Reports.png -6d5c6cf82868339156b6e7ee2dccbd96 usr/share/lx-office-erp/icons/24x24/Master Data--Add Assembly.png -61f86e397ed66cc0cd5d8462469e7eff usr/share/lx-office-erp/icons/24x24/CRM--Schnellsuche.png -72579480c41f437522841959288ab965 usr/share/lx-office-erp/icons/24x24/AR--Reports--Quotations.png -c8620fa835651607884ca573b5d17b9a usr/share/lx-office-erp/icons/24x24/CRM--Admin--Mitteilungen.png -d219afa97a5ea0e7530149042269edce usr/share/lx-office-erp/icons/24x24/AR.png -ce1be1465cf96bc9690d9c686ff76b17 usr/share/lx-office-erp/icons/24x24/AR--Reports--Sales Orders.png -9ee0143a4b3ed2f49634902b7f7aa7ac usr/share/lx-office-erp/icons/24x24/Batch Printing--Sales Orders.png -136e60581b9dcb1354a72e550328b941 usr/share/lx-office-erp/icons/24x24/Cash--Receipt.png -0a8ee5d762d30c73ba8ed3206bbe2b07 usr/share/lx-office-erp/icons/24x24/Programm--Logout.png -b02ebbdf5437173e557d866b211ce986 usr/share/lx-office-erp/icons/24x24/General Ledger--Add AP Transaction.png -739d54d645bcb6601b27d8438ab41be0 usr/share/lx-office-erp/icons/24x24/Master Data--Reports--Licenses.png -0cbda06cdbf59f0eb0c5d686daabb66f usr/share/lx-office-erp/icons/24x24/Cash--Reports--Receipts.png -ca3b77589ff05584282757873c280fbc usr/share/lx-office-erp/icons/24x24/System.png -67ef1f5f06df7812126ca80369720038 usr/share/lx-office-erp/icons/24x24/Cash.png -f08b9263595b5cfe56fb780e343662d2 usr/share/lx-office-erp/icons/24x24/Batch Printing--Receipts.png -f873661523ebeb202db2448a69f0c765 usr/share/lx-office-erp/icons/24x24/CRM--Termine.png -a161218a54493da844734c1a631204d9 usr/share/lx-office-erp/icons/24x24/Batch Printing.png -ff4418bf5623f966755bbd9944c9f8fe usr/share/lx-office-erp/icons/24x24/Cash--Reports--Payments.png -33b0b9ef817bf7239bff0948334a415d usr/share/lx-office-erp/icons/24x24/CRM--Auftragschance.png -927b44c769f47e79dbbd6829ce6b4b40 usr/share/lx-office-erp/icons/24x24/General Ledger--Reports--AP Aging.png -c5e906f14c7805886a38c5219dc599ab usr/share/lx-office-erp/icons/24x24/General Ledger--Reports.png -95e956d3d92fc85822e0b0ef1cfc4150 usr/share/lx-office-erp/icons/24x24/AP--Add RFQ.png -023bb58f3900a308886a68532a571498 usr/share/lx-office-erp/icons/24x24/Reports--UStVa.png -19761a6c2bbd98f7b8e36e004c6581aa usr/share/lx-office-erp/icons/24x24/CRM--Kunden.png -c5e906f14c7805886a38c5219dc599ab usr/share/lx-office-erp/icons/24x24/AP--Reports.png -b5f2eb2f564e6dfa22d049e90e30ba11 usr/share/lx-office-erp/icons/24x24/Programm--Version.png -7b85ab794914350ea9e0a3cf2e874f6b usr/share/lx-office-erp/icons/24x24/CRM--Notizen.png -8a2ed10c461c88866dcd1cd10059574f usr/share/lx-office-erp/icons/24x24/AP.png -b4b4a0983f1a1d72ed5e2218e00214ff usr/share/lx-office-erp/icons/24x24/AP--Add Purchase Order.png -a08489b9df92579aa9ddc8288bc02b68 usr/share/lx-office-erp/icons/24x24/CRM--Personen.png -e131bcbfb38d24e2637f57b6aa105072 usr/share/lx-office-erp/weblogo.gif -97d8e127afb3a2d53d7cf8d7211b9263 usr/share/lx-office-erp/System.png -bf3b09dc6d7d7fd6f6bc40968eb3b977 usr/share/lx-office-erp/Cash.png -00704c3c47eca020b33f77af60b62808 usr/share/lx-office-erp/Batch Printing.png -972ec1b6930c732e957b687d63b7dcf8 usr/share/lx-office-erp/bench_computer.png -ab0803a40ef7f85b8374e432ebb8fb4f usr/share/lx-office-erp/Productivity.png -79d19cf0ebc0cb09f17cca132b3d446c usr/share/lx-office-erp/bg_titel.gif -8014f96cab751796c09b2e9a7fe00959 usr/share/lx-office-erp/unterpunkt2.png -5f6d63dfd8b445437fd0166818d309a0 usr/share/lx-office-erp/down.png -4d46f1bfd6e90b688b7ac7300dc2edc0 usr/share/lx-office-erp/up.png -003926f0d0c5a9a1fc10c9e7287578d0 usr/share/lx-office-erp/AP.png -58867e9b96eeabaa05d97b2896aa6ef7 usr/share/lx-office-erp/Backup.png -293091b9d5478e61692060a4a0271ffb usr/share/lx-office-erp/unterpunkt.png -4e77f44e118035db3f53d88e0f12cf18 usr/share/lx-office-erp/tux.gif -a892257115f52b40d621a4a3f395d12a usr/share/doc/lx-office-erp/INSTALL/Apache_002dKonfiguration.html -b409ad6ff0d69ed854af48b8eba41ba5 usr/share/doc/lx-office-erp/INSTALL/Installation-des-Programmpaketes.html -62bbc3fafa44f53bff920c1828f18185 usr/share/doc/lx-office-erp/INSTALL/Lx_002dOffice-ERP-verwenden.html -cdc37674083be9900dfc3528902b8b40 usr/share/doc/lx-office-erp/INSTALL/Gruppenmitgliedschaften-verwalten.html -99783c46b92a2399ec5abcb2b5c0d563 usr/share/doc/lx-office-erp/INSTALL/OpenDocument_002dVorlagen.html -a04ec58a4ebd8efb7cc02ee9022e7b40 usr/share/doc/lx-office-erp/INSTALL/Migration-alter-Installationen.html -2c5d4d06ef6de431a387890bd5c5b14d usr/share/doc/lx-office-erp/INSTALL/Ben_00c3_00b6tigte-Software-und-Pakete.html -f710ac5c14f8966df364d5b92ef03df6 usr/share/doc/lx-office-erp/INSTALL/Anlegen-der-Authentifizierungsdatenbank.html -7ec38e2d512302da742905fc4295f2e7 usr/share/doc/lx-office-erp/INSTALL/Zeichens_00c3_00a4tze_002fdie-Verwendung-von-UTF_002d8.html -f53b77360b809097488d9dae78061014 usr/share/doc/lx-office-erp/INSTALL/Erweiterung-f_00c3_00bcr-servergespeicherte-Prozeduren.html -a0b6ee9f454ec7cbc67f80d84886f5ac usr/share/doc/lx-office-erp/INSTALL/Aktuelle-Hinweise.html -65487d66784473cfeb7201a033fa79e7 usr/share/doc/lx-office-erp/INSTALL/Zusammenh_00c3_00a4nge.html -ef3e822c7f85dec750acc1122ad74d24 usr/share/doc/lx-office-erp/INSTALL/Administratorpasswort.html -750dfa7e37a11b4b67d63d638d26dad9 usr/share/doc/lx-office-erp/INSTALL/Benutzer-anlegen.html -d06499f9fc28fc184ff29ea4468fc877 usr/share/doc/lx-office-erp/INSTALL/Passwort_00c3_00bcberpr_00c3_00bcfung.html -0e6012dd807994ae4354ff223c4dcb0c usr/share/doc/lx-office-erp/INSTALL/Gruppen-anlegen.html -322cd6ade20b24b0b09593ba8bfb7b8b usr/share/doc/lx-office-erp/INSTALL/Benutzerauthentifizierung-und-Administratorpasswort.html -ab3a1d961bcf8da51d82d83455375649 usr/share/doc/lx-office-erp/INSTALL/Datenbankbenutzer-anlegen.html -086ca75259f51098ed1d34a48d5059aa usr/share/doc/lx-office-erp/INSTALL/Benutzer_002d-und-Gruppenverwaltung.html -ba67fdf891676004f8e92aae4732c4b5 usr/share/doc/lx-office-erp/INSTALL/Authentifizierungsdatenbank.html -e9ab46cfa2d0faad77154c62c8ee86e5 usr/share/doc/lx-office-erp/INSTALL/Grundlagen-zur-Benutzerauthentifizierung.html -4b1faa62bb88867832de90c141828f5e usr/share/doc/lx-office-erp/INSTALL/index.html -d89815a6d239c1b6dd4dc9d54beaf642 usr/share/doc/lx-office-erp/INSTALL/Name-des-Session_002dCookies.html -7659323a7aeec9c17be134291d22f919 usr/share/doc/lx-office-erp/INSTALL/Anpassung-der-PostgreSQL_002dKonfiguration.html -4a96fbfd04473a7c6ff068486a53c082 usr/share/doc/lx-office-erp/INSTALL/_00c3_0084nderungen-an-Konfigurationsdateien.html -32083a3cbd2c9df514eff88e22a68129 usr/share/doc/lx-office-erp/INSTALL/Datenbanken-anlegen.html -bdba6bc2ac48c206819e3723c7380e4e usr/share/doc/lx-office-erp/dbschema.dia -f87260dd9e87cfcc5a32f138471863cb usr/share/doc/lx-office-erp/INSTALL.txt -151211334c30505e8afab114ea977787 usr/share/doc/lx-office-erp/changelog -6915345205af7f5a3349b98276343785 usr/share/doc/lx-office-erp/UPGRADE -8cf02252e4510bdf248090e9a96ca758 usr/share/doc/lx-office-erp/programmierstilrichtlinien.txt -c4cdab6e52961d0a8069e94eae391252 usr/share/doc/lx-office-erp/INSTALL.texi -335438e320bafc18912595906ba9114f usr/share/doc/lx-office-erp/dokumentenvorlagen-und-variablen.html -60443d1d49538a26bf2600483f23baae usr/share/doc/lx-office-erp/copyright -86645b7b54eb6ff6678f8f3f721be663 usr/share/doc/lx-office-erp/Makefile -c1a48a7b173932f91da2c80677e1ca1e usr/share/doc/lx-office-erp/skr04-update-3804/konto3804.png -21ba3bc301405b0bf092a6fa09c9a8af usr/share/doc/lx-office-erp/skr04-update-3804/steuerliste.png -b8f9e24a950e276f9b576ea16034db5b usr/share/doc/lx-office-erp/skr04-update-3804/steuer3804.png -01ea7506cc98121b3ec3d9f31eda6ea6 usr/share/doc/lx-office-erp/skr04-update-3804/steuer3803.png -f0f393eeaaddd7ca1325f2fee99dbd59 usr/share/doc/lx-office-erp/skr04-update-3804/konto4315.png -f31aa69ae9160dd1322a52d3ba21a3a2 usr/share/doc/lx-office-erp/skr04-update-3804/skr04_3804_hinzufuegen.html -354f85388d1adbb4281bdcc91e612383 usr/share/doc/lx-office-erp/modules/README.PDF-Table -ec2e09cade5471f24099a969c8f91338 usr/share/doc/lx-office-erp/modules/LICENSE.Email-Address -9582b9f7b367601d6f014cf66c3844b2 usr/share/doc/lx-office-erp/modules/LICENSE.dhtmlsuite-for-applications -7788e8aa8c34eafcfa16a5a59e85ae0b usr/share/doc/lx-office-erp/modules/README.CGI-Ajax -2fe52603c8364ed46a0fdc3efdf156f3 usr/share/doc/lx-office-erp/modules/LICENSE.List-MoreUtils -f921793d03cc6d63ec4b15e9be8fd3f8 usr/share/doc/lx-office-erp/modules/LICENSE.PDF-Table -a89fc6431f978476bd49e3f7a26a1a1e usr/share/doc/lx-office-erp/modules/LICENSE.CGI-Ajax -c7672feffcafb089c20821b2276ccaf3 usr/share/doc/lx-office-erp/modules/README.YAML -7740ce8a260dc0ccfc600c5b01e87041 usr/share/doc/lx-office-erp/sql-upgrade-dateien.txt -5298f68ceccefc2ee06362b2c77705aa usr/share/doc/lx-office-erp/ustva.html -ecc3710fb5b46d90e27a4c29154cc891 usr/share/doc/lx-office-erp/COPYING -35778203116c92bdba0d836ec28b5bf1 usr/share/man/man1/lx-office-erp.1.gz -7e5f1bfb9590e0a79b45f4ca1c343cd9 usr/bin/lx-office-erp -99b60155bb18b8ffc94eace2a8925d4e usr/lib/lx-office-erp/lxo-import/ups.html -6f49919699281bb767afe41d30d0e933 usr/lib/lx-office-erp/lxo-import/s.sh -6c93520fde1af450a937baf1a17c45f5 usr/lib/lx-office-erp/lxo-import/addressB.php -7865a71e72124e8daddca56957b061de usr/lib/lx-office-erp/lxo-import/shiptoB.php -721ea64e56badb729f4e0b44f4ceac2a usr/lib/lx-office-erp/lxo-import/blz.php -de37563cd5249c885e912cc91fdd7e4a usr/lib/lx-office-erp/lxo-import/customer.bsp -7e24fcb27e9cf921611cb0923855432e usr/lib/lx-office-erp/lxo-import/parts_import.php -087322f5cfe085eba89d80d741883033 usr/lib/lx-office-erp/lxo-import/import_lib.php -57615f6532956820f37dee04cc993742 usr/lib/lx-office-erp/lxo-import/customer_contact.bsp -282508c409eec8f6911471e14c773fb5 usr/lib/lx-office-erp/lxo-import/contactB.php -cf20cd97f144462bd2f167c84d0b0710 usr/lib/lx-office-erp/lxo-import/customer_shipto.bsp -cb5b20a02da1879ebb5c29402f07abc3 usr/lib/lx-office-erp/lxo-import/partsB.php -f29997adb6552954732927baea6c12e6 usr/lib/lx-office-erp/lxo-import/db.php -1edf047951c0a4ec71bd34e05a2217fb usr/lib/lx-office-erp/favicon.ico -427f2c3500eb54ad8502b6d8940d0268 usr/lib/lx-office-erp/config/.htaccess -a2321562ff365b4df7e7d7aa00fc4610 usr/lib/lx-office-erp/config/authentication.pl.default -678a7b7a482a4d0830cf0f13794f34a1 usr/lib/lx-office-erp/menu.default -dda1a2e851b8f2c45fa3544da1aeba07 usr/lib/lx-office-erp/SL/RecordLinks.pm -4ed700947325724ce06aa2febdcb0103 usr/lib/lx-office-erp/SL/Form.pm -34d9d4711710946ed099932419b5f1e8 usr/lib/lx-office-erp/SL/Common.pm -bd7b1d862b55a1f5b06960f1309e50e6 usr/lib/lx-office-erp/SL/AP.pm -c02965bb16a13dccb94897e3c68b4df5 usr/lib/lx-office-erp/SL/SEPA.pm -319ace7a063c56a59fe110a4a684f016 usr/lib/lx-office-erp/SL/Taxkeys.pm -a1619398295b2c15411c84ba8190aa78 usr/lib/lx-office-erp/SL/ReportGenerator.pm -1d2c8a9176c74266c05cd1b46aa8d885 usr/lib/lx-office-erp/SL/BankAccount.pm -ad6cc0940d99f3881174c77eb323e378 usr/lib/lx-office-erp/SL/USTVA.pm -7b17f9594bfa03e1bb2b736c64b48a4b usr/lib/lx-office-erp/SL/DATEV.pm -563fc1351e527628b18c0086ac129ba7 usr/lib/lx-office-erp/SL/Notes.pm -305de826f33f837c28846ee6c2bced25 usr/lib/lx-office-erp/SL/MIME.pm -eecf48cb0a06111ae1059d0918365e9e usr/lib/lx-office-erp/SL/Template/Plugin/T8.pm -f55f244c93b1d34ea55085093f894559 usr/lib/lx-office-erp/SL/Template/Plugin/MultiColumnIterator.pm -cbc00f64ca24b2188b62d9df4c889547 usr/lib/lx-office-erp/SL/Template/Plugin/LxERP.pm -6b781ddfd8bf9c5e39c37840d8ecced9 usr/lib/lx-office-erp/SL/Template/Plugin/JavaScript.pm -10558aceab8b9508422c25846992a635 usr/lib/lx-office-erp/SL/DBUpgrade2.pm -38f44744ad4f42b5b4750eb74a726109 usr/lib/lx-office-erp/SL/Auth.pm -21791522bafb3881bb78b5553a807dfa usr/lib/lx-office-erp/SL/FU.pm -7be8a541365387fbe165bcc66c9f69db usr/lib/lx-office-erp/SL/LICENSES.pm -891e156235889a46b665e01a3f6596b2 usr/lib/lx-office-erp/SL/IS.pm -fec074768c0e4950321d264344151e84 usr/lib/lx-office-erp/SL/Locale.pm -5ff8b820a8d826ac0270fed75c894f7f usr/lib/lx-office-erp/SL/Iconv.pm -b5bb89795b3c8f29e4f3cf96b756ae7c usr/lib/lx-office-erp/SL/Menu.pm -416d411e49b1083b2b4375bc056e69bd usr/lib/lx-office-erp/SL/RP.pm -655a26324af254412190f504ad1ad3f0 usr/lib/lx-office-erp/SL/Projects.pm -8b38d49e180681926da960013871ce5d usr/lib/lx-office-erp/SL/DN.pm -6b88d0caec7a80904fabafefc4247e42 usr/lib/lx-office-erp/SL/GenericTranslations.pm -0b93542722c53e7744115841f3dbdbf4 usr/lib/lx-office-erp/SL/CVar.pm -e73664a015046486d06d38760d006f0d usr/lib/lx-office-erp/SL/DBUtils.pm -52a4599207e300deea1d0e9ec9c0a542 usr/lib/lx-office-erp/SL/IO.pm -969fbb39ed53eaf38a171f836b45faba usr/lib/lx-office-erp/SL/TODO.pm -4c39a1df554d21edfc3a0aa7a02a14ab usr/lib/lx-office-erp/SL/CA.pm -427f2c3500eb54ad8502b6d8940d0268 usr/lib/lx-office-erp/SL/.htaccess -e532448488ca49d1b862ea0e17347e8e usr/lib/lx-office-erp/SL/SEPA/XML.pm -622f2bc712f091e37de5455d22f513bd usr/lib/lx-office-erp/SL/SEPA/XML/Transaction.pm -2a1d1e36fcc8d17bc69a3eef658ba934 usr/lib/lx-office-erp/SL/PE.pm -77cab5e9b36228d2b3c4e3621a97c2c5 usr/lib/lx-office-erp/SL/MoreCommon.pm -9e9c6b3bb67ed64112654fc08e9dd04f usr/lib/lx-office-erp/SL/Template.pm -7324581e07526386dde54fb368115439 usr/lib/lx-office-erp/SL/Chart.pm -bb69f4e16fea8c6526a1dcf8d8df881e usr/lib/lx-office-erp/SL/OE.pm -b339f5d336776a9d387b88c7889fa4b0 usr/lib/lx-office-erp/SL/DO.pm -3301b1f0fd0d03d52919ac5acca9ff97 usr/lib/lx-office-erp/SL/AM.pm -ecc192bb20577299b64ddc31f06f94b1 usr/lib/lx-office-erp/SL/IC.pm -5339f53e3e1d24d1bb8eda34d72d9a3f usr/lib/lx-office-erp/SL/Watchdog.pm -107577aad9bbe89d899eac78fef7b499 usr/lib/lx-office-erp/SL/ARAP.pm -476ab2c945ea190a0509c399c68f927c usr/lib/lx-office-erp/SL/Inifile.pm -cd00d7017fbfa133ec65fa5b3c1ae0b4 usr/lib/lx-office-erp/SL/RC.pm -986bf68973d5a069a42ff5732fe6fcc3 usr/lib/lx-office-erp/SL/CT.pm -df9e930440e507707a106871f6856bdf usr/lib/lx-office-erp/SL/CP.pm -c085178853fa1ed3a26534c8e390ba3a usr/lib/lx-office-erp/SL/IR.pm -1c282e25061483edcc00857baa6a60d6 usr/lib/lx-office-erp/SL/Drafts.pm -5c17c5e6c663c612e85f736ec7fe1014 usr/lib/lx-office-erp/SL/Auth/LDAP.pm -16a2c10ac4845a20181d14b5916334eb usr/lib/lx-office-erp/SL/Auth/DB.pm -4bb7cdc01af4df4315412e4b68b58935 usr/lib/lx-office-erp/SL/LXDebug.pm -0225f7ec9c5f581acbe98fee7d20011b usr/lib/lx-office-erp/SL/InstallationCheck.pm -d854cf15b18ad436fd2bb6f7c58c5a5a usr/lib/lx-office-erp/SL/WH.pm -cb87b70e54ef11a3f25d2d6ded919564 usr/lib/lx-office-erp/SL/User.pm -5a3b33b7cb57423aa2d866c003b95b90 usr/lib/lx-office-erp/SL/AR.pm -9833cc4b8bc4357d4a7e2ff5ffb3f63c usr/lib/lx-office-erp/SL/BP.pm -b8b8d9884fac60ed9f701ca768070178 usr/lib/lx-office-erp/SL/Num2text.pm -35707a8f1fb2bb9b4b952c1aa59295a2 usr/lib/lx-office-erp/SL/DATEV/KNEFile.pm -b11652b07baafd4bcf04fa77a8a048ce usr/lib/lx-office-erp/SL/Mailer.pm -9d22269a8fb7b4bf7f9334ca8a8af006 usr/lib/lx-office-erp/SL/GL.pm -7697331d5c3fd4c147e2cf2c66f4049a usr/lib/lx-office-erp/SL/AccTransCorrections.pm -2b0cf384e0cf0c3af779794d2498154b usr/lib/lx-office-erp/t/002goodperl.t -6ad89d30f6b407604794112bcce4e49f usr/lib/lx-office-erp/t/003safesys.t -d6835f03ffef405e412915cdd15f674a usr/lib/lx-office-erp/t/006spellcheck.t -16766a0413a00f20b97d1f8b9d61f625 usr/lib/lx-office-erp/t/old/backend/README.backend -0c38b717fb057687a2249a4060ebc66b usr/lib/lx-office-erp/t/old/frontend/README.frontend -5a13aa7b7c9fa8a2556ac0b7c039e01f usr/lib/lx-office-erp/t/old/selenium/TestCreateTestbed.t -2ee09880a57a2f2ba5e9626ec46fae77 usr/lib/lx-office-erp/t/old/selenium/incomming/ustva-Inland-linet.html -62bc1c09ac8c1f42e764b4813191edc1 usr/lib/lx-office-erp/t/old/selenium/TestMasterData.t -f0a1728d672cd43480212c5b1308fa3d usr/lib/lx-office-erp/t/old/selenium/TestAllTests.t -5aecf83ea6541acdccbd078d38e7f5c8 usr/lib/lx-office-erp/t/old/selenium/README -44ba2df847b32eab37cffefcd8a91d0e usr/lib/lx-office-erp/t/old/selenium/TestPayments.t -30e08b5ab66dfeb5780a199f04010caa usr/lib/lx-office-erp/t/old/selenium/cleanup.pl -fbf988ac4b0706a1ada7df14fce01949 usr/lib/lx-office-erp/t/old/selenium/TestAdmin.t -ddf58ad3749e50566f87dac58630ed9e usr/lib/lx-office-erp/t/old/selenium/AllTests.t -cac956c352a734e2627cc022a87d35a0 usr/lib/lx-office-erp/t/old/selenium/TestSystem.t -1e020a49d541b68fa25dfbebb84c01d3 usr/lib/lx-office-erp/t/old/selenium/TestSelling.t -087c2dc4ce314c8f435b3d2b117fe16e usr/lib/lx-office-erp/t/old/selenium/TestAccounting.t -8a45e5686f32196933821037bab4562b usr/lib/lx-office-erp/t/old/selenium/testscripts/system/end/S996DeletePaymentConditions.t -e2b54ee14d1bdd951d61c95fccc8e64e usr/lib/lx-office-erp/t/old/selenium/testscripts/system/end/S997DeleteLanguages.t -490b68836bb860ca54cd41a33e8e1e1e usr/lib/lx-office-erp/t/old/selenium/testscripts/system/end/S994DeleteAccount.t -01b666334513bc7bf88d7fc428f9e371 usr/lib/lx-office-erp/t/old/selenium/testscripts/system/end/S998DeletePriceBrackets.t -03439c55dfa23e2b65f64f1166266ad2 usr/lib/lx-office-erp/t/old/selenium/testscripts/system/end/S995DeleteCustomerVendorTypes.t -aab6037b1fcbde6d96f93b392e2fa39a usr/lib/lx-office-erp/t/old/selenium/testscripts/system/end/S992DeleteProductGroups.t -40f0384fea408036c394c64c12bb7bde usr/lib/lx-office-erp/t/old/selenium/testscripts/system/begin/S004ShowLanguages.t -4a68050d7708ca471a077bfc7af581a4 usr/lib/lx-office-erp/t/old/selenium/testscripts/system/begin/S008ShowCustomerVendorTypes.t -5eae47b83bf7d7778c5a66b3f11f747c usr/lib/lx-office-erp/t/old/selenium/testscripts/system/begin/S013TestAccount.t -7c9f3a9b15f74b99a760a836113d98de usr/lib/lx-office-erp/t/old/selenium/testscripts/system/begin/S006ShowPaymentConditions.t -62b0cfa49a3eb32355f2a7db069ae652 usr/lib/lx-office-erp/t/old/selenium/testscripts/system/begin/S005AddPaymentConditions.t -71a36bbdb026c2915c4fb91a4773f006 usr/lib/lx-office-erp/t/old/selenium/testscripts/system/begin/S001CreateProductGroups.t -af33e9e89d6349385921d1176100a282 usr/lib/lx-office-erp/t/old/selenium/testscripts/system/begin/S007AddCustomerVendorTypes.t -e791d57aa4e447762c472b2edf9466ee usr/lib/lx-office-erp/t/old/selenium/testscripts/system/begin/S003AddLanguage.t -5e0208e9305b780385d2de9fe6cd2ac0 usr/lib/lx-office-erp/t/old/selenium/testscripts/system/begin/S010AddShowDeleteServiceMeasure.t -a675994edddcebbfb476cc3228f45bff usr/lib/lx-office-erp/t/old/selenium/testscripts/system/begin/S009AddShowDeleteMeasure.t -8556f1867282641a1fa2b4b7a9dbbf0b usr/lib/lx-office-erp/t/old/selenium/testscripts/system/begin/S012ShowAccount.t -3601aa7ba36149f0415e11aa491af840 usr/lib/lx-office-erp/t/old/selenium/testscripts/system/begin/S002CreatePriceBrackets.t -564b477d29bce77b73165d692644ba16 usr/lib/lx-office-erp/t/old/selenium/testscripts/system/begin/S011CreateAccount.t -9cd0ffc18a7de1a1b62e73a603efe6b4 usr/lib/lx-office-erp/t/old/selenium/testscripts/masterdata/end/M996DeleteProject.t -0f5d90cbc3a43fb10095a0d1585a9039 usr/lib/lx-office-erp/t/old/selenium/testscripts/masterdata/end/M997DeleteService.t -03c1892c5323201f36e410642ab4d4d6 usr/lib/lx-office-erp/t/old/selenium/testscripts/masterdata/end/M998DeleteProduct.t -0d68bfe305c5959b7370493d4875378b usr/lib/lx-office-erp/t/old/selenium/testscripts/masterdata/end/M995DeleteGoods.t -acb36fbda54ee284e4df3e3d71412709 usr/lib/lx-office-erp/t/old/selenium/testscripts/masterdata/begin/M001CreateCustomer.t -e60cf6e9a5c868d6c894e110a60ab305 usr/lib/lx-office-erp/t/old/selenium/testscripts/masterdata/begin/M002CreateVendor.t -e8de20408e8c3417e57a55a11aba983e usr/lib/lx-office-erp/t/old/selenium/testscripts/masterdata/begin/M005AddProduct.t -952dc23dcc2dad94f8626afb9cd5eee9 usr/lib/lx-office-erp/t/old/selenium/testscripts/masterdata/begin/M004AddService.t -6be7d276847b1bbb626fee8ead56e0d1 usr/lib/lx-office-erp/t/old/selenium/testscripts/masterdata/begin/M003CreateGoods.t -26303b453b0fb0240ad44c656e1b4fca usr/lib/lx-office-erp/t/old/selenium/testscripts/masterdata/begin/M006AddProject.t -f875ae8140b98291a3614e579f8f75ce usr/lib/lx-office-erp/t/old/selenium/testscripts/administration/end/A998DeleteTestUser.t -6557b19759ed1a243a0003f6c7c19e52 usr/lib/lx-office-erp/t/old/selenium/testscripts/administration/end/A999DeleteTestDatabase.t -6711697622c4039c9d6566994b2db882 usr/lib/lx-office-erp/t/old/selenium/testscripts/administration/begin/A003UpdateDatabase.t -b9e9134bb0c2ec71b6b0f2375c0dec14 usr/lib/lx-office-erp/t/old/selenium/testscripts/administration/begin/A001CreateTestDatabase.t -36c2f398136f785c935021400da7c2b4 usr/lib/lx-office-erp/t/old/selenium/testscripts/administration/begin/A002CreateTestUser.t -3d163625c83460a89a1db2002133c67b usr/lib/lx-office-erp/t/old/selenium/testscripts/selling/begin/S003CreateInvoice.t -ebe490e2ee15e0c6f26f1a89ae693fd9 usr/lib/lx-office-erp/t/old/selenium/testscripts/selling/begin/S002CreateCharge.t -d08fcedaa2796f0d4514873644b0d75f usr/lib/lx-office-erp/t/old/selenium/testscripts/selling/begin/S001CreateOffers.t -b0b4bb34c671fdf6fc3112aabdadf06b usr/lib/lx-office-erp/t/old/selenium/testscripts/README -31ffd38d028c3e0b4af97f4890bdc49b usr/lib/lx-office-erp/t/old/selenium/testscripts/purchase/begin/P001CreateQuoteRequest.t -0a9d6d23944c5eb5c58c77a7f56cd43d usr/lib/lx-office-erp/t/old/selenium/testscripts/base/000Login.t -8f583b26e8b62e160664e79b20b513f8 usr/lib/lx-office-erp/t/old/selenium/testscripts/base/999Logout.t -c44e2d75c24dd648a8c267a57d88b743 usr/lib/lx-office-erp/t/old/selenium/TestReports.t -0bcac0276665bc083b59e17697ad4081 usr/lib/lx-office-erp/t/old/selenium/TestPurchase.t -a2a0ce86266954af457926b1f5f13047 usr/lib/lx-office-erp/t/old/selenium/TestPrinting.t -f90b76aaa7258587615145b0c8cdbd70 usr/lib/lx-office-erp/t/old/selenium/TestProgramm.t -11a54915b751da423c1e4b3bb613bcc6 usr/lib/lx-office-erp/t/old/README -9062484cc1cd7182315c2b4472b33d43 usr/lib/lx-office-erp/t/old/README.de -0c21096b8dbcb286d9ee30163027ba17 usr/lib/lx-office-erp/t/old/lxtest.conf.default -d0db42ee3141ac4d0713dc0d7e7bb4cb usr/lib/lx-office-erp/t/old/lx-office.t -5aecf83ea6541acdccbd078d38e7f5c8 usr/lib/lx-office-erp/t/old/demolx/README -30e08b5ab66dfeb5780a199f04010caa usr/lib/lx-office-erp/t/old/demolx/cleanup.pl -23437f9bc299f7d3d4ce4fbb51848bfa usr/lib/lx-office-erp/t/old/demolx/AllTests.t -f5f1dfcee14d3d082ba76c5e3da80459 usr/lib/lx-office-erp/t/old/demolx/testscripts/K999DeleteTestDatabase.t -b4b635f9370559264b6878673d34bc6b usr/lib/lx-office-erp/t/old/demolx/testscripts/K998DeleteTestUser.t -b0b4bb34c671fdf6fc3112aabdadf06b usr/lib/lx-office-erp/t/old/demolx/testscripts/README -cfe77c9b77f089c3e000bc3f2cb61de7 usr/lib/lx-office-erp/t/old/demolx/testscripts/001CreateTestDatabase.t -d558fd5f9f8558bcc1a39018bc068251 usr/lib/lx-office-erp/t/old/demolx/testscripts/002CreateTestUser.t -bee6d5633952a8abbdf077f568eb32d8 usr/lib/lx-office-erp/t/old/demolx/testscripts/005UpdateDatabase.t -bf57a0c9414d32375bfaae512ab80a73 usr/lib/lx-office-erp/t/011pod.t -b92d89ff9093ae5b7c33e9894736dafb usr/lib/lx-office-erp/t/001compile.t -18f3a0ab996236dce41175ac8d146216 usr/lib/lx-office-erp/t/Support/Systemexec.pm -c9af394a2d4f4ab88fc008566bc1281f usr/lib/lx-office-erp/t/Support/Files.pm -7ab9f1033bdf178c2d9ad62e0c578375 usr/lib/lx-office-erp/t/Support/Templates.pm -427f2c3500eb54ad8502b6d8940d0268 usr/lib/lx-office-erp/t/.htaccess -2f9f3852afc04132a8a7faefc30df08f usr/lib/lx-office-erp/t/004template.t -95f3402b3396da4aac01544ede1a2cf0 usr/lib/lx-office-erp/t/README -b80df2fdfe8a6d814f9a11b9db2843bd usr/lib/lx-office-erp/t/005no_tabs.t -0b46917b1226a6be588425f5d4f4dbf8 usr/lib/lx-office-erp/t/test.sh -6bc40c947908961f59c3374cb6ff71fd usr/lib/lx-office-erp/menu.ini -fbb9a606492ab6b49727ac6540907c46 usr/lib/lx-office-erp/sql/Pg-upgrade2/follow_ups.sql -1eb2aec59b5ab92977ebabd5941b9ec8 usr/lib/lx-office-erp/sql/Pg-upgrade2/warehouse.pl -216465b513dbac6566bf1833f856d4b1 usr/lib/lx-office-erp/sql/Pg-upgrade2/COA_Account_Settings002.sql -5c123aca23453578090e85453e81acc7 usr/lib/lx-office-erp/sql/Pg-upgrade2/units_translations_and_singular_plural_distinction.sql -7a80169061862b03535b978b8db92c5d usr/lib/lx-office-erp/sql/Pg-upgrade2/dunning_dunning_id.sql -0cb63bf2782ca85f41f12f743b3f05bb usr/lib/lx-office-erp/sql/Pg-upgrade2/status_history.sql -43ba086fd54328755f6b2ce12a81a27a usr/lib/lx-office-erp/sql/Pg-upgrade2/release_2_4_3.sql -714e7af77056fc13d1de7d075cae0bb2 usr/lib/lx-office-erp/sql/Pg-upgrade2/customer_vendor_taxzone_id.sql -a9004de882e83eb8d6e0d767ca8be18a usr/lib/lx-office-erp/sql/Pg-upgrade2/tax_id_if_taxkey_is_0.sql -bb97d0f2c7ab712a727889aee4dabf4c usr/lib/lx-office-erp/sql/Pg-upgrade2/fix_datepaid.sql -d76df6653d3cd32834fc3afc0f7b8075 usr/lib/lx-office-erp/sql/Pg-upgrade2/acc_trans_without_oid.sql -1c55e13b99daa60d4c7373a5fe31eddc usr/lib/lx-office-erp/sql/Pg-upgrade2/generic_translations.sql -f1553d57c94eca2dd1f35a03c3961b5c usr/lib/lx-office-erp/sql/Pg-upgrade2/USTVA_at.pl -c252936690d15515032cbafbe943e519 usr/lib/lx-office-erp/sql/Pg-upgrade2/fix_taxdescription.sql -cccb81576e10a3ab6754b3bbf367e995 usr/lib/lx-office-erp/sql/Pg-upgrade2/release_2_6_1.sql -788ead7294c34239c1b70b4a1d5d5514 usr/lib/lx-office-erp/sql/Pg-upgrade2/warehouse2.sql -7ea19316ebe770d0b7fae6c424943e52 usr/lib/lx-office-erp/sql/Pg-upgrade2/USTVA_abstraction.pl -f6709746edc7756f8dc22dfad1e259b0 usr/lib/lx-office-erp/sql/Pg-upgrade2/tax_description_without_percentage_skr04.sql -e690e0246933c32c83337b319e3932b6 usr/lib/lx-office-erp/sql/Pg-upgrade2/tax_primary_key_taxkeys_foreign_keys.sql -36dbc71491c77aca038bd1cb383d2077 usr/lib/lx-office-erp/sql/Pg-upgrade2/COA_Account_Settings001.sql -c036107aa6104cd1743a202f128af59e usr/lib/lx-office-erp/sql/Pg-upgrade2/dunning_invoices_for_fees.sql -265470377edd8004c22d5e96b2d7e912 usr/lib/lx-office-erp/sql/Pg-upgrade2/transaction_description.sql -cb3840e05a1e31be5aa5869c977ccf18 usr/lib/lx-office-erp/sql/Pg-upgrade2/language_output_formatting.sql -22db8b2f40af02556ffa3fbed8402ae9 usr/lib/lx-office-erp/sql/Pg-upgrade2/parts_has_sernumber.sql -9084daff8a78cc011cf03f4c6da77fd0 usr/lib/lx-office-erp/sql/Pg-upgrade2/parts_ean.sql -cb1c09136d6f76678256ed99691b2706 usr/lib/lx-office-erp/sql/Pg-upgrade2/marge_initial.sql -ac4339fb2208429bac9d1e33e8c16adf usr/lib/lx-office-erp/sql/Pg-upgrade2/delivery_orders.sql -909cee8798656ece2b9b9be1bf9df1c4 usr/lib/lx-office-erp/sql/Pg-upgrade2/buchungsgruppen_sortkey.sql -59bcf6aaeaff0cbaf7f78ace368820e8 usr/lib/lx-office-erp/sql/Pg-upgrade2/units_no_type_distinction.sql -bf6b7a76e5a1e02bb7dc1120aa6a8137 usr/lib/lx-office-erp/sql/Pg-upgrade2/SKR04-3804-addition.pl -cff5927a8ae97aa9808c45b06c3c8512 usr/lib/lx-office-erp/sql/Pg-upgrade2/trigger_assembly_update_lastcost.sql -8f06ce8c186d8ce74e6a513e6f02e481 usr/lib/lx-office-erp/sql/Pg-upgrade2/rename_buchungsgruppen_accounts_16_19_percent.sql -1f51d767f12bd75ac7eabb02e06097e8 usr/lib/lx-office-erp/sql/Pg-upgrade2/transaction_description_not_null.sql -44380e72877b9e7be6845af18733de76 usr/lib/lx-office-erp/sql/Pg-upgrade2/warehouse3.sql -50458fe8a70cb2fe1c6a9cdad513b0f3 usr/lib/lx-office-erp/sql/Pg-upgrade2/oe_employee_id_foreignkey.sql -383d86ebc4f9b7b1c9437607879d6d01 usr/lib/lx-office-erp/sql/Pg-upgrade2/oe_is_salesman.sql -4b3413d634f0b3da8290878c1f062062 usr/lib/lx-office-erp/sql/Pg-upgrade2/release_2_4_1.sql -483fac5859a6159a3b205e4a564c9fb8 usr/lib/lx-office-erp/sql/Pg-upgrade2/lastschrift.sql -2d52463889b781241ce2383d7f4ddd90 usr/lib/lx-office-erp/sql/Pg-upgrade2/ustva_setup_2007.sql -89b59132f030a9601884ed14b2768f94 usr/lib/lx-office-erp/sql/Pg-upgrade2/change_makemodel_vendor_id.sql -e0ad554e3a3db2e0ed9b553ee04b1c2e usr/lib/lx-office-erp/sql/Pg-upgrade2/dunning_config_interest_rate.sql -f12da88b4dfa22416d5b4c091959c654 usr/lib/lx-office-erp/sql/Pg-upgrade2/payment_terms_translation.sql -aef3b175f4c5d7444ae59ebfc6c035af usr/lib/lx-office-erp/sql/Pg-upgrade2/release_2_6_0.sql -9d27bb91a94d0e4de3729fa234fc53de usr/lib/lx-office-erp/sql/Pg-upgrade2/chart_names.sql -80ca8c0158479710c1cc65a8ba701790 usr/lib/lx-office-erp/sql/Pg-upgrade2/ustva_setup_2007_update_chart_taxkeys_tax_add_missing_tax_accounts.sql -cb1a77b9bc77fdfb4e80a620239fc504 usr/lib/lx-office-erp/sql/Pg-upgrade2/units_sortkey.sql -b26a186477010c45810d572850c767b1 usr/lib/lx-office-erp/sql/Pg-upgrade2/price_factors.sql -6d19dd70777062965fe7732d439e92b6 usr/lib/lx-office-erp/sql/Pg-upgrade2/dunning_invoices_per_dunning_level.sql -d5f250d8ff01dc804b1fdf3137513112 usr/lib/lx-office-erp/sql/Pg-upgrade2/fix_acc_trans_ap_taxkey_bug.pl -9bdefefc3d8a2b1acbb1a8c82f1bb896 usr/lib/lx-office-erp/sql/Pg-upgrade2/employee_no_limits.sql -c4362a60b64aabf636c789013e27788a usr/lib/lx-office-erp/sql/Pg-upgrade2/history_erp.sql -3cb68073ccc394db3da83699f9f56aeb usr/lib/lx-office-erp/sql/Pg-upgrade2/README -1d44e5414d0709b7e904228977bd0797 usr/lib/lx-office-erp/sql/Pg-upgrade2/warehouse_add_bestbefore.sql -6d72849b542c78329605daa8c335e75c usr/lib/lx-office-erp/sql/Pg-upgrade2/cp_greeting_migration.pl -0cbda38071d6b77e27f9c05482a2f777 usr/lib/lx-office-erp/sql/Pg-upgrade2/project_flag_active.sql -35cf59bdbaf452dce4ebc8fb2af092dc usr/lib/lx-office-erp/sql/Pg-upgrade2/bank_accounts.sql -8eaa63822e1caf2e686500470be1bf30 usr/lib/lx-office-erp/sql/Pg-upgrade2/globalprojectnumber_ap_ar_oe.pl -4717a272ad80afd35a78dc327d3b67ae usr/lib/lx-office-erp/sql/Pg-upgrade2/ar_storno.sql -3ceb706c294cc63f04941cdb53e295d0 usr/lib/lx-office-erp/sql/Pg-upgrade2/sepa.sql -74b0684e9e1be984988ddd1ac320b13f usr/lib/lx-office-erp/sql/Pg-upgrade2/ar_add_donumber.sql -9722efa5aa263aacc3ad5c62b49f3699 usr/lib/lx-office-erp/sql/Pg-upgrade2/transfer_type_shipped.sql -f22197595cef655b39ba8600a549a395 usr/lib/lx-office-erp/sql/Pg-upgrade2/auth_enable_sales_all_edit.pl -62fb5342825541cecd684933fa099472 usr/lib/lx-office-erp/sql/Pg-upgrade2/record_links.sql -5a7b80e3683a605e0b005bb386eda9f0 usr/lib/lx-office-erp/sql/Pg-upgrade2/payment_terms_sortkey.sql -31f1a8e0b14fa4f1afee9475b20d9f18 usr/lib/lx-office-erp/sql/Pg-upgrade2/delivery_orders_fields_for_invoices.sql -612ee13007da7b1f45b62adc660fd79e usr/lib/lx-office-erp/sql/Pg-upgrade2/ustva_setup_2007_update_chart_taxkeys_tax.sql -43b5562d2abf0e761329d612d21a9e6c usr/lib/lx-office-erp/sql/Pg-upgrade2/drafts.sql -ac3275ae3d42b29ebe7b4d989d2fd919 usr/lib/lx-office-erp/sql/Pg-upgrade2/release_2_4_2.sql -f0523c0bdb07608bac6274598c9faaab usr/lib/lx-office-erp/sql/Pg-upgrade2/PgCommaAggregateFunction.sql -6980821520049552fa8424e0bb881806 usr/lib/lx-office-erp/sql/Pg-upgrade2/rundungsfehler_korrigieren_BUG1328.pl -f415011a41ab8f62d2b3a33eccfa9163 usr/lib/lx-office-erp/sql/Pg-upgrade2/tax_description_without_percentage.sql -5c9fad6d5e54ea62923a9d8bf74831ce usr/lib/lx-office-erp/sql/Pg-upgrade2/ap_ar_orddate_quodate.sql -816a3f7765193944643faf6cdd7f6129 usr/lib/lx-office-erp/sql/Pg-upgrade2/chart_category_to_sgn.sql -2205a10b6808d029e2e77d341cdf4126 usr/lib/lx-office-erp/sql/Pg-upgrade2/drop_sic_code.sql -5f5a971928d0b5002a79c2054f48e208 usr/lib/lx-office-erp/sql/Pg-upgrade2/cb_ob_transaction.sql -b734463838d4e6322aacf21a7acf3d5a usr/lib/lx-office-erp/sql/Pg-upgrade2/chart_names2.sql -082f8056163525cc683570e9ddd25d8c usr/lib/lx-office-erp/sql/Pg-upgrade2/history_erp_snumbers.sql -688812297bccc35098294c0ea1ab4f25 usr/lib/lx-office-erp/sql/Pg-upgrade2/custom_variables_valid.sql -7f47ae7506eb4a045a5c3b06d67dd259 usr/lib/lx-office-erp/sql/Pg-upgrade2/update_date_paid.sql -a0188774cea78b5b43a140cedefa8aa2 usr/lib/lx-office-erp/sql/Pg-upgrade2/customer_vendor_ustid_length.sql -9803da4e1a7f31a1d76bd3da11dc4489 usr/lib/lx-office-erp/sql/Pg-upgrade2/gl_storno.sql -c64806750e9547c6f7b7237b0a158b5c usr/lib/lx-office-erp/sql/Pg-upgrade2/oe_delivered.sql -7ca69a9ab7b75eaa4917e6f9789fbf8e usr/lib/lx-office-erp/sql/Pg-upgrade2/ap_storno.sql -44882b716f5ca889d8013c04889c8d0d usr/lib/lx-office-erp/sql/Pg-upgrade2/ar_ap_storno_id.sql -5f7ac7eb66873ffc5f5bcca5db13dbd8 usr/lib/lx-office-erp/sql/Pg-upgrade2/custom_variables.sql -75418105802b8257ce68297931a5625f usr/lib/lx-office-erp/sql/Pg-upgrade2/add_more_constraints_fibu_projekt_xplace.pl -b1bce16fe243d4146c9e6ef562223992 usr/lib/lx-office-erp/sql/Pg-upgrade2/invalid_taxkeys.sql -fa3988eea3ccca24ac6ffd3a38c3118a usr/lib/lx-office-erp/sql/Pg-upgrade2/invalid_taxkeys_2.sql -f72af9b7d2ede4a1b1446284694201da usr/lib/lx-office-erp/sql/Pg-upgrade2/tax_report_table_name.sql -61ad5f58718b9ab8034f4ade235e8301 usr/lib/lx-office-erp/sql/Pg-upgrade2/todo_user_config.sql -ef956f88bf358a6a77c6a93a465528ce usr/lib/lx-office-erp/sql/Pg-upgrade2/custom_variables_parts_services_assemblies.sql -86e77612544ad078e86b8c5e9cde86ea usr/lib/lx-office-erp/sql/finanzamt.sql -bb409a54d1fa004fe6ff225ed904a05a usr/lib/lx-office-erp/sql/auth_db.sql -edafdcc78605fc9dcf994dd93417287d usr/lib/lx-office-erp/sql/lx-office.sql -fac123a1e30fb04511bda78f3fa75e75 usr/lib/lx-office-erp/sql/Pg-upgrade/Pg-upgrade-2.2.0.32-2.2.0.33.sql -3117ddc83cbb18db61020273d1bb3be5 usr/lib/lx-office-erp/sql/Pg-upgrade/Pg-upgrade-2.2.0-2.2.0.1.sql -82885d54ff3cc0bd4b14a625115e3396 usr/lib/lx-office-erp/sql/Pg-upgrade/Pg-upgrade-2.2.0.20-2.2.0.21.pl -9510d8fff87a50db7dd72df2e1b864fc usr/lib/lx-office-erp/sql/Pg-upgrade/Pg-upgrade-2.2.0.27-2.2.0.28.pl -a3d35537d5f20441be2c2ec574da6ec6 usr/lib/lx-office-erp/sql/Pg-upgrade/Pg-upgrade-2.2.0.17-2.2.0.18.sql -89220d34792e942fa845c6872127da78 usr/lib/lx-office-erp/sql/Pg-upgrade/Pg-upgrade-2.2.0.10-2.2.0.11.sql -8cb69964838c4c50899f08dced13970e usr/lib/lx-office-erp/sql/Pg-upgrade/Pg-upgrade-2.2.0.4-2.2.0.5.sql -796355758f3f0d2f1ef47700661a2253 usr/lib/lx-office-erp/sql/Pg-upgrade/Pg-upgrade-2.2.0.8-2.2.0.9.sql -b2a9e309574dce2267b955227ad8457b usr/lib/lx-office-erp/sql/Pg-upgrade/Pg-upgrade-2.2.0.38-2.4.0.0.sql -06b08401cb53edbaa5d6c60db3aa6c77 usr/lib/lx-office-erp/sql/Pg-upgrade/Pg-upgrade-2.2.0.15-2.2.0.16.sql -2827867f99d1138941d4b390279ed0c0 usr/lib/lx-office-erp/sql/Pg-upgrade/Pg-upgrade-2.2.0.1-2.2.0.2.sql -53f58b574abd24c173e00a1f0a2ab9d4 usr/lib/lx-office-erp/sql/Pg-upgrade/Pg-upgrade-2.2.0.18-2.2.0.19.sql -70bec8477038a220ee822caacf38d3fa usr/lib/lx-office-erp/sql/Pg-upgrade/Pg-upgrade-2.2.0.30-2.2.0.31.sql -90e8fd4b029071ae8c00580ffb5843e2 usr/lib/lx-office-erp/sql/Pg-upgrade/Pg-upgrade-2.2.0.19-2.2.0.20.pl -6c3f5c724dbb0008e368c0d2aa800dcd usr/lib/lx-office-erp/sql/Pg-upgrade/Pg-upgrade-2.2.0.37-2.2.0.38.pl -5a7861f32577f8d551738ebf93b912f8 usr/lib/lx-office-erp/sql/Pg-upgrade/Pg-upgrade-2.2.0.28-2.2.0.29.pl -2959686bb659bf0793d08a7479312b76 usr/lib/lx-office-erp/sql/Pg-upgrade/Pg-upgrade-2.2.0.11-2.2.0.12.sql -c656005b8ce51ae346e0b68ed3ab5fd9 usr/lib/lx-office-erp/sql/Pg-upgrade/Pg-upgrade-2.2.0.12-2.2.0.13.sql -9a7d02f9624bb1343b1d22f57fbbff28 usr/lib/lx-office-erp/sql/Pg-upgrade/Pg-upgrade-2.2.0.25-2.2.0.26.pl -9d12e7ee120dd78076912396bade1327 usr/lib/lx-office-erp/sql/Pg-upgrade/Pg-upgrade-1.0.0-2.1.0.sql -8d2cee8987c296af7f10679a8d8ce82f usr/lib/lx-office-erp/sql/Pg-upgrade/Pg-upgrade-2.2.0.33-2.2.0.34.pl -1f30af12cb246712f5238e0d014caf5e usr/lib/lx-office-erp/sql/Pg-upgrade/Pg-upgrade-2.2.0.16-2.2.0.17.sql -2ceeac9167837ff375a6403eeec04afc usr/lib/lx-office-erp/sql/Pg-upgrade/Pg-upgrade-2.2.0.14-2.2.0.15.sql -2caeceef43ee0caa3c934feb7e5c5859 usr/lib/lx-office-erp/sql/Pg-upgrade/Pg-upgrade-2.1.0-2.1.1.sql -f03d74cc03b65505ac1f081921913618 usr/lib/lx-office-erp/sql/Pg-upgrade/Pg-upgrade-2.2.0.22-2.2.0.23.sql -680c2dd5df5bd2334ec31698aa23ea9c usr/lib/lx-office-erp/sql/Pg-upgrade/Pg-upgrade-2.2.0.26-2.2.0.27.sql -368aabf70679f7f1d86bacef00557f2f usr/lib/lx-office-erp/sql/Pg-upgrade/Pg-upgrade-2.2.0.5-2.2.0.6.sql -dada80e199a42a4c1ae50bb2f089108c usr/lib/lx-office-erp/sql/Pg-upgrade/Pg-upgrade-2.1.1-2.2.0.sql -d8e5a92cc962f490de06e97e1870060e usr/lib/lx-office-erp/sql/Pg-upgrade/Pg-upgrade-2.2.0.29-2.2.0.30.sql -27399bb7df65adc392b09b6a2016a844 usr/lib/lx-office-erp/sql/Pg-upgrade/Pg-upgrade-2.2.0.13-2.2.0.14.sql -916c75d09fc036669f4c4529246ff13b usr/lib/lx-office-erp/sql/Pg-upgrade/Pg-upgrade-2.2.0.31-2.2.0.32.pl -394911162b463390e072490ee7f8e1b9 usr/lib/lx-office-erp/sql/Pg-upgrade/Pg-upgrade-2.2.0.21-2.2.0.22.sql -2832b6c2858398e97ee4462a241e01fc usr/lib/lx-office-erp/sql/Pg-upgrade/Pg-upgrade-2.2.0.7-2.2.0.8.sql -95db12d415f34c1d5ae82b521b34c8d7 usr/lib/lx-office-erp/sql/Pg-upgrade/Pg-upgrade-2.2.0.34-2.2.0.35.sql -911fe018930c89d02c1acca02de99298 usr/lib/lx-office-erp/sql/Pg-upgrade/Pg-upgrade-2.2.0.24-2.2.0.25.sql -7a80f70751fc89d0aeff680d09d6f4ca usr/lib/lx-office-erp/sql/Pg-upgrade/Pg-upgrade-2.2.0.6-2.2.0.7.sql -3d8d249015f3377922904ebfa9dd249f usr/lib/lx-office-erp/sql/Pg-upgrade/Pg-upgrade-2.2.0.3-2.2.0.4.sql -622ba2cf5638e6c40337b8a4208b0098 usr/lib/lx-office-erp/sql/Pg-upgrade/Pg-upgrade-2.2.0.35-2.2.0.36.sql -2b929a60fb2a9e853dcf03553c67a81a usr/lib/lx-office-erp/sql/Pg-upgrade/Pg-upgrade-2.2.0.36-2.2.0.37.pl -8e84a0850aecbe0e8df9c884be3e676d usr/lib/lx-office-erp/sql/Pg-upgrade/Pg-upgrade-2.2.0.9-2.2.0.10.sql -2052a1ebd578cd0d503d8f24f09e1c89 usr/lib/lx-office-erp/sql/Pg-upgrade/Pg-upgrade-2.2.0.2-2.2.0.3.sql -58305f1dd07d34c01403740964e9f79b usr/lib/lx-office-erp/sql/Pg-upgrade/Pg-upgrade-2.2.0.23-2.2.0.24.sql -1d73ed324d26c9dca2f720981ecc0bbd usr/lib/lx-office-erp/sql/Germany-DATEV-SKR04EU-chart.sql -13241126b54e9fecca4fe30d024469c6 usr/lib/lx-office-erp/sql/Swiss-German-chart.sql -d434fab087b8022a2e24e92b00b8ce87 usr/lib/lx-office-erp/sql/liste.sql -f0776a1ab30f0d44244ca8d80641e03e usr/lib/lx-office-erp/sql/update100-200.sql -a7a31c6cedca0911a9f5e33373c313e3 usr/lib/lx-office-erp/sql/Austria-chart.sql -f53db10b813edfaea8234a89a93bfb31 usr/lib/lx-office-erp/sql/Germany-DATEV-SKR03EU-chart.sql -1ffc26c2d9a10390c2aee8bfb1eec436 usr/lib/lx-office-erp/sql/datevautomatik.sql -7f0e2ed539414b7d3c5a56b9b7454860 usr/lib/lx-office-erp/sql/Leerer-Kontenrahmen-chart.sql -629823e65a0e7ea3dc9e122e33be4e7f usr/lib/lx-office-erp/sql/updateLedger-200.sql -151da31e613e814dde06ebfe7aa2e6b1 usr/lib/lx-office-erp/sql/update10x-200.sql -b94bd91f4aa2984ca8a0588f06b8698b usr/lib/lx-office-erp/sql/France-chart.sql -82d21f3924835197cbf49a365396afb6 usr/lib/lx-office-erp/sql/update.sh -f21f2f51f6c4ed3057f570ab653bb9f2 usr/lib/lx-office-erp/am.pl -52e638f4ae5991b16a0137a1e96b8c65 usr/lib/lx-office-erp/modules/fallback/List/MoreUtils.pm -17f5de86df8bedc9c29ead1eecdd3e44 usr/lib/lx-office-erp/modules/fallback/Email/Address.pm -fb6f995b9dc0a9bb5738674294e527a7 usr/lib/lx-office-erp/modules/override/YAML/Types.pm -2fa453eebffc6dea03eb25a24993d8e5 usr/lib/lx-office-erp/modules/override/YAML/Marshall.pm -37734fc431377cc62672a0a01987c05a usr/lib/lx-office-erp/modules/override/YAML/Node.pm -55bb89032fa8f8067f6527ea80a363f1 usr/lib/lx-office-erp/modules/override/YAML/Tag.pm -60be61a35b29627fb6aae8618946a7c6 usr/lib/lx-office-erp/modules/override/YAML/Loader/Base.pm -38394965a1b0b387d1c17b24f88b26f5 usr/lib/lx-office-erp/modules/override/YAML/Error.pm -b792e702c128d2157447fe6ec6b99ed9 usr/lib/lx-office-erp/modules/override/YAML/Base.pm -f5b56af24bdaafd197381375e08583b2 usr/lib/lx-office-erp/modules/override/YAML/Loader.pm -427adb3f3e2c9ea81bf8e077bc9e8c7c usr/lib/lx-office-erp/modules/override/YAML/Dumper/Base.pm -337ccd5790d048839630487b089c7ca6 usr/lib/lx-office-erp/modules/override/YAML/Dumper.pm -e998c17920e77e5694e4b268fe4681ca usr/lib/lx-office-erp/modules/override/YAML.pm -3e611a5198f93a74745286b07e006aa5 usr/lib/lx-office-erp/modules/override/PDF/Table.pm -62b671192bd365631aa5bbe62ea73a9d usr/lib/lx-office-erp/modules/override/CGI/Ajax.pm -427f2c3500eb54ad8502b6d8940d0268 usr/lib/lx-office-erp/modules/override/CGI/.htaccess -da8909102779d502ce31ad51e7d7905e usr/lib/lx-office-erp/locale/de/Pg-upgrade-2.2.0.28-2.2.0.29 -4531ad0b8f5c1154fdf033fca00b374c usr/lib/lx-office-erp/locale/de/sepa -f3d026463ea4c7366d95823eb2dfab41 usr/lib/lx-office-erp/locale/de/auth_enable_sales_all_edit -d3d781f82aec4a70d512819690b3534d usr/lib/lx-office-erp/locale/de/Pg-upgrade-2.2.0.36-2.2.0.37 -27d7a4674f05151d6098da16d02a9544 usr/lib/lx-office-erp/locale/de/.gitignore -55cb1602fa206bdd8330581d8efebabe usr/lib/lx-office-erp/locale/de/warehouse -f33884f1d3152c2a630290430014d1ae usr/lib/lx-office-erp/locale/de/menuXML -09703b6c3fb491e167d749dd20e9fec8 usr/lib/lx-office-erp/locale/de/Pg-upgrade-2.2.0.27-2.2.0.28 -bb31e675567f25b7606ad453bac5d9f4 usr/lib/lx-office-erp/locale/de/arap -fe1a27dadea9f8f054b4c0cd6e02f37a usr/lib/lx-office-erp/locale/de/menuv3 -13dba2c67d5c238c0ad98ad85c1cead6 usr/lib/lx-office-erp/locale/de/amcvar -9d02eb937b03d54b24d021606c0aa954 usr/lib/lx-office-erp/locale/de/rp -949e1764c106b6a1a80e627f057b349b usr/lib/lx-office-erp/locale/de/ustva -bf9aca33e8e9771be2c7c1f66b9bcf97 usr/lib/lx-office-erp/locale/de/reportgenerator -21ab950b3307985eb11b3370e5800725 usr/lib/lx-office-erp/locale/de/ic -737b21123fd35192e1babd6072dfac59 usr/lib/lx-office-erp/locale/de/projects -c8407a29b655279fe3c30c564bb0afd1 usr/lib/lx-office-erp/locale/de/SKR04-3804-addition -3e0ceac49eabfce6c4e6f3923a039b6d usr/lib/lx-office-erp/locale/de/fu -f996d610e18cbf6210ec0c93ccc566a9 usr/lib/lx-office-erp/locale/de/cp -2b4c8e070e33b2ecd190e15b9641c9b1 usr/lib/lx-office-erp/locale/de/login -63c48eb5bd46ce77556b77c42c2aedec usr/lib/lx-office-erp/locale/de/bankaccounts -de1634171163f01f8975a3271bcc7cdb usr/lib/lx-office-erp/locale/de/gl -ee8f1224fb149971eaadeff3f47e9319 usr/lib/lx-office-erp/locale/de/Pg-upgrade-2.2.0.37-2.2.0.38 -f3d026463ea4c7366d95823eb2dfab41 usr/lib/lx-office-erp/locale/de/rundungsfehler_korrigieren_BUG1328 -84f9ae48edc627a909aae9ac7a0c2fcb usr/lib/lx-office-erp/locale/de/menunew -edebb0435e3d56dfd2311af1c2627cef usr/lib/lx-office-erp/locale/de/wh -0b6c6da8ec082fdc6deafb188acb116f usr/lib/lx-office-erp/locale/de/fa -ad4a67099471d4b7a3fa875a070c697f usr/lib/lx-office-erp/locale/de/all -cfa45d39e95c1fe7e55e0dbba2798a68 usr/lib/lx-office-erp/locale/de/ca -21c64e66970fc688a1a07c9b71f14b82 usr/lib/lx-office-erp/locale/de/ap -d3428e459de78c7e04e08dc97da40f5f usr/lib/lx-office-erp/locale/de/dn -3c3b9de3249583e5c52f099ad7a725df usr/lib/lx-office-erp/locale/de/am -e7515171115192d2a05371fcebd5b940 usr/lib/lx-office-erp/locale/de/cp_greeting_migration -acabe626f4737fc5a65304f5696a4271 usr/lib/lx-office-erp/locale/de/locales.pl -f1b826c5761429c1d33222e26495c7df usr/lib/lx-office-erp/locale/de/io -6ad1aecab64803bb631459696a556b61 usr/lib/lx-office-erp/locale/de/datev -20adb6fb232f7389cf82e2bf664cb7d5 usr/lib/lx-office-erp/locale/de/pe -5472beaa493c96f0424ef940a3d578e0 usr/lib/lx-office-erp/locale/de/acctranscorrections -262061cc4f445adf7a6d14bc513294b9 usr/lib/lx-office-erp/locale/de/Pg-upgrade-2.2.0.31-2.2.0.32 -651cb5c2bfd9932e3f4e93656e5bd1c4 usr/lib/lx-office-erp/locale/de/fix_acc_trans_ap_taxkey_bug -10023e515c98e7f0ef48c71f4b95a1d2 usr/lib/lx-office-erp/locale/de/bp -534e9609a48c3b025650dd0aefce7c89 usr/lib/lx-office-erp/locale/de/todo -563c0921a41609857be4d549f72fb96f usr/lib/lx-office-erp/locale/de/Num2text -601fec39a8de5a8375d4bf35925f6670 usr/lib/lx-office-erp/locale/de/admin -1cc3a7f1d802096e87164c6110ff49c2 usr/lib/lx-office-erp/locale/de/is -f3d026463ea4c7366d95823eb2dfab41 usr/lib/lx-office-erp/locale/de/add_more_constraints_fibu_projekt_xplace -133dc1c1f8d7b3bb125f2503598dd293 usr/lib/lx-office-erp/locale/de/menu -8434a6422f99215d460a1497ff63ff72 usr/lib/lx-office-erp/locale/de/kopf -52d285a12812daf54ec2c23b924adf29 usr/lib/lx-office-erp/locale/de/LANGUAGE -6139e104c032d0b519672a9c6b8ba65c usr/lib/lx-office-erp/locale/de/USTVA_at -3045fe3137965db9db44e92bce68359c usr/lib/lx-office-erp/locale/de/licenses -ebb00c4c5465363223653aed8b2345f6 usr/lib/lx-office-erp/locale/de/special_chars -7f48f32c77fbf6a9d6c37c20c2fc6349 usr/lib/lx-office-erp/locale/de/rc -222ddf150d44b83d9dd9dcbbdc31d6ef usr/lib/lx-office-erp/locale/de/common -f3d026463ea4c7366d95823eb2dfab41 usr/lib/lx-office-erp/locale/de/globalprojectnumber_ap_ar_oe -1454b740d88eba5b0fd9f0603b90abfa usr/lib/lx-office-erp/locale/de/Pg-upgrade-2.2.0.20-2.2.0.21 -137de2c170ef9493688c768e1cd7afb1 usr/lib/lx-office-erp/locale/de/charset -fe1a27dadea9f8f054b4c0cd6e02f37a usr/lib/lx-office-erp/locale/de/menuv4 -929d38a77e391ba50a133080ea1815b8 usr/lib/lx-office-erp/locale/de/ct -83a1c3da3dfd891de486d5b3226074e1 usr/lib/lx-office-erp/locale/de/COPYING -52a90359ddd8f174323d0df210e0621c usr/lib/lx-office-erp/locale/de/generictranslations -012e5ec3d55cc240474e6a945d5d426a usr/lib/lx-office-erp/locale/de/drafts -c47d8e41c58414b3554c9dc0c482af8d usr/lib/lx-office-erp/locale/de/USTVA_abstraction -de4773c1d7e1284f9791b1cbe8ce7664 usr/lib/lx-office-erp/locale/de/do -f2dcb1ab5031efc023cd1248bb5e42c2 usr/lib/lx-office-erp/locale/de/Pg-upgrade-2.2.0.25-2.2.0.26 -5fa0b92467865ebb119d34a7bfdf9c78 usr/lib/lx-office-erp/locale/de/amtemplates -8f3a5b7f7de0598fba4531153643a49f usr/lib/lx-office-erp/locale/de/installationcheck -e7b31f2e7efc141d4d69830be4d1e43f usr/lib/lx-office-erp/locale/de/ar -bcb215a81539691f620d22c4d584b260 usr/lib/lx-office-erp/locale/de/Pg-upgrade-2.2.0.33-2.2.0.34 -f290f6eb430d6bf36517582e9b62139e usr/lib/lx-office-erp/locale/de/ir -e10d54c5c8e830bf91d288bf1cda2861 usr/lib/lx-office-erp/locale/de/oe -07aacd68aeee9f301e55d0ee80da0e3b usr/lib/lx-office-erp/locale/de/menujs -cf8463598558f90f0203c8315dd4d3ea usr/lib/lx-office-erp/locale/de/Pg-upgrade-2.2.0.19-2.2.0.20 -427f2c3500eb54ad8502b6d8940d0268 usr/lib/lx-office-erp/locale/.htaccess -5ed22be2ce7b7e228b52b63d327cc08d usr/lib/lx-office-erp/locale/fr/arap -e396c7beb43a016431af750f6ced8625 usr/lib/lx-office-erp/locale/fr/rp -14913790bfaa831ba3f83fab320be922 usr/lib/lx-office-erp/locale/fr/ic -a127c9b9e28ce79faf68dfe9af5572ed usr/lib/lx-office-erp/locale/fr/cp -091b5ee29c33de1b83e5c93db2f78484 usr/lib/lx-office-erp/locale/fr/login -6bf533fb34e310a1b1cb13b543e6f8dc usr/lib/lx-office-erp/locale/fr/gl -ee05c706aa9e853b0e547861f73bb823 usr/lib/lx-office-erp/locale/fr/all -80a713acc99d9bacc12b744c310e8edb usr/lib/lx-office-erp/locale/fr/ca -1dfa71426d0583fbe54c5b7d6cc6325b usr/lib/lx-office-erp/locale/fr/ap -62fa801b4480804ccd9d08f9ba7db872 usr/lib/lx-office-erp/locale/fr/am -d1c11fb8226b70c31aa2af5e626f193d usr/lib/lx-office-erp/locale/fr/io -edfb93aad2dcfaa69eea41933784df13 usr/lib/lx-office-erp/locale/fr/pe -6e3d42a38eb54681e1ebb3be5b74f98f usr/lib/lx-office-erp/locale/fr/admin -8e9ab7fb5106b8c49bffbb799101df64 usr/lib/lx-office-erp/locale/fr/is -9fcfdb760d0508d50e36d5aa407e1816 usr/lib/lx-office-erp/locale/fr/LANGUAGE.deactivated -1654d91b045b3d6a52005256d04c64fb usr/lib/lx-office-erp/locale/fr/menu -c55b9b4604434cc7baf5654843f07f7a usr/lib/lx-office-erp/locale/fr/rc -4eff35ab80fc766d557a14319e0e554f usr/lib/lx-office-erp/locale/fr/ct -b08b9e24448f594a93500188b19398e0 usr/lib/lx-office-erp/locale/fr/COPYING -fb5e669cc572a7bba3ddc8478509ef86 usr/lib/lx-office-erp/locale/fr/ar -8ca3aab9c333e50f3c459a93b15481b6 usr/lib/lx-office-erp/locale/fr/ir -c00ac019b744602485795c54bc5ea8ee usr/lib/lx-office-erp/locale/fr/oe -d6cc73257d2fe7319ce31428dff52616 usr/lib/lx-office-erp/locale/en/Pg-upgrade-2.2.0.28-2.2.0.29 -2143623981d93701c92cd984ca5f5fb9 usr/lib/lx-office-erp/locale/en/sepa -0d07ea9dcb82e9249f559281ea27503c usr/lib/lx-office-erp/locale/en/auth_enable_sales_all_edit -d3d781f82aec4a70d512819690b3534d usr/lib/lx-office-erp/locale/en/Pg-upgrade-2.2.0.36-2.2.0.37 -784955c49ed2f81869584e7e4aa4cc42 usr/lib/lx-office-erp/locale/en/warehouse -86cfeedb94d83647bb139a628cdde6c0 usr/lib/lx-office-erp/locale/en/menuXML -869bde4fb0acb3db9c9af85b02b1fc55 usr/lib/lx-office-erp/locale/en/Pg-upgrade-2.2.0.27-2.2.0.28 -7938b9e538c50ed40f74f96b71527f2d usr/lib/lx-office-erp/locale/en/arap -900e718e83f179fbb6eb1008ea0097eb usr/lib/lx-office-erp/locale/en/menuv3 -8bcf332ae5242f26f66cc18c044816b6 usr/lib/lx-office-erp/locale/en/amcvar -5526f89978aba1f8242595ea3e49c9ca usr/lib/lx-office-erp/locale/en/rp -7cb64793707343e01cf69e04ae35ed90 usr/lib/lx-office-erp/locale/en/ustva -6e48766971cd8ee2a8ee5c704291959f usr/lib/lx-office-erp/locale/en/reportgenerator -9f11b1e23b88c6c16a72800e108e0c9c usr/lib/lx-office-erp/locale/en/ic -20a86b9352a2a802d4f78c66d1867f53 usr/lib/lx-office-erp/locale/en/lost -9612aa61ad9f39a739814325ba6896cb usr/lib/lx-office-erp/locale/en/projects -d83dcfabeb5375a30380f9989e9313e9 usr/lib/lx-office-erp/locale/en/SKR04-3804-addition -d301f1806f84f7ffebeba1c9038c8786 usr/lib/lx-office-erp/locale/en/fu -f0adb2a09a93491a6dffe31943ff880b usr/lib/lx-office-erp/locale/en/cp -27a660cc763989c158fe1bf2e6656329 usr/lib/lx-office-erp/locale/en/missing -45f10b99872de12169a80f6349cd4f81 usr/lib/lx-office-erp/locale/en/login -9f673333e01ef870343daa930477583b usr/lib/lx-office-erp/locale/en/bankaccounts -42168b845645a3050ec65576d19f6104 usr/lib/lx-office-erp/locale/en/gl -2f60cfca19dea821f88c71a26bb15415 usr/lib/lx-office-erp/locale/en/Pg-upgrade-2.2.0.37-2.2.0.38 -0d07ea9dcb82e9249f559281ea27503c usr/lib/lx-office-erp/locale/en/rundungsfehler_korrigieren_BUG1328 -4fffad9bcff9c50edc15b55ca840683c usr/lib/lx-office-erp/locale/en/menunew -5399236bb59708644bcb63676b050e61 usr/lib/lx-office-erp/locale/en/wh -6aae66fee2d8328aa7e0f4f595e231f5 usr/lib/lx-office-erp/locale/en/all -330318f5ff8b2b8ae067a59633269827 usr/lib/lx-office-erp/locale/en/ca -c794d419a9279045a464bb201e1cbc27 usr/lib/lx-office-erp/locale/en/ap -077f57ae6bd3111d151e9a741ff49a21 usr/lib/lx-office-erp/locale/en/dn -3538b5f542c471f8bf835c586b1bd383 usr/lib/lx-office-erp/locale/en/am -4fe078edd4485ebad5b3e739b2284128 usr/lib/lx-office-erp/locale/en/cp_greeting_migration -128bcc04234128f770bb68c1586ddc65 usr/lib/lx-office-erp/locale/en/locales.pl -a4f45757ad8a85cb1acf5b85440a25ec usr/lib/lx-office-erp/locale/en/io -205518c13319932c5f8545fbc61ad92c usr/lib/lx-office-erp/locale/en/datev -68a41a0036ab5fb1a2abe4e478fe13be usr/lib/lx-office-erp/locale/en/pe -8b1cd07b8d6036e059950205af93f74e usr/lib/lx-office-erp/locale/en/acctranscorrections -f9070ceda51f756a8f593e1c1162826c usr/lib/lx-office-erp/locale/en/Pg-upgrade-2.2.0.31-2.2.0.32 -1608ead4314a564e56ea606239e09d77 usr/lib/lx-office-erp/locale/en/fix_acc_trans_ap_taxkey_bug -67e89f5c25d7d41159c8b5e691324f79 usr/lib/lx-office-erp/locale/en/bp -9c7bd92ddb2df26f4e0851735ff7e779 usr/lib/lx-office-erp/locale/en/todo -e03c94de85a41226b9f65420971f04b4 usr/lib/lx-office-erp/locale/en/admin -799a33b90c1f4ae153125388b1540c3e usr/lib/lx-office-erp/locale/en/is -0d07ea9dcb82e9249f559281ea27503c usr/lib/lx-office-erp/locale/en/add_more_constraints_fibu_projekt_xplace -77c593e87f5319913a35d3057fe16589 usr/lib/lx-office-erp/locale/en/menu -9f30d98609feed43224389cccd5472b2 usr/lib/lx-office-erp/locale/en/kopf -cd5e1e13f12927d85bcf7afd3c24e2b3 usr/lib/lx-office-erp/locale/en/LANGUAGE -665b440201dfb0574db6f6768bbcc6d8 usr/lib/lx-office-erp/locale/en/USTVA_at -b99b6fc37e78e2f480549d9e974a4921 usr/lib/lx-office-erp/locale/en/licenses -f89f7e4200790abd7a12b6fca11d2f90 usr/lib/lx-office-erp/locale/en/rc -fa38845550c84de89df66807c2c02445 usr/lib/lx-office-erp/locale/en/common -0d07ea9dcb82e9249f559281ea27503c usr/lib/lx-office-erp/locale/en/globalprojectnumber_ap_ar_oe -a13348b017da94ab626d0e285f1c8f2f usr/lib/lx-office-erp/locale/en/Pg-upgrade-2.2.0.20-2.2.0.21 -900e718e83f179fbb6eb1008ea0097eb usr/lib/lx-office-erp/locale/en/menuv4 -0c1f6a121aeb46ee5331bc1d9680fa53 usr/lib/lx-office-erp/locale/en/ct -a03ed4247fcfe3af63b537e916cc99d0 usr/lib/lx-office-erp/locale/en/COPYING -a41deffce595d0b7b8fe7735a9fd6964 usr/lib/lx-office-erp/locale/en/generictranslations -5bf50554b33efa8f7505dfea2079fb47 usr/lib/lx-office-erp/locale/en/drafts -db3efbc4c0e1c5426b189d204b7e6897 usr/lib/lx-office-erp/locale/en/USTVA_abstraction -e76337d5f44d4570ab97067d88925b23 usr/lib/lx-office-erp/locale/en/do -a6d8a5fe87ec6872ca95f1f6d79fb6cd usr/lib/lx-office-erp/locale/en/Pg-upgrade-2.2.0.25-2.2.0.26 -f51b513d0ec7be1cc44db01d4d4813c1 usr/lib/lx-office-erp/locale/en/amtemplates -9701f52f00671dbf8845e03b7803cb13 usr/lib/lx-office-erp/locale/en/installationcheck -e077f52f5cf11362fcd1203631b4a434 usr/lib/lx-office-erp/locale/en/ar -55f04b7dbb082f5380296d9937c396ee usr/lib/lx-office-erp/locale/en/Pg-upgrade-2.2.0.33-2.2.0.34 -83f4edec7ae77015ab91e66337f32bf6 usr/lib/lx-office-erp/locale/en/ir -73bc00de8791717645f4293500bac314 usr/lib/lx-office-erp/locale/en/oe -1709c803d99e5e5c63d0a663febcf994 usr/lib/lx-office-erp/locale/en/menujs -6565cef1a1a7f83ddcff772bc2a1171e usr/lib/lx-office-erp/locale/en/Pg-upgrade-2.2.0.19-2.2.0.20 -6dcc9dbc3a79dfc90e9f4d36d8023b5c usr/lib/lx-office-erp/VERSION -6a654f083fad0fc6bd787dc28270d681 usr/lib/lx-office-erp/kopf.pl -8c285fd14b60701cde4f2f67ebde2305 usr/lib/lx-office-erp/bin/mozilla/oe.pl -0400951aaf6ceea32d60a2863c8253e5 usr/lib/lx-office-erp/bin/mozilla/ca.pl -13b43989a62e8c1bd617cc4ae7870768 usr/lib/lx-office-erp/bin/mozilla/cp.pl -ce76adc70aed679167fc9f00c8cae1c0 usr/lib/lx-office-erp/bin/mozilla/amcvar.pl -a0f7a07e7c7a5a5e207e5d248aee6bd7 usr/lib/lx-office-erp/bin/mozilla/fu.pl -fbeb9c0e476918f8665e547af4e8263a usr/lib/lx-office-erp/bin/mozilla/ir.pl -b57732ca39ffe21311648d7f202b6a91 usr/lib/lx-office-erp/bin/mozilla/ustva.pl -ebac03e97f30b5915bce76cedf37be42 usr/lib/lx-office-erp/bin/mozilla/admin.pl -8714ac319d929276b2a8bba22d66f0e6 usr/lib/lx-office-erp/bin/mozilla/bp.pl -3f8e21e2f0b3f41aadae55a8ee4b5ed8 usr/lib/lx-office-erp/bin/mozilla/invoice_io.pl -91e6d4e823a08da85d6574ed84e35a34 usr/lib/lx-office-erp/bin/mozilla/drafts.pl -b9231beb8a1ab5b61baf83e3da17c9e1 usr/lib/lx-office-erp/bin/mozilla/generictranslations.pl -ef8fe202ac6a40a813d4e97cfa9103fd usr/lib/lx-office-erp/bin/mozilla/is.pl -26bad270f0ae2053b809fe90dc44be9a usr/lib/lx-office-erp/bin/mozilla/ap.pl -3c1136ccda2747dee42e8048eeaf2f62 usr/lib/lx-office-erp/bin/mozilla/wh.pl -027da41bc35f809350e7f50c07db07e5 usr/lib/lx-office-erp/bin/mozilla/reportgenerator.pl -e225197c9beebaa2ec79f8657b6d699f usr/lib/lx-office-erp/bin/mozilla/pe.pl -cba14ae67e3dcd77b48f77ba4857ba12 usr/lib/lx-office-erp/bin/mozilla/amtemplates.pl -c89a57bd13122cd0d8d3b3ee7406ca3d usr/lib/lx-office-erp/bin/mozilla/menuv4.pl -a0f2c17c3a324f104a93c7cd23eeca48 usr/lib/lx-office-erp/bin/mozilla/rp.pl -68e94549a7b4176a9bcb34e0c3047119 usr/lib/lx-office-erp/bin/mozilla/do.pl -427f2c3500eb54ad8502b6d8940d0268 usr/lib/lx-office-erp/bin/mozilla/.htaccess -4955dcbd391b74634bcc062f18f49004 usr/lib/lx-office-erp/bin/mozilla/sepa.pl -a846b32cea8efdfc5999d68ceeef957c usr/lib/lx-office-erp/bin/mozilla/common.pl -01da4c32b9b8ccd1b4b2a328d30a1a88 usr/lib/lx-office-erp/bin/mozilla/io.pl -da421d2426eb6352e22d37506151e2a9 usr/lib/lx-office-erp/bin/mozilla/dn.pl -cdf89ded4bf77177ad808d2f95b3c594 usr/lib/lx-office-erp/bin/mozilla/admin_groups.pl -b5a80a05467a501fee52d6de63ca48c7 usr/lib/lx-office-erp/bin/mozilla/am.pl -d2d92ad13fd101654249da33398fce46 usr/lib/lx-office-erp/bin/mozilla/projects.pl -684574800cf00bdf078e367c0de57b9b usr/lib/lx-office-erp/bin/mozilla/rc.pl -399d6ea917f1c24154f448f09cd6f312 usr/lib/lx-office-erp/bin/mozilla/installationcheck.pl -6d13120d2f2ebde59626bd3964031fa0 usr/lib/lx-office-erp/bin/mozilla/ic.pl -214ed5e2da4c6c9e024fa2bd7b6b9293 usr/lib/lx-office-erp/bin/mozilla/ct.pl -ac8eb7027807569a23bb78e11e3937d5 usr/lib/lx-office-erp/bin/mozilla/bankaccounts.pl -3783df00e20d495fd84c6ef1f5a5dbe0 usr/lib/lx-office-erp/bin/mozilla/arap.pl -279c36716939d20c61391e99eef82e6e usr/lib/lx-office-erp/bin/mozilla/menu.pl -e4a1d3fc633b4e2b2c4f9ad51faf8b4f usr/lib/lx-office-erp/bin/mozilla/kopf.pl -32a443468944dedcfbddffa983e189b8 usr/lib/lx-office-erp/bin/mozilla/acctranscorrections.pl -df3389acc4c8200f6dfbc194b072ba38 usr/lib/lx-office-erp/bin/mozilla/menuv3.pl -a3a3847b48f78b5a453af1b4958ed39b usr/lib/lx-office-erp/bin/mozilla/ar.pl -8ee4c6c593388b21b90f1de96681a542 usr/lib/lx-office-erp/bin/mozilla/datev.pl -b209af5f452be8bce83003cf830ee8cc usr/lib/lx-office-erp/bin/mozilla/menuXML.pl -601323c7e3655da615f34c9acc9f0085 usr/lib/lx-office-erp/bin/mozilla/licenses.pl -75cfd99bc5613d9a6069804a89df1990 usr/lib/lx-office-erp/bin/mozilla/gl.pl -b465565ebd55950acf90ec65463ce58b usr/lib/lx-office-erp/bin/mozilla/login.pl -433d7603a6fa773642f9853010264a91 usr/lib/lx-office-erp/bin/mozilla/menujs.pl -88e11120a67721bc921234797afbad1e usr/lib/lx-office-erp/bin/mozilla/menunew.pl -4448ef44b2238671118ad50b706deb6a usr/lib/lx-office-erp/bin/mozilla/todo.pl -4e2f31eee6c88adb22925d70d86e6cb2 usr/lib/lx-office-erp/index.html -9ea20a5c81b995093ec805a6d5a4de0b usr/lib/lx-office-erp/js/show_form_details.js -c3eccfb4ccb79d13796738e66d8e9ab3 usr/lib/lx-office-erp/js/wz_tooltip.js -94d061b03cd42c30b46c01dbeb8de942 usr/lib/lx-office-erp/js/dhtmlsuite/menu-for-applications.js -109ba9ac44430c7e5dfa2831e657ee6b usr/lib/lx-office-erp/js/jquery-autocomplete/jquery.autocomplete.pack.js -563c31ddb56257f87896d782e9d96973 usr/lib/lx-office-erp/js/parts_language_selection.js -d8f9c4444580d285972803eed7392b8f usr/lib/lx-office-erp/js/tabcontent.js -3363e3d0d58b778c1420be2e076c877f usr/lib/lx-office-erp/js/FormManager.js -e079e82e9b2d01f73293691954e382c9 usr/lib/lx-office-erp/js/customer_or_vendor_selection.js -fdf7fc6347e63cfbc6c336e2e7502e01 usr/lib/lx-office-erp/js/stock_in_out.js -9e5348e873b2c7e9389f13c4453f2af4 usr/lib/lx-office-erp/js/delivery_customer_selection.js -1a89273e16b40f1a5616461b0980debd usr/lib/lx-office-erp/js/common.js -80faf8e5a24a1b4fec6b817741c29641 usr/lib/lx-office-erp/js/vendor_selection.js -a9331828c517ac5d97f93b3cfdbcc9bc usr/lib/lx-office-erp/js/jquery/jquery-1.2.6.js -bb381e2d19d8eace86b34d20759491a5 usr/lib/lx-office-erp/js/jquery/jquery-1.3.2.min.js -b618d8c0a18b4f808cfaa08bba675679 usr/lib/lx-office-erp/js/calculate_qty.js -c57d1bb845d07dfb1d3f19597ef2dd38 usr/lib/lx-office-erp/js/dunning.js -196ecbfbc1ac18a24ad20b3a26f99bcc usr/lib/lx-office-erp/js/show_history.js -ef319c566a78c2a34c8f3a4f7e02759f usr/lib/lx-office-erp/js/part_selection.js -5e2f25f39bc838e8eec7d3d0c408d176 usr/lib/lx-office-erp/js/checkbox_utils.js -4e7480f4e1d77b731b1c4be6d9c3402f usr/lib/lx-office-erp/js/jquery.checkall.js -9454964285fbd9778da56690ccb6d502 usr/lib/lx-office-erp/js/follow_up.js -614f7b5e1ba1968df5b5aa4db076b3f5 usr/lib/lx-office-erp/js/jscalendar/calendar.js -622a9973a0db0f5e71dea8923c662901 usr/lib/lx-office-erp/js/jscalendar/calendar-setup.js -1f8c673c8f76832febaeeac88a5f4353 usr/lib/lx-office-erp/js/jscalendar/menuarrow2.gif -5319cdf259284bae393a655dbfe66ee7 usr/lib/lx-office-erp/js/jscalendar/calendar-win2k-1.css -a9868c0d85ce1cec22cadf007c3f0661 usr/lib/lx-office-erp/js/jscalendar/lang/calendar-ko-utf8.js -7ff36b7944c535271983566ac10a041b usr/lib/lx-office-erp/js/jscalendar/lang/calendar-en.js -8d3bc284f3c2bfad26b38c6224fbc1ca usr/lib/lx-office-erp/js/jscalendar/lang/calendar-hr-utf8.js -10409c671140a39b91e9f96dcedbe1b1 usr/lib/lx-office-erp/js/jscalendar/lang/calendar-hu.js -00e83a2121db4d21c059d3335f67eb42 usr/lib/lx-office-erp/js/jscalendar/lang/calendar-ca.js -a947e189174be4d737ac034abe9db957 usr/lib/lx-office-erp/js/jscalendar/lang/calendar-it.js -4ac0b8870fa93c6f49c183f71cd4baf9 usr/lib/lx-office-erp/js/jscalendar/lang/calendar-no.js -4df2bd769a1ebf7bb9ff4e634a80fd1c usr/lib/lx-office-erp/js/jscalendar/lang/calendar-pl-utf8.js -52dfa5a6118b2f7322fa46a3b098fab6 usr/lib/lx-office-erp/js/jscalendar/lang/calendar-tr.js -b47ddea3200306ace5d9493ef98eca8e usr/lib/lx-office-erp/js/jscalendar/lang/calendar-jp.js -76d3d0e80ee3f36e96875442567682cd usr/lib/lx-office-erp/js/jscalendar/lang/calendar-sv.js -b12c73d13c4048d9b3e11d591b979605 usr/lib/lx-office-erp/js/jscalendar/lang/calendar-fr.js -308381c1b3ebf1ae656b6cd2f6365a4d usr/lib/lx-office-erp/js/jscalendar/lang/calendar-si.js -06b3f5ddc2465af49ac476efdfead122 usr/lib/lx-office-erp/js/jscalendar/lang/calendar-lt.js -961a0dc397f4e845c1e26ed37ebe9840 usr/lib/lx-office-erp/js/jscalendar/lang/calendar-de.js -b2e4098f50eb62ad3fd4d44c1202c0b7 usr/lib/lx-office-erp/js/jscalendar/lang/calendar-ro.js -b38f5c1915147fbcd4d7e47c9205b478 usr/lib/lx-office-erp/js/jscalendar/lang/calendar-ru.js -c4430aa0d5b85133938924c3d07f11c8 usr/lib/lx-office-erp/js/jscalendar/lang/calendar-zh.js -48e3cfc1e0406e09b4d85bfb7d21723b usr/lib/lx-office-erp/js/jscalendar/lang/calendar-hr.js -8d0194ed53abae22c8e98d633aee4626 usr/lib/lx-office-erp/js/jscalendar/lang/calendar-fi.js -3556760402191331e9ebdc868992cf78 usr/lib/lx-office-erp/js/jscalendar/lang/calendar-cs-win.js -07b72300010fe3e1c3dbe1610f37277e usr/lib/lx-office-erp/js/jscalendar/lang/calendar-pl.js -782c204921fac0922f297d2418b05756 usr/lib/lx-office-erp/js/jscalendar/lang/calendar-sk.js -22bce81d786dfdbcc91654b23cb89afe usr/lib/lx-office-erp/js/jscalendar/lang/calendar-ko.js -c11f7ff9e2ef2d49c28f11ba0c9271b1 usr/lib/lx-office-erp/js/jscalendar/lang/calendar-lt-utf8.js -177f8bcab8ce4300dfffc1edbfa25e2c usr/lib/lx-office-erp/js/jscalendar/lang/calendar-pt.js -8eb26742d8354ca3833e9be4d72e3bec usr/lib/lx-office-erp/js/jscalendar/lang/calendar-el.js -fd800d23037eb366805e1ee287535531 usr/lib/lx-office-erp/js/jscalendar/lang/calendar-nl.js -b8fd8524ae91fe7a4d27742fb30eb9bc usr/lib/lx-office-erp/js/jscalendar/lang/calendar-sp.js -d32928037f8219f0c2ce2f4df86ab53c usr/lib/lx-office-erp/js/jscalendar/lang/calendar-es.js -14ba236068dd2666d30e1a34055e9e7e usr/lib/lx-office-erp/js/jscalendar/lang/calendar-da.js -82ab1eabcc24cba821b950d12aaba8b3 usr/lib/lx-office-erp/js/jscalendar/lang/calendar-du.js -bd1eac390421c6c7dc72a87bc5134c52 usr/lib/lx-office-erp/js/jscalendar/lang/calendar-br.js -65fc5963bf1f044c7f0d89be381cb87a usr/lib/lx-office-erp/js/jscalendar/lang/calendar-af.js -b5a91d7a2755198b2eb729541ad3288c usr/lib/lx-office-erp/js/jscalendar/menuarrow.gif -f6a2f4c7e410b86674259a7022ee8483 usr/lib/lx-office-erp/js/show_vc_details.js -54de5d0ad628a22673d4e0d3476fd650 usr/lib/lx-office-erp/js/highlight_input.js -68c7e4a0e6bd7b29a20f3ce5c674c692 usr/lib/lx-office-erp/login.pl -a3d21aa7caa8fb1cf944fba323bbcf64 usr/lib/lx-office-erp/scripts/templ2t8.pl -2b0bd2e592c5d9cf3c332d948ad88d43 usr/lib/lx-office-erp/scripts/pl2tmpl.pl -db18c467bcde1fea7b0bf9f78ad6e5ac usr/lib/lx-office-erp/scripts/dbupgrade2_tool.pl -2ac0172bc19c08880103c446065d913e usr/lib/lx-office-erp/scripts/mklinks.sh -545aa68e2fd14b31987d02bb8fcb4235 usr/lib/lx-office-erp/scripts/inst_postgres_deb.sh -b1211b80df6dd6752efdd70affe5d30d usr/lib/lx-office-erp/scripts/set_permissions.sh -cc059ba3cba92d5f209438505fee37d4 usr/lib/lx-office-erp/scripts/installation_check.pl -427f2c3500eb54ad8502b6d8940d0268 usr/lib/lx-office-erp/scripts/.htaccess -afc2c5effef63185c0c35a0c90e1bd64 usr/lib/lx-office-erp/scripts/oo-uno-convert-pdf.py -6dd3eb4f340d664022ccb3b93705b6cc usr/lib/lx-office-erp/scripts/spawn_oo.pl -4ad92c05eb9721c067853d4ad653f126 usr/lib/lx-office-erp/scripts/create_tags_file.pl -a33db483d8a52de658566383bda92406 usr/lib/lx-office-erp/scripts/oo-uno-test-conn.py -f688fe48f72f34b590e8665e28a2995a usr/lib/lx-office-erp/scripts/inst_postgres.sh -1fe072b39dfe698032087d2f2172aac9 usr/lib/lx-office-erp/scripts/find-use.pl -da1131d235c9f139df88b0f824d3e20e usr/lib/menu/lx-office-erp -ecd03d4720e07b05fb3c82ebf0e29fa2 var/lib/lx-office-erp/css/dhtmlsuite/menu-item.css -c78a6c04683f6e2ad7d81df48e6107b9 var/lib/lx-office-erp/css/dhtmlsuite/menu-bar.css -cc566a11541b6d93f73f02a12446e6a5 var/lib/lx-office-erp/css/menuv3.css -003024af51dcbc2b00970c403c6b06cd var/lib/lx-office-erp/css/csshover.htc -bd25e4a78b6d39d10f90cf7599c20733 var/lib/lx-office-erp/css/list_accounts.css -be1d30ab84e6915904a0f49abff6f32b var/lib/lx-office-erp/css/mn_hauptmenu.png -81e49e4ccde31c82bc859236a316fc31 var/lib/lx-office-erp/css/px_3.gif -a945d250a2e1bad598588b4076e9d6c4 var/lib/lx-office-erp/css/tabcontent.css -de2edb02e94df553bf3a305f8d32152a var/lib/lx-office-erp/css/Win2000.css -b0f4e91f8437f42c8be66ec1fb2a645a var/lib/lx-office-erp/css/lx-office-erp.css -0792ed83910ccb35ed026188876a6bf9 var/lib/lx-office-erp/css/menuv4.css -719c9f56c4acd5081ae30fe127a965e4 var/lib/lx-office-erp/css/jquery.autocomplete.css -f03ba6228fac2b78b04cbed21ddfe5be var/lib/lx-office-erp/css/Mobile.css -ecd0d264b6d2d7295ba0e1471784f632 var/lib/lx-office-erp/users/ustva-2006-2.pdf -d0f05f396bb021252070525c3c59268f var/lib/lx-office-erp/users/ustva-2005-1.pdf -82283d929d5154eb98896ab92fa1bfa4 var/lib/lx-office-erp/users/html2ps-config -8cf35a47e705ece7352b71289232a1f4 var/lib/lx-office-erp/users/ustva-2007-2.pdf -05296b1e4d5b7c5c7ce176d91fd249c4 var/lib/lx-office-erp/users/ustva-2004-1.pdf -6c25c0605f91a617991d46cc092565ee var/lib/lx-office-erp/users/ustva-2007-1.pdf -e142fa2df8b67fad4fd2462b95eaa0c4 var/lib/lx-office-erp/users/ustva-2008.pdf -959b825e2583ba05824e625f19751526 var/lib/lx-office-erp/users/.openoffice.org2/user/autotext/mytexts.bau -39f361607fccecbccd5a15bdab6fc7e9 var/lib/lx-office-erp/users/.openoffice.org2/user/registry/data/org/openoffice/Office/Views.xcu -a943baff842d3d84a647429e0b106e05 var/lib/lx-office-erp/users/.openoffice.org2/user/registry/data/org/openoffice/Office/Recovery.xcu -eb04237d3368f632967a99ba69c9a23f var/lib/lx-office-erp/users/.openoffice.org2/user/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu -9aca60ae0b2599742c3a9eb0bc8a38cf var/lib/lx-office-erp/users/.openoffice.org2/user/registry/data/org/openoffice/Office/Common.xcu -e9bc95097d320e12859afab36de1ffc9 var/lib/lx-office-erp/users/.openoffice.org2/user/registry/data/org/openoffice/Office/Linguistic.xcu -01a4b238577119cee66380a35df2307f var/lib/lx-office-erp/users/.openoffice.org2/user/registry/data/org/openoffice/Setup.xcu -0a8bb56fc873c195bf7117af925c7f08 var/lib/lx-office-erp/users/.openoffice.org2/user/registry/.gitignore -d9bfe6730dee4de6d494843c8d588de0 var/lib/lx-office-erp/users/.openoffice.org2/user/basic/Standard/Module1.xba -fb2a081383049c437f147a58a0be5529 var/lib/lx-office-erp/users/.openoffice.org2/user/basic/Standard/script.xlb -d80c8e4ee4e87d35190a89853a3ad8a3 var/lib/lx-office-erp/users/.openoffice.org2/user/basic/Standard/dialog.xlb -0715ee51dbc405548d4b35a4d373660e var/lib/lx-office-erp/users/.openoffice.org2/user/basic/script.xlc -e5558becf651c0149cee3874892f7f1b var/lib/lx-office-erp/users/.openoffice.org2/user/basic/dialog.xlc -579bdcf2ee81c4ff5dac39ab87e59b79 var/lib/lx-office-erp/users/.openoffice.org2/user/config/cmyk.soc -67c5be9af13f1de43265017e55c533f5 var/lib/lx-office-erp/users/.openoffice.org2/user/config/.gitignore -7fbfd948f6e00bdec1eeecf989cecdf6 var/lib/lx-office-erp/users/.openoffice.org2/user/config/classic_en-US.sog -5d9ab85612b3f9fc843ae65411380575 var/lib/lx-office-erp/users/.openoffice.org2/user/config/styles_de.sod -7cbb3ae8fab7fe26a2e5f9e24a3f8b1a var/lib/lx-office-erp/users/.openoffice.org2/user/config/soffice.cfg/global/accelerator/en-US/current.xml -8fc29bb098f0bd9560d26f3007ad75cd var/lib/lx-office-erp/users/.openoffice.org2/user/config/soffice.cfg/modules/swriter/accelerator/en-US/current.xml -5446a745f3bdd079a3185b3522935f57 var/lib/lx-office-erp/users/.openoffice.org2/user/config/gallery.soc -9a15deff3a10395b2b28b967488ea280 var/lib/lx-office-erp/users/.openoffice.org2/user/config/web.soc -5cfb06db5c833f84d9c2ef4f1a70a5d1 var/lib/lx-office-erp/users/.openoffice.org2/user/config/styles_en-US.sod -1b6de3b40a2f5fe455b591358fd0bdce var/lib/lx-office-erp/users/.openoffice.org2/user/config/hatching_de.soh -68bbf6f61f6c4ffedf391a9b9a78784b var/lib/lx-office-erp/users/.openoffice.org2/user/config/hatching_en-US.soh -17dbd5511dda546920761691e4e97088 var/lib/lx-office-erp/users/.openoffice.org2/user/config/arrowhd_de.soe -e69a59b816451e4feb5c756cc6064ddc var/lib/lx-office-erp/users/.openoffice.org2/user/config/autotbl.fmt -83778a92fc717ae68e5d5269f05a4a40 var/lib/lx-office-erp/users/.openoffice.org2/user/config/javasettings_Linux_x86.xml -3fa6042d9f65008a9ffbdd208ca6bf4d var/lib/lx-office-erp/users/.openoffice.org2/user/config/arrowhd_en-US.soe -25c7b628c2800dcf5be464d35c56ccf5 var/lib/lx-office-erp/users/.openoffice.org2/user/config/palette_de.soc -25c7b628c2800dcf5be464d35c56ccf5 var/lib/lx-office-erp/users/.openoffice.org2/user/config/palette_en-US.soc -1b7c8b9bc0555e1a1b7e2706021b6c87 var/lib/lx-office-erp/users/.openoffice.org2/user/config/classic_de.sog -d98d41cb6c30fbdcabb66f33d3ce6a0a var/lib/lx-office-erp/users/.openoffice.org2/user/config/modern_de.sog -e080018f69bba7a0316a89011b592a13 var/lib/lx-office-erp/users/.openoffice.org2/user/config/sun-color.soc -8e6544ab04f7a25ceb04dd2926caafe5 var/lib/lx-office-erp/users/.openoffice.org2/user/config/html.soc -ff480c800270faceb67ca0d450e95e4c var/lib/lx-office-erp/users/.openoffice.org2/user/config/modern_en-US.sog -17152b3c0e7ed9365b47b416e51d1c26 var/lib/lx-office-erp/users/.openoffice.org2/user/psprint/.gitignore -8b8d464bbb760ac4987cdd5b711ff2ad var/lib/lx-office-erp/users/.openoffice.org2/user/gallery/sg30.thm -58b26eb6ab03be973425381f1de81aeb var/lib/lx-office-erp/users/.openoffice.org2/user/gallery/sg100.sdv -e0288e17058cc63505da7b616ffa89ab var/lib/lx-office-erp/users/.openoffice.org2/user/gallery/sg100.thm -58b26eb6ab03be973425381f1de81aeb var/lib/lx-office-erp/users/.openoffice.org2/user/gallery/sg30.sdv -693a6b781302eafcee0e80de3754e322 var/lib/lx-office-erp/users/ustva-2005-2.pdf -f01e6c93fef4e7a684fb93116c9d5b98 var/lib/lx-office-erp/users/ustva-2006-1.pdf -617c0ee6f5108ddcc79366ab299a1abb var/lib/lx-office-erp/users/ustva-2004-2.pdf -803134d259ffb93c5678635c0369489f var/lib/lx-office-erp/templates/French-invoice.tex -36c24055cbf3b50b2a16b5498ac9f6d1 var/lib/lx-office-erp/templates/Service-invoice.html -2416956035c3bbb9c9d9a98a35e7830d var/lib/lx-office-erp/templates/German-purchase_order.tex -9fb9ad5038aadb2e68492042fc93a1b1 var/lib/lx-office-erp/templates/German-request_quotation.html -6f81ff6f4639eefe6816e7288374a28b var/lib/lx-office-erp/templates/German-receipt.tex -cd6c925a129e52a543f280adacacac30 var/lib/lx-office-erp/templates/Service-invoice.tex -906dbc9cf780686f2c473efac41d761e var/lib/lx-office-erp/templates/German-bin_list.html -be606e8148a8813ef1ed8765b5426bfb var/lib/lx-office-erp/templates/Service-purchase_order.html -95dc23a518a86c48d8a29fe3eb3a072c var/lib/lx-office-erp/templates/Service-packing_list.tex -2b8962a89146dd265602ee59b47f3481 var/lib/lx-office-erp/templates/Default-sales_order.tex -5f91001607e48252244a87fe3003e0f6 var/lib/lx-office-erp/templates/German-ustva.tex -8ef5aeba77699a3b5aee9003840ef183 var/lib/lx-office-erp/templates/French-income_statement.html -8e0cceb4f8a232755a7cd597c230f948 var/lib/lx-office-erp/templates/Default-pick_list.tex -a02c9766f3399107f448d27f5cd26328 var/lib/lx-office-erp/templates/Default-request_quotation.html -b58ec93d42358e9da6c4d96a2ae3b2eb var/lib/lx-office-erp/templates/Default-bin_list.html -65023246ae43cb6a875841e4df766de1 var/lib/lx-office-erp/templates/German-sales_quotation.tex -0543dec8fe7097f2500087d4c526e22f var/lib/lx-office-erp/templates/German-ustva-2005.tex -155dc470337c0d189968c8ded25e1cfa var/lib/lx-office-erp/templates/Default-receipt.tex -9fe843c4044325fac0a26487613cf34f var/lib/lx-office-erp/templates/German-ustva.html -680dc56398eba4c8371de8b316a3fb7e var/lib/lx-office-erp/templates/Default-sales_order.html -8c8f5f238070be5ccf143548206755b0 var/lib/lx-office-erp/templates/German-balance_sheet.html -719c94a82e43504e7641e0da4c8335f4 var/lib/lx-office-erp/templates/French-purchase_order.tex -d27ba810a3400b2633ac8cfb437823cc var/lib/lx-office-erp/templates/German-bwa.html -c567304bdcc3ed9c605bf58e04989800 var/lib/lx-office-erp/templates/Default-request_quotation.tex -93dc30d65ff774108927d787b88fc6a4 var/lib/lx-office-erp/templates/Service-packing_list.html -d5969ffaf08e4a6d318f0c77cc2e207a var/lib/lx-office-erp/templates/Default-purchase_order.html -fe072665d329e6f162c35aba5f427050 var/lib/lx-office-erp/templates/Default-purchase_order.tex -fbc958a053232aee2f3b6c73254354d9 var/lib/lx-office-erp/templates/webpages/sepa/bank_transfer_create_en.html -f3a7205e97c136f9e3060726fd546f58 var/lib/lx-office-erp/templates/webpages/sepa/bank_transfer_add_en.html -dd786affbaa8023c049e9495f517f11a var/lib/lx-office-erp/templates/webpages/sepa/bank_transfer_mark_as_closed_step1_de.html -724c880c446ac8ec1bee55c3b544c8f6 var/lib/lx-office-erp/templates/webpages/sepa/bank_transfer_created_master.html -3e5ce9b3230352870c5d9ff36b6ea265 var/lib/lx-office-erp/templates/webpages/sepa/bank_transfer_search_en.html -9cc064b33d895250011f857dd8cc662b var/lib/lx-office-erp/templates/webpages/sepa/bank_transfer_list_bottom_master.html -63dbd89a5ddaca7168540bf00955393c var/lib/lx-office-erp/templates/webpages/sepa/bank_transfer_list_top_en.html -8ce2c7afde67e07622cd9af76ce65791 var/lib/lx-office-erp/templates/webpages/sepa/bank_transfer_created_de.html -63dbd89a5ddaca7168540bf00955393c var/lib/lx-office-erp/templates/webpages/sepa/bank_transfer_list_top_de.html -66359e03f660efae17b95baba6b27604 var/lib/lx-office-erp/templates/webpages/sepa/bank_transfer_list_bottom_en.html -04d0b2b0727abbfef8c51fce97a4bb02 var/lib/lx-office-erp/templates/webpages/sepa/bank_transfer_add_master.html -d27d429f5049a11b1e7b60a9569e6a83 var/lib/lx-office-erp/templates/webpages/sepa/bank_transfer_edit_de.html -8078ef67c1bb99862681ee18a2352c91 var/lib/lx-office-erp/templates/webpages/sepa/bank_transfer_mark_as_closed_step1_master.html -63dbd89a5ddaca7168540bf00955393c var/lib/lx-office-erp/templates/webpages/sepa/bank_transfer_list_top_master.html -cc0fc47dd092a21f68f925830949954d var/lib/lx-office-erp/templates/webpages/sepa/bank_transfer_created_en.html -e0ce9ede02214dd5f08d9d942a8e8248 var/lib/lx-office-erp/templates/webpages/sepa/bank_transfer_mark_as_closed_step1_en.html -f5a3b5216fab315ff6fef90ac5bd95fb var/lib/lx-office-erp/templates/webpages/sepa/bank_transfer_create_de.html -bab9633146f19f46d8e89aead72a9633 var/lib/lx-office-erp/templates/webpages/sepa/bank_transfer_edit_en.html -a17fb51217cf9076853a6f59928f977f var/lib/lx-office-erp/templates/webpages/sepa/bank_transfer_add_de.html -4e5eb6c9504a7dc86558c90275fd8f3a var/lib/lx-office-erp/templates/webpages/sepa/bank_transfer_edit_master.html -cbdaceae40405abd08e7be991a0108ce var/lib/lx-office-erp/templates/webpages/sepa/bank_transfer_search_master.html -ac2505a70b453ac2c3e1caefa282a255 var/lib/lx-office-erp/templates/webpages/sepa/bank_transfer_search_de.html -9d5f4713dc7b2f01b5d1cd6ce0bf2c1b var/lib/lx-office-erp/templates/webpages/sepa/bank_transfer_list_bottom_de.html -c9b9a64224cc2c1cb7c243b66fbd7aca var/lib/lx-office-erp/templates/webpages/sepa/bank_transfer_create_master.html -7f3e661bc2ea64a8ffdb7ebe96e32422 var/lib/lx-office-erp/templates/webpages/webdav/_list_en.html -7f3e661bc2ea64a8ffdb7ebe96e32422 var/lib/lx-office-erp/templates/webpages/webdav/_list_de.html -7f3e661bc2ea64a8ffdb7ebe96e32422 var/lib/lx-office-erp/templates/webpages/webdav/_list_master.html -e3309ba3fd847651c247c63684bd5744 var/lib/lx-office-erp/templates/webpages/dunning/edit_config_master.html -73dde9461f8c065dd1e508b60f36aa46 var/lib/lx-office-erp/templates/webpages/dunning/add_master.html -4f3f3493091386988875289c859f26c1 var/lib/lx-office-erp/templates/webpages/dunning/add_en.html -def2c1f69e9d16b2e406faf895d02442 var/lib/lx-office-erp/templates/webpages/dunning/edit_config_de.html -44c973a50793d2023aad14cb4687491e var/lib/lx-office-erp/templates/webpages/dunning/edit_config_en.html -7a4142b397091851e8aea0d88b98f3c3 var/lib/lx-office-erp/templates/webpages/dunning/set_email_master.html -a88fab05fade7a22897f3339b561e7e7 var/lib/lx-office-erp/templates/webpages/dunning/set_email_en.html -9bf1c38022f81b14779effed1be6524b var/lib/lx-office-erp/templates/webpages/dunning/show_dunning_bottom_en.html -87757e479caab80cfe8aaf737dcc8c91 var/lib/lx-office-erp/templates/webpages/dunning/show_dunning_top_master.html -ece59b8f7cdb58976c17d16225c35c17 var/lib/lx-office-erp/templates/webpages/dunning/set_email_de.html -863b4eba8760750b887925042f5d5bb9 var/lib/lx-office-erp/templates/webpages/dunning/show_invoices_en.html -d5009cf057286bc912cdf8416828b8bb var/lib/lx-office-erp/templates/webpages/dunning/show_dunning_bottom_master.html -5d763899244976a20e19979186e3e173 var/lib/lx-office-erp/templates/webpages/dunning/add_de.html -3baad6438ee8409b8df27178901a4395 var/lib/lx-office-erp/templates/webpages/dunning/show_dunning_bottom_de.html -87757e479caab80cfe8aaf737dcc8c91 var/lib/lx-office-erp/templates/webpages/dunning/show_dunning_top_en.html -87757e479caab80cfe8aaf737dcc8c91 var/lib/lx-office-erp/templates/webpages/dunning/show_dunning_top_de.html -f88e19ba8c7e1547163c11cae7aede6c var/lib/lx-office-erp/templates/webpages/dunning/search_en.html -e283097c5cfd3fb2911cd3ee23f566d1 var/lib/lx-office-erp/templates/webpages/dunning/show_invoices_master.html -40ddbb06460701082f919ac35bb0551c var/lib/lx-office-erp/templates/webpages/dunning/search_de.html -5112478bb3b9db82b71922940dea5628 var/lib/lx-office-erp/templates/webpages/dunning/show_invoices_de.html -b935449c161a1630ad77e6fb3ef4d834 var/lib/lx-office-erp/templates/webpages/dunning/search_master.html -b506e64afbb08e0738212eaf1348c0f6 var/lib/lx-office-erp/templates/webpages/amcvar/search_filter_master.html -8b14dbd2fc59e24ddd41dd44e15b1431 var/lib/lx-office-erp/templates/webpages/amcvar/render_checkboxes_master.html -71cb2931ef543747d58d52b5007cb900 var/lib/lx-office-erp/templates/webpages/amcvar/display_cvar_config_form_de.html -688516753eeb1d9a267e6836d71fbdd6 var/lib/lx-office-erp/templates/webpages/amcvar/search_include_master.html -8b14dbd2fc59e24ddd41dd44e15b1431 var/lib/lx-office-erp/templates/webpages/amcvar/render_checkboxes_en.html -d2c3131fc6e63c1087a7f5127958a213 var/lib/lx-office-erp/templates/webpages/amcvar/render_inputs_de.html -8b14dbd2fc59e24ddd41dd44e15b1431 var/lib/lx-office-erp/templates/webpages/amcvar/render_checkboxes_de.html -1475e663c353c9f488e9ad75d9ec2882 var/lib/lx-office-erp/templates/webpages/amcvar/search_filter_en.html -688516753eeb1d9a267e6836d71fbdd6 var/lib/lx-office-erp/templates/webpages/amcvar/search_include_en.html -688516753eeb1d9a267e6836d71fbdd6 var/lib/lx-office-erp/templates/webpages/amcvar/search_include_de.html -7a1639b6ed6fa59199c79c860c595473 var/lib/lx-office-erp/templates/webpages/amcvar/list_cvar_configs_en.html -2bdecbfb2f5f48ba1a71606663f9b1a2 var/lib/lx-office-erp/templates/webpages/amcvar/render_inputs_en.html -7cbf07b4ac6ebe9082ed4d3de398c61d var/lib/lx-office-erp/templates/webpages/amcvar/render_inputs_master.html -0ae4153c9d55ef04f324fdb0357971bf var/lib/lx-office-erp/templates/webpages/amcvar/list_cvar_configs_master.html -01740d5fa5c561e4dedf2660eaa1d862 var/lib/lx-office-erp/templates/webpages/amcvar/display_cvar_config_form_en.html -86187e1024dde27e99632f8331362631 var/lib/lx-office-erp/templates/webpages/amcvar/list_cvar_configs_de.html -d18d6af162b2685dbc98f196507ff7ae var/lib/lx-office-erp/templates/webpages/amcvar/search_filter_de.html -b64dec7b5de53023502ccd522d864196 var/lib/lx-office-erp/templates/webpages/amcvar/display_cvar_config_form_master.html -c5641986e684de0049f57e55a7044748 var/lib/lx-office-erp/templates/webpages/rp/html_report_susa_de.html -38ed4c66cb6cc6f4bd59079c50d2decf var/lib/lx-office-erp/templates/webpages/rp/balance_sheet_en.html -160601a28330cf7e597283829d1db674 var/lib/lx-office-erp/templates/webpages/rp/balance_sheet_de.html -e0bcec1d76377a5dc5c7af3a05c45628 var/lib/lx-office-erp/templates/webpages/rp/aging_ar_bottom_de.html -5d1a20ed5bc0a6a8a23d911236cafa03 var/lib/lx-office-erp/templates/webpages/rp/html_report_susa_master.html -bdf5fe431535103be593268c7c864965 var/lib/lx-office-erp/templates/webpages/rp/aging_ar_top_en.html -c50e0a7955db090f657905029483e50d var/lib/lx-office-erp/templates/webpages/rp/aging_ar_bottom_master.html -31d407b9d20159c3acffda1ea9681610 var/lib/lx-office-erp/templates/webpages/rp/html_report_susa_en.html -bdf5fe431535103be593268c7c864965 var/lib/lx-office-erp/templates/webpages/rp/aging_ar_top_de.html -6409c1dbd53c1a0b81fe6b7f8934faf8 var/lib/lx-office-erp/templates/webpages/rp/balance_sheet_master.html -e3e5dffaec7478e0aa1d21ea5aedc9e0 var/lib/lx-office-erp/templates/webpages/rp/aging_ar_bottom_en.html -bdf5fe431535103be593268c7c864965 var/lib/lx-office-erp/templates/webpages/rp/aging_ar_top_master.html -f385e2f79ecfbded68a276fcf31d2968 var/lib/lx-office-erp/templates/webpages/dbupgrade/buchungsgruppen_parts_de.html -1e12adc743a445942c303d92ae5bf90e var/lib/lx-office-erp/templates/webpages/dbupgrade/coa_guess_master.html -575748bb2612205ac1db854f267614e0 var/lib/lx-office-erp/templates/webpages/dbupgrade/buchungsgruppen_services_master.html -60d467fd643b77e726fe26e1d29e9c52 var/lib/lx-office-erp/templates/webpages/dbupgrade/buchungsgruppen_services_done_en.html -764f8eba7f4242c9225830e7ecb8f77e var/lib/lx-office-erp/templates/webpages/dbupgrade/warehouse_form_de.html -d7b1712c89c841a57c70c15019120636 var/lib/lx-office-erp/templates/webpages/dbupgrade/upgrade_message2_en.html -428ab2c02887084ce43978859b263cc9 var/lib/lx-office-erp/templates/webpages/dbupgrade/buchungsgruppen_assemblies_en.html -3aecaff36da06f396db14eeccc7fa8fb var/lib/lx-office-erp/templates/webpages/dbupgrade/units_parts_master.html -f7375b7ce144f6ce9209303a70b81a8b var/lib/lx-office-erp/templates/webpages/dbupgrade/buchungsgruppen_footer_de.html -c43fcee53c430be80b545a40b0037097 var/lib/lx-office-erp/templates/webpages/dbupgrade/buchungsgruppen_assemblies_done_de.html -fff669bfd84d8e48dae1c88005d951a7 var/lib/lx-office-erp/templates/webpages/dbupgrade/buchungsgruppen_parts_done_en.html -4c3ca3c262ddb2f6da5fdf3ae958f02f var/lib/lx-office-erp/templates/webpages/dbupgrade/units_parts_en.html -9efa5dabdc54b3a05f6f1d368fc1b755 var/lib/lx-office-erp/templates/webpages/dbupgrade/buchungsgruppen_assemblies_done_en.html -1f37a58dc9eea704cb127c93fcba03b6 var/lib/lx-office-erp/templates/webpages/dbupgrade/units_services_done_en.html -a23e8602e9d4049cc6998f22143acd23 var/lib/lx-office-erp/templates/webpages/dbupgrade/std_buchungsgruppen_unknown_coa_de.html -17ff5065d820455c050e5fc8a91e9cc6 var/lib/lx-office-erp/templates/webpages/dbupgrade/upgrade_message2_de.html -5a5ef048463a7ef37303c71edfdc9145 var/lib/lx-office-erp/templates/webpages/dbupgrade/upgrade_message2_master.html -107f01aebdb9bdfaef1c16771585ad85 var/lib/lx-office-erp/templates/webpages/dbupgrade/units_set_default_master.html -3621d663bf5836048646b82a63fe5594 var/lib/lx-office-erp/templates/webpages/dbupgrade/warehouse_form_en.html -2551c2a46373f0ecaa555294aee144f5 var/lib/lx-office-erp/templates/webpages/dbupgrade/units_services_done_de.html -ab1012b068cd7c30df034c4882748143 var/lib/lx-office-erp/templates/webpages/dbupgrade/buchungsgruppen_parts_done_master.html -29fcd61f68fc03810c7d7d3965dcfebf var/lib/lx-office-erp/templates/webpages/dbupgrade/units_set_default_de.html -c75e3089548a09365100b4a050d8a29a var/lib/lx-office-erp/templates/webpages/dbupgrade/coa_guess_en.html -9eac0b5c72f60b211cc7191c338821af var/lib/lx-office-erp/templates/webpages/dbupgrade/warning_de.html -f4ffa3b2a68bee7a110ebe43f01b4564 var/lib/lx-office-erp/templates/webpages/dbupgrade/warning_en.html -863c145d1daef9e2aa35fd44101d1335 var/lib/lx-office-erp/templates/webpages/dbupgrade/cp_greeting_update_form_en.html -f2bd7aafcba7f83e7417ece85946738b var/lib/lx-office-erp/templates/webpages/dbupgrade/buchungsgruppen_header_master.html -91e031a49da062959953bdcc925ced82 var/lib/lx-office-erp/templates/webpages/dbupgrade/units_error_en.html -fa7c7c87f1c2f0e1d4ff55d224b6eed3 var/lib/lx-office-erp/templates/webpages/dbupgrade/units_parts_de.html -f864262764563dcdcb00bbf7f6ca0a58 var/lib/lx-office-erp/templates/webpages/dbupgrade/buchungsgruppen_assemblies_de.html -44838dd39a8da9c79c574c76a3065980 var/lib/lx-office-erp/templates/webpages/dbupgrade/buchungsgruppen_header_en.html -a801918b9caf4d9c8e662355eaa36772 var/lib/lx-office-erp/templates/webpages/dbupgrade/units_error_master.html -45dea7e45a54abb822371be3515bff6a var/lib/lx-office-erp/templates/webpages/dbupgrade/footer_de.html -757e0fe1bb8e8332f8a4e84a65a99c0c var/lib/lx-office-erp/templates/webpages/dbupgrade/std_buchungsgruppen_unknown_coa_en.html -fae4de80a5b741647fe5616daa495472 var/lib/lx-office-erp/templates/webpages/dbupgrade/SKR04_3804_update_en.html -27a1b29370ce43742cdb0d65533efba7 var/lib/lx-office-erp/templates/webpages/dbupgrade/buchungsgruppen_parts_master.html -86a711f91b021bea6ee57682fbd21770 var/lib/lx-office-erp/templates/webpages/dbupgrade/units_set_default_done_de.html -42d065f139bf27eff1a5cbf233248144 var/lib/lx-office-erp/templates/webpages/dbupgrade/buchungsgruppen_parts_done_de.html -a3570949c98e21e77c53c8df49a4c047 var/lib/lx-office-erp/templates/webpages/dbupgrade/header_en.html -80fc76a983ac0b0968dd32d0c8fb8c10 var/lib/lx-office-erp/templates/webpages/dbupgrade/buchungsgruppen_services_done_de.html -ecdbfc108ea7a8bcf23024c04df0b653 var/lib/lx-office-erp/templates/webpages/dbupgrade/units_header_master.html -4ea96d795a5e0772f467b46b74b9ef64 var/lib/lx-office-erp/templates/webpages/dbupgrade/update_templates_warnings_master.html -42f58c81a4e640f18f5b73372e8c2529 var/lib/lx-office-erp/templates/webpages/dbupgrade/buchungsgruppen_services_done_master.html -fabfa40e85d5bdb5d1ec9fc04a8968dd var/lib/lx-office-erp/templates/webpages/dbupgrade/units_error_de.html -233863657c28868b82beecbe59711976 var/lib/lx-office-erp/templates/webpages/dbupgrade/header_de.html -0e72ca93e1934295bc624406d8fc407b var/lib/lx-office-erp/templates/webpages/dbupgrade/SKR04_3804_update_de.html -d762eec09bb7f33de346e7d86a7fcdcf var/lib/lx-office-erp/templates/webpages/dbupgrade/units_parts_done_de.html -990140ad52135c35b4b22cc79e741ab9 var/lib/lx-office-erp/templates/webpages/dbupgrade/std_buchungsgruppen_unknown_coa_master.html -58ebd87657d857e968f2763943d2ecac var/lib/lx-office-erp/templates/webpages/dbupgrade/coa_guess_de.html -1c73b14e80185aa1eba014f925acacf2 var/lib/lx-office-erp/templates/webpages/dbupgrade/units_header_en.html -f0b25a31ec28f701c20f135cbf69fe31 var/lib/lx-office-erp/templates/webpages/dbupgrade/header_master.html -7625304367172d726746c6773ddfde61 var/lib/lx-office-erp/templates/webpages/dbupgrade/SKR04_3804_already_exists_en.html -16c10e3a522b6cf58bc54defad2ae224 var/lib/lx-office-erp/templates/webpages/dbupgrade/error_en.html -0430daa342de4c3d8096fffe3d90dfdd var/lib/lx-office-erp/templates/webpages/dbupgrade/units_services_en.html -6334d4b5e30f048a044d5c53d0c24d78 var/lib/lx-office-erp/templates/webpages/dbupgrade/warning_master.html -0ec37b486eb320dd399da3c259d4afb1 var/lib/lx-office-erp/templates/webpages/dbupgrade/warehouse_form_master.html -3be376f64e37b18333f21cd0426f26aa var/lib/lx-office-erp/templates/webpages/dbupgrade/cp_greeting_update_form_de.html -9c8876166a45e31e26f230f25e3cb39f var/lib/lx-office-erp/templates/webpages/dbupgrade/error_de.html -e1cbb66b5a8f2f4d279407d25567c31d var/lib/lx-office-erp/templates/webpages/dbupgrade/buchungsgruppen_parts_en.html -dac96aadbb8e5fd355570d1cabb9195d var/lib/lx-office-erp/templates/webpages/dbupgrade/buchungsgruppen_footer_en.html -b88ac035d74d7deb2bf380288431de72 var/lib/lx-office-erp/templates/webpages/dbupgrade/buchungsgruppen_header_de.html -177ee123f4cd1e2e678883286d1a3704 var/lib/lx-office-erp/templates/webpages/dbupgrade/units_parts_done_en.html -ce26fa98ef0d54cdacfb9a6167b694af var/lib/lx-office-erp/templates/webpages/dbupgrade/error_master.html -b651f0eabf126383bee9cf380c768b30 var/lib/lx-office-erp/templates/webpages/dbupgrade/footer_master.html -5f8b29ff70c1bbb6e5cafa351b754197 var/lib/lx-office-erp/templates/webpages/dbupgrade/units_set_default_done_en.html -8966ec6abb0c1c260ae1c8cd40911b27 var/lib/lx-office-erp/templates/webpages/dbupgrade/cp_greeting_update_form_master.html -d74f15db3d2f67367276926026d20481 var/lib/lx-office-erp/templates/webpages/dbupgrade/SKR04_3804_already_exists_de.html -7069b6a2bf1ff21ba980c86674fb7a1e var/lib/lx-office-erp/templates/webpages/dbupgrade/SKR04_3804_update_master.html -ce50b6710b1539827c97091e9d1ed173 var/lib/lx-office-erp/templates/webpages/dbupgrade/SKR04_3804_already_exists_master.html -6596c1333c7e19fe06cbf192101fc921 var/lib/lx-office-erp/templates/webpages/dbupgrade/buchungsgruppen_services_de.html -b792995be843a6c1d7e1a74f715dea73 var/lib/lx-office-erp/templates/webpages/dbupgrade/units_header_de.html -af57b48822dc7f30570f9ad24a5e5936 var/lib/lx-office-erp/templates/webpages/dbupgrade/buchungsgruppen_assemblies_master.html -b5379d08db9e0001198ba453f79c9667 var/lib/lx-office-erp/templates/webpages/dbupgrade/footer_en.html -4e534b2e34873c469a92b29284eb5c8e var/lib/lx-office-erp/templates/webpages/dbupgrade/units_parts_done_master.html -387d78f5db797f5db7948b4b924dd4a8 var/lib/lx-office-erp/templates/webpages/dbupgrade/units_set_default_en.html -77e4a1dbef0350966b62801bd36e9e30 var/lib/lx-office-erp/templates/webpages/dbupgrade/buchungsgruppen_assemblies_done_master.html -a5a99e229ef3d06317dbf066bc4c34c7 var/lib/lx-office-erp/templates/webpages/dbupgrade/buchungsgruppen_footer_master.html -a8d5f18e5343fce77a56e4afdc6277e3 var/lib/lx-office-erp/templates/webpages/dbupgrade/buchungsgruppen_services_en.html -3a73adedd3c905102e9f084bae211cae var/lib/lx-office-erp/templates/webpages/dbupgrade/units_services_master.html -35225a31bd62538c715b8db509ab803e var/lib/lx-office-erp/templates/webpages/dbupgrade/units_services_done_master.html -994107ad95bccb9f8f4d1c31c76b5f09 var/lib/lx-office-erp/templates/webpages/dbupgrade/units_set_default_done_master.html -87d24e5cfb8e86bf74892b0ff29043c5 var/lib/lx-office-erp/templates/webpages/dbupgrade/units_services_de.html -be19e3118bd23ec1264ffc055f052646 var/lib/lx-office-erp/templates/webpages/dbupgrade/update_templates_warnings_en.html -b3690f99c8093fc421190fcd0e78d3dc var/lib/lx-office-erp/templates/webpages/dbupgrade/update_templates_warnings_de.html -c69ede943aed109cf62e9b0fa794a827 var/lib/lx-office-erp/templates/webpages/ustva/config_step2_en.html -51ad9ebc8c214d321cfca0f2792b151a var/lib/lx-office-erp/templates/webpages/ustva/config_step1_en.html -0e35704a8cb2642dc1ebfafe9149b6d0 var/lib/lx-office-erp/templates/webpages/ustva/config_step1_de.html -313500434dd3c0019cb9c4d8776dc61a var/lib/lx-office-erp/templates/webpages/ustva/generic_taxreport_de.html -a4d0be48defb966cdebd199466322a6c var/lib/lx-office-erp/templates/webpages/ustva/generic_taxreport_master.html -e81d592753aee76e1e07334b968c7c33 var/lib/lx-office-erp/templates/webpages/ustva/config_step2_master.html -2dfcff14adf3598fafb6d1a5580ffd83 var/lib/lx-office-erp/templates/webpages/ustva/report_master.html -e94b5122fc9e913c9609ce55de13b316 var/lib/lx-office-erp/templates/webpages/ustva/report_en.html -c42755086ebd35e3239a726f9a5a4ed9 var/lib/lx-office-erp/templates/webpages/ustva/config_step2_de.html -0fd7bf5875c8d01abc35c62e9c0778f3 var/lib/lx-office-erp/templates/webpages/ustva/config_step1_master.html -805dc79abb2380b526ff684598521a4a var/lib/lx-office-erp/templates/webpages/ustva/generic_taxreport_en.html -d91a0c5a8ee528b0fe0b7946cb91f94c var/lib/lx-office-erp/templates/webpages/ustva/report_de.html -1ea10f656e406d04eac1d162e7051257 var/lib/lx-office-erp/templates/webpages/ic/form_header_master.html -fbc043124826cd71f4ce0a5f046de3c8 var/lib/lx-office-erp/templates/webpages/ic/ajax_autocomplete_en.html -4f6acdc63ea9ac8c7c27c027d44ea32d var/lib/lx-office-erp/templates/webpages/ic/search_update_prices_de.html -2de5466636f55eafcfc6ae2b39dea90c var/lib/lx-office-erp/templates/webpages/ic/generate_report_bottom_de.html -605a965665fd9f173d8a28a0e8007419 var/lib/lx-office-erp/templates/webpages/ic/choice_master.html -48700bf6a6eb266eb98cbb31a2319abb var/lib/lx-office-erp/templates/webpages/ic/assembly_row_de.html -c1c65d9590eecfa372e76ca904a3b169 var/lib/lx-office-erp/templates/webpages/ic/generate_report_bottom_master.html -075c3092c7249267166a0bccf002ad7a var/lib/lx-office-erp/templates/webpages/ic/makemodel_master.html -66d40f6a3adbee0ea7d64fed057b1375 var/lib/lx-office-erp/templates/webpages/ic/assembly_row_master.html -b782c645b1b8bf99081cd97c6cdfc779 var/lib/lx-office-erp/templates/webpages/ic/confirm_price_update_de.html -86c1e721edbf0560d97edbc139cc4db5 var/lib/lx-office-erp/templates/webpages/ic/parts_language_selection_master.html -aff59bab39dca99d0146017a71a7fca3 var/lib/lx-office-erp/templates/webpages/ic/search_update_prices_en.html -eebf2904167fda7cebda5f7807bb2884 var/lib/lx-office-erp/templates/webpages/ic/generate_report_bottom_en.html -fbc043124826cd71f4ce0a5f046de3c8 var/lib/lx-office-erp/templates/webpages/ic/ajax_autocomplete_master.html -85da5ec9a0f63c4941d160469dacd330 var/lib/lx-office-erp/templates/webpages/ic/price_row_de.html -93f763c4c676e506f5372363b26af0cd var/lib/lx-office-erp/templates/webpages/ic/makemodel_en.html -31eef4bb1267c6d3dded4bf880f9d289 var/lib/lx-office-erp/templates/webpages/ic/confirm_price_update_master.html -775984375cb24a522507f8a4bbc56880 var/lib/lx-office-erp/templates/webpages/ic/choice_de.html -9635858f93d927b70ff2c15b5da25ec6 var/lib/lx-office-erp/templates/webpages/ic/price_row_master.html -61e4517a75c480e74d10d5061e121ff6 var/lib/lx-office-erp/templates/webpages/ic/form_footer_en.html -6898a0a455e5b516a65b09e13f3c7567 var/lib/lx-office-erp/templates/webpages/ic/form_header_de.html -5d14902f6a70f163d2926e7a226f1b85 var/lib/lx-office-erp/templates/webpages/ic/parts_language_selection_de.html -fbc043124826cd71f4ce0a5f046de3c8 var/lib/lx-office-erp/templates/webpages/ic/ajax_autocomplete_de.html -07e9138e416bc21ad5938cdc144f96de var/lib/lx-office-erp/templates/webpages/ic/search_en.html -f0d254b9552467989518b6be2b5d1bb5 var/lib/lx-office-erp/templates/webpages/ic/search_update_prices_master.html -c745c33a448f1745da86d6066241106a var/lib/lx-office-erp/templates/webpages/ic/makemodel_de.html -d05d9e24ccbf6cce02e860e2402afcd3 var/lib/lx-office-erp/templates/webpages/ic/confirm_price_update_en.html -c0cca5d0e08f92fa5bb453a67d8d30bf var/lib/lx-office-erp/templates/webpages/ic/choice_en.html -4a18e8d6b69712cfc6fa87cd262ff0ab var/lib/lx-office-erp/templates/webpages/ic/search_de.html -0c79ad67c5e4ed9d690f9d025325b51e var/lib/lx-office-erp/templates/webpages/ic/parts_language_selection_en.html -09c1069db2bae7472b810c995c567c71 var/lib/lx-office-erp/templates/webpages/ic/assembly_row_en.html -b4e4d32d0edc610b3cbb434472f8029a var/lib/lx-office-erp/templates/webpages/ic/form_footer_master.html -e9a1e05e371782aa688134cdb20d8531 var/lib/lx-office-erp/templates/webpages/ic/price_row_en.html -4df3ed196fde7494b87bcae472b008fa var/lib/lx-office-erp/templates/webpages/ic/search_master.html -dd5585031eda146cf19e5ec5a8e4ebd4 var/lib/lx-office-erp/templates/webpages/ic/form_footer_de.html -7efcbd3fa8925361d32d928e433fab1a var/lib/lx-office-erp/templates/webpages/ic/form_header_en.html -023ba8eb9067e5f9dceafdfc6c24e9bf var/lib/lx-office-erp/templates/webpages/projects/project_form_master.html -401ae410e8574aebe6b583686c519668 var/lib/lx-office-erp/templates/webpages/projects/search_en.html -b942d4b6958d627a5cf0100e38ce4a94 var/lib/lx-office-erp/templates/webpages/projects/project_form_en.html -1d1cd1fa7d8965cbe4b7cab42df30a16 var/lib/lx-office-erp/templates/webpages/projects/search_de.html -5cddcf039e605ef93c41e5d8db581d56 var/lib/lx-office-erp/templates/webpages/projects/search_master.html -6869e32aa268b16ba82bf3c9beea2bc6 var/lib/lx-office-erp/templates/webpages/projects/project_form_de.html -8c27dff36659a202af2a8a4fbe0d6e27 var/lib/lx-office-erp/templates/webpages/generic/select_delivery_customer_en.html -00a31a4b3cbd298b2cc6aecca2ba3e9e var/lib/lx-office-erp/templates/webpages/generic/set_longdescription_master.html -ad9f6ed368678681ecb14b7af8f0b586 var/lib/lx-office-erp/templates/webpages/generic/part_selection_master.html -a0b6c687efc0d779b61cbc5e493ec5d8 var/lib/lx-office-erp/templates/webpages/generic/part_selection_en.html -61340563d86ea4a68a3eace3b6e90c87 var/lib/lx-office-erp/templates/webpages/generic/print_options_en.html -0fb303db82bbf0b400a04b3de37091e0 var/lib/lx-office-erp/templates/webpages/generic/select_delivery_customer_de.html -a823cbd7d654c6cc4a347d022029fb3c var/lib/lx-office-erp/templates/webpages/generic/edit_email_de.html -48efe2a8a38f2908accf052bc68ae39d var/lib/lx-office-erp/templates/webpages/generic/cov_selection_de.html -5a9c18c3315f84eae8a5b626d6b173c4 var/lib/lx-office-erp/templates/webpages/generic/select_vendor_en.html -0d676d28844d2bdf19f19c7c2d68eb54 var/lib/lx-office-erp/templates/webpages/generic/calculate_qty_master.html -599306dcc2903fbf1ac0ca905ccb2ad2 var/lib/lx-office-erp/templates/webpages/generic/multibox.html -4b66b83f20ecd1e774be62a117c25e34 var/lib/lx-office-erp/templates/webpages/generic/cov_selection_master.html -85bd95f793076f25e3a492548eb56edb var/lib/lx-office-erp/templates/webpages/generic/print_options_master.html -512fc9dfd0e45b24c08d246f23f1d06a var/lib/lx-office-erp/templates/webpages/generic/new_item_master.html -8c9c7be25c1caa647e9d1d7ca1d3256d var/lib/lx-office-erp/templates/webpages/generic/set_longdescription_de.html -8c127da0387c5999d9c62f665f634a61 var/lib/lx-office-erp/templates/webpages/generic/new_item_en.html -079c1431a376bb04e42fa67c0808aa54 var/lib/lx-office-erp/templates/webpages/generic/error_en.html -52b3752cde93eaabfe16b598543af62a var/lib/lx-office-erp/templates/webpages/generic/new_item_de.html -ebe5d380f5ae1be8dc5177e4e32f6e74 var/lib/lx-office-erp/templates/webpages/generic/edit_email_en.html -a0bac1f185b47b6448d7235c098b7613 var/lib/lx-office-erp/templates/webpages/generic/set_longdescription_en.html -ee25c62c9ec8389a2e7109dfa821c7be var/lib/lx-office-erp/templates/webpages/generic/error_de.html -ac3996cc0db4caae81ba5b47390331bc var/lib/lx-office-erp/templates/webpages/generic/print_options_de.html -9ecdbab7e33b215959ddcde4b90a667c var/lib/lx-office-erp/templates/webpages/generic/select_vendor_master.html -f25fad25a7e35edcb23dd6c02d874246 var/lib/lx-office-erp/templates/webpages/generic/information_en.html -517659cca466f45cd269a0521c72108e var/lib/lx-office-erp/templates/webpages/generic/select_part_de.html -9ab8d73053c7d6bc252d13e65e2284d4 var/lib/lx-office-erp/templates/webpages/generic/select_part_en.html -ac1b845e95924044445a57ba8e8c5004 var/lib/lx-office-erp/templates/webpages/generic/error_master.html -add1a8611ae92e27b34cb56d55078568 var/lib/lx-office-erp/templates/webpages/generic/calculate_qty_en.html -c6f1b6b2316cd1241c0ba1bc2fea04d6 var/lib/lx-office-erp/templates/webpages/generic/cov_selection_en.html -2e74c23861c0e82ab25cab8fd94e010b var/lib/lx-office-erp/templates/webpages/generic/select_vendor_de.html -384af1d31985e444d00aef4a852b317f var/lib/lx-office-erp/templates/webpages/generic/calculate_qty_de.html -8d4e1f84985bd1478ac8d754f730950f var/lib/lx-office-erp/templates/webpages/generic/select_part_master.html -7a792fd3154aac016f40dec38c479c8b var/lib/lx-office-erp/templates/webpages/generic/edit_email_master.html -f25fad25a7e35edcb23dd6c02d874246 var/lib/lx-office-erp/templates/webpages/generic/information_de.html -de0b98779f5e378e0357b15885e8c926 var/lib/lx-office-erp/templates/webpages/generic/select_delivery_customer_master.html -99d2c3122c9ae525645b04b73d8492f7 var/lib/lx-office-erp/templates/webpages/generic/information_master.html -1e7cb2ff383be49ed5bfcedf9be48b2e var/lib/lx-office-erp/templates/webpages/generic/autocomplete.html -723f4695e1be154266f59eb3ce36d8f6 var/lib/lx-office-erp/templates/webpages/generic/part_selection_de.html -af52c125e5209b4496d29bfd11b24e7c var/lib/lx-office-erp/templates/webpages/fu/close_window_en.html -446bfb60c35d56be90d20d7e498bff7f var/lib/lx-office-erp/templates/webpages/fu/report_top_de.html -58f45564fe90b114bddebba78cbd4ffa var/lib/lx-office-erp/templates/webpages/fu/add_edit_master.html -3c03d16ec594b4ddb3ab064e6a072536 var/lib/lx-office-erp/templates/webpages/fu/edit_access_rights_de.html -af52c125e5209b4496d29bfd11b24e7c var/lib/lx-office-erp/templates/webpages/fu/close_window_de.html -6c375826610b93b633ea0be6e67fa171 var/lib/lx-office-erp/templates/webpages/fu/report_bottom_de.html -fcc8c0ee56eefb6b712e59ab1cd5ecd0 var/lib/lx-office-erp/templates/webpages/fu/add_edit_de.html -446bfb60c35d56be90d20d7e498bff7f var/lib/lx-office-erp/templates/webpages/fu/report_top_master.html -10aa1531b877bea0290fa961c69d0081 var/lib/lx-office-erp/templates/webpages/fu/report_for_todo_list_master.html -bda9f1a1d0149ec1f190af082768cfe5 var/lib/lx-office-erp/templates/webpages/fu/search_en.html -1fb9ff8f8983c631e9106c6114d51d27 var/lib/lx-office-erp/templates/webpages/fu/edit_access_rights_en.html -27553a326ed088c28dfea10c074de0bd var/lib/lx-office-erp/templates/webpages/fu/report_for_todo_list_en.html -b1d922e5554df09e42e05f6d3cd7c49d var/lib/lx-office-erp/templates/webpages/fu/search_de.html -87985f7b653362268bf144dfef990ef5 var/lib/lx-office-erp/templates/webpages/fu/report_bottom_en.html -ec3e36ad51e8d499d363e4212c4290a1 var/lib/lx-office-erp/templates/webpages/fu/add_edit_en.html -af52c125e5209b4496d29bfd11b24e7c var/lib/lx-office-erp/templates/webpages/fu/close_window_master.html -cee904b2486b66844cc971074c8b6baa var/lib/lx-office-erp/templates/webpages/fu/search_master.html -1c2a631a4bb10ceb8e29820698d94269 var/lib/lx-office-erp/templates/webpages/fu/report_for_todo_list_de.html -a12ac943c5de9bccccd7a7f13565a570 var/lib/lx-office-erp/templates/webpages/fu/report_bottom_master.html -446bfb60c35d56be90d20d7e498bff7f var/lib/lx-office-erp/templates/webpages/fu/report_top_en.html -c2a95b6f139d6dea16689e9fcc48cc7d var/lib/lx-office-erp/templates/webpages/fu/edit_access_rights_master.html -3da6b9787dfdc7f80cc417672c9b7180 var/lib/lx-office-erp/templates/webpages/report_generator/html_report_en.html -761ee0f595df5da3342b756dbf78f673 var/lib/lx-office-erp/templates/webpages/report_generator/csv_export_options_en.html -2535f7fbedebd82dc7a951a72006afb6 var/lib/lx-office-erp/templates/webpages/report_generator/csv_export_options_de.html -11d8664c7aa415631d26b67fe1c12413 var/lib/lx-office-erp/templates/webpages/report_generator/pdf_export_options_en.html -46c800b692729401ed8d37a3f3692885 var/lib/lx-office-erp/templates/webpages/report_generator/pdf_export_options_de.html -7913e56166d72420c413412cf110fa99 var/lib/lx-office-erp/templates/webpages/report_generator/html_report_de.html -6f48a3c2eb16503b5a811484dddb756c var/lib/lx-office-erp/templates/webpages/report_generator/csv_export_options_master.html -5a8906ce118324ae4abf9ef82a2c1148 var/lib/lx-office-erp/templates/webpages/report_generator/html_report_master.html -b30a701708274ae8ac5ba5329877d09e var/lib/lx-office-erp/templates/webpages/report_generator/pdf_export_options_master.html -38c742ae1c6b8849f28017107ca75f05 var/lib/lx-office-erp/templates/webpages/login/password_error_de.html -f98c69f5d427b15ec1c9dc04bcd3f90a var/lib/lx-office-erp/templates/webpages/login/authentication_pl_missing_master.html -0d1571bef9bc0efeebde1aa5dd139c19 var/lib/lx-office-erp/templates/webpages/login/company_logo_de.html -a76a5665bbc0bb82489bdf4409250fad var/lib/lx-office-erp/templates/webpages/login/login_screen_en.html -cff2545afb89009803529d0f17b5834a var/lib/lx-office-erp/templates/webpages/login/company_logo_en.html -ea3f87322ab1821a1881b7ed2993f603 var/lib/lx-office-erp/templates/webpages/login/auth_db_unreachable_en.html -09c7902c1ee3c101b0a7e818605440c9 var/lib/lx-office-erp/templates/webpages/login/password_error_en.html -f0dbc7059d4d7da532cb15a09a91cecb var/lib/lx-office-erp/templates/webpages/login/password_error_master.html -2f28d0c8ae850f9c85a116d626afc86b var/lib/lx-office-erp/templates/webpages/login/login_screen_master.html -8ae7e2f3d6a6682ab137af58dde6456f var/lib/lx-office-erp/templates/webpages/login/auth_db_unreachable_master.html -f1f53e4040059a13d5ff65606b33961e var/lib/lx-office-erp/templates/webpages/login/login_screen_de.html -f1f77358c26b23d16b487da97bb7779a var/lib/lx-office-erp/templates/webpages/login/authentication_pl_missing_de.html -30b1bafdc3b657bd65266247f15b6d3d var/lib/lx-office-erp/templates/webpages/login/company_logo_master.html -ac3e9d84abe32af56741c930ba762d46 var/lib/lx-office-erp/templates/webpages/login/authentication_pl_missing_en.html -4b0785b594904ec2a958c6daea005090 var/lib/lx-office-erp/templates/webpages/login/auth_db_unreachable_de.html -0f1a6043aee9d68a7ff40fba8490495c var/lib/lx-office-erp/templates/webpages/bankaccounts/bank_account_display_form_master.html -9cd99bda887c2c424c3d735b531826c1 var/lib/lx-office-erp/templates/webpages/bankaccounts/bank_account_display_form_en.html -ffa0f02033fc6d72853ed1ff16fd9f3b var/lib/lx-office-erp/templates/webpages/bankaccounts/bank_account_list_bottom_de.html -61f453b84399ae1d523750b7cd4883d6 var/lib/lx-office-erp/templates/webpages/bankaccounts/bank_account_display_form_de.html -e1d7558d15f29febac7604a06c8dac93 var/lib/lx-office-erp/templates/webpages/bankaccounts/bank_account_list_bottom_master.html -5294e2c22372ea8898b66a55e5235c58 var/lib/lx-office-erp/templates/webpages/bankaccounts/bank_account_list_bottom_en.html -67304488a9093b6bed9a645637491fa4 var/lib/lx-office-erp/templates/webpages/gl/generate_report_bottom_de.html -7e3a325bc9baf0193a5baa09c8251a74 var/lib/lx-office-erp/templates/webpages/gl/generate_report_bottom_master.html -e9ebe746f5eb5cc50a7a30c4969ed288 var/lib/lx-office-erp/templates/webpages/gl/generate_report_bottom_en.html -ac6b3c4af2047560f298fdee613e34ef var/lib/lx-office-erp/templates/webpages/gl/form_header_chart_balances_js_master.html -ac6b3c4af2047560f298fdee613e34ef var/lib/lx-office-erp/templates/webpages/gl/form_header_chart_balances_js_en.html -ac6b3c4af2047560f298fdee613e34ef var/lib/lx-office-erp/templates/webpages/gl/form_header_chart_balances_js_de.html -ae77e6d2b9e14f273ea47aec6655d783 var/lib/lx-office-erp/templates/webpages/wh/warehouse_selection_stock_master.html -9d0bac0e2b25680985082d6e30d0060d var/lib/lx-office-erp/templates/webpages/wh/warehouse_selection_en.html -03d94b24443ec47de5d460e9d84b4cab var/lib/lx-office-erp/templates/webpages/wh/removal_parts_selection_en.html -8c469c68da49ff2cd0c9d02c2a138e43 var/lib/lx-office-erp/templates/webpages/wh/transfer_parts_selection_de.html -4f28f06fae98d28c4c8934c36eb7912c var/lib/lx-office-erp/templates/webpages/wh/report_filter_de.html -9986d9f705446f6b24e8df7cf43b5aaa var/lib/lx-office-erp/templates/webpages/wh/removal_parts_selection_de.html -7d545ffc0946bd8880c5277cb4d64d04 var/lib/lx-office-erp/templates/webpages/wh/report_filter_master.html -011399f25332d751fe1b47f2ab78abb4 var/lib/lx-office-erp/templates/webpages/wh/warehouse_selection_master.html -ecff811e42ea4bd5ed714409855089b1 var/lib/lx-office-erp/templates/webpages/wh/removal_parts_selection_master.html -10fec5f5b8971c37cf6157de77583fce var/lib/lx-office-erp/templates/webpages/wh/warehouse_selection_assembly_de.html -f884750d9c284399057cd303acb4b356 var/lib/lx-office-erp/templates/webpages/wh/transfer_parts_selection_master.html -5fb5da4f151f8a6e8416d64a5c63e655 var/lib/lx-office-erp/templates/webpages/wh/warehouse_selection_stock_en.html -3b81588cc910e8d56edb6636acdc0b98 var/lib/lx-office-erp/templates/webpages/wh/warehouse_selection_stock_de.html -47d45129322c969db0772c22a7a01a5a var/lib/lx-office-erp/templates/webpages/wh/journal_filter_en.html -8ee0ac4c19decba11be84485bbdeadae var/lib/lx-office-erp/templates/webpages/wh/warehouse_selection_de.html -ff3d12b517fec56ce8f5f112d6cea269 var/lib/lx-office-erp/templates/webpages/wh/report_filter_en.html -5dbb476108d10672a52e767aeab4e11f var/lib/lx-office-erp/templates/webpages/wh/journal_filter_de.html -a9f0dad3845f6cda8b77780992f53a93 var/lib/lx-office-erp/templates/webpages/wh/warehouse_selection_assembly_master.html -14bef23770eb3ab91b02583898bf2fda var/lib/lx-office-erp/templates/webpages/wh/warehouse_selection_assembly_en.html -5b807c88bdb3d96fe8e240fb4d013e20 var/lib/lx-office-erp/templates/webpages/wh/journal_filter_master.html -3016238eaedade29f6807a409b915a2c var/lib/lx-office-erp/templates/webpages/wh/transfer_parts_selection_en.html -da2581e4798b852c553533b8cfb16484 var/lib/lx-office-erp/templates/webpages/ap/ap_transactions_bottom_de.html -d194f2599e5dfe15ea3a6f16e5bc9c42 var/lib/lx-office-erp/templates/webpages/ap/search_en.html -2bff7da86ec1859a946626fa9135dacf var/lib/lx-office-erp/templates/webpages/ap/search_de.html -6acad280147716619d48deb32d7b82fe var/lib/lx-office-erp/templates/webpages/ap/ap_transactions_bottom_master.html -245808f195ddad0a41bec286421513ed var/lib/lx-office-erp/templates/webpages/ap/search_master.html -db17e8a8553a35fd30eb17967296ad8a var/lib/lx-office-erp/templates/webpages/ap/ap_transactions_bottom_en.html -8077225135a1c92319c9ef42bafa8a94 var/lib/lx-office-erp/templates/webpages/am/config_de.html -9d13d9029709e7f99bae678eef3c08e3 var/lib/lx-office-erp/templates/webpages/am/edit_defaults_de.html -540834c94ce37828b41767c661905105 var/lib/lx-office-erp/templates/webpages/am/edit_price_factor_master.html -05da231dfb43bd52555f1917260c9dda var/lib/lx-office-erp/templates/webpages/am/list_tax_en.html -21279b3e7f738a913a60306375aa6dc8 var/lib/lx-office-erp/templates/webpages/am/list_tax_de.html -842ea362b5895a1cfb803b0afd054e31 var/lib/lx-office-erp/templates/webpages/am/edit_warehouse_en.html -0339c819acb14f1c49eb4202422997aa var/lib/lx-office-erp/templates/webpages/am/list_account_details_en.html -a40777b1b636184f52f0c4b1ac001b3d var/lib/lx-office-erp/templates/webpages/am/list_price_factors_de.html -73e310944d1ba8ff017882281a68bd94 var/lib/lx-office-erp/templates/webpages/am/list_accounts_master.html -8aed3c73946c33cc6d707f35a394e80a var/lib/lx-office-erp/templates/webpages/am/list_account_details_de.html -19e11e7e824a5157de7b79f20534560b var/lib/lx-office-erp/templates/webpages/am/config_en.html -07593669512ce18eee2bd89cc330ee68 var/lib/lx-office-erp/templates/webpages/am/edit_accounts_en.html -98c4b189c2415704f68a430a1d63c4ed var/lib/lx-office-erp/templates/webpages/am/list_price_factors_master.html -87f61ae88f3e6a43ad0997f4d33f875d var/lib/lx-office-erp/templates/webpages/am/edit_units_de.html -f2d19057d3d59c65a7be9280c640dd6b var/lib/lx-office-erp/templates/webpages/am/confirm_delete_warehouse_master.html -728a1899404b2082e722189e505a1edb var/lib/lx-office-erp/templates/webpages/am/edit_tax_en.html -28bd967c65053dbd45c3fe7026432c6b var/lib/lx-office-erp/templates/webpages/am/edit_units_master.html -bfcb8be47b7ea0cdd414cdf9df9917f8 var/lib/lx-office-erp/templates/webpages/am/edit_warehouse_master.html -537fea6afd4a90e8bbd6a2dacee2f3a8 var/lib/lx-office-erp/templates/webpages/am/edit_accounts_master.html -b56c567b1c0ca00512b2ecbc7ee334d1 var/lib/lx-office-erp/templates/webpages/am/config_master.html -7891f89f0b857c1d2f9ffacf7d4aa0e1 var/lib/lx-office-erp/templates/webpages/am/list_warehouses_master.html -73a469851785d3d223d6ac4f2532a67d var/lib/lx-office-erp/templates/webpages/am/edit_templates_master.html -8a335cf617d6b5002ceb755a6a09013f var/lib/lx-office-erp/templates/webpages/am/edit_price_factor_en.html -08b6257e6caebe9eb06b4703ecd91f4f var/lib/lx-office-erp/templates/webpages/am/list_accounts_de.html -93199543744b12ccadcd0724c485c2c5 var/lib/lx-office-erp/templates/webpages/am/list_account_details_master.html -3943348fc90663d99f103caa2144428f var/lib/lx-office-erp/templates/webpages/am/edit_templates_en.html -0a927a8cb5fa1d61760cdf252899dea4 var/lib/lx-office-erp/templates/webpages/am/list_warehouses_en.html -a115d2ddadbf973d60d74e1fb86a5d04 var/lib/lx-office-erp/templates/webpages/am/list_accounts_en.html -17353f82986928f2a80c4503de439d76 var/lib/lx-office-erp/templates/webpages/am/edit_defaults_en.html -75d4752f7068294ae0d341788262bf8d var/lib/lx-office-erp/templates/webpages/am/edit_defaults_master.html -5aa9e068bfc1850c4ccbc23325e456e3 var/lib/lx-office-erp/templates/webpages/am/edit_warehouse_de.html -3d5d5857edab69b77aa882d51e1b6e13 var/lib/lx-office-erp/templates/webpages/am/edit_tax_master.html -0e56f548f2765949bfd6538e7f8ec912 var/lib/lx-office-erp/templates/webpages/am/list_warehouses_de.html -68ef595ae75d447b4033e86b7f0c30a7 var/lib/lx-office-erp/templates/webpages/am/confirm_delete_warehouse_en.html -0f32342394d2dbb1e3fb94db59b25e8c var/lib/lx-office-erp/templates/webpages/am/edit_price_factor_de.html -7c251d57b5248b201147b10253b2fb2b var/lib/lx-office-erp/templates/webpages/am/confirm_delete_warehouse_de.html -a87ff3e41da8bdf027846a1ef2ae93ad var/lib/lx-office-erp/templates/webpages/am/edit_tax_de.html -7734eabb868b004cd350566c72460c82 var/lib/lx-office-erp/templates/webpages/am/edit_accounts_de.html -a18a9d12b1cafd78ed3eb92552eab915 var/lib/lx-office-erp/templates/webpages/am/list_tax_master.html -d3403bca68e63b171f3c2e8dfbaca95d var/lib/lx-office-erp/templates/webpages/am/edit_templates_de.html -f33be4493fcb74e80f23f2e5b673f734 var/lib/lx-office-erp/templates/webpages/am/edit_units_en.html -7b1e2bd19460d9fd7aa09f52a717abea var/lib/lx-office-erp/templates/webpages/am/list_price_factors_en.html -4f1e47a2022188c01eade98f70da5c2e var/lib/lx-office-erp/templates/webpages/datev/net_gross_difference_de.html -4f1e47a2022188c01eade98f70da5c2e var/lib/lx-office-erp/templates/webpages/datev/net_gross_difference_en.html -4f1e47a2022188c01eade98f70da5c2e var/lib/lx-office-erp/templates/webpages/datev/net_gross_difference_master.html -08038721eae64756e3be59a37968fb04 var/lib/lx-office-erp/templates/webpages/acctranscorrections/delete_transaction_master.html -b09e35c34d846703620ac9859ed308b9 var/lib/lx-office-erp/templates/webpages/acctranscorrections/assistant_for_wrong_taxkeys_en.html -b427789fb6c1ea6175f285d817a6ac7c var/lib/lx-office-erp/templates/webpages/acctranscorrections/assistant_for_ap_ar_wrong_taxkeys_de.html -f17967f459eea809fa75c4f51eb27116 var/lib/lx-office-erp/templates/webpages/acctranscorrections/delete_transaction_en.html -b4165dceb6cf084c5ac3ced3a6071331 var/lib/lx-office-erp/templates/webpages/acctranscorrections/fix_ap_ar_wrong_taxkeys_de.html -febc5a84dda823a7fa124fc2a627138c var/lib/lx-office-erp/templates/webpages/acctranscorrections/assistant_for_invoice_inventory_with_taxkeys_master.html -bfb60f48ec682711adf7b5f58a11671d var/lib/lx-office-erp/templates/webpages/acctranscorrections/assistant_for_wrong_taxkeys_de.html -508d23779686f6c1f8254ddd3a657240 var/lib/lx-office-erp/templates/webpages/acctranscorrections/delete_transaction_confirmation_en.html -9907784cc7d3b2213817245ad19f5a87 var/lib/lx-office-erp/templates/webpages/acctranscorrections/assistant_for_invoice_inventory_with_taxkeys_de.html -1bee05786433c15e8f101e749521f5f0 var/lib/lx-office-erp/templates/webpages/acctranscorrections/fix_wrong_taxkeys_de.html -ec7fb02073665b196c699edc78fa896d var/lib/lx-office-erp/templates/webpages/acctranscorrections/assistant_for_invoice_inventory_with_taxkeys_en.html -948ad8b601b045f17d7119efac4fb819 var/lib/lx-office-erp/templates/webpages/acctranscorrections/fix_invoice_inventory_with_taxkeys_de.html -a6f001b5ccc0679e0d0c8760ea9a8769 var/lib/lx-office-erp/templates/webpages/acctranscorrections/fix_ap_ar_wrong_taxkeys_master.html -ee016646714f193724c871a06f11a153 var/lib/lx-office-erp/templates/webpages/acctranscorrections/analyze_filter_en.html -90e87807de6790a2bdc0ae11da345476 var/lib/lx-office-erp/templates/webpages/acctranscorrections/assistant_for_wrong_taxes_de.html -142e5fb9893a3204c6a799fc9bf45852 var/lib/lx-office-erp/templates/webpages/acctranscorrections/analyze_overview_master.html -be0b5d720803d9d326c4a1dc3269cce4 var/lib/lx-office-erp/templates/webpages/acctranscorrections/assistant_for_wrong_taxkeys_master.html -e49f1ed453e43c19172ec8ebf02cd255 var/lib/lx-office-erp/templates/webpages/acctranscorrections/fix_wrong_taxkeys_en.html -c9ca4e2f5834f2690ec9b19d3c49534f var/lib/lx-office-erp/templates/webpages/acctranscorrections/analyze_overview_en.html -bd90612e6da239828243d1fef3380a64 var/lib/lx-office-erp/templates/webpages/acctranscorrections/delete_transaction_confirmation_master.html -d0c2c0ff6af11c4dfa14b2deb8124d58 var/lib/lx-office-erp/templates/webpages/acctranscorrections/assistant_for_ap_ar_wrong_taxkeys_master.html -b3d9aace3262bee791a6bf58612ab08e var/lib/lx-office-erp/templates/webpages/acctranscorrections/delete_transaction_de.html -32f73561bc9c24640c65c1c64a1c2e4b var/lib/lx-office-erp/templates/webpages/acctranscorrections/analyze_filter_de.html -c9314188ace862a62dca7a430281ca29 var/lib/lx-office-erp/templates/webpages/acctranscorrections/fix_wrong_taxkeys_master.html -a811f2534322718b72c8e479e994e43f var/lib/lx-office-erp/templates/webpages/acctranscorrections/fix_invoice_inventory_with_taxkeys_en.html -98350667a4bf79b331ca085931a4ab45 var/lib/lx-office-erp/templates/webpages/acctranscorrections/fix_invoice_inventory_with_taxkeys_master.html -9721b7a629e2a258946071925803a127 var/lib/lx-office-erp/templates/webpages/acctranscorrections/analyze_overview_de.html -87a0dd4c843749b2ac10f257f550c4c8 var/lib/lx-office-erp/templates/webpages/acctranscorrections/fix_ap_ar_wrong_taxkeys_en.html -c3737387ca651056fe76841ad005b347 var/lib/lx-office-erp/templates/webpages/acctranscorrections/analyze_filter_master.html -68050a5b41e6b60cfc0f9a8ef1e0402b var/lib/lx-office-erp/templates/webpages/acctranscorrections/assistant_for_wrong_taxes_master.html -14d525c6afdf312cc868819f0ebb9860 var/lib/lx-office-erp/templates/webpages/acctranscorrections/assistant_for_wrong_taxes_en.html -a64664ffdc91f42cb83e3b001f6595f4 var/lib/lx-office-erp/templates/webpages/acctranscorrections/assistant_for_ap_ar_wrong_taxkeys_en.html -7794077eb330ca142dd062a64a76cb2f var/lib/lx-office-erp/templates/webpages/acctranscorrections/delete_transaction_confirmation_de.html -b0134638a381aaeb354fe0c16245da95 var/lib/lx-office-erp/templates/webpages/todo/show_todo_list_en.html -182374255028c8e5568c44c42e7e23a5 var/lib/lx-office-erp/templates/webpages/todo/show_todo_list_de.html -2296c2fc78c1d9415cf2ba4f2aac0f40 var/lib/lx-office-erp/templates/webpages/todo/show_todo_list_master.html -d863f8d5546ec0589cfb146bfb4c26b2 var/lib/lx-office-erp/templates/webpages/admin/restore_dataset_start_header_de.html -33e66db3d10fd5a625b5dd53c9f5b9ae var/lib/lx-office-erp/templates/webpages/admin/user_migration_done_master.html -eb5f5a2c195866c1bd0795cc92532c0c var/lib/lx-office-erp/templates/webpages/admin/create_dataset_de.html -04d339fa4d5a16019332aa65a65affe4 var/lib/lx-office-erp/templates/webpages/admin/list_users_de.html -ece9541c399fbdd7c2f2b52583d1e4b9 var/lib/lx-office-erp/templates/webpages/admin/restore_dataset_start_footer_master.html -ceec7169d0b90d993897f55dee7b0229 var/lib/lx-office-erp/templates/webpages/admin/dbupgrade_all_done_master.html -1c254edd457b9a57520d2946269dc5e5 var/lib/lx-office-erp/templates/webpages/admin/dbadmin_en.html -ae6c1dd81f27440772634bea2b490aab var/lib/lx-office-erp/templates/webpages/admin/update_dataset_en.html -7ca14dec44736c9669a1f96d076ce489 var/lib/lx-office-erp/templates/webpages/admin/adminlogin_de.html -e697467aa24a030e0b53347f8fa4f64e var/lib/lx-office-erp/templates/webpages/admin/dbcreate_en.html -6f6b3634afc59cdbef03c3f30db11fea var/lib/lx-office-erp/templates/webpages/admin/dbupgrade_footer_de.html -21688bb17aa4b7004d6d6abfccdac2bc var/lib/lx-office-erp/templates/webpages/admin/edit_groups_de.html -6f2858e5abc040139f6193ac71145baa var/lib/lx-office-erp/templates/webpages/admin/delete_dataset_en.html -47e8873f162cb75e54ec99f56015f2ed var/lib/lx-office-erp/templates/webpages/admin/edit_group_membership_de.html -798ca89690df058b000e63a2edf0206f var/lib/lx-office-erp/templates/webpages/admin/delete_group_confirm_master.html -4aedc25729ab7315cbfbde2930650263 var/lib/lx-office-erp/templates/webpages/admin/dbupgrade_footer_en.html -694c1cacf475ade738041694c28e621c var/lib/lx-office-erp/templates/webpages/admin/dbupgrade_header_en.html -046363112b2361f9e16bb0a449ad129e var/lib/lx-office-erp/templates/webpages/admin/dbupgrade_all_header_de.html -7c9e65059b850ddc6b7edd0bb732103a var/lib/lx-office-erp/templates/webpages/admin/create_standard_group_ask_en.html -046363112b2361f9e16bb0a449ad129e var/lib/lx-office-erp/templates/webpages/admin/dbupgrade_all_header_en.html -0c7db2c378dbbe8ae7b7f24714f09768 var/lib/lx-office-erp/templates/webpages/admin/dbcreate_de.html -e2217ac5c07c4cae27bc8e24421c94ca var/lib/lx-office-erp/templates/webpages/admin/dbdelete_en.html -d78e737cfd2a13f28c282a8112583305 var/lib/lx-office-erp/templates/webpages/admin/delete_group_confirm_de.html -a1bffabbbad908078e10b7712cc7aeed var/lib/lx-office-erp/templates/webpages/admin/dbadmin_master.html -c3281eaa74ee0256df01510b7f55ad37 var/lib/lx-office-erp/templates/webpages/admin/delete_dataset_master.html -661572e12231efbd16596d783e2bd610 var/lib/lx-office-erp/templates/webpages/admin/adminlogin_en.html -e60bba5b00ee9f8bd6fc69f25a5e0f7b var/lib/lx-office-erp/templates/webpages/admin/dbdelete_de.html -2349445863fda797b87f1dab72407313 var/lib/lx-office-erp/templates/webpages/admin/user_migration_done_de.html -ac433dd4cc53dc96b3f5fd89029e2472 var/lib/lx-office-erp/templates/webpages/admin/create_dataset_master.html -478a46a584c9e04d983aa70c8a5971cf var/lib/lx-office-erp/templates/webpages/admin/dbupgrade_footer_master.html -4e2bbd370ababb7909ee3546ebed7cf1 var/lib/lx-office-erp/templates/webpages/admin/dbadmin_de.html -f3c863fb26529f9c30f80e3802daf264 var/lib/lx-office-erp/templates/webpages/admin/edit_group_en.html -00aa7991efdcceb4a250eabbbd07aee9 var/lib/lx-office-erp/templates/webpages/admin/dbdelete_master.html -ac3c7f445d21042b9a9230b8f1206621 var/lib/lx-office-erp/templates/webpages/admin/edit_groups_master.html -506bfeb7ef6c7288e4d5a50f66f5f2a3 var/lib/lx-office-erp/templates/webpages/admin/edit_group_de.html -94f4d0fed7cdc8f5ff1952506a2cad8a var/lib/lx-office-erp/templates/webpages/admin/check_auth_tables_en.html -4e6b6b41ada615a457c4bf70e4b953ce var/lib/lx-office-erp/templates/webpages/admin/dbupgrade_all_done_de.html -de5ac5904650e4e2d26fd22668e0916b var/lib/lx-office-erp/templates/webpages/admin/check_auth_database_en.html -068ad2edc4a9f6e328d8a5b5696ab97b var/lib/lx-office-erp/templates/webpages/admin/check_auth_tables_master.html -25ae4aabd9d0d5a3019bd418260fee56 var/lib/lx-office-erp/templates/webpages/admin/edit_user_de.html -e179dc4ed07550b53ab76e5b55f476c1 var/lib/lx-office-erp/templates/webpages/admin/dbcreate_master.html -ac1fe9429b9d5c39487fc266bf5a4f8e var/lib/lx-office-erp/templates/webpages/admin/backup_dataset_master.html -555331e85b301db4d69c28326bbb385b var/lib/lx-office-erp/templates/webpages/admin/backup_dataset_email_done_de.html -ed993a69ff46718fed59243733767b2c var/lib/lx-office-erp/templates/webpages/admin/check_auth_tables_de.html -5ed359b3fb3474eadceb5a763fca392c var/lib/lx-office-erp/templates/webpages/admin/create_standard_group_ask_de.html -2192c2ee774f395a3523e2e863df2568 var/lib/lx-office-erp/templates/webpages/admin/test_db_connection_de.html -5de2a61d713becc069d2164aa3892002 var/lib/lx-office-erp/templates/webpages/admin/user_migration_complete_en.html -fadb09c40a22fd33d7eb9f3172e5ce18 var/lib/lx-office-erp/templates/webpages/admin/test_db_connection_en.html -f0ddb757f809edf9476e1c83a4e7a768 var/lib/lx-office-erp/templates/webpages/admin/user_migration_de.html -946ee129adf928b88bd9b523cdd813ad var/lib/lx-office-erp/templates/webpages/admin/delete_dataset_de.html -046363112b2361f9e16bb0a449ad129e var/lib/lx-office-erp/templates/webpages/admin/dbupgrade_all_header_master.html -2ba7ce2d7647693af84f50a86aec4c79 var/lib/lx-office-erp/templates/webpages/admin/user_migration_complete_de.html -fde8cd6c777752ded8a14f0d576bb041 var/lib/lx-office-erp/templates/webpages/admin/edit_user_en.html -7d59c8de001ac13e98c4348da2384b3a var/lib/lx-office-erp/templates/webpages/admin/check_auth_database_de.html -05c01ea072a4d6f9acef30bee26bc380 var/lib/lx-office-erp/templates/webpages/admin/test_db_connection_master.html -431895ea7b6d67b3c85173b157d2c2c7 var/lib/lx-office-erp/templates/webpages/admin/edit_groups_en.html -60d18b43c24ba513e1e0c1acefd98046 var/lib/lx-office-erp/templates/webpages/admin/adminlogin_master.html -1ddc1fb9fd275e25fb25109f11602246 var/lib/lx-office-erp/templates/webpages/admin/list_users_en.html -f4dcdc0622968e8896fdc47b365c08b6 var/lib/lx-office-erp/templates/webpages/admin/update_dataset_de.html -5b60a0f5f80bb05ab2f3fecbb6109c42 var/lib/lx-office-erp/templates/webpages/admin/list_users_master.html -9d3b5d3e7de514924125a465fc465250 var/lib/lx-office-erp/templates/webpages/admin/user_migration_complete_master.html -c0f1d089c6b2bf60b54153d8004a8008 var/lib/lx-office-erp/templates/webpages/admin/restore_dataset_start_footer_de.html -b9d3d0c32151a6d01fc432d94df4e48b var/lib/lx-office-erp/templates/webpages/admin/restore_dataset_de.html -9c39fe1932060b8a188b277b072532ab var/lib/lx-office-erp/templates/webpages/admin/update_dataset_master.html -4fff97c57768a44dea1f917c26499e42 var/lib/lx-office-erp/templates/webpages/admin/user_migration_master.html -20b3e8e0c852a2750df1f42d5c0d5cee var/lib/lx-office-erp/templates/webpages/admin/backup_dataset_de.html -2d09708fa30d6e1bc522014cdc2679c6 var/lib/lx-office-erp/templates/webpages/admin/restore_dataset_start_header_master.html -78c2f83258d46fc7f165df496fcec28f var/lib/lx-office-erp/templates/webpages/admin/restore_dataset_master.html -0c930a89aa810c2b84a79442e2191f3a var/lib/lx-office-erp/templates/webpages/admin/dbupgrade_header_de.html -9dbca199f3b4c688b9c345150c29b5b6 var/lib/lx-office-erp/templates/webpages/admin/edit_group_membership_master.html -0f5764be4ce9b8bc1a42525bdcac5944 var/lib/lx-office-erp/templates/webpages/admin/user_migration_done_en.html -a5fd86c6fa587a41f516c78172445b4e var/lib/lx-office-erp/templates/webpages/admin/check_auth_database_master.html -067c593facc10a659e5101967e7fb9f0 var/lib/lx-office-erp/templates/webpages/admin/restore_dataset_en.html -24d1c94e11ebab4871ea39218c486b41 var/lib/lx-office-erp/templates/webpages/admin/restore_dataset_start_footer_en.html -f9df02c838acdae9d62b599ef6c1ca58 var/lib/lx-office-erp/templates/webpages/admin/restore_dataset_start_header_en.html -0bec724c26b398a05d6d19c2917656ad var/lib/lx-office-erp/templates/webpages/admin/dbupgrade_all_done_en.html -0d279cd0c16c155490cb6130e1508676 var/lib/lx-office-erp/templates/webpages/admin/dbupgrade_header_master.html -bcf2875e9f197fe1b56519c272eeb6bb var/lib/lx-office-erp/templates/webpages/admin/backup_dataset_email_done_en.html -c069affa7e9b09ad14a8491c35ede14b var/lib/lx-office-erp/templates/webpages/admin/edit_user_master.html -ddf059f97098d0af0e10c78537cbf116 var/lib/lx-office-erp/templates/webpages/admin/user_migration_en.html -01bef6d35bf4386dbf3b3e42e863c848 var/lib/lx-office-erp/templates/webpages/admin/edit_group_master.html -c9ad27607d7257044ac95de92ad13709 var/lib/lx-office-erp/templates/webpages/admin/backup_dataset_email_done_master.html -cc98d1b5d9fab9193c894ce574199d5b var/lib/lx-office-erp/templates/webpages/admin/edit_group_membership_en.html -4a764a7e4da5b6efe79e7893d9f085e2 var/lib/lx-office-erp/templates/webpages/admin/create_dataset_en.html -ec3e6f6162aadd28afcbdd3fd087e133 var/lib/lx-office-erp/templates/webpages/admin/create_standard_group_ask_master.html -6f98f79b4e7290919d800fffcc85014e var/lib/lx-office-erp/templates/webpages/admin/delete_group_confirm_en.html -00cbf77efd1416ce1964ccb074a58f05 var/lib/lx-office-erp/templates/webpages/admin/backup_dataset_en.html -ff7357473d13176c6a922e4b007e20eb var/lib/lx-office-erp/templates/webpages/is/form_header_master.html -cadff1c2fbeb09a5440db854b8500488 var/lib/lx-office-erp/templates/webpages/is/_payments_en.html -55fd786c72c674f9bb96c9fef1207964 var/lib/lx-office-erp/templates/webpages/is/form_footer_en.html -67764fe7bf6a09f9de11e41ae7ef8d7c var/lib/lx-office-erp/templates/webpages/is/form_header_de.html -cadff1c2fbeb09a5440db854b8500488 var/lib/lx-office-erp/templates/webpages/is/_payments_master.html -cadff1c2fbeb09a5440db854b8500488 var/lib/lx-office-erp/templates/webpages/is/_payments_de.html -ed0c4b8febf82d53ef5ca227a773259a var/lib/lx-office-erp/templates/webpages/is/form_footer_master.html -af801b75bb842640b065adbd16a8ea2f var/lib/lx-office-erp/templates/webpages/is/form_footer_de.html -a7ac4371b243d567e23422cf539b2c90 var/lib/lx-office-erp/templates/webpages/is/form_header_en.html -531e685010e689e6fc7f53f8f9b4cded var/lib/lx-office-erp/templates/webpages/menu/menuv4_de.html -253695451dfd0d5ac5512c302b69eb02 var/lib/lx-office-erp/templates/webpages/menu/menuv4_en.html -b0f84138644122da453db01d96fedfda var/lib/lx-office-erp/templates/webpages/menu/menunew_master.html -fcb240204703b0303656d74a8b0add27 var/lib/lx-office-erp/templates/webpages/menu/menunew_en.html -e44b31161c5b23dcf7c70d309bedbb51 var/lib/lx-office-erp/templates/webpages/menu/menuv3_en.html -b868314d2afa21c74eefd7010471a0d0 var/lib/lx-office-erp/templates/webpages/menu/menunew_de.html -ec3b23ddcbd3be3bf3e01f47595b0369 var/lib/lx-office-erp/templates/webpages/menu/menuv3_master.html -01f16591b6a78e87d51ce8da2ecace57 var/lib/lx-office-erp/templates/webpages/menu/menuv3_de.html -4b50e5b2566dc8eb3761f710ce555254 var/lib/lx-office-erp/templates/webpages/menu/menuv4_master.html -e4a1b0abdce3da780bb9115ec3ad2c76 var/lib/lx-office-erp/templates/webpages/common/show_history_master.html -6facfa7ef577b1ffef6b8cc415a6c904 var/lib/lx-office-erp/templates/webpages/common/search_history_master.html -594915e055870caddc36ce510ce386f0 var/lib/lx-office-erp/templates/webpages/common/show_vc_details_en.html -871015dc2f6c2b6327c1a941c135ae60 var/lib/lx-office-erp/templates/webpages/common/show_vc_details_master.html -27493eef32215eddc7001928ea5e798e var/lib/lx-office-erp/templates/webpages/common/search_history_de.html -a008ba8a543c388b88b3e3aa04e5e45a var/lib/lx-office-erp/templates/webpages/common/show_vc_details_de.html -235f1b60d2d28743533445456f60248b var/lib/lx-office-erp/templates/webpages/common/search_history_en.html -312a9ccf79d5868233fb3b5468cf530c var/lib/lx-office-erp/templates/webpages/common/show_history_en.html -e930a7946ffaf2b1dfea0844d980ceac var/lib/lx-office-erp/templates/webpages/common/show_history_de.html -00aa122d11ff2f1d1276b5bc70adb09b var/lib/lx-office-erp/templates/webpages/ct/form_header_master.html -8dfeb8ded906df252ba82203e4e01dcf var/lib/lx-office-erp/templates/webpages/ct/ajax_autocomplete_en.html -717ff76d55d4024c1f35f4b71199a6f8 var/lib/lx-office-erp/templates/webpages/ct/get_delivery_de.html -935b3398f53128d75c75dc3eb2ec6d6d var/lib/lx-office-erp/templates/webpages/ct/get_delivery_master.html -1467f400f2417d4ce83fa6b42771685a var/lib/lx-office-erp/templates/webpages/ct/list_names_bottom_de.html -8dfeb8ded906df252ba82203e4e01dcf var/lib/lx-office-erp/templates/webpages/ct/ajax_autocomplete_master.html -895eb91f6f8c04cc956a035fd9d7b6ff var/lib/lx-office-erp/templates/webpages/ct/form_footer_en.html -e306a9e07cf865ba90a0ac5dd321fa79 var/lib/lx-office-erp/templates/webpages/ct/list_names_bottom_master.html -d0b017b140796c2385fa795a38014cbc var/lib/lx-office-erp/templates/webpages/ct/list_names_bottom_en.html -bc401c133a38b0aefc8a442c8c6c321f var/lib/lx-office-erp/templates/webpages/ct/form_header_de.html -8dfeb8ded906df252ba82203e4e01dcf var/lib/lx-office-erp/templates/webpages/ct/ajax_autocomplete_de.html -16a2328dcd61fdd19700cdaa06475178 var/lib/lx-office-erp/templates/webpages/ct/search_en.html -2ae48f54c2594b2e1e1d1fa75b1c6eb1 var/lib/lx-office-erp/templates/webpages/ct/get_delivery_en.html -310aa8151b53f83084080a11ede3e00e var/lib/lx-office-erp/templates/webpages/ct/search_de.html -6f095fd9ca5a24f36feb832cafb97c62 var/lib/lx-office-erp/templates/webpages/ct/form_footer_master.html -19dc9e04caf7a0f233a102b09b6ce0a8 var/lib/lx-office-erp/templates/webpages/ct/search_master.html -8c8ec26ffa09a8d13f5a259bfeed21e4 var/lib/lx-office-erp/templates/webpages/ct/form_footer_de.html -b9bc8a177ce413c4f34453a16f4253cb var/lib/lx-office-erp/templates/webpages/ct/form_header_en.html -1bc9e08b4ff7a8f5d9c4ce3a74de52fa var/lib/lx-office-erp/templates/webpages/generictranslations/edit_greetings_en.html -998259880b69bdf7620d20de122ec8b9 var/lib/lx-office-erp/templates/webpages/generictranslations/edit_greetings_master.html -3c9622e6fea6483316b2a428d88dcbc6 var/lib/lx-office-erp/templates/webpages/generictranslations/edit_greetings_de.html -deb218b40a8f844ff007cd88657a2b78 var/lib/lx-office-erp/templates/webpages/drafts/load_master.html -75dcbc3fd4cabfc2258de571592ca51c var/lib/lx-office-erp/templates/webpages/drafts/save_new_de.html -3ab537037ba476066d3aaa0beb70137b var/lib/lx-office-erp/templates/webpages/drafts/save_new_en.html -eb1a313b3330bd347f423816498a924c var/lib/lx-office-erp/templates/webpages/drafts/load_en.html -53ff1beb4be4bff479fe5ad4d45c3b05 var/lib/lx-office-erp/templates/webpages/drafts/save_new_master.html -c660b88492a5b9b185589ae73dadbfcf var/lib/lx-office-erp/templates/webpages/drafts/load_de.html -c3a5e79525fe0efb3b946dd50817b1ac var/lib/lx-office-erp/templates/webpages/do/set_stock_in_out_master.html -6d1c23065b2a7737b3c0a25e8645ec8e var/lib/lx-office-erp/templates/webpages/do/form_header_master.html -c00f7e95c7a7302ee6ad7eed9510091a var/lib/lx-office-erp/templates/webpages/do/orders_bottom_master.html -c3a5e79525fe0efb3b946dd50817b1ac var/lib/lx-office-erp/templates/webpages/do/set_stock_in_out_en.html -c21ecca4c07bd368162afeeb129b9557 var/lib/lx-office-erp/templates/webpages/do/stock_in_form_master.html -bfc28511b41e8a58c15c1cfe14537f53 var/lib/lx-office-erp/templates/webpages/do/stock_out_form_en.html -a5834a9fb3d789306cf3e0e54dbe1edd var/lib/lx-office-erp/templates/webpages/do/orders_top_de.html -c3a5e79525fe0efb3b946dd50817b1ac var/lib/lx-office-erp/templates/webpages/do/set_stock_in_out_de.html -b18ceefe58bb99f102668177a6facbd3 var/lib/lx-office-erp/templates/webpages/do/form_footer_en.html -0985a406061fff79031335d8ca5e0ad7 var/lib/lx-office-erp/templates/webpages/do/form_header_de.html -00da491a1a17fb9bfc8299ae4f62025e var/lib/lx-office-erp/templates/webpages/do/delete_master.html -a2e739053a5eea8b40a7a2cec0ae4343 var/lib/lx-office-erp/templates/webpages/do/stock_out_form_de.html -989f8d15e9cf6cc18590c5ce5c3be5c8 var/lib/lx-office-erp/templates/webpages/do/delete_de.html -31b5309a42d6d8b9ae545aeba6da9ec7 var/lib/lx-office-erp/templates/webpages/do/orders_bottom_de.html -2c15fbcb969236966f6ae552d6be587e var/lib/lx-office-erp/templates/webpages/do/stock_in_form_en.html -a5834a9fb3d789306cf3e0e54dbe1edd var/lib/lx-office-erp/templates/webpages/do/orders_top_en.html -3433d7688902a926f2b8075ecda9080b var/lib/lx-office-erp/templates/webpages/do/search_en.html -5cfa758aa28d8bc0a75f1e27e900101c var/lib/lx-office-erp/templates/webpages/do/orders_bottom_en.html -a5834a9fb3d789306cf3e0e54dbe1edd var/lib/lx-office-erp/templates/webpages/do/orders_top_master.html -88317a1c48555bcf0da679a17b328866 var/lib/lx-office-erp/templates/webpages/do/search_de.html -0b25ef6bbec7d0b4ccf387ccb83e7dbe var/lib/lx-office-erp/templates/webpages/do/stock_in_form_de.html -dc45787dc5aee3537c9e169b4b789673 var/lib/lx-office-erp/templates/webpages/do/delete_en.html -a6ccd7cc157886428cabc7d0b8e2a247 var/lib/lx-office-erp/templates/webpages/do/form_footer_master.html -8e5a20cbb8d49f5020f1066afd645929 var/lib/lx-office-erp/templates/webpages/do/search_master.html -4d7a67c3f5e39f7cd367fd85666f7b9c var/lib/lx-office-erp/templates/webpages/do/form_footer_de.html -6aeb8499d54e9c6a8c13a84a96b201e5 var/lib/lx-office-erp/templates/webpages/do/form_header_en.html -9f4465a1fc6373b36b05d9f8eb6d86ac var/lib/lx-office-erp/templates/webpages/do/stock_out_form_master.html -a65d425e7d1eb31eacb12be7667b1368 var/lib/lx-office-erp/templates/webpages/ar/ar_transactions_bottom_de.html -2676f2e3a02714ee6ee6b0b1a9abba42 var/lib/lx-office-erp/templates/webpages/ar/ar_transactions_bottom_master.html -feb9aed2dbe4c908b98ebcb0efe51456 var/lib/lx-office-erp/templates/webpages/ar/ar_transactions_bottom_en.html -e2dfb2004d49b7d6082eaa5ade84c884 var/lib/lx-office-erp/templates/webpages/ar/search_en.html -3fa797591608bfa32d16c9e43dcad883 var/lib/lx-office-erp/templates/webpages/ar/search_de.html -02671ae38b4ec2cbeb47e3de2661d412 var/lib/lx-office-erp/templates/webpages/ar/search_master.html -093e5d917ccec67e7691eb1294f0a2a3 var/lib/lx-office-erp/templates/webpages/ir/form_header_master.html -112f7277800a824633594b418e5ed9dc var/lib/lx-office-erp/templates/webpages/ir/_payments_en.html -e7e0298bc9343d670bf9d343d8d5f875 var/lib/lx-office-erp/templates/webpages/ir/form_footer_en.html -344af913187bbda04523e45f6d570477 var/lib/lx-office-erp/templates/webpages/ir/form_header_de.html -be65d3a3f3e74971aa0d0684312768d2 var/lib/lx-office-erp/templates/webpages/ir/_payments_master.html -53f0dd00f0dc1dba5e65546206121c9a var/lib/lx-office-erp/templates/webpages/ir/_payments_de.html -858b250fb93391ef820634a9adaa6781 var/lib/lx-office-erp/templates/webpages/ir/form_footer_master.html -850b18112eb58679e97d6912172af346 var/lib/lx-office-erp/templates/webpages/ir/form_footer_de.html -6f7158f2bb48ec9bf94b8e18185b4225 var/lib/lx-office-erp/templates/webpages/ir/form_header_en.html -7f4bc510b0d83d31ecf59e9750c2808b var/lib/lx-office-erp/templates/webpages/oe/form_header_master.html -91ef9bcec595d6229df8c7a7e3e7f4f7 var/lib/lx-office-erp/templates/webpages/oe/check_for_direct_delivery_en.html -7fb290ea153a17e5a03d68abf212c6c7 var/lib/lx-office-erp/templates/webpages/oe/orders_bottom_master.html -aee0e8f0a3b1fdc8f2a8fc3d9f9dcced var/lib/lx-office-erp/templates/webpages/oe/sales_order_en.html -8fbf74b86ab154bfd4ed7816251000ca var/lib/lx-office-erp/templates/webpages/oe/check_for_direct_delivery_de.html -d795f900b82fa3ed4e80f2cda45f7b82 var/lib/lx-office-erp/templates/webpages/oe/orders_top_de.html -d06bcceb8916e7e4e785e94c6fe65974 var/lib/lx-office-erp/templates/webpages/oe/form_footer_en.html -e674c958e399208e8a54f403d749351e var/lib/lx-office-erp/templates/webpages/oe/form_header_de.html -e72b1926727a29766f49730c773fd81f var/lib/lx-office-erp/templates/webpages/oe/sales_order_de.html -c80b1d0eedaee9e7ffab97933b0cfd16 var/lib/lx-office-erp/templates/webpages/oe/sales_order_master.html -671ba6c1cddb37bff8a44a1f26418494 var/lib/lx-office-erp/templates/webpages/oe/orders_bottom_de.html -c1d39517af8eaee431cb860bcac4ff97 var/lib/lx-office-erp/templates/webpages/oe/report_for_todo_list_master.html -d795f900b82fa3ed4e80f2cda45f7b82 var/lib/lx-office-erp/templates/webpages/oe/orders_top_en.html -a155e92d175e059bec7263eaa9cc55d8 var/lib/lx-office-erp/templates/webpages/oe/search_en.html -1e59b469798d610a83098354dc0fc29b var/lib/lx-office-erp/templates/webpages/oe/check_for_direct_delivery_master.html -da31d82f89220d1a7828f52227054f79 var/lib/lx-office-erp/templates/webpages/oe/report_for_todo_list_en.html -1c27a2cb9f20ec9ceb2f999bd009cadf var/lib/lx-office-erp/templates/webpages/oe/orders_bottom_en.html -d795f900b82fa3ed4e80f2cda45f7b82 var/lib/lx-office-erp/templates/webpages/oe/orders_top_master.html -8a24c60fce93d8bd42d6ddde1a1cff11 var/lib/lx-office-erp/templates/webpages/oe/search_de.html -cf29debac15a5521036de7bbfde3b46f var/lib/lx-office-erp/templates/webpages/oe/form_footer_master.html -ce674abf0dd6d554a6636227d3e89dc0 var/lib/lx-office-erp/templates/webpages/oe/search_master.html -34ecec11eda4babe851b444538eb6250 var/lib/lx-office-erp/templates/webpages/oe/form_footer_de.html -8ddd7392428992789e355353e6615e15 var/lib/lx-office-erp/templates/webpages/oe/report_for_todo_list_de.html -10adb561f8b07601147d044a7982908b var/lib/lx-office-erp/templates/webpages/oe/form_header_en.html -b414bc46433eaf94fc8b797fc183c67c var/lib/lx-office-erp/templates/Service-purchase_order.tex -839b7d7649eedc2821c1eaa2895ed575 var/lib/lx-office-erp/templates/German-ustva-2007.tex -0d40f63220ea3bd89d47ce5adba5a5a9 var/lib/lx-office-erp/templates/Default-statement.html -5e9ac282909e3c2a8bd5b62fb337f8c8 var/lib/lx-office-erp/templates/Default-sales_quotation.html -7b80ccbfa27caecdc5d0f008f3a7fd82 var/lib/lx-office-erp/templates/German-sales_order.html -476f94f3fe82520e0d7eaa3291bddaad var/lib/lx-office-erp/templates/French-sales_order.tex -69ca8d14bd6c55ee3986651724068af9 var/lib/lx-office-erp/templates/German-purchase_order.html -d8ac374d2b12eb05bb96699545ba7b63 var/lib/lx-office-erp/templates/Service-income_statement.html -85211f161d3756653a51fc0e98bdc34c var/lib/lx-office-erp/templates/German-pick_list.html -309395cc15f2815806f954e05cd56c3a var/lib/lx-office-erp/templates/German-ustva-2004.tex -08709c5d76c0bb448b13ecd3052833b8 var/lib/lx-office-erp/templates/German-request_quotation.tex -155dc470337c0d189968c8ded25e1cfa var/lib/lx-office-erp/templates/Default-check.tex -155dc470337c0d189968c8ded25e1cfa var/lib/lx-office-erp/templates/French-check.tex -d1077ce1ff3fc7653f2e0e1408929527 var/lib/lx-office-erp/templates/Default-statement.tex -9ce6dc1f839f2e9b0559f1a160953e63 var/lib/lx-office-erp/templates/German-sales_quotation.odt -68136cbe9ddae73ec0834499d20d8190 var/lib/lx-office-erp/templates/German-bin_list.tex -000ed50819696dbae3eb778e967d4d6a var/lib/lx-office-erp/templates/German-sales_delivery_order.tex -da3b0fbff4a8dcbe8a1fc1b7638d0e5a var/lib/lx-office-erp/templates/German-taxbird.txb -b31dd7c0b91c91933fc50b6a06ea751f var/lib/lx-office-erp/templates/German-statement.tex -9731f84931dab5707c8016146be8f07f var/lib/lx-office-erp/templates/Service-statement.tex -1d64c7e6b09733867cee7e53a5c03362 var/lib/lx-office-erp/templates/German-invoice.tex -055cc37e055a931af585a5af05628329 var/lib/lx-office-erp/templates/German-winston.xml -1aed69835a8481081b850b8bf8818968 var/lib/lx-office-erp/templates/German-credit_note.tex -427f2c3500eb54ad8502b6d8940d0268 var/lib/lx-office-erp/templates/.htaccess -155dc470337c0d189968c8ded25e1cfa var/lib/lx-office-erp/templates/French-receipt.tex -cccf3f986050c69bb12dc225fdf09297 var/lib/lx-office-erp/templates/Service-sales_order.tex -c32897cd3d1d1ac410c0da1137c2f2f4 var/lib/lx-office-erp/templates/French-statement.html -93dc30d65ff774108927d787b88fc6a4 var/lib/lx-office-erp/templates/Default-packing_list.html -9af675b363186211e84500db49ebe417 var/lib/lx-office-erp/templates/Service-balance_sheet.html -20d916a480a81959cdccc99725997c06 var/lib/lx-office-erp/templates/Default-pick_list.html -cd5ae3a2526af1bd2468f98050e21c11 var/lib/lx-office-erp/templates/German-ustva-2008.tex -0d40f63220ea3bd89d47ce5adba5a5a9 var/lib/lx-office-erp/templates/Service-statement.html -c5d8ce8a85047d0a592c8ac6e7d77bfe var/lib/lx-office-erp/templates/German-statement.html -c15774d3e9a9d9d136d946f9645e9144 var/lib/lx-office-erp/templates/Default-sales_quotation.tex -d8ac374d2b12eb05bb96699545ba7b63 var/lib/lx-office-erp/templates/Default-income_statement.html -092c3dc7914ea52d6428ee76fad75cc6 var/lib/lx-office-erp/templates/French-packing_list.tex -bd65961c34555fb7c01961ffad49a7e0 var/lib/lx-office-erp/templates/French-invoice.html -e415a6c099e0a493c12ce07ced795d7e var/lib/lx-office-erp/templates/German-packing_list.html -7dbe39c0e9d2ebe47e387c98c4843021 var/lib/lx-office-erp/templates/French-packing_list.html -155dc470337c0d189968c8ded25e1cfa var/lib/lx-office-erp/templates/Service-check.tex -451c39235d61c63158befe8a66c0a597 var/lib/lx-office-erp/templates/German-invoice.html -a2bbdeb44910e0176925191cd1a49510 var/lib/lx-office-erp/templates/German-pick_list.tex -6fd3d2c75beaf9accd9fecb353b99976 var/lib/lx-office-erp/templates/German-sales_order.tex -9e08b53f351d7847ddefd50cf0e7d65b var/lib/lx-office-erp/templates/German-income_statement.html -9af675b363186211e84500db49ebe417 var/lib/lx-office-erp/templates/Default-balance_sheet.html -155dc470337c0d189968c8ded25e1cfa var/lib/lx-office-erp/templates/Service-receipt.tex -9731f84931dab5707c8016146be8f07f var/lib/lx-office-erp/templates/French-statement.tex -369570021760bad16586a3531301cc36 var/lib/lx-office-erp/templates/French-balance_sheet.html -22a90b4b44e72f6f54c8dd57d6856cec var/lib/lx-office-erp/templates/German-zahlungserinnerung_invoice.tex -2d565296c041e21d8eea2459d8764290 var/lib/lx-office-erp/templates/Service-sales_order.html -efe4734b5db286cea607ffe00e260334 var/lib/lx-office-erp/templates/German-ustva-2006.tex -a8db82b7408fbb09ec0d95dfc124c0d5 var/lib/lx-office-erp/templates/German-packing_list.tex -48a4b1634eb5f51813f2ceffe02d934f var/lib/lx-office-erp/templates/Default-invoice.tex -b78cff44045628a42a19cd8548a6d68f var/lib/lx-office-erp/templates/German-zahlungserinnerung.tex -378578c92e2ef41fadd0fdd9cdad5d15 var/lib/lx-office-erp/templates/German-sales_quotation.html -ff55b5128e22500e7c97bc2f8b6154fb var/lib/lx-office-erp/templates/Default-bin_list.tex -ca1942a777bb9757e0929f677dcc6f49 var/lib/lx-office-erp/templates/German-invoice.odt -2ed163ca132661bdde443d9fa26564bf var/lib/lx-office-erp/templates/French-purchase_order.html -3d363f762c99e9cdcb08a423a8ce039e var/lib/lx-office-erp/templates/Default-packing_list.tex -8bc701c81a0ee89fe4478ddae2ef4827 var/lib/lx-office-erp/templates/French-sales_order.html -6f81ff6f4639eefe6816e7288374a28b var/lib/lx-office-erp/templates/German-check.tex -b064d0f07f8fd71423879e8ffe9d6be5 var/lib/lx-office-erp/templates/Default-invoice.html -947ddd3cdc8d188dce0d9b0c689f3235 etc/lx-office-erp/lx-erp.conf.default -ea0d4d87c77d5b69a20bcafc76c987c6 etc/lx-office-erp/lx-office-erp.cherokee -947ddd3cdc8d188dce0d9b0c689f3235 etc/lx-office-erp/lx-erp.conf -bea7284fe4b080a4ab01b4dabf951295 etc/lx-office-erp/lx-office-erp.apache2.conf diff --git a/DEBIAN/DEBIAN/postinst b/DEBIAN/DEBIAN/postinst deleted file mode 100755 index 11095845f..000000000 --- a/DEBIAN/DEBIAN/postinst +++ /dev/null @@ -1,196 +0,0 @@ -#!/bin/bash -# postinst script for lx-office-erp-svn -# -# see: dh_installdeb(1) - -# e = exit on error -set -e -# x = xtrace -#set -x - -debugfile=$(mktemp /tmp/lx-erp.log.XXXXXX) -echo " ! "`date`" Postinst $1 !" >> $debugfile - -source /usr/share/debconf/confmodule - -# summary of how this script can be called: -# * `configure' -# * `abort-upgrade' -# * `abort-remove' `in-favour' -# -# * `abort-remove' -# * `abort-deconfigure' `in-favour' -# `removing' -# -# for details, see http://www.debian.org/doc/debian-policy/ or -# the debian-policy package - - -config_postgresql_factory_script() { - - echo "Starting factory postgresql config script: scripts/inst_postgres_deb.sh.." - cd /usr/lib/lx-office-erp/ - ./scripts/inst_postgres_deb.sh - echo "Factory postgresql config script done." -} - - -set_lx_office_erp_web_admin_password() { - db_get lx-office-erp/admin-password - ADMINPASSWORD="$RET" - - sed --in-place --expression "s/^admin_password.*=.*/admin_password = $ADMINPASSWORD/" /etc/lx-office-erp/lx_office.conf -} - - -set_lx_office_erp_authentication_db_user_password() { - db_get lx-office-erp/lx-office-erp-user-postgresql-password - PASSWORD="$RET" - - sed --in-place --expression "s/^password.*=.*/password = $PASSWORD/" /etc/lx-office-erp/lx_office.conf - sed --in-place --expression "s/^user.*=.*postgres/user = lxoffice/g" /etc/lx-office-erp/lx_office.conf -} - - -set_user_rights() { - chown -R www-data:www-data /usr/lib/lx-office-erp/users - chown -R www-data:www-data /usr/lib/lx-office-erp/templates - chown www-data:www-data /etc/lx-office-erp/lx_office.conf - chown www-data:www-data /usr/lib/lx-office-erp/menu.ini - chmod 0600 /etc/lx-office-erp/lx_office.conf -} - -mk_new_menu() { - if [ -e /usr/lib/lx-office-crm ] ; then - #crm vorhanden, dann die menu.ini mit der höchsten VersNr nehmen - for i in `ls -1 /usr/lib/lx-office-crm/update/menu*ini` ; do - cat $i > /usr/lib/lx-office-erp/menu.ini - done; - cat /usr/lib/lx-office-erp/menu.default >> /usr/lib/lx-office-erp/menu.ini - else - cp /usr/lib/lx-office-erp/menu.default /usr/lib/lx-office-erp/menu.ini - fi -} - -mk_new_config() { - if ! [ -f /etc/lx-office-erp/lx_office.conf ] ; then - cp /etc/lx-office-erp/lx_office.conf.default /etc/lx-office-erp/lx_office.conf - fi -} - -mk_links() { - for file in lx_office.conf lx_office.conf.default ; do - test -f /usr/lib/lx-office-erp/config/${file} || ln -s /etc/lx-office-erp/${file} /usr/lib/lx-office-erp/config/${file} - done - for file in lx-erp.conf authentication.pl ; do - if [ -f /usr/lib/lx-office-erp/config/${file} ] ; then - rm /usr/lib/lx-office-erp/config/${file} - fi - done - if [ -e /etc/apache2 ] ; then - if ! [ -f /etc/apache2/conf.d/lx-office-erp.apache2.conf ] ; then - ln -s /etc/lx-office-erp/lx-office-erp.apache2.conf /etc/apache2/conf.d/lx-office-erp.apache2.conf - fi; - fi; - if [ -e /etc/cherokee/sites-available ] ; then - if ! [ -f /etc/cherokee/sites-available/lx-office-erp.cherokee ] ; then - cat /etc/lx-office-erp/lx-office-erp.cherokee.handler >> /etc/cherokee/sites-available/default - ln -s /etc/lx-office-erp/lx-office-erp.cherokee /etc/cherokee/sites-available/lx-office-erp.cherokee - fi; - fi; - if [ -e /etc/lighttpd ] ; then - if ! [ -f /etc/lighttpd/conf-enabled/lx-office-erp.lighttpd ] ; then - ln -s /etc/lx-office-erp/lx-office-erp.lighttpd /etc/lighttpf/conf-enabled/10-lx-office-erp - fi; - fi; -} -web_server_ctrl() { - local action=$1 - if [ -x "/etc/init.d/apache2" ]; then - if [ -x /usr/sbin/invoke-rc.d ]; then - invoke-rc.d apache2 $action ||true - else - /etc/init.d/apache2 $action ||true - fi - fi - if [ -f /etc/init.d/cherokee ] ; then - /etc/init.d/cherokee $action || true - fi - if [ -f /etc/init.d/lighttpd ] ; then - /etc/init.d/lighttpd $action || true - fi - - # if [ $action = restart ] ; then - # echo Sleeping - # sleep 5 - # echo Awake - # fi -} - -enable_fcgi() { - if [ -x /usr/sbin/a2enmod -a -f /usr/lib/apache2/modules/mod_fcgid.so ] ; then - /usr/sbin/a2enmod fcgid - # web_server_ctrl restart - fi -} - -case "$1" in - - upgrade) - echo " ! "`date`" $1 !" >> $debugfile - - enable_fcgi - - VER=`cat /var/www/lx-office-erp/VERSION | cut -d '.' -f2` - if [ $VER = '6' ]; then - echo " ! 2.6 !" >> $debugfile - echo "Version 2.6.x" - mk_new_menu - else - mk_new_menu - mk_new_config - config_postgresql_factory_script - set_lx_office_erp_web_admin_password - set_lx_office_erp_authentication_db_user_password - mk_links - fi; - - set_user_rights - ps auxw - - db_stop || true - web_server_ctrl restart - - ;; - - install|configure) - echo " ! "`date`" $1 !" >> $debugfile - - enable_fcgi - - mk_new_menu - mk_new_config - config_postgresql_factory_script - set_lx_office_erp_web_admin_password - set_lx_office_erp_authentication_db_user_password - mk_links - - set_user_rights - - db_stop || true - web_server_ctrl restart - - ;; - - abort-upgrade|abort-remove|abort-deconfigure) - ;; - - *) - echo "postinst called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -echo "done!!" - -exit 0 diff --git a/DEBIAN/DEBIAN/postrm b/DEBIAN/DEBIAN/postrm deleted file mode 100755 index 51f2247ff..000000000 --- a/DEBIAN/DEBIAN/postrm +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -set -e -#set -x -echo " ! "`date`" Postrm $1 !" >> /tmp/lxo-erp.log - -if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then - rm -rf /var/lib/lx-office-erp/templates/* - rm -rf /usr/lib/lx-office-erp/config/* - rm -rf /etc/apache*/conf.d/lx-office-erp* - rm -f /usr/lib/lx-office-erp/lxdbinst.sql - . /usr/share/debconf/confmodule - db_purge -fi diff --git a/DEBIAN/DEBIAN/preinst b/DEBIAN/DEBIAN/preinst deleted file mode 100755 index 66dd4e3a3..000000000 --- a/DEBIAN/DEBIAN/preinst +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/sh -#Nur für das Update von einer 2.6.0 nötig, da hier gnadenlos gelöscht wird -#set -x - -( -echo " ! "`date`" Preinst $1 !" >> /tmp/lxo-erp.log -) - -if [ "$1" = "upgrade" ]; then - echo " ! upgrade !" >> /tmp/lxo-erp.log - cnt=`grep -c '\-e /usr/lib/lx-office-erp' /var/lib/dpkg/info/lx-office-erp.postrm` - echo " ! $cnt !" >> /tmp/lxo-erp.log - if [ $cnt -gt 0 ]; then - echo "#!/bin/sh" > /var/lib/dpkg/info/lx-office-erp.postrm - echo "set -e" >> /var/lib/dpkg/info/lx-office-erp.postrm - echo "echo ' ! '`date`' postrm2 $1 !'" >> /var/lib/dpkg/info/lx-office-erp.postrm - chmod +x /var/lib/dpkg/info/lx-office-erp.postrm - else - echo " ! ok !" >> /tmp/lxo-erp.log - fi -fi - diff --git a/DEBIAN/DEBIAN/templates b/DEBIAN/DEBIAN/templates deleted file mode 100644 index 648b64d62..000000000 --- a/DEBIAN/DEBIAN/templates +++ /dev/null @@ -1,35 +0,0 @@ -Template: lx-office-erp/admin-password-conf -Type: boolean -Default: true -Description: Admin Passwort einrichten? - Es wird empfohlen, ein Admin Passwort fuer das Web-Frontend von LX-Office-ERP einzurichten (127.0.0.1/lx-erp/admin.pl). - -Template: lx-office-erp/admin-password -Type: password -Description: Neues Admin Passwort - -Template: lx-office-erp/admin-password2 -Type: password -Description: Bestaetigung - Bitte Admin-Passwort wiederholen. - -Template: lx-office-erp/password-mismatch -Type: error -Description: Keine Uebereinstimmung. - Sie haben keine uebereinstimmenden Passwoerter eingegeben. Bitte nochmals eingeben. - -Template: lx-office-erp/lx-office-erp-user-postgresql-password -Type: password -Description: Neues Passwort fuer Lx-Office-ERP Datenbank-Nutzer - Der neue Account des Lx-Office-ERP Datenbanknutzers ist zu schuetzen. Bitte ein neues - Passwort eingeben. - -Template: lx-office-erp/lx-office-erp-user-postgresql-password2 -Type: password -Description: Bestaetigung - Bitte Datenbank-Passwort wiederholen. - -Template: lx-office-erp/password-empty -Type: error -Description: Fehlendes Kennwort - Sie müssen ein Datenbank-Kennwort vergeben! diff --git a/DEBIAN/README b/DEBIAN/README deleted file mode 100644 index 9179a5aa1..000000000 --- a/DEBIAN/README +++ /dev/null @@ -1,20 +0,0 @@ -Debian-Paket erzeugen. - -ERP aus dem Git clonen: - -git clone git://lx-office.linet-services.de/lx-office-erp.git - -Die Datei mk_erp_deb.sh -In das neue Verzeichnis lx-office-erp wechsel und die Datei -DEBIAN/mk_erp_deb.sh mit einem Editor öffnen. Die Pfade: -SRC und DST ggf. anpassen und wieder speichern. - -Die Datei DEBIAN/mk_erp_deb.sh ausführen. Fertig. - - -FCGI wird mit diesem Paket nicht installiert. -Dafür würde ich ein eigenes Paket bauen. -Dieses bekommt ein eigenes Konfigfile für den Apache und -erfüllt die Abhängigkeiten. -Dann kann jeder Admin selber entscheiden, ob er -fcgi einschaltet. \ No newline at end of file diff --git a/DEBIAN/mk_erp_deb.sh b/DEBIAN/mk_erp_deb.sh deleted file mode 100755 index b3d47bc77..000000000 --- a/DEBIAN/mk_erp_deb.sh +++ /dev/null @@ -1,90 +0,0 @@ -#!/bin/bash - -#Jedes neue Paket der gleichen Version bekommt eine eigene Nummer -NR="${NR:-0}" - -#hier wurde das Git-Paket entpakt: -SRC=/tmp/lx-office-erp - -#hier wird das Debian-Paket gebaut: -DST=/tmp/package - - -################################################ -# ab hier keine Konfiguration mehr -################################################ - -VER=`cat VERSION` -DEST=$DST/lx-office-erp_$VER-$NR$1_all - - -mkdir -p $DEST -cd $DEST - -#Struktur anlegen: -cp -a $SRC/DEBIAN/DEBIAN . -tar xzf $SRC/DEBIAN/struktur.tgz - -#Für Hardy + co Sonderbehandlung -if [ "$1#" == "-older#" ]; then - mv DEBIAN/control.older DEBIAN/control -else - rm DEBIAN/control.older -fi - -#Dateien kopieren: -#aber keine fertigen Konfigurationen, nur *.default -cp -a $SRC/SL usr/lib/lx-office-erp -cp -a $SRC/bin usr/lib/lx-office-erp -cp -a $SRC/js usr/lib/lx-office-erp -cp -a $SRC/locale usr/lib/lx-office-erp -cp -a $SRC/lxo-import usr/lib/lx-office-erp -cp -a $SRC/modules usr/lib/lx-office-erp -cp -a $SRC/scripts usr/lib/lx-office-erp -cp -a $SRC/sql usr/lib/lx-office-erp -cp -a $SRC/t usr/lib/lx-office-erp -cp -a $SRC/*.pl usr/lib/lx-office-erp -cp -a $SRC/dispatcher.f* usr/lib/lx-office-erp -cp $SRC/VERSION usr/lib/lx-office-erp -cp $SRC/index.html usr/lib/lx-office-erp -cp $SRC/config/lx_office.conf.default etc/lx-office-erp/lx_office.conf.default -cp $SRC/menu.ini usr/lib/lx-office-erp/menu.default -cp -a $SRC/css var/lib/lx-office-erp -cp -a $SRC/templates var/lib/lx-office-erp -cp -a $SRC/users var/lib/lx-office-erp - -cp -a $SRC/doc/* usr/share/doc/lx-office-erp/ -cp -a $SRC/image/* usr/share/lx-office-erp/ - -#Ist nicht im Repository. Liegt bei sf -if [ "$1#" == "-older#" ]; then - tar xzf $SRC/DEBIAN/lx-erp-perl-libs-compat-v2.tar.gz -fi - -#Git- und dummy-files löschen -find . -name ".git*" -exec rm -rf {} \; -find . -name ".dummy" -exec rm -rf {} \; - -#Rechte setzen -chown -R www-data: usr/lib/lx-office-erp -chown -R www-data: var/lib/lx-office-erp -chown -R www-data: etc/lx-office-erp - -#MD5 Summe bilden: -find usr/ -name "*" -type f -exec md5sum {} \; > DEBIAN/md5sum -find var/ -name "*" -type f -exec md5sum {} \; >> DEBIAN/md5sum -find etc/ -name "*" -type f -exec md5sum {} \; >> DEBIAN/md5sum - -#Größe feststellen: -SIZE=`du -scb . | tail -n 1 | cut -f1` - -#Controlfile updaten: -sed --in-place --expression "s/Installed-Size: 0/Installed-Size: $SIZE/g" DEBIAN/control -sed --in-place --expression "s/Version: 0/Version: $VER-$NR/g" DEBIAN/control -#Revisionsnummer evtl. von Hand eintragen - -#Paket bauen: -cd .. -dpkg-deb --build lx-office-erp_$VER-$NR$1_all - -echo "Done" diff --git a/DEBIAN/struktur.tgz b/DEBIAN/struktur.tgz deleted file mode 100644 index 99ae8ad0d..000000000 Binary files a/DEBIAN/struktur.tgz and /dev/null differ diff --git a/SL/Auth.pm b/SL/Auth.pm index 52c2dc63d..ddd8233d3 100644 --- a/SL/Auth.pm +++ b/SL/Auth.pm @@ -121,19 +121,19 @@ sub _read_auth_config { if (!$self->{authenticator}) { my $locale = Locale->new('en'); - $self->mini_error($locale->text('No or an unknown authenticantion module specified in "config/lx_office.conf".')); + $self->mini_error($locale->text('No or an unknown authenticantion module specified in "config/kivitendo.conf".')); } my $cfg = $self->{DB_config}; if (!$cfg) { my $locale = Locale->new('en'); - $self->mini_error($locale->text('config/lx_office.conf: Key "DB_config" is missing.')); + $self->mini_error($locale->text('config/kivitendo.conf: Key "DB_config" is missing.')); } if (!$cfg->{host} || !$cfg->{db} || !$cfg->{user}) { my $locale = Locale->new('en'); - $self->mini_error($locale->text('config/lx_office.conf: Missing parameters in "authentication/database". Required parameters are "host", "db" and "user".')); + $self->mini_error($locale->text('config/kivitendo.conf: Missing parameters in "authentication/database". Required parameters are "host", "db" and "user".')); } $self->{authenticator}->verify_config(); diff --git a/SL/Auth/LDAP.pm b/SL/Auth/LDAP.pm index 92ee43e2b..18c395e65 100644 --- a/SL/Auth/LDAP.pm +++ b/SL/Auth/LDAP.pm @@ -49,20 +49,20 @@ sub _connect { $self->{ldap} = Net::LDAP->new($cfg->{host}, 'port' => $port); if (!$self->{ldap}) { - $main::form->error($main::locale->text('The LDAP server "#1:#2" is unreachable. Please check config/lx_office.conf.', $cfg->{host}, $port)); + $main::form->error($main::locale->text('The LDAP server "#1:#2" is unreachable. Please check config/kivitendo.conf.', $cfg->{host}, $port)); } if ($cfg->{tls}) { my $mesg = $self->{ldap}->start_tls('verify' => 'none'); if ($mesg->is_error()) { - $main::form->error($main::locale->text('The connection to the LDAP server cannot be encrypted (SSL/TLS startup failure). Please check config/lx_office.conf.')); + $main::form->error($main::locale->text('The connection to the LDAP server cannot be encrypted (SSL/TLS startup failure). Please check config/kivitendo.conf.')); } } if ($cfg->{bind_dn}) { my $mesg = $self->{ldap}->bind($cfg->{bind_dn}, 'password' => $cfg->{bind_password}); if ($mesg->is_error()) { - $main::form->error($main::locale->text('Binding to the LDAP server as "#1" failed. Please check config/lx_office.conf.', $cfg->{bind_dn})); + $main::form->error($main::locale->text('Binding to the LDAP server as "#1" failed. Please check config/kivitendo.conf.', $cfg->{bind_dn})); } } @@ -204,11 +204,11 @@ sub verify_config { my $cfg = $self->{auth}->{LDAP_config}; if (!$cfg) { - $form->error($locale->text('config/lx_office.conf: Key "authentication/ldap" is missing.')); + $form->error($locale->text('config/kivitendo.conf: Key "authentication/ldap" is missing.')); } if (!$cfg->{host} || !$cfg->{attribute} || !$cfg->{base_dn}) { - $form->error($locale->text('config/lx_office.conf: Missing parameters in "authentication/ldap". Required parameters are "host", "attribute" and "base_dn".')); + $form->error($locale->text('config/kivitendo.conf: Missing parameters in "authentication/ldap". Required parameters are "host", "attribute" and "base_dn".')); } $main::lxdebug->leave_sub(); diff --git a/SL/Controller/Base.pm b/SL/Controller/Base.pm index 7fe1d36ea..1ba935895 100644 --- a/SL/Controller/Base.pm +++ b/SL/Controller/Base.pm @@ -410,7 +410,7 @@ The template itself has access to the following variables: =item * C -- C<$::locale> -=item * C -- all parameters from C +=item * C -- all parameters from C with the same name they appear in the file (first level is the section, second the actual variable, e.g. C, C etc) diff --git a/SL/Controller/DeliveryPlan.pm b/SL/Controller/DeliveryPlan.pm index 5937c5b7f..980234ef5 100644 --- a/SL/Controller/DeliveryPlan.pm +++ b/SL/Controller/DeliveryPlan.pm @@ -119,6 +119,26 @@ sub setup_for_list { rl.from_table ='oe' AND rl.to_table = 'delivery_orders' ) + + UNION ALL + + -- 5. In case someone deleted a line of the delivery_order there will be a record_link (4 fails) + -- but there won't be a delivery_order_items to find (3 fails too). Search for orphaned orderitems this way + SELECT oi.id FROM orderitems AS oi, oe, record_links AS rl + WHERE + rl.from_table = 'oe' AND + rl.to_table = 'delivery_orders' AND + + oi.trans_id = rl.from_id AND + oi.parts_id NOT IN ( + SELECT doi.parts_id FROM delivery_order_items AS doi WHERE doi.delivery_order_id = rl.to_id + ) AND + + oe.id = oi.trans_id AND + + oe.customer_id IS NOT NULL AND + (oe.quotation = 'f' OR oe.quotation IS NULL) AND + NOT oe.closed " ], ) ]; diff --git a/SL/DB/Invoice.pm b/SL/DB/Invoice.pm index c330084ed..c66584135 100644 --- a/SL/DB/Invoice.pm +++ b/SL/DB/Invoice.pm @@ -317,8 +317,7 @@ and recorded in C. =item 6. Items in C are updated according to their allocation status (regarding for costs of goold sold). Will only be done if -Lx-Office is not configured to use Einnahmenüberschussrechnungen -(see config/lx_office.conf, section "system", variable "eur"). +kivitendo is not configured to use Einnahmenüberschussrechnungen. =item 7. The invoice and its items are saved. diff --git a/SL/LXDebug.pm b/SL/LXDebug.pm index 856dfa06a..62aacd93b 100644 --- a/SL/LXDebug.pm +++ b/SL/LXDebug.pm @@ -418,7 +418,7 @@ Shortcut for C. =head1 CONFIGURATION C gets its configuration from the C<[debug]> section of -the C configuration file. The available options +the C configuration file. The available options are: =over 4 diff --git a/bin/mozilla/is.pl b/bin/mozilla/is.pl index 14c242000..47e713167 100644 --- a/bin/mozilla/is.pl +++ b/bin/mozilla/is.pl @@ -807,7 +807,7 @@ sub use_as_template { $main::auth->assert('invoice_edit'); - map { delete $form->{$_} } qw(printed emailed queued invnumber invdate deliverydate id datepaid_1 gldate_1 acc_trans_id_1 source_1 memo_1 paid_1 exchangerate_1 AP_paid_1 storno); + map { delete $form->{$_} } qw(printed emailed queued invnumber invdate deliverydate id datepaid_1 gldate_1 acc_trans_id_1 source_1 memo_1 paid_1 exchangerate_1 AP_paid_1 storno locked); $form->{paidaccounts} = 1; $form->{rowcount}--; $form->{invdate} = $form->current_date(\%myconfig); diff --git a/doc/changelog b/doc/changelog index 7df7ee6e7..0087dad3e 100644 --- a/doc/changelog +++ b/doc/changelog @@ -6,13 +6,31 @@ Größere neue Features: +- Mandantenkonfiguration + Mit dem Recht "Administration (Für die Verwaltung der aktuellen Instanz aus + einem Userlogin heraus)" gibt es nun den Menüpnunkt + System->Mandantenkonfiguration, unter dem sich verschiedene + mandantenspezifische Einstellungen vornehmen lassen, die vorher entweder gar + nicht, nur beim Anlegen einer Mandantendatenbank oder in der + Konfigurationsdatei einstellbar waren. Es folgende Einstellungen: + * Änderbarkeit von Rechnungen/Zahlungen/Buchungen immer, nie oder am selben + Tag + * Durchführung des automatischen DATEV Konsistenzcheck bei Buchungen. + * Löschbarkeit von Aufträgen und Lieferscheinen + * Anzeige bzw. Eingabe des Mindeshaltbarkeitsdatums + + Die Einstellungen show_best_before und payments_changeable (Abschnitt + [features]) sowie die Einstellungen unter im Abschnitt [datev_check] in der + Konfigurationsdatei werden bei einem Datenbank-Upgrade übernommen und können + danach aus der Konfigurationsdatei gelöscht werden. + - Automatischer DATEV Konsistenzcheck bei Buchungen. Es ist jetzt möglich Buchungen aus den fünf Hauptmasken Verkaufsrechnung, Einkaufsrechnung, Kreditorenbuchung, Debitorenbuchung und Dialogbuchen automatisch auf korrekten DATEV Export zu prüfen. Wenn ein Problem beim Export auftreten sollte, wird die Buchung abgebrochen, so dass die Datenbank - konsistent bleibt und eine Fehlermeldung ausgegeben. Das Feature kann in der - Konfiguration unter [datev_check] angeschaltet werden. + konsistent bleibt und eine Fehlermeldung ausgegeben. Das Feature kann unter + "System->Mandantenkonfiguration" angeschaltet werden. - Verkaufsbericht: Sortierung um Land, Warengruppen, Kundentyp, Verkäufer und Monat erweitert, sowie benutzerdefinierte Variablen eingebunden. diff --git a/doc/dokumentation.xml b/doc/dokumentation.xml index 8fe04d68a..4208d8471 100644 --- a/doc/dokumentation.xml +++ b/doc/dokumentation.xml @@ -1433,11 +1433,9 @@ insserv kivitendo-task-server xreflabel="Einführung in die Konfiguration zur EUR"> Einführung - kivitendo besaß bis inklusive Version 2.6.3 einen - Konfigurationsparameter namens eur, der sich in der - Konfigurationsdatei config/lx_office.conf - befand. Somit galt er für alle Mandanten, die in dieser Installation - benutzt wurden. + kivitendo besaß bis inklusive Version 2.6.3 einen Konfigurationsparameter namens eur, der sich in der + Konfigurationsdatei config/kivitendo.conf (damals noch config/lx_office.conf) + befand. Somit galt er für alle Mandanten, die in dieser Installation benutzt wurden. Mit der nachfolgenden Version wurde der Parameter zum Einen in die Mandantendatenbank verschoben und dabei auch gleich in drei @@ -1514,11 +1512,15 @@ insserv kivitendo-task-server ändert. Die aktuelle Konfiguration wird unter Nummernkreise und - Standardkonten unter dem neuen Punkt "Einstellungen" angezeigt - (read-only). Eine spätere Änderung ist für einen bestehenden Mandanten - nicht mehr möglich. Dies war auch vorher nicht möglich, bzw. - vorhandene Daten wurden so belassen und haben damit die Ergebnisse - verfälscht. + Standardkonten unter dem neuen Punkt "Einstellungen" (read-only) + angezeigt. Unter System + -> Mandantenkonfiguration können + die Einstellungen auch geändert werden. Dabei ist zu beachten, + dass eine Änderung vorhandene Daten so belässt und damit + evtl. die Ergebnisse verfälscht. Dies gilt vor Allem für die + Warenbuchungsmethode (siehe auch + + Bemerkungen zu Bestandsmethode). @@ -1662,6 +1664,33 @@ insserv kivitendo-task-server + + Einstellungen pro Mandant + + Einige Einstellungen können von einem Benutzer mit dem + Recht "Administration + (Für die Verwaltung der aktuellen Instanz aus einem Userlogin heraus)" + gemacht werden. Diese Einstellungen sind dann für die aktuellen + Mandanten-Datenbank gültig. Die Einstellungen sind + unter System + -> Mandantenkonfiguration erreichbar. + + Bitte beachten Sie die Hinweise zu den einzelnen + Einstellungen. Einige Einstellungen sollten nicht ohne Weiteres + im laufenden Betrieb geändert werden (siehe + auch Bemerkungen zu + Bestandsmethode). + + Die Einstellungen show_bestbefore + und payments_changeable aus dem + Abschnitt features und die Einstellungen im + Abschnitt datev_check (sofern schon vorhanden) + der kivitendo-Konfigurationsdatei + werden bei einem Datenbankupdate einer älteren Version automatisch + übernommen. Diese Einträge können danach aus der Konfigurationsdatei + entfernt werden. + + kivitendo ERP verwenden diff --git a/doc/html/ch02s12.html b/doc/html/ch02s12.html index e7575f997..a78ea4aa7 100644 --- a/doc/html/ch02s12.html +++ b/doc/html/ch02s12.html @@ -2,11 +2,9 @@ 2.12. Konfiguration zur Einnahmenüberschussrechnung/Bilanzierung: EUR

2.12. Konfiguration zur Einnahmenüberschussrechnung/Bilanzierung: - EUR

2.12.1. Einführung

kivitendo besaß bis inklusive Version 2.6.3 einen - Konfigurationsparameter namens eur, der sich in der - Konfigurationsdatei config/lx_office.conf - befand. Somit galt er für alle Mandanten, die in dieser Installation - benutzt wurden.

Mit der nachfolgenden Version wurde der Parameter zum Einen in + EUR

2.12.1. Einführung

kivitendo besaß bis inklusive Version 2.6.3 einen Konfigurationsparameter namens eur, der sich in der + Konfigurationsdatei config/kivitendo.conf (damals noch config/lx_office.conf) + befand. Somit galt er für alle Mandanten, die in dieser Installation benutzt wurden.

Mit der nachfolgenden Version wurde der Parameter zum Einen in die Mandantendatenbank verschoben und dabei auch gleich in drei Einzelparameter aufgeteilt, mit denen sich das Verhalten genauer steuern lässt.

2.12.2. Konfigurationsparameter

Es gibt drei Parameter, die die Gewinnermittlungsart, @@ -40,11 +38,15 @@ eingestellt werden.

Beim Upgrade bestehender Mandanten wird eur ausgelesen und die Variablen werden so gesetzt, daß sich an der Funktionalität nichts ändert.

Die aktuelle Konfiguration wird unter Nummernkreise und - Standardkonten unter dem neuen Punkt "Einstellungen" angezeigt - (read-only). Eine spätere Änderung ist für einen bestehenden Mandanten - nicht mehr möglich. Dies war auch vorher nicht möglich, bzw. - vorhandene Daten wurden so belassen und haben damit die Ergebnisse - verfälscht.

2.12.4. Bemerkungen zu Bestandsmethode

Die Bestandsmethode ist eigentlich eine sehr elegante Methode, + Standardkonten unter dem neuen Punkt "Einstellungen" (read-only) + angezeigt. Unter System + -> Mandantenkonfiguration können + die Einstellungen auch geändert werden. Dabei ist zu beachten, + dass eine Änderung vorhandene Daten so belässt und damit + evtl. die Ergebnisse verfälscht. Dies gilt vor Allem für die + Warenbuchungsmethode (siehe auch + + Bemerkungen zu Bestandsmethode).

2.12.4. Bemerkungen zu Bestandsmethode

Die Bestandsmethode ist eigentlich eine sehr elegante Methode, funktioniert in kivitendo aber nur unter bestimmten Bedingungen: Voraussetzung ist, daß auch immer alle Einkaufsrechnungen gepflegt werden, und man beim Jahreswechsel nicht mit einer leeren Datenbank diff --git a/doc/html/ch02s13.html b/doc/html/ch02s13.html index 0b1381460..dda1d399d 100644 --- a/doc/html/ch02s13.html +++ b/doc/html/ch02s13.html @@ -1,6 +1,6 @@ - 2.13. SKR04 19% Umstellung für innergemeinschaftlichen Erwerb

2.13. SKR04 19% Umstellung für innergemeinschaftlichen Erwerb

2.13.1. Einführung

Die Umsatzsteuerumstellung auf 19% für SKR04 für die + 2.13. SKR04 19% Umstellung für innergemeinschaftlichen Erwerb

2.13. SKR04 19% Umstellung für innergemeinschaftlichen Erwerb

2.13.1. Einführung

Die Umsatzsteuerumstellung auf 19% für SKR04 für die Steuerschlüssel "EU ohne USt-ID Nummer" ist erst 2010 erfolgt. kivitendo beinhaltet ein Upgradeskript, das das Konto 3804 automatisch erstellt und die Steuereinstellungen korrekt einstellt. Hat der @@ -33,4 +33,4 @@ Als Letztes sollte die Steuerliste unter System -> Steuern -> Bearbeiten kontrolliert werden. Zum Vergleich der Screenshot.

\ No newline at end of file + EUR Zum Anfang 2.14. Einstellungen pro Mandant
\ No newline at end of file diff --git a/doc/html/ch02s14.html b/doc/html/ch02s14.html index 9edfe595f..cfcfe9111 100644 --- a/doc/html/ch02s14.html +++ b/doc/html/ch02s14.html @@ -1,8 +1,20 @@ - 2.14. kivitendo ERP verwenden

2.14. kivitendo ERP verwenden

Nach erfolgreicher Installation ist der Loginbildschirm unter - folgender URL erreichbar:

- http://localhost/kivitendo-erp/login.pl -

Die Administrationsseite erreichen Sie unter:

- http://localhost/kivitendo-erp/admin.pl -

\ No newline at end of file + 2.14. Einstellungen pro Mandant

2.14. Einstellungen pro Mandant

Einige Einstellungen können von einem Benutzer mit dem + Recht "Administration + (Für die Verwaltung der aktuellen Instanz aus einem Userlogin heraus)" + gemacht werden. Diese Einstellungen sind dann für die aktuellen + Mandanten-Datenbank gültig. Die Einstellungen sind + unter System + -> Mandantenkonfiguration erreichbar.

Bitte beachten Sie die Hinweise zu den einzelnen + Einstellungen. Einige Einstellungen sollten nicht ohne Weiteres + im laufenden Betrieb geändert werden (siehe + auch Bemerkungen zu + Bestandsmethode).

Die Einstellungen show_bestbefore + und payments_changeable aus dem + Abschnitt features und die Einstellungen im + Abschnitt datev_check (sofern schon vorhanden) + der kivitendo-Konfigurationsdatei + werden bei einem Datenbankupdate einer älteren Version automatisch + übernommen. Diese Einträge können danach aus der Konfigurationsdatei + entfernt werden.

\ No newline at end of file diff --git a/doc/html/ch02s15.html b/doc/html/ch02s15.html new file mode 100644 index 000000000..bc16a0722 --- /dev/null +++ b/doc/html/ch02s15.html @@ -0,0 +1,8 @@ + + + 2.15. kivitendo ERP verwenden

2.15. kivitendo ERP verwenden

Nach erfolgreicher Installation ist der Loginbildschirm unter + folgender URL erreichbar:

+ http://localhost/kivitendo-erp/login.pl +

Die Administrationsseite erreichen Sie unter:

+ http://localhost/kivitendo-erp/admin.pl +

\ No newline at end of file diff --git a/doc/html/ch03.html b/doc/html/ch03.html index 036d39184..94be1a2f6 100644 --- a/doc/html/ch03.html +++ b/doc/html/ch03.html @@ -1,6 +1,6 @@ - Kapitel 3. Features und Funktionen

Kapitel 3. Features und Funktionen

3.1. Wiederkehrende Rechnungen

3.1.1. Einführung

Wiederkehrende Rechnungen werden als normale Aufträge definiert + Kapitel 3. Features und Funktionen

Kapitel 3. Features und Funktionen

3.1. Wiederkehrende Rechnungen

3.1.1. Einführung

Wiederkehrende Rechnungen werden als normale Aufträge definiert und konfiguriert, mit allen dazugehörigen Kunden- und Artikelangaben. Die konfigurierten Aufträge werden später automatisch in Rechnungen umgewandelt, so als ob man den Workflow benutzen würde, und auch die @@ -51,4 +51,4 @@ den neu konfigurieren Auftrag erkennt und daraus eine Rechnung generiert hat. Alternativ setzt man das Startdatum auf den Monatsersten des Folgemonats und erstellt die erste Rechnung direkt - manuell über den Workflow.

\ No newline at end of file + manuell über den Workflow.

\ No newline at end of file diff --git a/doc/html/ch03s02.html b/doc/html/ch03s02.html index d6d1af492..e15e1c048 100644 --- a/doc/html/ch03s02.html +++ b/doc/html/ch03s02.html @@ -556,7 +556,7 @@ invdate

Rechnungsdatum

invnumber -

Rechnungsnummer

3.2.10. Variablen in anderen Vorlagen

3.2.10.1. Einführung

Die Variablen in anderen Vorlagen sind ähnlich wie in der +

Rechnungsnummer

3.2.10. Variablen in anderen Vorlagen

3.2.10.1. Einführung

Die Variablen in anderen Vorlagen sind ähnlich wie in der Rechnung. Allerdings heißen die Variablen, die mit inv beginnen, jetzt anders. Bei den Angeboten fangen sie mit quo für "quotation" an: diff --git a/doc/html/ch04.html b/doc/html/ch04.html index 722ed3a24..2856d450d 100644 --- a/doc/html/ch04.html +++ b/doc/html/ch04.html @@ -1,6 +1,6 @@ - Kapitel 4. Entwicklerdokumentation

Kapitel 4. Entwicklerdokumentation

4.1. Globale Variablen

4.1.1. Wie sehen globale Variablen in Perl aus?

Globale Variablen liegen in einem speziellen namespace namens + Kapitel 4. Entwicklerdokumentation

Kapitel 4. Entwicklerdokumentation

4.1. Globale Variablen

4.1.1. Wie sehen globale Variablen in Perl aus?

Globale Variablen liegen in einem speziellen namespace namens "main", der von überall erreichbar ist. Darüber hinaus sind bareword globs global und die meisten speziellen Variablen sind... speziell.

Daraus ergeben sich folgende Formen:

@@ -25,7 +25,7 @@ $PACKAGE::form.

local $form

Alle Änderungen an $form werden am Ende - des scopes zurückgesetzt

4.1.2. Warum sind globale Variablen ein Problem?

Das erste Problem ist FCGI™.

+ des scopes zurückgesetzt

4.1.2. Warum sind globale Variablen ein Problem?

Das erste Problem ist FCGI™.

SQL-Ledger™ hat fast alles im globalen namespace abgelegt, und erwartet, dass es da auch wiederzufinden ist. Unter FCGI™ müssen diese Sachen aber wieder @@ -39,7 +39,7 @@ dies hat, seit der Einführung, u.a. schon so manche langwierige Bug-Suche verkürzt. Da globale Variablen aber implizit mit Package angegeben werden, werden die nicht geprüft, und somit kann sich - schnell ein Tippfehler einschleichen.

4.1.3. Kanonische globale Variablen

Um dieses Problem im Griff zu halten gibt es einige wenige + schnell ein Tippfehler einschleichen.

4.1.3. Kanonische globale Variablen

Um dieses Problem im Griff zu halten gibt es einige wenige globale Variablen, die kanonisch sind, d.h. sie haben bestimmte vorgegebenen Eigenschaften, und alles andere sollte anderweitig umhergereicht werden.

Diese Variablen sind im Moment die folgenden neun:

  • @@ -62,7 +62,7 @@ $::request

Damit diese nicht erneut als Müllhalde missbraucht werden, im Folgenden eine kurze Erläuterung der bestimmten vorgegebenen - Eigenschaften (Konventionen):

4.1.3.1. $::form

  • Ist ein Objekt der Klasse + Eigenschaften (Konventionen):

    4.1.3.1. $::form

    • Ist ein Objekt der Klasse "Form"

    • Wird nach jedem Request gelöscht

    • Muss auch in Tests und Konsolenscripts vorhanden sein.

    • Enthält am Anfang eines Requests die Requestparameter vom User

    • Kann zwar intern über Requestgrenzen ein Datenbankhandle @@ -110,7 +110,7 @@ push @{ $form->{TEMPLATE_ARRAYS}{number} }, $form->{"partnumber_$i"}; push @{ $form->{TEMPLATE_ARRAYS}{description} }, $form->{"description_$i"}; # ... -}

    4.1.3.2. %::myconfig

    • Das einzige Hash unter den globalen Variablen

    • Wird spätestens benötigt wenn auf die Datenbank +}

    4.1.3.2. %::myconfig

    • Das einzige Hash unter den globalen Variablen

    • Wird spätestens benötigt wenn auf die Datenbank zugegriffen wird

    • Wird bei jedem Request neu erstellt.

    • Enthält die Userdaten des aktuellen Logins

    • Sollte nicht ohne Filterung irgendwo gedumpt werden oder extern serialisiert werden, weil da auch der Datenbankzugriff für diesen user drinsteht.

    • Enthält unter anderem Listenbegrenzung vclimit, @@ -122,10 +122,10 @@ überwiegend die Daten, die sich unter Programm -> Einstellungen befinden, bzw. die Informationen über den Benutzer die über die - Administrator-Schnittstelle (admin.pl) eingegeben wurden.

    4.1.3.3. $::locale

    • Objekt der Klasse "Locale"

    • Wird pro Request erstellt

    • Muss auch für Tests und Scripte immer verfügbar + Administrator-Schnittstelle (admin.pl) eingegeben wurden.

    4.1.3.3. $::locale

    • Objekt der Klasse "Locale"

    • Wird pro Request erstellt

    • Muss auch für Tests und Scripte immer verfügbar sein.

    • Cached intern über Requestgrenzen hinweg benutzte Locales

    Lokalisierung für den aktuellen User. Alle Übersetzungen, - Zahlen- und Datumsformatierungen laufen über dieses Objekt.

    4.1.3.4. $::lxdebug

    • Objekt der Klasse "LXDebug"

    • Wird global gecached

    • Muss immer verfügbar sein, in nahezu allen + Zahlen- und Datumsformatierungen laufen über dieses Objekt.

    4.1.3.4. $::lxdebug

    • Objekt der Klasse "LXDebug"

    • Wird global gecached

    • Muss immer verfügbar sein, in nahezu allen Funktionen

    $::lxdebug stellt Debuggingfunktionen bereit, wie "enter_sub" und @@ -135,12 +135,12 @@ "message" und "dump" mit denen man flott Informationen ins Log (tmp/kivitendo-debug.log) packen kann.

    Beispielsweise so:

    $main::lxdebug->message(0, 'Meine Konfig:' . Dumper (%::myconfig));
    -$main::lxdebug->message(0, 'Wer bin ich? Kunde oder Lieferant:' . $form->{vc});

    4.1.3.5. $::auth

    • Objekt der Klasse "SL::Auth"

    • Wird global gecached

    • Hat eine permanente DB Verbindung zur Authdatenbank

    • Wird nach jedem Request resettet.

    +$main::lxdebug->message(0, 'Wer bin ich? Kunde oder Lieferant:' . $form->{vc});

    4.1.3.5. $::auth

    • Objekt der Klasse "SL::Auth"

    • Wird global gecached

    • Hat eine permanente DB Verbindung zur Authdatenbank

    • Wird nach jedem Request resettet.

    $::auth stellt Funktionen bereit um die Rechte des aktuellen Users abzufragen. Obwohl diese Informationen vom aktuellen User abhängen wird das Objekt aus Geschwindigkeitsgründen nur einmal angelegt und dann nach jedem - Request kurz resettet.

    4.1.3.6. $::lx_office_conf

    • Objekt der Klasse + Request kurz resettet.

    4.1.3.6. $::lx_office_conf

    • Objekt der Klasse "SL::LxOfficeConf"

    • Global gecached

    • Repräsentation der config/kivitendo.conf[.default]-Dateien

    Globale Konfiguration. Configdateien werden zum Start gelesen und danach nicht mehr angefasst. Es ist derzeit nicht geplant, dass @@ -150,16 +150,16 @@ $main::lxdebug->message(0, 'Wer bin ich? Kunde oder Lieferant:' . $form->{ file = /tmp/kivitendo-debug.log

    ist der Key file im Programm als $::lx_office_conf->{debug}{file} erreichbar.

    [Warnung]Warnung

    Zugriff auf die Konfiguration erfolgt im Moment über - Hashkeys, sind also nicht gegen Tippfehler abgesichert.

    4.1.3.7. $::instance_conf

    • Objekt der Klasse + Hashkeys, sind also nicht gegen Tippfehler abgesichert.

    4.1.3.7. $::instance_conf

    • Objekt der Klasse "SL::InstanceConfiguration"

    • wird pro Request neu erstellt

    Funktioniert wie $::lx_office_conf, speichert aber Daten die von der Instanz abhängig sind. Eine Instanz ist hier eine Mandantendatenbank. Beispielsweise überprüft

    $::instance_conf->get_inventory_system eq 'perpetual'

    - ob die berüchtigte Bestandsmethode zur Anwendung kommt.

    4.1.3.8. $::dispatcher

    • Objekt der Klasse + ob die berüchtigte Bestandsmethode zur Anwendung kommt.

    4.1.3.8. $::dispatcher

    • Objekt der Klasse "SL::Dispatcher"

    • wird pro Serverprozess erstellt.

    • enthält Informationen über die technische Verbindung zum Server

    Der dritte Punkt ist auch der einzige Grund warum das Objekt global gespeichert wird. Wird vermutlich irgendwann in einem anderen - Objekt untergebracht.

    4.1.3.9. $::request

    • Hashref (evtl später Objekt)

    • Wird pro Request neu initialisiert.

    • Keine Unterstruktur garantiert.

    + Objekt untergebracht.

    4.1.3.9. $::request

    • Hashref (evtl später Objekt)

    • Wird pro Request neu initialisiert.

    • Keine Unterstruktur garantiert.

    $::request ist ein generischer Platz um Daten "für den aktuellen Request" abzulegen. Sollte nicht für action at a distance benutzt werden, sondern um lokales memoizing zu @@ -172,20 +172,20 @@ file = /tmp/kivitendo-debug.log

    ist der Key file$::request

  • Muss ich von anderen Teilen des Programms lesend drauf zugreifen? Dann $::request, aber Zugriff über - Wrappermethode

4.1.4. Ehemalige globale Variablen

Die folgenden Variablen waren einmal im Programm, und wurden - entfernt.

4.1.4.1. $::cgi

  • war nötig, weil cookie Methoden nicht als + Wrappermethode

4.1.4. Ehemalige globale Variablen

Die folgenden Variablen waren einmal im Programm, und wurden + entfernt.

4.1.4.1. $::cgi

  • war nötig, weil cookie Methoden nicht als Klassenfunktionen funktionieren

  • Aufruf als Klasse erzeugt Dummyobjekt was im Klassennamespace gehalten wird und über Requestgrenzen leaked

  • liegt jetzt unter $::request->{cgi} -

4.1.4.2. $::all_units

  • war nötig, weil einige Funktionen in Schleifen zum Teil +

4.1.4.2. $::all_units

  • war nötig, weil einige Funktionen in Schleifen zum Teil ein paar hundert mal pro Request eine Liste der Einheiten brauchen, und de als Parameter durch einen Riesenstack von Funktionen geschleift werden müssten.

  • Liegt jetzt unter $::request->{cache}{all_units}

  • Wird nur in AM->retrieve_all_units() gesetzt oder - gelesen.

4.1.4.3. %::called_subs

  • wurde benutzt um callsub deep recursions + gelesen.

4.1.4.3. %::called_subs

  • wurde benutzt um callsub deep recursions abzufangen.

  • Wurde entfernt, weil callsub nur einen Bruchteil der möglichen Rekursioenen darstellt, und da nie welche auftreten.

  • komplette recursion protection wurde entfernt.

\ No newline at end of file diff --git a/doc/html/index.html b/doc/html/index.html index b209b7830..26616eee1 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -1,9 +1,9 @@ kivitendo: Installation, Konfiguration, Entwicklung

kivitendo: Installation, Konfiguration, Entwicklung


Inhaltsverzeichnis

1. Aktuelle Hinweise
2. Installation und Grundkonfiguration
2.1. Benötigte Software und Pakete
2.1.1. Betriebssystem
2.1.2. Pakete
2.2. Manuelle Installation des Programmpaketes
2.3. kivitendo-Konfigurationsdatei
2.3.1. Einführung
2.3.2. Abschnitte und Parameter
2.3.3. Versionen vor 2.6.3
2.4. Anpassung der PostgreSQL-Konfiguration
2.4.1. Zeichensätze/die Verwendung von UTF-8
2.4.2. Änderungen an Konfigurationsdateien
2.4.3. Erweiterung für servergespeicherte Prozeduren
2.4.4. Datenbankbenutzer anlegen
2.5. Webserver-Konfiguration
2.5.1. Grundkonfiguration mittels CGI
2.5.2. Konfiguration für FastCGI/FCGI
2.6. Der Task-Server
2.6.1. Verfügbare und notwendige Konfigurationsoptionen
2.6.2. Automatisches Starten des Task-Servers beim Booten
2.6.3. Wie der Task-Server gestartet und beendet wird
2.6.4. Task-Server mit mehreren Mandanten
2.7. Benutzerauthentifizierung und Administratorpasswort
2.7.1. Grundlagen zur Benutzerauthentifizierung
2.7.2. Administratorpasswort
2.7.3. Authentifizierungsdatenbank
2.7.4. Passwortüberprüfung
2.7.5. Name des Session-Cookies
2.7.6. Anlegen der Authentifizierungsdatenbank
2.8. Benutzer- und Gruppenverwaltung
2.8.1. Zusammenhänge
2.8.2. Datenbanken anlegen
2.8.3. Gruppen anlegen
2.8.4. Benutzer anlegen
2.8.5. Gruppenmitgliedschaften verwalten
2.8.6. Migration alter Installationen
2.9. E-Mail-Versand aus kivitendo heraus
2.9.1. Versand über lokalen E-Mail-Server
2.9.2. Versand über einen SMTP-Server
2.10. Drucken mit kivitendo
2.11. OpenDocument-Vorlagen
2.12. Konfiguration zur Einnahmenüberschussrechnung/Bilanzierung: - EUR
2.12.1. Einführung
2.12.2. Konfigurationsparameter
2.12.3. Festlegen der Parameter
2.12.4. Bemerkungen zu Bestandsmethode
2.12.5. Bekannte Probleme
2.13. SKR04 19% Umstellung für innergemeinschaftlichen Erwerb
2.13.1. Einführung
2.13.2. Konto 3804 manuell anlegen
2.14. kivitendo ERP verwenden
3. Features und Funktionen
3.1. Wiederkehrende Rechnungen
3.1.1. Einführung
3.1.2. Konfiguration
3.1.3. Auflisten
3.1.4. Erzeugung der eigentlichen Rechnungen
3.1.5. Erste Rechnung für aktuellen Monat erstellen
3.2. Dokumentenvorlagen und verfügbare Variablen
3.2.1. Einführung
3.2.2. Variablen ausgeben
3.2.3. Verwendung in Druckbefehlen
3.2.4. Anfang und Ende der Tags verändern
3.2.5. Zuordnung von den Dateinamen zu den Funktionen
3.2.6. Sprache, Drucker und E-Mail
3.2.7. Allgemeine Variablen, die in allen Vorlagen vorhanden + EUR
2.12.1. Einführung
2.12.2. Konfigurationsparameter
2.12.3. Festlegen der Parameter
2.12.4. Bemerkungen zu Bestandsmethode
2.12.5. Bekannte Probleme
2.13. SKR04 19% Umstellung für innergemeinschaftlichen Erwerb
2.13.1. Einführung
2.13.2. Konto 3804 manuell anlegen
2.14. Einstellungen pro Mandant
2.15. kivitendo ERP verwenden
3. Features und Funktionen
3.1. Wiederkehrende Rechnungen
3.1.1. Einführung
3.1.2. Konfiguration
3.1.3. Auflisten
3.1.4. Erzeugung der eigentlichen Rechnungen
3.1.5. Erste Rechnung für aktuellen Monat erstellen
3.2. Dokumentenvorlagen und verfügbare Variablen
3.2.1. Einführung
3.2.2. Variablen ausgeben
3.2.3. Verwendung in Druckbefehlen
3.2.4. Anfang und Ende der Tags verändern
3.2.5. Zuordnung von den Dateinamen zu den Funktionen
3.2.6. Sprache, Drucker und E-Mail
3.2.7. Allgemeine Variablen, die in allen Vorlagen vorhanden sind
3.2.8. Variablen in Rechnungen
3.2.9. Variablen in Mahnungen und Rechnungen über Mahngebühren
3.2.10. Variablen in anderen Vorlagen
3.2.11. Blöcke, bedingte Anweisungen und Schleifen
3.2.12. Markup-Code zur Textformatierung innerhalb von - Formularen
3.3. Excel-Vorlagen
3.3.1. Zusammenfassung
3.3.2. Bedienung
3.3.3. Variablensyntax
3.3.4. Einschränkungen
4. Entwicklerdokumentation
4.1. Globale Variablen
4.1.1. Wie sehen globale Variablen in Perl aus?
4.1.2. Warum sind globale Variablen ein Problem?
4.1.3. Kanonische globale Variablen
4.1.4. Ehemalige globale Variablen
4.2. Entwicklung unter FastCGI
4.2.1. Allgemeines
4.2.2. Programmende und Ausnahmen
4.2.3. Globale Variablen
4.2.4. Performance und Statistiken
4.2.5. Bekannte Probleme
4.3. SQL-Upgradedateien
4.3.1. Einführung
4.3.2. Format der Kontrollinformationen
4.3.3. Hilfsscript dbupgrade2_tool.pl
4.4. Translations and languages
4.4.1. Introduction
4.4.2. File structure
4.5. Die kivitendo-Test-Suite
4.5.1. Einführung
4.5.2. Voraussetzungen
4.5.3. + Formularen
3.3. Excel-Vorlagen
3.3.1. Zusammenfassung
3.3.2. Bedienung
3.3.3. Variablensyntax
3.3.4. Einschränkungen
4. Entwicklerdokumentation
4.1. Globale Variablen
4.1.1. Wie sehen globale Variablen in Perl aus?
4.1.2. Warum sind globale Variablen ein Problem?
4.1.3. Kanonische globale Variablen
4.1.4. Ehemalige globale Variablen
4.2. Entwicklung unter FastCGI
4.2.1. Allgemeines
4.2.2. Programmende und Ausnahmen
4.2.3. Globale Variablen
4.2.4. Performance und Statistiken
4.2.5. Bekannte Probleme
4.3. SQL-Upgradedateien
4.3.1. Einführung
4.3.2. Format der Kontrollinformationen
4.3.3. Hilfsscript dbupgrade2_tool.pl
4.4. Translations and languages
4.4.1. Introduction
4.4.2. File structure
4.5. Die kivitendo-Test-Suite
4.5.1. Einführung
4.5.2. Voraussetzungen
4.5.3. Existierende Tests ausführen
4.5.4. Bedeutung der verschiedenen Test-Scripte diff --git a/doc/kivitendo-Dokumentation.pdf b/doc/kivitendo-Dokumentation.pdf index 9b9dfb545..3a7969bdd 100644 Binary files a/doc/kivitendo-Dokumentation.pdf and b/doc/kivitendo-Dokumentation.pdf differ diff --git a/locale/de/all b/locale/de/all index d58f62fe2..f118a533f 100644 --- a/locale/de/all +++ b/locale/de/all @@ -17,7 +17,7 @@ $self->{texts} = { '#1 of #2 importable objects were imported.' => '#1 von #2 importierbaren Objekten wurden importiert.', '#1 prices were updated.' => '#1 Preise wurden aktualisiert.', '* there are restrictions for the perpetual method, look at chapter "Bemerkungen zu Bestandsmethode" in' => ' für die Bestandsmethode gibt es Einschränkungen, siehe Kapitel "Bemerkungen zu Bestandsmethode" in', - '*) Since version 2.7 these parameters ares set in the client database and not in the lx-erp.conf / lx_office.conf file, details in chapter:' => '*) Seit 2.7 werden Gewinnermittlungsart, Versteuerungsart und Warenbuchungsmethode in der Mandanten-DB gesteuert und nicht mehr in der lx-erp.conf / lx_office.conf, Umstellungs-Details:', + '*) Since version 2.7 these parameters ares set in the client database and not in the configuration file, details in chapter:' => '*) Seit 2.7 werden Gewinnermittlungsart, Versteuerungsart und Warenbuchungsmethode in der Mandanten-DB gesteuert und nicht mehr in der Konfigurationsdatei, Umstellungs-Details:', '*/' => '*/', '---please select---' => '---bitte auswählen---', '...after loggin in' => '...nach dem Anmelden', @@ -293,7 +293,7 @@ $self->{texts} = { 'Bin From' => 'Quelllagerplatz', 'Bin List' => 'Lagerliste', 'Bin To' => 'Ziellagerplatz', - 'Binding to the LDAP server as "#1" failed. Please check config/lx_office.conf.' => 'Die Anmeldung am LDAP-Server als "#1" schlug fehl. Bitte überprüfen Sie die Angaben in config/lx_office.conf.', + 'Binding to the LDAP server as "#1" failed. Please check config/kivitendo.conf.' => 'Die Anmeldung am LDAP-Server als "#1" schlug fehl. Bitte überprüfen Sie die Angaben in config/kivitendo.conf.', 'Bins saved.' => 'Lagerplätze gespeichert.', 'Bins that have been used in the past cannot be deleted anymore. For these bins there\'s no checkbox in the "Delete" column.' => 'Lagerplätze, die bereits benutzt wurden, können nicht mehr gelöscht werden. Deswegen fehlt bei ihnen die Checkbox in der Spalte "Löschen".', 'Birthday' => 'Geburtstag', @@ -970,7 +970,7 @@ $self->{texts} = { 'If you enter values for the part number and / or part description then only those bins containing parts whose part number or part description match your input will be shown.' => 'Wenn Sie für die Artikelnummer und / oder die Beschreibung etwas eingeben, so werden nur die Lagerplätze angezeigt, in denen Waren eingelagert sind, die Ihre Suchbegriffe enthalten.', 'If you see this message, you most likely just setup your LX-Office and haven\'t added any entry types. If this is the case, the option is accessible for administrators in the System menu.' => 'Wenn Sie diese Meldung sehen haben Sie wahrscheinlich ein frisches LX-Office Setup und noch keine Buchungsgruppen eingerichtet. Ein Administrator kann dies im Systemmenü erledigen.', 'If you select a base unit then you also have to enter a factor.' => 'Wenn Sie eine Basiseinheit auswählen, dann müssen Sie auch einen Faktor eingeben.', - 'If you want to change any of these parameters then press the "Back" button, edit the file "config/lx_office.conf" and login into the admin module again.' => 'Wenn Sie einen der Parameter ändern wollen, so drücken Sie auf den "Zurück"-Button, bearbeiten Sie die Datei "config/lx_office.conf", und melden Sie sich erneut im Administrationsbereich an.', + 'If you want to change any of these parameters then press the "Back" button, edit the file "config/kivitendo.conf" and login into the admin module again.' => 'Wenn Sie einen der Parameter ändern wollen, so drücken Sie auf den "Zurück"-Button, bearbeiten Sie die Datei "config/kivitendo.conf", und melden Sie sich erneut im Administrationsbereich an.', 'If you want to delete such a dataset you have to edit the user(s) that are using the dataset in question and have them use another dataset.' => 'Wenn Sie eine solche Datenbank löschen wollen, so müssen Sie zuerst die Benutzer bearbeiten, die die fragliche Datenbank benutzen, und sie so ändern, dass sie eine andere Datenbank benutzen.', 'If you want to set up the authentication database yourself then log in to the administration panel. kivitendo will then create the database and tables for you.' => 'Wenn Sie die Authentifizierungs-Datenbank selber einrichten wollen, so melden Sie sich im Administrationsbereich an. kivitendo wird dann die Datenbank und die erforderlichen Tabellen für Sie anlegen.', 'Image' => 'Grafik', @@ -1254,7 +1254,7 @@ $self->{texts} = { 'No file has been uploaded yet.' => 'Es wurde noch keine Datei hochgeladen.', 'No group has been selected, or the group does not exist anymore.' => 'Es wurde keine Gruppe ausgewählt, oder die Gruppe wurde in der Zwischenzeit gelöscht.', 'No groups have been added yet.' => 'Es wurden noch keine Gruppen angelegt.', - 'No or an unknown authenticantion module specified in "config/lx_office.conf".' => 'Es wurde kein oder ein unbekanntes Authentifizierungsmodul in "config/lx_office.conf" angegeben.', + 'No or an unknown authenticantion module specified in "config/kivitendo.conf".' => 'Es wurde kein oder ein unbekanntes Authentifizierungsmodul in "config/kivitendo.conf" angegeben.', 'No part was found matching the search parameters.' => 'Es wurde kein Artikel gefunden, auf den die Suchparameter zutreffen.', 'No payment term has been created yet.' => 'Es wurden noch keine Zahlungsbedingungen angelegt.', 'No prices will be updated because no prices have been entered.' => 'Es werden keine Preise aktualisiert, weil keine gültigen Preisänderungen eingegeben wurden.', @@ -1868,7 +1868,7 @@ $self->{texts} = { 'The AP transaction #1 has been deleted.' => 'Die Kreditorenbuchung #1 wurde gelöscht.', 'The AR transaction #1 has been deleted.' => 'Die Debitorenbuchung #1 wurde gelöscht.', 'The GL transaction #1 has been deleted.' => 'Die Dialogbuchung #1 wurde gelöscht.', - 'The LDAP server "#1:#2" is unreachable. Please check config/lx_office.conf.' => 'Der LDAP-Server "#1:#2" ist nicht erreichbar. Bitte überprüfen Sie die Angaben in config/lx_office.conf.', + 'The LDAP server "#1:#2" is unreachable. Please check config/kivitendo.conf.' => 'Der LDAP-Server "#1:#2" ist nicht erreichbar. Bitte überprüfen Sie die Angaben in config/kivitendo.conf.', 'The SEPA export has been created.' => 'Der SEPA-Export wurde erstellt', 'The SEPA strings have been saved.' => 'Die bei SEPA-Überweisungen verwendeten Begriffe wurden gespeichert.', 'The access rights have been saved.' => 'Die Zugriffsrechte wurden gespeichert.', @@ -1895,7 +1895,7 @@ $self->{texts} = { 'The business is in use and cannot be deleted.' => 'Der Kunden-/Lieferantentyp wird benutzt und kann nicht gelöscht werden.', 'The changing of tax-o-matic account is NOT recommended, but if you do so please also (re)configure buchungsgruppen and reconfigure ALL charts which point to this tax-o-matic account. ' => 'Es wird nicht empfohlen Steuerkonten (Umsatzsteuer oder Vorsteuer) "umzuhängen", aber falls es gemacht wird, bitte auch entsprechend konsequent die Buchungsgruppen und die Konten die mit dieser Steuer verknüpft sind umkonfigurieren.', 'The columns "Dunning Duedate", "Total Fees" and "Interest" show data for the previous dunning created for this invoice.' => 'Die Spalten "Zahlbar bis", "Kumulierte Gebühren" und "Zinsen" zeigen Daten der letzten für diese Rechnung erzeugten Mahnung.', - 'The connection to the LDAP server cannot be encrypted (SSL/TLS startup failure). Please check config/lx_office.conf.' => 'Die Verbindung zum LDAP-Server kann nicht verschlüsselt werden (Fehler bei SSL/TLS-Initialisierung). Bitte überprüfen Sie die Angaben in config/lx_office.conf.', + 'The connection to the LDAP server cannot be encrypted (SSL/TLS startup failure). Please check config/kivitendo.conf.' => 'Die Verbindung zum LDAP-Server kann nicht verschlüsselt werden (Fehler bei SSL/TLS-Initialisierung). Bitte überprüfen Sie die Angaben in config/kivitendo.conf.', 'The connection to the authentication database failed:' => 'Die Verbindung zur Authentifizierungsdatenbank schlug fehl:', 'The connection to the database could not be established.' => 'Die Verbindung zur Datenbank konnte nicht hergestellt werden.', 'The connection to the template database failed:' => 'Die Verbindung zur Vorlagendatenbank schlug fehl:', @@ -1939,7 +1939,7 @@ $self->{texts} = { 'The following Buchungsgruppen have already been created:' => 'Die folgenden Buchungsgruppen wurden bereits angelegt:', 'The following Datasets need to be updated' => 'Folgende Datenbanken müssen aktualisiert werden', 'The following drafts have been saved and can be loaded.' => 'Die folgenden Entwürfe wurden gespeichert und können geladen werden.', - 'The following old files whose settings have to be merged manually into the new configuration file "config/lx_office.conf" still exist:' => 'Es existieren noch die folgenden alten Dateien, deren Einstellungen manuell in die neue Konfiguratsdatei "config/lx_office.conf" migriert werden müssen:', + 'The following old files whose settings have to be merged manually into the new configuration file "config/kivitendo.conf" still exist:' => 'Es existieren noch die folgenden alten Dateien, deren Einstellungen manuell in die neue Konfiguratsdatei "config/kivitendo.conf" migriert werden müssen:', 'The following transaction contains wrong taxes:' => 'Die folgende Buchung enthält falsche Steuern:', 'The following transaction contains wrong taxkeys:' => 'Die folgende Buchung enthält falsche Steuerschlüssel:', 'The following units are unknown.' => 'Die folgenden Einheiten sind unbekannt.', @@ -2313,10 +2313,10 @@ $self->{texts} = { 'close' => 'schließen', 'closed' => 'geschlossen', 'companylogo_subtitle' => 'Lizenziert für', - 'config/lx_office.conf: Key "DB_config" is missing.' => 'config/lx_office.conf: Das Schlüsselwort "DB_config" fehlt.', - 'config/lx_office.conf: Key "authentication/ldap" is missing.' => 'config/lx_office.conf: Der Schlüssel "authentication/ldap" fehlt.', - 'config/lx_office.conf: Missing parameters in "authentication/database". Required parameters are "host", "db" and "user".' => 'config/lx_office.conf: Fehlende Parameter in "authentication/database". Benötigte Parameter sind "host", "db" und "user".', - 'config/lx_office.conf: Missing parameters in "authentication/ldap". Required parameters are "host", "attribute" and "base_dn".' => 'config/lx_office.conf: Fehlende Parameter in "authentication/ldap". Benötigt werden "host", "attribute" und "base_dn".', + 'config/kivitendo.conf: Key "DB_config" is missing.' => 'config/kivitendo.conf: Das Schlüsselwort "DB_config" fehlt.', + 'config/kivitendo.conf: Key "authentication/ldap" is missing.' => 'config/kivitendo.conf: Der Schlüssel "authentication/ldap" fehlt.', + 'config/kivitendo.conf: Missing parameters in "authentication/database". Required parameters are "host", "db" and "user".' => 'config/kivitendo.conf: Fehlende Parameter in "authentication/database". Benötigte Parameter sind "host", "db" und "user".', + 'config/kivitendo.conf: Missing parameters in "authentication/ldap". Required parameters are "host", "attribute" and "base_dn".' => 'config/kivitendo.conf: Fehlende Parameter in "authentication/ldap". Benötigt werden "host", "attribute" und "base_dn".', 'contact_list' => 'ansprechperson_liste', 'continue' => 'weiter', 'correction' => 'Korrektur', diff --git a/locale/fr/COPYING b/locale/fr/COPYING deleted file mode 100644 index 2010dcc8e..000000000 --- a/locale/fr/COPYING +++ /dev/null @@ -1,27 +0,0 @@ -###################################################################### -# SQL-Ledger Accounting -# Copyright (c) 2003 -# -# French texts: -# -# Author: Sèbastien Brassard -# Oscar Buijten -# Wolfgang Sourdeau -# Aguibou KONE -# Jens-Ingo Brodesser -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -# -####################################################################### - diff --git a/locale/fr/LANGUAGE.deactivated b/locale/fr/LANGUAGE.deactivated deleted file mode 100644 index 744b2c3f1..000000000 --- a/locale/fr/LANGUAGE.deactivated +++ /dev/null @@ -1 +0,0 @@ -French diff --git a/locale/fr/all b/locale/fr/all deleted file mode 100644 index ced2ab27c..000000000 --- a/locale/fr/all +++ /dev/null @@ -1,2041 +0,0 @@ -#!/usr/bin/perl -# -*- coding: utf-8; -*- -# vim: fenc=utf-8 - -# These are all the texts to build the translations files. -# The file has the form of 'english text' => 'foreign text', -# you can add the translation in this file or in the 'missing' file -# run locales.pl from this directory to rebuild the translation files - -$self->{texts} = { - ' Date missing!' => '', - ' Part Number missing!' => '', - ' missing!' => '', - '#1 prices were updated.' => '', - '<%account_number%> -- Your account number' => '', - '<%bank%> -- Your bank' => '', - '<%bank_code%> -- Your bank code' => '', - '<%currency%> -- The selected currency' => '', - '<%invtotal%> -- Invoice total' => '', - '<%invtotal_wo_skonto%> -- Invoice total less discount' => '', - '<%netto_date%> -- Date the payment is due in full' => '', - '<%skonto_amount%> -- The deductible amount' => '', - '<%skonto_date%> -- Date the payment is due with discount' => '', - '<%skonto_in_percent%> -- The discount in percent' => '', - '<%terms_netto%> -- The number of days for full payment' => '', - '<%total%> -- Amount payable' => '', - '<%total_wo_skonto%> -- Amount payable less discount' => '', - '*/' => '', - '---please select---' => '', - '...after loggin in' => '', - '...done' => '', - '...on the TODO list' => '', - '1. Quarter' => '', - '2. Quarter' => '', - '3. Quarter' => '', - '4. Quarter' => '', - 'What do you want to look for?' => '', - 'A Buchungsgruppe consists of a descriptive name and the account numbers for the income and expense accounts for those four tax zones as well as the inventory account number.' => '', - 'A group named "Full Access" has been created.' => '', - 'A group with that name does already exist.' => '', - 'A lot of the usability of Lx-Office has been enhanced with javascript. Although it is currently possible to use every aspect of Lx-Office without javascript, we strongly recommend it. In a future version this may change and javascript may be necessary to access advanced features.' => '', - 'A temporary directory could not be created:' => '', - 'A temporary file could not be created. Please verify that the directory "#1" is writeable by the webserver.' => '', - 'A temporary file could not be created:' => '', - 'A unit with this name does already exist.' => '', - 'A variable marked as \'editable\' can be changed in each quotation, order, invoice etc.' => '', - 'ADDED' => '', - 'AP' => '', - 'AP Aging' => '', - 'AP Transaction' => '', - 'AP Transaction (abbreviation)' => '', - 'AP Transaction Storno (one letter abbreviation)' => '', - 'AP Transaction with Storno (abbreviation)' => '', - 'AP Transactions' => '', - 'AP transactions with sales taxkeys and/or AR transactions with input taxkeys' => '', - 'AR' => '', - 'AR Aging' => '', - 'AR Transaction' => '', - 'AR Transaction (abbreviation)' => '', - 'AR Transactions' => '', - 'ASSETS' => '', - 'Abrechnungsnummer' => '', - 'Abteilung' => '', - 'Account' => '', - 'Account Category A' => '', - 'Account Category C' => '', - 'Account Category E' => '', - 'Account Category G' => '', - 'Account Category I' => '', - 'Account Category L' => '', - 'Account Category Q' => '', - 'Account Description missing!' => '', - 'Account Link AP' => '', - 'Account Link AP_amount' => '', - 'Account Link AP_paid' => '', - 'Account Link AP_tax' => '', - 'Account Link AR' => '', - 'Account Link AR_amount' => '', - 'Account Link AR_paid' => '', - 'Account Link AR_tax' => '', - 'Account Link CT_tax' => '', - 'Account Link IC' => '', - 'Account Link IC_cogs' => '', - 'Account Link IC_expense' => '', - 'Account Link IC_income' => '', - 'Account Link IC_sale' => '', - 'Account Link IC_taxpart' => '', - 'Account Link IC_taxservice' => '', - 'Account Number' => '', - 'Account Number already used!' => '', - 'Account Number missing!' => '', - 'Account Nummer' => '', - 'Account Type' => '', - 'Account Type missing!' => '', - 'Account deleted!' => '', - 'Account for fees' => '', - 'Account for interest' => '', - 'Account number' => '', - 'Account number #1, bank code #2, #3' => '', - 'Account saved!' => '', - 'Accounting Group deleted!' => '', - 'Accounting Group saved!' => '', - 'Accrual' => '', - 'Active' => '', - 'Active?' => '', - 'Add' => '', - 'Add AP Transaction' => '', - 'Add AR Transaction' => '', - 'Add Account' => '', - 'Add Accounting Group' => '', - 'Add Accounts Payables Transaction' => '', - 'Add Accounts Receivables Transaction' => '', - 'Add Assembly' => '', - 'Add Buchungsgruppe' => '', - 'Add Business' => '', - 'Add Credit Note' => '', - 'Add Customer' => '', - 'Add Delivery Order' => '', - 'Add Department' => '', - 'Add Dunning' => '', - 'Add Exchangerate' => '', - 'Add Follow-Up' => '', - 'Add Follow-Up for #1' => '', - 'Add General Ledger Transaction' => '', - 'Add Group' => '', - 'Add Language' => '', - 'Add Lead' => '', - 'Add License' => '', - 'Add Part' => '', - 'Add Payment Terms' => '', - 'Add Price Factor' => '', - 'Add Pricegroup' => '', - 'Add Printer' => '', - 'Add Project' => '', - 'Add Purchase Delivery Order' => '', - 'Add Purchase Order' => '', - 'Add Quotation' => '', - 'Add RFQ' => '', - 'Add Request for Quotation' => '', - 'Add Sales Delivery Order' => '', - 'Add Sales Invoice' => '', - 'Add Sales Order' => '', - 'Add Service' => '', - 'Add Storno Credit Note' => '', - 'Add Transaction' => '', - 'Add User' => '', - 'Add Vendor' => '', - 'Add Vendor Invoice' => '', - 'Add Warehouse' => '', - 'Add a new group' => '', - 'Add and edit units' => '', - 'Add bank account' => '', - 'Add custom variable' => '', - 'Add note' => '', - 'Add to group' => '', - 'Add unit' => '', - 'Address' => '', - 'Administration' => '', - 'Administration area' => '', - 'Advance turnover tax return' => '', - 'Aktion' => '', - 'All' => '', - 'All Accounts' => '', - 'All Datasets up to date!' => '', - 'All changes in that file have been reverted.' => '', - 'All database upgrades have been applied.' => '', - 'All general ledger entries' => '', - 'All of the exports you have selected were already closed.' => '', - 'All reports' => '', - 'All the selected exports have already been closed, or all of their items have already been executed.' => '', - 'Allow access' => '', - 'Allow the following users access to my follow-ups:' => '', - 'Alternatively you can create a new part which will then be selected.' => '', - 'Alternatively you can skip this step and create groups yourself.' => '', - 'Amended Advance Turnover Tax Return' => '', - 'Amended Advance Turnover Tax Return (Nr. 10)' => '', - 'Amount' => '', - 'Amount Due' => '', - 'Annotations' => '', - 'Another user with the login #1 does already exist.' => '', - 'Ap aging on %s' => '', - 'Application Error. No Format given' => '', - 'Application Error. Wrong Format' => '', - 'Applying #1:' => '', - 'Approximately #1 prices will be updated.' => '', - 'Apr' => '', - 'April' => '', - 'Ar aging on %s' => '', - 'Are you sure you want to delete Delivery Order Number #1?' => '', - 'Are you sure you want to delete Invoice Number' => '', - 'Are you sure you want to delete Order Number' => '', - 'Are you sure you want to delete Quotation Number' => '', - 'Are you sure you want to delete Transaction' => '', - 'Are you sure you want to remove the marked entries from the queue?' => '', - 'Are you sure you want to update the prices' => '', - 'Article Code' => '', - 'Article Code missing!' => '', - 'As a result, the saved onhand values of the present goods can be stored into a warehouse designated by you, or will be reset for a proper warehouse tracking' => '', - 'Assemblies' => '', - 'Assembly Description' => '', - 'Assembly Number' => '', - 'Assembly Number missing!' => '', - 'Asset' => '', - 'Assets' => '', - 'Assign new units' => '', - 'Assign units' => '', - 'Assistant for general ledger corrections' => '', - 'Assume Tax Consultant Data in Tax Computation?' => '', - 'At least' => '', - 'At least one Perl module that Lx-Office ERP requires for running is not installed on your system.' => '', - 'At most' => '', - 'At the moment the transaction looks like this:' => '', - 'Attach PDF:' => '', - 'Attachment' => '', - 'Attachment name' => '', - 'Attempt to call an undefined sub named \'%s\'' => '', - 'Audit Control' => '', - 'Aug' => '', - 'August' => '', - 'Authentification database creation' => '', - 'Authentification tables creation' => '', - 'Auto Send?' => '', - 'Automatically created invoice for fee and interest for dunning %s' => '', - 'Available qty' => '', - 'BALANCE SHEET' => '', - 'BIC' => '', - 'BOM' => '', - 'BWA' => '', - 'Back' => '', - 'Backup Dataset' => '', - 'Backup file' => '', - 'Backup of dataset' => '', - 'Balance' => '', - 'Balance Sheet' => '', - 'Bank' => '', - 'Bank Code' => '', - 'Bank Code (long)' => '', - 'Bank Code Number' => '', - 'Bank Connection Tax Office' => '', - 'Bank Connections' => '', - 'Bank accounts' => '', - 'Bank code' => '', - 'Bank transfer amount' => '', - 'Bank transfer payment list for export #1' => '', - 'Bank transfer via SEPA' => '', - 'Bank transfers via SEPA' => '', - 'Base unit' => '', - 'Basic data' => '', - 'Batch Printing' => '', - 'Bcc' => '', - 'Belegnummer' => '', - 'Beratername' => '', - 'Beraternummer' => '', - 'Best Before' => '', - 'Bestandskonto' => '', - 'Bilanz' => '', - 'Billing Address' => '', - 'Billing/shipping address (city)' => '', - 'Billing/shipping address (street)' => '', - 'Billing/shipping address (zipcode)' => '', - 'Bin' => '', - 'Bin From' => '', - 'Bin List' => '', - 'Bin To' => '', - 'Binding to the LDAP server as "#1" failed. Please check config/lx_office.conf.' => '', - 'Bins saved.' => '', - 'Bins that have been used in the past cannot be deleted anymore. For these bins there\'s no checkbox in the "Delete" column.' => '', - 'Birthday' => '', - 'Bis' => '', - 'Bis Konto: ' => '', - 'Body' => '', - 'Body:' => '', - 'Books are open' => '', - 'Books closed up to' => '', - 'Boolean variables: If the default value is non-empty then the checkbox will be checked by default and unchecked otherwise.' => '', - 'Both' => '', - 'Bottom' => '', - 'Bought' => '', - 'Buchungsdatum' => '', - 'Buchungsgruppe' => '', - 'Buchungsgruppen' => '', - 'Buchungskonto' => '', - 'Buchungsnummer' => '', - 'Business Number' => '', - 'Business Volume' => '', - 'Business deleted!' => '', - 'Business saved!' => '', - 'CANCELED' => '', - 'CB Transaction' => '', - 'CR' => '', - 'CRM admin' => '', - 'CRM create customers, vendors and contacts' => '', - 'CRM follow up' => '', - 'CRM know how' => '', - 'CRM notices' => '', - 'CRM opportunity' => '', - 'CRM optional software' => '', - 'CRM other' => '', - 'CRM search' => '', - 'CRM send email' => '', - 'CRM services' => '', - 'CRM status' => '', - 'CRM termin' => '', - 'CRM user' => '', - 'CSV export -- options' => '', - 'Calculate' => '', - 'Can not create that quantity with current stock' => '', - 'Cancel' => '', - 'Cancel Accounts Payables Transaction' => '', - 'Cancel Accounts Receivables Transaction' => '', - 'Cannot create Lock!' => '', - 'Cannot delete account!' => '', - 'Cannot delete customer!' => '', - 'Cannot delete default account!' => '', - 'Cannot delete delivery order!' => '', - 'Cannot delete invoice!' => '', - 'Cannot delete item!' => '', - 'Cannot delete order!' => '', - 'Cannot delete quotation!' => '', - 'Cannot delete transaction!' => '', - 'Cannot delete vendor!' => '', - 'Cannot have a value in both Debit and Credit!' => '', - 'Cannot post Payment!' => '', - 'Cannot post Receipt!' => '', - 'Cannot post a transaction without a value!' => '', - 'Cannot post invoice for a closed period!' => '', - 'Cannot post invoice!' => '', - 'Cannot post payment for a closed period!' => '', - 'Cannot post payment!' => '', - 'Cannot post transaction for a closed period!' => '', - 'Cannot post transaction with a debit and credit entry for the same account!' => '', - 'Cannot post transaction!' => '', - 'Cannot process payment for a closed period!' => '', - 'Cannot remove files!' => '', - 'Cannot save account!' => '', - 'Cannot save order!' => '', - 'Cannot save preferences!' => '', - 'Cannot save quotation!' => '', - 'Cannot storno storno invoice!' => '', - 'Carry over shipping address' => '', - 'Cash' => '', - 'Cc' => '', - 'Change Lx-Office installation settings (all menu entries beneath \'System\')' => '', - 'Change representative to' => '', - 'Charge Number' => '', - 'Charge number' => '', - 'Chart' => '', - 'Chart Type' => '', - 'Chart balance' => '', - 'Chart of Accounts' => '', - 'Chart of accounts' => '', - 'Chartaccounts connected to this Tax:' => '', - 'Check' => '', - 'Check Details' => '', - 'Checks' => '', - 'Choose Customer' => '', - 'Choose Outputformat' => '', - 'Choose Vendor' => '', - 'Choose a Tax Number' => '', - 'City' => '', - 'Cleared Balance' => '', - 'Clearing Tax Received (No 71)' => '', - 'Click on login name to edit!' => '', - 'Close' => '', - 'Close Books up to' => '', - 'Close SEPA exports' => '', - 'Close Window' => '', - 'Closed' => '', - 'Collective Orders only work for orders from one customer!' => '', - 'Comment' => '', - 'Company' => '', - 'Company Name' => '', - 'Compare to' => '', - 'Configuration of individual TODO items' => '', - 'Confirm' => '', - 'Confirm!' => '', - 'Confirmation' => '', - 'Contact' => '', - 'Contact Person' => '', - 'Contact person (surname)' => '', - 'Contacts' => '', - 'Continue' => '', - 'Contra' => '', - 'Copies' => '', - 'Correct taxkey' => '', - 'Corrections' => '', - 'Cost Center' => '', - 'Costs' => '', - 'Could not copy %s to %s. Reason: %s' => '', - 'Could not open the file users/members.' => '', - 'Could not open the old memberfile.' => '', - 'Could not print dunning.' => '', - 'Could not rename %s to %s. Reason: %s' => '', - 'Could not spawn ghostscript.' => '', - 'Could not spawn the printer command.' => '', - 'Could not update prices!' => '', - 'Country' => '', - 'Create Assembly' => '', - 'Create Buchungsgruppen' => '', - 'Create Chart of Accounts' => '', - 'Create Dataset' => '', - 'Create Date' => '', - 'Create a standard group' => '', - 'Create and edit RFQs' => '', - 'Create and edit customers and vendors' => '', - 'Create and edit dunnings' => '', - 'Create and edit invoices and credit notes' => '', - 'Create and edit parts, services, assemblies' => '', - 'Create and edit projects' => '', - 'Create and edit purchase delivery orders' => '', - 'Create and edit purchase orders' => '', - 'Create and edit sales delivery orders' => '', - 'Create and edit sales orders' => '', - 'Create and edit sales quotations' => '', - 'Create and edit vendor invoices' => '', - 'Create bank transfer' => '', - 'Create bank transfer via SEPA XML' => '', - 'Create invoice?' => '', - 'Create new' => '', - 'Create tables' => '', - 'Created by' => '', - 'Created for' => '', - 'Created on' => '', - 'Credit' => '', - 'Credit (one letter abbreviation)' => '', - 'Credit Account' => '', - 'Credit Limit' => '', - 'Credit Limit exceeded!!!' => '', - 'Credit Note' => '', - 'Credit Note Date' => '', - 'Credit Note Number' => '', - 'Credit Starting Balance' => '', - 'Credit Tax' => '', - 'Credit Tax Account' => '', - 'Credit note (one letter abbreviation)' => '', - 'Curr' => '', - 'Currencies' => '', - 'Currency' => '', - 'Current / Next Level' => '', - 'Current Earnings' => '', - 'Current unit' => '', - 'Current value:' => '', - 'Custom Variables' => '', - 'Custom variables for module' => '', - 'Customer' => '', - 'Customer Name' => '', - 'Customer Number' => '', - 'Customer Order Number' => '', - 'Customer deleted!' => '', - 'Customer details' => '', - 'Customer missing!' => '', - 'Customer not on file or locked!' => '', - 'Customer not on file!' => '', - 'Customer saved!' => '', - 'Customer type' => '', - 'Customername' => '', - 'Customernumberinit' => '', - 'Customers' => '', - 'Customers and vendors' => '', - 'Customized Report' => '', - 'DATEV - Export Assistent' => '', - 'DATEV Angaben' => '', - 'DATEV Export' => '', - 'DATEX - Export Assistent' => '', - 'DELETED' => '', - 'DFV-Kennzeichen' => '', - 'DR' => '', - 'DUNNING STARTED' => '', - 'DUNS-Nr' => '', - 'Database' => '', - 'Database Administration' => '', - 'Database Connection Test' => '', - 'Database Host' => '', - 'Database User missing!' => '', - 'Database backups and restorations are disabled in lx_office.conf.' => '', - 'Database name' => '', - 'Database template' => '', - 'Database update error:' => '', - 'Dataset' => '', - 'Dataset missing!' => '', - 'Dataset name' => '', - 'Dataset upgrade' => '', - 'Date' => '', - 'Date Format' => '', - 'Date Paid' => '', - 'Date and timestamp variables: If the default value equals \'NOW\' then the current date/current timestamp will be used. Otherwise the default value is copied as-is.' => '', - 'Date missing!' => '', - 'Datevautomatik' => '', - 'Datum von' => '', - 'Debit' => '', - 'Debit (one letter abbreviation)' => '', - 'Debit Account' => '', - 'Debit Starting Balance' => '', - 'Debit Tax' => '', - 'Debit Tax Account' => '', - 'Debit and credit out of balance!' => '', - 'Dec' => '', - 'December' => '', - 'Decimalplaces' => '', - 'Decrease' => '', - 'Default (no language selected)' => '', - 'Default Accounts' => '', - 'Default output medium' => '', - 'Default printer' => '', - 'Default template format' => '', - 'Default value' => '', - 'Defaults saved.' => '', - 'Delete' => '', - 'Delete Account' => '', - 'Delete Contact' => '', - 'Delete Dataset' => '', - 'Delete Shipto' => '', - 'Delete delivery order' => '', - 'Delete drafts' => '', - 'Delete group' => '', - 'Delete transaction' => '', - 'Delivered' => '', - 'Delivery Date' => '', - 'Delivery Order' => '', - 'Delivery Order Date' => '', - 'Delivery Order Date missing!' => '', - 'Delivery Order Number' => '', - 'Delivery Order deleted!' => '', - 'Delivery Orders' => '', - 'Department' => '', - 'Department deleted!' => '', - 'Department saved!' => '', - 'Departments' => '', - 'Dependency loop detected:' => '', - 'Deposit' => '', - 'Description' => '', - 'Description (Click on Description for details)' => '', - 'Description missing!' => '', - 'Description must not be empty!' => '', - 'Destination BIC' => '', - 'Destination IBAN' => '', - 'Destination bin' => '', - 'Destination warehouse' => '', - 'Destination warehouse and bin' => '', - 'Details (one letter abbreviation)' => '', - 'Difference' => '', - 'Dimension unit' => '', - 'Directory' => '', - 'Discount' => '', - 'Display' => '', - 'Display file' => '', - 'Display options' => '', - 'Do you really want to close the following SEPA exports? No payment will be recorded for bank transfers that haven\'t been marked as executed yet.' => '', - 'Do you really want to delete AP transaction #1?' => '', - 'Do you really want to delete AR transaction #1?' => '', - 'Do you really want to delete GL transaction #1?' => '', - 'Do you really want to delete this group?' => '', - 'Do you really want to delete this warehouse?' => '', - 'Do you want Lx-Office to create a group for access to all functions?' => '', - 'Do you want to limit your search?' => '', - 'Do you want to carry this shipping address over to the new purchase order so that the vendor can deliver the goods directly to your customer?' => '', - 'Do you want to store the existing onhand values into a new warehouse?' => '', - 'Document' => '', - 'Documents in the WebDAV repository' => '', - 'Done' => '', - 'Download SEPA XML export file' => '', - 'Download the backup' => '', - 'Draft saved.' => '', - 'Drawing' => '', - 'Driver' => '', - 'Dropdown Limit' => '', - 'Due' => '', - 'Due Date' => '', - 'Due Date missing!' => '', - 'Duedate +Days' => '', - 'Dunning' => '', - 'Dunning Amount' => '', - 'Dunning Date' => '', - 'Dunning Date from' => '', - 'Dunning Description' => '', - 'Dunning Description missing in row ' => '', - 'Dunning Duedate' => '', - 'Dunning Level' => '', - 'Dunning Level missing in row ' => '', - 'Dunning Process Config saved!' => '', - 'Dunning Process started for selected invoices!' => '', - 'Dunning number' => '', - 'Dunning overview' => '', - 'Dunnings' => '', - 'During this user migration Lx-Office can create such a group for you and grant all users access to all of Lx-Office\'s functions.' => '', - 'E-mail' => '', - 'E-mail Statement to' => '', - 'E-mail address missing!' => '', - 'EAN' => '', - 'EAN-Code' => '', - 'EB-Wert' => '', - 'EK' => '', - 'ELSE' => '', - 'ELSTER Export (Taxbird)' => '', - 'ELSTER Export (Winston)' => '', - 'ELSTER Export nach Winston' => '', - 'ELSTER Tax Number' => '', - 'EQUITY' => '', - 'EU with VAT ID' => '', - 'EU without VAT ID' => '', - 'EUER' => '', - 'EUR' => '', - 'Earlier versions of Lx-Office contained bugs which might have led to wrong entries in the general ledger.' => '', - 'Edit' => '', - 'Edit Access Rights' => '', - 'Edit Access Rights for Follow-Ups' => '', - 'Edit Account' => '', - 'Edit Accounting Group' => '', - 'Edit Accounts Payables Transaction' => '', - 'Edit Accounts Receivables Transaction' => '', - 'Edit Assembly' => '', - 'Edit Bins' => '', - 'Edit Buchungsgruppe' => '', - 'Edit Business' => '', - 'Edit Credit Note' => '', - 'Edit Customer' => '', - 'Edit Department' => '', - 'Edit Dunning' => '', - 'Edit Dunning Process Config' => '', - 'Edit Follow-Up' => '', - 'Edit Follow-Up for #1' => '', - 'Edit General Ledger Transaction' => '', - 'Edit Group' => '', - 'Edit Language' => '', - 'Edit Lead' => '', - 'Edit Part' => '', - 'Edit Payment Terms' => '', - 'Edit Preferences for #1' => '', - 'Edit Price Factor' => '', - 'Edit Pricegroup' => '', - 'Edit Printer' => '', - 'Edit Project' => '', - 'Edit Purchase Delivery Order' => '', - 'Edit Purchase Order' => '', - 'Edit Quotation' => '', - 'Edit Request for Quotation' => '', - 'Edit Sales Delivery Order' => '', - 'Edit Sales Invoice' => '', - 'Edit Sales Order' => '', - 'Edit Service' => '', - 'Edit Storno Credit Note' => '', - 'Edit Storno Invoice' => '', - 'Edit User' => '', - 'Edit Vendor' => '', - 'Edit Vendor Invoice' => '', - 'Edit Warehouse' => '', - 'Edit and delete a group' => '', - 'Edit bank account' => '', - 'Edit custom variable' => '', - 'Edit file' => '', - 'Edit greetings' => '', - 'Edit group ' => '', - 'Edit group membership' => '', - 'Edit groups' => '', - 'Edit note' => '', - 'Edit rights' => '', - 'Edit templates' => '', - 'Edit the Delivery Order' => '', - 'Edit the membership of all users in all groups:' => '', - 'Edit the purchase_order' => '', - 'Edit the request_quotation' => '', - 'Edit the sales_order' => '', - 'Edit the sales_quotation' => '', - 'Edit the stylesheet' => '', - 'Edit units' => '', - 'Editable' => '', - 'Either there are no open invoices, or you have already initiated bank transfers with the open amounts for those that are still open.' => '', - 'Element disabled' => '', - 'Employee' => '', - 'Empty transaction!' => '', - 'Enter a description for this new draft.' => '', - 'Enter longdescription' => '', - 'Enter the requested execution date or leave empty for the quickest possible execution:' => '', - 'Enter up to 3 letters separated by a colon (i.e CAD:USD:EUR) for your native and foreign currencies' => '', - 'Equity' => '', - 'Error' => '', - 'Error in database control file \'%s\': %s' => '', - 'Error in position #1: You must either assign no stock at all or the full quantity of #2 #3.' => '', - 'Error in position #1: You must either assign no transfer at all or the full quantity of #2 #3.' => '', - 'Error in row #1: The quantity you entered is bigger than the stocked quantity.' => '', - 'Error message from the database driver:' => '', - 'Error!' => '', - 'Ertrag' => '', - 'Ertrag prozentual' => '', - 'Escape character' => '', - 'Exact' => '', - 'Excel' => '', - 'Exch' => '', - 'Exchangerate' => '', - 'Exchangerate Difference' => '', - 'Exchangerate for payment missing!' => '', - 'Exchangerate missing!' => '', - 'Executed' => '', - 'Execution date' => '', - 'Execution date from' => '', - 'Execution date to' => '', - 'Existing Buchungsgruppen' => '', - 'Existing Datasets' => '', - 'Existing pending follow-ups for this item' => '', - 'Expected Tax' => '', - 'Expense' => '', - 'Expense Account' => '', - 'Expense accno' => '', - 'Expense/Asset' => '', - 'Expenses EU with UStId' => '', - 'Expenses EU without UStId' => '', - 'Expired licenses' => '', - 'Expiring in x month(s)' => '', - 'Export Buchungsdaten' => '', - 'Export Stammdaten' => '', - 'Export as CSV' => '', - 'Export as PDF' => '', - 'Export date' => '', - 'Export date from' => '', - 'Export date to' => '', - 'Extended' => '', - 'Extension Of Time' => '', - 'Factor' => '', - 'Factor missing!' => '', - 'Falsches Datumsformat!' => '', - 'Favorites' => '', - 'Fax' => '', - 'Feb' => '', - 'February' => '', - 'Fee' => '', - 'File' => '', - 'File name' => '', - 'Files created by Lx-Office\'s "Backup Dataset" function are such files.' => '', - 'Filter' => '', - 'Finish' => '', - 'Fix transaction' => '', - 'Fix transactions' => '', - 'Folgekonto' => '', - 'Follow-Up' => '', - 'Follow-Up Date' => '', - 'Follow-Up On' => '', - 'Follow-Up done' => '', - 'Follow-Up for' => '', - 'Follow-Up for user' => '', - 'Follow-Up saved.' => '', - 'Follow-Ups' => '', - 'Follow-up for' => '', - 'Font' => '', - 'Font size' => '', - 'For AP transactions it will replace the sales taxkeys with input taxkeys with the same tax rate.' => '', - 'For AR transactions it will replace the input taxkeys with sales taxkeys with the same tax rate.' => '', - 'For each unit there\'s either no or exactly one base unit. If you chose a base unit then you also have to chose a factor. That way the new unit will be defined as a multiple of the base unit. The base unit must be the "smaller" one. A factor may not be less than 1. Therefore you may define "kg" with the base unit "g" and a factor of "1", but not the other way round.' => '', - 'Foreign Exchange Gain' => '', - 'Foreign Exchange Loss' => '', - 'Foreign Expenses' => '', - 'Foreign Revenues' => '', - 'Form details (second row)' => '', - 'Formula' => '', - 'Free report period' => '', - 'Free-form text' => '', - 'Fristsetzung' => '', - 'From' => '', - 'From Date' => '', - 'Full Access' => '', - 'Full access to all functions' => '', - 'Fwd' => '', - 'GL Transaction' => '', - 'Gegenkonto' => '', - 'Gender' => '', - 'General Ledger' => '', - 'General Ledger Corrections' => '', - 'General Ledger Transaction' => '', - 'General ledger and cash' => '', - 'General ledger corrections' => '', - 'Generic Tax Report' => '', - 'Given Name' => '', - 'Go one step back' => '', - 'Go one step forward' => '', - 'Greeting' => '', - 'Greetings' => '', - 'Group' => '', - 'Group Invoices' => '', - 'Group Items' => '', - 'Group deleted!' => '', - 'Group membership' => '', - 'Group missing!' => '', - 'Group saved!' => '', - 'Groups' => '', - 'HTML' => '', - 'HTML Templates' => '', - 'Hardcopy' => '', - 'Has serial number' => '', - 'Header' => '', - 'Heading' => '', - 'Help' => '', - 'Here\'s an example command line:' => '', - 'Hide by default' => '', - 'History' => '', - 'History Search' => '', - 'History Search Engine' => '', - 'Homepage' => '', - 'Host' => '', - 'However, you can create a new part which will then be selected.' => '', - 'I' => '', - 'IBAN' => '', - 'ID' => '', - 'ID-Nummer' => '', - 'II' => '', - 'III' => '', - 'IV' => '', - 'If the automatic creation of invoices for fees and interest is switched on for a dunning level then the following accounts will be used for the invoice.' => '', - 'If the database user listed above does not have the right to create a database then enter the name and password of the superuser below:' => '', - 'If you chose to let Lx-Office do the migration then Lx-Office will also remove the old member file after creating a backup copy of it in the directory "#1".' => '', - 'If you enter values for the part number and / or part description then only those bins containing parts whose part number or part description match your input will be shown.' => '', - 'If you see this message, you most likely just setup your LX-Office and haven\'t added any entry types. If this is the case, the option is accessible for administrators in the System menu.' => '', - 'If you want to change any of these parameters then press the "Back" button, edit the file "config/lx_office.conf" and login into the admin module again.' => '', - 'If you want to delete such a dataset you have to edit the user(s) that are using the dataset in question and have them use another dataset.' => '', - 'If you want to set up the authentication database yourself then log in to the administration panel. Lx-Office will then create the database and tables for you.' => '', - 'If you yourself want to upgrade the installation then please read the file "doc/UPGRADE" and follow the steps outlined in this file.' => '', - 'Image' => '', - 'Import CSV' => '', - 'In Lx-Office 2.4.0 the administrator has to enter a list of units in the administrative section.' => '', - 'In order to do that hit the button "Delete transaction".' => '', - 'In the latter case the tables needed by Lx-Office will be created in that database.' => '', - 'In-line' => '', - 'Inactive' => '', - 'Include Exchangerate Difference' => '', - 'Include column headings' => '', - 'Include empty bins' => '', - 'Include in Report' => '', - 'Include in drop-down menus' => '', - 'Includeable in reports' => '', - 'Income Statement' => '', - 'Income accno' => '', - 'Incoming Payments' => '', - 'Incoming invoice number' => '', - 'Incorrect Password!' => '', - 'Incorrect username or password!' => '', - 'Increase' => '', - 'Individual Items' => '', - 'Information' => '', - 'Interest' => '', - 'Interest Rate' => '', - 'Internal Notes' => '', - 'International' => '', - 'Internet' => '', - 'Introduction of Buchungsgruppen' => '', - 'Introduction of units' => '', - 'Inv. Duedate' => '', - 'Invalid' => '', - 'Invalid follow-up ID.' => '', - 'Invalid quantity.' => '', - 'Invdate' => '', - 'Invdate from' => '', - 'Inventory' => '', - 'Inventory Account' => '', - 'Inventory quantity must be zero before you can set this assembly obsolete!' => '', - 'Inventory quantity must be zero before you can set this part obsolete!' => '', - 'Invno.' => '', - 'Invnumber' => '', - 'Invnumber missing!' => '', - 'Invoice' => '', - 'Invoice (one letter abbreviation)' => '', - 'Invoice Date' => '', - 'Invoice Date missing!' => '', - 'Invoice Duedate' => '', - 'Invoice Number' => '', - 'Invoice Number missing!' => '', - 'Invoice deleted!' => '', - 'Invoice for fees' => '', - 'Invoice has already been storno\'d!' => '', - 'Invoice number' => '', - 'Invoice with Storno (abbreviation)' => '', - 'Invoices' => '', - 'Is this a summary account to record' => '', - 'It is possible that even after such a correction there is something wrong with this transaction (e.g. taxes that don\'t match the selected taxkey). Therefore you should re-run the general ledger analysis.' => '', - 'It is possible to do this automatically for some Buchungsgruppen, but not for all.' => '', - 'It is possible to do this automatically for some units, but for others the user has to chose the new unit.' => '', - 'It may optionally be compressed with "gzip".' => '', - 'It will simply set the taxkey to 0 (meaning "no taxes") which is the correct value for such inventory transactions.' => '', - 'Item deleted!' => '', - 'Item not on file!' => '', - 'Jahresverkehrszahlen neu' => '', - 'Jan' => '', - 'January' => '', - 'Journal' => '', - 'Jul' => '', - 'July' => '', - 'Jump to' => '', - 'Jun' => '', - 'June' => '', - 'KNE-Export erfolgreich!' => '', - 'KNr. beim Kunden' => '', - 'Keine Suchergebnisse gefunden!' => '', - 'Konten' => '', - 'Kontonummernerweiterung (KNE)' => '', - 'L' => '', - 'LIABILITIES' => '', - 'LP' => '', - 'LaTeX Templates' => '', - 'Landscape' => '', - 'Language' => '', - 'Language Values' => '', - 'Language deleted!' => '', - 'Language missing!' => '', - 'Language saved!' => '', - 'Languages' => '', - 'Last Article Number' => '', - 'Last Cost' => '', - 'Last Credit Note Number' => '', - 'Last Customer Number' => '', - 'Last Invoice Number' => '', - 'Last Purchase Delivery Order Number' => '', - 'Last Purchase Order Number' => '', - 'Last RFQ Number' => '', - 'Last Sales Delivery Order Number' => '', - 'Last Sales Order Number' => '', - 'Last Sales Quotation Number' => '', - 'Last Service Number' => '', - 'Last Transaction' => '', - 'Last Vendor Number' => '', - 'Lead' => '', - 'Leave host and port field empty unless you want to make a remote connection.' => '', - 'Left' => '', - 'Liability' => '', - 'License' => '', - 'License key' => '', - 'Licensed to' => '', - 'Licenses' => '', - 'Limit part selection' => '', - 'Line Total' => '', - 'Line endings' => '', - 'List' => '', - 'List Accounting Groups' => '', - 'List Accounts' => '', - 'List Businesses' => '', - 'List Departments' => '', - 'List Groups' => '', - 'List Languages' => '', - 'List Lead' => '', - 'List Payment Terms' => '', - 'List Price' => '', - 'List Price Factors' => '', - 'List Pricegroups' => '', - 'List Printer' => '', - 'List Tax' => '', - 'List Transactions' => '', - 'List Warehouses' => '', - 'List bank accounts' => '', - 'List export' => '', - 'List of bank accounts' => '', - 'List of bank transfers' => '', - 'List of custom variables' => '', - 'List open SEPA exports' => '', - 'Load draft' => '', - 'Local Tax Office Preferences' => '', - 'Lock System' => '', - 'Lockfile created!' => '', - 'Lockfile removed!' => '', - 'Login' => '', - 'Login Name' => '', - 'Login name missing!' => '', - 'Logout' => '', - 'Logout now' => '', - 'Long Dates' => '', - 'Long Description' => '', - 'Lx-Office' => '', - 'Lx-Office 2.4.0 introduces two new concepts: tax zones and Buchungsgruppen.' => '', - 'Lx-Office can fix these problems automatically.' => '', - 'Lx-Office has been switched to group-based access restrictions.' => '', - 'Lx-Office has found one or more problems in the general ledger.' => '', - 'Lx-Office is about to update the database #1.' => '', - 'Lx-Office is now able to manage warehouses instead of just tracking the amount of goods in your system.' => '', - 'Lx-Office website' => '', - 'MAILED' => '', - 'MSG_BROWSER_DOES_NOT_SUPPORT_IFRAMES' => '', - 'Main Preferences' => '', - 'Make' => '', - 'Manage license keys' => '', - 'Mandantennummer' => '', - 'Mandatory Departments' => '', - 'Mar' => '', - 'March' => '', - 'Margins' => '', - 'Mark as closed' => '', - 'Mark as paid?' => '', - 'Mark closed' => '', - 'Marked as paid' => '', - 'Marked entries printed!' => '', - 'Master Data' => '', - 'Max. Dunning Level' => '', - 'May' => '', - 'May ' => '', - 'May set the BCC field when sending emails' => '', - 'Medium Number' => '', - 'Memo' => '', - 'Menu' => '', - 'Message' => '', - 'Method' => '', - 'Microfiche' => '', - 'Minimum Amount' => '', - 'Miscellaneous' => '', - 'Missing \'description\' field.' => '', - 'Missing \'tag\' field.' => '', - 'Missing Method!' => '', - 'Missing Tax Authoritys Preferences' => '', - 'Missing amount' => '', - 'Missing parameter #1 in call to sub #2.' => '', - 'Missing parameter (at least one of #1) in call to sub #2.' => '', - 'Missing taxkeys in invoices with taxes.' => '', - 'Mitarbeiter' => '', - 'Mobile1' => '', - 'Mobile2' => '', - 'Model' => '', - 'Module' => '', - 'Module home page' => '', - 'Module name' => '', - 'Monat' => '', - 'Monthly' => '', - 'More than one #1 found matching, please be more specific.' => '', - 'More than one control file with the tag \'%s\' exist.' => '', - 'Multi mode not supported.' => '', - 'Multibyte Encoding' => '', - 'MwSt. inkl.' => '', - 'Name' => '', - 'Name missing!' => '', - 'National' => '', - 'National Expenses' => '', - 'National Revenues' => '', - 'Netto Terms' => '', - 'New Buchungsgruppe #1' => '', - 'New Templates' => '', - 'New Win/Tab' => '', - 'New assembly' => '', - 'New bank account' => '', - 'New contact' => '', - 'New customer' => '', - 'New invoice' => '', - 'New part' => '', - 'New sales order' => '', - 'New service' => '', - 'New unit' => '', - 'New vendor' => '', - 'Next Dunning Level' => '', - 'No' => '', - 'No %s was found matching the search parameters.' => '', - 'No Company Address given' => '', - 'No Company Name given' => '', - 'No Customer was found matching the search parameters.' => '', - 'No Database Drivers available!' => '', - 'No Dataset selected!' => '', - 'No Vendor was found matching the search parameters.' => '', - 'No action defined.' => '', - 'No backup file has been uploaded.' => '', - 'No bank information has been entered in this vendor\'s master data entry. You cannot create bank transfers unless you enter bank information.' => '', - 'No bins have been added to this warehouse yet.' => '', - 'No customer has been selected yet.' => '', - 'No data was found.' => '', - 'No databases have been found on this server.' => '', - 'No datasets have been selected.' => '', - 'No dunnings have been selected for printing.' => '', - 'No entries were found which had no unit assigned to them.' => '', - 'No group has been selected, or the group does not exist anymore.' => '', - 'No groups have been added yet.' => '', - 'No licenses were found that match the search criteria.' => '', - 'No or an unknown authenticantion module specified in "config/lx_office.conf".' => '', - 'No part was found matching the search parameters.' => '', - 'No prices will be updated because no prices have been entered.' => '', - 'No problems were recognized.' => '', - 'No transfers were executed in this export.' => '', - 'No unknown units where found.' => '', - 'No user has been selected.' => '', - 'No valid number entered for pricegroup "#1".' => '', - 'No vendor has been selected yet.' => '', - 'No warehouse has been created yet or the quantity of the bins is not configured yet.' => '', - 'No.' => '', - 'Non-taxable Purchases' => '', - 'Non-taxable Sales' => '', - 'None' => '', - 'Not Discountable' => '', - 'Not delivered' => '', - 'Not done yet' => '', - 'Not obsolete' => '', - 'Note' => '', - 'Note: Taxkeys must have a "valid from" date, and will not be in effect otherwise.' => '', - 'Notes' => '', - 'Nothing has been selected for removal.' => '', - 'Nothing has been selected for transfer.' => '', - 'Nothing selected!' => '', - 'Nothing to delete!' => '', - 'Nov' => '', - 'November' => '', - 'Now the user must select a single Buchungsgruppe for each part instead of three distinct accounts.' => '', - 'Number' => '', - 'Number Format' => '', - 'Number missing in Row' => '', - 'Number of bins' => '', - 'Number of copies' => '', - 'Number of entries changed: #1' => '', - 'Number of new bins' => '', - 'Number pages' => '', - 'Number variables: \'PRECISION=n\' forces numbers to be shown with exactly n decimal places.' => '', - 'OB Transaction' => '', - 'OBE-Export erfolgreich!' => '', - 'Obsolete' => '', - 'Oct' => '', - 'October' => '', - 'Off' => '', - 'Old (on the side)' => '', - 'On' => '', - 'On Hand' => '', - 'On Order' => '', - 'One or more Perl modules missing' => '', - 'Only due follow-ups' => '', - 'Open' => '', - 'Open Amount' => '', - 'Open a further Lx-Office Window or Tab' => '', - 'Open amount' => '', - 'OpenDocument/OASIS' => '', - 'Openings' => '', - 'Optional comment' => '', - 'Options' => '', - 'Order' => '', - 'Order Date' => '', - 'Order Date missing!' => '', - 'Order Number' => '', - 'Order Number missing!' => '', - 'Order deleted!' => '', - 'Ordered' => '', - 'Orientation' => '', - 'Orphaned' => '', - 'Other users\' follow-ups' => '', - 'Other values are ignored.' => '', - 'Others' => '', - 'Otherwise all users will only have access to their own settings.' => '', - 'Otherwise the variable is only available for printing.' => '', - 'Out of balance transaction!' => '', - 'Out of balance!' => '', - 'Output Number Format' => '', - 'Outputformat' => '', - 'Overdue sales quotations and requests for quotations' => '', - 'Own Product' => '', - 'PAYMENT POSTED' => '', - 'PDF' => '', - 'PDF (OpenDocument/OASIS)' => '', - 'PDF export -- options' => '', - 'POSTED' => '', - 'POSTED AS NEW' => '', - 'PRINTED' => '', - 'Packing List' => '', - 'Packing List Date missing!' => '', - 'Packing List Number missing!' => '', - 'Packing Lists' => '', - 'Page #1/#2' => '', - 'Paid' => '', - 'Part' => '', - 'Part Description' => '', - 'Part Description missing!' => '', - 'Part Number' => '', - 'Part Number missing!' => '', - 'Part description' => '', - 'Partnumber must not be set to empty!' => '', - 'Partnumber not unique!' => '', - 'Parts' => '', - 'Parts Inventory' => '', - 'Parts must have an entry type.' => '', - 'Parts, services and assemblies' => '', - 'Password' => '', - 'Payables' => '', - 'Payment' => '', - 'Payment Reminder' => '', - 'Payment Terms' => '', - 'Payment Terms missing in row ' => '', - 'Payment Terms saved!' => '', - 'Payment date missing!' => '', - 'Payment list as PDF' => '', - 'Payment posted!' => '', - 'Payment terms deleted!' => '', - 'Payments' => '', - 'Period' => '', - 'Period:' => '', - 'Personal settings' => '', - 'Pg Database Administration' => '', - 'Phone' => '', - 'Phone1' => '', - 'Phone2' => '', - 'Pick List' => '', - 'Please Check the bank information for each vendor:' => '', - 'Please ask your administrator to create warehouses and bins.' => '', - 'Please enter a license key.' => '', - 'Please enter a number of licenses.' => '', - 'Please enter the login for the new user.' => '', - 'Please enter the name of the database that will be used as the template for the new database:' => '', - 'Please enter the name of the dataset you want to restore the backup in.' => '', - 'Please enter the taxnumber in the administration menu user preferences' => '', - 'Please enter values' => '', - 'Please insert object dimensions below.' => '', - 'Please insert your language values below' => '', - 'Please insert your longdescription below' => '', - 'Please install the below listed modules or ask your system administrator to.' => '', - 'Please re-run the analysis for broken general ledger entries by clicking this button:' => '', - 'Please read the file' => '', - 'Please select a customer from the list below.' => '', - 'Please select a part from the list below.' => '', - 'Please select a vendor from the list below.' => '', - 'Please select the chart of accounts this installation is using from the list below.' => '', - 'Please select the database you want to backup' => '', - 'Please select the source bank account for the transfers:' => '', - 'Please seletct the dataset you want to delete:' => '', - 'Please specify a description for the warehouse designated for these goods.' => '', - 'Plural' => '', - 'Port' => '', - 'Portrait' => '', - 'Post' => '', - 'Post Payment' => '', - 'Post payments' => '', - 'Postscript' => '', - 'Posustva_coa' => '', - 'Preferences' => '', - 'Preferences saved!' => '', - 'Prefix for the new bins\' names' => '', - 'Preis' => '', - 'Preisgruppe' => '', - 'Preisklasse' => '', - 'Prepare bank transfer via SEPA XML' => '', - 'Prepayment' => '', - 'Preview' => '', - 'Previous transdate text' => '', - 'Previous transnumber text' => '', - 'Price' => '', - 'Price Factor' => '', - 'Price Factors' => '', - 'Price factor deleted!' => '', - 'Price factor saved!' => '', - 'Pricegroup' => '', - 'Pricegroup deleted!' => '', - 'Pricegroup missing!' => '', - 'Pricegroup saved!' => '', - 'Pricegroups' => '', - 'Print' => '', - 'Print and Post' => '', - 'Print dunnings' => '', - 'Print list' => '', - 'Print options' => '', - 'Printer' => '', - 'Printer Command' => '', - 'Printer Command missing!' => '', - 'Printer Description' => '', - 'Printer deleted!' => '', - 'Printer saved!' => '', - 'Printing ... ' => '', - 'Prior to Lx-Office v2.4.0 the user could enter arbitrary strings as units for parts, services and in invoices, sales quotations etc.' => '', - 'Prior to Lx-Office v2.4.0 the user had to chose the accounts for each part and service.' => '', - 'Private E-mail' => '', - 'Private Phone' => '', - 'Problem' => '', - 'Produce Assembly' => '', - 'Productivity' => '', - 'Profit Center' => '', - 'Proforma Invoice' => '', - 'Program' => '', - 'Project' => '', - 'Project Number' => '', - 'Project Number missing!' => '', - 'Project Numbers' => '', - 'Project Transactions' => '', - 'Project deleted!' => '', - 'Project not on file!' => '', - 'Project saved!' => '', - 'Projects' => '', - 'Projecttransactions' => '', - 'Prozentual/Absolut' => '', - 'Purchase Invoice' => '', - 'Purchase Order' => '', - 'Purchase Orders' => '', - 'Purchase Price' => '', - 'Purchase Prices' => '', - 'Purchase delivery order' => '', - 'Purchase invoices' => '', - 'Purpose' => '', - 'Qty' => '', - 'Qty according to delivery order' => '', - 'Qty in stock' => '', - 'Quantity' => '', - 'Quantity missing.' => '', - 'Quartal' => '', - 'Quarter' => '', - 'Quarterly' => '', - 'Queue' => '', - 'Quotation' => '', - 'Quotation Date' => '', - 'Quotation Date missing!' => '', - 'Quotation Number' => '', - 'Quotation Number missing!' => '', - 'Quotation deleted!' => '', - 'Quotations' => '', - 'Quote chararacter' => '', - 'Quoted' => '', - 'RFQ' => '', - 'RFQ Number' => '', - 'RFQs' => '', - 'ROP' => '', - 'Ranges of numbers' => '', - 'Ranges of numbers and default accounts' => '', - 'Re-run analysis' => '', - 'Receipt' => '', - 'Receipt posted!' => '', - 'Receipt, payment, reconciliation' => '', - 'Receipts' => '', - 'Receivables' => '', - 'Rechnungsnummer' => '', - 'Reconciliation' => '', - 'Record in' => '', - 'Recorded Tax' => '', - 'Recorded taxkey' => '', - 'Reference' => '', - 'Reference missing!' => '', - 'Release From Stock' => '', - 'Remaining' => '', - 'Removal' => '', - 'Removal from Warehouse' => '', - 'Removal from warehouse' => '', - 'Removal qty' => '', - 'Remove' => '', - 'Remove Draft' => '', - 'Remove draft when posting' => '', - 'Remove from group' => '', - 'Removed spoolfiles!' => '', - 'Removing marked entries from queue ...' => '', - 'Rename the group' => '', - 'Report Positions' => '', - 'Report about warehouse contents' => '', - 'Report about warehouse transactions' => '', - 'Report and misc. Preferences' => '', - 'Report for' => '', - 'Reports' => '', - 'Representative' => '', - 'Reqdate' => '', - 'Request for Quotation' => '', - 'Request for Quotations' => '', - 'Request quotation' => '', - 'Requested execution date' => '', - 'Requested execution date from' => '', - 'Requested execution date to' => '', - 'Required by' => '', - 'Restore Dataset' => '', - 'Revenue' => '', - 'Revenue Account' => '', - 'Revenues EU with UStId' => '', - 'Revenues EU without UStId' => '', - 'Right' => '', - 'SAVED' => '', - 'SAVED FOR DUNNING' => '', - 'SCREENED' => '', - 'SEPA XML download' => '', - 'SEPA exports:' => '', - 'Saldo Credit' => '', - 'Saldo Debit' => '', - 'Saldo neu' => '', - 'Saldo per' => '', - 'Sale Prices' => '', - 'Sales Invoice' => '', - 'Sales Invoices' => '', - 'Sales Order' => '', - 'Sales Orders' => '', - 'Sales and purchase invoices with inventory transactions with taxkeys' => '', - 'Sales delivery order' => '', - 'Sales invoice number' => '', - 'Sales invoices' => '', - 'Sales quotation' => '', - 'Salesman' => '', - 'Salesperson' => '', - 'Same as the quote character' => '', - 'Sat. Fax' => '', - 'Sat. Phone' => '', - 'Satz %' => '', - 'Save' => '', - 'Save Draft' => '', - 'Save account first to insert taxkeys' => '', - 'Save and AP Transaction' => '', - 'Save and AR Transaction' => '', - 'Save and Close' => '', - 'Save and Invoice' => '', - 'Save and Order' => '', - 'Save and Quotation' => '', - 'Save and RFQ' => '', - 'Save and close' => '', - 'Save as new' => '', - 'Save draft' => '', - 'Saving the file \'%s\' failed. OS error message: %s' => '', - 'Screen' => '', - 'Searchable' => '', - 'Select' => '', - 'Select a Customer' => '', - 'Select a customer' => '', - 'Select a part' => '', - 'Select a part or assembly' => '', - 'Select a period' => '', - 'Select a vendor' => '', - 'Select all' => '', - 'Select federal state...' => '', - 'Select from one of the items below' => '', - 'Select from one of the names below' => '', - 'Select from one of the projects below' => '', - 'Select postscript or PDF!' => '', - 'Select tax office...' => '', - 'Select the chart of accounts in use' => '', - 'Select the checkboxes that match users to the groups they should belong to.' => '', - 'Select type of removal' => '', - 'Select type of transfer' => '', - 'Selection' => '', - 'Selection fields: The option field must contain the available options for the selection. Options are separated by \'##\', for example \'Early##Normal##Late\'.' => '', - 'Sell Price' => '', - 'Send the backup via Email' => '', - 'Sep' => '', - 'Separator chararacter' => '', - 'September' => '', - 'Serial No.' => '', - 'Serial Number' => '', - 'Service' => '', - 'Service Items' => '', - 'Service Number missing!' => '', - 'Service unit' => '', - 'Services' => '', - 'Set Language Values' => '', - 'Set eMail text' => '', - 'Setup Menu' => '', - 'Setup Templates' => '', - 'Ship to' => '', - 'Ship via' => '', - 'Shipping Address' => '', - 'Shipping Point' => '', - 'Shipto' => '', - 'Shopartikel' => '', - 'Short' => '', - 'Show' => '', - 'Show Salesman' => '', - 'Show TODO list' => '', - 'Show by default' => '', - 'Show custom variable search inputs' => '', - 'Show details' => '', - 'Show follow ups...' => '', - 'Show old dunnings' => '', - 'Show overdue sales quotations and requests for quotations...' => '', - 'Show your TODO list after loggin in' => '', - 'Signature' => '', - 'Since bin is not enforced in the parts data, please specify a bin where goods without a specified bin will be put.' => '', - 'Skip' => '', - 'Skonto' => '', - 'Skonto Terms' => '', - 'Sold' => '', - 'Solution' => '', - 'Source' => '', - 'Source BIC' => '', - 'Source IBAN' => '', - 'Source bank account' => '', - 'Source bin' => '', - 'Spoolfile' => '', - 'Start Dunning Process' => '', - 'Start analysis' => '', - 'Start the correction assistant' => '', - 'Startdate_coa' => '', - 'Starting Balance' => '', - 'Statement' => '', - 'Statement Balance' => '', - 'Statement sent to' => '', - 'Statements sent to printer!' => '', - 'Step 1 of 3: Parts' => '', - 'Step 2' => '', - 'Step 2 of 3: Services' => '', - 'Step 3 of 3: Assemblies' => '', - 'Step 3 of 3: Default units' => '', - 'Steuersatz' => '', - 'Stock' => '', - 'Stock value' => '', - 'Storno' => '', - 'Storno (one letter abbreviation)' => '', - 'Storno Invoice' => '', - 'Storno Packing List' => '', - 'Street' => '', - 'Stylesheet' => '', - 'Subject' => '', - 'Subject:' => '', - 'Subtotal' => '', - 'Such entries cannot be exported into the DATEV format and have to be fixed as well.' => '', - 'Sum Credit' => '', - 'Sum Debit' => '', - 'Sum for' => '', - 'Sum per' => '', - 'Summen- und Saldenliste' => '', - 'Superuser name' => '', - 'Supplies' => '', - 'Switch Menu on / off' => '', - 'System' => '', - 'TODO list' => '', - 'TODO list options' => '', - 'TOP100' => '', - 'TOTAL' => '', - 'Target bank account' => '', - 'Tax' => '', - 'Tax Consultant' => '', - 'Tax Included' => '', - 'Tax Number' => '', - 'Tax Number / SSN' => '', - 'Tax Office' => '', - 'Tax Office Preferences' => '', - 'Tax Percent is a number between 0 and 100' => '', - 'Tax Period' => '', - 'Tax Position' => '', - 'Tax collected' => '', - 'Tax deleted!' => '', - 'Tax number' => '', - 'Tax paid' => '', - 'Tax saved!' => '', - 'Tax-O-Matic' => '', - 'Tax-o-matic Account' => '', - 'Taxaccount_coa' => '', - 'Taxation' => '', - 'Taxdescription missing!' => '', - 'Taxdescription_coa' => '', - 'Taxes' => '', - 'Taxkey' => '', - 'Taxkey missing!' => '', - 'Taxkey_coa' => '', - 'Taxkeys and Taxreport Preferences' => '', - 'Taxlink_coa' => '', - 'Taxnumber' => '', - 'Taxrate missing!' => '', - 'Tel' => '', - 'Tel.' => '', - 'Telephone' => '', - 'Template' => '', - 'Template Code' => '', - 'Template Code missing!' => '', - 'Template database' => '', - 'Templates' => '', - 'Terms missing in row ' => '', - 'Test connection' => '', - 'Text field' => '', - 'Text field variables: \'WIDTH=w HEIGHT=h\' sets the width and height of the text field. They default to 30 and 5 respectively.' => '', - 'Text variables: \'MAXLENGTH=n\' sets the maximum entry length to \'n\'.' => '', - 'Text, text field and number variables: The default value will be used as-is.' => '', - 'That export does not exist.' => '', - 'The \'tag\' field must only consist of alphanumeric characters or the carachters - _ ( )' => '', - 'The AP transaction #1 has been deleted.' => '', - 'The AR transaction #1 has been deleted.' => '', - 'The GL transaction #1 has been deleted.' => '', - 'The LDAP server "#1:#2" is unreachable. Please check config/lx_office.conf.' => '', - 'The SEPA export has been created.' => '', - 'The access rights have been saved.' => '', - 'The account 3804 already exists, the update will be skipped.' => '', - 'The account 3804 will not be added automatically.' => '', - 'The assembly has been created.' => '', - 'The assistant could not find anything wrong with #1. Maybe the problem has been solved in the meantime.' => '', - 'The authentication configuration file "config/lx_office.conf" does not exist. This Lx-Office installation has probably not been updated correctly yet. Please contact your administrator.' => '', - 'The authentication database is not reachable at the moment. Either it hasn\'t been set up yet or the database server might be down. Please contact your administrator.' => '', - 'The available options depend on the varibale type:' => '', - 'The backup you upload here has to be a file created with "pg_dump -o -Ft".' => '', - 'The bank information must not be empty.' => '', - 'The base unit does not exist or it is about to be deleted in row %d.' => '', - 'The base unit does not exist.' => '', - 'The base unit relations must not contain loops (e.g. by saying that unit A\'s base unit is B, B\'s base unit is C and C\'s base unit is A) in row %d.' => '', - 'The columns "Dunning Duedate", "Total Fees" and "Interest" show data for the previous dunning created for this invoice.' => '', - 'The config file "config/lx_office.conf" contained invalid Perl code:' => '', - 'The config file "config/lx_office.conf" was not found.' => '', - 'The connection to the LDAP server cannot be encrypted (SSL/TLS startup failure). Please check config/lx_office.conf.' => '', - 'The connection to the authentication database failed:' => '', - 'The connection to the database could not be established.' => '', - 'The connection to the template database failed:' => '', - 'The connection was established successfully.' => '', - 'The creation of the authentication database failed:' => '', - 'The custom variable has been deleted.' => '', - 'The custom variable has been saved.' => '', - 'The database #1 has been successfully deleted.' => '', - 'The database for user management and authentication does not exist. You can create let Lx-Office create it with the following parameters:' => '', - 'The database update/creation did not succeed. The file #1 contained the following error:' => '', - 'The database upgrade for the introduction of Buchungsgruppen is now complete.' => '', - 'The database upgrade for the introduction of units is now complete.' => '', - 'The dataset #1 has been successfully created.' => '', - 'The dataset backup has been sent via email to #1.' => '', - 'The dataset has to exist before a restoration can be started.' => '', - 'The dataset name is missing.' => '', - 'The default value depends on the variable type:' => '', - 'The delivery order has not been marked as delivered. The warehouse contents have not changed.' => '', - 'The description is missing.' => '', - 'The description is shown on the form. Chose something short and descriptive.' => '', - 'The directory "%s" could not be created:\n%s' => '', - 'The directory %s does not exist.' => '', - 'The dunning process started' => '', - 'The dunnings have been printed.' => '', - 'The email address is missing.' => '', - 'The factor is missing in row %d.' => '', - 'The factor is missing.' => '', - 'The first reason is that Lx-Office contained a bug which resulted in the wrong taxkeys being recorded for transactions in which two entries are posted for the same chart with different taxkeys.' => '', - 'The follow-up date is missing.' => '', - 'The following Buchungsgruppen have already been created:' => '', - 'The following Datasets need to be updated' => '', - 'The following drafts have been saved and can be loaded.' => '', - 'The following transaction contains wrong taxes:' => '', - 'The following transaction contains wrong taxkeys:' => '', - 'The following units are unknown.' => '', - 'The following units exist already:' => '', - 'The following users have been migrated into the authentication database:' => '', - 'The following warnings occured during an upgrade to the document templates:' => '', - 'The formula needs the following syntax:
For regular article:
Variablename= Variable Unit;
Variablename2= Variable2 Unit2;
...
###
Variable + ( Variable2 / Variable )
Please be beware of the spaces in the formula
' => '', - 'The greetings have been saved.' => '', - 'The group has been added.' => '', - 'The group has been deleted.' => '', - 'The group has been saved.' => '', - 'The group memberships have been saved.' => '', - 'The group name is missing.' => '', - 'The licensing module has been deactivated in lx_office.conf.' => '', - 'The list has been printed.' => '', - 'The login is missing.' => '', - 'The name in row %d has already been used before.' => '', - 'The name is missing in row %d.' => '', - 'The name is missing.' => '', - 'The name must only consist of letters, numbers and underscores and start with a letter.' => '', - 'The old file containing the user information is still present ("#1"). Do you want to migrate these users into the database? If not then you will not be able to log in with any of the users present in the old file.' => '', - 'The option field is empty.' => '', - 'The parts for this delivery order have already been transferred in.' => '', - 'The parts for this delivery order have already been transferred out.' => '', - 'The parts have been removed.' => '', - 'The parts have been stocked.' => '', - 'The parts have been transferred.' => '', - 'The payments have been posted.' => '', - 'The pg_dump process could not be started.' => '', - 'The pg_restore process could not be started.' => '', - 'The preferred one is to install packages provided by your operating system distribution (e.g. Debian or RPM packages).' => '', - 'The program\'s exit code was #1 ("0" usually means that everything went OK).' => '', - 'The project has been added.' => '', - 'The project has been saved.' => '', - 'The restoration process has started. Here\'s the output of the "pg_restore" command:' => '', - 'The restoration process is complete. Please review "pg_restore"\'s output to find out if the restoration was successful.' => '', - 'The second reason is that Lx-Office allowed the user to enter the tax amount manually regardless of the taxkey used.' => '', - 'The second way is to use Perl\'s CPAN module and let it download and install the module for you.' => '', - 'The selected PostgreSQL installation uses UTF-8 as its encoding. Therefore you have to configure Lx-Office to use UTF-8 as well.' => '', - 'The selected bank account does not exist anymore.' => '', - 'The selected bin does not exist.' => '', - 'The selected exports have been closed.' => '', - 'The selected warehouse does not exist.' => '', - 'The selected warehouse is empty.' => '', - 'The session is invalid or has expired.' => '', - 'The source warehouse does not contain any bins.' => '', - 'The subject is missing.' => '', - 'The tables for user management and authentication do not exist. They will be created in the next step in the following database:' => '', - 'The tabulator character' => '', - 'The third way is to download the module from the above mentioned URL and to install the module manually following the installations instructions contained in the source archive.' => '', - 'The transaction is shown below in its current state.' => '', - 'The unit has been saved.' => '', - 'The unit in row %d has been deleted in the meantime.' => '', - 'The unit in row %d has been used in the meantime and cannot be changed anymore.' => '', - 'The units have been saved.' => '', - 'The user has been added to this group.' => '', - 'The user has been removed from this group.' => '', - 'The user is a member in the following group(s):' => '', - 'The user migration process is complete.' => '', - 'The variable name must only consist of letters, numbers and underscores. It must begin with a letter. Example: send_christmas_present' => '', - 'The warehouse could not be deleted because it has already been used.' => '', - 'The warehouse does not contain any bins.' => '', - 'The warehouse or the bin is missing.' => '', - 'The wrong taxkeys for AP and AR transactions have been fixed.' => '', - 'The wrong taxkeys for inventory transactions for sales and purchase invoices have been fixed.' => '', - 'The wrong taxkeys have been fixed.' => '', - 'There are #1 more open invoices for this customer with other currencies.' => '', - 'There are #1 more open invoices from this vendor with other currencies.' => '', - 'There are #1 unfinished follow-ups of which #2 are due.' => '', - 'There are bookings to the account 3803 after 01.01.2007. If you didn\'t change this account manually to 19% the bookings are probably incorrect.' => '', - 'There are four tax zones.' => '', - 'There are no items in stock.' => '', - 'There are no items on your TODO list at the moment.' => '', - 'There are still entries in the database for which no unit has been assigned.' => '', - 'There are usually three ways to install Perl modules.' => '', - 'There is at least one sales or purchase invoice for which Lx-Office recorded an inventory transaction with taxkeys even though no tax was recorded.' => '', - 'There is at least one transaction for which the user has chosen a logically wrong taxkey.' => '', - 'There is not enough available of \'#1\' at warehouse \'#2\', bin \'#3\', #4, #5, for the transfer of #6.' => '', - 'There is not enough available of \'#1\' at warehouse \'#2\', bin \'#3\', #4, for the transfer of #5.' => '', - 'There is not enough left of \'#1\' in bin \'#2\' for the removal of #3.' => '', - 'There is nothing to do in this step.' => '', - 'Therefore there\'s no need to create the same article more than once if it is sold or bought in/from another tax zone.' => '', - 'These units can be based on other units so that Lx-Office can convert prices when the user switches from one unit to another.' => '', - 'These will only be effective if the account is NOT a summary account AND there exists at least one taxkey. Setting the account as a summary account will erase these settings.' => '', - 'These wrong entries cannot be fixed automatically.' => '', - 'This corresponds to Lx-Office\'s behavior prior to version 2.4.4.' => '', - 'This could have happened for two reasons:' => '', - 'This customer number is already in use.' => '', - 'This group will be called "Full Access".' => '', - 'This installation uses an unknown chart of accounts ("#1"). This database upgrade cannot create standard buchungsgruppen automatically.' => '', - 'This is a preliminary check for existing sources. Nothing will be created or deleted at this stage!' => '', - 'This list is capped at 15 items to keep it fast. If you need a full list, please use reports.' => '', - 'This means that the user has created an AP transaction and chosen a taxkey for sales taxes, or that he has created an AR transaction and chosen a taxkey for input taxes.' => '', - 'This module can help you identify and correct such entries by analyzing the general ledger and presenting you likely solutions but also allowing you to fix problems yourself.' => '', - 'This transaction has to be split into several transactions manually.' => '', - 'This update will change the nature the onhand of goods is tracked.' => '', - 'This upgrade script tries to map all existing parts in the database to the newly created Buchungsgruppen.' => '', - 'This upgrade script tries to map all existing units in the database to the newly created units.' => '', - 'This vendor number is already in use.' => '', - 'Time period for the analysis:' => '', - 'Timestamp' => '', - 'Title' => '', - 'To' => '', - 'To (email)' => '', - 'To (time)' => '', - 'To Date' => '', - 'To add a user to a group edit a name, change the login name and save. A new user with the same variables will then be saved under the new login name.' => '', - 'Top' => '', - 'Top (CSS)' => '', - 'Top (CSS) new' => '', - 'Top (Javascript)' => '', - 'Top 100' => '', - 'Top 100 hinzufuegen' => '', - 'Top Level' => '', - 'Total' => '', - 'Total Fees' => '', - 'Total stock value' => '', - 'Totals' => '', - 'Trade Discount' => '', - 'Trans Id' => '', - 'Trans Type' => '', - 'Transaction' => '', - 'Transaction %d cancelled.' => '', - 'Transaction Date missing!' => '', - 'Transaction ID missing.' => '', - 'Transaction deleted!' => '', - 'Transaction description' => '', - 'Transaction has already been cancelled!' => '', - 'Transaction has been split on both the credit and the debit side' => '', - 'Transaction posted!' => '', - 'Transactions, AR transactions, AP transactions' => '', - 'Transdate' => '', - 'Transfer' => '', - 'Transfer Quantity' => '', - 'Transfer To Stock' => '', - 'Transfer from warehouse' => '', - 'Transfer in' => '', - 'Transfer out' => '', - 'Transfer qty' => '', - 'Translation (%s)' => '', - 'Trial Balance' => '', - 'Trial balance between %s and %s' => '', - 'Trying to call a sub without a name' => '', - 'Type' => '', - 'Type of Business' => '', - 'Type of Customer' => '', - 'Type of Vendor' => '', - 'USTVA' => '', - 'USTVA 2004' => '', - 'USTVA 2005' => '', - 'USTVA 2006' => '', - 'USTVA 2007' => '', - 'USTVA-Hint: Method' => '', - 'USTVA-Hint: Tax Authoritys' => '', - 'USt-IdNr.' => '', - 'USt-Konto' => '', - 'UStVA' => '', - 'UStVA (PDF-Dokument)' => '', - 'UStVa' => '', - 'UStVa Einstellungen' => '', - 'Unbalanced Ledger' => '', - 'Unchecked custom variables will not appear in orders and invoices.' => '', - 'Unfinished follow-ups' => '', - 'Unit' => '', - 'Unit missing.' => '', - 'Unit of measure' => '', - 'Units marked for deletion will be deleted upon saving.' => '', - 'Units that have already been used (e.g. for parts and services or in invoices or warehouse transactions) cannot be changed.' => '', - 'Unknown Category' => '', - 'Unknown Link' => '', - 'Unknown chart of accounts' => '', - 'Unknown dependency \'%s\'.' => '', - 'Unknown problem type.' => '', - 'Unlock System' => '', - 'Until' => '', - 'Update' => '', - 'Update Dataset' => '', - 'Update Prices' => '', - 'Update SKR04: new tax account 3804 (19%)' => '', - 'Update complete' => '', - 'Update prices' => '', - 'Update?' => '', - 'Updated' => '', - 'Use As Template' => '', - 'Use Templates' => '', - 'User' => '', - 'User Config' => '', - 'User data migration' => '', - 'User deleted!' => '', - 'User migration complete' => '', - 'User name' => '', - 'User saved!' => '', - 'Username' => '', - 'Members of' => '', - 'Members not of' => '', - 'Ust-IDNr' => '', - 'Valid from' => '', - 'Valid until' => '', - 'Value' => '', - 'Variable' => '', - 'Vendor' => '', - 'Vendor Invoice' => '', - 'Vendor Invoices' => '', - 'Vendor Name' => '', - 'Vendor Number' => '', - 'Vendor Order Number' => '', - 'Vendor deleted!' => '', - 'Vendor details' => '', - 'Vendor missing!' => '', - 'Vendor not on file or locked!' => '', - 'Vendor not on file!' => '', - 'Vendor saved!' => '', - 'Vendor type' => '', - 'Vendors' => '', - 'Verrechnungseinheit' => '', - 'Version' => '', - 'View License' => '', - 'View SEPA export' => '', - 'View warehouse content' => '', - 'View/edit all employees sales documents' => '', - 'Von Konto: ' => '', - 'WHJournal' => '', - 'Warehouse' => '', - 'Warehouse From' => '', - 'Warehouse Migration' => '', - 'Warehouse To' => '', - 'Warehouse content' => '', - 'Warehouse deleted.' => '', - 'Warehouse management' => '', - 'Warehouse saved.' => '', - 'Warehouses' => '', - 'Warnings during template upgrade' => '', - 'WebDAV link' => '', - 'Weight' => '', - 'Weight unit' => '', - 'What term you are looking for?' => '', - 'What type of item is this?' => '', - 'With Extension Of Time' => '', - 'Workflow Delivery Order' => '', - 'Workflow purchase_order' => '', - 'Workflow request_quotation' => '', - 'Workflow sales_order' => '', - 'Workflow sales_quotation' => '', - 'Wrong Period' => '', - 'Wrong date format!' => '', - 'Wrong tax keys recorded' => '', - 'Wrong taxes recorded' => '', - 'YYYY' => '', - 'Year' => '', - 'Year End' => '', - 'Yearly' => '', - 'Yearly taxreport not yet implemented' => '', - 'Yes' => '', - 'Yes, included by default' => '', - 'Yes/No (Checkbox)' => '', - 'You are logged out!' => '', - 'You can also create new units now.' => '', - 'You can also delete this transaction and re-enter it manually.' => '', - 'You can correct this transaction by chosing the correct taxkeys from the drop down boxes and hitting the button "Fix transaction" afterwards.' => '', - 'You can create a missing dataset by going back and chosing "Create Dataset".' => '', - 'You can create warehouses and bins via the menu "System -> Warehouses".' => '', - 'You can declare different translations for singular and plural for each unit (e.g. "day" and "days).' => '', - 'You can either create a new database or chose an existing database.' => '', - 'You can only delete datasets that are not in use.' => '', - 'You can use the following strings in the long description and all translations. They will be replaced by their actual values by Lx-Office before they\'re output.' => '', - 'You cannot adjust the price for pricegroup "#1" by a negative percentage.' => '', - 'You cannot continue before all required modules are installed.' => '', - 'You cannot continue until all unknown units have been mapped to known ones.' => '', - 'You cannot create an invoice for delivery orders for different customers.' => '', - 'You cannot create an invoice for delivery orders from different vendors.' => '', - 'You did not enter a name!' => '', - 'You do not have the permissions to access this function.' => '', - 'You have entered or selected the following shipping address for this customer:' => '', - 'You have not added bank accounts yet.' => '', - 'You have not selected any delivery order.' => '', - 'You have not selected any export.' => '', - 'You have not selected any item.' => '', - 'You have selected none of the invoices.' => '', - 'You have to chose a dimension unit and a service unit which will then be assigned to those entries.' => '', - 'You have to chose which unit to save for each of them.' => '', - 'You have to create at least one group, grant it access to Lx-Office\'s functions and assign users to it.' => '', - 'You have to create new Buchungsgruppen for all the combinations of inventory, income and expense accounts that have been used already.' => '', - 'You have to enter a company name in your user preferences (see the "Program" menu, "Preferences").' => '', - 'You have to fill in at least an account number, the bank code, the IBAN and the BIC.' => '', - 'You have to specify a department.' => '', - 'You have to specify an execution date for each antry.' => '', - 'You must chose a user.' => '', - 'You should create a backup of the database before proceeding because the backup might not be reversible.' => '', - 'You will now be forwarded to the administration panel.' => '', - 'You\'re not editing a file.' => '', - 'You\'ve already chosen the following limitations:' => '', - 'Your PostgreSQL installationen uses UTF-8 as its encoding. Therefore you have to configure Lx-Office to use UTF-8 as well.' => '', - 'Your TODO list' => '', - 'Your browser does not currently support Javascript.' => '', - 'Your download does not exist anymore. Please re-run the DATEV export assistant.' => '', - 'Zeitpunkt' => '', - 'Zeitraum' => '', - 'Zero amount posting!' => '', - 'Zip, City' => '', - 'Zipcode' => '', - 'Zusatz' => '', - '[email]' => '', - 'account_description' => '', - 'accrual' => '', - 'all entries' => '', - 'ap_aging_list' => '', - 'ar_aging_list' => '', - 'as at' => '', - 'assembly_list' => '', - 'back' => '', - 'bank_transfer_payment_list_#1' => '', - 'bankaccounts' => '', - 'banktransfers' => '', - 'bestbefore #1' => '', - 'bin_list' => '', - 'bis' => '', - 'button' => '', - 'cash' => '', - 'chargenumber #1' => '', - 'chart_of_accounts' => '', - 'choice' => '', - 'choice part' => '', - 'click here to edit cvars' => '', - 'close' => '', - 'closed' => '', - 'config/lx_office.conf: Key "DB_config" is missing.' => '', - 'config/lx_office.conf: Key "LDAP_config" is missing.' => '', - 'config/lx_office.conf: Missing parameters in "DB_config". Required parameters are "host", "db" and "user".' => '', - 'config/lx_office.conf: Missing parameters in "LDAP_config". Required parameters are "host", "attribute" and "base_dn".' => '', - 'continue' => '', - 'correction' => '', - 'cp_greeting to cp_gender migration' => '', - 'customer' => '', - 'customer_list' => '', - 'debug' => '', - 'delete' => '', - 'deliverydate' => '', - 'direct debit' => '', - 'disposed' => '', - 'done' => '', - 'down' => '', - 'dunning_list' => '', - 'eMail Send?' => '', - 'eMail?' => '', - 'ea' => '', - 'emailed to' => '', - 'executed' => '', - 'female' => '', - 'follow_up_list' => '', - 'for' => '', - 'for Period' => '', - 'found' => '', - 'from (time)' => '', - 'general_ledger_list' => '', - 'history' => '', - 'history search engine' => '', - 'invoice' => '', - 'invoice_list' => '', - 'lead deleted!' => '', - 'lead saved!' => '', - 'list' => '', - 'list_of_payments' => '', - 'list_of_receipts' => '', - 'list_of_transactions' => '', - 'logout' => '', - 'male' => '', - 'mark as paid' => '', - 'missing' => '', - 'month' => '', - 'new Window' => '', - 'no' => '', - 'no bestbefore' => '', - 'no chargenumber' => '', - 'none (pricegroup)' => '', - 'not executed' => '', - 'not transferred in yet' => '', - 'not transferred out yet' => '', - 'not yet executed' => '', - 'number' => '', - 'oe.pl::search called with unknown type' => '', - 'open' => '', - 'order' => '', - 'our vendor number at customer' => '', - 'packing_list' => '', - 'part_list' => '', - 'pick_list' => '', - 'plural first char' => '', - 'pos_bilanz' => '', - 'pos_bwa' => '', - 'pos_eur' => '', - 'pos_ustva' => '', - 'posted!' => '', - 'print' => '', - 'proforma' => '', - 'project_list' => '', - 'purchase_delivery_order_list' => '', - 'purchase_order' => '', - 'purchase_order_list' => '', - 'quarter' => '', - 'quotation_list' => '', - 'release_material' => '', - 'report_generator_dispatch_to is not defined.' => '', - 'report_generator_nextsub is not defined.' => '', - 'request_quotation' => '', - 'reset' => '', - 'return_material' => '', - 'rfq_list' => '', - 'sales tax identification number' => '', - 'sales_delivery_order_list' => '', - 'sales_order' => '', - 'sales_order_list' => '', - 'sales_quotation' => '', - 'saved' => '', - 'saved!' => '', - 'sent' => '', - 'sent to printer' => '', - 'service_list' => '', - 'shipped' => '', - 'singular first char' => '', - 'soldtotal' => '', - 'stock' => '', - 'submit' => '', - 'tax_chartaccno' => '', - 'tax_percent' => '', - 'tax_rate' => '', - 'tax_taxdescription' => '', - 'tax_taxkey' => '', - 'taxnumber' => '', - 'to (date)' => '', - 'to (time)' => '', - 'transfer' => '', - 'transferred in' => '', - 'transferred out' => '', - 'trial_balance' => '', - 'up' => '', - 'use program settings' => '', - 'used' => '', - 'valid from' => '', - 'vendor' => '', - 'vendor_invoice_list' => '', - 'vendor_list' => '', - 'warehouse_journal_list' => '', - 'warehouse_report_list' => '', - 'wrongformat' => '', - 'yes' => '', -}; - -1; diff --git a/locale/fr/all.old b/locale/fr/all.old deleted file mode 100644 index f0637d506..000000000 --- a/locale/fr/all.old +++ /dev/null @@ -1,500 +0,0 @@ -# These are all the texts to build the translations files. -# The file has the form of 'english text' => 'foreign text', -# you can add the translation in this file or in the 'missing' file -# run locales.pl from this directory to rebuild the translation files - -$self{texts} = { - 'AP' => 'Dépenses', - 'AP Aging' => 'Dépenses exigibles', - 'AP Transaction' => 'Ecriture Dépense', - 'AP Transactions' => 'Mouvements - Dépenses', - 'AR' => 'Recettes', - 'AR Aging' => 'Recettes exigibles', - 'AR Transaction' => 'Ecriture Recette', - 'AR Transactions' => 'Mouvements - Recettes', - 'About' => 'A propos', - 'Access Control' => 'Contrôle d\'accès', - 'Account' => 'Compte', - 'Account Number' => 'Numéro de compte', - 'Account Number missing!' => 'Numéro de compte manquant!', - 'Account Type' => 'Type de compte', - 'Account Type missing!' => 'Type de compte manquant!', - 'Account deleted!' => 'Compte supprimé', - 'Account saved!' => 'Compte enregistré', - 'Accounting' => 'Comptabilité', - 'Accounting Menu' => 'Menu de comptabilité', - 'Accounts' => 'Comptes', - 'Active' => 'Actif', - 'Add' => 'Ajouter', - 'Add Account' => 'Ajouter compte', - 'Add Accounts Payables Transaction' => 'Saisie d\'écriture - Dépenses', - 'Add Accounts Receivables Transaction' => 'Saisie d\'écriture - Recettes', - 'Add Assembly' => 'Ajouter produit', - 'Add Customer' => 'Ajouter client', - 'Add GIFI' => 'Ajouter Code d\'Identification Comptable ou Fiscale', - 'Add General Ledger Transaction' => 'Ajouter une écriture au Grand Livre', - 'Add Group' => 'Ajouter group', - 'Add Part' => 'Ajouter marchandise', - 'Add Project' => 'Ajouter projet', - 'Add Purchase Order' => 'Etablir commande d\'achat', - 'Add Sales Invoice' => 'Etablir facture de vente', - 'Add Sales Order' => 'Etablir commande de vente', - 'Add Service' => 'Ajouter service', - 'Add Transaction' => 'Saisie d\'écriture', - 'Add User' => 'Ajouter utilisateur', - 'Add Vendor' => 'Ajouter fournisseur', - 'Add Vendor Invoice' => 'Etablir facture de vente', - 'Address' => 'Adresse', - 'Administration' => 'Administration', - 'Administrator' => 'Administrateur', - 'All' => 'Tous', - 'All Datasets up to date!' => 'Tous les fichiers de données sont à jour!', - 'Amount' => 'Total', - 'Amount Due' => 'Montant dû', - 'Amount does not equal applied!' => 'Le montant n\'est égal à celui appliqué!', - 'Amount missing!' => 'Montant manquant', - 'Applied' => 'Appliquer', - 'Apr' => 'Avril', - 'April' => 'Avril', - 'Are you sure you want to delete Invoice Number' => 'Êtes-vous sûr de vouloir supprimer la Facture N°', - 'Are you sure you want to delete Order Number' => 'Êtes vous sûr de vouloir supprimer Commande N°', - 'Are you sure you want to delete Transaction' => 'Êtes vous sûr de vouloir effacer la saisie?', - 'Assemblies' => 'Produits finis', - 'Assemblies restocked!' => 'Renvoyer produits vers stock!', - 'Assembly Number missing!' => 'Numéro de produit manquant', - 'Asset' => 'Actif', - 'Attachment' => 'Pièce jointe', - 'Audit Control' => 'Clôture périodique', - 'Aug' => 'Août', - 'August' => 'Août', - 'BOM' => 'Nomenclature composantes', - 'Backup' => 'Sauvegarder', - 'Backup sent to' => 'Sauvegarde envoyée à', - 'Balance' => 'Solde', - 'Balance Sheet' => 'Bilan', - 'Bcc' => 'Bcc', - 'Bin' => 'Localisation', - 'Books are open' => 'Début exercice', - 'Bought' => 'Acheté', - 'Business Number' => 'Numéro d\'enregistrement société', - 'C' => 'C', - 'COGS' => 'CMV', - 'Cannot delete account!' => 'Impossible de supprimer le compte!', - 'Cannot delete customer!' => 'Impossible de supprimer le client!', - 'Cannot delete default account!' => 'Ne peut pas supprimer le compte par defaut!', - 'Cannot delete invoice!' => 'Impossible de supprimer la facture', - 'Cannot delete item!' => 'Impossible de supprimer ce poste!', - 'Cannot delete order!' => 'Impossible de supprimer la commande!', - 'Cannot delete transaction!' => 'Impossible de supprimer la saisie!', - 'Cannot delete vendor!' => 'Impossible de supprimer le fournisseur!', - 'Cannot have a value in both Debit and Credit!' => 'Impossible d\'avoir des valeurs dans Crédit et Débit en même temps!', - 'Cannot post a transaction without a value!' => 'Impossible d\'effectuer une écriture sans valeur!', - 'Cannot post invoice for a closed period!' => 'Impossible d\'enregistrer la facture sur un exercice clos!', - 'Cannot post invoice!' => 'Impossible d\'enregistrer la facture!', - 'Cannot post payment for a closed period!' => 'Impossible d\'enregistrer le paiement sur un exercice clos!', - 'Cannot post payment!' => 'Impossible d\'enregistrer le paiement!', - 'Cannot post transaction for a closed period!' => 'Impossible d\'enregistrer l\'écriture sur un exercice clos!', - 'Cannot post transaction!' => 'Impossible d\'enregistrer l\'écriture!', - 'Cannot process payment for a closed period!' => 'Impossible de faire un paiement sur un exercice clos!', - 'Cannot save account!' => 'Impossible d\'enregistrer le compte!', - 'Cannot save order!' => 'Impossible d\'enregistrer la commande!', - 'Cannot save preferences!' => 'Impossible d\'enregistrer les préférences', - 'Cannot stock assemblies!' => 'Impossible de stocker l\'assemblage!', - 'Cash' => 'Financier', - 'Cash based' => 'En liquide', - 'Cc' => 'Cc', - 'Change Admin Password' => 'Changement de mot de passe administrateur', - 'Change Password' => 'Changement de mot de passe', - 'Character Set' => 'Encodage des caractères', - 'Chart of Accounts' => 'Plan Comptable', - 'Check' => 'Chèque', - 'Check printed!' => 'Chèque imprimé!', - 'Check printing failed!' => 'Impression du chèque échoué!', - 'Cleared Balance' => 'Solde rapproché', - 'Click on login name to edit!' => 'Cliquer sur votre identifiant pour editer', - 'Close Books up to' => 'Clôturer l\'exercice jusqu\'au', - 'Closed' => 'Clôturé', - 'Company' => 'Société', - 'Compare to' => 'Comparer à', - 'Confirm!' => 'Confirmez!', - 'Connect to' => 'Connecter à', - 'Contact' => 'Contact', - 'Continue' => 'Continuer', - 'Copies' => 'Copies', - 'Copy to COA' => 'Copier dans le Plan Comptable', - 'Create Chart of Accounts' => 'Créer le Plan Comptable', - 'Create Dataset' => 'Créer fichier de données', - 'Credit' => 'Crédit', - 'Credit Limit' => 'Encours autorisé', - 'Curr' => 'En cours', - 'Currency' => 'Devise', - 'Current' => 'En cours', - 'Customer' => 'Client', - 'Customer deleted!' => 'Client supprimé!', - 'Customer missing!' => 'Client manquant!', - 'Customer not on file!' => 'Client absent du fichier!', - 'Customer saved!' => 'Client enregistré!', - 'Customers' => 'Clients', - 'DBI not installed!' => 'DBI non installée!', - 'Database' => 'Base de données', - 'Database Administration' => 'Gérer base de données', - 'Database Driver not checked!' => 'Pilotes de base de données pas verifiés!', - 'Database Host' => 'Hôte de base de données', - 'Database User missing!' => 'Utilisateur base de données manquante!', - 'Dataset' => 'Fichier de données', - 'Dataset missing!' => 'Fichier de données manquant!', - 'Dataset updated!' => 'Base de données mise à jour!', - 'Date' => 'Date', - 'Date Format' => 'Format de Date', - 'Date Paid' => 'Date de paiement', - 'Date missing!' => 'Date manquante!', - 'Debit' => 'Débit', - 'Debit and credit out of balance!' => 'Le débit et le crédit ne sont pas équilibrés!', - 'Dec' => 'Déc.', - 'December' => 'Décembre', - 'Decimalplaces' => 'Décimales', - 'Delete' => 'Supprimer', - 'Delete Account' => 'Supprimer compte', - 'Delete Dataset' => 'Supprimer fichier de données', - 'Delivery Date' => 'Date de livraison', - 'Deposit' => 'Dépôt', - 'Description' => 'Description', - 'Difference' => 'Différence', - 'Directory' => 'Répertoire', - 'Discount' => 'Remise', - 'Done' => 'Fait!', - 'Drawing' => 'Dessin', - 'Driver' => 'Pilote', - 'Dropdown Limit' => 'Limit de déroulement', - 'Due' => 'Echéance', - 'Due Date' => 'Date d\'échéance', - 'Due Date missing!' => 'Date d\'échéance manquante!', - 'E-mail' => 'Email', - 'E-mail Statement to' => 'Message éléctronique à', - 'E-mail address missing!' => 'Adresse email manquante!', - 'Edit' => 'Modifier', - 'Edit Account' => 'Modifier le compte', - 'Edit Accounts Payables Transaction' => 'Modifier Mouvements - Dépenses', - 'Edit Accounts Receivables Transaction' => 'Modifier Mouvements - Recettes', - 'Edit Assembly' => 'Modifier produit fini / transformé', - 'Edit Customer' => 'Modifier client', - 'Edit GIFI' => 'Modifier Code d\'Identification Comptable ou Fiscale', - 'Edit General Ledger Transaction' => 'Modifier écriture Grand Livre', - 'Edit Group' => 'Modifier groupe', - 'Edit Part' => 'Modifier marchandise', - 'Edit Preferences for' => 'Modifier les préférences pour', - 'Edit Project' => 'Modifier projet', - 'Edit Purchase Order' => 'Modifier commande d\'achat', - 'Edit Sales Invoice' => 'Modifier facture de vente', - 'Edit Sales Order' => 'Modifier commande de vente', - 'Edit Service' => 'Modifier service', - 'Edit Template' => 'Modifier modèle', - 'Edit User' => 'Modifier utilisateur', - 'Edit Vendor' => 'Modifier fournisseur', - 'Edit Vendor Invoice' => 'Modifier facture de fournisseur', - 'Employee' => 'Employé', - 'Enforce transaction reversal for all dates' => 'Appliquer l\'inversion des écritures pour toutes les dates', - 'Enter up to 3 letters separated by a colon (i.e CAD:USD:EUR) for your native and foreign currencies' => 'Entrer le nom de la monnaie nationale et des monnaies étrangères en 3 lettres séparées par (:) (Ex: EUR:USD:CAD)', - 'Equity' => 'Capital', - 'Exch' => 'Change', - 'Exchangerate' => 'Taux de change', - 'Exchangerate Difference' => 'Différence de taux de change', - 'Exchangerate for payment missing!' => 'Taux de change manquant pour le paiement!', - 'Exchangerate missing!' => 'Taux de change manquant!', - 'Existing Datasets' => 'Fichiers de données existants', - 'Expense' => 'Dépense', - 'Expense Account' => 'Compte Dépenses', - 'Expense/Asset' => 'Dépense/Actif', - 'Extended' => 'Prix Total', - 'Fax' => 'Fax', - 'Feb' => 'Fév.', - 'February' => 'Février', - 'Foreign Exchange Gain' => 'Produit conversion devises', - 'Foreign Exchange Loss' => 'Perte conversion devises', - 'From' => 'De', - 'GIFI' => 'Code d\'Identification Comptable ou Fiscale', - 'GIFI deleted!' => 'Code d\'Identification Comptable ou Fiscale supprimé!', - 'GIFI missing!' => 'Code d\'Identification Comptable ou Fiscale manquant!', - 'GIFI saved!' => 'Code d\'Identification Comptable ou Fiscale enregistré!', - 'GL Transaction' => 'Transaction Grand Livre', - 'General Ledger' => 'Grand Livre', - 'Goods & Services' => 'Articles & Services', - 'Group' => 'Groupe', - 'Group Items' => 'Grouper objets', - 'Group deleted!' => 'Groupe effacé!', - 'Group missing!' => 'Groupe absent!', - 'Group saved!' => 'Groupe enregistré!', - 'Groups' => 'Groupes', - 'HTML Templates' => 'Gabarits HTML', - 'Heading' => 'En-tête', - 'Host' => 'Hôte', - 'Hostname missing!' => 'Nom de l\'hôte manquant', - 'ID' => 'ID', - 'Image' => 'Image', - 'In-line' => 'En ligne', - 'Include in Report' => 'Inclure dans l\'état', - 'Include in drop-down menus' => 'Inclure dans les menus deroulants', - 'Include this account on the customer/vendor forms to flag customer/vendor as taxable?' => 'Afficher ce compte sur les formulaires de client/fournisseur pour le marquer comme imposable?', - 'Income' => 'Recettes', - 'Income Account' => 'Compte Recettes', - 'Income Statement' => 'Compte de Résultat', - 'Incorrect Dataset version!' => 'Fichier de données incorrect!', - 'Incorrect Password!' => 'Mot de passe incorrect!', - 'Individual Items' => 'Composition en marchandises individuelles', - 'Inventory' => 'Inventaire', - 'Inventory Account' => 'Compte d\'Inventaire', - 'Inventory quantity must be zero before you can set this assembly obsolete!' => 'La quantité en stock doit être à zéro avant de pouvoir indiquer cet assemblage comme obsolète!', - 'Inventory quantity must be zero before you can set this part obsolete!' => 'La quantité en stock devrait être zero avant de pouvoir indiquer cette pièce comme obsolète!', - 'Invoice' => 'Facture', - 'Invoice Date' => 'Date de facturation', - 'Invoice Date missing!' => 'Date de facture manquante!', - 'Invoice Number' => 'Numéro de facture', - 'Invoice Number missing!' => 'Numéro de facture manquant!', - 'Invoice deleted!' => 'Facture supprimé!', - 'Invoice posted!' => 'Facture enregistré!', - 'Invoices' => 'Factures', - 'Is this a summary account to record' => 'Est-ce que c\'est un compte sommaire à enregistrer?', - 'Item deleted!' => 'Objet supprimé!', - 'Item not on file!' => 'Objet non-listé!', - 'Jan' => 'Jan.', - 'January' => 'Janvier', - 'Jul' => 'Juil.', - 'July' => 'Juillet', - 'Jun' => 'Juin', - 'June' => 'Juin', - 'LaTeX Templates' => 'Gabarits LaTeX', - 'Language' => 'Langue', - 'Last Cost' => 'Dernier prix', - 'Last Invoice Number' => 'Dernier numéro de facture', - 'Last Numbers & Default Accounts' => 'Derniers numéros et comptes par défauts', - 'Last Purchase Order Number' => 'Dernier numéro de commande d\'achat', - 'Last Sales Order Number' => 'Numéro de la dernière commande de vente', - 'Leave host and port field empty unless you want to make a remote connection.' => 'Laisser "port" et "hôte" vide, sauf si vous voulez vous connecter à distance (par réseau)', - 'Liability' => 'Passif', - 'Licensed to' => 'Licence à', - 'Line Total' => 'Total ligne', - 'Link' => 'Liens', - 'Link Accounts' => 'Lier Comptes', - 'List Accounts' => 'Liste des comptes', - 'List GIFI' => 'Afficher la liste des Codes d\'Identification Comptable ou Fiscale', - 'List Price' => 'Prix de revient', - 'List Transactions' => 'Afficher écritures', - 'Login' => 'Login', - 'Login name missing!' => '', - 'Logout' => 'Déconnexion', - 'Make' => 'Marque', - 'Mar' => 'Mars', - 'March' => 'Mars', - 'May' => 'Mai', - 'May ' => 'Mai ', - 'Message' => 'Message', - 'Microfiche' => 'Microfiche', - 'Model' => 'Modèle', - 'Multibyte Encoding' => 'Encodage multibyte', - 'N/A' => 'Non Applicable', - 'Name' => 'Nom', - 'Name missing!' => 'Nom manquant!', - 'New Templates' => 'Nouveaux gabarits', - 'No' => 'Non', - 'No Database Drivers available!' => 'Pas de pilotes de base de données disponibles!', - 'No Dataset selected!' => 'Pas de fichier de données sélectioné!', - 'No email address for' => 'Pas d\'adresse email pour', - 'No.' => 'No.', - 'Notes' => 'Notes', - 'Nothing applied!' => 'Rien n\'a été appliqué!', - 'Nothing selected!' => 'Pas de sélection!', - 'Nothing to delete!' => 'Rien à supprimer', - 'Nov' => 'Nov.', - 'November' => 'Novembre', - 'Number' => 'Numéro', - 'Number Format' => 'Format des numéros', - 'Number missing in Row' => 'Numéro manquant dans ligne', - 'O' => 'O', - 'Obsolete' => 'Obsolète', - 'Oct' => 'Oct.', - 'October' => 'Octobre', - 'On Hand' => 'En Stock / Disponible', - 'On Order' => 'Sur Commande', - 'Open' => 'Ouvert', - 'Oracle Database Administration' => 'Administration de base de données Oracle', - 'Order' => 'Commande', - 'Order Date' => 'Date commande', - 'Order Date missing!' => 'Date de commande manquante!', - 'Order Entry' => 'Bons de Commandes', - 'Order Number' => 'Numéro de commande', - 'Order Number missing!' => 'Numéro de commande manquant!', - 'Order deleted!' => 'Commande supprimé!', - 'Order saved!' => 'Commande enregistré!', - 'Ordered' => 'Commandé', - 'Orphaned' => 'Orphelin', - 'Out of balance!' => 'Solde non équilibré!', - 'PDF' => 'PDF', - 'Packing List' => 'Liste d\'envoi', - 'Packing List Date missing!' => 'La date est manquante sur la liste d\'envoi!', - 'Packing List Number missing!' => 'Le numéro de liste d\'envoi est manquant!', - 'Paid' => 'Total Payé', - 'Paid in full' => 'Complètement payé', - 'Part' => 'Marchandise', - 'Part Number missing!' => 'Numéro de marchandise manquant!', - 'Parts' => 'Marchandises', - 'Parts Inventory' => 'Inventaire marchandises', - 'Password' => 'Mot de Passe', - 'Password changed!' => 'Mot de passe changé!', - 'Payables' => 'À Payer', - 'Payment' => 'Paiement', - 'Payment date missing!' => 'Date de paiement manquant!', - 'Payment posted!' => 'Paiement enregistré!', - 'Payments' => 'Paiements', - 'Pg Database Administration' => 'Administration base de données PostgreSQL', - 'Phone' => 'Tél.', - 'Port' => 'Port', - 'Port missing!' => 'Port manquant!', - 'Post' => 'Enregistrer', - 'Post as new' => 'Enregistrer comme nouveau', - 'Postscript' => 'Postcript', - 'Preferences' => 'Préférences', - 'Preferences saved!' => 'Préférences enregistrées!', - 'Price' => 'Prix', - 'Print' => 'Imprimer', - 'Printer' => 'Imprimante', - 'Project' => 'Projet', - 'Project Number' => 'Numéro de projet', - 'Project Number missing!' => 'Numéro du projet manquant!', - 'Project deleted!' => 'Projet supprimé!', - 'Project not on file!' => 'Projet absent du fichier!', - 'Project saved!' => 'Projet enregistré!', - 'Projects' => 'Projets', - 'Purchase Order' => 'Commande d\'Achat', - 'Purchase Orders' => 'Commandes d\'Achats', - 'Qty' => 'Qté', - 'ROP' => 'Niveau de commande', - 'Rate' => 'Cadence', - 'Recd' => 'Reçu', - 'Receipt' => 'Reçu', - 'Receipt printed!' => 'Impression reçu!', - 'Receipt printing failed!' => 'Erreur lors de l\'impression du reçu!', - 'Receipts' => 'Reçus', - 'Receivables' => 'À recevoir', - 'Reconciliation' => 'Rapprochement', - 'Record in' => 'Enregistrer dans', - 'Reference' => 'Référence', - 'Reference missing!' => 'Référence manquant!', - 'Remaining' => 'Restant', - 'Report for' => 'Rapport de', - 'Reports' => 'Rapports', - 'Required by' => 'Requis pour', - 'Retained Earnings' => 'Éxcédents non distribués', - 'Sales' => 'Ventes', - 'Sales Invoice' => 'Facture de Vente', - 'Sales Order' => 'Commande de Vente', - 'Sales Orders' => 'Commandes de Vente', - 'Salesperson' => 'Vendeur', - 'Save' => 'Enregistrer', - 'Save as new' => 'Enregistrer comme nouveau', - 'Save to File' => 'Enregistrer comme fichier', - 'Screen' => 'Écran', - 'Select a Dataset to delete and press "Continue"' => 'Sélectionner la base de données à supprimer et cliquer sur "Continuer"', - 'Select all' => 'Sélectionner tout', - 'Select from one of the items below' => 'Sélectionner un des postes ci-dessous', - 'Select from one of the names below' => 'Sélectionner un des noms ci-dessous', - 'Select from one of the projects below' => 'Sélectionner un des projets ci-dessous', - 'Select postscript or PDF!' => 'Sélectionner Postscript ou PDF', - 'Sell Price' => 'Prix de vente', - 'Send by E-Mail' => 'Envoyer par email', - 'Sep' => 'Sept.', - 'September' => 'Septembre', - 'Service' => 'Service', - 'Service Items' => 'Services', - 'Service Number missing!' => 'Numéro de service manquant!', - 'Services' => 'Services', - 'Setup Templates' => 'Configuration des Gabarits', - 'Ship' => 'Expédier', - 'Ship to' => 'Expédier à', - 'Ship via' => 'Expédier via', - 'Short' => 'Court', - 'Signature' => 'Signature', - 'Sold' => 'Vendu', - 'Source' => 'Source', - 'Standard' => 'Standard', - 'Statement' => 'Relevé', - 'Statement Balance' => 'Relevé de compte', - 'Statement sent to' => 'Relevé envoyé à', - 'Statements sent to printer!' => 'Relevés envoyés à l\'imprimante!', - 'Stock' => 'Stock', - 'Stock Assembly' => 'Stock de produits', - 'Stylesheet' => 'Feuille de style', - 'Subject' => 'Objet', - 'Subtotal' => 'Sous Total', - 'System' => 'Système', - 'Tax' => 'Taxe', - 'Tax Accounts' => 'Comptes de taxe', - 'Tax Included' => 'Taxe incluse', - 'Tax collected' => 'Taxe collectée', - 'Tax paid' => 'Taxe payée', - 'Taxable' => 'Imposable', - 'Template saved!' => 'Gabarit enregistré!', - 'Templates' => 'Gabarits', - 'Terms: Net' => 'Crédit limité à', - 'The following Datasets are not in use and can be deleted' => 'Les fichiers de données suivants ne sont pas utilisés et peuvent être supprimés.', - 'The following Datasets need to be updated' => 'Les fichiers de données suivants doivent être mis a jour', - 'This is a preliminary check for existing sources. Nothing will be created or deleted at this stage!' => 'Ceci est un test préliminaire des sources existante. Aucune modification à ce stade!!', - 'To' => 'à ', - 'To add a user to a group edit a name, change the login name and save. A new user with the same variables will then be saved under the new login name.' => 'Pour ajouter un utilisateur à un groupe, editer un "nom", changer le "login" et enregistrer. Un nouveau utilisateur avec les mêmes données sera enregistré avec le nouveau "login".', - 'Top Level' => 'Description principale', - 'Total' => 'Total', - 'Transaction Date missing!' => 'Date d\'écriture manquante!', - 'Transaction deleted!' => 'Ecriture supprimée!', - 'Transaction posted!' => 'Ecriture enregistrée!', - 'Transaction reversal enforced for all dates' => 'Inversion des écritures exécuté pour toutes les dates', - 'Transaction reversal enforced up to' => 'Inversion des écritures exécuté jusqu\'au', - 'Transactions' => 'Mouvements', - 'Transactions exist, cannot delete customer!' => 'Des écritures existent, impossible d\'effacer le client!', - 'Transactions exist, cannot delete vendor!' => 'Des écritures existent, impossible d\'effacer le fournisseur!', - 'Transactions exist; cannot delete account!' => 'Des écritures existent, impossible d\'effacer le compte!', - 'Trial Balance' => 'Balance Globale', - 'Unit' => 'Unité', - 'Unit of measure' => 'Unité de mesure', - 'Update' => 'Mettre à jour', - 'Update Dataset' => 'Mis à jour de la base de données', - 'Updated' => 'Mis à jour', - 'Use Templates' => 'Utiliser les modèles', - 'User' => 'Utilisateur', - 'User deleted!' => 'Utilisateur supprimé!', - 'User saved!' => 'Utilisateur enregistré!', - 'Vendor' => 'Fournisseur', - 'Vendor Invoice' => 'Facture d\'Achat', - 'Vendor deleted!' => 'Fournisseur supprimé!', - 'Vendor missing!' => 'Fournisseur manquant!', - 'Vendor not on file!' => 'Fournisseur absent du fichier!', - 'Vendor saved!' => 'Fournisseur enregistré!', - 'Vendors' => 'Fournisseurs', - 'Version' => 'Version', - 'Weight' => 'Poids', - 'Weight Unit' => 'Unité de poids', - 'What type of item is this?' => 'De quel type est ce poste?', - 'Year End' => 'Fin d\'année', - 'Yes' => 'Oui', - 'You are logged out!' => 'Vous êtes déconnecté!', - 'You did not enter a name!' => 'Vous n\'avez pas saisi de nom!', - 'You must enter a host and port for local and remote connections!' => 'Vous devez saisir un "hôte" et un "port" pour les connexions distantes!', - 'as at' => 'au', - 'collected on sales' => 'collectées sur les ventes', - 'days' => 'jours', - 'does not exist' => 'n\'existe pas!', - 'ea' => 'ch', - 'emailed to' => 'envoyé par email à', - 'for Period' => 'pour la période', - 'hr' => 'h', - 'is already a member!' => 'est déjà un membre!', - 'is not a member!' => 'n\'est pas un membre', - 'localhost' => 'hôte local', - 'locked!' => 'verrouillé!', - 'paid on purchases' => 'payées sur les achats', - 'sent to printer' => 'envoyé à l\'imprimante', - 'successfully created!' => 'créé avec succès', - 'successfully deleted!' => 'supprimé avec succès', - 'to' => 'jusqu\'au', - 'website' => 'site web', -}; - -1; diff --git a/locale/fr/charset b/locale/fr/charset deleted file mode 100644 index a5244212f..000000000 --- a/locale/fr/charset +++ /dev/null @@ -1 +0,0 @@ -utf-8 diff --git a/locale/fr/missing b/locale/fr/missing deleted file mode 100644 index 07b7b7b27..000000000 --- a/locale/fr/missing +++ /dev/null @@ -1,2038 +0,0 @@ -#!/usr/bin/perl -# -*- coding: utf-8; -*- -# vim: fenc=utf-8 - -# add the missing texts and run locales.pl to rebuild - -$missing = { - ' Date missing!' => '', - ' Part Number missing!' => '', - ' missing!' => '', - '#1 prices were updated.' => '', - '<%account_number%> -- Your account number' => '', - '<%bank%> -- Your bank' => '', - '<%bank_code%> -- Your bank code' => '', - '<%currency%> -- The selected currency' => '', - '<%invtotal%> -- Invoice total' => '', - '<%invtotal_wo_skonto%> -- Invoice total less discount' => '', - '<%netto_date%> -- Date the payment is due in full' => '', - '<%skonto_amount%> -- The deductible amount' => '', - '<%skonto_date%> -- Date the payment is due with discount' => '', - '<%skonto_in_percent%> -- The discount in percent' => '', - '<%terms_netto%> -- The number of days for full payment' => '', - '<%total%> -- Amount payable' => '', - '<%total_wo_skonto%> -- Amount payable less discount' => '', - '*/' => '', - '---please select---' => '', - '...after loggin in' => '', - '...done' => '', - '...on the TODO list' => '', - '1. Quarter' => '', - '2. Quarter' => '', - '3. Quarter' => '', - '4. Quarter' => '', - 'What do you want to look for?' => '', - 'A Buchungsgruppe consists of a descriptive name and the account numbers for the income and expense accounts for those four tax zones as well as the inventory account number.' => '', - 'A group named "Full Access" has been created.' => '', - 'A group with that name does already exist.' => '', - 'A lot of the usability of Lx-Office has been enhanced with javascript. Although it is currently possible to use every aspect of Lx-Office without javascript, we strongly recommend it. In a future version this may change and javascript may be necessary to access advanced features.' => '', - 'A temporary directory could not be created:' => '', - 'A temporary file could not be created. Please verify that the directory "#1" is writeable by the webserver.' => '', - 'A temporary file could not be created:' => '', - 'A unit with this name does already exist.' => '', - 'A variable marked as \'editable\' can be changed in each quotation, order, invoice etc.' => '', - 'ADDED' => '', - 'AP' => '', - 'AP Aging' => '', - 'AP Transaction' => '', - 'AP Transaction (abbreviation)' => '', - 'AP Transaction Storno (one letter abbreviation)' => '', - 'AP Transaction with Storno (abbreviation)' => '', - 'AP Transactions' => '', - 'AP transactions with sales taxkeys and/or AR transactions with input taxkeys' => '', - 'AR' => '', - 'AR Aging' => '', - 'AR Transaction' => '', - 'AR Transaction (abbreviation)' => '', - 'AR Transactions' => '', - 'ASSETS' => '', - 'Abrechnungsnummer' => '', - 'Abteilung' => '', - 'Account' => '', - 'Account Category A' => '', - 'Account Category C' => '', - 'Account Category E' => '', - 'Account Category G' => '', - 'Account Category I' => '', - 'Account Category L' => '', - 'Account Category Q' => '', - 'Account Description missing!' => '', - 'Account Link AP' => '', - 'Account Link AP_amount' => '', - 'Account Link AP_paid' => '', - 'Account Link AP_tax' => '', - 'Account Link AR' => '', - 'Account Link AR_amount' => '', - 'Account Link AR_paid' => '', - 'Account Link AR_tax' => '', - 'Account Link IC' => '', - 'Account Link IC_cogs' => '', - 'Account Link IC_expense' => '', - 'Account Link IC_income' => '', - 'Account Link IC_sale' => '', - 'Account Link IC_taxpart' => '', - 'Account Link IC_taxservice' => '', - 'Account Number' => '', - 'Account Number already used!' => '', - 'Account Number missing!' => '', - 'Account Nummer' => '', - 'Account Type' => '', - 'Account Type missing!' => '', - 'Account deleted!' => '', - 'Account for fees' => '', - 'Account for interest' => '', - 'Account number' => '', - 'Account number #1, bank code #2, #3' => '', - 'Account saved!' => '', - 'Accounting Group deleted!' => '', - 'Accounting Group saved!' => '', - 'Accrual' => '', - 'Active' => '', - 'Active?' => '', - 'Add' => '', - 'Add AP Transaction' => '', - 'Add AR Transaction' => '', - 'Add Account' => '', - 'Add Accounting Group' => '', - 'Add Accounts Payables Transaction' => '', - 'Add Accounts Receivables Transaction' => '', - 'Add Assembly' => '', - 'Add Buchungsgruppe' => '', - 'Add Business' => '', - 'Add Credit Note' => '', - 'Add Customer' => '', - 'Add Delivery Order' => '', - 'Add Department' => '', - 'Add Dunning' => '', - 'Add Exchangerate' => '', - 'Add Follow-Up' => '', - 'Add Follow-Up for #1' => '', - 'Add General Ledger Transaction' => '', - 'Add Group' => '', - 'Add Language' => '', - 'Add Lead' => '', - 'Add License' => '', - 'Add Part' => '', - 'Add Payment Terms' => '', - 'Add Price Factor' => '', - 'Add Pricegroup' => '', - 'Add Printer' => '', - 'Add Project' => '', - 'Add Purchase Delivery Order' => '', - 'Add Purchase Order' => '', - 'Add Quotation' => '', - 'Add RFQ' => '', - 'Add Request for Quotation' => '', - 'Add Sales Delivery Order' => '', - 'Add Sales Invoice' => '', - 'Add Sales Order' => '', - 'Add Service' => '', - 'Add Storno Credit Note' => '', - 'Add Transaction' => '', - 'Add User' => '', - 'Add Vendor' => '', - 'Add Vendor Invoice' => '', - 'Add Warehouse' => '', - 'Add a new group' => '', - 'Add and edit units' => '', - 'Add bank account' => '', - 'Add custom variable' => '', - 'Add note' => '', - 'Add to group' => '', - 'Add unit' => '', - 'Address' => '', - 'Administration' => '', - 'Administration area' => '', - 'Advance turnover tax return' => '', - 'Aktion' => '', - 'All' => '', - 'All Accounts' => '', - 'All Datasets up to date!' => '', - 'All changes in that file have been reverted.' => '', - 'All database upgrades have been applied.' => '', - 'All general ledger entries' => '', - 'All of the exports you have selected were already closed.' => '', - 'All reports' => '', - 'All the selected exports have already been closed, or all of their items have already been executed.' => '', - 'Allow access' => '', - 'Allow the following users access to my follow-ups:' => '', - 'Alternatively you can create a new part which will then be selected.' => '', - 'Alternatively you can skip this step and create groups yourself.' => '', - 'Amended Advance Turnover Tax Return' => '', - 'Amended Advance Turnover Tax Return (Nr. 10)' => '', - 'Amount' => '', - 'Amount Due' => '', - 'Annotations' => '', - 'Another user with the login #1 does already exist.' => '', - 'Ap aging on %s' => '', - 'Application Error. No Format given' => '', - 'Application Error. Wrong Format' => '', - 'Applying #1:' => '', - 'Approximately #1 prices will be updated.' => '', - 'Apr' => '', - 'April' => '', - 'Ar aging on %s' => '', - 'Are you sure you want to delete Delivery Order Number #1?' => '', - 'Are you sure you want to delete Invoice Number' => '', - 'Are you sure you want to delete Order Number' => '', - 'Are you sure you want to delete Quotation Number' => '', - 'Are you sure you want to delete Transaction' => '', - 'Are you sure you want to remove the marked entries from the queue?' => '', - 'Are you sure you want to update the prices' => '', - 'Article Code' => '', - 'Article Code missing!' => '', - 'As a result, the saved onhand values of the present goods can be stored into a warehouse designated by you, or will be reset for a proper warehouse tracking' => '', - 'Assemblies' => '', - 'Assembly Description' => '', - 'Assembly Number' => '', - 'Assembly Number missing!' => '', - 'Asset' => '', - 'Assets' => '', - 'Assign new units' => '', - 'Assign units' => '', - 'Assistant for general ledger corrections' => '', - 'Assume Tax Consultant Data in Tax Computation?' => '', - 'At least' => '', - 'At least one Perl module that Lx-Office ERP requires for running is not installed on your system.' => '', - 'At most' => '', - 'At the moment the transaction looks like this:' => '', - 'Attach PDF:' => '', - 'Attachment' => '', - 'Attachment name' => '', - 'Attempt to call an undefined sub named \'%s\'' => '', - 'Audit Control' => '', - 'Aug' => '', - 'August' => '', - 'Authentification database creation' => '', - 'Authentification tables creation' => '', - 'Auto Send?' => '', - 'Automatically created invoice for fee and interest for dunning %s' => '', - 'Available qty' => '', - 'BALANCE SHEET' => '', - 'BIC' => '', - 'BOM' => '', - 'BWA' => '', - 'Back' => '', - 'Backup Dataset' => '', - 'Backup file' => '', - 'Backup of dataset' => '', - 'Balance' => '', - 'Balance Sheet' => '', - 'Bank' => '', - 'Bank Code' => '', - 'Bank Code (long)' => '', - 'Bank Code Number' => '', - 'Bank Connection Tax Office' => '', - 'Bank Connections' => '', - 'Bank accounts' => '', - 'Bank code' => '', - 'Bank transfer amount' => '', - 'Bank transfer payment list for export #1' => '', - 'Bank transfer via SEPA' => '', - 'Bank transfers via SEPA' => '', - 'Base unit' => '', - 'Basic data' => '', - 'Batch Printing' => '', - 'Bcc' => '', - 'Belegnummer' => '', - 'Beratername' => '', - 'Beraternummer' => '', - 'Best Before' => '', - 'Bestandskonto' => '', - 'Bilanz' => '', - 'Billing Address' => '', - 'Billing/shipping address (city)' => '', - 'Billing/shipping address (street)' => '', - 'Billing/shipping address (zipcode)' => '', - 'Bin' => '', - 'Bin From' => '', - 'Bin List' => '', - 'Bin To' => '', - 'Binding to the LDAP server as "#1" failed. Please check config/lx_office.conf.' => '', - 'Bins saved.' => '', - 'Bins that have been used in the past cannot be deleted anymore. For these bins there\'s no checkbox in the "Delete" column.' => '', - 'Birthday' => '', - 'Bis' => '', - 'Bis Konto: ' => '', - 'Body' => '', - 'Body:' => '', - 'Books are open' => '', - 'Books closed up to' => '', - 'Boolean variables: If the default value is non-empty then the checkbox will be checked by default and unchecked otherwise.' => '', - 'Both' => '', - 'Bottom' => '', - 'Bought' => '', - 'Buchungsdatum' => '', - 'Buchungsgruppe' => '', - 'Buchungsgruppen' => '', - 'Buchungskonto' => '', - 'Buchungsnummer' => '', - 'Business Number' => '', - 'Business Volume' => '', - 'Business deleted!' => '', - 'Business saved!' => '', - 'CANCELED' => '', - 'CB Transaction' => '', - 'CR' => '', - 'CRM admin' => '', - 'CRM create customers, vendors and contacts' => '', - 'CRM follow up' => '', - 'CRM know how' => '', - 'CRM notices' => '', - 'CRM opportunity' => '', - 'CRM optional software' => '', - 'CRM other' => '', - 'CRM search' => '', - 'CRM send email' => '', - 'CRM services' => '', - 'CRM status' => '', - 'CRM termin' => '', - 'CRM user' => '', - 'CSV export -- options' => '', - 'Calculate' => '', - 'Can not create that quantity with current stock' => '', - 'Cancel' => '', - 'Cancel Accounts Payables Transaction' => '', - 'Cancel Accounts Receivables Transaction' => '', - 'Cannot create Lock!' => '', - 'Cannot delete account!' => '', - 'Cannot delete customer!' => '', - 'Cannot delete default account!' => '', - 'Cannot delete delivery order!' => '', - 'Cannot delete invoice!' => '', - 'Cannot delete item!' => '', - 'Cannot delete order!' => '', - 'Cannot delete quotation!' => '', - 'Cannot delete transaction!' => '', - 'Cannot delete vendor!' => '', - 'Cannot have a value in both Debit and Credit!' => '', - 'Cannot post Payment!' => '', - 'Cannot post Receipt!' => '', - 'Cannot post a transaction without a value!' => '', - 'Cannot post invoice for a closed period!' => '', - 'Cannot post invoice!' => '', - 'Cannot post payment for a closed period!' => '', - 'Cannot post payment!' => '', - 'Cannot post transaction for a closed period!' => '', - 'Cannot post transaction with a debit and credit entry for the same account!' => '', - 'Cannot post transaction!' => '', - 'Cannot process payment for a closed period!' => '', - 'Cannot remove files!' => '', - 'Cannot save account!' => '', - 'Cannot save order!' => '', - 'Cannot save preferences!' => '', - 'Cannot save quotation!' => '', - 'Cannot storno storno invoice!' => '', - 'Carry over shipping address' => '', - 'Cash' => '', - 'Cc' => '', - 'Change Lx-Office installation settings (all menu entries beneath \'System\')' => '', - 'Change representative to' => '', - 'Charge Number' => '', - 'Charge number' => '', - 'Chart' => '', - 'Chart Type' => '', - 'Chart balance' => '', - 'Chart of Accounts' => '', - 'Chart of accounts' => '', - 'Chartaccounts connected to this Tax:' => '', - 'Check' => '', - 'Check Details' => '', - 'Checks' => '', - 'Choose Customer' => '', - 'Choose Outputformat' => '', - 'Choose Vendor' => '', - 'Choose a Tax Number' => '', - 'City' => '', - 'Cleared Balance' => '', - 'Clearing Tax Received (No 71)' => '', - 'Click on login name to edit!' => '', - 'Close' => '', - 'Close Books up to' => '', - 'Close SEPA exports' => '', - 'Close Window' => '', - 'Closed' => '', - 'Collective Orders only work for orders from one customer!' => '', - 'Comment' => '', - 'Company' => '', - 'Company Name' => '', - 'Compare to' => '', - 'Configuration of individual TODO items' => '', - 'Confirm' => '', - 'Confirm!' => '', - 'Confirmation' => '', - 'Contact' => '', - 'Contact Person' => '', - 'Contact person (surname)' => '', - 'Contacts' => '', - 'Continue' => '', - 'Contra' => '', - 'Copies' => '', - 'Correct taxkey' => '', - 'Corrections' => '', - 'Cost Center' => '', - 'Costs' => '', - 'Could not copy %s to %s. Reason: %s' => '', - 'Could not open the file users/members.' => '', - 'Could not open the old memberfile.' => '', - 'Could not print dunning.' => '', - 'Could not rename %s to %s. Reason: %s' => '', - 'Could not spawn ghostscript.' => '', - 'Could not spawn the printer command.' => '', - 'Could not update prices!' => '', - 'Country' => '', - 'Create Assembly' => '', - 'Create Buchungsgruppen' => '', - 'Create Chart of Accounts' => '', - 'Create Dataset' => '', - 'Create Date' => '', - 'Create a standard group' => '', - 'Create and edit RFQs' => '', - 'Create and edit customers and vendors' => '', - 'Create and edit dunnings' => '', - 'Create and edit invoices and credit notes' => '', - 'Create and edit parts, services, assemblies' => '', - 'Create and edit projects' => '', - 'Create and edit purchase delivery orders' => '', - 'Create and edit purchase orders' => '', - 'Create and edit sales delivery orders' => '', - 'Create and edit sales orders' => '', - 'Create and edit sales quotations' => '', - 'Create and edit vendor invoices' => '', - 'Create bank transfer' => '', - 'Create bank transfer via SEPA XML' => '', - 'Create invoice?' => '', - 'Create new' => '', - 'Create tables' => '', - 'Created by' => '', - 'Created for' => '', - 'Created on' => '', - 'Credit' => '', - 'Credit (one letter abbreviation)' => '', - 'Credit Account' => '', - 'Credit Limit' => '', - 'Credit Limit exceeded!!!' => '', - 'Credit Note' => '', - 'Credit Note Date' => '', - 'Credit Note Number' => '', - 'Credit Starting Balance' => '', - 'Credit Tax' => '', - 'Credit Tax Account' => '', - 'Credit note (one letter abbreviation)' => '', - 'Curr' => '', - 'Currencies' => '', - 'Currency' => '', - 'Current / Next Level' => '', - 'Current Earnings' => '', - 'Current unit' => '', - 'Current value:' => '', - 'Custom Variables' => '', - 'Custom variables for module' => '', - 'Customer' => '', - 'Customer Name' => '', - 'Customer Number' => '', - 'Customer Order Number' => '', - 'Customer deleted!' => '', - 'Customer details' => '', - 'Customer missing!' => '', - 'Customer not on file or locked!' => '', - 'Customer not on file!' => '', - 'Customer saved!' => '', - 'Customer type' => '', - 'Customername' => '', - 'Customernumberinit' => '', - 'Customers' => '', - 'Customers and vendors' => '', - 'Customized Report' => '', - 'DATEV - Export Assistent' => '', - 'DATEV Angaben' => '', - 'DATEV Export' => '', - 'DATEX - Export Assistent' => '', - 'DELETED' => '', - 'DFV-Kennzeichen' => '', - 'DR' => '', - 'DUNNING STARTED' => '', - 'DUNS-Nr' => '', - 'Database' => '', - 'Database Administration' => '', - 'Database Connection Test' => '', - 'Database Host' => '', - 'Database User missing!' => '', - 'Database backups and restorations are disabled in lx_office.conf.' => '', - 'Database name' => '', - 'Database template' => '', - 'Database update error:' => '', - 'Dataset' => '', - 'Dataset missing!' => '', - 'Dataset name' => '', - 'Dataset upgrade' => '', - 'Date' => '', - 'Date Format' => '', - 'Date Paid' => '', - 'Date and timestamp variables: If the default value equals \'NOW\' then the current date/current timestamp will be used. Otherwise the default value is copied as-is.' => '', - 'Date missing!' => '', - 'Datevautomatik' => '', - 'Datum von' => '', - 'Debit' => '', - 'Debit (one letter abbreviation)' => '', - 'Debit Account' => '', - 'Debit Starting Balance' => '', - 'Debit Tax' => '', - 'Debit Tax Account' => '', - 'Debit and credit out of balance!' => '', - 'Dec' => '', - 'December' => '', - 'Decimalplaces' => '', - 'Decrease' => '', - 'Default (no language selected)' => '', - 'Default Accounts' => '', - 'Default output medium' => '', - 'Default printer' => '', - 'Default template format' => '', - 'Default value' => '', - 'Defaults saved.' => '', - 'Delete' => '', - 'Delete Account' => '', - 'Delete Contact' => '', - 'Delete Dataset' => '', - 'Delete Shipto' => '', - 'Delete delivery order' => '', - 'Delete drafts' => '', - 'Delete group' => '', - 'Delete transaction' => '', - 'Delivered' => '', - 'Delivery Date' => '', - 'Delivery Order' => '', - 'Delivery Order Date' => '', - 'Delivery Order Date missing!' => '', - 'Delivery Order Number' => '', - 'Delivery Order deleted!' => '', - 'Delivery Orders' => '', - 'Department' => '', - 'Department deleted!' => '', - 'Department saved!' => '', - 'Departments' => '', - 'Dependency loop detected:' => '', - 'Deposit' => '', - 'Description' => '', - 'Description (Click on Description for details)' => '', - 'Description missing!' => '', - 'Description must not be empty!' => '', - 'Destination BIC' => '', - 'Destination IBAN' => '', - 'Destination bin' => '', - 'Destination warehouse' => '', - 'Destination warehouse and bin' => '', - 'Details (one letter abbreviation)' => '', - 'Difference' => '', - 'Dimension unit' => '', - 'Directory' => '', - 'Discount' => '', - 'Display' => '', - 'Display file' => '', - 'Display options' => '', - 'Do you really want to close the following SEPA exports? No payment will be recorded for bank transfers that haven\'t been marked as executed yet.' => '', - 'Do you really want to delete AP transaction #1?' => '', - 'Do you really want to delete AR transaction #1?' => '', - 'Do you really want to delete GL transaction #1?' => '', - 'Do you really want to delete this group:' => '', - 'Do you really want to delete this warehouse?' => '', - 'Do you want Lx-Office to create a group for access to all functions?' => '', - 'Do you want to limit your search?' => '', - 'Do you want to carry this shipping address over to the new purchase order so that the vendor can deliver the goods directly to your customer?' => '', - 'Do you want to store the existing onhand values into a new warehouse?' => '', - 'Document' => '', - 'Documents in the WebDAV repository' => '', - 'Done' => '', - 'Download SEPA XML export file' => '', - 'Download the backup' => '', - 'Draft saved.' => '', - 'Drawing' => '', - 'Driver' => '', - 'Dropdown Limit' => '', - 'Due' => '', - 'Due Date' => '', - 'Due Date missing!' => '', - 'Duedate +Days' => '', - 'Dunning' => '', - 'Dunning Amount' => '', - 'Dunning Date' => '', - 'Dunning Date from' => '', - 'Dunning Description' => '', - 'Dunning Description missing in row ' => '', - 'Dunning Duedate' => '', - 'Dunning Level' => '', - 'Dunning Level missing in row ' => '', - 'Dunning Process Config saved!' => '', - 'Dunning Process started for selected invoices!' => '', - 'Dunning number' => '', - 'Dunning overview' => '', - 'Dunnings' => '', - 'During this user migration Lx-Office can create such a group for you and grant all users access to all of Lx-Office\'s functions.' => '', - 'E-mail' => '', - 'E-mail Statement to' => '', - 'E-mail address missing!' => '', - 'EAN' => '', - 'EAN-Code' => '', - 'EB-Wert' => '', - 'EK' => '', - 'ELSE' => '', - 'ELSTER Export (Taxbird)' => '', - 'ELSTER Export (Winston)' => '', - 'ELSTER Export nach Winston' => '', - 'ELSTER Tax Number' => '', - 'EQUITY' => '', - 'EU with VAT ID' => '', - 'EU without VAT ID' => '', - 'EUER' => '', - 'EUR' => '', - 'Earlier versions of Lx-Office contained bugs which might have led to wrong entries in the general ledger.' => '', - 'Edit' => '', - 'Edit Access Rights' => '', - 'Edit Access Rights for Follow-Ups' => '', - 'Edit Account' => '', - 'Edit Accounting Group' => '', - 'Edit Accounts Payables Transaction' => '', - 'Edit Accounts Receivables Transaction' => '', - 'Edit Assembly' => '', - 'Edit Bins' => '', - 'Edit Buchungsgruppe' => '', - 'Edit Business' => '', - 'Edit Credit Note' => '', - 'Edit Customer' => '', - 'Edit Department' => '', - 'Edit Dunning' => '', - 'Edit Dunning Process Config' => '', - 'Edit Follow-Up' => '', - 'Edit Follow-Up for #1' => '', - 'Edit General Ledger Transaction' => '', - 'Edit Group' => '', - 'Edit Language' => '', - 'Edit Lead' => '', - 'Edit Part' => '', - 'Edit Payment Terms' => '', - 'Edit Preferences for #1' => '', - 'Edit Price Factor' => '', - 'Edit Pricegroup' => '', - 'Edit Printer' => '', - 'Edit Project' => '', - 'Edit Purchase Delivery Order' => '', - 'Edit Purchase Order' => '', - 'Edit Quotation' => '', - 'Edit Request for Quotation' => '', - 'Edit Sales Delivery Order' => '', - 'Edit Sales Invoice' => '', - 'Edit Sales Order' => '', - 'Edit Service' => '', - 'Edit Storno Credit Note' => '', - 'Edit Storno Invoice' => '', - 'Edit User' => '', - 'Edit Vendor' => '', - 'Edit Vendor Invoice' => '', - 'Edit Warehouse' => '', - 'Edit and delete a group' => '', - 'Edit bank account' => '', - 'Edit custom variable' => '', - 'Edit file' => '', - 'Edit greetings' => '', - 'Edit group ' => '', - 'Edit group membership' => '', - 'Edit groups' => '', - 'Edit note' => '', - 'Edit rights' => '', - 'Edit templates' => '', - 'Edit the Delivery Order' => '', - 'Edit the membership of all users in all groups:' => '', - 'Edit the purchase_order' => '', - 'Edit the request_quotation' => '', - 'Edit the sales_order' => '', - 'Edit the sales_quotation' => '', - 'Edit the stylesheet' => '', - 'Edit units' => '', - 'Editable' => '', - 'Either there are no open invoices, or you have already initiated bank transfers with the open amounts for those that are still open.' => '', - 'Element disabled' => '', - 'Employee' => '', - 'Empty transaction!' => '', - 'Enter a description for this new draft.' => '', - 'Enter longdescription' => '', - 'Enter the requested execution date or leave empty for the quickest possible execution:' => '', - 'Enter up to 3 letters separated by a colon (i.e CAD:USD:EUR) for your native and foreign currencies' => '', - 'Equity' => '', - 'Error' => '', - 'Error in database control file \'%s\': %s' => '', - 'Error in position #1: You must either assign no stock at all or the full quantity of #2 #3.' => '', - 'Error in position #1: You must either assign no transfer at all or the full quantity of #2 #3.' => '', - 'Error in row #1: The quantity you entered is bigger than the stocked quantity.' => '', - 'Error message from the database driver:' => '', - 'Error!' => '', - 'Ertrag' => '', - 'Ertrag prozentual' => '', - 'Escape character' => '', - 'Exact' => '', - 'Excel' => '', - 'Exch' => '', - 'Exchangerate' => '', - 'Exchangerate Difference' => '', - 'Exchangerate for payment missing!' => '', - 'Exchangerate missing!' => '', - 'Executed' => '', - 'Execution date' => '', - 'Execution date from' => '', - 'Execution date to' => '', - 'Existing Buchungsgruppen' => '', - 'Existing Datasets' => '', - 'Existing pending follow-ups for this item' => '', - 'Expected Tax' => '', - 'Expense' => '', - 'Expense Account' => '', - 'Expense accno' => '', - 'Expense/Asset' => '', - 'Expenses EU with UStId' => '', - 'Expenses EU without UStId' => '', - 'Expired licenses' => '', - 'Expiring in x month(s)' => '', - 'Export Buchungsdaten' => '', - 'Export Stammdaten' => '', - 'Export as CSV' => '', - 'Export as PDF' => '', - 'Export date' => '', - 'Export date from' => '', - 'Export date to' => '', - 'Extended' => '', - 'Extension Of Time' => '', - 'Factor' => '', - 'Factor missing!' => '', - 'Falsches Datumsformat!' => '', - 'Favorites' => '', - 'Fax' => '', - 'Feb' => '', - 'February' => '', - 'Fee' => '', - 'File' => '', - 'File name' => '', - 'Files created by Lx-Office\'s "Backup Dataset" function are such files.' => '', - 'Filter' => '', - 'Finish' => '', - 'Fix transaction' => '', - 'Fix transactions' => '', - 'Folgekonto' => '', - 'Follow-Up' => '', - 'Follow-Up Date' => '', - 'Follow-Up On' => '', - 'Follow-Up done' => '', - 'Follow-Up for' => '', - 'Follow-Up for user' => '', - 'Follow-Up saved.' => '', - 'Follow-Ups' => '', - 'Follow-up for' => '', - 'Font' => '', - 'Font size' => '', - 'For AP transactions it will replace the sales taxkeys with input taxkeys with the same tax rate.' => '', - 'For AR transactions it will replace the input taxkeys with sales taxkeys with the same tax rate.' => '', - 'For each unit there\'s either no or exactly one base unit. If you chose a base unit then you also have to chose a factor. That way the new unit will be defined as a multiple of the base unit. The base unit must be the "smaller" one. A factor may not be less than 1. Therefore you may define "kg" with the base unit "g" and a factor of "1", but not the other way round.' => '', - 'Foreign Exchange Gain' => '', - 'Foreign Exchange Loss' => '', - 'Foreign Expenses' => '', - 'Foreign Revenues' => '', - 'Form details (second row)' => '', - 'Formula' => '', - 'Free report period' => '', - 'Free-form text' => '', - 'Fristsetzung' => '', - 'From' => '', - 'From Date' => '', - 'Full Access' => '', - 'Full access to all functions' => '', - 'Fwd' => '', - 'GL Transaction' => '', - 'Gegenkonto' => '', - 'Gender' => '', - 'General Ledger' => '', - 'General Ledger Corrections' => '', - 'General Ledger Transaction' => '', - 'General ledger and cash' => '', - 'General ledger corrections' => '', - 'Generic Tax Report' => '', - 'Given Name' => '', - 'Go one step back' => '', - 'Go one step forward' => '', - 'Greeting' => '', - 'Greetings' => '', - 'Group' => '', - 'Group Invoices' => '', - 'Group Items' => '', - 'Group deleted!' => '', - 'Group membership' => '', - 'Group missing!' => '', - 'Group saved!' => '', - 'Groups' => '', - 'HTML' => '', - 'HTML Templates' => '', - 'Hardcopy' => '', - 'Has serial number' => '', - 'Header' => '', - 'Heading' => '', - 'Help' => '', - 'Here\'s an example command line:' => '', - 'Hide by default' => '', - 'History' => '', - 'History Search' => '', - 'History Search Engine' => '', - 'Homepage' => '', - 'Host' => '', - 'However, you can create a new part which will then be selected.' => '', - 'I' => '', - 'IBAN' => '', - 'ID' => '', - 'ID-Nummer' => '', - 'II' => '', - 'III' => '', - 'IV' => '', - 'If the automatic creation of invoices for fees and interest is switched on for a dunning level then the following accounts will be used for the invoice.' => '', - 'If the database user listed above does not have the right to create a database then enter the name and password of the superuser below:' => '', - 'If you chose to let Lx-Office do the migration then Lx-Office will also remove the old member file after creating a backup copy of it in the directory "#1".' => '', - 'If you enter values for the part number and / or part description then only those bins containing parts whose part number or part description match your input will be shown.' => '', - 'If you see this message, you most likely just setup your LX-Office and haven\'t added any entry types. If this is the case, the option is accessible for administrators in the System menu.' => '', - 'If you want to change any of these parameters then press the "Back" button, edit the file "config/lx_office.conf" and login into the admin module again.' => '', - 'If you want to delete such a dataset you have to edit the user(s) that are using the dataset in question and have them use another dataset.' => '', - 'If you want to set up the authentication database yourself then log in to the administration panel. Lx-Office will then create the database and tables for you.' => '', - 'If you yourself want to upgrade the installation then please read the file "doc/UPGRADE" and follow the steps outlined in this file.' => '', - 'Image' => '', - 'Import CSV' => '', - 'In Lx-Office 2.4.0 the administrator has to enter a list of units in the administrative section.' => '', - 'In order to do that hit the button "Delete transaction".' => '', - 'In the latter case the tables needed by Lx-Office will be created in that database.' => '', - 'In-line' => '', - 'Inactive' => '', - 'Include Exchangerate Difference' => '', - 'Include column headings' => '', - 'Include empty bins' => '', - 'Include in Report' => '', - 'Include in drop-down menus' => '', - 'Includeable in reports' => '', - 'Income Statement' => '', - 'Income accno' => '', - 'Incoming Payments' => '', - 'Incoming invoice number' => '', - 'Incorrect Password!' => '', - 'Incorrect username or password!' => '', - 'Increase' => '', - 'Individual Items' => '', - 'Information' => '', - 'Interest' => '', - 'Interest Rate' => '', - 'Internal Notes' => '', - 'International' => '', - 'Internet' => '', - 'Introduction of Buchungsgruppen' => '', - 'Introduction of units' => '', - 'Inv. Duedate' => '', - 'Invalid' => '', - 'Invalid follow-up ID.' => '', - 'Invalid quantity.' => '', - 'Invdate' => '', - 'Invdate from' => '', - 'Inventory' => '', - 'Inventory Account' => '', - 'Inventory quantity must be zero before you can set this assembly obsolete!' => '', - 'Inventory quantity must be zero before you can set this part obsolete!' => '', - 'Invno.' => '', - 'Invnumber' => '', - 'Invnumber missing!' => '', - 'Invoice' => '', - 'Invoice (one letter abbreviation)' => '', - 'Invoice Date' => '', - 'Invoice Date missing!' => '', - 'Invoice Duedate' => '', - 'Invoice Number' => '', - 'Invoice Number missing!' => '', - 'Invoice deleted!' => '', - 'Invoice for fees' => '', - 'Invoice has already been storno\'d!' => '', - 'Invoice number' => '', - 'Invoice with Storno (abbreviation)' => '', - 'Invoices' => '', - 'Is this a summary account to record' => '', - 'It is possible that even after such a correction there is something wrong with this transaction (e.g. taxes that don\'t match the selected taxkey). Therefore you should re-run the general ledger analysis.' => '', - 'It is possible to do this automatically for some Buchungsgruppen, but not for all.' => '', - 'It is possible to do this automatically for some units, but for others the user has to chose the new unit.' => '', - 'It may optionally be compressed with "gzip".' => '', - 'It will simply set the taxkey to 0 (meaning "no taxes") which is the correct value for such inventory transactions.' => '', - 'Item deleted!' => '', - 'Item not on file!' => '', - 'Jahresverkehrszahlen neu' => '', - 'Jan' => '', - 'January' => '', - 'Journal' => '', - 'Jul' => '', - 'July' => '', - 'Jump to' => '', - 'Jun' => '', - 'June' => '', - 'KNE-Export erfolgreich!' => '', - 'KNr. beim Kunden' => '', - 'Keine Suchergebnisse gefunden!' => '', - 'Konten' => '', - 'Kontonummernerweiterung (KNE)' => '', - 'L' => '', - 'LIABILITIES' => '', - 'LP' => '', - 'LaTeX Templates' => '', - 'Landscape' => '', - 'Language' => '', - 'Language Values' => '', - 'Language deleted!' => '', - 'Language missing!' => '', - 'Language saved!' => '', - 'Languages' => '', - 'Last Article Number' => '', - 'Last Cost' => '', - 'Last Credit Note Number' => '', - 'Last Customer Number' => '', - 'Last Invoice Number' => '', - 'Last Purchase Delivery Order Number' => '', - 'Last Purchase Order Number' => '', - 'Last RFQ Number' => '', - 'Last Sales Delivery Order Number' => '', - 'Last Sales Order Number' => '', - 'Last Sales Quotation Number' => '', - 'Last Service Number' => '', - 'Last Transaction' => '', - 'Last Vendor Number' => '', - 'Lead' => '', - 'Leave host and port field empty unless you want to make a remote connection.' => '', - 'Left' => '', - 'Liability' => '', - 'License' => '', - 'License key' => '', - 'Licensed to' => '', - 'Licenses' => '', - 'Limit part selection' => '', - 'Line Total' => '', - 'Line endings' => '', - 'List' => '', - 'List Accounting Groups' => '', - 'List Accounts' => '', - 'List Businesses' => '', - 'List Departments' => '', - 'List Groups' => '', - 'List Languages' => '', - 'List Lead' => '', - 'List Payment Terms' => '', - 'List Price' => '', - 'List Price Factors' => '', - 'List Pricegroups' => '', - 'List Printer' => '', - 'List Tax' => '', - 'List Transactions' => '', - 'List Warehouses' => '', - 'List bank accounts' => '', - 'List export' => '', - 'List of bank accounts' => '', - 'List of bank transfers' => '', - 'List of custom variables' => '', - 'List open SEPA exports' => '', - 'Load draft' => '', - 'Local Tax Office Preferences' => '', - 'Lock System' => '', - 'Lockfile created!' => '', - 'Lockfile removed!' => '', - 'Login' => '', - 'Login Name' => '', - 'Login name missing!' => '', - 'Logout' => '', - 'Logout now' => '', - 'Long Dates' => '', - 'Long Description' => '', - 'Lx-Office' => '', - 'Lx-Office 2.4.0 introduces two new concepts: tax zones and Buchungsgruppen.' => '', - 'Lx-Office can fix these problems automatically.' => '', - 'Lx-Office has been switched to group-based access restrictions.' => '', - 'Lx-Office has found one or more problems in the general ledger.' => '', - 'Lx-Office is about to update the database #1.' => '', - 'Lx-Office is now able to manage warehouses instead of just tracking the amount of goods in your system.' => '', - 'Lx-Office website' => '', - 'MAILED' => '', - 'MSG_BROWSER_DOES_NOT_SUPPORT_IFRAMES' => '', - 'Main Preferences' => '', - 'Make' => '', - 'Manage license keys' => '', - 'Mandantennummer' => '', - 'Mandatory Departments' => '', - 'Mar' => '', - 'March' => '', - 'Margins' => '', - 'Mark as closed' => '', - 'Mark as paid?' => '', - 'Mark closed' => '', - 'Marked as paid' => '', - 'Marked entries printed!' => '', - 'Master Data' => '', - 'Max. Dunning Level' => '', - 'May' => '', - 'May ' => '', - 'May set the BCC field when sending emails' => '', - 'Medium Number' => '', - 'Memo' => '', - 'Menu' => '', - 'Message' => '', - 'Method' => '', - 'Microfiche' => '', - 'Minimum Amount' => '', - 'Miscellaneous' => '', - 'Missing \'description\' field.' => '', - 'Missing \'tag\' field.' => '', - 'Missing Method!' => '', - 'Missing Tax Authoritys Preferences' => '', - 'Missing amount' => '', - 'Missing parameter #1 in call to sub #2.' => '', - 'Missing parameter (at least one of #1) in call to sub #2.' => '', - 'Missing taxkeys in invoices with taxes.' => '', - 'Mitarbeiter' => '', - 'Mobile1' => '', - 'Mobile2' => '', - 'Model' => '', - 'Module' => '', - 'Module home page' => '', - 'Module name' => '', - 'Monat' => '', - 'Monthly' => '', - 'More than one #1 found matching, please be more specific.' => '', - 'More than one control file with the tag \'%s\' exist.' => '', - 'Multi mode not supported.' => '', - 'Multibyte Encoding' => '', - 'MwSt. inkl.' => '', - 'Name' => '', - 'Name missing!' => '', - 'National' => '', - 'National Expenses' => '', - 'National Revenues' => '', - 'Netto Terms' => '', - 'New Buchungsgruppe #1' => '', - 'New Templates' => '', - 'New Win/Tab' => '', - 'New assembly' => '', - 'New bank account' => '', - 'New contact' => '', - 'New customer' => '', - 'New invoice' => '', - 'New part' => '', - 'New sales order' => '', - 'New service' => '', - 'New unit' => '', - 'New vendor' => '', - 'Next Dunning Level' => '', - 'No' => '', - 'No %s was found matching the search parameters.' => '', - 'No Company Address given' => '', - 'No Company Name given' => '', - 'No Customer was found matching the search parameters.' => '', - 'No Database Drivers available!' => '', - 'No Dataset selected!' => '', - 'No Vendor was found matching the search parameters.' => '', - 'No action defined.' => '', - 'No backup file has been uploaded.' => '', - 'No bank information has been entered in this vendor\'s master data entry. You cannot create bank transfers unless you enter bank information.' => '', - 'No bins have been added to this warehouse yet.' => '', - 'No customer has been selected yet.' => '', - 'No data was found.' => '', - 'No databases have been found on this server.' => '', - 'No datasets have been selected.' => '', - 'No dunnings have been selected for printing.' => '', - 'No entries were found which had no unit assigned to them.' => '', - 'No group has been selected, or the group does not exist anymore.' => '', - 'No groups have been added yet.' => '', - 'No licenses were found that match the search criteria.' => '', - 'No or an unknown authenticantion module specified in "config/lx_office.conf".' => '', - 'No part was found matching the search parameters.' => '', - 'No prices will be updated because no prices have been entered.' => '', - 'No problems were recognized.' => '', - 'No transfers were executed in this export.' => '', - 'No unknown units where found.' => '', - 'No user has been selected.' => '', - 'No valid number entered for pricegroup "#1".' => '', - 'No vendor has been selected yet.' => '', - 'No warehouse has been created yet or the quantity of the bins is not configured yet.' => '', - 'No.' => '', - 'Non-taxable Purchases' => '', - 'Non-taxable Sales' => '', - 'None' => '', - 'Not Discountable' => '', - 'Not delivered' => '', - 'Not done yet' => '', - 'Not obsolete' => '', - 'Note' => '', - 'Note: Taxkeys must have a "valid from" date, and will not be in effect otherwise.' => '', - 'Notes' => '', - 'Nothing has been selected for removal.' => '', - 'Nothing has been selected for transfer.' => '', - 'Nothing selected!' => '', - 'Nothing to delete!' => '', - 'Nov' => '', - 'November' => '', - 'Now the user must select a single Buchungsgruppe for each part instead of three distinct accounts.' => '', - 'Number' => '', - 'Number Format' => '', - 'Number missing in Row' => '', - 'Number of bins' => '', - 'Number of copies' => '', - 'Number of entries changed: #1' => '', - 'Number of new bins' => '', - 'Number pages' => '', - 'Number variables: \'PRECISION=n\' forces numbers to be shown with exactly n decimal places.' => '', - 'OB Transaction' => '', - 'OBE-Export erfolgreich!' => '', - 'Obsolete' => '', - 'Oct' => '', - 'October' => '', - 'Off' => '', - 'Old (on the side)' => '', - 'On' => '', - 'On Hand' => '', - 'On Order' => '', - 'One or more Perl modules missing' => '', - 'Only due follow-ups' => '', - 'Open' => '', - 'Open Amount' => '', - 'Open a further Lx-Office Window or Tab' => '', - 'Open amount' => '', - 'OpenDocument/OASIS' => '', - 'Openings' => '', - 'Optional comment' => '', - 'Options' => '', - 'Order' => '', - 'Order Date' => '', - 'Order Date missing!' => '', - 'Order Number' => '', - 'Order Number missing!' => '', - 'Order deleted!' => '', - 'Ordered' => '', - 'Orientation' => '', - 'Orphaned' => '', - 'Other users\' follow-ups' => '', - 'Other values are ignored.' => '', - 'Others' => '', - 'Otherwise all users will only have access to their own settings.' => '', - 'Otherwise the variable is only available for printing.' => '', - 'Out of balance transaction!' => '', - 'Out of balance!' => '', - 'Output Number Format' => '', - 'Outputformat' => '', - 'Overdue sales quotations and requests for quotations' => '', - 'Own Product' => '', - 'PAYMENT POSTED' => '', - 'PDF' => '', - 'PDF (OpenDocument/OASIS)' => '', - 'PDF export -- options' => '', - 'POSTED' => '', - 'POSTED AS NEW' => '', - 'PRINTED' => '', - 'Packing List' => '', - 'Packing List Date missing!' => '', - 'Packing List Number missing!' => '', - 'Packing Lists' => '', - 'Page #1/#2' => '', - 'Paid' => '', - 'Part' => '', - 'Part Description' => '', - 'Part Description missing!' => '', - 'Part Number' => '', - 'Part Number missing!' => '', - 'Part description' => '', - 'Partnumber must not be set to empty!' => '', - 'Partnumber not unique!' => '', - 'Parts' => '', - 'Parts Inventory' => '', - 'Parts must have an entry type.' => '', - 'Parts, services and assemblies' => '', - 'Password' => '', - 'Payables' => '', - 'Payment' => '', - 'Payment Reminder' => '', - 'Payment Terms' => '', - 'Payment Terms missing in row ' => '', - 'Payment Terms saved!' => '', - 'Payment date missing!' => '', - 'Payment list as PDF' => '', - 'Payment posted!' => '', - 'Payment terms deleted!' => '', - 'Payments' => '', - 'Period' => '', - 'Period:' => '', - 'Personal settings' => '', - 'Pg Database Administration' => '', - 'Phone' => '', - 'Phone1' => '', - 'Phone2' => '', - 'Pick List' => '', - 'Please Check the bank information for each vendor:' => '', - 'Please ask your administrator to create warehouses and bins.' => '', - 'Please enter a license key.' => '', - 'Please enter a number of licenses.' => '', - 'Please enter the login for the new user.' => '', - 'Please enter the name of the database that will be used as the template for the new database:' => '', - 'Please enter the name of the dataset you want to restore the backup in.' => '', - 'Please enter the taxnumber in the administration menu user preferences' => '', - 'Please enter values' => '', - 'Please insert object dimensions below.' => '', - 'Please insert your language values below' => '', - 'Please insert your longdescription below' => '', - 'Please install the below listed modules or ask your system administrator to.' => '', - 'Please re-run the analysis for broken general ledger entries by clicking this button:' => '', - 'Please read the file' => '', - 'Please select a customer from the list below.' => '', - 'Please select a part from the list below.' => '', - 'Please select a vendor from the list below.' => '', - 'Please select the chart of accounts this installation is using from the list below.' => '', - 'Please select the database you want to backup' => '', - 'Please select the source bank account for the transfers:' => '', - 'Please seletct the dataset you want to delete:' => '', - 'Please specify a description for the warehouse designated for these goods.' => '', - 'Plural' => '', - 'Port' => '', - 'Portrait' => '', - 'Post' => '', - 'Post Payment' => '', - 'Post payments' => '', - 'Postscript' => '', - 'Posustva_coa' => '', - 'Preferences' => '', - 'Preferences saved!' => '', - 'Prefix for the new bins\' names' => '', - 'Preis' => '', - 'Preisgruppe' => '', - 'Preisklasse' => '', - 'Prepare bank transfer via SEPA XML' => '', - 'Prepayment' => '', - 'Preview' => '', - 'Previous transdate text' => '', - 'Previous transnumber text' => '', - 'Price' => '', - 'Price Factor' => '', - 'Price Factors' => '', - 'Price factor deleted!' => '', - 'Price factor saved!' => '', - 'Pricegroup' => '', - 'Pricegroup deleted!' => '', - 'Pricegroup missing!' => '', - 'Pricegroup saved!' => '', - 'Pricegroups' => '', - 'Print' => '', - 'Print and Post' => '', - 'Print dunnings' => '', - 'Print list' => '', - 'Print options' => '', - 'Printer' => '', - 'Printer Command' => '', - 'Printer Command missing!' => '', - 'Printer Description' => '', - 'Printer deleted!' => '', - 'Printer saved!' => '', - 'Printing ... ' => '', - 'Prior to Lx-Office v2.4.0 the user could enter arbitrary strings as units for parts, services and in invoices, sales quotations etc.' => '', - 'Prior to Lx-Office v2.4.0 the user had to chose the accounts for each part and service.' => '', - 'Private E-mail' => '', - 'Private Phone' => '', - 'Problem' => '', - 'Produce Assembly' => '', - 'Productivity' => '', - 'Profit Center' => '', - 'Proforma Invoice' => '', - 'Program' => '', - 'Project' => '', - 'Project Number' => '', - 'Project Number missing!' => '', - 'Project Numbers' => '', - 'Project Transactions' => '', - 'Project deleted!' => '', - 'Project not on file!' => '', - 'Project saved!' => '', - 'Projects' => '', - 'Projecttransactions' => '', - 'Prozentual/Absolut' => '', - 'Purchase Invoice' => '', - 'Purchase Order' => '', - 'Purchase Orders' => '', - 'Purchase Price' => '', - 'Purchase Prices' => '', - 'Purchase delivery order' => '', - 'Purchase invoices' => '', - 'Purpose' => '', - 'Qty' => '', - 'Qty according to delivery order' => '', - 'Qty in stock' => '', - 'Quantity' => '', - 'Quantity missing.' => '', - 'Quartal' => '', - 'Quarter' => '', - 'Quarterly' => '', - 'Queue' => '', - 'Quotation' => '', - 'Quotation Date' => '', - 'Quotation Date missing!' => '', - 'Quotation Number' => '', - 'Quotation Number missing!' => '', - 'Quotation deleted!' => '', - 'Quotations' => '', - 'Quote chararacter' => '', - 'Quoted' => '', - 'RFQ' => '', - 'RFQ Number' => '', - 'RFQs' => '', - 'ROP' => '', - 'Ranges of numbers' => '', - 'Ranges of numbers and default accounts' => '', - 'Re-run analysis' => '', - 'Receipt' => '', - 'Receipt posted!' => '', - 'Receipt, payment, reconciliation' => '', - 'Receipts' => '', - 'Receivables' => '', - 'Rechnungsnummer' => '', - 'Reconciliation' => '', - 'Record in' => '', - 'Recorded Tax' => '', - 'Recorded taxkey' => '', - 'Reference' => '', - 'Reference missing!' => '', - 'Release From Stock' => '', - 'Remaining' => '', - 'Removal' => '', - 'Removal from Warehouse' => '', - 'Removal from warehouse' => '', - 'Removal qty' => '', - 'Remove' => '', - 'Remove Draft' => '', - 'Remove draft when posting' => '', - 'Remove from group' => '', - 'Removed spoolfiles!' => '', - 'Removing marked entries from queue ...' => '', - 'Rename the group' => '', - 'Report Positions' => '', - 'Report about warehouse contents' => '', - 'Report about warehouse transactions' => '', - 'Report and misc. Preferences' => '', - 'Report for' => '', - 'Reports' => '', - 'Representative' => '', - 'Reqdate' => '', - 'Request for Quotation' => '', - 'Request for Quotations' => '', - 'Request quotation' => '', - 'Requested execution date' => '', - 'Requested execution date from' => '', - 'Requested execution date to' => '', - 'Required by' => '', - 'Restore Dataset' => '', - 'Revenue' => '', - 'Revenue Account' => '', - 'Revenues EU with UStId' => '', - 'Revenues EU without UStId' => '', - 'Right' => '', - 'SAVED' => '', - 'SAVED FOR DUNNING' => '', - 'SCREENED' => '', - 'SEPA XML download' => '', - 'SEPA exports:' => '', - 'Saldo Credit' => '', - 'Saldo Debit' => '', - 'Saldo neu' => '', - 'Saldo per' => '', - 'Sale Prices' => '', - 'Sales Invoice' => '', - 'Sales Invoices' => '', - 'Sales Order' => '', - 'Sales Orders' => '', - 'Sales and purchase invoices with inventory transactions with taxkeys' => '', - 'Sales delivery order' => '', - 'Sales invoice number' => '', - 'Sales invoices' => '', - 'Sales quotation' => '', - 'Salesman' => '', - 'Salesperson' => '', - 'Same as the quote character' => '', - 'Sat. Fax' => '', - 'Sat. Phone' => '', - 'Satz %' => '', - 'Save' => '', - 'Save Draft' => '', - 'Save account first to insert taxkeys' => '', - 'Save and AP Transaction' => '', - 'Save and AR Transaction' => '', - 'Save and Close' => '', - 'Save and Invoice' => '', - 'Save and Order' => '', - 'Save and Quotation' => '', - 'Save and RFQ' => '', - 'Save and close' => '', - 'Save as new' => '', - 'Save draft' => '', - 'Saving the file \'%s\' failed. OS error message: %s' => '', - 'Screen' => '', - 'Searchable' => '', - 'Select' => '', - 'Select a Customer' => '', - 'Select a customer' => '', - 'Select a part' => '', - 'Select a part or assembly' => '', - 'Select a period' => '', - 'Select a vendor' => '', - 'Select all' => '', - 'Select federal state...' => '', - 'Select from one of the items below' => '', - 'Select from one of the names below' => '', - 'Select from one of the projects below' => '', - 'Select postscript or PDF!' => '', - 'Select tax office...' => '', - 'Select the chart of accounts in use' => '', - 'Select the checkboxes that match users to the groups they should belong to.' => '', - 'Select type of removal' => '', - 'Select type of transfer' => '', - 'Selection' => '', - 'Selection fields: The option field must contain the available options for the selection. Options are separated by \'##\', for example \'Early##Normal##Late\'.' => '', - 'Sell Price' => '', - 'Send the backup via Email' => '', - 'Sep' => '', - 'Separator chararacter' => '', - 'September' => '', - 'Serial No.' => '', - 'Serial Number' => '', - 'Service' => '', - 'Service Items' => '', - 'Service Number missing!' => '', - 'Service unit' => '', - 'Services' => '', - 'Set Language Values' => '', - 'Set eMail text' => '', - 'Setup Menu' => '', - 'Setup Templates' => '', - 'Ship to' => '', - 'Ship via' => '', - 'Shipping Address' => '', - 'Shipping Point' => '', - 'Shipto' => '', - 'Shopartikel' => '', - 'Short' => '', - 'Show' => '', - 'Show Salesman' => '', - 'Show TODO list' => '', - 'Show by default' => '', - 'Show custom variable search inputs' => '', - 'Show details' => '', - 'Show follow ups...' => '', - 'Show old dunnings' => '', - 'Show overdue sales quotations and requests for quotations...' => '', - 'Show your TODO list after loggin in' => '', - 'Signature' => '', - 'Since bin is not enforced in the parts data, please specify a bin where goods without a specified bin will be put.' => '', - 'Skip' => '', - 'Skonto' => '', - 'Skonto Terms' => '', - 'Sold' => '', - 'Solution' => '', - 'Source' => '', - 'Source BIC' => '', - 'Source IBAN' => '', - 'Source bank account' => '', - 'Source bin' => '', - 'Spoolfile' => '', - 'Start Dunning Process' => '', - 'Start analysis' => '', - 'Start the correction assistant' => '', - 'Startdate_coa' => '', - 'Starting Balance' => '', - 'Statement' => '', - 'Statement Balance' => '', - 'Statement sent to' => '', - 'Statements sent to printer!' => '', - 'Step 1 of 3: Parts' => '', - 'Step 2' => '', - 'Step 2 of 3: Services' => '', - 'Step 3 of 3: Assemblies' => '', - 'Step 3 of 3: Default units' => '', - 'Steuersatz' => '', - 'Stock' => '', - 'Stock value' => '', - 'Storno' => '', - 'Storno (one letter abbreviation)' => '', - 'Storno Invoice' => '', - 'Storno Packing List' => '', - 'Street' => '', - 'Stylesheet' => '', - 'Subject' => '', - 'Subject:' => '', - 'Subtotal' => '', - 'Such entries cannot be exported into the DATEV format and have to be fixed as well.' => '', - 'Sum Credit' => '', - 'Sum Debit' => '', - 'Sum for' => '', - 'Sum per' => '', - 'Summen- und Saldenliste' => '', - 'Superuser name' => '', - 'Supplies' => '', - 'Switch Menu on / off' => '', - 'System' => '', - 'TODO list' => '', - 'TODO list options' => '', - 'TOP100' => '', - 'TOTAL' => '', - 'Target bank account' => '', - 'Tax' => '', - 'Tax Consultant' => '', - 'Tax Included' => '', - 'Tax Number' => '', - 'Tax Number / SSN' => '', - 'Tax Office' => '', - 'Tax Office Preferences' => '', - 'Tax Percent is a number between 0 and 100' => '', - 'Tax Period' => '', - 'Tax Position' => '', - 'Tax collected' => '', - 'Tax deleted!' => '', - 'Tax number' => '', - 'Tax paid' => '', - 'Tax saved!' => '', - 'Tax-O-Matic' => '', - 'Tax-o-matic Account' => '', - 'Taxaccount_coa' => '', - 'Taxation' => '', - 'Taxdescription missing!' => '', - 'Taxdescription_coa' => '', - 'Taxes' => '', - 'Taxkey' => '', - 'Taxkey missing!' => '', - 'Taxkey_coa' => '', - 'Taxkeys and Taxreport Preferences' => '', - 'Taxlink_coa' => '', - 'Taxnumber' => '', - 'Taxrate missing!' => '', - 'Tel' => '', - 'Tel.' => '', - 'Telephone' => '', - 'Template' => '', - 'Template Code' => '', - 'Template Code missing!' => '', - 'Template database' => '', - 'Templates' => '', - 'Terms missing in row ' => '', - 'Test connection' => '', - 'Text field' => '', - 'Text field variables: \'WIDTH=w HEIGHT=h\' sets the width and height of the text field. They default to 30 and 5 respectively.' => '', - 'Text variables: \'MAXLENGTH=n\' sets the maximum entry length to \'n\'.' => '', - 'Text, text field and number variables: The default value will be used as-is.' => '', - 'That export does not exist.' => '', - 'The \'tag\' field must only consist of alphanumeric characters or the carachters - _ ( )' => '', - 'The AP transaction #1 has been deleted.' => '', - 'The AR transaction #1 has been deleted.' => '', - 'The GL transaction #1 has been deleted.' => '', - 'The LDAP server "#1:#2" is unreachable. Please check config/lx_office.conf.' => '', - 'The SEPA export has been created.' => '', - 'The access rights have been saved.' => '', - 'The account 3804 already exists, the update will be skipped.' => '', - 'The account 3804 will not be added automatically.' => '', - 'The assembly has been created.' => '', - 'The assistant could not find anything wrong with #1. Maybe the problem has been solved in the meantime.' => '', - 'The authentication configuration file "config/lx_office.conf" does not exist. This Lx-Office installation has probably not been updated correctly yet. Please contact your administrator.' => '', - 'The authentication database is not reachable at the moment. Either it hasn\'t been set up yet or the database server might be down. Please contact your administrator.' => '', - 'The available options depend on the varibale type:' => '', - 'The backup you upload here has to be a file created with "pg_dump -o -Ft".' => '', - 'The bank information must not be empty.' => '', - 'The base unit does not exist or it is about to be deleted in row %d.' => '', - 'The base unit does not exist.' => '', - 'The base unit relations must not contain loops (e.g. by saying that unit A\'s base unit is B, B\'s base unit is C and C\'s base unit is A) in row %d.' => '', - 'The columns "Dunning Duedate", "Total Fees" and "Interest" show data for the previous dunning created for this invoice.' => '', - 'The config file "config/lx_office.conf" contained invalid Perl code:' => '', - 'The config file "config/lx_office.conf" was not found.' => '', - 'The connection to the LDAP server cannot be encrypted (SSL/TLS startup failure). Please check config/lx_office.conf.' => '', - 'The connection to the authentication database failed:' => '', - 'The connection to the database could not be established.' => '', - 'The connection to the template database failed:' => '', - 'The connection was established successfully.' => '', - 'The creation of the authentication database failed:' => '', - 'The custom variable has been deleted.' => '', - 'The custom variable has been saved.' => '', - 'The database #1 has been successfully deleted.' => '', - 'The database for user management and authentication does not exist. You can create let Lx-Office create it with the following parameters:' => '', - 'The database update/creation did not succeed. The file #1 contained the following error:' => '', - 'The database upgrade for the introduction of Buchungsgruppen is now complete.' => '', - 'The database upgrade for the introduction of units is now complete.' => '', - 'The dataset #1 has been successfully created.' => '', - 'The dataset backup has been sent via email to #1.' => '', - 'The dataset has to exist before a restoration can be started.' => '', - 'The dataset name is missing.' => '', - 'The default value depends on the variable type:' => '', - 'The delivery order has not been marked as delivered. The warehouse contents have not changed.' => '', - 'The description is missing.' => '', - 'The description is shown on the form. Chose something short and descriptive.' => '', - 'The directory "%s" could not be created:\n%s' => '', - 'The directory %s does not exist.' => '', - 'The dunning process started' => '', - 'The dunnings have been printed.' => '', - 'The email address is missing.' => '', - 'The factor is missing in row %d.' => '', - 'The factor is missing.' => '', - 'The first reason is that Lx-Office contained a bug which resulted in the wrong taxkeys being recorded for transactions in which two entries are posted for the same chart with different taxkeys.' => '', - 'The follow-up date is missing.' => '', - 'The following Buchungsgruppen have already been created:' => '', - 'The following Datasets need to be updated' => '', - 'The following drafts have been saved and can be loaded.' => '', - 'The following transaction contains wrong taxes:' => '', - 'The following transaction contains wrong taxkeys:' => '', - 'The following units are unknown.' => '', - 'The following units exist already:' => '', - 'The following users have been migrated into the authentication database:' => '', - 'The following warnings occured during an upgrade to the document templates:' => '', - 'The formula needs the following syntax:
For regular article:
Variablename= Variable Unit;
Variablename2= Variable2 Unit2;
...
###
Variable + ( Variable2 / Variable )
Please be beware of the spaces in the formula
' => '', - 'The greetings have been saved.' => '', - 'The group has been added.' => '', - 'The group has been deleted.' => '', - 'The group has been saved.' => '', - 'The group memberships have been saved.' => '', - 'The group name is missing.' => '', - 'The licensing module has been deactivated in lx_office.conf.' => '', - 'The list has been printed.' => '', - 'The login is missing.' => '', - 'The name in row %d has already been used before.' => '', - 'The name is missing in row %d.' => '', - 'The name is missing.' => '', - 'The name must only consist of letters, numbers and underscores and start with a letter.' => '', - 'The old file containing the user information is still present ("#1"). Do you want to migrate these users into the database? If not then you will not be able to log in with any of the users present in the old file.' => '', - 'The option field is empty.' => '', - 'The parts for this delivery order have already been transferred in.' => '', - 'The parts for this delivery order have already been transferred out.' => '', - 'The parts have been removed.' => '', - 'The parts have been stocked.' => '', - 'The parts have been transferred.' => '', - 'The payments have been posted.' => '', - 'The pg_dump process could not be started.' => '', - 'The pg_restore process could not be started.' => '', - 'The preferred one is to install packages provided by your operating system distribution (e.g. Debian or RPM packages).' => '', - 'The program\'s exit code was #1 ("0" usually means that everything went OK).' => '', - 'The project has been added.' => '', - 'The project has been saved.' => '', - 'The restoration process has started. Here\'s the output of the "pg_restore" command:' => '', - 'The restoration process is complete. Please review "pg_restore"\'s output to find out if the restoration was successful.' => '', - 'The second reason is that Lx-Office allowed the user to enter the tax amount manually regardless of the taxkey used.' => '', - 'The second way is to use Perl\'s CPAN module and let it download and install the module for you.' => '', - 'The selected PostgreSQL installation uses UTF-8 as its encoding. Therefore you have to configure Lx-Office to use UTF-8 as well.' => '', - 'The selected bank account does not exist anymore.' => '', - 'The selected bin does not exist.' => '', - 'The selected exports have been closed.' => '', - 'The selected warehouse does not exist.' => '', - 'The selected warehouse is empty.' => '', - 'The session is invalid or has expired.' => '', - 'The source warehouse does not contain any bins.' => '', - 'The subject is missing.' => '', - 'The tables for user management and authentication do not exist. They will be created in the next step in the following database:' => '', - 'The tabulator character' => '', - 'The third way is to download the module from the above mentioned URL and to install the module manually following the installations instructions contained in the source archive.' => '', - 'The transaction is shown below in its current state.' => '', - 'The unit has been saved.' => '', - 'The unit in row %d has been deleted in the meantime.' => '', - 'The unit in row %d has been used in the meantime and cannot be changed anymore.' => '', - 'The units have been saved.' => '', - 'The user has been added to this group.' => '', - 'The user has been removed from this group.' => '', - 'The user is a member in the following group(s):' => '', - 'The user migration process is complete.' => '', - 'The variable name must only consist of letters, numbers and underscores. It must begin with a letter. Example: send_christmas_present' => '', - 'The warehouse could not be deleted because it has already been used.' => '', - 'The warehouse does not contain any bins.' => '', - 'The warehouse or the bin is missing.' => '', - 'The wrong taxkeys for AP and AR transactions have been fixed.' => '', - 'The wrong taxkeys for inventory transactions for sales and purchase invoices have been fixed.' => '', - 'The wrong taxkeys have been fixed.' => '', - 'There are #1 more open invoices for this customer with other currencies.' => '', - 'There are #1 more open invoices from this vendor with other currencies.' => '', - 'There are #1 unfinished follow-ups of which #2 are due.' => '', - 'There are bookings to the account 3803 after 01.01.2007. If you didn\'t change this account manually to 19% the bookings are probably incorrect.' => '', - 'There are four tax zones.' => '', - 'There are no items in stock.' => '', - 'There are no items on your TODO list at the moment.' => '', - 'There are still entries in the database for which no unit has been assigned.' => '', - 'There are usually three ways to install Perl modules.' => '', - 'There is at least one sales or purchase invoice for which Lx-Office recorded an inventory transaction with taxkeys even though no tax was recorded.' => '', - 'There is at least one transaction for which the user has chosen a logically wrong taxkey.' => '', - 'There is not enough available of \'#1\' at warehouse \'#2\', bin \'#3\', #4, #5, for the transfer of #6.' => '', - 'There is not enough available of \'#1\' at warehouse \'#2\', bin \'#3\', #4, for the transfer of #5.' => '', - 'There is not enough left of \'#1\' in bin \'#2\' for the removal of #3.' => '', - 'There is nothing to do in this step.' => '', - 'Therefore there\'s no need to create the same article more than once if it is sold or bought in/from another tax zone.' => '', - 'These units can be based on other units so that Lx-Office can convert prices when the user switches from one unit to another.' => '', - 'These will only be effective if the account is NOT a summary account AND there exists at least one taxkey. Setting the account as a summary account will erase these settings.' => '', - 'These wrong entries cannot be fixed automatically.' => '', - 'This corresponds to Lx-Office\'s behavior prior to version 2.4.4.' => '', - 'This could have happened for two reasons:' => '', - 'This customer number is already in use.' => '', - 'This group will be called "Full Access".' => '', - 'This installation uses an unknown chart of accounts ("#1"). This database upgrade cannot create standard buchungsgruppen automatically.' => '', - 'This is a preliminary check for existing sources. Nothing will be created or deleted at this stage!' => '', - 'This list is capped at 15 items to keep it fast. If you need a full list, please use reports.' => '', - 'This means that the user has created an AP transaction and chosen a taxkey for sales taxes, or that he has created an AR transaction and chosen a taxkey for input taxes.' => '', - 'This module can help you identify and correct such entries by analyzing the general ledger and presenting you likely solutions but also allowing you to fix problems yourself.' => '', - 'This transaction has to be split into several transactions manually.' => '', - 'This update will change the nature the onhand of goods is tracked.' => '', - 'This upgrade script tries to map all existing parts in the database to the newly created Buchungsgruppen.' => '', - 'This upgrade script tries to map all existing units in the database to the newly created units.' => '', - 'This vendor number is already in use.' => '', - 'Time period for the analysis:' => '', - 'Timestamp' => '', - 'Title' => '', - 'To' => '', - 'To (email)' => '', - 'To (time)' => '', - 'To Date' => '', - 'To add a user to a group edit a name, change the login name and save. A new user with the same variables will then be saved under the new login name.' => '', - 'Top' => '', - 'Top (CSS)' => '', - 'Top (CSS) new' => '', - 'Top (Javascript)' => '', - 'Top (XUL; only for Mozilla Firefox)' => '', - 'Top 100' => '', - 'Top 100 hinzufuegen' => '', - 'Top Level' => '', - 'Total' => '', - 'Total Fees' => '', - 'Total stock value' => '', - 'Totals' => '', - 'Trade Discount' => '', - 'Trans Id' => '', - 'Trans Type' => '', - 'Transaction' => '', - 'Transaction %d cancelled.' => '', - 'Transaction Date missing!' => '', - 'Transaction ID missing.' => '', - 'Transaction deleted!' => '', - 'Transaction description' => '', - 'Transaction has already been cancelled!' => '', - 'Transaction has been split on both the credit and the debit side' => '', - 'Transaction posted!' => '', - 'Transactions, AR transactions, AP transactions' => '', - 'Transdate' => '', - 'Transfer' => '', - 'Transfer Quantity' => '', - 'Transfer To Stock' => '', - 'Transfer from warehouse' => '', - 'Transfer in' => '', - 'Transfer out' => '', - 'Transfer qty' => '', - 'Translation (%s)' => '', - 'Trial Balance' => '', - 'Trial balance between %s and %s' => '', - 'Trying to call a sub without a name' => '', - 'Type' => '', - 'Type of Business' => '', - 'Type of Customer' => '', - 'Type of Vendor' => '', - 'USTVA' => '', - 'USTVA 2004' => '', - 'USTVA 2005' => '', - 'USTVA 2006' => '', - 'USTVA 2007' => '', - 'USTVA-Hint: Method' => '', - 'USTVA-Hint: Tax Authoritys' => '', - 'USt-IdNr.' => '', - 'USt-Konto' => '', - 'UStVA' => '', - 'UStVA (PDF-Dokument)' => '', - 'UStVa' => '', - 'UStVa Einstellungen' => '', - 'Unbalanced Ledger' => '', - 'Unchecked custom variables will not appear in orders and invoices.' => '', - 'Unfinished follow-ups' => '', - 'Unit' => '', - 'Unit missing.' => '', - 'Unit of measure' => '', - 'Units marked for deletion will be deleted upon saving.' => '', - 'Units that have already been used (e.g. for parts and services or in invoices or warehouse transactions) cannot be changed.' => '', - 'Unknown Category' => '', - 'Unknown Link' => '', - 'Unknown chart of accounts' => '', - 'Unknown dependency \'%s\'.' => '', - 'Unknown problem type.' => '', - 'Unlock System' => '', - 'Until' => '', - 'Update' => '', - 'Update Dataset' => '', - 'Update Prices' => '', - 'Update SKR04: new tax account 3804 (19%)' => '', - 'Update complete' => '', - 'Update prices' => '', - 'Update?' => '', - 'Updated' => '', - 'Use As Template' => '', - 'Use Templates' => '', - 'User' => '', - 'User Config' => '', - 'User data migration' => '', - 'User deleted!' => '', - 'User migration complete' => '', - 'User name' => '', - 'User saved!' => '', - 'Username' => '', - 'Users in
this group' => '', - 'Users not in this group' => '', - 'Ust-IDNr' => '', - 'Valid from' => '', - 'Valid until' => '', - 'Value' => '', - 'Variable' => '', - 'Vendor' => '', - 'Vendor Invoice' => '', - 'Vendor Invoices' => '', - 'Vendor Name' => '', - 'Vendor Number' => '', - 'Vendor Order Number' => '', - 'Vendor deleted!' => '', - 'Vendor details' => '', - 'Vendor missing!' => '', - 'Vendor not on file or locked!' => '', - 'Vendor not on file!' => '', - 'Vendor saved!' => '', - 'Vendor type' => '', - 'Vendors' => '', - 'Verrechnungseinheit' => '', - 'Version' => '', - 'View License' => '', - 'View SEPA export' => '', - 'View warehouse content' => '', - 'View/edit all employees sales documents' => '', - 'Von Konto: ' => '', - 'WHJournal' => '', - 'Warehouse' => '', - 'Warehouse From' => '', - 'Warehouse Migration' => '', - 'Warehouse To' => '', - 'Warehouse content' => '', - 'Warehouse deleted.' => '', - 'Warehouse management' => '', - 'Warehouse saved.' => '', - 'Warehouses' => '', - 'Warnings during template upgrade' => '', - 'WebDAV link' => '', - 'Weight' => '', - 'Weight unit' => '', - 'What term you are looking for?' => '', - 'What type of item is this?' => '', - 'With Extension Of Time' => '', - 'Workflow Delivery Order' => '', - 'Workflow purchase_order' => '', - 'Workflow request_quotation' => '', - 'Workflow sales_order' => '', - 'Workflow sales_quotation' => '', - 'Wrong Period' => '', - 'Wrong date format!' => '', - 'Wrong tax keys recorded' => '', - 'Wrong taxes recorded' => '', - 'YYYY' => '', - 'Year' => '', - 'Year End' => '', - 'Yearly' => '', - 'Yearly taxreport not yet implemented' => '', - 'Yes' => '', - 'Yes, included by default' => '', - 'Yes/No (Checkbox)' => '', - 'You are logged out!' => '', - 'You can also create new units now.' => '', - 'You can also delete this transaction and re-enter it manually.' => '', - 'You can correct this transaction by chosing the correct taxkeys from the drop down boxes and hitting the button "Fix transaction" afterwards.' => '', - 'You can create a missing dataset by going back and chosing "Create Dataset".' => '', - 'You can create warehouses and bins via the menu "System -> Warehouses".' => '', - 'You can declare different translations for singular and plural for each unit (e.g. "day" and "days).' => '', - 'You can either create a new database or chose an existing database.' => '', - 'You can only delete datasets that are not in use.' => '', - 'You can use the following strings in the long description and all translations. They will be replaced by their actual values by Lx-Office before they\'re output.' => '', - 'You cannot adjust the price for pricegroup "#1" by a negative percentage.' => '', - 'You cannot continue before all required modules are installed.' => '', - 'You cannot continue until all unknown units have been mapped to known ones.' => '', - 'You cannot create an invoice for delivery orders for different customers.' => '', - 'You cannot create an invoice for delivery orders from different vendors.' => '', - 'You did not enter a name!' => '', - 'You do not have the permissions to access this function.' => '', - 'You have entered or selected the following shipping address for this customer:' => '', - 'You have not added bank accounts yet.' => '', - 'You have not selected any delivery order.' => '', - 'You have not selected any export.' => '', - 'You have not selected any item.' => '', - 'You have selected none of the invoices.' => '', - 'You have to chose a dimension unit and a service unit which will then be assigned to those entries.' => '', - 'You have to chose which unit to save for each of them.' => '', - 'You have to create at least one group, grant it access to Lx-Office\'s functions and assign users to it.' => '', - 'You have to create new Buchungsgruppen for all the combinations of inventory, income and expense accounts that have been used already.' => '', - 'You have to enter a company name in your user preferences (see the "Program" menu, "Preferences").' => '', - 'You have to fill in at least an account number, the bank code, the IBAN and the BIC.' => '', - 'You have to specify a department.' => '', - 'You have to specify an execution date for each antry.' => '', - 'You must chose a user.' => '', - 'You should create a backup of the database before proceeding because the backup might not be reversible.' => '', - 'You will now be forwarded to the administration panel.' => '', - 'You\'re not editing a file.' => '', - 'You\'ve already chosen the following limitations:' => '', - 'Your PostgreSQL installationen uses UTF-8 as its encoding. Therefore you have to configure Lx-Office to use UTF-8 as well.' => '', - 'Your TODO list' => '', - 'Your browser does not currently support Javascript.' => '', - 'Your download does not exist anymore. Please re-run the DATEV export assistant.' => '', - 'Zeitpunkt' => '', - 'Zeitraum' => '', - 'Zero amount posting!' => '', - 'Zip, City' => '', - 'Zipcode' => '', - 'Zusatz' => '', - '[email]' => '', - 'account_description' => '', - 'accrual' => '', - 'all entries' => '', - 'ap_aging_list' => '', - 'ar_aging_list' => '', - 'as at' => '', - 'assembly_list' => '', - 'back' => '', - 'bank_transfer_payment_list_#1' => '', - 'bankaccounts' => '', - 'banktransfers' => '', - 'bestbefore #1' => '', - 'bin_list' => '', - 'bis' => '', - 'button' => '', - 'cash' => '', - 'chargenumber #1' => '', - 'chart_of_accounts' => '', - 'choice' => '', - 'choice part' => '', - 'click here to edit cvars' => '', - 'close' => '', - 'closed' => '', - 'config/lx_office.conf: Key "DB_config" is missing.' => '', - 'config/lx_office.conf: Key "LDAP_config" is missing.' => '', - 'config/lx_office.conf: Missing parameters in "DB_config". Required parameters are "host", "db" and "user".' => '', - 'config/lx_office.conf: Missing parameters in "LDAP_config". Required parameters are "host", "attribute" and "base_dn".' => '', - 'continue' => '', - 'correction' => '', - 'cp_greeting to cp_gender migration' => '', - 'customer' => '', - 'customer_list' => '', - 'debug' => '', - 'delete' => '', - 'deliverydate' => '', - 'direct debit' => '', - 'disposed' => '', - 'done' => '', - 'down' => '', - 'dunning_list' => '', - 'eMail Send?' => '', - 'eMail?' => '', - 'ea' => '', - 'emailed to' => '', - 'executed' => '', - 'female' => '', - 'follow_up_list' => '', - 'for' => '', - 'for Period' => '', - 'found' => '', - 'from (time)' => '', - 'general_ledger_list' => '', - 'history' => '', - 'history search engine' => '', - 'invoice' => '', - 'invoice_list' => '', - 'lead deleted!' => '', - 'lead saved!' => '', - 'list' => '', - 'list_of_payments' => '', - 'list_of_receipts' => '', - 'list_of_transactions' => '', - 'logout' => '', - 'male' => '', - 'mark as paid' => '', - 'missing' => '', - 'month' => '', - 'new Window' => '', - 'no' => '', - 'no bestbefore' => '', - 'no chargenumber' => '', - 'none (pricegroup)' => '', - 'not executed' => '', - 'not transferred in yet' => '', - 'not transferred out yet' => '', - 'not yet executed' => '', - 'number' => '', - 'oe.pl::search called with unknown type' => '', - 'open' => '', - 'order' => '', - 'our vendor number at customer' => '', - 'packing_list' => '', - 'part_list' => '', - 'pick_list' => '', - 'plural first char' => '', - 'pos_bilanz' => '', - 'pos_bwa' => '', - 'pos_eur' => '', - 'pos_ustva' => '', - 'posted!' => '', - 'print' => '', - 'proforma' => '', - 'project_list' => '', - 'purchase_delivery_order_list' => '', - 'purchase_order' => '', - 'purchase_order_list' => '', - 'quarter' => '', - 'quotation_list' => '', - 'release_material' => '', - 'report_generator_dispatch_to is not defined.' => '', - 'report_generator_nextsub is not defined.' => '', - 'request_quotation' => '', - 'reset' => '', - 'return_material' => '', - 'rfq_list' => '', - 'sales tax identification number' => '', - 'sales_delivery_order_list' => '', - 'sales_order' => '', - 'sales_order_list' => '', - 'sales_quotation' => '', - 'saved' => '', - 'saved!' => '', - 'sent' => '', - 'sent to printer' => '', - 'service_list' => '', - 'shipped' => '', - 'singular first char' => '', - 'soldtotal' => '', - 'stock' => '', - 'submit' => '', - 'tax_chartaccno' => '', - 'tax_percent' => '', - 'tax_rate' => '', - 'tax_taxdescription' => '', - 'tax_taxkey' => '', - 'taxnumber' => '', - 'to (date)' => '', - 'to (time)' => '', - 'transfer' => '', - 'transferred in' => '', - 'transferred out' => '', - 'trial_balance' => '', - 'up' => '', - 'use program settings' => '', - 'used' => '', - 'valid from' => '', - 'vendor' => '', - 'vendor_invoice_list' => '', - 'vendor_list' => '', - 'warehouse_journal_list' => '', - 'warehouse_report_list' => '', - 'wrongformat' => '', - 'yes' => '', -}; - -1; diff --git a/scripts/console b/scripts/console index 0d5e20a25..e183ac83a 100755 --- a/scripts/console +++ b/scripts/console @@ -188,8 +188,8 @@ of the classes they were created with. Configuration of this script is located in: - config/lx_office.conf - config/lx_office.conf.default + config/kivitendo.conf + config/kivitendo.conf.default See there for interesting options. diff --git a/sql/Pg-upgrade2/umstellung_eur.pl b/sql/Pg-upgrade2/umstellung_eur.pl index 5a400c926..ce461f81f 100644 --- a/sql/Pg-upgrade2/umstellung_eur.pl +++ b/sql/Pg-upgrade2/umstellung_eur.pl @@ -3,7 +3,7 @@ # @depends: release_2_6_3 # @charset: utf-8 -# this script relies on $eur still being set in lx_office.conf, and the +# this script relies on $eur still being set in kivitendo.conf, and the # variable available in $::lx_office_conf{system}->{eur} use utf8; diff --git a/templates/webpages/admin/check_auth_tables.html b/templates/webpages/admin/check_auth_tables.html index f8e5ffe19..027d492c5 100644 --- a/templates/webpages/admin/check_auth_tables.html +++ b/templates/webpages/admin/check_auth_tables.html @@ -27,7 +27,7 @@

- [% 'If you want to change any of these parameters then press the "Back" button, edit the file "config/lx_office.conf" and login into the admin module again.' | $T8 %] + [% 'If you want to change any of these parameters then press the "Back" button, edit the file "config/kivitendo.conf" and login into the admin module again.' | $T8 %]

diff --git a/templates/webpages/admin/create_dataset.html b/templates/webpages/admin/create_dataset.html index 3a106f585..191bbec94 100644 --- a/templates/webpages/admin/create_dataset.html +++ b/templates/webpages/admin/create_dataset.html @@ -72,7 +72,7 @@ - [% '*) Since version 2.7 these parameters ares set in the client database and not in the lx-erp.conf / lx_office.conf file, details in chapter:' | $T8 %] Kapitel Konfiguration zur Einnahmenüberschussrechnung/ Bilanzierung: EUR + [% '*) Since version 2.7 these parameters ares set in the client database and not in the configuration file, details in chapter:' | $T8 %] Kapitel Konfiguration zur Einnahmenüberschussrechnung/ Bilanzierung: EUR diff --git a/templates/webpages/gl/form_footer.html b/templates/webpages/gl/form_footer.html index 72b78939b..ede815bc7 100644 --- a/templates/webpages/gl/form_footer.html +++ b/templates/webpages/gl/form_footer.html @@ -21,18 +21,18 @@
[%- IF id %] + [% L.submit_tag('action', LxERP.t8('Update'), id='update_button') %] - [%- IF !storno %] - [% L.submit_tag('action', LxERP.t8('Storno')) %] - [%- END %] + [% IF !locked && radieren %] + [% L.submit_tag('action', LxERP.t8('Post'), accesskey='b') %] + [% L.submit_tag('action', LxERP.t8('Delete')) %] + [%- END %] - [% IF !locked && radieren %] - [% L.submit_tag('action', LxERP.t8('Post'), accesskey='b') %] - [% L.submit_tag('action', LxERP.t8('Delete')) %] - [%- END %] - [% L.submit_tag('action', LxERP.t8('Update'), id='update_button') %] - [% L.submit_tag('action', LxERP.t8('Follow-Up'), onclick='follow_up_window()') %] + [%- IF !storno %] + [% L.submit_tag('action', LxERP.t8('Storno')) %] + [%- END %] + [% L.submit_tag('action', LxERP.t8('Follow-Up'), onclick='follow_up_window()') %] [%- ELSE %] [%- IF draft_id %] diff --git a/templates/webpages/login_screen/old_configuration_files.html b/templates/webpages/login_screen/old_configuration_files.html index 36ef4d40f..cf4ad540a 100644 --- a/templates/webpages/login_screen/old_configuration_files.html +++ b/templates/webpages/login_screen/old_configuration_files.html @@ -3,7 +3,7 @@

[%- LxERP.t8('Starting with version 2.6.3 the configuration files in "config" have been consolidated.') %] - [%- LxERP.t8('The following old files whose settings have to be merged manually into the new configuration file "config/lx_office.conf" still exist:') %] + [%- LxERP.t8('The following old files whose settings have to be merged manually into the new configuration file "config/kivitendo.conf" still exist:') %]