Skip to main content
0 votes
0 answers
42 views

I'm customizing a Sales Invoice in Frappe/ERPNext to calculate a discounted grand total (15% off qty * rate per item). The total updates correctly on add/edit but doesn't decrease when deleting rows ...
Abhidha Pokharel's user avatar
0 votes
0 answers
54 views

I’m integrating ERPNext (Frappe Framework) with the Pakistan FBR DI API. I’m facing a strange issue: When I send the request using cURL, the invoice is accepted successfully. When I send the exact ...
Marium Faisal's user avatar
1 vote
1 answer
60 views

When we switch to the documented approach using #header-html and #footer-html together with print_settings.repeat_header_footer, the header is only rendered on the first page and the footer only on ...
MrJoky's user avatar
  • 395
0 votes
2 answers
90 views

when i try to use frappe ui components in vujs project i got some errors. i have a Dialog component containing TextEditor,FormControl components of type text,date,select <Dialog v-model="...
Akhil K Prakash's user avatar
0 votes
0 answers
23 views

When using the Search Doctype Bar, I would like to always be able to type the doctype name in English, no matter which system language is currently active. Right now, if the system language is changed ...
Andy Longrée's user avatar
0 votes
0 answers
41 views

I have a next.js app that sends a delete request to the ERPNext backend from the next.js application. The issue occurs on production only (i.e. the deployed next.js app) but works flawlessly on local. ...
Aizaz's user avatar
  • 15
0 votes
1 answer
291 views

I am attempting to make an API call to Frappe ERPNext database in Swift. No matter how I build the API call I get a PermissionError. I have rebuilt the API call multiple times and still can't get it ...
mrbutterscotch's user avatar
0 votes
0 answers
63 views

An error occurred while installing ERPnext in Python: ('Module Def', 'Accounts', IntegrityError(1062, "Duplicate entry 'Accounts' for key 'PRIMARY'")) What could be the possible solution ...
Rinzin Norbu's user avatar
2 votes
1 answer
608 views

I'm facing an issue in ERPNext when generating PDFs from the Sales Invoice print screen. There are two options for PDF generation: Print → Save as PDF (Works perfectly, maintains layout and ...
UsmanSanawar's user avatar
0 votes
0 answers
110 views

I’m installing the latest version of Frappe using Docker Compose on Windows, but I keep getting this error whenever I run the bench build command: Assets for Release /bin/sh: 1: Syntax error: "(&...
Fikiremariyam's user avatar
0 votes
0 answers
61 views

I am working on integrating ERPNext and need to track currency exchange rates for Sales Invoices. Specifically, I need to store: 1. target_exchange_rate – The exchange rate between the company's base ...
Saurav's user avatar
  • 1
0 votes
0 answers
227 views

I'm experiencing an issue where the PDF generated in ERPNext does not respect page-break-before and page-break-after CSS properties, even though the same formatting works correctly when printing (via ...
user29103502's user avatar
0 votes
1 answer
141 views

I'm following this tutorial to set a dev environment: After having installed ERPNEXT, I use the admindashboard to create the first user (besides Administrator). Then, I do: $ bench get-app healthcare -...
José L.'s user avatar
  • 627
0 votes
1 answer
364 views

I am trying to push employee attendance data with this code: import local_config as config import datetime import requests import json def _safe_get_error_str(response): """ ...
Mangi's user avatar
  • 23
0 votes
0 answers
65 views

I am integrating an ERPNext application (built on the Frappe framework) with a PyQt5-based desktop application. I can able to use erpnext application through pyqt5 windows now, everything is working ...
Saurav Kumar's user avatar

15 30 50 per page
1
2 3 4 5
14