Updated settings page

This commit is contained in:
2026-03-17 21:23:29 -04:00
parent 3e6650ee65
commit f60e507029
5 changed files with 101 additions and 96 deletions

View File

@@ -14,6 +14,8 @@ get 'qbo/oauth_callback', to: 'qbo#oauth_callback'
#manual sync
get 'qbo/sync', to: 'qbo#sync'
get 'customers/sync', to: 'customers#sync'
get 'employees/sync', to: 'employee#sync'
get 'invoices/sync', to: 'invoice#sync'
get 'estimates/sync', to: 'estimate#sync'