mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2026-02-13 17:13:59 -05:00
Compare commits
3 Commits
2026.1.4
...
67f2dbf4d8
| Author | SHA1 | Date | |
|---|---|---|---|
| 67f2dbf4d8 | |||
| 924aa7657b | |||
| 16fe07f177 |
@@ -35,7 +35,7 @@ The goal of this project is to allow Redmine to connect with QuickBooks Online t
|
|||||||
* **Invoices:** Automatically attached to an Issue if a line item contains a hashtag number (e.g., `#123`).
|
* **Invoices:** Automatically attached to an Issue if a line item contains a hashtag number (e.g., `#123`).
|
||||||
* **Custom Fields:** Invoice Custom Fields are matched to Issue Custom Fields and are automatically updated in QuickBooks. (Useful for extracting Mileage In/Out from the Issue to update the Invoice).
|
* **Custom Fields:** Invoice Custom Fields are matched to Issue Custom Fields and are automatically updated in QuickBooks. (Useful for extracting Mileage In/Out from the Issue to update the Invoice).
|
||||||
* **Sync:** Customers are automatically updated in the local database.
|
* **Sync:** Customers are automatically updated in the local database.
|
||||||
* **Plugin View Hooks** Allows intergration of other features supported by capainion plugins, for example [redmine_qbo_vehicles](https://github.com/rickbarrette/redmine_qbo_vehicles) adds customer vehicle interation
|
* **Plugin View Hooks** Allows intergration of other features supported by companion plugins, for example [redmine_qbo_vehicles](https://github.com/rickbarrette/redmine_qbo_vehicles) adds customer vehicle interation
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
@@ -91,7 +91,7 @@ To enable automatic Time Activity entries for an Issue, you simply need to assig
|
|||||||
|
|
||||||
**Note:** After the initial synchronization, this plugin will receive push notifications via Intuit's webhook service.
|
**Note:** After the initial synchronization, this plugin will receive push notifications via Intuit's webhook service.
|
||||||
|
|
||||||
## Comainion Plugin Hooks
|
## Companion Plugin Hooks
|
||||||
* :pdf_left, { issue: issue }
|
* :pdf_left, { issue: issue }
|
||||||
* :pdf_right, { issue: issue }
|
* :pdf_right, { issue: issue }
|
||||||
* :process_invoice_custom_fields, { issue: issue, invoice: invoice }
|
* :process_invoice_custom_fields, { issue: issue, invoice: invoice }
|
||||||
|
|||||||
@@ -34,7 +34,6 @@ module Hooks
|
|||||||
search_customer = f.autocomplete_field :customer,
|
search_customer = f.autocomplete_field :customer,
|
||||||
autocomplete_customer_name_customers_path,
|
autocomplete_customer_name_customers_path,
|
||||||
:selected => selected_customer,
|
:selected => selected_customer,
|
||||||
:onchange => js_link,
|
|
||||||
:update_elements => {
|
:update_elements => {
|
||||||
:id => '#issue_customer_id',
|
:id => '#issue_customer_id',
|
||||||
:value => '#issue_customer'
|
:value => '#issue_customer'
|
||||||
|
|||||||
Reference in New Issue
Block a user