Another snapshot. I think I'll be taking the CREDIT/DEBIT reconcile functionality out.

git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716/site@353 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-07-20 02:17:54 +00:00
parent 3d262fd4db
commit 7304a0e889
6 changed files with 266 additions and 244 deletions

View File

@@ -270,7 +270,7 @@ class AccountsController extends AppController {
}
function tst($id) {
$entries = $this->Account->ledgerEntries($id, true);
$entries = $this->Account->unreconciledEntries($id);
pr($entries);
}
}