Cash Flow Statement Editor

What’s New

We’ve completely redesigned the cash flow statement editor to make financial reporting faster and more intuitive.

Real-time Validation

The editor now validates your entries as you type, catching potential errors before they become problems. Invalid entries are highlighted immediately with clear explanations.

Improved Categorization

Transactions are now automatically categorized based on historical patterns, with easy drag-and-drop to adjust classifications.

Improvements

  • Reduced initial load time by 40% through optimized data fetching
  • Improved scroll performance for large transaction lists
  • Better caching of frequently accessed data
  • Updated table styling for better readability
  • Added keyboard shortcuts for common actions
  • Improved mobile responsiveness

Fixes

  • Fixed issue where subtotals weren’t updating correctly after edits
  • Resolved date picker timezone inconsistencies
  • Corrected rounding errors in currency conversions
  • Fixed export to Excel formatting issues

BigQuery Integration

What’s New

Connect directly to BigQuery for powerful, real-time analysis of your financial data.

Query Builder

Build complex queries without writing SQL. Our visual query builder lets you filter, aggregate, and transform data with simple drag-and-drop interactions.

Scheduled Reports

Set up automated reports that run on your schedule. Reports are generated from live data and delivered to your inbox or saved to cloud storage.

-- Example: Monthly revenue by category
SELECT
  category,
  SUM(amount) as total_revenue,
  COUNT(*) as transaction_count
FROM transactions
WHERE date >= DATE_TRUNC(CURRENT_DATE(), MONTH)
GROUP BY category
ORDER BY total_revenue DESC

Improvements

  • Improved sync reliability with automatic retry logic
  • Better handling of large datasets during initial import
  • Added progress indicators for long-running operations

Fixes

  • Fixed connection timeout issues with slow networks
  • Resolved authentication refresh token handling
  • Corrected data type mapping for decimal fields

Initial Release

What’s New

We’re excited to announce the first public release of Control.dev, a comprehensive financial data platform designed for modern finance teams.

Financial Statement Management

Create, edit, and manage financial statements with our intuitive editor. Support for:

  • Balance sheets
  • Income statements
  • Cash flow statements

Multi-tenant Architecture

Securely manage multiple organizations from a single dashboard. Each tenant has isolated data with granular access controls.

API-First Design

Everything you can do in the UI is available via our REST API. Generate API keys, explore our documentation, and integrate with your existing tools.

Getting Started

  1. Sign up for an account at finata.fi
  2. Create your first organization
  3. Import your financial data or connect to your accounting system
  4. Start building reports and dashboards

We’re just getting started. Stay tuned for more features and improvements.