Add the quick / direct writing ability

This commit is contained in:
sparkyx 2007-10-15 13:25:35 +00:00
parent 15ce1362e9
commit 26afef570a
28 changed files with 656 additions and 122 deletions

View file

@ -286,7 +286,7 @@ function GetSoldeDetail($p_cond="") {
/*!
* \brief verify that the poste belong to a ledger
*
* \return 0 ok, -1 no, -2 account doesn't exist
* \return 0 ok, -1 no
*/
function belong_ledger($p_jrn) {
$filter=getDbValue($this->db,"select jrn_def_class_cred from jrn_def where jrn_def_id=$p_jrn");
@ -317,7 +317,7 @@ function GetSoldeDetail($p_cond="") {
if ($max > 0 )
return 0;
else
return 1;
return -1;
}
static function test_me() {
$cn=DbConnect(dossier::id());