User Guide

Everything you need to install, configure, and use ThinkIt AI products with AutoCount 2.2.

System Requirements

Operating System

  • Windows 10 / 11 (64-bit)
  • Windows Server 2016 or later

AutoCount

  • AutoCount 2.2 On-Prem installed
  • SQL Server 2016 or later
  • AutoCount SDK accessible

Network

  • Local network access to AutoCount server
  • Internet for AI features (Claude API)
  • Port 8400 open for ACMiddleware

Runtime

  • .NET 10 Runtime (for WinForms tools)
  • Python 3.11+ (for FastAPI tools)
  • Node.js 18+ (for React frontends)

Getting Started

1

Create a Free Account

Register at thinkit-ai.com to get access to download links and documentation for all products.

Register Free
2

Download Your Product

Log in to your dashboard to find the installer or zip package for the product you want. Each product has its own installer.

3

Run the Installer

Run the .exe installer as Administrator. Choose your installation directory (avoid Program Files β€” use C:\ThinkIT\ProductName). Follow the setup wizard.

4

Configure AutoCount Connection

On first launch, enter your AutoCount SQL Server details: server name, database name, and credentials. The app will verify the connection.

5

Enter Your License Key

Paste the license key sent to your registered email. Each license is tied to your machine. Contact us if you change servers.

Contact Support

Product Guides

🧾

MyAI

Receipt OCR + AI Purchase Matching

Product Page

Upload scanned receipts or supplier invoices. MyAI extracts line items using OCR and matches them to suppliers and inventory items in AutoCount, then auto-creates purchase invoices.

Quick Start

  1. 1Launch MyAI from the Start Menu
  2. 2Click 'Upload Receipt' and select one or more image/PDF files
  3. 3Review the AI-extracted data and supplier match
  4. 4Confirm or correct any mismatches
  5. 5Click 'Create Invoice in AutoCount' to post
🏦

MyAI Bank Recon

Offline-First Auto Bank Reconciliation

Product Page

Import your bank statement CSV/Excel, select the matching AutoCount bank ledger, and run AI reconciliation. Matched transactions are written back to AutoCount's dbo.BankRecon table.

Quick Start

  1. 1Download your bank statement in CSV/Excel format
  2. 2Open MyAI Bank Recon and select your bank (14 supported)
  3. 3Import the statement file
  4. 4Select the matching AutoCount bank ledger
  5. 5Click 'Auto Reconcile' β€” AI matches transactions
  6. 6Review unmatched items and manually link if needed
  7. 7Click 'Post Reconciliation' to save to AutoCount
πŸ”Œ

ACMiddleware

AutoCount REST API Integration Layer

Product Page

ACMiddleware runs as a Windows service on your AutoCount server, exposing REST APIs on port 8400. Other ThinkIt AI tools (and your own apps) connect to it.

Required by MyAI WMS and custom integrations. Other standalone tools (Bank Recon, Batch Sender) do not require ACMiddleware.

Quick Start

  1. 1Install ACMiddleware on the same server as AutoCount
  2. 2Configure AutoCount connection in appsettings.json
  3. 3Start the service: sc start ACMiddleware
  4. 4Visit http://localhost:8400/docs for the API explorer
  5. 5Use the JWT token from /auth/login for authenticated calls
πŸ’¬

AIARAging

AI-Powered AR Aging Auto-Reminder

Product Page

AIARAging reads your AutoCount AR aging report, generates personalized WhatsApp messages using Claude AI, and sends them to overdue customers in bulk.

Quick Start

  1. 1Connect AIARAging to your AutoCount database
  2. 2Configure aging rules (e.g., send at 30/60/90 days overdue)
  3. 3Link your WhatsApp via QR code scan
  4. 4Set your Claude API key in Settings
  5. 5Click 'Generate Messages' to preview AI-drafted messages
  6. 6Review and click 'Send All' to dispatch
πŸ“€

AutoCount Batch Sender

Batch Send Invoices via WhatsApp & Email

Product Page

Batch Sender connects to AutoCount, lets you filter documents (date range, customer, type), and sends them in bulk via WhatsApp or Email β€” no developer plugin needed.

Quick Start

  1. 1Open Batch Sender and connect to AutoCount
  2. 2Select document type (Invoice, D/O, Credit Note, etc.)
  3. 3Filter by date range and/or customer
  4. 4Choose delivery method: WhatsApp or Email
  5. 5Preview the batch list and click 'Send All'
πŸ’Ύ

AutoCount Batch Backup

Scheduled SQL Server Backup Manager

Product Page

Batch Backup runs in the system tray and automatically backs up your AutoCount SQL Server databases on a schedule.

Quick Start

  1. 1Install Batch Backup on the SQL Server machine
  2. 2Add your AutoCount databases in Settings
  3. 3Set backup schedule (daily/weekly, time of day)
  4. 4Configure retention policy (keep last N backups)
  5. 5Optionally set email notification address
  6. 6Click 'Start Service' β€” it runs silently in the tray
πŸ”„

SQL2AC Migration

SQL Accounting β†’ AutoCount 2.2 Migration

Product Page

SQL2AC Migration reads directly from SQL Accounting's Firebird FDB file and migrates all master data and transaction history into a fresh AutoCount 2.2 database.

Always migrate to a fresh AutoCount database. Migration cannot be undone. Test with a copy of your data first.

Quick Start

  1. 1Create a fresh AutoCount 2.2 company database (do NOT use an existing one)
  2. 2Open SQL2AC Migration and browse to your SQL Accounting .FDB file
  3. 3Select which modules to migrate (Customers, Suppliers, Items, GL, AR, AP)
  4. 4Click 'Preview Migration' to verify record counts
  5. 5Click 'Start Migration' β€” progress bar shows real-time status
  6. 6Review the migration report for any skipped records
πŸ“Š

MyAI ConsoliDate

Consolidated Financial Statements

Product Page

ConsoliDate connects to multiple AutoCount and SQL Accounting databases, pulls trial balances, and generates group-level consolidated statements with intercompany elimination.

Quick Start

  1. 1Add each subsidiary database connection in Settings
  2. 2Define intercompany relationships (which entities to eliminate)
  3. 3Select report type (Consolidated P&L, Balance Sheet, Cash Flow, etc.)
  4. 4Choose reporting period
  5. 5Click 'Generate Report' β€” results appear in the grid
  6. 6Export to Excel or PDF
πŸ€–

MyAI Hub

AI-Powered AutoCount Report Builder

Product Page

MyAI Hub lets you describe a report in plain language and generates it from your AutoCount data using your choice of AI model (Claude, GPT, or Gemini).

Currently in beta. Some complex queries may require manual refinement.

Quick Start

  1. 1Connect MyAI Hub to your AutoCount database
  2. 2Set your AI API key (Claude / OpenAI / Gemini) in Settings
  3. 3Type your report request, e.g. 'Top 10 customers by sales this month'
  4. 4Review the generated report preview
  5. 5Export to Excel or PDF
πŸ“¦

MyAI WMS

AI-Powered Warehouse Management System

Product Page

MyAI WMS is a web-based warehouse system that syncs with AutoCount inventory. Access it from any browser on your network.

Requires ACMiddleware to be running. Currently in beta.

Quick Start

  1. 1Deploy MyAI WMS on your server (Docker or Python uvicorn)
  2. 2Configure AutoCount connection via ACMiddleware
  3. 3Access the web UI at http://your-server:7850
  4. 4Create warehouse locations and assign stock
  5. 5Use the AI query box to ask natural language questions about inventory

Troubleshooting

Cannot connect to AutoCount database

Check that SQL Server is running and the server name is correct. Use the format SERVERNAME\SQLEXPRESS or just SERVERNAME for default instances. Ensure Windows Firewall allows port 1433.

License key not accepted

License keys are machine-bound. If you reinstalled Windows or changed servers, contact us with your registered email to get a new key at no charge.

AI features not working (Claude API errors)

Check your Claude API key in Settings β†’ AI Configuration. Ensure your machine has internet access. The API key starts with 'sk-ant-'. Get one at console.anthropic.com.

WhatsApp messages not sending

Re-scan the QR code in Settings β†’ WhatsApp. WhatsApp Web sessions expire after ~14 days of inactivity. Ensure your phone stays connected to the internet.

App crashes on launch (.NET error)

Install the .NET 10 Desktop Runtime from microsoft.com/dotnet. Run the installer as Administrator. If the error persists, send the error log (found in %APPDATA%\ThinkIT\[ProductName]\logs) to our support team.

Support