DTY ERPNext Dev Tools Overview
DTY ERPNext Dev Tools is a debugging tool designed to display form and DocType information for Frappe and ERPNext.
Starting off by extending the development capabilities of ERPNext, this tool offers various features:
- Supports Frappe versions 13 and 14
- Displays and modifies hidden fields in any DocType
- Forces saving of unchanged forms, submittable forms, and submitted forms (re-submit)
- Highlights hidden and custom fields in any DocType
- Displays detailed information on form fields and table fields
- One-click interface to copy form fields
- Quick access to customized forms/DocTypes for Link, Table, and Table MultiSelect field options
- Copy/insert all or specific rows from/to any ERPNext website's sub-table
- Copy/insert custom fields from/to any ERPNext website
- Copy/insert Doctypes data between ERPNext websites
- Simple CSV file batch import (useful for triggering python db api, webhooks, server scripts, etc.)
Acknowledgments: