Commit graph

19825 commits

Author SHA1 Message Date
Suraj Shetty
96ec88d4d9 feat: Attach popover to review pills for more info 2019-03-26 09:15:13 +05:30
Raffael Meyer
efee035449 fix(integrations): complete file-api migration 2019-03-26 01:54:39 +01:00
Suraj Shetty
aea425d13d fix: convert name of docs to string (#7127)
- filter used to skip docs with numerical names
2019-03-25 20:18:35 +05:30
Faris Ansari
87d5710956
fix: Move doctype patch to top (#7129)
- This fixes the ERPNext patch
2019-03-25 19:39:20 +05:30
Mangesh-Khairnar
da105079f5 style: create a common css for formatters of star rating 2019-03-25 16:48:26 +05:30
Mangesh-Khairnar
6cc59aabd8 test: check effects on trigger of hover and click events 2019-03-25 16:47:28 +05:30
Mangesh-Khairnar
c9f8c4e40e refactor: move the css classes for star rating from website saas to control less file 2019-03-25 16:47:28 +05:30
Mangesh-Khairnar
4e0dab3621 feat: initialize a new fieldtype called rating 2019-03-25 16:47:28 +05:30
Mangesh-Khairnar
19af18767e test: add cypress command for initializing a dialog for ui testing 2019-03-25 16:47:28 +05:30
Mangesh-Khairnar
de150cd233 feat: add typemap for rating control 2019-03-25 16:47:28 +05:30
Mangesh-Khairnar
dfe55b6d97 feat: add rating control in docfield, custom docfield, custom form field 2019-03-25 16:47:28 +05:30
Mangesh-Khairnar
d564cc26eb style: clean code format 2019-03-25 16:47:28 +05:30
Mangesh-Khairnar
097f00d37d feat: add css class for maintaing state in rating 2019-03-25 16:47:28 +05:30
Mangesh-Khairnar
93561c4ff5 feat: set default value for the rating control 2019-03-25 16:47:28 +05:30
Mangesh-Khairnar
c660efdf0c feat: register a separate event for click by maintaining state 2019-03-25 16:47:28 +05:30
Mangesh-Khairnar
32f834be78 feat: add font awesome as part of frappe-web-b4 2019-03-25 16:47:28 +05:30
Mangesh-Khairnar
813b6fc777 feat: create a control for rating 2019-03-25 16:47:28 +05:30
Mangesh-Khairnar
0d98d24a40 feat: add rating field in the webform 2019-03-25 16:47:28 +05:30
Suraj Shetty
860473ab0a fix: Check for review point allocation date 2019-03-25 16:38:27 +05:30
Suraj Shetty
9b67ed1562 fix: Get real review data
- Rename points_gained listener to energy_point_alert
- Fix alert messages
2019-03-25 16:37:16 +05:30
Deepesh Garg
bd03fd5e16 fix: Formatting issue in print_grid template (#7122)
Before:
![Screenshot 2019-03-25 at 2 32 27 PM](https://user-images.githubusercontent.com/42651287/54908358-b288f500-4f0d-11e9-9271-1ef0baffcb9e.png)

After:
![Screenshot 2019-03-25 at 2 42 51 PM](https://user-images.githubusercontent.com/42651287/54908369-bc125d00-4f0d-11e9-82ff-f2b5f575a5a5.png)
2019-03-25 15:52:06 +05:30
Deepesh Garg
6251c24706 fix: Formatting issue in print_grid template (#7125)
https://github.com/frappe/frappe/pull/7122
2019-03-25 15:51:51 +05:30
Suraj Shetty
39b1de93f8
Merge pull request #7113 from netchampfaris/request-data-fix
fix: Dont append request data to form_dict
2019-03-25 14:09:31 +05:30
Aditya Hase
7182312746 fix(dashboard): Clear container when rendering another dashboard 2019-03-25 12:41:17 +05:30
Aditya Hase
e31368a9f7 style: Linting fixes 2019-03-25 12:41:17 +05:30
Aditya Hase
3567326ae9 fix(dashboard): Use config insteaad of get_script
Earlier implementation used a get_script function which
served a JS configuration file which was then evaluated
inside the dom.

Now dashboard chart source contains a code field for
storing configuration in JSON
2019-03-25 12:41:17 +05:30
Aditya Hase
45332d02c4 fix(dashboard): Use Dashboard Chart Link for listing charts 2019-03-25 12:41:17 +05:30
Aditya Hase
179a9e0db6 feat(dashboard): Show links to other dashboards in a dropdown menu 2019-03-25 12:41:17 +05:30
Aditya Hase
866f8b2a08 feat(dashboard): Use xIsSeries chart option for time series 2019-03-25 12:41:17 +05:30
Aditya Hase
b7241f34b4 feat(dashboard): Provide modal to update filters 2019-03-25 12:41:17 +05:30
Aditya Hase
f36d2c078f style: Linting fixes 2019-03-25 12:41:17 +05:30
Aditya Hase
dd94bc04ae fix(dashboard): Show update filters modal correctly 2019-03-25 12:41:17 +05:30
Aditya Hase
654d125a3b fix(dashboard): Update error message 2019-03-25 12:41:17 +05:30
Aditya Hase
fa7b67d16b refactor(dashboard): Break down prepare_container into smaller functions 2019-03-25 12:41:17 +05:30
Aditya Hase
e7a59ad1cb fix(dashboard): Remove unnecessary column break 2019-03-25 12:41:17 +05:30
Aditya Hase
11202c79b4 refactor(dashboard): Remove tabular filter view 2019-03-25 12:41:17 +05:30
Aditya Hase
138fc5c82b fix(dashboard): Fetch data with correct filters 2019-03-25 12:41:17 +05:30
Aditya Hase
60951d00f8 feat(dashboard): New cache_source decorator for caching 2019-03-25 12:41:17 +05:30
Aditya Hase
310086c88f feat(dashboard): Create Dashboard Chart Source docs from exported files 2019-03-25 12:41:17 +05:30
Aditya Hase
7ba50fa48e refactor(dashboard): Fetch filter fields from .js file 2019-03-25 12:41:17 +05:30
Aditya Hase
ab6e1a312c feat(dashboard): Show filters in a table 2019-03-25 12:41:17 +05:30
Aditya Hase
f41eb39b13 feat(dashboard): Create Dashboard Chart Source doctype 2019-03-25 12:41:17 +05:30
Aditya Hase
f805a2f4bb style: Linting fixes 2019-03-25 12:41:16 +05:30
Aditya Hase
4c436b97f9 feat(dashboard): Show Save Filters button after change in filters 2019-03-25 12:41:16 +05:30
Aditya Hase
2b86047535 fix(dashboard): Show currently set values in Dialog 2019-03-25 12:41:16 +05:30
Aditya Hase
ea2019ceca refactor(dashboard): Make Dashboard Chart Form View pretty 2019-03-25 12:41:16 +05:30
Aditya Hase
277969ecfc fix(dashboard: Remove empty lines 2019-03-25 12:41:16 +05:30
Aditya Hase
17d17f1362 fix(dashboard): Add missing semicolons 2019-03-25 12:41:16 +05:30
Aditya Hase
ba23476141 refactor(dashboard): Update last_synced_on on forced refresh 2019-03-25 12:41:16 +05:30
Aditya Hase
8fae43f466 refactor(dashboard): Abstract away DashboardChart 2019-03-25 12:41:16 +05:30