Commit graph

46163 commits

Author SHA1 Message Date
Ponnusamy
95e161389b
chore: typo (#23675) 2023-12-08 13:57:46 +05:30
14987
ab915e3a81
feat: Add button to removing multiple assignments 2023-12-08 13:22:39 +05:30
Shariq Ansari
f54f2419bb fix: prioritize link_title if value != link_title 2023-12-08 13:12:05 +05:30
Suraj Shetty
0d2a249687
Merge pull request #23673 from surajshetty3416/fix-espresso-style 2023-12-08 11:06:40 +05:30
Suraj Shetty
b04a6247ce fix: Color indicator style 2023-12-08 11:04:30 +05:30
Shariq Ansari
78cf0cd142 fix: check if autoname is promt before setting __newname 2023-12-08 10:53:58 +05:30
Md Hussain Nagaria
cfc781e5b6
fix(Virtual DocType): don't call db get_value in link field validation (#23620)
* fix(Virtual DocType): use get_doc to validate link field instead of db get_value

* refactor: use is_virtual_doctype util & always return a dict
2023-12-07 21:58:05 +05:30
Shariq Ansari
2522cbf6ab
Merge pull request #23665 from shariquerik/handle-format-using-filter-value 2023-12-07 20:46:03 +05:30
Shariq Ansari
b483800a06 fix: pass filter to formatter to handle custom logic 2023-12-07 19:45:32 +05:30
Ankush Menat
a1bfdf28a2
Merge pull request #23659 from shariquerik/ar-export-excel-fix
fix: use encoded filename for arabic (latin) language while exporting
2023-12-07 18:10:42 +05:30
Shariq Ansari
f679f65aa5 test: unit test to check arabic filename export 2023-12-07 13:42:24 +05:30
Shariq Ansari
4c9dea8d62 fix: use encoded filename for arabic (latin) language while exporting 2023-12-07 12:46:27 +05:30
Trusted Computer
61425cf858
fix: remove redundant breadcrumbs
Remove redundant frappe.breadcrumbs.add from notifications_settings
2023-12-07 10:22:13 +05:30
Sagar Vora
d74e5d2e8a chore: fix typo in comment 2023-12-07 09:31:53 +05:30
Raffael Meyer
76afbaaa40
Merge pull request #23609 from barredterra/de-morgan 2023-12-06 22:21:01 +01:00
Raffael Meyer
8eb6c0f1e5
Merge pull request #23619 from barredterra/clear-checked-items-in-report 2023-12-06 18:13:04 +01:00
Ankush Menat
fc5d946abb
Merge pull request #23640 from ankush/sentry_tweaks
fix: set correct sentry tags
2023-12-06 19:25:11 +05:30
Ankush Menat
f87b52a93c fix: set correct sentry tags 2023-12-06 19:20:54 +05:30
Ankush Menat
bbeeebbbbb
Merge pull request #23623 from barredterra/bulk-submit-cancel
feat: scoped progress bar on bulk submit/cancel
2023-12-06 18:35:24 +05:30
ajiragroup
8a2b9407c8
fix: Modified Number system for Nepal (#23613)
* Update utils.js

Further refined number system for Nepal. Numbering in Nepal does not continue as 100 Crores/1000 Crores as in India, but it proceeds as:
-> 1 Arba  for 100 Crore
-> 1 Kharba for 100 Arba (10,000 Cr)

* Update number_systems.js

Added number system for Nepal.
 Numbering in Nepal does not continue as 100 Crores/1000 Crores as in India, but it proceeds as:
-> 1 Arba  for 100 Crore
-> 1 Kharba for 100 Arba (10,000 Cr)

* chore: simpler condition

* style: format

---------

Co-authored-by: Ankush Menat <ankushmenat@gmail.com>
Co-authored-by: Ankush Menat <ankush@frappe.io>
2023-12-06 15:21:41 +05:30
Ankush Menat
382c5ebdf1
Merge pull request #23621 from maharshivpatel/fix-primary-action-update
fix: only update primary action if it is new action is provided
2023-12-06 12:36:30 +05:30
barredterra
68c0e6f85f refactor: better parameter name 2023-12-05 19:39:47 +01:00
barredterra
54a83892bb fix: better error message 2023-12-05 19:37:02 +01:00
barredterra
9ada76df6c chore: deprecate old show_progress 2023-12-05 19:30:43 +01:00
barredterra
09395420b8 feat: task_id for submit_cancel_or_update_docs 2023-12-05 19:30:13 +01:00
barredterra
105c4a20fb refactor: better variable names 2023-12-05 19:19:56 +01:00
barredterra
a9c4894ccf fix: task_id parameter for publish_progress 2023-12-05 19:16:27 +01:00
Maharshi Patel
cb3205e569 fix: only update primary action if it is new action is provided
Currently, the primary action is updated even if the new action is None.
This breaks some old code that relies on the primary action being None
when no action is provided. (used to update primary action label)

I changed the code to only update the primary action
if the new action function is provided
2023-12-05 23:31:58 +05:30
barredterra
1b328854cc fix(Report View): clear checked items 2023-12-05 18:00:23 +01:00
Ankush Menat
b23ee471c3
Merge pull request #23616 from frappe/revert-19935-wkhtmltopdf_log_v14
Revert "feat: wkhtmltopdf logging"
2023-12-05 21:11:54 +05:30
Ankush Menat
b0c2f56dae Revert "feat: wkhtmltopdf logging (#19935)"
This reverts commit 6354a018de.
2023-12-05 21:11:35 +05:30
Ankush Menat
6e046a9752
Merge pull request #23604 from frappe/dependabot/github_actions/actions/labeler-5
build(deps): bump actions/labeler from 4 to 5
2023-12-05 19:19:41 +05:30
Shariq Ansari
69a96ad565
fix: strip html the printview's key value (#23606)
* fix: strip html the printview's key value

* fix: escape instead of strip html
2023-12-05 15:49:46 +05:30
barredterra
47f943b935 chore: git blame ignore rev 2023-12-05 11:17:15 +01:00
barredterra
c35476256f refactor: simplify conditional logic
Command: `sourcery review --fix --enable de-morgan .`
2023-12-05 11:14:41 +01:00
dependabot[bot]
811d167552
build(deps): bump actions/labeler from 4 to 5
Bumps [actions/labeler](https://github.com/actions/labeler) from 4 to 5.
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](https://github.com/actions/labeler/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/labeler
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-04 18:03:58 +00:00
Bernd Oliver Sünderhauf
b45df8d726
fix: Reload whenever the effective language or timezone has changed. (#22952)
* fix: Reload whenever the effective language or timezone has changed.

* fix: Reload as well when rounding method is changed.
2023-12-04 22:42:17 +05:30
Maharshi Patel
c1a3e64350
feat: disable assigned thread notification (#23535)
* feat: disable assigned thread notification

-   currently, email notification is sent to the assigned users of any doc
    when a new email is received.
-   This is not desirable in some cases, so this commit adds a new
    configuration option to disable this notification from notification settings.

* style: whitespace
2023-12-04 21:32:19 +05:30
mergify[bot]
ff08975de8
Merge pull request #23554 from barredterra/email-sender-name
feat: set sender name in documents created from email
2023-12-04 14:33:07 +00:00
Rabin Koirala
4074fed368
fix: adding country Nepal in get_number_system country list (#23582)
* feat: adding country Nepal in get_number_system

Nepal has also same numbering system as India ( Crore , Lakh )

* fix: changes on number format of nepal

* fixed the space before Nepal and position in list

---------

Co-authored-by: Ankush Menat <ankush@frappe.io>
2023-12-04 19:33:20 +05:30
ajiragroup
71fe2505ed
fix: use indian numbering for nepal
Added Nepal for Lakh/Crore system of Numbering instead of default western system.
2023-12-04 19:30:43 +05:30
Gursheen Anand
76a200028e fix: make internal parameter optional 2023-12-04 19:00:24 +05:30
mahsem
551aaafefc
fix: update setup_wizard.py translation (#23583)
* Update setup_wizard.py translation

Import frappe _  and translate some untranslated strings

* style: format

---------

Co-authored-by: Ankush Menat <ankush@frappe.io>
2023-12-04 18:23:09 +05:30
David Arnold
193222ce5c
Merge remote-tracking branch 'upstream/develop' into fix/list-view-settings 2023-12-04 13:20:19 +01:00
David Arnold
372101f254
fix: comment 2023-12-04 13:20:03 +01:00
Raffael Meyer
71a1712e35
Merge pull request #22797 from blaggacao/fix/geolocation-controller 2023-12-04 12:46:02 +01:00
David Arnold
abef15e567
Merge remote-tracking branch 'upstream/develop' into fix/geolocation-controller 2023-12-04 11:36:21 +01:00
David Arnold
d9efc6a521
Merge remote-tracking branch 'upstream/develop' into fix/list-view-settings 2023-12-04 11:33:09 +01:00
Gursheen Anand
f8d4014a00 feat: add disabled filter in get_children 2023-12-04 13:08:33 +05:30
Gursheen Anand
6babd02542 feat: add include disabled check 2023-12-04 13:07:35 +05:30