-
### Information about bug
```
Traceback (most recent call last):
File "apps/frappe/frappe/website/serve.py", line 20, in get_response
response = renderer_instance.render()
^^…
-
We often directly dump document objects from test sites into a `test_records.json` file be it "Copy to Clipboard" action in the form view [ ... ]
_Originally posted by @gavindsouza in https://githu…
-
### Information about bug
### Information about bug
AttributeError: ‘NoneType’ object has no attribute ‘date’
Possible source of error: hrms (app)
The attendance button worked worked just Fine…
-
Hi, if Bench should install Drive I get this:
[log.txt](https://github.com/user-attachments/files/17511568/log.txt)
-
## Description of the issue
In the send_sms() function in frappe/frappe/core/doctype/sms_settings/sms_settings.py the send_via_gateway() function is called which itself call this function:
`# Cr…
-
As of now, there is no way to create a lead or deal based of a message like an incoming email. Although outgoing emails are tracked inside leads/deals, there is no general inbox view.
Zoho CRM impl…
-
+ Language : python
+ Repo : https://github.com/frappe/frappe
+ Author : @pdvyas
-
I am encountering several errors when trying to submit or print documents. The most common error message I receive is:
![image](https://github.com/user-attachments/assets/f7224f14-d67c-478d-a235-00…
-
#28283 found a test failure after applying automatically inferred type annotations on whitelisted methods.
The issue revolves around truthy / falsy cast values, for example a `1` not anymore being a …
-
Hi
I found your documentation on custom apps (https://github.com/frappe/frappe_docker/blob/main/docs/custom-apps.md) to be very helpful.
From what I understand, specifying the "url" and "branch"…