mirror of
https://github.com/rickbarrette/redmine_qbo_lineitems.git
synced 2026-04-03 07:31:58 -04:00
Updated t work with redmine_qbo 2026.3.9
This commit is contained in:
@@ -28,12 +28,7 @@ class ItemService < ServiceBase
|
||||
|
||||
def default_income_account
|
||||
log "Looking up sales income account"
|
||||
qbo = QboConnectionService.current!
|
||||
qbo.perform_authenticated_request do |token|
|
||||
service = Quickbooks::Service::Account.new(
|
||||
company_id: qbo.realm_id,
|
||||
access_token: token
|
||||
)
|
||||
QboConnectionService.with_qbo_service(entity: Invoice) do |service|
|
||||
service.query("SELECT * FROM Account WHERE AccountType='Income' AND Name LIKE '%Sales%'").first
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user