Rushabh Mehta
fc5b1d2c3e
rename: auto assign -> assignment rule
2019-02-28 17:37:20 +05:30
Rushabh Mehta
02726ba3ed
feat: multiple auto assigns
2019-02-28 17:11:44 +05:30
Rushabh Mehta
d56cc58d52
feat+fix: allow multiple auto assigns, cleaner server error messages
2019-02-28 15:20:00 +05:30
Rushabh Mehta
2d7b4c7782
fix: liniting and comment multiselect tests
2019-02-28 12:50:17 +05:30
Rushabh Mehta
7eed444db1
fix: query
2019-02-28 12:50:17 +05:30
Rushabh Mehta
bd7bc8e5b3
fix(test): postgres friendly queries
2019-02-28 12:50:17 +05:30
Rushabh Mehta
8bff9e1e21
fix(typo): cache_manager.py
2019-02-28 12:50:17 +05:30
Rushabh Mehta
0511b4b78c
fix: add Automation to modules.txt
2019-02-28 12:50:17 +05:30
Rushabh Mehta
44aee72ced
fix: auto assign
2019-02-28 12:50:17 +05:30
Rushabh Mehta
7f29fd2222
feat: auto assign with tests
2019-02-28 12:50:17 +05:30
Rushabh Mehta
153e6fd9b9
feat: Auto Assign, start
2019-02-28 12:50:17 +05:30
Suraj Shetty
e92dae4b55
fix: Error handling in user_permission.py
2019-02-27 17:00:10 +05:30
Rushabh Mehta
cbdfae74da
Merge pull request #6997 from adityahase/fix-desk
...
fix(desk): Use DocType instead of Doctype
2019-02-27 15:53:06 +05:30
Aditya Hase
cf1710edf7
fix(desk): Use DocType instead of Doctype
2019-02-27 15:38:16 +05:30
Aditya Hase
b0fbe251df
fix(desk_load): show onboarding status by number of records ( #6992 )
...
Frappe Recorder stats: from 5500 to about 500. Thanks to @adityahase for reporting.
2019-02-27 14:03:21 +05:30
Rushabh Mehta
f43ecf9b60
fix: revert automation changes added by mistake
2019-02-27 12:12:30 +05:30
Rushabh Mehta
f325df71be
fix(tests): class msgprint used in tests
2019-02-27 12:03:35 +05:30
Rushabh Mehta
5b5874292c
fix(style): msgprint should be narrower than the usual dialog
2019-02-27 11:33:02 +05:30
Prateeksha Singh
56f7dbd95f
fix(desk_load): show onboarding status by number of records
2019-02-27 09:07:45 +05:30
Rushabh Mehta
c22fcc61d7
fix(typo): comment.py
2019-02-26 17:11:01 +05:30
Rushabh Mehta
7b691cdd64
fix(comment): add communication to comment
2019-02-26 17:11:01 +05:30
Sagar Vora
d11dd760f8
Merge branch 'master' into develop
2019-02-26 17:06:13 +05:30
Sagar Vora
c9d60da566
Merge branch 'hotfix'
2019-02-26 17:04:51 +05:30
Sagar Vora
e1e47a22c1
bumped to version 11.1.11
2019-02-26 17:24:51 +05:50
Deepesh Garg
f1bcaf6b83
fix: Wrong indicator and status fix in sales order containing workflow ( #6967 )
...
When a DocType has a workflow, it's docstatus is now handled by the Workflow.
This resulted in a bug where the document status shows as "To bill and deliver" (Sales Order) instead of "Draft".
2019-02-26 16:21:06 +05:30
Suraj Shetty
bce52fdd31
Merge pull request #6979 from rohitwaghchaure/removed_duplicate_page
...
fix: Removed duplicate page user permissions for page and report
2019-02-26 16:18:39 +05:30
Rohan
302f781fd8
fix(report): Fix file exports for reports that show totals ( #6902 )
...
* fix(report): Fix file exports for reports that show totals
* fix(report): Add tests for Query Report export
2019-02-26 16:11:55 +05:30
Aditya Hase
c2b8f4a267
fix(list-view): Cast docnames to string ( #6980 )
2019-02-26 15:46:30 +05:30
Rushabh Mehta
08d5d9ae2c
fix: default None to empty string for markdown conversions
2019-02-26 15:07:08 +05:30
Rushabh Mehta
65028d3f7d
fix(comments): add indexing
2019-02-26 15:00:36 +05:30
Rushabh Mehta
b131aab0e3
fix: add comments patch
2019-02-26 14:39:51 +05:30
Rushabh Mehta
c34021bca9
fix(travis): move to node 10
2019-02-26 14:26:24 +05:30
Ishan Loya
fa6707f4a1
Update timestamp ( #6985 )
...
Update timestamp to add endpoint_url field on migrate
2019-02-25 12:35:13 +05:30
Rohit Waghchaure
288dae9adc
fix: test cases
2019-02-25 12:30:37 +05:30
Aldo
67eb4d7245
fix: typo in frappe.client.attach_file which resulted in error ( #6977 )
...
It returned `f.as_dict()`. `f` is not declared in the current scope.\Changed it with `_file`.
`return _file.as_dict()`
2019-02-25 11:33:26 +05:30
Rohit Waghchaure
65b646e59e
fix: Removed duplicate page user permissions for page and report
2019-02-24 08:22:25 +05:30
Saurabh
0dd6c44e2b
Merge branch 'master' into develop
2019-02-22 10:25:19 +05:30
Saurabh
86dab7e492
Merge branch 'hotfix'
2019-02-22 10:25:18 +05:30
Saurabh
cd618f2aec
bumped to version 11.1.10
2019-02-22 10:55:18 +06:00
rohitwaghchaure
a94a429f91
Merge pull request #6973 from netchampfaris/fix-custom-report-filters
...
fix: Report filters in Custom Reports
2019-02-21 18:48:24 +05:30
rohitwaghchaure
052b0b7bb7
Merge pull request #6974 from netchampfaris/fix-custom-report-filters
...
fix: Report filters in Custom Reports
2019-02-21 18:48:11 +05:30
Faris Ansari
de1ced231d
fix: Report filters in Custom Reports
...
- frappe.route_options should not override Report Filters
2019-02-21 18:37:06 +05:30
Saurabh
cbbc4251c9
Merge branch 'master' into develop
2019-02-21 16:18:16 +05:30
Saurabh
e3be9b383f
Merge branch 'hotfix'
2019-02-21 16:18:15 +05:30
Saurabh
dd328340c2
bumped to version 11.1.9
2019-02-21 16:48:15 +06:00
Suraj Shetty
490c3d8964
Merge pull request #6970 from hrwX/weekdays
...
feat: Function to get a list of Weekdays
2019-02-21 14:40:35 +05:30
Suraj Shetty
7559aea876
Merge pull request #6969 from deepeshgarg007/multiselect-fix
...
fix: Cannot email docs form menu
2019-02-21 13:19:27 +05:30
rohitwaghchaure
8ca0d3574c
Merge pull request #6972 from rohitwaghchaure/fixed_code_issue_report
...
fix: code cleanup
2019-02-21 13:16:32 +05:30
Rohit Waghchaure
1e3ee5db9b
code cleanup
2019-02-21 13:15:07 +05:30
rohitwaghchaure
98a94d18b8
Merge pull request #6971 from rohitwaghchaure/email_button_is_not_working
...
fix: email button not working
2019-02-21 13:07:39 +05:30