QuickBooks Setup
Prerequisites
Section titled “Prerequisites”- QuickBooks Desktop must be installed and running
- You must have Admin access to the QuickBooks company file
- The QuickBooks company file must be open
Authorize Syntra ODBC
Section titled “Authorize Syntra ODBC”When Syntra ODBC connects to QuickBooks for the first time, QuickBooks will display an authorization dialog:
- Launch Syntra ODBC
- QuickBooks will prompt: “An application is requesting access to your company file”
- Select “Yes, always allow access even if QuickBooks is not running”
- Click Continue
Configuration
Section titled “Configuration”Syntra ODBC stores its configuration in config.toml located in the installation directory. Key settings:
[quickbooks]app_name = "Syntra ODBC"
[server]host = "127.0.0.1"port = 5433max_connections = 20
[auth]username = "qbconnect"password = "your-secure-password"
[cache]enabled = truedefault_max_staleness = 600See Configuration for the full reference.