Questions tagged [frappe]

Frappe is an open source full stack, low-code Python + JS web framework

Frappe is an open source, full stack web framework, low-code web framework, which was originally built for ERPNext, but now powers many business applications.

184 questions
1
vote
1 answer

when clicking on action button in frappe, my route is prefixed by /app

I have created an action for my doctype in Frappe framework, the action should call a route lets say /ABC. The problem is that when I click on the action button in doctype change view it redirects me to /app/ABC I also tried to redirect using hooks…
1
vote
0 answers

Is there a way I can create a custom erpnext app without being prompted for the inputs,eg;description, etc... while using the "bench new-app" command?

I want to create an app using a bash script inside my docker-compose.yml file but the problem is I am being prompted for the app details like the App Title,description etc which are usually there by default.This leads to the process getting aborted…
1
vote
2 answers

Please make sure that Redis Queue runs @ redis://localhost:11000

Please make sure that Redis Queue runs @ redis://localhost:11000 bench new-site test1.loc MySQL root password: Installing frappe… Updating DocTypes for frappe : [========================================] 100% Updating country info :…
1
vote
0 answers

How to open dialog (Quick Entry view) on Add New Row from child table of Frappe Webform?

How to open Dialog box (Quick Entry view) on Add New row of child table of Webform like we can open dialog box from Doctype as below. From WebForm it is not allowing me to open dialog box on Add new Row of child table. Can anyone please help me to…
Darshana
  • 662
  • 1
  • 10
  • 29
1
vote
0 answers

How can I add a new new field type "Tree"

I wand add new field type “Tree” … in a new doctype named “Customer” I want add the “Territory” as link but it should be displayed as a “Tree” not drop down list and only the leaf should be selectable. Thanks in advance. I don't know how to start!
Paula Mansour
  • 33
  • 1
  • 6
1
vote
0 answers

How to create a Nuxt 3 plugin/composables for Frappe JS SDK

I have used frappe-js-sdk to create the following page in Nuxt 3.