Added support for adding other QBO entities from othe plugins

This commit is contained in:
2026-03-08 15:04:57 -04:00
parent d8a26f98c0
commit 643b15391b
3 changed files with 34 additions and 8 deletions

View File

@@ -117,12 +117,14 @@ Adds support for tracking **customer vehicles** associated with Issues.
Available hooks:
|Type|Hook|
|--|---|
View Hook|:pdf\_left, { issue: issue }
View Hook|:pdf\_right, { issue: issue }
Hook|process\_invoice\_custom\_fields, { issue: issue, invoice: invoice }
View Hook|:show\_customer\_view\_right, { customer: customer }
|Type|Hook|Note
|--|--|--|
View Hook|:pdf_left, { issue: issue } | Used to add text to left side of PDF
View Hook|:pdf_right, { issue: issue } | Used to add text to right side of PDF
Hook|process_invoice_custom_fields, { issue: issue, invoice: invoice } | Used to process invoice custom fields
View Hook|:show_customer_view_right, { customer: customer } | Used to show partials on right side of customer view
Hook| :qbo_additional_entities | Used to add additional entites to be processed by the WebhookProcessJob
Hook| :qbo_full_sync | Used to add a Class to be called by the QboSyncDispatcher
---