Hello,
I am evaluating Tryton from the perspective of accounting, tax analysis, and ERP reporting.
From what I understand, Tryton already provides a solid foundation with:
-
list/tree views
-
form views
-
search and filtering
-
grouped data presentation in standard views
-
graph views
-
board views
-
accounting reports such as General Ledger, Trial Balance, Balance Sheet, Income Statement, and Aged Balance
-
drill-down from financial reports into accounts, parties, and move lines
So Tryton already has an excellent transactional and reporting base. However, it seems that it does not yet provide a built-in interactive analytical table layer similar to what some modern ERP systems offer through pivot tables, spreadsheet-style analysis, or flexible multidimensional reporting.
My main interest is not necessarily a full spreadsheet inside Tryton at the start, but rather a minimal standard analytical table framework that could later evolve into something richer.
What I mean by this is a native or semi-native way to support tables with features such as:
-
grouping by dimensions such as period, account, party, tax, product, warehouse, project, document type, etc.
-
subtotal and total rows
-
expandable / collapsible grouped lines
-
drill-down from summary rows into underlying records
-
configurable columns and measures
-
comparison columns (current period vs previous period, budget vs actual, etc.)
-
reusable table definitions for common ERP analysis
-
export-friendly structure that preserves analytical meaning
In my opinion, even a minimal first step would already be very valuable if Tryton had a standard mechanism for predefined analytical tables, especially for:
-
accounting analysis
-
tax analysis
-
sales and purchase summaries
-
stock movement summaries
-
receivable/payable analysis
-
management dashboards based on tabular aggregates
I also found older discussions suggesting that aggregated-data reporting is a known need, but that a completely generic pivot tool may not be the ideal UX. That makes sense to me. Perhaps the best direction is not “full free-form pivot first”, but a structured analytical table engine with predefined dimensions and measures that can later be extended.
So my questions are:
-
Is there already a recommended Tryton approach for building such minimal standard analytical tables?
-
Are there existing modules or community efforts in this direction?
-
From the core team’s perspective, would this be considered a useful evolution of Tryton’s reporting layer?
-
What would be the best architectural path:
-
custom wizard + Python aggregation logic
-
dedicated model + table view
-
graph/board extensions
-
custom SAO widget
-
external BI integration only
-
-
If Tryton were to evolve in this area, what would be the most realistic “minimum viable” feature set?
My goal is to understand both:
-
what Tryton already has today, and
-
what should be added so that it can cover the standard analytical table expectations users often have from modern ERP systems.
I would be very interested in guidance, architectural recommendations, or feedback on whether this direction fits Tryton’s philosophy.
Thank you.