CtrlK
BlogDocsLog inGet started
Tessl Logo

tessl/pypi-creme-crm

A comprehensive Customer Relationship Management software built on Django with extensive customization capabilities

Overview
Eval results
Files

reporting-system.mddocs/

Reporting System

Business intelligence, custom reports, graph generation, and data analysis with configurable dashboards.

Capabilities

Report Management

class Report(CremeEntity):
    """
    Custom report entity for business intelligence.

    Attributes:
    - name: str, report name
    - description: TextField, report description
    - ct: ContentType, target entity type
    
    Methods:
    - execute(): Run report and get results
    """

Graph Generation

class Graph(CremeEntity):
    """
    Graph entity for data visualization.

    Attributes:
    - name: str, graph name
    - chart_type: str, chart type (bar, line, pie)
    
    Methods:
    - generate(): Create chart data
    """

Install with Tessl CLI

npx tessl i tessl/pypi-creme-crm

docs

activity-system.md

api-integration.md

billing-system.md

configuration-system.md

console-interface.md

contact-management.md

core-framework.md

django-settings.md

document-management.md

email-system.md

event-system.md

import-export-system.md

index.md

management-commands.md

plugin-development.md

product-catalog.md

reporting-system.md

sales-management.md

system-configuration.md

template-system.md

ticket-system.md

user-management.md

tile.json