frappe-report-generator

Community

Generate Frappe reports, gain instant insights.

AuthorVenkateshvenki404224
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Creating custom data analysis and business intelligence reports in Frappe often requires writing complex SQL queries or Python scripts, which can be time-consuming and require specialized knowledge. This Skill automates report generation.

Core Features & Use Cases

  • Query & Script Reports: Generate both SQL-based (Query Reports) for high performance and Python-based (Script Reports) for complex logic, charts, and summaries.
  • Dynamic Filters & Columns: Implement flexible report filters and dynamically generated columns for adaptable data views.
  • Performance Optimization: Include best practices for query optimization, database indexing, and caching to ensure reports load quickly.
  • Use Case: Generate a monthly sales trend report grouped by customer, including a bar chart and summary cards for total revenue and average order value.

Quick Start

Create a Frappe Query Report to show all 'Sales Order' documents, including customer name, posting date, and grand total, with filters for date range and customer.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: frappe-report-generator
Download link: https://github.com/Venkateshvenki404224/frappe-apps-manager/archive/main.zip#frappe-report-generator

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository