Commit graph

2682 commits

Author SHA1 Message Date
Rucha Mahabal
d56fea4a47 fix: use get_all instead of get_list while fetching linked doctypes 2021-12-16 09:11:21 +05:30
mergify[bot]
7153c6c0e9
Merge pull request #15237 from netchampfaris/document-states
feat: Document States
2021-12-14 12:29:58 +00:00
Faris Ansari
3f133069a5 fix: Update indicator colors in kanban column 2021-12-14 13:42:40 +05:30
Ankush Menat
40b7616a25
Merge pull request #15265 from phot0n/not-able-to-get-back-on-user-prifile
fix: not able to go back from user profile page
2021-12-12 13:14:20 +05:30
Ankush Menat
a7a0570178 fix: leaderboard link in sidebar 2021-12-12 12:52:09 +05:30
Ankush Menat
faa8c371fb fix: change route when browsing someone else's profile 2021-12-12 12:47:59 +05:30
phot0n
41bb12a206 fix: not able to go back from user profile page
credit: @ankush
2021-12-12 12:34:19 +05:30
Subin Tom
2b8328715e
fix: Sales invoice cancellation error due to get_list (#15243)
* fix: Sales invoice cancellation error due to get_list

* fix: missed out one `get_list`
2021-12-10 07:51:27 +00:00
Kenneth Sequeira
bac62ea014
fix: valid parent doctype error (#15233)
Co-authored by: Ankush Menat <me@ankush.dev>
2021-12-09 15:49:56 +05:30
Jannat Patel
2fe2db5f94 fix: form tour field in onboarding step 2021-12-02 11:17:31 +05:30
leela
72fa9a3c19 fix: Move site setup into background to fix timeouts
Provide an option to trigger site setup as a background task.
2021-11-30 10:34:04 +05:30
Suraj Shetty
7047cb8301
refactor: Deferred insert for route history (#15120) 2021-11-30 08:33:31 +05:30
Suraj Shetty
aa40abadb1 refactor: Simplify method naming 2021-11-29 17:06:29 +05:30
Suraj Shetty
0e32d52e3a fix: Use separate API to insert route history 2021-11-29 16:38:15 +05:30
Suraj Shetty
615db9b55e style: Fix sider alerts 2021-11-28 09:44:05 +05:30
Suraj Shetty
63f318cbd1
Merge branch 'develop' into refactor-linked-with 2021-11-28 09:37:30 +05:30
Suraj Shetty
86fb8742a0
Merge pull request #15099 from surajshetty3416/fix-dark-mode-2 2021-11-26 21:03:02 +05:30
mergify[bot]
ea772c4059
Merge pull request #15072 from pateljannat/customizations-onboarding
feat: Customizations onboarding and form tour fixes
2021-11-26 14:08:36 +00:00
Suraj Shetty
48111964ad fix: Remove unnecessary style file for note 2021-11-25 22:06:50 +05:30
Jannat Patel
5b9c4e5781 fix: space and semicolon 2021-11-24 20:11:29 +05:30
Jannat Patel
7cc6da2122 fix: sort result by creation 2021-11-24 19:43:12 +05:30
Jannat Patel
7323689654 fix: tour of existing document 2021-11-24 16:13:04 +05:30
Rucha Mahabal
731cb5796a feat: Option to disable Event Reminders in Notification Settings 2021-11-24 15:01:04 +05:30
Jannat Patel
8ad52df6a4 feat: first document and include name field check in form tour 2021-11-24 11:57:56 +05:30
Ankush Menat
ed312fc22e fix: change subject data type from Data to Text
Subject can be longer than 140 characters. No real reason to restrict it
to arbirary length.

PS: This is done because events are created from other doctypes
automatically and longer subject lines causes a failure where user can't
do much to recover from it.
2021-11-18 15:36:48 +05:30
Ankush Menat
3be669ed69
feat(ux): option to disable EPS notifications (#14992) 2021-11-17 14:07:20 +05:30
Shariq Ansari
d27d880402
fix: Dashboard Chart to support Child Table Doctype. (#13995)
* fix: Dashboard Chart with child table doctype

* test:  UI test 

* fix: Made Parent Document Type visible if Document Type is set
2021-11-11 15:09:58 +05:30
mergify[bot]
20e3ed9ff9
revert: "feat(minor): Implement __getitem__ in Base Document" (backport #14945) (#14946)
* Revert "feat(minor): Implement __getitem__ in Base Document (#14855)"

This reverts commit 583a7ef23923d362c85beeabe57703c2d5b12a65.

(cherry picked from commit d165fb3d477e65f7a395118f69278f2cb5c7f4e5)

* fix: keyerror in auto email report

(cherry picked from commit aac20f5d159875a5f3c9b4a6d74beec390e617dd)

Co-authored-by: Ankush Menat <ankush@frappe.io>
2021-11-11 12:13:52 +05:30
Anurag0911
8b7629c064
feat: Encrypted Backups (#14513)
* feat: backup-encryption

* fix: Using encryption key and Minor changes.

* fix: Sider.

* fix: Closing curly brace does not appear on the same line as the subsequent block.

* fix: Review Suggestions.

* fix: Minor changes.

* chore: Icon

* fix: Icon and Privileges Changes.
2021-11-09 13:58:57 +05:30
Aradhya-Tripathi
dbe6e81d67 refactor: converted queries in tags 2021-11-08 17:11:46 +05:30
lukptr
e907f77ccd feat: prepared report read from replica 2021-11-05 15:35:43 +07:00
mergify[bot]
b76f79c06c
Merge pull request #14547 from Aradhya-Tripathi/query-conversion
refactor: Converting raw SQL queries using frappe ORM and frappe.qb
2021-11-03 12:06:35 +00:00
Gavin D'souza
e989bfa41d style: Indents & file headers 2021-11-03 16:12:27 +05:30
Suraj Shetty
3b276df7c1
Merge branch 'develop' into refactor-linked-with 2021-11-03 11:13:53 +05:30
mergify[bot]
92ad320917
Merge pull request #14489 from shariquerik/custom-report-dependency-fix
fix: Multi level custom report fix
2021-11-02 14:15:51 +00:00
Lev
98fb2ac787
fix(UI): Translate preview popover data (#14842) 2021-11-01 16:09:08 +05:30
Ankush Menat
a03378e29d
Merge pull request #14558 from ankush/perf/remove_track_changes
perf: remove "track changes" from log-like doctypes
2021-11-01 14:27:00 +05:30
Sagar Vora
2e48c0a85e fix: clean join param when executing reportview.get 2021-10-31 19:20:51 +05:30
Ankush Menat
7aa8688a09 perf: remove "track changes" from log-like doctypes
Removed "Track Changes" from:

- Activity Log
- Error Log
- Error Snapshot
- Scheduled Job Log
- View Log
- Notification Log
- Route History
- Energy Point Log
- Web Page View

These documents dont change and even if they did it's useless to keep
track of it IMO. Removing this speeds up insertion and saves storage.
2021-10-29 12:20:13 +05:30
Ankush Menat
af4ce8156d
fix: remove mutable defaults (#14597)
* fix: mutable defaults

* fix: missing defaults
2021-10-28 09:36:31 +00:00
Aradhya-Tripathi
75952d0c4c refactor: converted more select queries 2021-10-27 01:28:46 +05:30
Aradhya-Tripathi
672ae5cd87 fix: replaced return_query with run 2021-10-23 15:36:32 +05:30
Sagar Vora
f2b319920c refactor: improved design for fetching values using add_fetch 2021-10-21 19:00:30 +05:30
Shariq Ansari
0dfc5989fd
Merge branch 'frappe:develop' into wspace-code-cleanup 2021-10-19 20:16:33 +05:30
Shariq Ansari
1e9056c0ee fix: Multi level custom report fix 2021-10-18 20:21:38 +05:30
Sagar Vora
c560d67a57 fix: remove/update older whitelist calls 2021-10-18 16:47:11 +05:30
Shariq Ansari
66314b1895
Merge branch 'frappe:develop' into wspace-code-cleanup 2021-10-18 10:58:47 +05:30
Suraj Shetty
ab00980389
refactor: Use f-string
Co-authored-by: gavin <gavin18d@gmail.com>
2021-10-12 12:06:08 +05:30
Suraj Shetty
14ae20bdb8 fix: Push aggregate_on_field to field list
- for proper extraction of child table
2021-10-12 09:54:09 +05:30
MitulDavid
33bfd5bd19 fix: Private images in comments are not visible 2021-10-11 18:43:12 +05:30