Commit graph

41425 commits

Author SHA1 Message Date
Suraj Shetty
f7b22ea295
Merge pull request #20353 from surajshetty3416/misc-fixes-15-03-2023 2023-03-16 10:57:12 +05:30
Suraj Shetty
8aac4aae75 fix(grid): Show filter row if some filters are already applied 2023-03-16 10:10:52 +05:30
Suraj Shetty
10a5861f11 fix: Fill partially entered data to quick entry
- if the autoname is "prompt" the auto fill was not working

Co-authored-by: Rushabh Mehta <rmehta@gmail.com>
2023-03-16 09:47:53 +05:30
Suraj Shetty
8dde2cd43c fix: Clear dasboard comment to avoid duplicate
- on save
2023-03-16 09:45:43 +05:30
Ankush Menat
56fb0a4f93 fix: treat Phone as Data on list view
closes https://github.com/frappe/frappe/issues/20290
2023-03-15 15:16:39 +05:30
Shariq Ansari
423c0a2e36
Merge pull request #20346 from shariquerik/workspace-sidebar-fix 2023-03-15 14:22:37 +05:30
Suraj Shetty
48fb8174e1
Merge pull request #20348 from surajshetty3416/fix-link-title-in-pdf
fix: Set link title in PDF
2023-03-15 14:17:52 +05:30
Suraj Shetty
09ea38e96f fix: Set link title in PDF
Co-authored-by: Saqib Ansari <nextchamp.saqib@gmail.com>
2023-03-15 14:14:41 +05:30
Shariq Ansari
20eebe7340 fix: hide My Workspace sidebar section if empty in edit mode 2023-03-15 13:52:59 +05:30
Shariq Ansari
2c16ad2bfb fix: sidebar becomes unhidden while removing skeleton 2023-03-15 13:41:46 +05:30
Wolfram Schmidt
1f01eccb9b
chore: update de translations (#20341)
added translations for new fields (v14)
2023-03-15 01:51:13 +05:30
Ankush Menat
9430b6a8c2
fix: Permission error while processing role based notifications (#20315) 2023-03-14 17:27:30 +05:30
Suraj Shetty
acf8a52daa
Merge pull request #20336 from surajshetty3416/fix-default-print-language 2023-03-14 15:16:37 +05:30
Suraj Shetty
e429101370 fix(print): Language set in document should have higher precedence 2023-03-14 15:13:35 +05:30
Ankush Menat
da086a4410
feat: allow configuring ttl for RQ job retention (#20331)
Some might want to keep them around for long, others might wanna get rid
of it to free up memory. Hardcoded defaults dont work for everyone hence
make it configurable.

`no-docs`


[skip ci]
2023-03-14 12:43:41 +05:30
Raffael Meyer
5538d7fbbe
chore: translate read only alert to german (#20324)
[skip ci]
2023-03-14 11:37:22 +05:30
Ritwik Puri
985a8ca18a
fix: proper errror translation for finding outgoing email account (#20316) 2023-03-13 21:05:48 +05:30
Ritwik Puri
41685ff014
fix: dont use get_datetime for enddate when startdate is in future for google calendar event (#20309) 2023-03-13 15:20:57 +05:30
Ankush Menat
dd2ac72a9a fix: skip 0 for rounding 2023-03-13 14:16:39 +05:30
Ankush Menat
02168174c1
Merge pull request #20298 from ankush/bankers_rounding
fix: corrected bankers rounding
2023-03-13 13:55:41 +05:30
Ankush Menat
709edf1f55 fix: Make corrected bankers rounding default method 2023-03-13 13:10:51 +05:30
Ankush Menat
139d4a87b4 fix: corrected banker's rounding
closes https://github.com/frappe/frappe/issues/19570
2023-03-13 12:30:48 +05:30
Ankush Menat
032889f913 chore: typo 2023-03-13 12:28:20 +05:30
Ankush Menat
90be13e7ee
fix: dont respond to login api call if email login is disabled (#20311) 2023-03-13 11:06:15 +05:30
Ankush Menat
97ca92e3d1
refactor: change rounding method names (#20299)
These are easy to understand.

Added third method for corrected banker's rounding.
2023-03-10 14:57:15 +05:30
Devin Slauenwhite
2223f97f88
fix: print preview when no letterhead is selected (#20286) 2023-03-10 12:10:22 +05:30
Ritwik Puri
a5469a751f
chore: update french translation (#20291) 2023-03-09 21:22:00 +05:30
Florian HENRY
8086baff8d chores: update French translation 2023-03-09 12:20:58 +01:00
Florian HENRY
ce5ab74633 chores: update French translation 2023-03-09 11:11:04 +01:00
Florian HENRY
735e50e762 chores: update French translation 2023-03-09 11:10:28 +01:00
Ankush Menat
bf0ea6de89
chore: use merged action url 2023-03-08 16:32:30 +05:30
Ankush Menat
92120ea539
fix(UX): dont let users select child table in ref_doctype (#20278)
Child doctypes have no concept of permission so when ref_doctype is
child doctype it will always fail. You should pick ref_doctype that's
typical parent used for perm checks.
2023-03-08 15:06:13 +05:30
Ankush Menat
c8a641d72d
Merge pull request #20258 from ankush/rounding_methods
feat: configurable rounding methods
2023-03-08 14:24:25 +05:30
Ankush Menat
9f6a6d74fb refactor: split rounding methods in functions 2023-03-08 14:09:50 +05:30
Ankush Menat
e4a11fd8cf fix(UX): Warn about changing rounding method 2023-03-08 12:24:50 +05:30
Ankush Menat
68d8a8eadd feat: implement custom rounding in JS 2023-03-08 12:13:42 +05:30
Ankush Menat
86b9ff4266 feat: Allow specifying rounding method in flt 2023-03-08 10:59:02 +05:30
Ankush Menat
48f63f53ab feat: configurable rounding methods 2023-03-08 10:44:44 +05:30
Ritwik Puri
640a543dae
chore: translate new button in web form
Co-authored-by: Steffen <steffen@brennscheidt.net>
2023-03-08 00:17:28 +05:30
Ritwik Puri
f22032a990
Merge pull request #20263 from barredterra/get_monthly_goal_graph_data
fix: type annotation for filters parameter of get_monthly_goal_graph_data
2023-03-07 17:07:01 +05:30
barredterra
a00aa51c96 fix: remove deprecated filter_str parameter of get_monthly_goal_graph_data 2023-03-07 11:14:48 +01:00
MouSoeng
a093f7d4b6
chore(py): upgrade babel 2.9.0 -> 2.12.1 (#20251) 2023-03-07 14:27:10 +05:30
Suraj Shetty
1b1dcd200c
Merge pull request #20264 from surajshetty3416/fix-doc-timestamp-conflict 2023-03-07 12:38:46 +05:30
Suraj Shetty
ce27d7865f fix: Remove unnecessary code to avoid timestamp conflict 2023-03-07 10:48:23 +05:30
barredterra
b1e08bb26e fix: type annotation for filters parameter of get_monthly_goal_graph_data 2023-03-06 23:12:24 +01:00
Raffael Meyer
036e1c94cd
feat!: remove deprecated timezone utils (#20255) 2023-03-06 19:56:57 +05:30
Ritwik Puri
8368b73270
Merge pull request #20253 from barredterra/rename-timezone-utils
refactor: rename timezone utils
2023-03-06 19:43:11 +05:30
barredterra
c099b67165 feat: add new timezone utils to safe_exec 2023-03-06 13:07:24 +01:00
barredterra
3f87ffe446 Revert "refactor: rename timezone utils in safe_exec"
This reverts commit d1ccfc91b8.
2023-03-06 13:04:20 +01:00
gavin
cd524135c0
fix: TemplatePage.can_render (#20257)
Don't render python executable/loadable files from TemplatePage
renderer. This restricts access to reading/downloading possibly
private Python source code from Frappe applications
2023-03-06 12:40:15 +05:30