Changelog

The logs listed below document the main changes introduced over time in data sharing schemas, tables, permissions and other infrastructure aspects.


September 2025

August 2025

  • Added the created_by column to general_ledger models.
  • Fixed issue where the is_paid column of a customer invoice did not match the status displayed in the application.
  • Add column outstanding_balance to customer_invoices model.

April 2025

March 2025

February 2025

January 2025

December 2024

September 2024

August 2024

  • Improved performance on all tables to reduce the impact of data updates on simultaneous reads
  • Fixed tag inconsistencies in pennylane.analytical_ledger

July 2024

June 2024

  • Added test/training account data to the data warehouse to be able to test data sharing
  • Added a new data schema, etl for incremental data replication needs
  • Added timestamp columns and last user activity date in the pennylane.company_users table
  • Added registration date of companies and timestamp columns in the pennylane.companies table

May 2024

April 2024

March 2024

January 2024

  • Rolled out a new permissions system allowing users from accounting firms or multiple companies to access, through data sharing, the same data as on Pennylane (see scopes)
  • Added columns on accounting.companies_identification about the assignment of accounting users to companies in the firm’s portfolio

June 2025

  • Technical migration: We have migrated to a new architecture to reduce and stabilize query durations by completely separating infrastructure between read and write queries and jobs. This change improves performance and stability for all users, with no action required on their part.
  • Documentation update: all model pages now have “filter keys” and a new section on query optimization has been added to the getting started documentation.