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

git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716@353 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-07-20 02:17:54 +00:00
parent 6ac0204baf
commit fc30dfa2e8
8 changed files with 353 additions and 319 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);
}
}