Repository inventory

venkateshvenki404224/frappe-apps-manager

Skills indexed from this repository, with install-style signals scoped to the repo.
11 skills77 GitHub stars0 weekly installsGitHubOwner profile

Overview

This skill generates production-ready JavaScript client scripts for Frappe/ERPNext DocTypes, producing event handlers, validations, and UI customizations that follow core app patterns. It speeds up building refresh/setup/onload handlers, field change logic, child table events, custom buttons, API calls, validations, and conditional displays.

How this skill works

Provide the DocType name, target fields, desired events (refresh, setup, onload, validate, before_submit, field changes, child table events) and any business rules. The skill produces idiomatic frappe.ui.form.on code blocks with set_query filters, frappe.db/get_value and frappe.call patterns, custom buttons, dialogs, and calculations that you can drop into client-side scripts. It uses common patterns (toggle_display, set_df_property, frm.events helper functions, model.set_value) to ensure maintainability and compatibility.

When to use it

  • Add custom client-side behavior to a DocType form (show/hide, read-only, labels).
  • Implement field validations and before-save checks in the browser.
  • Compute totals or update child table values on qty/rate changes.
  • Add custom buttons or dialog-driven actions in the form toolbar.
  • Filter Link fields dynamically using set_query or complex query functions.

Best practices

  • Define reusable frm.events helper functions for shared logic across handlers.
  • Use setup for set_query and one-time initialization, onload for defaults, refresh for buttons and UI toggles.
  • Prefer frappe.db.get_value and frappe.call with promises/callbacks for server data; sync only when necessary.
  • Keep heavy processing on the server; client scripts should validate and prepare data.
  • Use frm.toggle_display and frm.toggle_reqd for conditional UI instead of manipulating DOM directly.

Example use cases

  • Auto-fill customer_group when customer is selected using frappe.db.get_value.
  • Calculate child table amounts and grand total when qty or rate change.
  • Add a toolbar button that maps related documents into the current form.
  • Show/hide payment fields based on payment_type and set required flags.
  • Filter item link field in a child table to only show items from certain item groups.

FAQ

Yes. The skill produces frappe.call examples to invoke server methods and handle callbacks or promise responses.

Where should I place the generated script?

Put it in a client script for the DocType (public/js or the Client Script doctype) so Frappe loads it on form render.

11 skills

frappe-client-script-generator
Automation

This skill generates production-ready JavaScript client scripts for Frappe DocTypes, including event handlers, validations, and dynamic UI logic.

FrontendJavascriptScripting
frappe-performance-optimizer
Analytics

This skill generates optimized queries, caching, and indexes to boost Frappe performance and eliminate slow queries.

BackendDatabasePerformancePython+1
frappe-api-handler
Api

This skill helps you create secure, scalable Frappe REST APIs by whitelisting methods, validating inputs, handling errors, and composing robust endpoints.

BackendPython
frappe-web-form-builder
Accessibility

This skill helps you generate public-facing web forms with validation and file uploads for customer portals, surveys, and registrations.

ApiFrontendFullstackProduct+2
frappe-external-api-connector
Api

This skill generates robust API client code to connect Frappe with external REST services, handling authentication, errors, and data transformation.

BackendPythonRestSecurity
frappe-unit-test-generator
Api

This skill generates production-ready unit tests for Frappe DocTypes, controllers, and APIs to accelerate test coverage and reliability.

BackendDatabaseTestingUnit Tests
frappe-integration-test-generator
Backend

This skill generates comprehensive integration tests for multi-DocType Frappe workflows, enabling end-to-end scenario validation and state-transition

Ci CdDebuggingIntegration TestsPython+1
frappe-doctype-builder
Api

This skill generates complete Frappe DocType JSON with fields, permissions, and configurations to accelerate DocType creation and modification.

AutomationBackendDataDatabase+1
frappe-report-generator
Analytics

This skill helps you create and customize Frappe reports including query, script, and nocode builders for powerful data analysis.

BackendDatabasePerformancePython+1
frappe-fixture-creator
Cli

This skill generates Frappe fixture JSONs for test, master, and initial site data to enable repeatable site setups.

DataDevopsPythonScripting+1
frappe-webhook-manager
Api

This skill helps you create secure webhook receivers and senders for Frappe integrations, enabling reliable event-driven communication with external systems.

AutomationBackendIntegration TestsSecurity
More from this maintainer
Other repositories and skills published under the same GitHub owner.
Skills library
Jump back to the full directory or explore grouped topics.
Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational