AccountingClientSDK
add support for sending multiple ledgers at a time in billy and economic
billy is sometimes skipping ledgers when posting in bulk (500 works, 1000 gives errors), this might get better when bulk create is added
economic doesnt support turning of a invoice payment properly in the api. this will be fixed in a future update
dinero doesnt support turning invoice payments, this can be done by creating a credit note instead
billy doesnt support negative amount on invoice payments, the api documentation isnt clear on wether its possible to turn a payment
add class library containing base classes for much of the repeated code in the sdks (entity, librarybase ect)
add proper error handling when calling the api
add onerror event so consumers can handle if anything goes wrong, and return errormessage from api here
change string params to object params and tostring instead of having to parse everywhere
add support for overpayment of invoices in billy (dinero and economic does this automatically)