Raffael Meyer
Raffael Meyer
All translations should be of structure `source string,translated string,context` - remove leading "DocType: XXX", if any - remove leading path and line number, if any - remove leading comma, if...
Previously, all forms containing `address_html` and `contact_html` fields had to set `frappe.dynamic_link = {doc: frm.doc, fieldname: 'name', doctype: frm.doctype}` in order to link the current form in a newly created...
Please merge #20319 first, then rebase this PR. ✅ Continuing the above PR, this one - refactors`get_contact_list` to get rid of the raw SQL query, - uses more accurate matching...
Assume a user has read permissions on **Customer**, but not on **Address**. When they try to open the customer form view, they'll get an error like "Address not permitted". With...
For _Select_ fields, sort options by translated label. For example, selecting a field type with language set to German: ### Before  ### After  This makes it much easier...
### Role: System Manager  https://user-images.githubusercontent.com/14891507/208681483-6fcee4f6-ebdf-4b19-9af2-3285b2884414.mov ### Role: All  https://user-images.githubusercontent.com/14891507/208681653-2aec5d6c-7c1c-4709-a56e-08b89e929864.mov ### Tests Unfortunately, many test cases use the **Note** doctype. For example, for testing assignment rules or CRUD via...
## Description of the issue Link field does not work if user has only the "select" permission ## Context information (for bug reports) Frappe develop branch (v15) ## Steps to...
The frontend helper method `get_address_display` was part of erpnext only. I think this should be a part of the framework. After this is merged, we can start to replace and...
Imagine we have a list of 100 entries in a category, with a page length of 10. Currently, we can only apply filters to the 10 visible entries. What I...
It would be nice to have the option to show a thumbnail for each entry. I thought I could easily customize this by modifying the `template.html`. Unfortunately, the `Entry` class...