201 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
8
views
Frappe ERPNext: Custom grand total in Sales Invoice not decreasing on child table row deletions
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 ...
0
votes
0
answers
37
views
REST API request succeeds via cURL but fails with 500 Internal Server Error when sent from Python (requests) inside ERPNext (Frappe)
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 ...
1
vote
1
answer
38
views
"Repeat Header and Footer" is not working as expected for custom print formats
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 ...
1
vote
2
answers
84
views
How to get values from FormControl components of frappe ui using in vuejs?
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="...
0
votes
0
answers
22
views
Using the Search Doctype Bar in Multiple Languages
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 ...
0
votes
0
answers
37
views
Need help setting headers for ERPNEXT API endpoint
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. ...
0
votes
1
answer
276
views
Frappe API not accepting authorization token
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 ...
0
votes
0
answers
59
views
Frappe ERPnext v15 installation issue in Python
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 ...
2
votes
1
answer
588
views
ERPNext (wkhtmltopdf) PDF Generates Incorrect Layout (Font Size, Margins, Page Size)
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 ...
0
votes
0
answers
108
views
Assets for Release /bin/sh: 1: Syntax error: "(" unexpected don't exist
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: "(&...
0
votes
0
answers
55
views
Does ERPNext Sales Invoice have fields to track target_exchange_rate and source_exchange_rate?
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 ...
0
votes
0
answers
216
views
PDF Generation Does Not Respect Page Breaks (page-break-before and page-break-after)
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 ...
0
votes
1
answer
133
views
Problems deploying healthcare in a dockerized frappe development installation
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 -...
0
votes
1
answer
336
views
ERPNext v15 Dahua time attendance Employee CheckIn integration
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):
"""
...
0
votes
0
answers
64
views
"ERPNext Print/Preview Functionality Not Working in PyQt5 Desktop Application Integration"
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 ...