Added Tasks to KH

This commit is contained in:
Deon George
2011-08-16 12:27:19 +10:00
parent f272bc254d
commit 4c9b214ff7
53 changed files with 773 additions and 170 deletions

View File

@@ -24,3 +24,4 @@ class Quicken_Invoice extends Quicken {
array_push($this->_payments,$item);
}
}
?>

View File

@@ -12,3 +12,4 @@
*/
class Quicken_InvoiceItem extends Quicken {
}
?>

View File

@@ -15,3 +15,4 @@ class Quicken_Payment extends Quicken {
'TRNSTYPE'=>'PAYMENT'
);
}
?>