wulf-pulse/migrations
lorentz b98c67482a feat: QuickBooks Online integration
- Add QBO OAuth2 client with token refresh (lib/services/qbo-client.ts)
- Add QBO sync service for invoices, payments, deposits, purchases, journal entries, reports (lib/services/qbo-sync-service.ts)
- Add QBO types (lib/types/qbo.ts)
- Add API routes: /api/qbo/auth, /api/qbo/sync, /api/qbo/disconnect
- Add /admin/qbo status and sync management page
- Add legal pages: /legal/eula, /legal/privacy (Intuit app assessment)
- Add QBO nav link under Admin
- Fix reports: remove invalid summarize_column_by, add accounting_method from Preferences API, add showrows=all&showcols=all
- Add CashFlow report type alongside P&L and BalanceSheet
- Add NoReportData check to skip empty report months
- Add intuit_tid capture in error messages
- Add redirect: follow for cluster routing
- Migration 051: qbo_tokens, qbo_invoices, qbo_payments, qbo_deposits, qbo_transactions, qbo_reports tables

Also includes earlier work:
- Ping flap suppression pipeline step
- Ticket digest reports with LLM analysis
- Zabbix WAN monitor and gap analysis
- Kiosk is_deleted filter fixes
- Datto RMM ping target enrichment
- Entity sync soft-delete detection
2026-03-17 07:39:55 -04:00
..
001_initial_schema.sql Add comprehensive admin features and multi-system integration 2025-11-19 14:18:16 -05:00
002_add_indexes.sql Add comprehensive admin features and multi-system integration 2025-11-19 14:18:16 -05:00
002_relax_foreign_keys.sql Add comprehensive admin features and multi-system integration 2025-11-19 14:18:16 -05:00
003_fix_resource_type.sql Add comprehensive admin features and multi-system integration 2025-11-19 14:18:16 -05:00
004_fix_contacts_company_id.sql Add comprehensive admin features and multi-system integration 2025-11-19 14:18:16 -05:00
004_webhook_support.sql feat: add IP address logging to webhooks for whitelisting 2026-01-24 17:28:56 -05:00
005_add_webhook_ip_logging.sql feat: add IP address logging to webhooks for whitelisting 2026-01-24 17:28:56 -05:00
005_fix_tickets_company_id.sql Add comprehensive admin features and multi-system integration 2025-11-19 14:18:16 -05:00
006_add_time_entries_table.sql Add comprehensive admin features and multi-system integration 2025-11-19 14:18:16 -05:00
007_remove_time_entries_foreign_keys.sql Add comprehensive admin features and multi-system integration 2025-11-19 14:18:16 -05:00
008_relax_tickets_resource_constraints.sql Add comprehensive admin features and multi-system integration 2025-11-19 14:18:16 -05:00
009_create_auvik_tenant_mappings.sql Add comprehensive admin features and multi-system integration 2025-11-19 14:18:16 -05:00
009_relax_configuration_items_constraints.sql Add comprehensive admin features and multi-system integration 2025-11-19 14:18:16 -05:00
009_restore_deleted_tickets.sql Add comprehensive admin features and multi-system integration 2025-11-19 14:18:16 -05:00
010_create_rmm_site_mappings.sql Add comprehensive admin features and multi-system integration 2025-11-19 14:18:16 -05:00
011_create_addigy_org_mappings.sql Add comprehensive admin features and multi-system integration 2025-11-19 14:18:16 -05:00
012_create_auth_tables.sql feat: add authentication, user management, and admin features 2026-01-31 12:43:14 -05:00
013_create_role_tables.sql feat: add authentication, user management, and admin features 2026-01-31 12:43:14 -05:00
014_create_admin_settings.sql feat: add authentication, user management, and admin features 2026-01-31 12:43:14 -05:00
015_expand_resources_fields.sql feat: expand Resources entity to include all Autotask API fields 2026-01-26 14:28:51 -05:00
016_add_missing_tickets_fields.sql feat: add missing Tickets entity fields from Autotask API 2026-01-26 15:26:34 -05:00
017_create_auvik_tenants.sql feat: create auvik_tenants and rmm_sites tables for accurate dashboard stats 2026-02-02 23:01:54 -05:00
018_create_rmm_sites.sql feat: create auvik_tenants and rmm_sites tables for accurate dashboard stats 2026-02-02 23:01:54 -05:00
019_create_kiosk_settings.sql feat: add kiosk settings UI and co-managed client filtering 2026-02-03 08:32:42 -05:00
020_add_company_classification.sql feat: add classification-based filtering and fix company name display 2026-02-03 09:17:07 -05:00
021_create_company_classifications_table.sql feat: add classification icons sync from Autotask 2026-02-03 20:48:08 -05:00
022_populate_classifications.sql fix: pre-populate classifications instead of syncing from Autotask API 2026-02-03 20:54:35 -05:00
023_create_veeam_tables.sql feat: Veeam VSPC backup integration - sync, compliance, UI 2026-02-11 21:04:28 -05:00
024_add_backup_type_udf.sql feat: Veeam VSPC backup integration - sync, compliance, UI 2026-02-11 21:04:28 -05:00
025_create_ticket_notes.sql feat: Autotask webhook integration, TicketNotes, Datto RMM, workflow engine, Veeam agents/alarms, AI triage, misc improvements 2026-02-20 10:28:15 -05:00
026_create_queues_table.sql feat: Autotask webhook integration, TicketNotes, Datto RMM, workflow engine, Veeam agents/alarms, AI triage, misc improvements 2026-02-20 10:28:15 -05:00
027_create_datto_rmm_tables.sql feat: Autotask webhook integration, TicketNotes, Datto RMM, workflow engine, Veeam agents/alarms, AI triage, misc improvements 2026-02-20 10:28:15 -05:00
028_create_device_lifecycle_policies.sql feat: Autotask webhook integration, TicketNotes, Datto RMM, workflow engine, Veeam agents/alarms, AI triage, misc improvements 2026-02-20 10:28:15 -05:00
028_create_veeam_agents_alarms.sql feat: Autotask webhook integration, TicketNotes, Datto RMM, workflow engine, Veeam agents/alarms, AI triage, misc improvements 2026-02-20 10:28:15 -05:00
029_create_priorities_ticket_categories.sql feat: Autotask webhook integration, TicketNotes, Datto RMM, workflow engine, Veeam agents/alarms, AI triage, misc improvements 2026-02-20 10:28:15 -05:00
030_create_workflow_engine_tables.sql feat: Autotask webhook integration, TicketNotes, Datto RMM, workflow engine, Veeam agents/alarms, AI triage, misc improvements 2026-02-20 10:28:15 -05:00
031_create_datto_rmm_webhook_logs.sql feat: IT Glue integration, workflow engine, pipelines, Zabbix WAN, notification channels, backup status UI improvements, nav alignment fixes 2026-02-27 14:52:14 -05:00
032_add_webhook_fields_to_datto_rmm_alerts.sql feat: IT Glue integration, workflow engine, pipelines, Zabbix WAN, notification channels, backup status UI improvements, nav alignment fixes 2026-02-27 14:52:14 -05:00
033_create_pipeline_engine_tables.sql feat: IT Glue integration, workflow engine, pipelines, Zabbix WAN, notification channels, backup status UI improvements, nav alignment fixes 2026-02-27 14:52:14 -05:00
034_seed_veeam_backup_failure_pipeline.sql feat: IT Glue integration, workflow engine, pipelines, Zabbix WAN, notification channels, backup status UI improvements, nav alignment fixes 2026-02-27 14:52:14 -05:00
035_update_veeam_pipeline_b2_fetch.sql feat: IT Glue integration, workflow engine, pipelines, Zabbix WAN, notification channels, backup status UI improvements, nav alignment fixes 2026-02-27 14:52:14 -05:00
036_create_ticket_workflow_tables.sql feat: IT Glue integration, workflow engine, pipelines, Zabbix WAN, notification channels, backup status UI improvements, nav alignment fixes 2026-02-27 14:52:14 -05:00
037_create_itglue_tables.sql feat: IT Glue integration, workflow engine, pipelines, Zabbix WAN, notification channels, backup status UI improvements, nav alignment fixes 2026-02-27 14:52:14 -05:00
038_create_sentinelone_tables.sql feat: Add SentinelOne integration 2026-02-27 05:31:31 -05:00
039_create_veeam_rpo_tickets_table.sql feat: IT Glue integration, workflow engine, pipelines, Zabbix WAN, notification channels, backup status UI improvements, nav alignment fixes 2026-02-27 14:52:14 -05:00
040_create_contract_services_table.sql feat: Morning NOC Summary adaptive card for Teams 2026-03-11 09:34:51 -04:00
041_create_engagement_tables.sql feat: Morning NOC Summary adaptive card for Teams 2026-03-11 09:34:51 -04:00
042_add_engagement_calendar_columns.sql feat: Morning NOC Summary adaptive card for Teams 2026-03-11 09:34:51 -04:00
043_add_hours_to_bill_to_time_entries.sql feat: Morning NOC Summary adaptive card for Teams 2026-03-11 09:34:51 -04:00
044_add_contract_id_to_time_entries.sql feat: Morning NOC Summary adaptive card for Teams 2026-03-11 09:34:51 -04:00
045_create_zoom_tables.sql feat: Morning NOC Summary adaptive card for Teams 2026-03-11 09:34:51 -04:00
046_create_teams_meetings_table.sql feat: Morning NOC Summary adaptive card for Teams 2026-03-11 09:34:51 -04:00
047_add_after_hours_messages.sql feat: Morning NOC Summary adaptive card for Teams 2026-03-11 09:34:51 -04:00
048_create_morning_summary_tables.sql feat: Morning NOC Summary adaptive card for Teams 2026-03-11 09:34:51 -04:00
049_create_ping_flap_suppressions.sql feat: QuickBooks Online integration 2026-03-17 07:39:55 -04:00
049_create_ticket_digest_tables.sql feat: QuickBooks Online integration 2026-03-17 07:39:55 -04:00
050_create_zabbix_wan_tables.sql feat: QuickBooks Online integration 2026-03-17 07:39:55 -04:00
051_create_qbo_tables.sql feat: QuickBooks Online integration 2026-03-17 07:39:55 -04:00