| 1 |
debian/TODO for LedgerSMB v1.3
|
| 2 |
|
| 3 |
- The pos.conf.pl file is a configuration file for the Point Of Sale related processing:
|
| 4 |
1) Check what's changed for it in 1.3.10, as the rc2 change log notes changes for it
|
| 5 |
related to update installs?
|
| 6 |
2) Install a copy of it as an example file.
|
| 7 |
3) Since it is a config file; instead of installing the file directly, install
|
| 8 |
it using postinst only if it is not already present.
|
| 9 |
|
| 10 |
- Auto-configuration of PostgreSQL and access to it by LedgerSMB using dbconfig-common.
|
| 11 |
Password for postgres superuser? For LedgerSMB admin? Run prepare-company-database.sh
|
| 12 |
script looks to be usable but the current version looks like it needs a patch even
|
| 13 |
if it not used by the package setup, because lines 197 & 197 are being used to
|
| 14 |
create a new ledgersmb-httpd.conf each time it runs by changing the $WORK_DIR variable
|
| 15 |
in the template file to that found by the script. Such a variable shouldn't be
|
| 16 |
found there because the package install creates the correct template file. Patch it
|
| 17 |
to at least comment those lines out?
|
| 18 |
|
| 19 |
- The long description in debian/control needs to be rewritten. (Note also that
|
| 20 |
upstream has rewritten the project description, essentially for the first time
|
| 21 |
since the writeup at the time of the fork from sql-ledger.)
|
| 22 |
|
| 23 |
- Rewrite the debian/copyright file, following DEP-5.
|
| 24 |
|
| 25 |
- Use a patch to create an updated example of the ledgersmb.conf.default file
|
| 26 |
instead of the sed line in debian/rules? Then create a copy of it as ledgersmb.conf
|
| 27 |
for installation to /etc/ledgersmb? It is also needed for a default build, at
|
| 28 |
least in the testing phase, so this would be useful for simplifying debian/rules
|
| 29 |
as well.
|
| 30 |
|
| 31 |
- New 1.3 version of LedgerSMB contains an embedded javascript library. The embedded
|
| 32 |
version appears to be 1.8.2. The library is available in Debian as the package
|
| 33 |
libjs-scriptaculous: v1.8.1 in lenny (current oldstable), v1.8.3 in lenny-backports,
|
| 34 |
v1.8.3 in squeeze, v1.9.0 in wheezy. Provide a Lintian override with description of
|
| 35 |
issue, until otherwise resolved.
|
| 36 |
From Chris Travers in the Ledger-smb-devel mailing list:
|
| 37 |
"I don't know of any testing we have done on other versions. We don't use a lot
|
| 38 |
of advanced stuff so I would expect it would work. If bugs are found, though,
|
| 39 |
we can correct them."
|
| 40 |
Test usage of libjs-scriptaculous and change over to using that when it is found
|
| 41 |
to be operational with it.
|
| 42 |
|
| 43 |
|
| 44 |
|
| 45 |
-- Robert James Clay <jame@rocasa.us> Sun, 15 Jan 2012 13:24:05 -0500
|