Tailor ERP Generator
Create a custom Headless ERP Application, and perform CRUD operations to the application with prompts.
This plugin allows you to create a custom Headless ERP Application and perform CRUD operations with prompts. With Tailor ERP Generator, you can easily generate and customize an ERP application tailored to your specific needs. Whether you need to create, read, update, or delete data, this plugin provides a seamless experience. Say goodbye to manual data management and let Tailor ERP Generator handle the heavy lifting. It's time to streamline your business processes and boost productivity!
How to
Comments (0)
Try it
API docs
Learn how to use Tailor ERP Generator effectively! Here are a few example prompts, tips, and the documentation of available commands.
Example prompts
-
Prompt 1: "Create a new field in the ERP application schema."
-
Prompt 2: "Explain the purpose and functionality of a specific pipeline in the ERP application."
-
Prompt 3: "Summarize what the deployed ERP application does."
-
Prompt 4: "Provide an explanation of the schema used in the deployed ERP application."
-
Prompt 5: "Make changes to ERP application data using a GraphQL mutation."
-
Prompt 6: "Retrieve ERP application data using a GraphQL query."
Features and commands
Feature/Command | Description |
---|---|
addField | This command adds a new field to the schema of the ERP application. You need to provide the application ID, the target field name, the target schema name, and a condition for the added field. |
explainPipeline | This command explains a specific pipeline in the ERP application. You need to provide the application ID and the target pipeline name. |
summarizeApp | This command provides a summary of what the deployed ERP application does. |
explainSchema | This command explains the schema of the deployed ERP application in the Tailor Platform. |
postData | This command allows you to make changes to the ERP application data using a GraphQL mutation. You need to provide the application ID, the target GraphQL type to query, and the target GraphQL input as a simple JSON format. |
getData | This command allows you to retrieve ERP application data using a GraphQL query. You need to provide the application ID and the target GraphQL type to query. You can also use data filters "from" and "size" to narrow down the data list. |
applyTemplateWithExample | This command applies an ERP application template in the Tailor Platform with example data. You need to provide the name of the ERP application template (CRM, HRIS, or Order Management System). |
applyTemplate | This command applies an ERP application template in the Tailor Platform. You need to provide the name of the ERP application template (CRM, HRIS, or Order Management System). |