mergify[bot]
e1f20594a4
Merge pull request #10463 from prssanna/date-filters
...
feat: Date filter improvements
2020-06-01 16:30:35 +00:00
mergify[bot]
3f5e90bb09
Merge pull request #10543 from prssanna/rename-doc-todo-fix
...
fix: update assignments on merging docs
2020-06-01 16:28:46 +00:00
Suraj Shetty
a7aefdfb88
fix: Syntax error
2020-06-01 21:13:13 +05:30
prssanna
59eff3df40
Merge branch 'rename-doc-todo-fix' of https://github.com/prssanna/frappe into rename-doc-todo-fix
2020-06-01 12:21:09 +05:30
prssanna
f9b8637060
fix: remove unused import
2020-06-01 12:20:34 +05:30
Prssanna Desai
454a574d43
fix: use frappe.as_json
...
Co-authored-by: gavin <gavin18d@gmail.com>
2020-06-01 12:19:04 +05:30
prssanna
1b691c799d
refactor: refactor get_date_range
2020-06-01 10:52:07 +05:30
prssanna
d9e8b7ef4f
fix: handle old date filters in query
2020-06-01 10:51:38 +05:30
prssanna
f7f2be5926
fix: rename function
2020-06-01 10:51:38 +05:30
prssanna
4b2d730a8c
fix: variable naming
2020-06-01 10:51:38 +05:30
prssanna
6495ee2426
style: fix formatting
2020-06-01 10:51:38 +05:30
prssanna
2fcd8c2905
fix: move timespan function to data.py
2020-06-01 10:51:38 +05:30
prssanna
f0d62d4007
fix: all periods in timespan filter
2020-06-01 10:51:38 +05:30
prssanna
4c16b2a608
feat: api to get additional filters
2020-06-01 10:51:38 +05:30
prssanna
53e2e60cab
feat: filter for current timespan
2020-06-01 10:51:38 +05:30
Suraj Shetty
9cc1589926
Merge branch 'develop' into workflow-action-fix
2020-06-01 08:50:39 +05:30
prssanna
d6206ed411
fix: update assignemnts on merging docs
2020-05-29 16:50:31 +05:30
Prssanna Desai
b6011e752b
fix(Email): include Text in fieldtypes to sanitize ( #10525 )
2020-05-29 09:12:24 +05:30
Suraj Shetty
08ccc4eb2d
Merge branch 'develop' into workflow-action-fix
2020-05-28 10:09:53 +05:30
mergify[bot]
4a56ae4557
Merge pull request #10248 from ruchamahabal/duration-control
...
feat: Duration Control
2020-05-27 06:53:46 +00:00
prssanna
c329a2c1af
fix: add update_after_submit to actions while setting worflow state
2020-05-25 12:22:19 +05:30
SDLyu
3e9d8d05e9
Wrappe frappe._dict
...
`frappe.get_attr(hook)(data=data)` return dict. But function `get_open_count` will access `fieldname` attribute in notifications.py.
I will cause error `'dict' object has no attribute 'fieldname'`.
2020-05-21 18:47:00 +08:00
Rucha Mahabal
b70321cc50
Merge branch 'develop' into duration-control
2020-05-15 20:07:16 +05:30
Himanshu Warekar
12ca630c52
fix: merge code
2020-05-14 17:22:51 +05:30
Himanshu Warekar
aa98d6ffb6
fix: sider changes
2020-05-14 16:37:14 +05:30
Himanshu Warekar
c14b6c592a
fix: move code to meta.py
2020-05-14 16:27:34 +05:30
Rucha Mahabal
c51018c039
Merge branch 'develop' into duration-control
2020-05-14 11:32:49 +05:30
Himanshu Warekar
9bbcaf49a8
Merge branch 'develop' of https://github.com/frappe/frappe into custom_frm_dashboard
2020-05-13 11:54:12 +05:30
Suraj Shetty
d53b88a72f
perf: Make tests faster ( #10307 )
...
* feat: Ignore versions for test
* test: Do not ignore version where needed
* perf: Use frappe.db.get_single_value to leverage caching
- frappe.get_cached_value does not support single value caching
* style: Fix sider issue
2020-05-12 22:34:10 +05:30
Shivam Mishra
48382fdca0
refactor: rename onboarding to module onboarding
2020-05-12 16:23:26 +05:30
prssanna
4508c6be99
fix: fix error when group is set in link
2020-05-08 15:43:56 +05:30
Prssanna Desai
25884d2370
fix: Linking of doctype from links table ( #10267 )
...
* fix: fix linking of doctype from links table
* fix: use frappe._dict
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2020-05-08 09:59:29 +00:00
Suraj Shetty
38c840a07f
Merge branch 'develop' into fix-link-grouping
2020-05-08 14:19:05 +05:30
Rushabh Mehta
9724cc273a
fix(minor): In add_doctype_links, use frappe._dict
2020-05-08 12:33:25 +05:30
Rucha Mahabal
ba5b4406ce
fix: conflicts
2020-05-08 00:03:35 +05:30
Shivam Mishra
961fbf6594
feat: sync number cards
2020-05-06 17:26:28 +05:30
Shivam Mishra
db152b28de
feat: sync dashboards after setup and migrate
2020-05-06 14:45:07 +05:30
mergify[bot]
c59418cadb
Merge pull request #10194 from scmmishra/modulewise-onboarding
...
feat: modulewise onboarding via new desk
2020-05-04 13:32:52 +00:00
Rucha Mahabal
58b90e72f3
feat: duration control
2020-05-04 13:20:27 +05:30
Shivam Mishra
b6478bf8e9
style: linting fixes for deepsource
2020-05-01 12:12:56 +05:30
Shivam Mishra
65e9040062
Merge branch 'develop' of github.com:frappe/frappe into modulewise-onboarding
2020-04-30 19:23:04 +05:30
Shivam Mishra
f9c9505305
feat: sync onboarding permissions
2020-04-30 18:47:33 +05:30
Suraj Shetty
9274c6c7eb
Merge branch 'develop' into event_streaming_mapping_fix
2020-04-30 17:20:49 +05:30
Shivam Mishra
1732f5b4cf
feat: import onboarding step along with onboarding
2020-04-28 22:17:02 +05:30
Suraj Shetty
689b68341e
fix: Add __unsaved flag for newly created doc
2020-04-28 14:07:29 +05:30
Shivam Mishra
3714b8b79e
feat: added onboarding and onboarding step to sync
2020-04-26 12:56:40 +05:30
Faris Ansari
f7109d6294
Merge branch 'develop' of https://github.com/frappe/frappe into page-builder-tailwind-blurred-images
2020-04-25 19:52:17 +05:30
Suraj Shetty
1c3077b259
fix: Clear __unsaved flag in insert method ( #10094 )
2020-04-25 11:56:55 +05:30
rohitwaghchaure
9c78c5b564
fix: don't reset the child doc fields value for new record ( #10090 )
2020-04-25 10:47:13 +05:30
Faris Ansari
caa068932c
Merge branch 'develop' of https://github.com/frappe/frappe into page-builder-tailwind
2020-04-24 23:48:29 +05:30