Raffael Meyer

Results 108 issues of Raffael Meyer

## Description of the issue Restoring a v13 backup into v14 throws error. ## Context information (for bug reports) **Output of `bench version`** ``` erpnext 14.69.0 frappe 14.74.0 ``` ##...

bug

https://github.com/frappe/erpnext/assets/14891507/66ed61c8-144e-4285-896c-ed8ff660af18 > no-docs

backport version-15-hotfix

Assuming you want to translate the source string to the target language only once (and not re-translate the translation), the rules in https://github.com/frappe/semgrep-rules/blob/c0a1c4fcc4eb9fd7813187fa2420872cba8a3770/rules/report.py seem to be incorrect. Report column labels...

With VSCode open on the bench level (working directory: /Users/raffael/Code/bench/develop), the dotted path is wrong: it starts with "apps.my-app.my-app" instead of "my-app". ```bash > pwd /Users/raffael/Code/bench/develop > ls Procfile apps...

- Every time a PDF gets created, it should be sent to the customer by email. ```py contact_email_list = frappe.get_list('Contact Email', fields=['email_id'], filters={'parent': sinv.contact_person, 'is_primary': 1}) contact_email = contact_email_list[0].get('email_id') if...

enhancement

Fill word templates with values from any document. Add a new DocType **Word Template** with fields Title and related DocType. ### Create a new Template 1. Create a new Word...

Example: the DocType **Mode of Payment** has _Translate Link Fields_ enabled. The effect is that users will see the translated name in link fields and as the form heading. However,...

defer backport

This PR enhances the **Language** DocType to become more of a [locale](https://en.wikipedia.org/wiki/Locale_(computer_software)), i.e. Language now bundles all date, time and number format settings that apply to a specific region. Before,...

add-docs
add-test-cases
do not backport

> [!NOTE] > Please wait for #27178 to reduce the diff. Until then, please look at the last commit ([06fd6f6](https://github.com/frappe/frappe/pull/27190/commits/06fd6f6541776c2a2702309dc933c86cacf238bf)) only. Money in words does not work correctly for fractions...