Compare commits

...

3 Commits

Author SHA1 Message Date
61b02831e3 removed comment 2026-03-28 06:40:59 -04:00
7c79f2388a removed Custom Field Synchronization 2026-03-28 00:32:22 -04:00
36267893bd 2026.3.17 2026-03-28 00:25:55 -04:00
3 changed files with 2 additions and 16 deletions

View File

@@ -89,17 +89,6 @@ Supported automation:
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 records are automatically updated in the local database when changes occur in QuickBooks.

View File

@@ -14,7 +14,7 @@ Redmine::Plugin.register :redmine_qbo do
name 'Redmine QBO plugin'
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'
version '2026.3.16'
version '2026.3.17'
url 'https://github.com/rickbarrette/redmine_qbo'
author_url 'https://barrettefabrication.com'
settings default: {empty: true}, partial: 'qbo/settings'

View File

@@ -16,9 +16,6 @@ module RedmineQbo
# View User
def view_users_form(context={})
# Update the users
#Employee.update_all
# Check to see if there is a quickbooks user attached to the issue
@selected = context[:user]&.employee&.id