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

Frappe - Patches do not get executed when installing app and doing bench migrate

I have created a custom app. I make patches folder to write patch that update field values in database. I have ensure that it works perfectly. But when I install the custom app in site, it will add patch entry in tabPatchLog table, but it seems like…
0
votes
0 answers

Know about Mapping or Routing against Sales Order page when we put item code automates item tax template and taxes and charges

Hiiii Teams In ERPNext Version 14 , how to find location of source code for sales order page where we put item code , automatically they fetch item tax template and taxes and chargers sections, how to know about that mapping and routing if that page…
0
votes
1 answer

Not able to add Custom-App in frappe docker

Following this URL https://github.com/frappe/frappe_docker/blob/main/docs/custom-apps.md But unable to add Custom App as cannot add custom app through APPS_JSON I tried this URL https://github.com/frappe/frappe_docker/blob/main/docs/custom-apps.md
0
votes
0 answers

frappe_docker connect to local mariadb instead of dockerized mariadb

I'm trying to explore ERPNext on my Windows10 PC. I've XAMPP running in my PC. I've installed & running ERPNext using frappe_docker. It's working well. Now, I'm trying to view the data in database. I think I've two options here- Either, Connect my…
s.k.paul
  • 7,099
  • 28
  • 93
  • 168
0
votes
1 answer

Corrupt Supervisor Config for Frappe Multi-Bench Setup

Setup Context: Dedicated server CentOS with the frappe bench CLI installed on root. Multiple Linux users on the server, each with a domain or sub-domain. Each user with their own Bench & Sites. Manually configured NGINX & Redis configurations to…
AlaaL
  • 333
  • 9
  • 28
0
votes
1 answer

MariaDB Container is not getting up of Frappe Docker

Trying to containerized ERPNext using Frappe_Docker MariaDB Container is not running as getting below error 2023-05-01 00:07:15+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.6.12+maria~ubu2004 started. 2023-05-01…
0
votes
0 answers

frappe 10 script report with checkbox column

I'm trying to add a checkbox column in my script report the column is added but the checbkox is not clickable it shows as a disabled icon I added the column like this in my .py file def get_columns(): return [ { "fieldname":…
0
votes
0 answers

Unauthorized client refused - frappe/erpnext development setup with docker (code oss - manjaro)

I am trying to configure frappe/erpnext on my laptop where I have Manjaro Linux installed, I am following step by step what is indicated here: https://github.com/frappe/frappe_docker/blob/main/docs/development.md but I get Connection error:…
Barceló
  • 11
  • 8
0
votes
0 answers

Frappe navigation arrows inside a form

Whenever I want to apply a filter on the list and then enter a form the arrows won't navigate based on the filter sorting How can I customize the arrows to make them navigate based on the applied filter sorting ? I have applied the date filter so…
0
votes
0 answers

When I performed Facebook Login, it returns error "Invalid verification code format" with frappe

Firstly, I have setup Facebook Login in Frappe ERPNext. it returns success. Now, when I am using Frappe API for Facebook Login, api/method/frappe.www.login.login_via_facebook it returns error as below “'Decoder failed to handle access_token with…
Neel
  • 1
  • 1
0
votes
0 answers

When I performed Google login, it returns error " Invalid Granted" with frappe

Firstly, I have setup Google Login Frappe ERPNext. it returns success. Now, when I am using Frappe API for Google Login, api/method/frappe.www.login.login_via_google, using below parameters and it returns error " Invalid…
Neel
  • 1
  • 1
0
votes
1 answer

How to update data of child table in web form using client script in Frappe Framework

how can I use the same client script which is basically updating the value of rows in the child table from the data coming from an external API and is working for the doctype form to work with the web form client script? the data is coming but the…
0
votes
0 answers

Google Driver Picker in Frappe Framework

While trying to attaching files from google drive its showing Google Authentication Error. Same credentials i used for social login key for google its works. enter image description here We enabled GDrive api, GDrive picker
0
votes
0 answers

Getting error while Configer Linkedin to ERPNext

Am using the below documentation for the social media linked in campaigns and trying to make configuration and did how the documentation is guide as per. https://docs.erpnext.com/docs/v14/user/manual/en/CRM/linkedin-settings But Am getting the error…
vinoth raj
  • 96
  • 3
0
votes
1 answer

ASP.NET, Frappeframework, CookieContainer, HttpClient, Set and Usage

I'm trying to connect to frappeframework using ASP.Net MVC. I must use "Password Based Auth" like stated in number 2 here : https://frappeframework.com/docs/v14/user/en/api/rest I call rest API for login successfully, but my problem comes after…
Oscar
  • 33
  • 3