etendo-report

Automate Jasper Reports creation, editing, and registration in Etendo ERP modules.

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/etendosoftware/etendo_claude_marketplace --skill etendo-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: etendo-report
Source: https://github.com/etendosoftware/etendo_claude_marketplace/tree/main/plugins/dev-assistant/skills/etendo-report
Command: npx skills add https://github.com/etendosoftware/etendo_claude_marketplace --skill etendo-report

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the creation, editing, and registration of Jasper Reports within Etendo ERP modules, automating the generation of custom PDF/HTML reports from your business data.

Core Features & Use Cases

  • Report Creation: Generates new JRXML report files based on specified data sources, parameters, and layout.
  • Report Editing: Modifies existing JRXML files, allowing for updates and refinements.
  • Report Registration: Integrates reports into the Etendo Application Dictionary, making them accessible via menus or window buttons.
  • Use Case: Automatically create a new sales order report that displays customer details and order totals, then register it to be accessible from the Sales Order window.

Quick Start

Use the etendo-report skill to create a new sales order report with customer and totals.

Frequently Asked Questions about etendo-report

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate and register Jasper Reports in Etendo ERP?

To generate Jasper Reports in Etendo ERP, create JRXML files with data sources and parameters, then register them in the Application Dictionary via webhooks or direct SQL and deploy using smartbuild compilation.

What is the process for editing existing JRXML report files in Etendo?

Editing JRXML report files in Etendo involves modifying the existing XML structure to update layouts, data sources, or parameters, followed by smartbuild compilation and deployment to apply changes to the ERP environment.

Can I integrate custom PDF reports into the Etendo Application Dictionary?

Yes, you can integrate custom PDF reports into the Etendo Application Dictionary by registering the generated JRXML files, making them accessible directly through ERP menus or specific window buttons.

Does Etendo support direct SQL and webhooks for Jasper Report data sources?

Etendo supports Jasper Report data source definition through both direct SQL queries and webhooks, allowing flexible business data extraction for generating custom PDF and HTML reports.

What's the best way to add a sales order report to the Sales Order window in Etendo?

The best way to add a sales order report to the Sales Order window is to generate the JRXML file with customer details and order totals, then register the report in the Etendo Application Dictionary for menu access.