• Tatuya Kamada's avatar
    erp5_tabular_data_tool: Add portal_tabular (Tabular Data Tool) · 43affc49
    Tatuya Kamada authored
    Tabular Data Tool is a Tool to handle tabular data (2-dimentional table data)
    in erp5.
    The tabular data type is currently a plain pandas DataFrame. It is intended to
    use with ERP5 Reports to create spread sheets (ODS/Excel).
    
    With Tabular Data Tool, we can do those things on reporting:
    
    - transform dict-list, portal-catalog-result and document-list into a tabular data
    - joining/grouping/sorting the tabular data
    - using vectorizing function to optimise time consuming reports
    43affc49
Tabular%20Data%20Tool.xml 1.72 KB