Commit graph

2777 commits

Author SHA1 Message Date
Suraj Shetty
ce6e385879
Merge pull request #16069 from resilient-tech/fix-meta 2022-02-22 13:35:14 +05:30
Sagar Vora
75b6ee398c fix: AttributeError when initialising FormMeta 2022-02-22 12:44:30 +05:30
barredterra
745297a49d refactor: a not in b
Search: if not ([\w\d]*?) in ([\w\d]*?)
Replace: if $1 not in $2
2022-02-21 19:54:34 +01:00
Deepesh Garg
d5ce2b4a8c
fix: Totalling for tree view reports (#15950) 2022-02-19 21:22:35 +05:30
Summayya Hashmani
8ba50a8b14
feat: add button in dashboard list redirecting to dashboard view. (#15695)
Co-authored-by: Summayya <frappe@Summayyas-MacBook-Air.local>
Co-authored-by: Shariq Ansari <30859809+shariquerik@users.noreply.github.com>
2022-02-15 19:30:08 +05:30
Saqib Ansari
f63b02191d perf: cache db.get_value 2022-02-14 15:11:14 +05:30
Saqib Ansari
027fa61963 Merge branch 'develop' of https://github.com/frappe/frappe into link_title_refactor 2022-02-12 13:39:28 +05:30
Suraj Shetty
733718abf3
Merge pull request #15918 from resilient-tech/report_fix 2022-02-11 13:30:06 +05:30
Suraj Shetty
4fa20f862a
Merge pull request #15757 from nextchamp-saqib/fix-form-tour 2022-02-10 11:25:36 +05:30
Sagar Vora
976c3bedc3 fix: use correct indicator 2022-02-09 15:45:30 +05:30
mergify[bot]
67409a6880
Merge pull request #15745 from shariquerik/workspace-ui-fixes
fix: Minor workspace fixes
2022-02-09 10:13:34 +00:00
Sagar Vora
d8fc39659a fix: docstring 2022-02-09 12:37:41 +05:30
Sagar Vora
a49a07e419 fix: sider issues 2022-02-09 12:35:44 +05:30
Saqib Ansari
05bb38ea46 chore: fetch name only if first_document is checked 2022-02-09 12:32:26 +05:30
Sagar Vora
f0a10efa62 fix: improved validations 2022-02-09 12:22:54 +05:30
Daizy
ddd45a71bc feat: Allow users to customize their own reports 2022-02-09 11:07:04 +05:30
Saqib Ansari
6e0c4946f1 Merge branch 'develop' of https://github.com/frappe/frappe into link_title_refactor 2022-02-09 10:43:34 +05:30
Shariq Ansari
0cb3e5691f
Merge branch 'develop' into workspace-ui-fixes 2022-02-08 20:17:13 +05:30
Sagar Vora
e5857fa56a fix: improve setup wizard exception email 2022-02-08 20:02:49 +05:30
Sagar Vora
951ad3f844 chore(deps): bump werkzeug to latest version 2022-02-08 20:02:49 +05:30
phot0n
266e1f95ed chore: adding back idx column
This is needed for ordering in display of links as it keeps
track of the clicks on a particular link item
2022-02-07 16:40:01 +05:30
phot0n
b31f3c24f6 refactor: remove parent, parenttype, parentfield, idx columns from non-child table doctypes
* feat: add parent, parenttype, idx, parentfield columns to doctypes when transitioning from normal -> child table

* fix: remove parent, parenttype, parentfield, idx from DocType DocType
2022-02-07 15:12:37 +05:30
Suraj Shetty
68d934ae0f
Merge branch 'develop' into link_title_refactor 2022-02-04 14:53:26 +05:30
Raffael Meyer
89922bae90
feat: utility methods for docstatus (#15515)
* feat: utility methods for docstatus

* refactor: use utility method for doctsatus

* refactor: enum for docstatus

* refactor: docstatus as property

* fix: set docstatus

* feat: docstatus extends int class

* test: docstatus of BaseDocument

* refactor: occurrences of docstatus

* fix: typo

* refactor: move docstatus to a separate file

* test: docstatus

* fix: sider
2022-02-04 07:41:25 +00:00
mergify[bot]
3da7a5c1ff
Merge pull request #15679 from alyf-de/translate-report-export
feat: translate column names in export of report
2022-02-02 11:35:58 +00:00
Ankush Menat
300031aa36 revert "refactor: get_docinfo without side effects"
This reverts commit 79f5a6b640.
2022-02-01 19:39:02 +05:30
Ankush Menat
79f5a6b640 refactor: get_docinfo without side effects 2022-02-01 11:18:35 +05:30
Ankush Menat
2f239dbe4f fix: communication missing from form timeline 2022-02-01 10:16:24 +05:30
Saqib Ansari
1e8bed8ad6 Merge branch 'develop' of https://github.com/frappe/frappe into fix-form-tour 2022-01-31 11:09:46 +05:30
Shariq Ansari
318135840a
Merge branch 'develop' into workspace-ui-fixes 2022-01-31 10:46:12 +05:30
phot0n
e716a55932 refactor(minor): move frequently_visited_links from (now deleted) post to route_history 2022-01-28 20:55:24 +05:30
Saqib Ansari
a5613720ed refactor: use set_fields_as_options 2022-01-28 17:32:50 +05:30
Raffael Meyer
07ae6855c3
fix: use format string
Co-authored-by: Himanshu <himanshuwarekar@yahoo.com>
2022-01-28 12:01:38 +01:00
Shariq Ansari
b3b1c3302c chore: renamed tab break fields 2022-01-27 19:18:39 +05:30
Saqib Ansari
b5ebf062cb refactor: replace Link field with Select field 2022-01-27 15:21:47 +05:30
Shariq Ansari
3eb08b0efc fix: Added tabs for different sections 2022-01-27 12:18:33 +05:30
mergify[bot]
028bb9eb06
Merge pull request #15722 from hrwX/virtual_dt
feat: get_count, get_stats for virtual doctype
2022-01-27 04:39:57 +00:00
hrwx
dbb609bd0b chore: review changes 2022-01-26 09:12:42 +00:00
hrwx
26a70e3cf1 feat: get_count, get_stats for virtual doctype 2022-01-25 10:16:28 +00:00
Raffael Meyer
c9946b2899
style: add comment 2022-01-24 16:07:48 +01:00
Shariq Ansari
3dfd2f2174 fix: removed is_page_allowed method while getting sidebar items (method is useless) 2022-01-24 14:18:29 +05:30
Shariq Ansari
4c994aeca2 fix: updated code to make workspace responsive 2022-01-24 10:50:37 +05:30
barredterra
a62da8ddeb feat: translate column names in export of report 2022-01-21 13:05:54 +01:00
Saqib Ansari
ea3ec5e2a7 Merge branch 'develop' of https://github.com/frappe/frappe into link_title_refactor 2022-01-18 09:52:30 +05:30
Shariq Ansari
178ec8e687
Merge branch 'develop' into wspace-new-design 2022-01-17 16:04:15 +05:30
barredterra
b1383df15a refactor: use is None instead of == None 2022-01-17 10:37:51 +01:00
Shariq Ansari
2efc917087
Merge branch 'develop' into wspace-new-design 2022-01-14 18:17:45 +05:30
Saqib Ansari
30ba577c0a Merge branch 'develop' of https://github.com/frappe/frappe into link_title_refactor 2022-01-14 15:20:56 +05:30
Shariq Ansari
e0119cfb2a fix: added notification for workspace creation, editing, duplicating and rearranging sidebar pages 2022-01-13 17:10:06 +05:30
Saqib Ansari
7c4221df79 feat: show link titles for standard queries 2022-01-13 17:05:14 +05:30