Solutions

One platform, five specialized workflows

The same accounting core, tuned for how your business actually runs — from restaurant tills to AI-drafted reconciliations.

Hospitality

acc.tixo HoReCa

Built for restaurants, cafes, and hotels that need fiscal-grade receipts and end-of-day numbers that just work.

  1. Fiskalni račun integration out of the box
  2. Daily cash reconciliation with float tracking
  3. Supplier invoice OCR for food and beverage
  4. Staff tipping split across shifts

acc.tixo HoReCa

Healthcare

acc.tixo Healthcare

For clinics, dental practices, and pharmacies that handle patient billing and regulated records.

  1. Patient billing with GDPR-safe records
  2. Insurance reimbursement tracking
  3. Recurring appointment invoices
  4. Inventory of consumables and medication

acc.tixo Healthcare

Mobile

acc.tixo Mobile Terminal

Invoice processing, payments and contract management from your phone — plus your AI finance agent in your pocket.

  1. Capture and process invoices on the go
  2. Send and track payments directly from mobile
  3. Manage contracts and sign from anywhere
  4. Access the AI finance agent wherever you are

acc.tixo Mobile Terminal

AI Copilot

acc.tixo AI Financial Agent

A credit-billed AI copilot that drafts, reconciles, and explains — with the same transparent pricing as modern coding agents.

  1. Invoice drafts generated from your email
  2. Reconciliation suggestions with one-click apply
  3. Monthly narrative report in plain language
  4. Bring-your-own-key option for power users
Agent ProCredits 8,420 / 10,000 this month

Soft cap — overages at 0.002 EUR per credit

acc.tixo AI Financial Agent

Finance-as-Code

acc.tixo FinQL

Declarative financial pipelines. Version-controlled in git, visualized as a DAG, hookable from code.

  1. YAML pipelines for month-end close, payroll, tax filing
  2. Version-controlled in git with PR reviews
  3. Superplane-inspired DAG canvas for visual ops
  4. Programmable hooks into your stack
pipeline.yaml
pipeline: month-end-close
  on: schedule('0 18 L * *')
  steps:
    - reconcile.bank_accounts
    - post.accruals
    - generate.reports
ClaudeChatGPTPerplexityClaudeacc.tixoComposing month-end-close pipeline…Reconciling 24 381 bank rows.Posting deferred revenue + FX revaluation.Generating P&L, balance sheet, cash flow.Done — sealed run #1247 in 03:47.
RUN #124703:47 elapsed
0 / 93 / 96 / 99 / 99 / 9
reconcile○ queued▶ running✓ done
bank_accountsar_openap_open
24 381 rows · 1m 18s
post.accruals○ queued▶ running✓ done
deferred_revenueprepaid_expfx_revaluation
7 412 rows · 0m 42s
generate.reports○ queued▶ running✓ done
p&lbalance_sheetcash_flow
depends on accruals
FinQL · finance, queried