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
Ankush Menat
4ec874ac6e
style: format
2023-03-06 11:05:29 +05:30
Saif Ur Rehman
e9dfa80cf0
fix(Database): clear background jobs and realtime logs on rollback ( #20236 )
2023-03-06 10:47:11 +05:30
Ritwik Puri
5581be43b1
chore: remove manage subscriptions from navbar settings ( #20249 )
...
* chore: remove manage subscriptions from navbar settings
* chore: remove manage subscriptions when adding standard navbar items
2023-03-06 10:44:38 +05:30
barredterra
d1ccfc91b8
refactor: rename timezone utils in safe_exec
2023-03-05 16:17:44 +01:00
barredterra
c2c5449947
chore: deprecate timezone utils in v15
2023-03-05 15:58:13 +01:00
Shariq Ansari
b0d0b3b105
Merge pull request #20229 from uepselon/develop
2023-03-05 14:48:01 +05:30
Shariq Ansari
f4df8cee72
Merge branch 'develop' into develop
2023-03-05 13:45:41 +05:30
barredterra
b2e36634d6
refactor: rename get_time_zone to get_system_timezone
2023-03-04 19:30:03 +01:00
barredterra
3694e654a1
refactor: rename convert_utc_to_user_timezone to convert_utc_to_system_timezone
2023-03-04 19:02:25 +01:00
Ritwik Puri
9c4497acab
fix: dont show delete button in toolbar for single doctypes ( #20245 )
2023-03-03 16:02:32 +05:30
Shariq Ansari
233352626f
Merge pull request #20240 from shariquerik/filter-with-content-value
2023-03-03 12:19:47 +05:30
Shariq Ansari
c0357d82f8
Merge pull request #20241 from shariquerik/bump-datatable-2
2023-03-03 12:11:40 +05:30
Shariq Ansari
551861be63
build(deps): Bump frappe-datatable to 1.17.2
2023-03-03 11:51:17 +05:30
Shariq Ansari
2d3efd34bd
Merge branch 'develop' into filter-with-content-value
2023-03-03 11:43:57 +05:30
Shariq Ansari
e589ef87f6
fix: compare with content value for Link fieldtypes
2023-03-03 11:39:57 +05:30
Shariq Ansari
9da09fd044
Merge pull request #20231 from shariquerik/better-error-msg
2023-03-03 11:00:19 +05:30