LunarFly, LLC Logo

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

Release Notes

Support