avc
avc
Month names are always offered in english. This PR add language support on render_gantt method. `frappe.views.calendar` supports now `language` property on gantt object (even `frappe.boot.lang` could be used), but gantt...
Despite report shows translated data, excel/csv export doesn't For now just fix standard report. - [x] Dialog option for translating values - [x] `Data`, `Small Text` and `Select` values will...
Partially fixes https://github.com/frappe/frappe/issues/27525 Reference: https://discuss.frappe.io/t/frappe-15-bench-new-app-offline-error/131666 After this, other offline issue: `ERROR: Could not find a version that satisfies the requirement flit_core` Despite flit_core installed. Seems flit_core dependency issue backport to...
Maybe related with this https://github.com/frappe/frappe/pull/28967 @sokumon 1. Now seems that "edit" mode is active by default. So clicking on any option of menu accidentally try to "drag" option over the...
Updated to testing new Chromium PDF engine ... Updated Frappe Framework `develop` too `bench setup-chrome` executed Created simple format for Sales Invoice. Set "chrome" for `pdf_generator` Most of the times...
First time I print a format, it's shown properly. Second one i get this, with "Print" and "Get PDF" embedded actions ...  After `bench start` it works well again.
Trying to generate PDF from backend (no frontend request) `pdf_generator.set_tab_url `assumes `frappe.request.host_url `exists . Can workaround using `frappe.utils.get_url()` But finally got this: `Traceback (most recent call last): File "apps/frappe/frappe/email/doctype/email_queue/email_queue.py", line...
Currently, header/footer space is needed on all pages, so we waste this on each one:  Maybe we can - Let's configure if header/footer will be shown on every page...
This PR tries to approach to the feature, being absolutely aware that it can break something. Inspired by https://github.com/frappe/frappe/pull/2917 Quick view!  Some use cases ... Serial numbers https://github.com/user-attachments/assets/441acc9b-5f30-4126-9be1-0f4bc761689a Measures...