Nikhil Kothari
Nikhil Kothari
We've used Frappe for a project management system built for a World Bank agency - and here are a few things that we encountered: 1. Documentation does not cover a...
Not sure if this helps but I created a public Postman API collection for API's available in Frappe Framework to collaborate with my team. We regularly add to the collection...
@sumitbhanushali Do you think client scripts will be supported anytime soon? So many of the ERPNext modules are dependent on it. I was thinking of using CapacitorJS (https://capacitorjs.com) and Ionic...
Yep I was thinking I would use a lot of the boilerplate code that you've already written, but would add a few things related to React: 1. Hooks to perform...
Hey, We are still working on the standard libraries for React. We are currently building it in one of our projects as a proof of concept, and then we will...
Hey @NagariaHussain , We're almost done with our library - in fact we're using it in one of our projects right now. The only thing remaining is to create an...
Hi. The problem with the current email/password implementation on the web is that the authentication state isn’t persisted - the user is logged out automatically once the app is closed....
What if a file is a required field in the DocType? We recently encountered this case on a React SPA, so we first created the document in the DB, then...
Upon checking the codebase, I think we could have a field in the Dashboard form where they can choose the Workspace/Page this dashboard belongs to. Then on page render, we...
@michellealva - do you want to have the same filters as in the list view (created by marking "In Filter" in DocField) in the tree view as well? I remember...