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
0
votes
0 answers

Creating Supplier Quotation through Supplier Portal in ERPNext

I'm currently working on implementing a supplier portal within ERPNext, and I'm facing a challenge when it comes to allowing suppliers to create quotations directly through the portal. I've set up the portal to enable suppliers to log in and…
0
votes
0 answers

I am trying to get all users from google workspace using python but I am getting a HTTP error with code 400 after making the API call

I am trying to get all users from google workspace using python but I am getting this error message as a response " "exception": "googleapiclient.errors.HttpError:
0
votes
0 answers

Setting Frappe Workspace permission for a User Role to only see the workspace

I'm developing a sample web application using Frappe framework, and I'm trying to use the new workspace functionalities to create a User platform. I'm creating the workspace as an Administrator with various visualization of some sample DocType I've…
0
votes
0 answers

Issue with Real-Time Tracking in Frappe: Guest User Data Creation Instead of Logged-In User

I am currently working on implementing real-time tracking using sockets in Frappe. My goal is to add latitude and longitude data to a custom Doctype for a logged-in user. To ensure secure authentication, I am utilizing the API key of the logged-in…
0
votes
2 answers

How to override a function using server script ERPNext v14

I need to override the function that calculate the amount in the quotation item quantity * rate by quantity * rate * length * width knowing i had changed in the client side but when saving the quotation it returns to the original formula I tried the…
imo
  • 1
  • 4
0
votes
0 answers

Installation of erp next app using WSL in windows 11 systeme

I've been following the setup instruction given in this link Reference. I tried the steps and installation was fine until 6.2. Not able to see the site in localhost:8000. Can you suggest me any info that would very helpful.
0
votes
1 answer

override a default function using client script erpnext

In ERPNext v14 client script, I'm trying to override the amount function in quotation item which is quantity*rate by default but it does change for just seconds and then get back to the original formula and the code i have is the following function…
imo
  • 1
  • 4
0
votes
0 answers

Not able to store the session id from response headers when using sessions in react/frappe [ERP Next]

I am trying to fetch the session id (sid) from the response headers. My client app is on a local environment where as my API is hosted on a server[ERP Next]. When sending the login request from React app I am able to get the response but when trying…
0
votes
1 answer

404 page not found after installing ERPNext

After installing ERPNext using the frappe/bench repository on Github or using Docker to a custom domain name, when I go to the website, I get the error: "404 page not found", and ERPNext is inaccessible. How do I resolve this?
Zenul_Abidin
  • 573
  • 8
  • 23
0
votes
1 answer

How to solve duplicate entry error while installing packages/modules in erpnext, eg indain_compliance module

Hey I have been trying to install indian_compliance module on my ubuntu vm for use on erpnext using the following commands in terminal: bench get-app https://github.com/resilient-tech/india-compliance.git bench install-app india_compliance but it…
0
votes
0 answers

ERPNext frontend customization

I have just recently installed ERPNext and I wanted to customize/rebrand the frontend of some pages. For example I want to put in an overlay sidebar on the Asset Dashboard page (http://localhost:8000/app/dashboard-view/Asset). But I cannot find the…
0
votes
2 answers

Socket API connection between Frappe and Flutter

I am creating a mobile app using flutter as front-end and frappe as back-end (i tried in local site). In which i want to create a socket API connection for realtime updates. But i can't get any response or any errors also there is no request log in…
0
votes
0 answers

Accessing erpnext/frappe from the internet / Port-Fowarding?

recently i've installed erpnext/frappe with installation documentation. I've installed it on a linux cloud server (debian 11), succesfully. I've used the docker image, and then i started it. Everything seems to be find. But then I don't know, how to…
Tony B
  • 344
  • 5
  • 19
0
votes
0 answers

File Upload via Rest API in Frappe from Andoid

If I upload a file using url following the REST API then it works. But if I upload a file from mobile device through uri than it gives me INTERNAL SERVER ERROR. What am I missing? Below is the android part code **//Call upload function from async…
Ryan1
  • 1
0
votes
0 answers

Frappe Chart and Datatable not loading properly the first time on Edge

I'm trying to create some charts and tables using Frappe Chart and Frappe Datatable included in the Frappe Framework. They work fine on Chrome and Safari, but for some reason it struggles to load on MS Edge the first time the page is opened, or…