LessAccounting RESTful Wrapper for ColdBox
Links
Usage/Syntax
<cfscript>
var la = getPlugin("lessAccounting",true).init(getController());
la.setUsername("");
la.setPassword("");
//deposit
la.createPayment(amount='0.00',bank_account_id=0,business_id=0,is_regular_income=true,payment_type="Regular Income",date=dateFormat(now(),"yyyy-mm-dd"),notes='notes',title='notes');
</cfscript>
Documentation
See http://lessaccounting.com/api for more specific details
Upcoming Features
- Support for Pagination
Release Notes
- Initial Release: 1.0 - Includes support for createExpense(), showExpense() & listExpenses(), createExpenseCategory(), showExpenseCategory(), & listExpenseCategories(), createContact(), showContact(), & listContacts(), createBankAccount(), showBankAccount(), & listBankAccounts(), createPayment(), showPayment(), & listPayments(), createTransferFund(), showTransferFund(), & listTransferFunds()
Support
- Email jeremy.deyoung@lunarfly.com for support