Implement Employee synchronization; add EmployeeSyncJob and EmployeeSyncService for improved background processing and logging

This commit is contained in:
2026-02-27 23:07:12 -05:00
parent 03109d5775
commit 6f8af9bba8
6 changed files with 150 additions and 40 deletions

View File

@@ -15,6 +15,7 @@ class WebhookProcessJob < ActiveJob::Base
Customer
Invoice
Estimate
Employee
].freeze
# Process incoming QBO webhook notifications and sync relevant data to Redmine