zaid2229 / Export-Settings

Users have the flexibility to preset specific fields for various doctypes that they wish to have prechecked during exports.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frappe Export Settings

Overview

This app allows you to predefine the fields you want to export from any given doctype in Frappe. The app adds a new "Export Settings" doctype where users can specify which fields should be prechecked when they open the Export Data dialog box.

Features

  1. Define prechecked fields for any doctype
  2. Simplify the data export process
  3. Improve user experience by minimizing manual selections

Installation

Prerequisites Make sure you have Frappe installed.

Steps

  1. Navigate to your Frappe bench folder:

    cd path/to/your/bench

  2. dd the GitHub repository:

    bench get-app https://github.com/zaid2229/Export-Settings.git

  3. Install the app onto your site:

    bench --site your-site-name install-app export_setting

  4. Migrate the database:

    bench migrate

  5. Finally, restart your Frappe server:

    bench restart

Usage

- Creating a new Export Setting

1. Go to the 'Export Settings' doctype.
2. Select the doctype you want to configure.
3. Check the fields that should be prechecked during export.
4. Save the document.

- Exporting Data

1. Navigate to the doctype for which you've set the export settings.
2. Click on the 'Export' button.
3. Notice that the fields specified in the 'Export Settings' are prechecked.

Snapshots

screen-recording-2023-09-12-at-92510-pm_IjedHrSR.mp4

License

MIT

About

Users have the flexibility to preset specific fields for various doctypes that they wish to have prechecked during exports.

License:Other


Languages

Language:JavaScript 55.6%Language:Python 44.4%