Reconciliation

==============
The html is done, it 's still to do
* export PDF
* Choice & Filter on jrn, same as balance
This commit is contained in:
Dany De Bontridder 2010-07-04 14:25:55 +00:00
parent 174fd18f65
commit a4f7d47e55
8 changed files with 279 additions and 8 deletions

View file

@ -70,7 +70,8 @@ $array=array(
array(30,'Ereg and preg_match'),
array(31,'IBOX'),
array(32,'Acc_Operation & children'),
array(33,'Ledger : reverse op')
array(33,'Ledger : reverse op'),
array(34,'Reconciliation')
);
$r='<form method="get">';
$r.='<select name="test_select" >';
@ -276,6 +277,10 @@ case 33:
require_once('class_acc_ledger.php');
Acc_Ledger::test_me('reverse');
break;
case 34:
require_once('class_acc_reconciliation.php');
Acc_Reconciliation::test_me();
break;
}