All notable changes to this project will be documented in this file.
- Fix include
get_all_subscriptions
method accepts optional parameters (likeselected_customfields
orsearchby
)- New methods related to subscriptions:
add_subscription
,update_subscription
,delete_subscription
,get_subscription
,get_invoices_by_subscription
,get_related_subscriptions_by_invoice
,get_subscriptions_by_deal
,get_subscriptions_by_contact_or_company
- New method related to custom fields:
get_custom_fields
,get_custom_field_info
,add_custom_field_option
- New method related to credit notes:
download_creditnote_pdf
- Sync with version published on Rubygems
- New methods related to calls:
get_calls
,get_call
,add_callback
- New methods related to subscriptions:
get_subscriptions
,get_all_subscriptions
## [0.11.1] - 2018-03-07
- Error when the API responds with an error but no
reason
attribute in the response body.
- New methods related to invoices and credit notes:
book_draft_invoice
,update_invoice
,update_invoice_comments
,delete_invoice
,get_creditnote
,get_invoices_by_project
,get_creditnotes_by_project
,get_invoices_by_deal
,add_creditnote
- All methods related to companies:
add_company
,update_company
,delete_company
,get_companies
,get_company
,get_business_types
- Some methods related to notes:
add_note
,get_notes
- Some methods related to invoices:
send_invoice
,get_invoice_reminder_templates
,get_invoice_reminder_template_content
,get_invoice_cloud_url
- Methods for manipulating Deals
get_creditnotes
method
- Relax required parameters for
add_ticket
method.
- Add methods for manipulating Tickets
- Add support for getting bookkeeping accounts (cfr
get_bookkeeping_accounts
method)
- Parameter check for
link_contact_to_company
- Methods for Contacts (add, get, update, delete, link to company, search, get contacts from a company, get relationships between contacts and companies)
- Method
link_contact_to_company
- Methods for Products (add, update, delete, get one, get all)
- Methods for Invoice (add, update payment status, get PDF, get one, get all)
- Update
get_company
to accept an Hash instead of an id as parameter
- Mark
json
dependency version as>= 1
- Initial commit