mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2026-04-02 16:21:58 -04:00
Compare commits
3 Commits
dev
...
61b02831e3
| Author | SHA1 | Date | |
|---|---|---|---|
| 61b02831e3 | |||
| 7c79f2388a | |||
| 36267893bd |
11
README.md
11
README.md
@@ -89,17 +89,6 @@ Supported automation:
|
|||||||
|
|
||||||
Invoices containing an Issue reference (e.g. `#123`) automatically attach to the corresponding Issue.
|
Invoices containing an Issue reference (e.g. `#123`) automatically attach to the corresponding Issue.
|
||||||
|
|
||||||
### Custom Field Synchronization
|
|
||||||
|
|
||||||
Invoice custom fields can be mapped to Issue custom fields.
|
|
||||||
|
|
||||||
Example use case:
|
|
||||||
|
|
||||||
* Mileage In/Out recorded in Redmine
|
|
||||||
|
|
||||||
* Automatically synchronized to the QuickBooks invoice.
|
|
||||||
|
|
||||||
|
|
||||||
### Customer Synchronization
|
### Customer Synchronization
|
||||||
|
|
||||||
Customer records are automatically updated in the local database when changes occur in QuickBooks.
|
Customer records are automatically updated in the local database when changes occur in QuickBooks.
|
||||||
|
|||||||
2
init.rb
2
init.rb
@@ -14,7 +14,7 @@ Redmine::Plugin.register :redmine_qbo do
|
|||||||
name 'Redmine QBO plugin'
|
name 'Redmine QBO plugin'
|
||||||
author 'Rick Barrette'
|
author 'Rick Barrette'
|
||||||
description 'A pluging for Redmine to connect with QuickBooks Online to create Time Activity Entries for billable hours logged when an Issue is closed'
|
description 'A pluging for Redmine to connect with QuickBooks Online to create Time Activity Entries for billable hours logged when an Issue is closed'
|
||||||
version '2026.3.16'
|
version '2026.3.17'
|
||||||
url 'https://github.com/rickbarrette/redmine_qbo'
|
url 'https://github.com/rickbarrette/redmine_qbo'
|
||||||
author_url 'https://barrettefabrication.com'
|
author_url 'https://barrettefabrication.com'
|
||||||
settings default: {empty: true}, partial: 'qbo/settings'
|
settings default: {empty: true}, partial: 'qbo/settings'
|
||||||
|
|||||||
@@ -16,9 +16,6 @@ module RedmineQbo
|
|||||||
# View User
|
# View User
|
||||||
def view_users_form(context={})
|
def view_users_form(context={})
|
||||||
|
|
||||||
# Update the users
|
|
||||||
#Employee.update_all
|
|
||||||
|
|
||||||
# Check to see if there is a quickbooks user attached to the issue
|
# Check to see if there is a quickbooks user attached to the issue
|
||||||
@selected = context[:user]&.employee&.id
|
@selected = context[:user]&.employee&.id
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user