Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Mar 2012 17:17:34 +0100 (CET)
From:      Harald Schmalzbauer <freebsd@omnilan.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/165586: New port german/lx-office-erp, sql-ledger fork with extensions
Message-ID:  <201203011617.q21GHYnN047225@jadam9s64.cale.wdn.omnilan.net>
Resent-Message-ID: <201203011620.q21GKC4H003030@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         165586
>Category:       ports
>Synopsis:       New port german/lx-office-erp, sql-ledger fork with extensions
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 01 16:20:11 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Harald Schmalzbauer
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
OmniLAN
>Environment:
System: FreeBSD jadam9s64.cale.wdn.omnilan.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Thu Feb 23 17:02:32 CET 2012 admin@jadam9s64.cale.wdn.omnilan.net:/usr/obj/usr/src/sys/ILZ-S30 amd64


	
>Description:
	New port for comperhensive web-based ERP system
>How-To-Repeat:
	
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	lx-office-erp
#	lx-office-erp/pkg-descr
#	lx-office-erp/files
#	lx-office-erp/files/lighttpd_conf.d_fastcgi.conf
#	lx-office-erp/files/apache22_Includes_lxoffice.conf
#	lx-office-erp/files/config_lx_office.conf.default-bin-config-path.patch
#	lx-office-erp/files/lighttpd_lighttpd.conf
#	lx-office-erp/files/SL_Template_LaTeX_bin-config-path.patch
#	lx-office-erp/files/pkg-message.in
#	lx-office-erp/pkg-plist
#	lx-office-erp/Makefile
#	lx-office-erp/distinfo
#
echo c - lx-office-erp
mkdir -p lx-office-erp > /dev/null 2>&1
echo x - lx-office-erp/pkg-descr
sed 's/^X//' >lx-office-erp/pkg-descr << '3647e02b940aeff7cf1f2d86ae7839d9'
XLX-Office-ERP is a fork of SQL-Ledger, a double entry accounting system,
Xwritten in perl.
XAll data is stored in a PostgreSQL Server, for the display
Xany text or GUI browser can be used.
XLX-Office is developed to fit german business needs and has a lot of
Xadditional features for billing-, accounting- (with DATEV export),
Xstock- and order- management.
X
XWWW: http://www.lx-office.org/
3647e02b940aeff7cf1f2d86ae7839d9
echo c - lx-office-erp/files
mkdir -p lx-office-erp/files > /dev/null 2>&1
echo x - lx-office-erp/files/lighttpd_conf.d_fastcgi.conf
sed 's/^X//' >lx-office-erp/files/lighttpd_conf.d_fastcgi.conf << 'f7d7f3e6203cc42643cac8bd95f948f8'
Xserver.modules += ( "mod_fastcgi" )
X
X$HTTP["url"] =~ "^/lx-erp" {
X  fastcgi.server = ( ".fpl" =>
X                     (
X                       (
X                         "socket" => socket_dir + "/lxoffice-fastcgi-1.socket",
X                         "bin-path" => "/usr/local/www/lx-erp/dispatcher.fpl",
X                         "max-procs" => 1,
X                       )
X                     )
X                   )
X}
f7d7f3e6203cc42643cac8bd95f948f8
echo x - lx-office-erp/files/apache22_Includes_lxoffice.conf
sed 's/^X//' >lx-office-erp/files/apache22_Includes_lxoffice.conf << '28aa187136e0f078e7fe98f60aae29d9'
X<Directory "/usr/local/www/lxoffice-erp-2.6.3">
X   Options ExecCGI Includes FollowSymlinks
X   Order Deny,Allow
X   Allow from All
X</Directory>
X<Directory "/usr/local/www/lxoffice-erp-2.6.3/users">
X   Order Deny,Allow
X   Deny from All
X</Directory>
X
X<IfModule !fcgid_module>
X  <IfModule perl_module>
X     PerlModule ModPerl::Registry
X     AddHandler perl-script .pl
X     PerlHandler ModPerl::Registry
X     PerlSendHeader On
X     PerlOptions +ParseHeaders
X     PerlSwitches -I/usr/local/www/lxoffice-erp-2.6.3
X  </IfModule>
X  <IfModule !perl_module>
X     AddHandler cgi-script .pl
X  </IfModule>
X</IfModule>
X<IfModule fcgid_module>
X   AddHandler fcgid-script .fpl
X   AliasMatch ^/[^/]+\.pl /usr/local/www/lx-office-erp-2.6.3/dispatcher.fpl
X   Alias       /          /usr/local/www/lx-office-erp-2.6.3/
X   FcgidMaxRequestLen 10485760
X</IfModule>
28aa187136e0f078e7fe98f60aae29d9
echo x - lx-office-erp/files/config_lx_office.conf.default-bin-config-path.patch
sed 's/^X//' >lx-office-erp/files/config_lx_office.conf.default-bin-config-path.patch << '889b7cd1b9db0a25ee330c57234b5e3e'
X--- config/lx_office.conf.default	2012-02-27 18:16:36.000000000 +0100
X+++ config/lx_office.conf.default	2012-03-01 14:12:34.000000000 +0100
X@@ -108,8 +108,12 @@
X html2ps = html2ps
X # Location of the Ghostscript binary
X ghostscript = gs
X+# Location of the latex (or compatible, e.g. xetex) binary
X+latex = latex
X # Location of the pdflatex (or compatible, e.g. xetex) binary
X-latex = pdflatex
X+pdflatex = pdflatex
X+# Location of the dvips (or compatible) binary
X+dvips = dvips
X # Location of the two executables "pg_dump" and "pg_restore" used for
X # database backup and restoration from the admin section.  If
X # "pg_dump" or "pg_restore" is set to "DISABLED" then the
889b7cd1b9db0a25ee330c57234b5e3e
echo x - lx-office-erp/files/lighttpd_lighttpd.conf
sed 's/^X//' >lx-office-erp/files/lighttpd_lighttpd.conf << '86dc6e1fab0182ff1ee9c3b44af26fc4'
X#Make sure you have mod_setenv enabled in modules.conf, or include it here
X#server.modules += ( "mod_setenv" )
X
Xalias.url = ( "/lx-erp" => "/usr/local/www/lxoffice-erp-2.6.3" )
X$HTTP["url"] =~ "^/lx-erp" {
X  setenv.add-environment = ( "PATH" => "/usr/local/bin" )
X  fastcgi.map-extensions = ( ".pl" => ".fpl" )
X  $HTTP["url"] =~ "^/lx-erp/(config|scripts|t|templates|SL|locale|bin/mozilla|modules/override/CGI)/" { url.access-deny = ("") }
X}
86dc6e1fab0182ff1ee9c3b44af26fc4
echo x - lx-office-erp/files/SL_Template_LaTeX_bin-config-path.patch
sed 's/^X//' >lx-office-erp/files/SL_Template_LaTeX_bin-config-path.patch << '2a4175d9255954d9ac0e55b899b20598'
X--- SL/Template/LaTeX.pm	2011-06-15 11:49:01.000000000 +0200
X+++ SL/Template/LaTeX.pm	2012-03-01 12:45:17.000000000 +0100
X@@ -396,7 +396,8 @@
X 
X   $form->{tmpfile} =~ s/tex$/dvi/;
X 
X-  system("dvips $form->{tmpfile} -o -q > /dev/null");
X+  my $dvips = $self->_get_dvips_path();
X+  system("${dvips} $form->{tmpfile} -o -q > /dev/null");
X   $ENV{HOME} = $old_home;
X 
X   if ($?) {
X@@ -425,12 +426,12 @@
X 
X   $form->{tmpfile} =~ s/\Q$userspath\E\///g;
X 
X-  my $latex = $self->_get_latex_path();
X+  my $pdflatex = $self->_get_pdflatex_path();
X   my $old_home = $ENV{HOME};
X   $ENV{HOME}   = $userspath =~ m|^/| ? $userspath : getcwd() . "/" . $userspath;
X 
X   for (my $run = 1; $run <= 2; $run++) {
X-    system("${latex} --interaction=nonstopmode $form->{tmpfile} " .
X+    system("${pdflatex} --interaction=nonstopmode $form->{tmpfile} " .
X            "> $form->{tmpfile}.err");
X     if ($?) {
X       $ENV{HOME} = $old_home;
X@@ -447,7 +448,15 @@
X }
X 
X sub _get_latex_path {
X-  return $::lx_office_conf{applications}->{latex} || 'pdflatex';
X+  return $::lx_office_conf{applications}->{latex} || 'latex';
X+}
X+
X+sub _get_pdflatex_path {
X+  return $::lx_office_conf{applications}->{pdflatex} || 'pdflatex';
X+}
X+
X+sub _get_dvips_path {
X+  return $::lx_office_conf{applications}->{dvips} || 'dvips';
X }
X 
X sub get_mime_type() {
2a4175d9255954d9ac0e55b899b20598
echo x - lx-office-erp/files/pkg-message.in
sed 's/^X//' >lx-office-erp/files/pkg-message.in << 'cc77bd5bf536f94bfb7fc06649a4515e'
X==================================================================
X
Xlx-office-erp has now been installed.
X
XWARNING: This software requires a significant amount of further
X	configuration. You have to deal with (La)TeX templates,
X	and read a lot about database setup and administration
X	inside lx-office-erp!
X	In the opinion of the port maintainer, this software
X	hasn't reached production quality! It can greatly help
X	managing your business (Fakturierung, Buchhaltung,
X	Lagerverwaltung) but don't expect anything to work out
X	of the box, and be prepared to work arround incomplete
X	and/or erroneous functions.
X
XTo make starting a bit easier, you can find example configurations
Xin your %%EXAMPLESDIR%%
Xfor apache and lighttpd, both with legacy cgi and also with
XFast-CGI support.
X
XYou can find an installation description in %%DOCSDIR%%
Xand also in %%WWWDIR%%/%%DISTNAME%%/doc
X
XMost documentation is available in german only, since this product
Xis strongly customized to german business.
X
Xhttp://wiki.lx-office.org/index.php?title=Hauptseite
X
X==================================================================
cc77bd5bf536f94bfb7fc06649a4515e
echo x - lx-office-erp/pkg-plist
sed 's/^X//' >lx-office-erp/pkg-plist << '2f13e8d37a16e13bf1716ce8327fa018'
Xwww/lxoffice-erp-2.6.3/generictranslations.pl
Xwww/lxoffice-erp-2.6.3/lxo-import/parts.bsp
Xwww/lxoffice-erp-2.6.3/lxo-import/ups.html
Xwww/lxoffice-erp-2.6.3/lxo-import/import_lib.php
Xwww/lxoffice-erp-2.6.3/lxo-import/db.php
Xwww/lxoffice-erp-2.6.3/lxo-import/partshead.csv
Xwww/lxoffice-erp-2.6.3/lxo-import/customer_shipto.bsp
Xwww/lxoffice-erp-2.6.3/lxo-import/parts_import.php
Xwww/lxoffice-erp-2.6.3/lxo-import/customer.bsp
Xwww/lxoffice-erp-2.6.3/lxo-import/blz.php
Xwww/lxoffice-erp-2.6.3/lxo-import/customer_contact.bsp
Xwww/lxoffice-erp-2.6.3/lxo-import/partsB.php
Xwww/lxoffice-erp-2.6.3/lxo-import/contactB.php
Xwww/lxoffice-erp-2.6.3/lxo-import/shiptoB.php
Xwww/lxoffice-erp-2.6.3/lxo-import/addressB.php
Xwww/lxoffice-erp-2.6.3/fu.pl
Xwww/lxoffice-erp-2.6.3/ir.pl
Xwww/lxoffice-erp-2.6.3/menujs.pl
Xwww/lxoffice-erp-2.6.3/ustva.pl
Xwww/lxoffice-erp-2.6.3/sepa.pl
Xwww/lxoffice-erp-2.6.3/image/transparent16x16.gif
Xwww/lxoffice-erp-2.6.3/image/lx-office-erp.png
Xwww/lxoffice-erp-2.6.3/image/indentbg2.gif
Xwww/lxoffice-erp-2.6.3/image/fade2.png
Xwww/lxoffice-erp-2.6.3/image/bg_titel.gif
Xwww/lxoffice-erp-2.6.3/image/right.gif
Xwww/lxoffice-erp-2.6.3/image/updown.png
Xwww/lxoffice-erp-2.6.3/image/up.png
Xwww/lxoffice-erp-2.6.3/image/shadeactive.gif
Xwww/lxoffice-erp-2.6.3/image/px_3.gif
Xwww/lxoffice-erp-2.6.3/image/unterpunkt.png
Xwww/lxoffice-erp-2.6.3/image/calendar.png
Xwww/lxoffice-erp-2.6.3/image/tux.gif
Xwww/lxoffice-erp-2.6.3/image/weblogo.gif
Xwww/lxoffice-erp-2.6.3/image/expand3.gif
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/Master Data--Reports--Customers.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/CRM--Admin--Mitteilungen.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/AR--Reports--Dunnings.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/Master Data--Add Part.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/CRM--Admin--Benutzer.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/AR--Add Sales Invoice.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/Master Data--Add Assembly.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/Master Data--Add Vendor.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/CRM--Notizen.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/General Ledger.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/CRM--Termine.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/AR--Add Quotation.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/Batch Printing--Packing Lists.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/CRM--Schnellsuche.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/Batch Printing--Sales Orders.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/CRM--Personen.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/Warehouse.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/AR--Add Dunning.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/Reports--Chart of Accounts.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/CRM--Lieferant.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/AR.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/Master Data--Add Service.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/General Ledger--Reports.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/rightarrow_24.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/Reports--Income Statement.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/Reports.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/CRM.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/Thumbs.db
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/CRM--Kunden.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/Productivity.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/Master Data--Reports--Assemblies.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/Master Data--Reports--Services.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/Batch Printing--Receipts.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/General Ledger--DATEV - Export Assistent.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/CRM--Admin--Etiketten.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/Cash--Reports--Receipts.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/Master Data--Reports--Projects.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/CRM--eMail.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/Program.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/Program--Version.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/CRM--Auftragschance.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/AR--Reports--Sales Orders.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/AP--Reports--Purchase Orders.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/AP--Add Purchase Order.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/Master Data--Reports--Projecttransactions.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/Cash--Receipt.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/Program--Preferences.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/CRM--Admin--Gruppen.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/Batch Printing--RFQs.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/System.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/AP--Add RFQ.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/Cash--Payment.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/Program--Logout.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/Batch Printing--Quotations.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/Master Data--Reports--Vendors.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/CRM--Admin.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/AR--Reports.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/General Ledger--Add AR Transaction.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/Master Data--Add Customer.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/Batch Printing--Sales Invoices.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/General Ledger--Add Transaction.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/CRM--Service.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/Master Data.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/AP--Reports.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/Master Data--Reports.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/leftarrow_24.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/Master Data--Reports--Parts.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/CRM--Hilfe.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/AP--Reports--RFQs.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/Batch Printing--Purchase Orders.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/Batch Printing.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/General Ledger--Reports--AR Aging.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/Master Data--Add Project.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/Cash--Reconciliation.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/Cash--Reports--Payments.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/General Ledger--Reports--AP Aging.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/AR--Add Sales Order.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/CRM--Wissens-DB.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/CRM--Admin--Status.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/CRM--Wiedervorlage.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/Neues Fenster.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/Master Data--Add License.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/Reports--UStVa.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/Cash.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/Cash--Reports.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/CRM--Admin--Dokumentvorlage.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/Master Data--Reports--Licenses.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/Reports--Balance Sheet.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/General Ledger--Add AP Transaction.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/AR--Reports--Quotations.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/General Ledger--Reports--Journal.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/AR--Reports--Invoices.png
Xwww/lxoffice-erp-2.6.3/image/icons/24x24/AP.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/CRM--Admin.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/Master Data--Reports--Vendors.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/AP--Add Purchase Order.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/Program--Version.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/AP--Reports--RFQs.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/Cash--Receipt.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/Master Data--Add Customer.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/Program.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/AR--Add Dunning.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/AR--Reports--Sales Orders.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/Master Data--Reports--Assemblies.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/Cash--Payment.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/CRM--eMail.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/Master Data--Reports--Customers.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/AP--Reports--Purchase Orders.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/Master Data--Add Project.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/CRM--Admin--Benutzer.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/AR--Reports--Invoices.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/CRM--Service.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/Batch Printing.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/Master Data--Add License.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/Master Data--Reports--Parts.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/Cash--Reports--Payments.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/Cash.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/Neues Fenster.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/AP.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/General Ledger--DATEV - Export Assistent.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/Batch Printing--Quotations.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/AR--Reports--Quotations.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/CRM--Hilfe.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/Cash--Reports.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/Reports--UStVa.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/Master Data--Reports--Services.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/Master Data--Reports--Projects.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/Reports--Balance Sheet.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/CRM--Admin--Dokumentvorlage.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/CRM--Kunden.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/AR--Reports.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/Program--Logout.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/Reports--Chart of Accounts.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/AP--Add RFQ.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/Master Data--Add Vendor.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/Batch Printing--Sales Orders.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/CRM--Admin--Gruppen.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/CRM--Admin--Mitteilungen.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/General Ledger--Add AR Transaction.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/Cash--Reconciliation.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/AP--Reports.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/CRM--Auftragschance.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/Master Data--Reports--Projecttransactions.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/Master Data.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/General Ledger--Add Transaction.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/General Ledger.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/CRM--Wiedervorlage.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/CRM--Admin--Status.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/General Ledger--Reports--Journal.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/System.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/Batch Printing--Packing Lists.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/AR--Reports--Dunnings.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/Master Data--Add Part.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/Batch Printing--Sales Invoices.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/Master Data--Add Assembly.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/CRM--Personen.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/AR--Add Sales Invoice.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/Master Data--Add Service.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/CRM.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/AR--Add Sales Order.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/AR--Add Quotation.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/CRM--Lieferant.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/Reports.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/Program--Preferences.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/Batch Printing--RFQs.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/General Ledger--Add AP Transaction.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/General Ledger--Reports.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/Warehouse--Produce Assembly.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/CRM--Admin--Etiketten.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/CRM--Termine.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/Batch Printing--Receipts.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/AR.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/Reports--Income Statement.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/Master Data--Reports--Licenses.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/CRM--Notizen.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/Batch Printing--Purchase Orders.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/Cash--Reports--Receipts.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/Thumbs.db
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/General Ledger--Reports--AP Aging.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/CRM--Schnellsuche.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/General Ledger--Reports--AR Aging.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/Master Data--Reports.png
Xwww/lxoffice-erp-2.6.3/image/icons/32x32/CRM--Wissens-DB.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/AP--Reports--RFQs.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/AP--Reports.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/System.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/Master Data.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/Batch Printing--Quotations.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/AR--Reports--Sales Orders.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/MDI-Text-Editor-16x16.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/AR--Reports--Delivery Orders.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/CRM--Wissens-DB.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/AR--Add Credit Note.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/Master Data--Add Part.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/AR--Add Sales Invoice.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/Master Data--Reports--Customers.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/CRM--Personen.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/AR--Reports.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/CRM.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/General Ledger--Add AP Transaction.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/Reports.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/AR--Reports--Dunnings.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/AP--Add RFQ.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/Master Data--Add Vendor.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/CRM--Admin--Mitteilungen.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/Batch Printing--Sales Invoices.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/AR--Add Sales Order.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/Master Data--Add Customer.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/AR.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/General Ledger.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/General Ledger--Add AR Transaction.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/Master Data--Reports--Projecttransactions.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/Cash--Reports--Receipts.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/Batch Printing--Receipts.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/Master Data--Reports--Assemblies.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/Master Data--Reports--Vendors.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/CRM--Admin--Dokumentvorlage.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/AP--Reports--Purchase Orders.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/CRM--Lieferant.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/Master Data--Add Service.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/CRM--Admin--Benutzer.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/Program--Version.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/CRM--Admin--Gruppen.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/Program--Logout.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/CRM--Termine.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/Master Data--Reports--Licenses.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/CRM--Admin--Etiketten.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/CRM--Notizen.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/Master Data--Reports--Parts.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/AR--Add Delivery Order.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/CRM--Auftragschance.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/General Ledger--Reports.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/Cash--Payment.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/CRM--Wiedervorlage.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/CRM--Admin--Status.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/Thumbs.db
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/AP.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/Master Data--Add Assembly.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/CRM--Hilfe.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/Master Data--Update Prices.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/General Ledger--Add Transaction.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/Cash--Reconciliation.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/Cash--Receipt.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/AP--Add Purchase Order.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/AR--Reports--Quotations.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/General Ledger--Reports--Journal.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/Reports--UStVa.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/Cash--Reports.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/Program.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/General Ledger--Reports--AR Aging.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/Reports--Income Statement.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/CRM--eMail.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/Batch Printing--Purchase Orders.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/General Ledger--DATEV - Export Assistent.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/CRM--Service.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/Batch Printing--Sales Orders.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/Reports--Balance Sheet.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/AR--Add Quotation.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/Master Data--Reports.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/General Ledger--Reports--AP Aging.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/Batch Printing--Packing Lists.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/AR--Reports--Invoices.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/Master Data--Reports--Projects.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/CRM--Kunden.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/Batch Printing.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/Master Data--Add Project.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/Cash.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/AR--Add Dunning.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/CRM--Schnellsuche.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/Reports--Chart of Accounts.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/Program--Preferences.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/Warehouse.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/CRM--Admin.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/Warehouse--Produce Assembly.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/Batch Printing--RFQs.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/Master Data--Reports--Services.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/Master Data--Add License.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/Neues Fenster.png
Xwww/lxoffice-erp-2.6.3/image/icons/16x16/Cash--Reports--Payments.png
Xwww/lxoffice-erp-2.6.3/image/bg_css_menu.png
Xwww/lxoffice-erp-2.6.3/image/down.png
Xwww/lxoffice-erp-2.6.3/image/dhtmlsuite/menu_strip_down_arrow.gif
Xwww/lxoffice-erp-2.6.3/image/dhtmlsuite/menu-bar-right-arrow.png
Xwww/lxoffice-erp-2.6.3/image/dhtmlsuite/menu_strip_separator.gif
Xwww/lxoffice-erp-2.6.3/image/dhtmlsuite/menu-bar-gradient.jpg
Xwww/lxoffice-erp-2.6.3/image/dhtmlsuite/menu_strip_bg.jpg
Xwww/lxoffice-erp-2.6.3/image/dhtmlsuite/menu-bar-right-arrow.gif
Xwww/lxoffice-erp-2.6.3/image/dhtmlsuite/menu_strip_down_arrow.png
Xwww/lxoffice-erp-2.6.3/image/indentbg.gif
Xwww/lxoffice-erp-2.6.3/image/shade.gif
Xwww/lxoffice-erp-2.6.3/image/ok.png
Xwww/lxoffice-erp-2.6.3/image/fade.png
Xwww/lxoffice-erp-2.6.3/dispatcher.fcgi
Xwww/lxoffice-erp-2.6.3/common.pl
Xwww/lxoffice-erp-2.6.3/DEBIAN/README
Xwww/lxoffice-erp-2.6.3/DEBIAN/DEBIAN/config
Xwww/lxoffice-erp-2.6.3/DEBIAN/DEBIAN/templates
Xwww/lxoffice-erp-2.6.3/DEBIAN/DEBIAN/clean.sh
Xwww/lxoffice-erp-2.6.3/DEBIAN/DEBIAN/postrm
Xwww/lxoffice-erp-2.6.3/DEBIAN/DEBIAN/debian-binary
Xwww/lxoffice-erp-2.6.3/DEBIAN/DEBIAN/postinst
Xwww/lxoffice-erp-2.6.3/DEBIAN/DEBIAN/conffiles
Xwww/lxoffice-erp-2.6.3/DEBIAN/DEBIAN/control
Xwww/lxoffice-erp-2.6.3/DEBIAN/DEBIAN/md5sum
Xwww/lxoffice-erp-2.6.3/DEBIAN/DEBIAN/preinst
Xwww/lxoffice-erp-2.6.3/DEBIAN/DEBIAN/control.older
Xwww/lxoffice-erp-2.6.3/DEBIAN/struktur.tgz
Xwww/lxoffice-erp-2.6.3/DEBIAN/mk_erp_deb.sh
Xwww/lxoffice-erp-2.6.3/is.pl
Xwww/lxoffice-erp-2.6.3/amtemplates.pl
Xwww/lxoffice-erp-2.6.3/do.pl
Xwww/lxoffice-erp-2.6.3/oscom/osCom.png
Xwww/lxoffice-erp-2.6.3/oscom/pixel_trans.gif
Xwww/lxoffice-erp-2.6.3/oscom/tmp/.dummy
Xwww/lxoffice-erp-2.6.3/oscom/handbuch.pdf
Xwww/lxoffice-erp-2.6.3/oscom/c2s.gif
Xwww/lxoffice-erp-2.6.3/oscom/readme.first
Xwww/lxoffice-erp-2.6.3/oscom/s2e.gif
Xwww/lxoffice-erp-2.6.3/oscom/shopimport_csv.php
Xwww/lxoffice-erp-2.6.3/oscom/artistic_license
Xwww/lxoffice-erp-2.6.3/oscom/e2c.gif
Xwww/lxoffice-erp-2.6.3/oscom/oscom.sql
Xwww/lxoffice-erp-2.6.3/oscom/confedit.php
Xwww/lxoffice-erp-2.6.3/oscom/trans.php
Xwww/lxoffice-erp-2.6.3/oscom/menu.ini
Xwww/lxoffice-erp-2.6.3/oscom/diff.php
Xwww/lxoffice-erp-2.6.3/oscom/erpexport.php
Xwww/lxoffice-erp-2.6.3/oscom/handbuch.odt
Xwww/lxoffice-erp-2.6.3/oscom/shoplib.php
Xwww/lxoffice-erp-2.6.3/oscom/conf.php
Xwww/lxoffice-erp-2.6.3/oscom/e2s.gif
Xwww/lxoffice-erp-2.6.3/oscom/shopimport_db.php
Xwww/lxoffice-erp-2.6.3/oscom/confhli.php
Xwww/lxoffice-erp-2.6.3/oscom/oscomexport.php
Xwww/lxoffice-erp-2.6.3/rp.pl
Xwww/lxoffice-erp-2.6.3/config/.htaccess
Xwww/lxoffice-erp-2.6.3/config/.gitignore
Xwww/lxoffice-erp-2.6.3/config/lx_office.conf.default
Xwww/lxoffice-erp-2.6.3/config/lx_office.conf.default.orig
Xwww/lxoffice-erp-2.6.3/spool/.dummy
Xwww/lxoffice-erp-2.6.3/wh.pl
Xwww/lxoffice-erp-2.6.3/dn.pl
Xwww/lxoffice-erp-2.6.3/vk.pl
Xwww/lxoffice-erp-2.6.3/users/ustva-2004-1.pdf
Xwww/lxoffice-erp-2.6.3/users/.openoffice.org2/user/basic/dialog.xlc
Xwww/lxoffice-erp-2.6.3/users/.openoffice.org2/user/basic/Standard/dialog.xlb
Xwww/lxoffice-erp-2.6.3/users/.openoffice.org2/user/basic/Standard/script.xlb
Xwww/lxoffice-erp-2.6.3/users/.openoffice.org2/user/basic/Standard/Module1.xba
Xwww/lxoffice-erp-2.6.3/users/.openoffice.org2/user/basic/script.xlc
Xwww/lxoffice-erp-2.6.3/users/.openoffice.org2/user/config/hatching_de.soh
Xwww/lxoffice-erp-2.6.3/users/.openoffice.org2/user/config/arrowhd_en-US.soe
Xwww/lxoffice-erp-2.6.3/users/.openoffice.org2/user/config/cmyk.soc
Xwww/lxoffice-erp-2.6.3/users/.openoffice.org2/user/config/palette_de.soc
Xwww/lxoffice-erp-2.6.3/users/.openoffice.org2/user/config/gallery.soc
Xwww/lxoffice-erp-2.6.3/users/.openoffice.org2/user/config/web.soc
Xwww/lxoffice-erp-2.6.3/users/.openoffice.org2/user/config/html.soc
Xwww/lxoffice-erp-2.6.3/users/.openoffice.org2/user/config/styles_en-US.sod
Xwww/lxoffice-erp-2.6.3/users/.openoffice.org2/user/config/styles_de.sod
Xwww/lxoffice-erp-2.6.3/users/.openoffice.org2/user/config/soffice.cfg/modules/swriter/accelerator/en-US/current.xml
Xwww/lxoffice-erp-2.6.3/users/.openoffice.org2/user/config/soffice.cfg/global/accelerator/en-US/current.xml
Xwww/lxoffice-erp-2.6.3/users/.openoffice.org2/user/config/modern_de.sog
Xwww/lxoffice-erp-2.6.3/users/.openoffice.org2/user/config/sun-color.soc
Xwww/lxoffice-erp-2.6.3/users/.openoffice.org2/user/config/palette_en-US.soc
Xwww/lxoffice-erp-2.6.3/users/.openoffice.org2/user/config/javasettings_Linux_x86.xml
Xwww/lxoffice-erp-2.6.3/users/.openoffice.org2/user/config/hatching_en-US.soh
Xwww/lxoffice-erp-2.6.3/users/.openoffice.org2/user/config/autotbl.fmt
Xwww/lxoffice-erp-2.6.3/users/.openoffice.org2/user/config/classic_en-US.sog
Xwww/lxoffice-erp-2.6.3/users/.openoffice.org2/user/config/modern_en-US.sog
Xwww/lxoffice-erp-2.6.3/users/.openoffice.org2/user/config/arrowhd_de.soe
Xwww/lxoffice-erp-2.6.3/users/.openoffice.org2/user/config/.gitignore
Xwww/lxoffice-erp-2.6.3/users/.openoffice.org2/user/config/classic_de.sog
Xwww/lxoffice-erp-2.6.3/users/.openoffice.org2/user/registry/.gitignore
Xwww/lxoffice-erp-2.6.3/users/.openoffice.org2/user/registry/data/org/openoffice/Setup.xcu
Xwww/lxoffice-erp-2.6.3/users/.openoffice.org2/user/registry/data/org/openoffice/Office/Linguistic.xcu
Xwww/lxoffice-erp-2.6.3/users/.openoffice.org2/user/registry/data/org/openoffice/Office/Views.xcu
Xwww/lxoffice-erp-2.6.3/users/.openoffice.org2/user/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu
Xwww/lxoffice-erp-2.6.3/users/.openoffice.org2/user/registry/data/org/openoffice/Office/Common.xcu
Xwww/lxoffice-erp-2.6.3/users/.openoffice.org2/user/registry/data/org/openoffice/Office/Recovery.xcu
Xwww/lxoffice-erp-2.6.3/users/.openoffice.org2/user/gallery/sg30.sdv
Xwww/lxoffice-erp-2.6.3/users/.openoffice.org2/user/gallery/sg100.sdv
Xwww/lxoffice-erp-2.6.3/users/.openoffice.org2/user/gallery/sg30.thm
Xwww/lxoffice-erp-2.6.3/users/.openoffice.org2/user/gallery/sg100.thm
Xwww/lxoffice-erp-2.6.3/users/.openoffice.org2/user/psprint/.gitignore
Xwww/lxoffice-erp-2.6.3/users/.openoffice.org2/user/autotext/mytexts.bau
Xwww/lxoffice-erp-2.6.3/users/ustva-2005-1.pdf
Xwww/lxoffice-erp-2.6.3/users/.gitignore
Xwww/lxoffice-erp-2.6.3/users/ustva-2006-1.pdf
Xwww/lxoffice-erp-2.6.3/users/ustva-2007-1.pdf
Xwww/lxoffice-erp-2.6.3/users/ustva-2010.pdf
Xwww/lxoffice-erp-2.6.3/users/ustva-2007-2.pdf
Xwww/lxoffice-erp-2.6.3/users/ustva-2008.pdf
Xwww/lxoffice-erp-2.6.3/users/ustva-2006-2.pdf
Xwww/lxoffice-erp-2.6.3/users/ustva-2005-2.pdf
Xwww/lxoffice-erp-2.6.3/users/html2ps-config
Xwww/lxoffice-erp-2.6.3/users/ustva-2004-2.pdf
Xwww/lxoffice-erp-2.6.3/oe.pl
Xwww/lxoffice-erp-2.6.3/bin/mozilla/menunew.pl
Xwww/lxoffice-erp-2.6.3/bin/mozilla/ct.pl
Xwww/lxoffice-erp-2.6.3/bin/mozilla/am.pl
Xwww/lxoffice-erp-2.6.3/bin/mozilla/admin_printer.pl
Xwww/lxoffice-erp-2.6.3/bin/mozilla/pe.pl
Xwww/lxoffice-erp-2.6.3/bin/mozilla/todo.pl
Xwww/lxoffice-erp-2.6.3/bin/mozilla/drafts.pl
Xwww/lxoffice-erp-2.6.3/bin/mozilla/bp.pl
Xwww/lxoffice-erp-2.6.3/bin/mozilla/ca.pl
Xwww/lxoffice-erp-2.6.3/bin/mozilla/common.pl
Xwww/lxoffice-erp-2.6.3/bin/mozilla/gl.pl
Xwww/lxoffice-erp-2.6.3/bin/mozilla/admin_groups.pl
Xwww/lxoffice-erp-2.6.3/bin/mozilla/installationcheck.pl
Xwww/lxoffice-erp-2.6.3/bin/mozilla/ustva.pl
Xwww/lxoffice-erp-2.6.3/bin/mozilla/menujs.pl
Xwww/lxoffice-erp-2.6.3/bin/mozilla/io.pl
Xwww/lxoffice-erp-2.6.3/bin/mozilla/amtemplates.pl
Xwww/lxoffice-erp-2.6.3/bin/mozilla/arap.pl
Xwww/lxoffice-erp-2.6.3/bin/mozilla/cp.pl
Xwww/lxoffice-erp-2.6.3/bin/mozilla/acctranscorrections.pl
Xwww/lxoffice-erp-2.6.3/bin/mozilla/.htaccess
Xwww/lxoffice-erp-2.6.3/bin/mozilla/do.pl
Xwww/lxoffice-erp-2.6.3/bin/mozilla/licenses.pl
Xwww/lxoffice-erp-2.6.3/bin/mozilla/rp.pl
Xwww/lxoffice-erp-2.6.3/bin/mozilla/reportgenerator.pl
Xwww/lxoffice-erp-2.6.3/bin/mozilla/wh.pl
Xwww/lxoffice-erp-2.6.3/bin/mozilla/dn.pl
Xwww/lxoffice-erp-2.6.3/bin/mozilla/login.pl
Xwww/lxoffice-erp-2.6.3/bin/mozilla/admin.pl
Xwww/lxoffice-erp-2.6.3/bin/mozilla/projects.pl
Xwww/lxoffice-erp-2.6.3/bin/mozilla/menuXML.pl
Xwww/lxoffice-erp-2.6.3/bin/mozilla/fu.pl
Xwww/lxoffice-erp-2.6.3/bin/mozilla/ir.pl
Xwww/lxoffice-erp-2.6.3/bin/mozilla/datev.pl
Xwww/lxoffice-erp-2.6.3/bin/mozilla/invoice_io.pl
Xwww/lxoffice-erp-2.6.3/bin/mozilla/menuv4.pl
Xwww/lxoffice-erp-2.6.3/bin/mozilla/is.pl
Xwww/lxoffice-erp-2.6.3/bin/mozilla/menu.pl
Xwww/lxoffice-erp-2.6.3/bin/mozilla/ap.pl
Xwww/lxoffice-erp-2.6.3/bin/mozilla/menuv3.pl
Xwww/lxoffice-erp-2.6.3/bin/mozilla/amcvar.pl
Xwww/lxoffice-erp-2.6.3/bin/mozilla/rc.pl
Xwww/lxoffice-erp-2.6.3/bin/mozilla/generictranslations.pl
Xwww/lxoffice-erp-2.6.3/bin/mozilla/vk.pl
Xwww/lxoffice-erp-2.6.3/bin/mozilla/oe.pl
Xwww/lxoffice-erp-2.6.3/bin/mozilla/sepa.pl
Xwww/lxoffice-erp-2.6.3/bin/mozilla/ic.pl
Xwww/lxoffice-erp-2.6.3/bin/mozilla/bankaccounts.pl
Xwww/lxoffice-erp-2.6.3/bin/mozilla/ar.pl
Xwww/lxoffice-erp-2.6.3/xslt/style1.css
Xwww/lxoffice-erp-2.6.3/xslt/xulmenu.xsl
Xwww/lxoffice-erp-2.6.3/menu.pl
Xwww/lxoffice-erp-2.6.3/rc.pl
Xwww/lxoffice-erp-2.6.3/modules/fallback/DateTime/Set.pm
Xwww/lxoffice-erp-2.6.3/modules/fallback/DateTime/Event/Cron.pm
Xwww/lxoffice-erp-2.6.3/modules/fallback/DateTime/Span.pm
Xwww/lxoffice-erp-2.6.3/modules/fallback/DateTime/SpanSet.pm
Xwww/lxoffice-erp-2.6.3/modules/fallback/Daemon/Generic/While1.pm
Xwww/lxoffice-erp-2.6.3/modules/fallback/Daemon/Generic/Event.pm
Xwww/lxoffice-erp-2.6.3/modules/fallback/Daemon/Generic.pm
Xwww/lxoffice-erp-2.6.3/modules/fallback/Email/Address.pm
Xwww/lxoffice-erp-2.6.3/modules/fallback/File/Slurp.pm
Xwww/lxoffice-erp-2.6.3/modules/fallback/File/Flock.pm
Xwww/lxoffice-erp-2.6.3/modules/fallback/Set/Infinite.pm
Xwww/lxoffice-erp-2.6.3/modules/fallback/Set/Crontab.pm
Xwww/lxoffice-erp-2.6.3/modules/fallback/Set/Infinite/Arithmetic.pm
Xwww/lxoffice-erp-2.6.3/modules/fallback/Set/Infinite/Basic.pm
Xwww/lxoffice-erp-2.6.3/modules/fallback/Set/Infinite/_recurrence.pm
Xwww/lxoffice-erp-2.6.3/modules/fallback/List/MoreUtils.pm
Xwww/lxoffice-erp-2.6.3/modules/fallback/parent.pm
Xwww/lxoffice-erp-2.6.3/modules/fallback/Exception/Lite.pm
Xwww/lxoffice-erp-2.6.3/modules/fallback/Exception/Lite.pod
Xwww/lxoffice-erp-2.6.3/modules/fallback/Sort/Naturally.pm
Xwww/lxoffice-erp-2.6.3/modules/override/YAML.pm
Xwww/lxoffice-erp-2.6.3/modules/override/YAML/Dumper/Base.pm
Xwww/lxoffice-erp-2.6.3/modules/override/YAML/Error.pm
Xwww/lxoffice-erp-2.6.3/modules/override/YAML/Tag.pm
Xwww/lxoffice-erp-2.6.3/modules/override/YAML/Node.pm
Xwww/lxoffice-erp-2.6.3/modules/override/YAML/Dumper.pm
Xwww/lxoffice-erp-2.6.3/modules/override/YAML/Loader.pm
Xwww/lxoffice-erp-2.6.3/modules/override/YAML/Marshall.pm
Xwww/lxoffice-erp-2.6.3/modules/override/YAML/Types.pm
Xwww/lxoffice-erp-2.6.3/modules/override/YAML/Base.pm
Xwww/lxoffice-erp-2.6.3/modules/override/YAML/Loader/Base.pm
Xwww/lxoffice-erp-2.6.3/modules/override/Term/ReadLine/Perl/Bind.pm
Xwww/lxoffice-erp-2.6.3/modules/override/PDF/Table.pm
Xwww/lxoffice-erp-2.6.3/modules/override/CGI/Ajax.pm
Xwww/lxoffice-erp-2.6.3/modules/override/CGI/.htaccess
Xwww/lxoffice-erp-2.6.3/modules/override/Devel/REPL/Plugin/PermanentHistory.pm
Xwww/lxoffice-erp-2.6.3/modules/override/Devel/REPL/Plugin/AutoloadModules.pm
Xwww/lxoffice-erp-2.6.3/ic.pl
Xwww/lxoffice-erp-2.6.3/ar.pl
Xwww/lxoffice-erp-2.6.3/menuXML.pl
Xwww/lxoffice-erp-2.6.3/dispatcher.fpl
Xwww/lxoffice-erp-2.6.3/acctranscorrections.pl
Xwww/lxoffice-erp-2.6.3/sql/auth_db.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/drop_yearend.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/transfer_type_shipped.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/release_2_6_2.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/record_links.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/warehouse2.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/PgCommaAggregateFunction.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/periodic_invoices.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/dunning_dunning_id.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/ustva_setup_2007_update_chart_taxkeys_tax.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/release_2_4_3.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/schema_normalization_2.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/warehouse.pl
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/follow_ups.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/tax_primary_key_taxkeys_foreign_keys.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/ustva_setup_2007.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/lastschrift.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/acc_trans_id_uniqueness.pl
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/oe_employee_id_foreignkey.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/invalid_taxkeys.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/trigger_assembly_update_lastcost.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/release_2_4_2.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/COA_Account_Settings002.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/schema_normalization_3.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/fix_acc_trans_ap_taxkey_bug.pl
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/emmvee_background_jobs_2.pl
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/history_erp.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/parts_ean.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/warehouse3.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/globalprojectnumber_ap_ar_oe.pl
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/drop_sic_code.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/units_no_type_distinction.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/language_output_formatting.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/tax_description_without_percentage_skr04.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/todo_user_config.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/generic_translations.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/dunning_invoices_per_dunning_level.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/rundungsfehler_korrigieren_BUG1328.pl
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/cp_greeting_migration.pl
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/status_history.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/customer_vendor_taxzone_id.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/transaction_description.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/README
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/emmvee_background_jobs.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/acc_trans_without_oid.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/transaction_description_not_null.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/custom_variables_valid.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/ar_add_invnumber_for_credit_note.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/price_factors.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/gl_storno.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/ar_storno.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/periodic_invoices_background_job.pl
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/skr04_fix_category_3151_3160_3170.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/fix_taxdescription.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/oe_delivered.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/oe_is_salesman.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/buchungsgruppen_sortkey.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/payment_terms_translation2.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/fix_datepaid.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/custom_variables_indices.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/customer_long_entries.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/skr03_04_bwa_zuordnung_konten_4250_4610.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/rename_buchungsgruppen_accounts_16_19_percent.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/parts_has_sernumber.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/chart_names2.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/tax_id_if_taxkey_is_0.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/sepa.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/chart_category_to_sgn.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/COA_Account_Settings001.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/dunning_invoices_for_fees.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/release_2_4_1.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/auth_enable_sales_all_edit.pl
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/delivery_orders.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/delivery_orders_fields_for_invoices.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/SKR04-3804-addition.pl
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/invalid_entries_in_custom_variables_validity.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/update_date_paid.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/custom_variables.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/add_makemodel_prices.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/tax_report_table_name.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/employee_no_limits.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/cb_ob_transaction.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/custom_variables_parts_services_assemblies.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/release_2_6_0.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/custom_variables_indices_2.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/units_translations_and_singular_plural_distinction.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/drafts.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/payment_terms_sortkey.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/marge_initial.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/invalid_taxkeys_2.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/dunning_config_interest_rate.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/chart_names.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/ap_storno.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/ar_add_donumber.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/history_erp_snumbers.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/ar_ap_storno_id.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/warehouse_add_bestbefore.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/add_ar_paid_defaults.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/bank_accounts.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/ap_ar_orddate_quodate.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/tax_description_without_percentage.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/project_flag_active.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/shipto_add_cp_gender.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/release_2_6_1.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/sepa_in.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/payment_terms_translation.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/chart_taxkey_id_from_taxkeys.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/units_sortkey.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/customer_vendor_ustid_length.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/change_makemodel_vendor_id.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/add_more_constraints_fibu_projekt_xplace.pl
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/USTVA_at.pl
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/schema_normalization_1.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/units_id.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/ustva_2010.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/USTVA_abstraction.pl
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2/ustva_setup_2007_update_chart_taxkeys_tax_add_missing_tax_accounts.sql
Xwww/lxoffice-erp-2.6.3/sql/Germany-DATEV-SKR04EU-chart.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2-auth/add_batch_printing_to_full_access.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade2-auth/auth_schema_normalization_1.pl
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade/Pg-upgrade-2.2.0.26-2.2.0.27.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade/Pg-upgrade-2.2.0.1-2.2.0.2.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade/Pg-upgrade-2.2.0.6-2.2.0.7.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade/Pg-upgrade-2.2.0.37-2.2.0.38.pl
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade/Pg-upgrade-2.2.0.20-2.2.0.21.pl
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade/Pg-upgrade-2.2.0.16-2.2.0.17.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade/Pg-upgrade-2.2.0.29-2.2.0.30.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade/Pg-upgrade-2.2.0.34-2.2.0.35.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade/Pg-upgrade-2.2.0.32-2.2.0.33.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade/Pg-upgrade-2.2.0.27-2.2.0.28.pl
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade/Pg-upgrade-2.1.1-2.2.0.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade/Pg-upgrade-2.2.0.10-2.2.0.11.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade/Pg-upgrade-2.2.0.28-2.2.0.29.pl
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade/Pg-upgrade-2.2.0-2.2.0.1.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade/Pg-upgrade-1.0.0-2.1.0.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade/Pg-upgrade-2.1.0-2.1.1.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade/Pg-upgrade-2.2.0.18-2.2.0.19.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade/Pg-upgrade-2.2.0.38-2.4.0.0.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade/Pg-upgrade-2.2.0.19-2.2.0.20.pl
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade/Pg-upgrade-2.2.0.15-2.2.0.16.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade/Pg-upgrade-2.2.0.17-2.2.0.18.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade/Pg-upgrade-2.2.0.36-2.2.0.37.pl
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade/Pg-upgrade-2.2.0.3-2.2.0.4.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade/Pg-upgrade-2.2.0.4-2.2.0.5.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade/Pg-upgrade-2.2.0.14-2.2.0.15.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade/Pg-upgrade-2.2.0.21-2.2.0.22.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade/Pg-upgrade-2.2.0.7-2.2.0.8.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade/Pg-upgrade-2.2.0.2-2.2.0.3.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade/Pg-upgrade-2.2.0.24-2.2.0.25.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade/Pg-upgrade-2.2.0.31-2.2.0.32.pl
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade/Pg-upgrade-2.2.0.5-2.2.0.6.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade/Pg-upgrade-2.2.0.11-2.2.0.12.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade/Pg-upgrade-2.2.0.8-2.2.0.9.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade/Pg-upgrade-2.2.0.25-2.2.0.26.pl
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade/Pg-upgrade-2.2.0.22-2.2.0.23.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade/Pg-upgrade-2.2.0.33-2.2.0.34.pl
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade/Pg-upgrade-2.2.0.23-2.2.0.24.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade/Pg-upgrade-2.2.0.35-2.2.0.36.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade/Pg-upgrade-2.2.0.30-2.2.0.31.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade/Pg-upgrade-2.2.0.12-2.2.0.13.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade/Pg-upgrade-2.2.0.9-2.2.0.10.sql
Xwww/lxoffice-erp-2.6.3/sql/Pg-upgrade/Pg-upgrade-2.2.0.13-2.2.0.14.sql
Xwww/lxoffice-erp-2.6.3/sql/datevautomatik.sql
Xwww/lxoffice-erp-2.6.3/sql/update.sh
Xwww/lxoffice-erp-2.6.3/sql/lx-office.sql
Xwww/lxoffice-erp-2.6.3/sql/updateLedger-200.sql
Xwww/lxoffice-erp-2.6.3/sql/Leerer-Kontenrahmen-chart.sql
Xwww/lxoffice-erp-2.6.3/sql/Germany-DATEV-SKR03EU-chart.sql
Xwww/lxoffice-erp-2.6.3/sql/Austria-chart.sql
Xwww/lxoffice-erp-2.6.3/sql/finanzamt.sql
Xwww/lxoffice-erp-2.6.3/sql/liste.sql
Xwww/lxoffice-erp-2.6.3/sql/update100-200.sql
Xwww/lxoffice-erp-2.6.3/sql/Swiss-German-chart.sql
Xwww/lxoffice-erp-2.6.3/sql/update10x-200.sql
Xwww/lxoffice-erp-2.6.3/sql/France-chart.sql
Xwww/lxoffice-erp-2.6.3/ap.pl
Xwww/lxoffice-erp-2.6.3/index.html
Xwww/lxoffice-erp-2.6.3/menu.ini
Xwww/lxoffice-erp-2.6.3/t/Support/Systemexec.pm
Xwww/lxoffice-erp-2.6.3/t/Support/Files.pm
Xwww/lxoffice-erp-2.6.3/t/Support/Templates.pm
Xwww/lxoffice-erp-2.6.3/t/005no_tabs.t
Xwww/lxoffice-erp-2.6.3/t/structure/globals.t
Xwww/lxoffice-erp-2.6.3/t/structure/common_errors.t
Xwww/lxoffice-erp-2.6.3/t/007broken_links.t
Xwww/lxoffice-erp-2.6.3/t/test.sh
Xwww/lxoffice-erp-2.6.3/t/002goodperl.t
Xwww/lxoffice-erp-2.6.3/t/001compile.t
Xwww/lxoffice-erp-2.6.3/t/011pod.t
Xwww/lxoffice-erp-2.6.3/t/helper/mapping.t
Xwww/lxoffice-erp-2.6.3/t/helper/attr.t
Xwww/lxoffice-erp-2.6.3/t/004template.t
Xwww/lxoffice-erp-2.6.3/t/README
Xwww/lxoffice-erp-2.6.3/t/003safesys.t
Xwww/lxoffice-erp-2.6.3/t/006spellcheck.t
Xwww/lxoffice-erp-2.6.3/t/old/lxtest.conf.default
Xwww/lxoffice-erp-2.6.3/t/old/frontend/README.frontend
Xwww/lxoffice-erp-2.6.3/t/old/README
Xwww/lxoffice-erp-2.6.3/t/old/lx-office.t
Xwww/lxoffice-erp-2.6.3/t/old/backend/README.backend
Xwww/lxoffice-erp-2.6.3/t/old/selenium/TestAccounting.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/TestSystem.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/TestSelling.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/TestPurchase.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/TestCreateTestbed.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/incomming/ustva-Inland-linet.html
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/administration/end/A998DeleteTestUser.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/administration/end/A999DeleteTestDatabase.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/administration/begin/A003UpdateDatabase.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/administration/begin/A001CreateTestDatabase.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/administration/begin/A002CreateTestUser.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/masterdata/begin/M003CreateGoods.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/masterdata/begin/M002CreateVendor.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/masterdata/begin/M006AddProject.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/masterdata/begin/M004AddService.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/masterdata/begin/M000Login.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/masterdata/begin/M999Logout.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/masterdata/begin/M001CreateCustomer.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/masterdata/begin/M005AddProduct.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/masterdata/end/M996DeleteProject.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/masterdata/end/M998DeleteProduct.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/masterdata/end/M995DeleteGoods.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/masterdata/end/M999Logout.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/masterdata/end/M000Login.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/masterdata/end/M997DeleteService.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/README
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/reports/begin/R000Login.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/reports/begin/R999Logout.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/reports/end/R000Login.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/reports/end/R999Logout.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/selling/begin/S999Logout.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/selling/begin/S003CreateInvoice.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/selling/begin/S000Login.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/selling/begin/S002CreateCharge.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/selling/begin/S001CreateOffers.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/selling/end/S999Logout.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/selling/end/S000Login.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/accounting/end/A000Login.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/accounting/end/A999Logout.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/accounting/begin/A999Logout.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/accounting/begin/A000Login.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/system/begin/S012ShowAccount.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/system/begin/S003AddLanguage.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/system/begin/S000Login.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/system/begin/S010AddShowDeleteServiceMeasure.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/system/begin/S013TestAccount.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/system/begin/S999Logout.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/system/begin/S002CreatePriceBrackets.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/system/begin/S005AddPaymentConditions.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/system/begin/S004ShowLanguages.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/system/begin/S001CreateProductGroups.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/system/begin/S009AddShowDeleteMeasure.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/system/begin/S007AddCustomerVendorTypes.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/system/begin/S011CreateAccount.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/system/begin/S006ShowPaymentConditions.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/system/begin/S008ShowCustomerVendorTypes.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/system/end/S992DeleteProductGroups.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/system/end/S995DeleteCustomerVendorTypes.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/system/end/S997DeleteLanguages.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/system/end/S000Login.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/system/end/S998DeletePriceBrackets.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/system/end/S999Logout.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/system/end/S996DeletePaymentConditions.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/system/end/S994DeleteAccount.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/payments/end/P000Login.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/payments/end/P999Logout.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/payments/begin/P000Login.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/payments/begin/P999Logout.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/purchase/begin/P999Logout.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/purchase/begin/P000Login.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/purchase/begin/P001CreateQuoteRequest.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/purchase/end/P000Login.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/purchase/end/P999Logout.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/programm/begin/P000Login.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/programm/begin/P999Logout.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/programm/end/P000Login.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/programm/end/P999Logout.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/base/000Login.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/base/999Logout.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/printing/end/P000Login.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/printing/end/P999Logout.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/printing/begin/P000Login.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/testscripts/printing/begin/P999Logout.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/TestMasterData.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/TestPayments.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/TestPrinting.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/TestReports.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/AllTests.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/TestAdmin.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/TestAllTests.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/cleanup.pl
Xwww/lxoffice-erp-2.6.3/t/old/selenium/TestProgramm.t
Xwww/lxoffice-erp-2.6.3/t/old/selenium/README
Xwww/lxoffice-erp-2.6.3/t/old/demolx/testscripts/005UpdateDatabase.t
Xwww/lxoffice-erp-2.6.3/t/old/demolx/testscripts/README
Xwww/lxoffice-erp-2.6.3/t/old/demolx/testscripts/K998DeleteTestUser.t
Xwww/lxoffice-erp-2.6.3/t/old/demolx/testscripts/001CreateTestDatabase.t
Xwww/lxoffice-erp-2.6.3/t/old/demolx/testscripts/002CreateTestUser.t
Xwww/lxoffice-erp-2.6.3/t/old/demolx/testscripts/K999DeleteTestDatabase.t
Xwww/lxoffice-erp-2.6.3/t/old/demolx/AllTests.t
Xwww/lxoffice-erp-2.6.3/t/old/demolx/cleanup.pl
Xwww/lxoffice-erp-2.6.3/t/old/demolx/README
Xwww/lxoffice-erp-2.6.3/t/old/README.de
Xwww/lxoffice-erp-2.6.3/t/.htaccess
Xwww/lxoffice-erp-2.6.3/ca.pl
Xwww/lxoffice-erp-2.6.3/VERSION
Xwww/lxoffice-erp-2.6.3/bp.pl
Xwww/lxoffice-erp-2.6.3/SL/Helper/DateTime.pm
Xwww/lxoffice-erp-2.6.3/SL/Helper/Flash.pm
Xwww/lxoffice-erp-2.6.3/SL/Iconv.pm
Xwww/lxoffice-erp-2.6.3/SL/Template/LaTeX.pm
Xwww/lxoffice-erp-2.6.3/SL/Template/LaTeX.pm.orig
Xwww/lxoffice-erp-2.6.3/SL/Template/Plugin/JavaScript.pm
Xwww/lxoffice-erp-2.6.3/SL/Template/Plugin/LxERP.pm
Xwww/lxoffice-erp-2.6.3/SL/Template/Plugin/T8.pm
Xwww/lxoffice-erp-2.6.3/SL/Template/Plugin/MultiColumnIterator.pm
Xwww/lxoffice-erp-2.6.3/SL/Template/Plugin/L.pm
Xwww/lxoffice-erp-2.6.3/SL/Template/Plugin/HTMLFixes.pm
Xwww/lxoffice-erp-2.6.3/SL/Template/Simple.pm
Xwww/lxoffice-erp-2.6.3/SL/Template/OpenDocument.pm
Xwww/lxoffice-erp-2.6.3/SL/Template/PlainText.pm
Xwww/lxoffice-erp-2.6.3/SL/Template/Excel.pm
Xwww/lxoffice-erp-2.6.3/SL/Template/XML.pm
Xwww/lxoffice-erp-2.6.3/SL/Template/HTML.pm
Xwww/lxoffice-erp-2.6.3/SL/IS.pm
Xwww/lxoffice-erp-2.6.3/SL/Template.pm
Xwww/lxoffice-erp-2.6.3/SL/LxOfficeConf.pm
Xwww/lxoffice-erp-2.6.3/SL/ARAP.pm
Xwww/lxoffice-erp-2.6.3/SL/DBUtils.pm
Xwww/lxoffice-erp-2.6.3/SL/FU.pm
Xwww/lxoffice-erp-2.6.3/SL/IR.pm
Xwww/lxoffice-erp-2.6.3/SL/DN.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/PartsGroup.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/AccTransaction.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Employee.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/SepaExport.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Default.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/FollowUp.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Exchangerate.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/PeriodicInvoicesConfig.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/AuthUser.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/SchemaInfo.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/VendorTax.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Translation.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/LicenseInvoice.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/RMA.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/TodoUserConfig.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Warehouse.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Inventory.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Finanzamt.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/AuthGroup.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Gifi.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/CustomVariableValidity.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Printer.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Chart.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/License.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Dunning.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Manager/TransferType.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Manager/Invoice.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Manager/Employee.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Manager/BackgroundJob.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Manager/PurchaseInvoice.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Manager/Chart.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Manager/Order.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Manager/Buchungsgruppe.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Manager/Part.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Manager/DeliveryOrder.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Manager/Language.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Manager/PaymentTerm.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Manager/Pricegroup.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/DunningConfig.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Order.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/BackgroundJobHistory.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/BankAccount.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Contact.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/UnitsLanguage.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Object/Hooks.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/TransferType.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/VC.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Helper/TranslatedAttributes.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Helper/ActsAsList.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Helper/Attr.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Helper/ALL.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Helper/LinkedRecords.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Helper/Sorted.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Helper/ConventionManager.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Helper/ALLAuth.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Helper/Manager.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Helper/PriceUpdater.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Helper/Metadata.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Helper/PriceTaxCalculator.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Helper/Mappings.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Helper/FlattenToForm.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Helper/TransNumberGenerator.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Department.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/PaymentTerm.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/DeliveryOrderItem.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MakeModel.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/History.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Bin.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/PurchaseInvoice.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/TranslationPaymentTerm.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/DeliveryOrder.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/TaxKey.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/DptTrans.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/GenericTranslation.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Object.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Project.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Assembly.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/TaxZone.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Invoice.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Customer.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Language.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/Translation.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/TranslationPaymentTerm.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/Datev.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/Draft.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/Default.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/Inventory.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/Finanzamt.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/AuthGroup.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/DeliveryOrderItem.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/Vendor.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/CustomVariableValidity.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/Warehouse.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/PeriodicInvoice.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/DeliveryOrderItemsStock.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/Shipto.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/Price.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/VendorTax.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/DptTrans.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/Contact.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/CustomVariableConfig.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/Taxkey.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/Employee.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/SepaExportItem.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/Unit.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/FollowUp.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/Note.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/RecordLink.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/GLTransaction.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/Printer.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/AuthGroupRight.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/AuthUserConfig.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/License.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/Dunning.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/BackgroundJob.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/Status.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/AuthUser.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/AuthUserGroup.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/Buchungsgruppe.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/FollowUpLink.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/BankAccount.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/AuditTrail.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/GenericTranslation.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/PaymentTerm.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/Tax.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/Part.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/CustomVariable.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/PeriodicInvoicesConfig.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/MakeModel.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/History.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/FollowUpAccess.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/Pricegroup.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/InvoiceItem.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/Exchangerate.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/Business.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/PartsGroup.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/SepaExport.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/Project.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/SchemaInfo.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/Invoice.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/LicenseInvoice.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/TaxZone.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/TodoUserConfig.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/Order.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/RMAItem.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/BackgroundJobHistory.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/PriceFactor.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/AccTransaction.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/Gifi.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/Chart.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/Bin.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/PartsTax.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/CustomerTax.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/TransferType.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/Customer.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/Language.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/Assembly.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/DeliveryOrder.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/Department.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/OrderItem.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/RMA.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/TaxKey.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/PurchaseInvoice.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/UnitsLanguage.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/DunningConfig.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/MetaSetup/Licemse.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/PriceFactor.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Tax.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Shipto.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/RMAItem.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Vendor.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/InvoiceItem.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/PeriodicInvoice.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/CustomVariableConfig.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Business.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Status.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/OrderItem.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/CustomVariable.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Note.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Price.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/RecordLink.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Unit.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/FollowUpAccess.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/DeliveryOrderItemsStock.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Buchungsgruppe.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Part.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/AuditTrail.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/AuthGroupRight.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/BackgroundJob.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/AuthUserConfig.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/AuthUserGroup.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/GLTransaction.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Datev.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Draft.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/FollowUpLink.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/SepaExportItem.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/CustomerTax.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/PartsTax.pm
Xwww/lxoffice-erp-2.6.3/SL/DB/Pricegroup.pm
Xwww/lxoffice-erp-2.6.3/SL/Watchdog.pm
Xwww/lxoffice-erp-2.6.3/SL/WH.pm
Xwww/lxoffice-erp-2.6.3/SL/MoreCommon.pm
Xwww/lxoffice-erp-2.6.3/SL/Menu.pm
Xwww/lxoffice-erp-2.6.3/SL/CVar.pm
Xwww/lxoffice-erp-2.6.3/SL/AccTransCorrections.pm
Xwww/lxoffice-erp-2.6.3/SL/RP.pm
Xwww/lxoffice-erp-2.6.3/SL/DO.pm
Xwww/lxoffice-erp-2.6.3/SL/LXDebug.pm
Xwww/lxoffice-erp-2.6.3/SL/Dispatcher.pm
Xwww/lxoffice-erp-2.6.3/SL/RecordLinks.pm
Xwww/lxoffice-erp-2.6.3/SL/SEPA/XML.pm
Xwww/lxoffice-erp-2.6.3/SL/SEPA/XML/Transaction.pm
Xwww/lxoffice-erp-2.6.3/SL/AR.pm
Xwww/lxoffice-erp-2.6.3/SL/IC.pm
Xwww/lxoffice-erp-2.6.3/SL/ReportGenerator.pm
Xwww/lxoffice-erp-2.6.3/SL/MIME.pm
Xwww/lxoffice-erp-2.6.3/SL/Num2text.pm
Xwww/lxoffice-erp-2.6.3/SL/RC.pm
Xwww/lxoffice-erp-2.6.3/SL/User.pm
Xwww/lxoffice-erp-2.6.3/SL/TransNumber.pm
Xwww/lxoffice-erp-2.6.3/SL/OE.pm
Xwww/lxoffice-erp-2.6.3/SL/VK.pm
Xwww/lxoffice-erp-2.6.3/SL/Printer.pm
Xwww/lxoffice-erp-2.6.3/SL/Locale.pm
Xwww/lxoffice-erp-2.6.3/SL/DBConnect.pm
Xwww/lxoffice-erp-2.6.3/SL/Mailer.pm
Xwww/lxoffice-erp-2.6.3/SL/DATEV.pm
Xwww/lxoffice-erp-2.6.3/SL/AP.pm
Xwww/lxoffice-erp-2.6.3/SL/TODO.pm
Xwww/lxoffice-erp-2.6.3/SL/Chart.pm
Xwww/lxoffice-erp-2.6.3/SL/USTVA.pm
Xwww/lxoffice-erp-2.6.3/SL/SEPA.pm
Xwww/lxoffice-erp-2.6.3/SL/BP.pm
Xwww/lxoffice-erp-2.6.3/SL/CA.pm
Xwww/lxoffice-erp-2.6.3/SL/Common.pm
Xwww/lxoffice-erp-2.6.3/SL/Form.pm
Xwww/lxoffice-erp-2.6.3/SL/Controller/DebugMenu.pm
Xwww/lxoffice-erp-2.6.3/SL/Controller/FrameHeader.pm
Xwww/lxoffice-erp-2.6.3/SL/Controller/Unit.pm
Xwww/lxoffice-erp-2.6.3/SL/Controller/PriceFactor.pm
Xwww/lxoffice-erp-2.6.3/SL/Controller/CustomVariableConfig.pm
Xwww/lxoffice-erp-2.6.3/SL/Controller/PaymentTerm.pm
Xwww/lxoffice-erp-2.6.3/SL/Controller/Base.pm
Xwww/lxoffice-erp-2.6.3/SL/Controller/Warehouse.pm
Xwww/lxoffice-erp-2.6.3/SL/FCGIFixes.pm
Xwww/lxoffice-erp-2.6.3/SL/BankAccount.pm
Xwww/lxoffice-erp-2.6.3/SL/InstallationCheck.pm
Xwww/lxoffice-erp-2.6.3/SL/PE.pm
Xwww/lxoffice-erp-2.6.3/SL/DB.pm
Xwww/lxoffice-erp-2.6.3/SL/AM.pm
Xwww/lxoffice-erp-2.6.3/SL/Notes.pm
Xwww/lxoffice-erp-2.6.3/SL/CT.pm
Xwww/lxoffice-erp-2.6.3/SL/Drafts.pm
Xwww/lxoffice-erp-2.6.3/SL/CP.pm
Xwww/lxoffice-erp-2.6.3/SL/LICENSES.pm
Xwww/lxoffice-erp-2.6.3/SL/DATEV/KNEFile.pm
Xwww/lxoffice-erp-2.6.3/SL/IO.pm
Xwww/lxoffice-erp-2.6.3/SL/GenericTranslations.pm
Xwww/lxoffice-erp-2.6.3/SL/Inifile.pm
Xwww/lxoffice-erp-2.6.3/SL/X.pm
Xwww/lxoffice-erp-2.6.3/SL/DBUpgrade2.pm
Xwww/lxoffice-erp-2.6.3/SL/Projects.pm
Xwww/lxoffice-erp-2.6.3/SL/Auth/LDAP.pm
Xwww/lxoffice-erp-2.6.3/SL/Auth/DB.pm
Xwww/lxoffice-erp-2.6.3/SL/Auth/PasswordPolicy.pm
Xwww/lxoffice-erp-2.6.3/SL/Auth/Constants.pm
Xwww/lxoffice-erp-2.6.3/SL/Taxkeys.pm
Xwww/lxoffice-erp-2.6.3/SL/.htaccess
Xwww/lxoffice-erp-2.6.3/SL/BackgroundJob/Test.pm
Xwww/lxoffice-erp-2.6.3/SL/BackgroundJob/Base.pm
Xwww/lxoffice-erp-2.6.3/SL/BackgroundJob/ALL.pm
Xwww/lxoffice-erp-2.6.3/SL/BackgroundJob/CleanBackgroundJobHistory.pm
Xwww/lxoffice-erp-2.6.3/SL/BackgroundJob/CreatePeriodicInvoices.pm
Xwww/lxoffice-erp-2.6.3/SL/Auth.pm
Xwww/lxoffice-erp-2.6.3/SL/GL.pm
Xwww/lxoffice-erp-2.6.3/doc/ustva.html
Xwww/lxoffice-erp-2.6.3/doc/wiederkehrende_rechnungen.txt
Xwww/lxoffice-erp-2.6.3/doc/2010_template_changes.txt
Xwww/lxoffice-erp-2.6.3/doc/konfigurationsdatei.txt
Xwww/lxoffice-erp-2.6.3/doc/Makefile
Xwww/lxoffice-erp-2.6.3/doc/INSTALL.txt
Xwww/lxoffice-erp-2.6.3/doc/excel_templates.txt
Xwww/lxoffice-erp-2.6.3/doc/dbschema.dia
Xwww/lxoffice-erp-2.6.3/doc/sql-upgrade-dateien.txt
Xwww/lxoffice-erp-2.6.3/doc/UPGRADE
Xwww/lxoffice-erp-2.6.3/doc/online/de/add_project.pod
Xwww/lxoffice-erp-2.6.3/doc/online/.dummy
Xwww/lxoffice-erp-2.6.3/doc/INSTALL.fcgi
Xwww/lxoffice-erp-2.6.3/doc/dokumentenvorlagen-und-variablen.html
Xwww/lxoffice-erp-2.6.3/doc/skr04-update-3804/steuer3804.png
Xwww/lxoffice-erp-2.6.3/doc/skr04-update-3804/steuer3803.png
Xwww/lxoffice-erp-2.6.3/doc/skr04-update-3804/skr04_3804_hinzufuegen.html
Xwww/lxoffice-erp-2.6.3/doc/skr04-update-3804/steuerliste.png
Xwww/lxoffice-erp-2.6.3/doc/skr04-update-3804/konto4315.png
Xwww/lxoffice-erp-2.6.3/doc/skr04-update-3804/konto3804.png
Xwww/lxoffice-erp-2.6.3/doc/Lx-Office_Installation_DE.pdf
Xwww/lxoffice-erp-2.6.3/doc/COPYING
Xwww/lxoffice-erp-2.6.3/doc/languages_howto.txt
Xwww/lxoffice-erp-2.6.3/doc/INSTALL.texi
Xwww/lxoffice-erp-2.6.3/doc/changelog
Xwww/lxoffice-erp-2.6.3/doc/INSTALL.html
Xwww/lxoffice-erp-2.6.3/doc/copyright
Xwww/lxoffice-erp-2.6.3/doc/modules/README.CGI-Ajax
Xwww/lxoffice-erp-2.6.3/doc/modules/LICENSE.dhtmlsuite-for-applications
Xwww/lxoffice-erp-2.6.3/doc/modules/LICENSE.CGI-Ajax
Xwww/lxoffice-erp-2.6.3/doc/modules/LICENSE.PDF-Table
Xwww/lxoffice-erp-2.6.3/doc/modules/README.Sort-Naturally
Xwww/lxoffice-erp-2.6.3/doc/modules/README.YAML
Xwww/lxoffice-erp-2.6.3/doc/modules/README.File-Slurp
Xwww/lxoffice-erp-2.6.3/doc/modules/README.PDF-Table
Xwww/lxoffice-erp-2.6.3/doc/modules/LICENSE.Email-Address
Xwww/lxoffice-erp-2.6.3/doc/modules/LICENSE.List-MoreUtils
Xwww/lxoffice-erp-2.6.3/doc/programmierstilrichtlinien.txt
Xwww/lxoffice-erp-2.6.3/.gitignore
Xwww/lxoffice-erp-2.6.3/ct.pl
Xwww/lxoffice-erp-2.6.3/css/px_3.gif
Xwww/lxoffice-erp-2.6.3/css/tabcontent.css
Xwww/lxoffice-erp-2.6.3/css/jquery.autocomplete.css
Xwww/lxoffice-erp-2.6.3/css/list_accounts.css
Xwww/lxoffice-erp-2.6.3/css/Win2000.css
Xwww/lxoffice-erp-2.6.3/css/csshover.htc
Xwww/lxoffice-erp-2.6.3/css/mn_hauptmenu.png
Xwww/lxoffice-erp-2.6.3/css/lx-office-erp.css
Xwww/lxoffice-erp-2.6.3/css/menuv3.css
Xwww/lxoffice-erp-2.6.3/css/menuv4.css
Xwww/lxoffice-erp-2.6.3/css/jquery.multiselect2side.css
Xwww/lxoffice-erp-2.6.3/css/Mobile.css
Xwww/lxoffice-erp-2.6.3/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png
Xwww/lxoffice-erp-2.6.3/css/ui-lightness/images/ui-icons_ffd27a_256x240.png
Xwww/lxoffice-erp-2.6.3/css/ui-lightness/images/ui-icons_228ef1_256x240.png
Xwww/lxoffice-erp-2.6.3/css/ui-lightness/images/ui-icons_ef8c08_256x240.png
Xwww/lxoffice-erp-2.6.3/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png
Xwww/lxoffice-erp-2.6.3/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png
Xwww/lxoffice-erp-2.6.3/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png
Xwww/lxoffice-erp-2.6.3/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png
Xwww/lxoffice-erp-2.6.3/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png
Xwww/lxoffice-erp-2.6.3/css/ui-lightness/images/ui-icons_ffffff_256x240.png
Xwww/lxoffice-erp-2.6.3/css/ui-lightness/images/ui-icons_222222_256x240.png
Xwww/lxoffice-erp-2.6.3/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png
Xwww/lxoffice-erp-2.6.3/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png
Xwww/lxoffice-erp-2.6.3/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png
Xwww/lxoffice-erp-2.6.3/css/ui-lightness/jquery-ui-1.8.12.custom.css
Xwww/lxoffice-erp-2.6.3/css/frame_header/header.css
Xwww/lxoffice-erp-2.6.3/css/dhtmlsuite/menu-item.css
Xwww/lxoffice-erp-2.6.3/css/dhtmlsuite/menu-bar.css
Xwww/lxoffice-erp-2.6.3/licenses.pl
Xwww/lxoffice-erp-2.6.3/favicon.ico
Xwww/lxoffice-erp-2.6.3/am.pl
Xwww/lxoffice-erp-2.6.3/bankaccounts.pl
Xwww/lxoffice-erp-2.6.3/projects.pl
Xwww/lxoffice-erp-2.6.3/scripts/rose_auto_create_model.pl
Xwww/lxoffice-erp-2.6.3/scripts/locales.pl
Xwww/lxoffice-erp-2.6.3/scripts/make_docs.pl
Xwww/lxoffice-erp-2.6.3/scripts/create_tags_file.pl
Xwww/lxoffice-erp-2.6.3/scripts/inst_postgres.sh
Xwww/lxoffice-erp-2.6.3/scripts/migrate_template_to_t8.pl
Xwww/lxoffice-erp-2.6.3/scripts/set_permissions.sh
Xwww/lxoffice-erp-2.6.3/scripts/find-use.pl
Xwww/lxoffice-erp-2.6.3/scripts/console
Xwww/lxoffice-erp-2.6.3/scripts/installation_check.pl
Xwww/lxoffice-erp-2.6.3/scripts/boot/upstart/lx-office-task-server.conf
Xwww/lxoffice-erp-2.6.3/scripts/boot/system-v/lx-office-task-server
Xwww/lxoffice-erp-2.6.3/scripts/spawn_oo.pl
Xwww/lxoffice-erp-2.6.3/scripts/oo-uno-test-conn.py
Xwww/lxoffice-erp-2.6.3/scripts/task_server.pl
Xwww/lxoffice-erp-2.6.3/scripts/mklinks.sh
Xwww/lxoffice-erp-2.6.3/scripts/dbupgrade2_tool.pl
Xwww/lxoffice-erp-2.6.3/scripts/pl2tmpl.pl
Xwww/lxoffice-erp-2.6.3/scripts/oo-uno-convert-pdf.py
Xwww/lxoffice-erp-2.6.3/scripts/templ2t8.pl
Xwww/lxoffice-erp-2.6.3/scripts/inst_postgres_deb.sh
Xwww/lxoffice-erp-2.6.3/scripts/.htaccess
Xwww/lxoffice-erp-2.6.3/amcvar.pl
Xwww/lxoffice-erp-2.6.3/menuv3.pl
Xwww/lxoffice-erp-2.6.3/pe.pl
Xwww/lxoffice-erp-2.6.3/webdav/anfragen/.gitignore
Xwww/lxoffice-erp-2.6.3/webdav/anfragen/.dummy
Xwww/lxoffice-erp-2.6.3/webdav/bestellungen/.dummy
Xwww/lxoffice-erp-2.6.3/webdav/bestellungen/.gitignore
Xwww/lxoffice-erp-2.6.3/webdav/angebote/.gitignore
Xwww/lxoffice-erp-2.6.3/webdav/angebote/.dummy
Xwww/lxoffice-erp-2.6.3/webdav/gutschriften/.dummy
Xwww/lxoffice-erp-2.6.3/webdav/gutschriften/.gitignore
Xwww/lxoffice-erp-2.6.3/webdav/einkaufsrechnungen/.dummy
Xwww/lxoffice-erp-2.6.3/webdav/einkaufsrechnungen/.gitignore
Xwww/lxoffice-erp-2.6.3/webdav/lieferantenbestellungen/.dummy
Xwww/lxoffice-erp-2.6.3/webdav/lieferantenbestellungen/.gitignore
Xwww/lxoffice-erp-2.6.3/webdav/rechnungen/.gitignore
Xwww/lxoffice-erp-2.6.3/webdav/rechnungen/.dummy
Xwww/lxoffice-erp-2.6.3/controller.pl
Xwww/lxoffice-erp-2.6.3/login.pl
Xwww/lxoffice-erp-2.6.3/admin.pl
Xwww/lxoffice-erp-2.6.3/olcom/tmp/.dummy
Xwww/lxoffice-erp-2.6.3/olcom/c2s.gif
Xwww/lxoffice-erp-2.6.3/olcom/olcomexport.php
Xwww/lxoffice-erp-2.6.3/olcom/trans.php
Xwww/lxoffice-erp-2.6.3/olcom/diff.php
Xwww/lxoffice-erp-2.6.3/olcom/handbuch.odt
Xwww/lxoffice-erp-2.6.3/olcom/artistic_license
Xwww/lxoffice-erp-2.6.3/olcom/Shop.png
Xwww/lxoffice-erp-2.6.3/olcom/s2e.gif
Xwww/lxoffice-erp-2.6.3/olcom/e2c.gif
Xwww/lxoffice-erp-2.6.3/olcom/olcom.png
Xwww/lxoffice-erp-2.6.3/olcom/pixel_trans.gif
Xwww/lxoffice-erp-2.6.3/olcom/conf.php
Xwww/lxoffice-erp-2.6.3/olcom/shoplib.php
Xwww/lxoffice-erp-2.6.3/olcom/erpexport.php
Xwww/lxoffice-erp-2.6.3/olcom/confedit.php
Xwww/lxoffice-erp-2.6.3/olcom/e2s.gif
Xwww/lxoffice-erp-2.6.3/olcom/handbuch.pdf
Xwww/lxoffice-erp-2.6.3/olcom/menu.ini
Xwww/lxoffice-erp-2.6.3/olcom/olCom.png
Xwww/lxoffice-erp-2.6.3/olcom/readme.first
Xwww/lxoffice-erp-2.6.3/olcom/shopimport_csv.php
Xwww/lxoffice-erp-2.6.3/olcom/shopimport_db.php
Xwww/lxoffice-erp-2.6.3/cp.pl
Xwww/lxoffice-erp-2.6.3/xtcom/trans.php
Xwww/lxoffice-erp-2.6.3/xtcom/tmp/.dummy
Xwww/lxoffice-erp-2.6.3/xtcom/diff.php
Xwww/lxoffice-erp-2.6.3/xtcom/c2s.gif
Xwww/lxoffice-erp-2.6.3/xtcom/shopimport_db.php
Xwww/lxoffice-erp-2.6.3/xtcom/shoplib.php
Xwww/lxoffice-erp-2.6.3/xtcom/xtcom.sql
Xwww/lxoffice-erp-2.6.3/xtcom/conf.php
Xwww/lxoffice-erp-2.6.3/xtcom/shopimport_csv.php
Xwww/lxoffice-erp-2.6.3/xtcom/Shop.png
Xwww/lxoffice-erp-2.6.3/xtcom/e2c.gif
Xwww/lxoffice-erp-2.6.3/xtcom/s2e.gif
Xwww/lxoffice-erp-2.6.3/xtcom/confedit.php
Xwww/lxoffice-erp-2.6.3/xtcom/erpexport.php
Xwww/lxoffice-erp-2.6.3/xtcom/xtcomexport.php
Xwww/lxoffice-erp-2.6.3/xtcom/readme.first
Xwww/lxoffice-erp-2.6.3/xtcom/pixel_trans.gif
Xwww/lxoffice-erp-2.6.3/xtcom/e2s.gif
Xwww/lxoffice-erp-2.6.3/xtcom/handbuch.pdf
Xwww/lxoffice-erp-2.6.3/xtcom/menu.ini
Xwww/lxoffice-erp-2.6.3/xtcom/artistic_license
Xwww/lxoffice-erp-2.6.3/gl.pl
Xwww/lxoffice-erp-2.6.3/todo.pl
Xwww/lxoffice-erp-2.6.3/menuv4.pl
Xwww/lxoffice-erp-2.6.3/locale/.htaccess
Xwww/lxoffice-erp-2.6.3/locale/de/.gitignore
Xwww/lxoffice-erp-2.6.3/locale/de/LANGUAGE
Xwww/lxoffice-erp-2.6.3/locale/de/Num2text
Xwww/lxoffice-erp-2.6.3/locale/de/special_chars
Xwww/lxoffice-erp-2.6.3/locale/de/COPYING
Xwww/lxoffice-erp-2.6.3/locale/de/all
Xwww/lxoffice-erp-2.6.3/locale/de/charset
Xwww/lxoffice-erp-2.6.3/locale/fr/all.old
Xwww/lxoffice-erp-2.6.3/locale/fr/LANGUAGE.deactivated
Xwww/lxoffice-erp-2.6.3/locale/fr/all
Xwww/lxoffice-erp-2.6.3/locale/fr/missing
Xwww/lxoffice-erp-2.6.3/locale/fr/charset
Xwww/lxoffice-erp-2.6.3/locale/fr/COPYING
Xwww/lxoffice-erp-2.6.3/locale/en/charset
Xwww/lxoffice-erp-2.6.3/locale/en/COPYING
Xwww/lxoffice-erp-2.6.3/locale/en/.gitignore
Xwww/lxoffice-erp-2.6.3/locale/en/LANGUAGE
Xwww/lxoffice-erp-2.6.3/locale/en/all
Xwww/lxoffice-erp-2.6.3/locale/de_DE/special_chars
Xwww/lxoffice-erp-2.6.3/locale/de_DE/Num2text
Xwww/lxoffice-erp-2.6.3/locale/de_DE/LANGUAGE
Xwww/lxoffice-erp-2.6.3/locale/de_DE/all
Xwww/lxoffice-erp-2.6.3/locale/de_DE/COPYING
Xwww/lxoffice-erp-2.6.3/locale/de_DE/charset
Xwww/lxoffice-erp-2.6.3/locale/de_DE/.gitignore
Xwww/lxoffice-erp-2.6.3/pepper/pepperexport.php
Xwww/lxoffice-erp-2.6.3/pepper/c2s.gif
Xwww/lxoffice-erp-2.6.3/pepper/trans.php
Xwww/lxoffice-erp-2.6.3/pepper/tmp/.dummy
Xwww/lxoffice-erp-2.6.3/pepper/menu.ini
Xwww/lxoffice-erp-2.6.3/pepper/export_to_erp/initialize_module.php
Xwww/lxoffice-erp-2.6.3/pepper/export_to_erp/tmp/.dummy
Xwww/lxoffice-erp-2.6.3/pepper/export_to_erp/export_to_erp.php
Xwww/lxoffice-erp-2.6.3/pepper/export_to_erp/modul_admin_img.gif
Xwww/lxoffice-erp-2.6.3/pepper/shopimport_db.php
Xwww/lxoffice-erp-2.6.3/pepper/s2e.gif
Xwww/lxoffice-erp-2.6.3/pepper/e2c.gif
Xwww/lxoffice-erp-2.6.3/pepper/erpexport.php
Xwww/lxoffice-erp-2.6.3/pepper/confedit.php
Xwww/lxoffice-erp-2.6.3/pepper/diff.php
Xwww/lxoffice-erp-2.6.3/pepper/e2s.gif
Xwww/lxoffice-erp-2.6.3/pepper/handbuch.pdf
Xwww/lxoffice-erp-2.6.3/pepper/conf.php
Xwww/lxoffice-erp-2.6.3/pepper/readme.first
Xwww/lxoffice-erp-2.6.3/templates/Service-income_statement.html
Xwww/lxoffice-erp-2.6.3/templates/Service-sales_order.tex
Xwww/lxoffice-erp-2.6.3/templates/French-sales_order.tex
Xwww/lxoffice-erp-2.6.3/templates/French-purchase_order.html
Xwww/lxoffice-erp-2.6.3/templates/German-sales_order.tex
Xwww/lxoffice-erp-2.6.3/templates/German-ustva-2005.tex
Xwww/lxoffice-erp-2.6.3/templates/Service-purchase_order.html
Xwww/lxoffice-erp-2.6.3/templates/German-request_quotation.html
Xwww/lxoffice-erp-2.6.3/templates/German-sales_delivery_order.tex
Xwww/lxoffice-erp-2.6.3/templates/German-bin_list.html
Xwww/lxoffice-erp-2.6.3/templates/Default-statement.tex
Xwww/lxoffice-erp-2.6.3/templates/Default-sales_quotation.html
Xwww/lxoffice-erp-2.6.3/templates/German-balance_sheet.html
Xwww/lxoffice-erp-2.6.3/templates/Default-sales_order.tex
Xwww/lxoffice-erp-2.6.3/templates/French-invoice.html
Xwww/lxoffice-erp-2.6.3/templates/French-invoice.tex
Xwww/lxoffice-erp-2.6.3/templates/German-purchase_order.tex
Xwww/lxoffice-erp-2.6.3/templates/French-statement.html
Xwww/lxoffice-erp-2.6.3/templates/French-sales_order.html
Xwww/lxoffice-erp-2.6.3/templates/German-ustva-2004.tex
Xwww/lxoffice-erp-2.6.3/templates/Service-balance_sheet.html
Xwww/lxoffice-erp-2.6.3/templates/Default-request_quotation.html
Xwww/lxoffice-erp-2.6.3/templates/Service-receipt.tex
Xwww/lxoffice-erp-2.6.3/templates/Service-purchase_order.tex
Xwww/lxoffice-erp-2.6.3/templates/.htaccess
Xwww/lxoffice-erp-2.6.3/templates/German-sales_quotation.tex
Xwww/lxoffice-erp-2.6.3/templates/German-invoice.tex
Xwww/lxoffice-erp-2.6.3/templates/German-winston.xml
Xwww/lxoffice-erp-2.6.3/templates/German-credit_note.tex
Xwww/lxoffice-erp-2.6.3/templates/Default-pick_list.html
Xwww/lxoffice-erp-2.6.3/templates/Default-statement.html
Xwww/lxoffice-erp-2.6.3/templates/Default-sales_order.html
Xwww/lxoffice-erp-2.6.3/templates/German-bwa.html
Xwww/lxoffice-erp-2.6.3/templates/Default-sales_quotation.tex
Xwww/lxoffice-erp-2.6.3/templates/German-sales_quotation.odt
Xwww/lxoffice-erp-2.6.3/templates/German-statement.tex
Xwww/lxoffice-erp-2.6.3/templates/Default-invoice.tex
Xwww/lxoffice-erp-2.6.3/templates/Service-statement.tex
Xwww/lxoffice-erp-2.6.3/templates/Default-bin_list.html
Xwww/lxoffice-erp-2.6.3/templates/German-invoice.odt
Xwww/lxoffice-erp-2.6.3/templates/Default-balance_sheet.html
Xwww/lxoffice-erp-2.6.3/templates/German-zahlungserinnerung.tex
Xwww/lxoffice-erp-2.6.3/templates/Service-invoice.tex
Xwww/lxoffice-erp-2.6.3/templates/Default-purchase_order.tex
Xwww/lxoffice-erp-2.6.3/templates/Service-statement.html
Xwww/lxoffice-erp-2.6.3/templates/German-receipt.tex
Xwww/lxoffice-erp-2.6.3/templates/German-invoice.html
Xwww/lxoffice-erp-2.6.3/templates/German-ustva-2007.tex
Xwww/lxoffice-erp-2.6.3/templates/Default-income_statement.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/am/edit_tax.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/am/list_warehouses.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/am/config.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/am/confirm_delete_warehouse.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/am/edit_price_factor.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/am/list_tax.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/am/edit_units.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/am/edit_warehouse.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/am/edit_accounts.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/am/edit_defaults.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/am/list_price_factors.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/am/list_account_details.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/am/list_accounts.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/am/edit_templates.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/admin_printer/list.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/admin_printer/edit.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/admin_printer/login.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/admin_printer/_login_form.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/is/form_header.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/is/_payments.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/is/form_footer.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/menu/menuv3.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/menu/header.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/menu/menuv4.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/menu/menunew.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/generic/select_delivery_customer.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/generic/print_options.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/generic/new_item.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/generic/autocomplete.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/generic/set_longdescription.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/generic/error.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/generic/cov_selection.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/generic/select_vendor.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/generic/multibox.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/generic/information.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/generic/calculate_qty.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/generic/edit_email.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/generic/select_part.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/generic/part_selection.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/ap/search.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/ap/ap_transactions_bottom.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/todo/show_todo_list.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/payment_term/form.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/payment_term/list.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/projects/project_form.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/projects/search.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/acctranscorrections/fix_ap_ar_wrong_taxkeys.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/acctranscorrections/assistant_for_ap_ar_wrong_taxkeys.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/acctranscorrections/delete_transaction.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/acctranscorrections/fix_invoice_inventory_with_taxkeys.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/acctranscorrections/delete_transaction_confirmation.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/acctranscorrections/assistant_for_invoice_inventory_with_taxkeys.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/acctranscorrections/assistant_for_wrong_taxkeys.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/acctranscorrections/analyze_filter.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/acctranscorrections/assistant_for_wrong_taxes.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/acctranscorrections/analyze_overview.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/acctranscorrections/fix_wrong_taxkeys.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/ic/choice.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/ic/parts_language_selection.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/ic/form_header.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/ic/search.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/ic/search_update_prices.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/ic/ajax_autocomplete.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/ic/form_footer.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/ic/confirm_price_update.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/ic/makemodel.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/ic/generate_report_bottom.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/ic/price_row.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/ic/assembly_row.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/do/stock_out_form.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/do/form_footer.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/do/delete.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/do/orders_top.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/do/form_header.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/do/stock_in_form.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/do/orders_bottom.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/do/search.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/do/set_stock_in_out.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/dunning/add.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/dunning/show_invoices.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/dunning/set_email.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/dunning/show_dunning_bottom.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/dunning/edit_config.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/dunning/show_dunning_top.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/dunning/search.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/common/search_history.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/common/show_history.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/common/flash.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/common/show_vc_details.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/report_generator/html_report.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/report_generator/pdf_export_options.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/report_generator/csv_export_options.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/generictranslations/edit_greetings.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/generictranslations/edit_sepa_strings.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/oe/report_for_todo_list.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/oe/sales_order.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/oe/orders_top.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/oe/search.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/oe/check_for_direct_delivery.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/oe/form_footer.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/oe/orders_bottom.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/oe/periodic_invoices_email.txt
Xwww/lxoffice-erp-2.6.3/templates/webpages/oe/edit_periodic_invoices_config.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/oe/save_periodic_invoices_config.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/oe/form_header.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/wh/warehouse_selection.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/wh/journal_filter.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/wh/warehouse_selection_assembly.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/wh/removal_parts_selection.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/wh/warehouse_selection_stock.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/wh/report_filter.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/wh/transfer_parts_selection.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/sepa/bank_transfer_create.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/sepa/bank_transfer_list_bottom.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/sepa/bank_transfer_created.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/sepa/bank_transfer_mark_as_closed_step1.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/sepa/bank_transfer_add.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/sepa/bank_transfer_list_top.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/sepa/bank_transfer_search.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/sepa/bank_transfer_edit.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/rp/balance_sheet.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/rp/aging_ar_bottom.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/rp/html_report_susa.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/rp/aging_ar_top.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/vk/search_invoice.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/ct/form_header.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/ct/get_delivery.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/ct/form_footer.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/ct/list_names_bottom.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/ct/ajax_autocomplete.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/ct/search.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/dbupgrade/units_parts_done.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/dbupgrade/SKR04_3804_already_exists.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/dbupgrade/units_error.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/dbupgrade/warehouse_form.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/dbupgrade/units_set_default_done.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/dbupgrade/coa_guess.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/dbupgrade/std_buchungsgruppen_unknown_coa.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/dbupgrade/buchungsgruppen_assemblies.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/dbupgrade/buchungsgruppen_header.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/dbupgrade/units_parts.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/dbupgrade/units_services.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/dbupgrade/cp_greeting_update_form.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/dbupgrade/warning.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/dbupgrade/footer.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/dbupgrade/buchungsgruppen_parts.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/dbupgrade/units_header.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/dbupgrade/update_templates_warnings.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/dbupgrade/SKR04_3804_update.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/dbupgrade/units_set_default.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/dbupgrade/buchungsgruppen_parts_done.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/dbupgrade/buchungsgruppen_footer.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/dbupgrade/units_services_done.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/dbupgrade/buchungsgruppen_services.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/dbupgrade/header.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/dbupgrade/error.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/dbupgrade/buchungsgruppen_services_done.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/dbupgrade/buchungsgruppen_assemblies_done.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/dbupgrade/upgrade_message2.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/ir/form_footer.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/ir/_payments.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/ir/form_header.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/fu/report_bottom.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/fu/report_for_todo_list.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/fu/search.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/fu/close_window.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/fu/add_edit.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/fu/edit_access_rights.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/fu/report_top.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/ar/search.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/ar/ar_transactions_bottom.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/drafts/save_new.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/drafts/load.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/webdav/_list.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/gl/generate_report_bottom.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/gl/form_header_chart_balances_js.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/login/auth_db_unreachable.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/login/company_logo.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/login/password_error.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/login/authentication_pl_missing.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/login/login_screen.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/login/old_configuration_files.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/amcvar/list_cvar_configs.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/amcvar/display_cvar_config_form.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/amcvar/render_checkboxes.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/amcvar/render_inputs.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/amcvar/render_inputs_block.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/amcvar/search_include.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/amcvar/search_filter.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/admin/dbupgrade_footer.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/admin/backup_dataset.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/admin/dbcreate.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/admin/edit_user.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/admin/user_migration_done.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/admin/backup_dataset_email_done.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/admin/create_standard_group_ask.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/admin/restore_dataset_start_footer.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/admin/restore_dataset.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/admin/edit_groups.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/admin/dbupgrade_all_header.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/admin/user_migration_complete.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/admin/dbdelete.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/admin/edit_group.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/admin/delete_dataset.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/admin/user_migration.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/admin/delete_group_confirm.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/admin/check_auth_database.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/admin/dbupgrade_all_done.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/admin/dbupgrade_header.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/admin/test_db_connection.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/admin/list_users.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/admin/restore_dataset_start_header.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/admin/update_dataset.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/admin/check_auth_tables.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/admin/create_dataset.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/admin/edit_group_membership.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/admin/adminlogin.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/admin/dbadmin.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/datev/net_gross_difference.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/ustva/config_step1.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/ustva/generic_taxreport.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/ustva/config_step2.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/ustva/report.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/bankaccounts/bank_account_list_bottom.html
Xwww/lxoffice-erp-2.6.3/templates/webpages/bankaccounts/bank_account_display_form.html
Xwww/lxoffice-erp-2.6.3/templates/German-sales_order.html
Xwww/lxoffice-erp-2.6.3/templates/German-check.tex
Xwww/lxoffice-erp-2.6.3/templates/Default-request_quotation.tex
Xwww/lxoffice-erp-2.6.3/templates/French-balance_sheet.html
Xwww/lxoffice-erp-2.6.3/templates/.gitignore
Xwww/lxoffice-erp-2.6.3/templates/Default-pick_list.tex
Xwww/lxoffice-erp-2.6.3/templates/French-purchase_order.tex
Xwww/lxoffice-erp-2.6.3/templates/Default-receipt.tex
Xwww/lxoffice-erp-2.6.3/templates/German-zahlungserinnerung_invoice.tex
Xwww/lxoffice-erp-2.6.3/templates/German-bin_list.tex
Xwww/lxoffice-erp-2.6.3/templates/German-purchase_order.html
Xwww/lxoffice-erp-2.6.3/templates/Default-check.tex
Xwww/lxoffice-erp-2.6.3/templates/Default-invoice.html
Xwww/lxoffice-erp-2.6.3/templates/German-ustva.tex
Xwww/lxoffice-erp-2.6.3/templates/Service-sales_order.html
Xwww/lxoffice-erp-2.6.3/templates/Service-invoice.html
Xwww/lxoffice-erp-2.6.3/templates/German-statement.html
Xwww/lxoffice-erp-2.6.3/templates/German-taxbird.txb
Xwww/lxoffice-erp-2.6.3/templates/German-sales_quotation.html
Xwww/lxoffice-erp-2.6.3/templates/French-income_statement.html
Xwww/lxoffice-erp-2.6.3/templates/German-ustva.html
Xwww/lxoffice-erp-2.6.3/templates/French-statement.tex
Xwww/lxoffice-erp-2.6.3/templates/Default-purchase_order.html
Xwww/lxoffice-erp-2.6.3/templates/German-request_quotation.tex
Xwww/lxoffice-erp-2.6.3/templates/Default-bin_list.tex
Xwww/lxoffice-erp-2.6.3/templates/German-pick_list.tex
Xwww/lxoffice-erp-2.6.3/templates/German-pick_list.html
Xwww/lxoffice-erp-2.6.3/templates/Service-check.tex
Xwww/lxoffice-erp-2.6.3/templates/French-receipt.tex
Xwww/lxoffice-erp-2.6.3/templates/German-ustva-2008.tex
Xwww/lxoffice-erp-2.6.3/templates/French-check.tex
Xwww/lxoffice-erp-2.6.3/templates/German-ustva-2006.tex
Xwww/lxoffice-erp-2.6.3/templates/German-income_statement.html
Xwww/lxoffice-erp-2.6.3/dispatcher.pl
Xwww/lxoffice-erp-2.6.3/datev.pl
Xwww/lxoffice-erp-2.6.3/menunew.pl
Xwww/lxoffice-erp-2.6.3/js/FormManager.js
Xwww/lxoffice-erp-2.6.3/js/edit_periodic_invoices_config.js
Xwww/lxoffice-erp-2.6.3/js/customer_or_vendor_selection.js
Xwww/lxoffice-erp-2.6.3/js/delivery_customer_selection.js
Xwww/lxoffice-erp-2.6.3/js/jscalendar/menuarrow.gif
Xwww/lxoffice-erp-2.6.3/js/jscalendar/calendar.js
Xwww/lxoffice-erp-2.6.3/js/jscalendar/calendar-win2k-1.css
Xwww/lxoffice-erp-2.6.3/js/jscalendar/menuarrow2.gif
Xwww/lxoffice-erp-2.6.3/js/jscalendar/lang/calendar-cs-win.js
Xwww/lxoffice-erp-2.6.3/js/jscalendar/lang/calendar-pl-utf8.js
Xwww/lxoffice-erp-2.6.3/js/jscalendar/lang/calendar-sv.js
Xwww/lxoffice-erp-2.6.3/js/jscalendar/lang/calendar-hu.js
Xwww/lxoffice-erp-2.6.3/js/jscalendar/lang/calendar-ko-utf8.js
Xwww/lxoffice-erp-2.6.3/js/jscalendar/lang/calendar-af.js
Xwww/lxoffice-erp-2.6.3/js/jscalendar/lang/calendar-en.js
Xwww/lxoffice-erp-2.6.3/js/jscalendar/lang/calendar-sp.js
Xwww/lxoffice-erp-2.6.3/js/jscalendar/lang/calendar-ko.js
Xwww/lxoffice-erp-2.6.3/js/jscalendar/lang/calendar-pl.js
Xwww/lxoffice-erp-2.6.3/js/jscalendar/lang/calendar-it.js
Xwww/lxoffice-erp-2.6.3/js/jscalendar/lang/calendar-ru.js
Xwww/lxoffice-erp-2.6.3/js/jscalendar/lang/calendar-tr.js
Xwww/lxoffice-erp-2.6.3/js/jscalendar/lang/calendar-el.js
Xwww/lxoffice-erp-2.6.3/js/jscalendar/lang/calendar-hr.js
Xwww/lxoffice-erp-2.6.3/js/jscalendar/lang/calendar-fr.js
Xwww/lxoffice-erp-2.6.3/js/jscalendar/lang/calendar-es.js
Xwww/lxoffice-erp-2.6.3/js/jscalendar/lang/calendar-du.js
Xwww/lxoffice-erp-2.6.3/js/jscalendar/lang/calendar-br.js
Xwww/lxoffice-erp-2.6.3/js/jscalendar/lang/calendar-da.js
Xwww/lxoffice-erp-2.6.3/js/jscalendar/lang/calendar-ca.js
Xwww/lxoffice-erp-2.6.3/js/jscalendar/lang/calendar-hr-utf8.js
Xwww/lxoffice-erp-2.6.3/js/jscalendar/lang/calendar-lt-utf8.js
Xwww/lxoffice-erp-2.6.3/js/jscalendar/lang/calendar-nl.js
Xwww/lxoffice-erp-2.6.3/js/jscalendar/lang/calendar-pt.js
Xwww/lxoffice-erp-2.6.3/js/jscalendar/lang/calendar-sk.js
Xwww/lxoffice-erp-2.6.3/js/jscalendar/lang/calendar-lt.js
Xwww/lxoffice-erp-2.6.3/js/jscalendar/lang/calendar-de.js
Xwww/lxoffice-erp-2.6.3/js/jscalendar/lang/calendar-no.js
Xwww/lxoffice-erp-2.6.3/js/jscalendar/lang/calendar-si.js
Xwww/lxoffice-erp-2.6.3/js/jscalendar/lang/calendar-jp.js
Xwww/lxoffice-erp-2.6.3/js/jscalendar/lang/calendar-zh.js
Xwww/lxoffice-erp-2.6.3/js/jscalendar/lang/calendar-fi.js
Xwww/lxoffice-erp-2.6.3/js/jscalendar/lang/calendar-ro.js
Xwww/lxoffice-erp-2.6.3/js/jscalendar/calendar-setup.js
Xwww/lxoffice-erp-2.6.3/js/jquery.multiselect2side.js
Xwww/lxoffice-erp-2.6.3/js/part_selection.js
Xwww/lxoffice-erp-2.6.3/js/calculate_qty.js
Xwww/lxoffice-erp-2.6.3/js/parts_language_selection.js
Xwww/lxoffice-erp-2.6.3/js/jquery.selectboxes.js
Xwww/lxoffice-erp-2.6.3/js/tabcontent.js
Xwww/lxoffice-erp-2.6.3/js/jquery.checkall.js
Xwww/lxoffice-erp-2.6.3/js/checkbox_utils.js
Xwww/lxoffice-erp-2.6.3/js/jquery.form.js
Xwww/lxoffice-erp-2.6.3/js/show_vc_details.js
Xwww/lxoffice-erp-2.6.3/js/switchmenuframe.js
Xwww/lxoffice-erp-2.6.3/js/jquery-autocomplete/jquery.autocomplete.pack.js
Xwww/lxoffice-erp-2.6.3/js/vendor_selection.js
Xwww/lxoffice-erp-2.6.3/js/show_form_details.js
Xwww/lxoffice-erp-2.6.3/js/jquery-ui.js
Xwww/lxoffice-erp-2.6.3/js/common.js
Xwww/lxoffice-erp-2.6.3/js/follow_up.js
Xwww/lxoffice-erp-2.6.3/js/jquery.autocomplete.js
Xwww/lxoffice-erp-2.6.3/js/show_history.js
Xwww/lxoffice-erp-2.6.3/js/dunning.js
Xwww/lxoffice-erp-2.6.3/js/jquery/jquery-1.4.4.min.js
Xwww/lxoffice-erp-2.6.3/js/jquery/jquery-1.4.4.js
Xwww/lxoffice-erp-2.6.3/js/jquery/jquery-ui-1.8.12.custom.min.js
Xwww/lxoffice-erp-2.6.3/js/stock_in_out.js
Xwww/lxoffice-erp-2.6.3/js/dhtmlsuite/menu-for-applications.js
Xwww/lxoffice-erp-2.6.3/js/wz_tooltip.js
Xwww/lxoffice-erp-2.6.3/js/jquery.js
X@dirrm www/lxoffice-erp-2.6.3/lxo-import
X@dirrm www/lxoffice-erp-2.6.3/image/icons/24x24
X@dirrm www/lxoffice-erp-2.6.3/image/icons/32x32
X@dirrm www/lxoffice-erp-2.6.3/image/icons/16x16
X@dirrm www/lxoffice-erp-2.6.3/image/icons
X@dirrm www/lxoffice-erp-2.6.3/image/dhtmlsuite
X@dirrm www/lxoffice-erp-2.6.3/image
X@dirrm www/lxoffice-erp-2.6.3/DEBIAN/DEBIAN
X@dirrm www/lxoffice-erp-2.6.3/DEBIAN
X@dirrm www/lxoffice-erp-2.6.3/oscom/tmp
X@dirrm www/lxoffice-erp-2.6.3/oscom
X@dirrmtry www/lxoffice-erp-2.6.3/config
X@dirrmtry www/lxoffice-erp-2.6.3/spool
X@dirrm www/lxoffice-erp-2.6.3/users/.openoffice.org2/user/basic/Standard
X@dirrm www/lxoffice-erp-2.6.3/users/.openoffice.org2/user/basic
X@dirrm www/lxoffice-erp-2.6.3/users/.openoffice.org2/user/config/soffice.cfg/modules/swriter/accelerator/en-US
X@dirrm www/lxoffice-erp-2.6.3/users/.openoffice.org2/user/config/soffice.cfg/modules/swriter/accelerator
X@dirrm www/lxoffice-erp-2.6.3/users/.openoffice.org2/user/config/soffice.cfg/modules/swriter
X@dirrm www/lxoffice-erp-2.6.3/users/.openoffice.org2/user/config/soffice.cfg/modules
X@dirrm www/lxoffice-erp-2.6.3/users/.openoffice.org2/user/config/soffice.cfg/global/accelerator/en-US
X@dirrm www/lxoffice-erp-2.6.3/users/.openoffice.org2/user/config/soffice.cfg/global/accelerator
X@dirrm www/lxoffice-erp-2.6.3/users/.openoffice.org2/user/config/soffice.cfg/global
X@dirrm www/lxoffice-erp-2.6.3/users/.openoffice.org2/user/config/soffice.cfg
X@dirrm www/lxoffice-erp-2.6.3/users/.openoffice.org2/user/config
X@dirrm www/lxoffice-erp-2.6.3/users/.openoffice.org2/user/registry/data/org/openoffice/Office/UI
X@dirrm www/lxoffice-erp-2.6.3/users/.openoffice.org2/user/registry/data/org/openoffice/Office
X@dirrm www/lxoffice-erp-2.6.3/users/.openoffice.org2/user/registry/data/org/openoffice
X@dirrm www/lxoffice-erp-2.6.3/users/.openoffice.org2/user/registry/data/org
X@dirrm www/lxoffice-erp-2.6.3/users/.openoffice.org2/user/registry/data
X@dirrm www/lxoffice-erp-2.6.3/users/.openoffice.org2/user/registry
X@dirrm www/lxoffice-erp-2.6.3/users/.openoffice.org2/user/gallery
X@dirrm www/lxoffice-erp-2.6.3/users/.openoffice.org2/user/psprint
X@dirrm www/lxoffice-erp-2.6.3/users/.openoffice.org2/user/autotext
X@dirrm www/lxoffice-erp-2.6.3/users/.openoffice.org2/user
X@dirrm www/lxoffice-erp-2.6.3/users/.openoffice.org2
X@dirrmtry www/lxoffice-erp-2.6.3/users
X@dirrm www/lxoffice-erp-2.6.3/bin/mozilla
X@dirrm www/lxoffice-erp-2.6.3/bin
X@dirrm www/lxoffice-erp-2.6.3/xslt
X@dirrm www/lxoffice-erp-2.6.3/modules/fallback/DateTime/Event
X@dirrm www/lxoffice-erp-2.6.3/modules/fallback/DateTime
X@dirrm www/lxoffice-erp-2.6.3/modules/fallback/Daemon/Generic
X@dirrm www/lxoffice-erp-2.6.3/modules/fallback/Daemon
X@dirrm www/lxoffice-erp-2.6.3/modules/fallback/Email
X@dirrm www/lxoffice-erp-2.6.3/modules/fallback/File
X@dirrm www/lxoffice-erp-2.6.3/modules/fallback/Set/Infinite
X@dirrm www/lxoffice-erp-2.6.3/modules/fallback/Set
X@dirrm www/lxoffice-erp-2.6.3/modules/fallback/List
X@dirrm www/lxoffice-erp-2.6.3/modules/fallback/Exception
X@dirrm www/lxoffice-erp-2.6.3/modules/fallback/Sort
X@dirrm www/lxoffice-erp-2.6.3/modules/fallback
X@dirrm www/lxoffice-erp-2.6.3/modules/override/YAML/Dumper
X@dirrm www/lxoffice-erp-2.6.3/modules/override/YAML/Loader
X@dirrm www/lxoffice-erp-2.6.3/modules/override/YAML
X@dirrm www/lxoffice-erp-2.6.3/modules/override/Term/ReadLine/Perl
X@dirrm www/lxoffice-erp-2.6.3/modules/override/Term/ReadLine
X@dirrm www/lxoffice-erp-2.6.3/modules/override/Term
X@dirrm www/lxoffice-erp-2.6.3/modules/override/PDF
X@dirrm www/lxoffice-erp-2.6.3/modules/override/CGI
X@dirrm www/lxoffice-erp-2.6.3/modules/override/Devel/REPL/Plugin
X@dirrm www/lxoffice-erp-2.6.3/modules/override/Devel/REPL
X@dirrm www/lxoffice-erp-2.6.3/modules/override/Devel
X@dirrm www/lxoffice-erp-2.6.3/modules/override
X@dirrm www/lxoffice-erp-2.6.3/modules
X@dirrm www/lxoffice-erp-2.6.3/sql/Pg-upgrade2
X@dirrm www/lxoffice-erp-2.6.3/sql/Pg-upgrade2-auth
X@dirrm www/lxoffice-erp-2.6.3/sql/Pg-upgrade
X@dirrm www/lxoffice-erp-2.6.3/sql
X@dirrm www/lxoffice-erp-2.6.3/t/Support
X@dirrm www/lxoffice-erp-2.6.3/t/structure
X@dirrm www/lxoffice-erp-2.6.3/t/helper
X@dirrm www/lxoffice-erp-2.6.3/t/old/frontend
X@dirrm www/lxoffice-erp-2.6.3/t/old/backend
X@dirrm www/lxoffice-erp-2.6.3/t/old/selenium/incomming
X@dirrm www/lxoffice-erp-2.6.3/t/old/selenium/testscripts/administration/end
X@dirrm www/lxoffice-erp-2.6.3/t/old/selenium/testscripts/administration/begin
X@dirrm www/lxoffice-erp-2.6.3/t/old/selenium/testscripts/administration
X@dirrm www/lxoffice-erp-2.6.3/t/old/selenium/testscripts/masterdata/begin
X@dirrm www/lxoffice-erp-2.6.3/t/old/selenium/testscripts/masterdata/end
X@dirrm www/lxoffice-erp-2.6.3/t/old/selenium/testscripts/masterdata
X@dirrm www/lxoffice-erp-2.6.3/t/old/selenium/testscripts/reports/begin
X@dirrm www/lxoffice-erp-2.6.3/t/old/selenium/testscripts/reports/end
X@dirrm www/lxoffice-erp-2.6.3/t/old/selenium/testscripts/reports
X@dirrm www/lxoffice-erp-2.6.3/t/old/selenium/testscripts/selling/begin
X@dirrm www/lxoffice-erp-2.6.3/t/old/selenium/testscripts/selling/end
X@dirrm www/lxoffice-erp-2.6.3/t/old/selenium/testscripts/selling
X@dirrm www/lxoffice-erp-2.6.3/t/old/selenium/testscripts/accounting/end
X@dirrm www/lxoffice-erp-2.6.3/t/old/selenium/testscripts/accounting/begin
X@dirrm www/lxoffice-erp-2.6.3/t/old/selenium/testscripts/accounting
X@dirrm www/lxoffice-erp-2.6.3/t/old/selenium/testscripts/system/begin
X@dirrm www/lxoffice-erp-2.6.3/t/old/selenium/testscripts/system/end
X@dirrm www/lxoffice-erp-2.6.3/t/old/selenium/testscripts/system
X@dirrm www/lxoffice-erp-2.6.3/t/old/selenium/testscripts/payments/end
X@dirrm www/lxoffice-erp-2.6.3/t/old/selenium/testscripts/payments/begin
X@dirrm www/lxoffice-erp-2.6.3/t/old/selenium/testscripts/payments
X@dirrm www/lxoffice-erp-2.6.3/t/old/selenium/testscripts/purchase/begin
X@dirrm www/lxoffice-erp-2.6.3/t/old/selenium/testscripts/purchase/end
X@dirrm www/lxoffice-erp-2.6.3/t/old/selenium/testscripts/purchase
X@dirrm www/lxoffice-erp-2.6.3/t/old/selenium/testscripts/programm/begin
X@dirrm www/lxoffice-erp-2.6.3/t/old/selenium/testscripts/programm/end
X@dirrm www/lxoffice-erp-2.6.3/t/old/selenium/testscripts/programm
X@dirrm www/lxoffice-erp-2.6.3/t/old/selenium/testscripts/base
X@dirrm www/lxoffice-erp-2.6.3/t/old/selenium/testscripts/printing/end
X@dirrm www/lxoffice-erp-2.6.3/t/old/selenium/testscripts/printing/begin
X@dirrm www/lxoffice-erp-2.6.3/t/old/selenium/testscripts/printing
X@dirrm www/lxoffice-erp-2.6.3/t/old/selenium/testscripts
X@dirrm www/lxoffice-erp-2.6.3/t/old/selenium
X@dirrm www/lxoffice-erp-2.6.3/t/old/demolx/testscripts
X@dirrm www/lxoffice-erp-2.6.3/t/old/demolx
X@dirrm www/lxoffice-erp-2.6.3/t/old
X@dirrm www/lxoffice-erp-2.6.3/t
X@dirrm www/lxoffice-erp-2.6.3/SL/Helper
X@dirrm www/lxoffice-erp-2.6.3/SL/Template/Plugin
X@dirrm www/lxoffice-erp-2.6.3/SL/Template
X@dirrm www/lxoffice-erp-2.6.3/SL/DB/Manager
X@dirrm www/lxoffice-erp-2.6.3/SL/DB/Object
X@dirrm www/lxoffice-erp-2.6.3/SL/DB/Helper
X@dirrm www/lxoffice-erp-2.6.3/SL/DB/MetaSetup
X@dirrm www/lxoffice-erp-2.6.3/SL/DB
X@dirrm www/lxoffice-erp-2.6.3/SL/SEPA/XML
X@dirrm www/lxoffice-erp-2.6.3/SL/SEPA
X@dirrm www/lxoffice-erp-2.6.3/SL/Controller
X@dirrm www/lxoffice-erp-2.6.3/SL/DATEV
X@dirrm www/lxoffice-erp-2.6.3/SL/Auth
X@dirrm www/lxoffice-erp-2.6.3/SL/BackgroundJob
X@dirrm www/lxoffice-erp-2.6.3/SL
X@dirrm www/lxoffice-erp-2.6.3/doc/online/de
X@dirrm www/lxoffice-erp-2.6.3/doc/online
X@dirrm www/lxoffice-erp-2.6.3/doc/skr04-update-3804
X@dirrm www/lxoffice-erp-2.6.3/doc/modules
X@dirrm www/lxoffice-erp-2.6.3/doc
X@dirrm www/lxoffice-erp-2.6.3/css/ui-lightness/images
X@dirrm www/lxoffice-erp-2.6.3/css/ui-lightness
X@dirrm www/lxoffice-erp-2.6.3/css/frame_header
X@dirrm www/lxoffice-erp-2.6.3/css/dhtmlsuite
X@dirrm www/lxoffice-erp-2.6.3/css
X@dirrm www/lxoffice-erp-2.6.3/scripts/boot/upstart
X@dirrm www/lxoffice-erp-2.6.3/scripts/boot/system-v
X@dirrm www/lxoffice-erp-2.6.3/scripts/boot
X@dirrm www/lxoffice-erp-2.6.3/scripts
X@dirrm www/lxoffice-erp-2.6.3/webdav/anfragen
X@dirrm www/lxoffice-erp-2.6.3/webdav/bestellungen
X@dirrm www/lxoffice-erp-2.6.3/webdav/angebote
X@dirrm www/lxoffice-erp-2.6.3/webdav/gutschriften
X@dirrm www/lxoffice-erp-2.6.3/webdav/einkaufsrechnungen
X@dirrm www/lxoffice-erp-2.6.3/webdav/lieferantenbestellungen
X@dirrm www/lxoffice-erp-2.6.3/webdav/rechnungen
X@dirrmtry www/lxoffice-erp-2.6.3/webdav
X@dirrm www/lxoffice-erp-2.6.3/olcom/tmp
X@dirrm www/lxoffice-erp-2.6.3/olcom
X@dirrm www/lxoffice-erp-2.6.3/xtcom/tmp
X@dirrm www/lxoffice-erp-2.6.3/xtcom
X@dirrm www/lxoffice-erp-2.6.3/locale/de
X@dirrm www/lxoffice-erp-2.6.3/locale/fr
X@dirrm www/lxoffice-erp-2.6.3/locale/en
X@dirrm www/lxoffice-erp-2.6.3/locale/de_DE
X@dirrm www/lxoffice-erp-2.6.3/locale
X@dirrm www/lxoffice-erp-2.6.3/pepper/tmp
X@dirrm www/lxoffice-erp-2.6.3/pepper/export_to_erp/tmp
X@dirrm www/lxoffice-erp-2.6.3/pepper/export_to_erp
X@dirrm www/lxoffice-erp-2.6.3/pepper
X@dirrm www/lxoffice-erp-2.6.3/templates/webpages/am
X@dirrm www/lxoffice-erp-2.6.3/templates/webpages/admin_printer
X@dirrm www/lxoffice-erp-2.6.3/templates/webpages/is
X@dirrm www/lxoffice-erp-2.6.3/templates/webpages/menu
X@dirrm www/lxoffice-erp-2.6.3/templates/webpages/generic
X@dirrm www/lxoffice-erp-2.6.3/templates/webpages/ap
X@dirrm www/lxoffice-erp-2.6.3/templates/webpages/todo
X@dirrm www/lxoffice-erp-2.6.3/templates/webpages/payment_term
X@dirrm www/lxoffice-erp-2.6.3/templates/webpages/projects
X@dirrm www/lxoffice-erp-2.6.3/templates/webpages/acctranscorrections
X@dirrm www/lxoffice-erp-2.6.3/templates/webpages/ic
X@dirrm www/lxoffice-erp-2.6.3/templates/webpages/do
X@dirrm www/lxoffice-erp-2.6.3/templates/webpages/dunning
X@dirrm www/lxoffice-erp-2.6.3/templates/webpages/common
X@dirrm www/lxoffice-erp-2.6.3/templates/webpages/report_generator
X@dirrm www/lxoffice-erp-2.6.3/templates/webpages/generictranslations
X@dirrm www/lxoffice-erp-2.6.3/templates/webpages/oe
X@dirrm www/lxoffice-erp-2.6.3/templates/webpages/wh
X@dirrm www/lxoffice-erp-2.6.3/templates/webpages/sepa
X@dirrm www/lxoffice-erp-2.6.3/templates/webpages/rp
X@dirrm www/lxoffice-erp-2.6.3/templates/webpages/vk
X@dirrm www/lxoffice-erp-2.6.3/templates/webpages/ct
X@dirrm www/lxoffice-erp-2.6.3/templates/webpages/dbupgrade
X@dirrm www/lxoffice-erp-2.6.3/templates/webpages/ir
X@dirrm www/lxoffice-erp-2.6.3/templates/webpages/fu
X@dirrm www/lxoffice-erp-2.6.3/templates/webpages/ar
X@dirrm www/lxoffice-erp-2.6.3/templates/webpages/drafts
X@dirrm www/lxoffice-erp-2.6.3/templates/webpages/webdav
X@dirrm www/lxoffice-erp-2.6.3/templates/webpages/gl
X@dirrm www/lxoffice-erp-2.6.3/templates/webpages/login
X@dirrm www/lxoffice-erp-2.6.3/templates/webpages/amcvar
X@dirrm www/lxoffice-erp-2.6.3/templates/webpages/admin
X@dirrm www/lxoffice-erp-2.6.3/templates/webpages/datev
X@dirrm www/lxoffice-erp-2.6.3/templates/webpages/ustva
X@dirrm www/lxoffice-erp-2.6.3/templates/webpages/bankaccounts
X@dirrm www/lxoffice-erp-2.6.3/templates/webpages
X@dirrmtry www/lxoffice-erp-2.6.3/templates
X@dirrm www/lxoffice-erp-2.6.3/js/jscalendar/lang
X@dirrm www/lxoffice-erp-2.6.3/js/jscalendar
X@dirrm www/lxoffice-erp-2.6.3/js/jquery-autocomplete
X@dirrm www/lxoffice-erp-2.6.3/js/jquery
X@dirrm www/lxoffice-erp-2.6.3/js/dhtmlsuite
X@dirrm www/lxoffice-erp-2.6.3/js
X@dirrmtry www/lxoffice-erp-2.6.3
X@exec chgrp 80 %D/www/lxoffice-erp-2.6.3/users
X@exec chgrp 80 %D/www/lxoffice-erp-2.6.3/spool
X@exec chgrp 80 %D/www/lxoffice-erp-2.6.3/webdav
X@exec chmod 771 %D/www/lxoffice-erp-2.6.3/users
X@exec chmod 771 %D/www/lxoffice-erp-2.6.3/spool
X@exec chmod 771 %D/www/lxoffice-erp-2.6.3/webdav
2f13e8d37a16e13bf1716ce8327fa018
echo x - lx-office-erp/Makefile
sed 's/^X//' >lx-office-erp/Makefile << 'dcd8a538e1c8d538f45445aeeaa513ab'
X# New ports collection makefile for:	lx-office-erp
X# Date created:		2011-12-13
X# Whom:			Harald Schmalzbauer
X#
X# $FreeBSD: ports/inofficial/lx-office-erp/Makefile, $
X#
X
XPORTNAME=	lx-office-erp
XPORTVERSION=	2.6.3
XCATEGORIES=	german finance perl5
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR= lx-office/Lx-Office%20ERP/${PORTVERSION}
XDISTNAME=	lxoffice-erp-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
X
XMAINTAINER=	freebsd@omnilan.de
XCOMMENT=	A ERP system managing stock, invoicing and double entry accounting
X
XLICENSE=	GPLv1 ART10
XLICENSE_COMB=	dual
X
XBUILD_DEPENDS=	${SITE_PERL}/parent.pm:${PORTSDIR}/devel/p5-parent \
X		${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip \
X		${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \
X		${SITE_PERL}/Config/Std.pm:${PORTSDIR}/devel/p5-Config-Std \
X		${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg \
X		${SITE_PERL}/Email/Address.pm:${PORTSDIR}/mail/p5-Email-Address \
X		${SITE_PERL}/PDF/API2.pm:${PORTSDIR}/textproc/p5-PDF-API2 \
X		${SITE_PERL}/Rose/DB/Object.pm:${PORTSDIR}/databases/p5-Rose-DB-Object \
X		${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit \
X		${SITE_PERL}/${PERL_ARCH}/Text/CSV_XS.pm:${PORTSDIR}/textproc/p5-Text-CSV_XS \
X		${SITE_PERL}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv \
X		${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
X		${SITE_PERL}/XML/Writer.pm:${PORTSDIR}/textproc/p5-XML-Writer \
X		${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML \
X		${SITE_PERL}/${PERL_ARCH}/FCGI.pm:${PORTSDIR}/www/p5-FCGI \
X		pdflatex:${PORTSDIR}/print/teTeX-base \
X		odvips:${PORTSDIR}/print/dvipsk-tetex
X
X.if !defined(WITHOUT_LDAP)
XBUILD_DEPENDS+=   ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap
X.endif
X
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XOPTIONS=	LDAP "Enable user authentication via LDAP" On
X
XUSE_PERL5=	yes
XNO_EXTRACT=     yes
XNO_BUILD=       yes
XSUB_FILES=      pkg-message
X
XPORTDOCS=       INSTALL.txt
XPORTEXAMPLES=	lighttpd_lighttpd.conf lighttpd_conf.d_fastcgi.conf apache22_Includes_lxoffice.conf
X
X
Xdo-install:
X	cd ${PREFIX}/www && tar -x --no-same-owner -f ${DISTDIR}/${DISTFILES}
X
Xpost-install:
X	@cd ${PREFIX}/www/${DISTNAME} && \
X	${PATCH} -i ${FILESDIR}/config_lx_office.conf.default-bin-config-path.patch ; \
X	${PATCH} -i ${FILESDIR}/SL_Template_LaTeX_bin-config-path.patch
X
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X	${INSTALL_MAN} ${PREFIX}/www/${DISTNAME}/doc/INSTALL.txt ${DOCSDIR}
X.endif
X.if !defined(NOPORTEXAMPLES)
X	${MKDIR} ${EXAMPLESDIR}
X	${INSTALL_MAN} ${FILESDIR}/*.conf ${EXAMPLESDIR}
X.endif
X	@cd ${PREFIX}/www ; \
X		${CHMOD} -R 644 ${DISTNAME} ; \
X		${CHMOD} -R +X ${DISTNAME}
X	@cd ${PREFIX}/www/${DISTNAME} ; \
X		${CHGRP} ${WWWGRP} users spool webdav ; \
X		${CHMOD} 771 users spool webdav ; \
X		${CHMOD} +x dispatcher.fpl
X
X	@${CAT} ${PKGMESSAGE}
X
X
X.include <bsd.port.mk>
dcd8a538e1c8d538f45445aeeaa513ab
echo x - lx-office-erp/distinfo
sed 's/^X//' >lx-office-erp/distinfo << '4c81d3863d65169c4dcc1a98376f1ec2'
XSHA256 (lxoffice-erp-2.6.3.tar.gz) = befeda79bb1aa8a5514447bb1a345a1747838efc8e2ddd817b8feaad1722f84c
XSIZE (lxoffice-erp-2.6.3.tar.gz) = 5225236
4c81d3863d65169c4dcc1a98376f1ec2
exit
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203011617.q21GHYnN047225>