phpgroupware-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-users] CK-Ledger v.0.1.3 released


From: C K Wu
Subject: [Phpgroupware-users] CK-Ledger v.0.1.3 released
Date: Sun, 21 Jul 2002 22:10:01 +0800

Hello, folks,

I have posted a new release, v.0.1.3, of CK-Ledger, at SourceForge.Net.

New features include drill down from AP (vendor) aging report, AR
(customer) aging report, POS Cash Balance report, finetuning of cash
sale screen layout, adjustment to all scripts to allow
registered_globals=off, addition of tabindex to major forms, addition of
setup.inc.php files to allow faster phpgw setup, logic change to ensure
system exit to appropriate screen after creating new transaction items,
and logo being added to formal documents.

Provision for registered_globals=off setting is implemented by adding,

 $_POST = $HTTP_POST_VARS;   $_GET = $HTTP_GET_VARS ;
 $var = ($_GET[“var']) ? $_GET[“var”] : $_POST[“var”] ;

to the top of each php script file.  Only a minimal number of $var's are
initiated.  This way, the security provided by the “off” setting is
maintained.

The drill down features implemented since v.0.1.1 was first proposed by
Geoff of Australia, and the initial set of setup.inc.php files was
provided by Sigurd of Norway.

Please note that Konqueror/KDE3/RedHat7.3 has problem accessing the
various features of CK-Ledger,  while Konqueror/KDE2 and other browsers
have been tested to work fine under similar circumstances.

CK-Ledger (with 11 modules, Ledger Admin, Ledger, Inventory, Service,
AP, AR, PO, SO, Quotation, POS for Cashier, POS for Manager) is modeled
on an Open Source accounting software and runs on top of phpGroupWare.
It provides accounting functionalities to SMEs and utilizes phpgw to
administer accounts/groups.  Installation Manual and detail Features
List for CK-Ledger are available at
http://sourceforge.net/projects/ck-ledger.  Please report error and
suggestion to the mailing list, address@hidden
General history and expected development of CK-Ledger is available at
the mailing list's Archive.

Cheers,
Wu Chiu Kay, aka CK Wu, aka CK (CK is the preferred alias)
Hong Kong




reply via email to

[Prev in Thread] Current Thread [Next in Thread]