Commit graph

31156 commits

Author SHA1 Message Date
Faris Ansari
8fcee4e5f8 fix: Format currency values in dashboard chart 2021-03-18 20:24:00 +05:30
Suraj Shetty
cf2eacbb3a
fix: Remove list.min.css from hook (#12606) 2021-03-18 12:24:29 +05:30
Suraj Shetty
0533f47a22
revert: "chore: Bump develop branch version to v14" (#12604) 2021-03-17 19:05:24 +05:30
Britlog
662f409604
feat: Add quoting parameter in the UnicodeWriter constructor (#12578)
* Add quoting parameter in the constructor

* fix: Use quoting kwarg to pass quoting value

Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2021-03-17 12:50:20 +00:00
Suraj Shetty
ee1806828f
chore: Bump develop branch version to v14 (#12600) 2021-03-17 18:16:03 +05:30
gavin
2536f73e2d
Merge pull request #12502 from gavindsouza/refactor-personal-data-deletion
refactor: Personal Data Deletion Request
2021-03-17 13:31:30 +05:30
mergify[bot]
80a6e0ce31
Merge pull request #12509 from mujeerhashmi/fix_timespan
fix: timespan filter for next and last timespans
2021-03-17 07:43:43 +00:00
Gavin D'souza
71faba4d3f Merge branch 'develop' of github.com:frappe/frappe into refactor-personal-data-deletion 2021-03-17 13:00:30 +05:30
Gavin D'souza
428facac7e Merge branch 'refactor-personal-data-deletion' of github.com:gavindsouza/frappe into refactor-personal-data-deletion 2021-03-17 13:00:16 +05:30
Gavin D'souza
c0d052cf94 Revert "ci: Bump mariaDB version to 10.4"
This reverts commit c9d0aae791.
2021-03-17 12:59:27 +05:30
Leela vadlamudi
82b4e6cf21
fix: custom module's query report (#12596) 2021-03-17 12:27:06 +05:30
Suraj Shetty
e24d7235e3
Merge pull request #12590 from netchampfaris/client-script-list-view 2021-03-17 12:26:26 +05:30
Faris Ansari
38a7383e0e fix: Reset form boilerplate if view is List 2021-03-17 12:06:54 +05:30
Faris Ansari
2e6531bbe7 fix: Hide Apply To for Single doctypes 2021-03-17 11:30:42 +05:30
mergify[bot]
991a427aa0
Merge pull request #12586 from ankush/progress_zero_division
fix: ZeroDivision error in progress
2021-03-17 05:51:20 +00:00
leela
9eae89e1c9 fix: Remove the starting new line from send email popup body
New line is needed at start of the email body only when sending a reply to
exisintg emails but not in any other cases.
2021-03-17 11:06:53 +05:30
Suraj Shetty
c0301ebf73
Merge branch 'develop' into progress_zero_division 2021-03-17 10:17:20 +05:30
Ankush Menat
d25909c799
fix: ZeroDivision error in progress
When list of docs is of same length as list of doctypes to ignore, the
formula would throw ZeroDivision error. It's meaningless to subtract
these two quantities hence removed it.

Showing accurate progress bar would require pre-computing number of docs
to be cancelled, which is unnecessary.

Related issue: ISS-20-21-10442
2021-03-17 10:08:50 +05:30
Prssanna Desai
9b2946d234
Merge pull request #12254 from shariquerik/average-chart-calculation-fix
fix: Average Chart compute inaccurate average
2021-03-17 09:55:57 +05:30
Suraj Shetty
c441e81ed4
Merge branch 'develop' into average-chart-calculation-fix 2021-03-17 09:00:14 +05:30
Suraj Shetty
1d904898e0
Merge branch 'develop' into fix_timespan 2021-03-17 08:37:38 +05:30
Suraj Shetty
a22123577a
Merge branch 'develop' into refactor-personal-data-deletion 2021-03-17 08:14:07 +05:30
Sagar Vora
86e76e6350
ci: update badge in README and add push event trigger (#12592) 2021-03-17 07:50:51 +05:30
mergify[bot]
34d82bf4c7
Merge pull request #12594 from resilient-tech/test-getval
test: reduce chance of failure by stricter comparison
2021-03-17 02:09:22 +00:00
Sagar Vora
7c239fe084 test: reduce chance of failure by stricter comparison 2021-03-17 01:41:03 +05:30
Syed Mujeer Hashmi
13a57d141e fix: timespan filter for next and last timespans
The timespan filter now considers calendar month, quarter,
half-year, and year for last and next timespans.

Signed-off-by: Syed Mujeer Hashmi <mujeerhashmi@4csolutions.in>
2021-03-16 21:12:07 +05:30
Faris Ansari
c505f0a04c fix: DocType and Apply To should be set only once 2021-03-16 20:34:39 +05:30
Faris Ansari
bc4ad371fc Merge remote-tracking branch 'upstream/develop' into client-script-list-view 2021-03-16 20:33:25 +05:30
Mohammad Hasnain Mohsin Rajan
e233d9dc3e
ci: Use Ubuntu 18.04 specifically and remove verbose flag (#12588) 2021-03-16 19:58:08 +05:30
Faris Ansari
989ac17c79 fix: Don't add child table button for List script 2021-03-16 18:36:39 +05:30
Faris Ansari
9bdf21ad90 fix: List view formatters should override standard formatters 2021-03-16 18:25:35 +05:30
Faris Ansari
887c92c5d9 fix: rename field to simply "view" 2021-03-16 17:48:12 +05:30
Faris Ansari
cf160fa125 fix: remove print statement 2021-03-16 17:42:40 +05:30
Faris Ansari
41a811af8c feat: Client Script for List views 2021-03-16 17:33:05 +05:30
Mohammad Hasnain Mohsin Rajan
e66d81cfd6
chore(sider): add sider default config for flake8 + ignore tab errors (W191) (#12587) 2021-03-16 17:07:41 +05:30
shariquerik
4a47720801 fix: check if communication exist before creating 2021-03-16 14:17:21 +05:30
Prssanna Desai
304394f6e6
Merge branch 'develop' into average-chart-calculation-fix 2021-03-16 13:07:32 +05:30
Rushabh Mehta
5ca9f0a206 fix(minor): Awesomebar label for workspaces, Redesign Issue 2021-03-16 12:51:13 +05:30
Gavin D'souza
c9d0aae791 ci: Bump mariaDB version to 10.4
10.5 is latest stable, but this feature was developed on 10.4; so
leaving this here.
2021-03-16 12:45:31 +05:30
shariquerik
e1e27144b7 fix: using test_records.json to create communication records 2021-03-16 12:19:49 +05:30
Gavin D'souza
cb6fe60f5f Merge branch 'refactor-personal-data-deletion' of github.com:gavindsouza/frappe into refactor-personal-data-deletion 2021-03-16 12:03:47 +05:30
Gavin D'souza
43d3a5b1fa chore: Boolean over Int for user_data_fields 2021-03-16 12:02:34 +05:30
Ankush Menat
fb1eac23c5
docs: update docs for linked_with functions 2021-03-16 11:49:37 +05:30
shariquerik
30706a6690 fix: check if communication exist before creating 2021-03-16 11:30:31 +05:30
Suraj Shetty
5734cfe457
Merge branch 'develop' into refactor-personal-data-deletion 2021-03-16 11:14:19 +05:30
Suraj Shetty
ab1f4414c4
chore: Update mergify configuration (#12585) 2021-03-16 11:14:03 +05:30
Shariq Ansari
71bb522e95
fix: Multi currency in print view shows same currency symbol (#12569)
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2021-03-16 10:07:23 +05:30
Gavin D'souza
9473f7e05c refactor: Re-order methods for better readability 2021-03-15 19:02:45 +05:30
Gavin D'souza
82620d789a fix: Delete user after test is run 2021-03-15 18:53:22 +05:30
Gavin D'souza
9df165777d fix: Replace email and name data in single assignment 2021-03-15 18:07:43 +05:30