Commit graph

36088 commits

Author SHA1 Message Date
Aradhya
e3bdf11006 refactor: moved aggregation functions to Query Builder 2021-11-26 14:19:59 +05:30
Jannat Patel
9a190c145e fix: translatable strings 2021-11-26 14:19:23 +05:30
Jannat Patel
971a581359 fix: order of reload for doctypes 2021-11-26 14:01:57 +05:30
mergify[bot]
132bcc7f9a
Merge pull request #12608 from LIS-Engineering/multiple_imap_folder
feat: Optionally sync multiple IMAP folders in `Email Account`
2021-11-26 08:03:57 +00:00
Aradhya
22434d065c feat: Added aggregation functions to qb functions
refactor: changed args to aggregation funcs to match db level aggregation funcs
2021-11-26 13:19:26 +05:30
Manuel
d57fe8f799
Update frappe/email/doctype/email_account/email_account.py
Co-authored-by: Abhishek Saxena <33656173+saxenabhishek@users.noreply.github.com>
2021-11-26 08:08:18 +01:00
Sagar Sharma
ba6d96855b fix: Image(link) render as text in print format
(cherry picked from commit df3692b51e66771c9308a9c7c744c943c1f95752)
2021-11-26 07:02:46 +00:00
mergify[bot]
6a1a210789
Merge pull request #15081 from sumaiya2908/fix-import-option-in-menu
fix: import option in doctype menu when allow import is not selected
2021-11-26 03:39:05 +00:00
mergify[bot]
06470dd1d7
Merge pull request #15060 from gavindsouza/refactor-commands
refactor: Misc changes in commands
2021-11-26 03:20:22 +00:00
Suraj Shetty
fdab567fc2
style: Remove unnecessary tabs 2021-11-26 08:47:54 +05:30
Suraj Shetty
48111964ad fix: Remove unnecessary style file for note 2021-11-25 22:06:50 +05:30
hrwx
c7c46a55de Merge branch 'develop' of github.com:frappe/frappe into multistep_webforms 2021-11-25 15:29:21 +00:00
Summayya
beb87cecb0 refactor: add meta as separate parameter 2021-11-25 20:30:55 +05:30
Summayya
4d2f9157ae refactor: add meta as separate parameter 2021-11-25 20:25:04 +05:30
Manuel
171e8b06f8
Update frappe/email/doctype/email_account/email_account.py
Co-authored-by: gavin <gavin18d@gmail.com>
2021-11-25 13:30:45 +01:00
Jannat Patel
c13e1838d7 fix: module load issue, tour description and save field overlay 2021-11-25 17:57:07 +05:30
Suraj Shetty
83272fd1ec
style: Remove extra tabs
Co-authored-by: gavin <gavin18d@gmail.com>
2021-11-25 16:47:58 +05:30
Aradhya
0ea0f7dfa3 fix: fixed default ordering in execute 2021-11-25 16:39:44 +05:30
Aradhya
fc65c2cd36 fix: fixed pluck in execute 2021-11-25 16:20:06 +05:30
Summayya
435cf503fa refactor: rremove else statement 2021-11-25 15:00:22 +05:30
Manuel
1bbba495f8
Merge branch 'frappe:develop' into multiple_imap_folder 2021-11-25 09:13:18 +01:00
Aradhya
f04b2157f1 refactor: getting rid of kwargs 2021-11-25 13:07:38 +05:30
Gavin D'souza
0657524888 refactor: Retire color in favour of click.secho
* Add type hints for Command test suite
* Remove support utils - dead code
2021-11-25 12:49:43 +05:30
Gavin D'souza
5914f35bb7 fix: Change site archive path to archived/sites 2021-11-25 12:47:36 +05:30
Gavin D'souza
088fdca74d refactor: bench browse
* Manage colours through click
* Standardize the command's behaviour for consistency :')
* Use click instead of webbrowser module
* Simplify logic
2021-11-25 12:47:36 +05:30
gavin
f785b02a73
Merge pull request #15084 from gavindsouza/access_log-api-fix
fix: Don't pass kwargs that make_access_log can't handle
2021-11-25 11:58:44 +05:30
Gavin D'souza
ae9731467a fix: Don't pass kwargs that make_access_log can't handle
When people try to export reports, sometimes a cmd kwarg is passed
across the three wrapped functions right to make_access_log. This
happens because of the order and way we had to wrap the write_only,
retry and whitelist.
2021-11-25 11:34:44 +05:30
mergify[bot]
600491614e
Merge pull request #15069 from ankush/del_prep_reports_on_trash
fix: delete prepared reports on deleting reports
2021-11-25 03:52:18 +00:00
mergify[bot]
d57d5df3fa
Merge pull request #15073 from alyf-de/fix-navbar-settings-validation
fix: navbar settings validation
2021-11-25 03:40:43 +00:00
barredterra
c30f20c064 fix: navbar settings validation 2021-11-24 16:08:51 +01:00
Jannat Patel
5b9c4e5781 fix: space and semicolon 2021-11-24 20:11:29 +05:30
Manuel
2eb5fb9230
Merge branch 'frappe:develop' into multiple_imap_folder 2021-11-24 15:36:58 +01:00
Jannat Patel
7cc6da2122 fix: sort result by creation 2021-11-24 19:43:12 +05:30
Jannat Patel
945084e195 fix: include name field and onboarding for print format, report 2021-11-24 19:18:27 +05:30
Aradhya
47367fc107 Merge branch 'at/aggregations' of github.com:Aradhya-Tripathi/frappe into at/aggregation 2021-11-24 19:01:29 +05:30
Ankush Menat
bacfdaaf7c fix: delete prepared reports on deleting reports
Co-authored-by: Dany Roberts <danyrt@wahni.com>
2021-11-24 18:50:52 +05:30
Summayya
64be2a343e fix: add condition to check allow_import 2021-11-24 18:49:28 +05:30
mergify[bot]
08c9c653b5
Merge pull request #15067 from hasnain2808/patch-1
fix: diffview styles
2021-11-24 12:14:09 +00:00
Aradhya
6a045f69f5 fix: fixed translate import 2021-11-24 16:55:45 +05:30
mergify[bot]
aadf77c68d
Merge pull request #15064 from shariquerik/toggle-chart-fix
fix: Remove chart from report builder when saved without chart
2021-11-24 10:54:55 +00:00
Jannat Patel
7323689654 fix: tour of existing document 2021-11-24 16:13:04 +05:30
Aradhya
c9b05f7d95 fix: fixed as_dict in get_values 2021-11-24 16:10:29 +05:30
mergify[bot]
0538b46eb0
Merge pull request #15066 from ruchamahabal/disable-event-reminders
feat: Option to disable Event Reminders in Notification Settings
2021-11-24 10:31:08 +00:00
Aradhya
303edc8c04 refactor: added get_sql function to query class (encapsulation++) 2021-11-24 15:53:03 +05:30
Mohammad Hasnain Mohsin Rajan
3be5c797ec
fix: diffview styles 2021-11-24 15:08:03 +05:30
Rucha Mahabal
731cb5796a feat: Option to disable Event Reminders in Notification Settings 2021-11-24 15:01:04 +05:30
Jannat Patel
4dc6b4c822 Merge branch 'form-tour-with-existing-documents' of https://github.com/pateljannat/frappe into customizations-onboarding 2021-11-24 11:58:39 +05:30
Jannat Patel
962b8882d2 Merge branch 'letter-head-tour' of https://github.com/pateljannat/frappe into customizations-onboarding 2021-11-24 11:58:25 +05:30
Jannat Patel
8ad52df6a4 feat: first document and include name field check in form tour 2021-11-24 11:57:56 +05:30
Shariq Ansari
06aa8a10ad fix: Remove chart from report when saved without chart 2021-11-24 11:19:30 +05:30