Faris Ansari
d5eb0deebf
Exclude libs.min.js from rollup build ( #5118 )
2018-03-05 22:27:40 +05:30
Faris Ansari
55e5b473d0
Better messages for build commands ( #5117 )
...
* Better rollup messages in console
* Remove 'docs folder not found' warning
* Show production message
* fix codacy
2018-03-05 22:07:55 +05:30
Achilles Rasquinha
106944abc0
Merge pull request #5115 from achillesrasquinha/py3
...
Create New Apps.
2018-03-05 14:55:53 +05:30
Nabin Hait
7b0a7e029d
Fixed merge conflict
2018-03-05 14:46:18 +05:30
Nabin Hait
e24c8821d1
Merge branch 'hotfix'
2018-03-05 14:42:48 +05:30
Nabin Hait
f290b38290
bumped to version 10.1.2
2018-03-05 15:12:48 +06:00
Achilles Rasquinha
1f2d5c774b
create new apps
2018-03-05 14:32:54 +05:30
Zarrar
22d0636f29
[Hotfix] Editing Filters does not remove the previous pill ( #5110 )
...
* editing filter does not remove previous pill
* fix undefined in kanban pill
2018-03-05 11:04:16 +05:30
Suraj Shetty
1202ff1fdb
List view bulk edit option ( #5107 )
...
* added actions button for bulk operations
also included bulk edit option
* page html refactor and added show/hide action option
* copy field object to avoid mutation
* commonify update method and other refactor
* fixed bug with progress bar level and minor fix with 'value' field display
* fixed frappe/erpnext#13063
* commonify field control method and removed unwanted code
* separate method for submit and cancel
* [minor] msgprint change
* refresh list on complete
* requested changes and refactor
* codacy fix
* code formatting, changed var name
* conflict fix
* description option for progress dialog
* extracted bulk operations to a separate file
* Refactor
commonified redundant method
get_json -> parse_json
* rename change_df -> replace_field
2018-03-05 11:02:50 +05:30
Faris Ansari
2fc96e1419
Remember columns state for each user ( #5102 )
...
* Remember columns state for each user
* Chart
* python 3 fix
* Toggle message refactor, Tree structure DataTable update
2018-03-05 11:02:23 +05:30
Achilles Rasquinha
f5a6e22e82
Delete README.md
2018-03-02 18:26:50 +05:30
Achilles Rasquinha
68d698b076
Delete Makefile
2018-03-02 17:52:23 +05:30
Achilles Rasquinha
9e9f0d61ac
Delete __init__.py
2018-03-02 17:51:49 +05:30
Achilles Rasquinha
9aabd26580
Merge pull request #5109 from achillesrasquinha/save-doctype-py3
...
Save and Make Boilerplates for DocTypes
2018-03-02 16:57:50 +05:30
Achilles Rasquinha
fb7630d82d
save doctypes
2018-03-02 14:01:22 +05:30
Achilles Rasquinha
4cd08787f2
Update .gitignore
2018-03-01 16:12:41 +05:30
Faris Ansari
57f621f1d8
Clear css file before building ( #5108 )
2018-03-01 15:50:36 +05:30
Faris Ansari
e408de3abd
Import moment in web_form ( #5106 )
2018-03-01 14:56:19 +05:30
Zarrar
a62628637f
Dropdown to select view mode fix ( #5100 )
2018-03-01 11:40:07 +05:30
Achilles Rasquinha
ad9a207ec2
Merge pull request #5103 from achillesrasquinha/py3
...
Fix Unittest
2018-02-28 21:34:18 +05:30
Achilles Rasquinha
abb7f14bbd
self.assertEqual
2018-02-28 21:19:01 +05:30
Achilles Rasquinha
23fafe79b5
Merge pull request #5101 from achillesrasquinha/chat-cleanup
...
Chat Cleanup
2018-02-28 19:53:50 +05:30
Achilles Rasquinha
826c14db31
[CHAT] Some cleanup from previous chat
2018-02-28 19:35:14 +05:30
Achilles Rasquinha
71cdff1e8e
Merge branch 'develop' of https://github.com/frappe/frappe into develop
2018-02-28 19:13:05 +05:30
Ameya Shenoy
3666513113
Update hooks.py ( #5099 )
2018-02-28 17:35:04 +05:30
Faris Ansari
cd54b6f6a1
Query Report ( #5097 )
...
* [listview] Show freeze message
* Call refresh on same page
* Simplify query_report lifecycle, Print partially working
* PDF Print, frappe.render_pdf
* Show freeze message
* Export
2018-02-28 17:10:09 +05:30
rohitwaghchaure
3a90ba61e9
[minor] Hide add new row button if cannot_add_rows is enabled in df ( #5091 )
2018-02-28 17:08:46 +05:30
rohitwaghchaure
dbd93a3779
[Fix] Email not sent when click on send in email prompt ( #5092 )
2018-02-28 17:08:19 +05:30
Achilles Rasquinha
cacc0b8cb2
Use range instead of xrange, and sorted fix ( #5094 )
...
* Use range instead of xrange
* sort using cmp_to_key
* [min] import functools
2018-02-28 17:07:59 +05:30
Achilles Rasquinha
798228fce5
[min] import functools
2018-02-28 12:57:46 +05:30
Achilles Rasquinha
59eb4bb99e
Merge pull request #5093 from surajshetty3416/global-clear-cache-fix
...
global clear cache fix
2018-02-28 12:39:37 +05:30
Achilles Rasquinha
cbc8831add
sort using cmp_to_key
2018-02-28 12:38:19 +05:30
Achilles Rasquinha
3d5a983c0c
Use range instead of xrange
2018-02-28 12:26:22 +05:30
Suraj Shetty
afeae4e6c7
global clear cache fix
2018-02-28 11:59:02 +05:30
Faris Ansari
3dd176c164
[listview] Show freeze message ( #5090 )
...
* [listview] Show freeze message
* Call refresh on same page
2018-02-27 19:14:39 +05:30
Faris Ansari
a522d970e3
Frappe Datatable in Query Reports ( #5054 )
...
* wip
* import DataTable in reportview
* first cut
* [wip] Tree in Query Report
* Remove SlickGrid
* Add beta message
* fix codacy
2018-02-27 16:08:32 +05:30
Nabin Hait
aa442e33b0
update linked docs if not single
2018-02-27 15:54:07 +05:30
Nabin Hait
b5ecdf22fd
Update territory and customer_group patch optimization ( #5073 )
2018-02-27 15:51:26 +05:30
Zarrar
22534536ce
optimize update_linked_doctype util and get_fetch ( #5071 )
2018-02-27 15:50:00 +05:30
Rushabh Mehta
1aad5d072a
[optimize] get_link_fields
2018-02-27 15:49:52 +05:30
Achilles Rasquinha
c2fb0c3bde
conditional check for single docs ( #5060 )
2018-02-27 15:49:39 +05:30
Zarrar
a56fe9a8fb
added function to update link-link based dependent values ( #5048 )
2018-02-27 15:49:28 +05:30
Prateeksha Singh
a1fdda9d45
Merge pull request #5089 from Zlash65/fix-dl
...
[Hotfix] Dynamic Link not working in base filters
2018-02-27 15:29:09 +05:30
Zlash65
f97719c578
dynamic link not working for base filters
2018-02-27 15:20:03 +05:30
Ameya Shenoy
9bb5ab237f
valid_email renamed to validate_email ( #5086 )
2018-02-27 11:40:29 +05:30
tundebabzy
7d3578bf16
Merge pull request #5084 from frappe-pr-bot/translations-2018-02-26
...
[Translation] Updated Translations
2018-02-27 06:18:39 +01:00
frappe-pr-bot
b5050acd87
[Translation] Updated Translations
2018-02-26 12:13:24 +02:00
Zarrar
582e1a8c2c
[Hotfix] Skip notification count on Desk for Reports and Toggle charts based on Filter ( #5080 )
...
* fix desktop crash after adding item balance report (simple) icon
* toggle true when changing report filter range
2018-02-26 12:27:26 +05:30
Nabin Hait
cb4d3f1adf
Update territory and customer_group patch optimization ( #5073 )
2018-02-25 10:41:11 +05:30
Faris Ansari
50ee863914
[fix] DataTable in ReportView ( #5078 )
2018-02-24 13:06:16 +05:30