summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--COMPATABILITY17
-rw-r--r--INSTALL9
2 files changed, 24 insertions, 2 deletions
diff --git a/COMPATABILITY b/COMPATABILITY
new file mode 100644
index 00000000..cb2047fb
--- /dev/null
+++ b/COMPATABILITY
@@ -0,0 +1,17 @@
+Known versions of software incompatible with LedgerSMB:
+-------------------------------
+The following PostgreSQL versions suffer from a bug which causes problems with
+LedgerSMB: 8.2.2, 8.1.7, and 8.0.11
+
+These versions produce an error concerning wrong data types but the error shows
+that the data types are indeed correct.
+
+-------------------------------
+
+W3M does not handle the <BUTTON> element properly and does not work.
+
+-------------------------------
+
+Pocket Internet Explorer:
+Javascript menus do not work with Pocket IE (on Windows CE). Use the Lynx
+interface instead by appending ?path=/bin/lynx to the end of the login.pl url.
diff --git a/INSTALL b/INSTALL
index 24f2c28e..57d18bd8 100644
--- a/INSTALL
+++ b/INSTALL
@@ -17,8 +17,7 @@ Debian users should read README.debian
OpenBSD users, please consult the README.OpenBSD
-For Unix systems, '$' signifies the bash prompt, '=>' the psql prompt.
-
+For Unix systems, '$' signifies the bash prompt, '=>' the psql prompt.
MANUAL INSTALL
==============
@@ -299,3 +298,9 @@ And that section of ledger-smb.conf looks like:
DBConnect: dbi:Pg:dbname=ledgersmb;host=localhost;port=5432
DBUserName: ledgersmb
DBPassword: MYROLEPASSWORD
+
+
+OTHER ISSUES:
+===================================
+Before submitting a bug, please consult the COMPATABILITY list. This documents
+which versions of software have known interoperability problems with LedgerSMB.