Manas Solanki
b7e1060ea7
removed the xlwt and use the openpyxl for sending the auto email report in xlsx format ( #3590 )
8年前
Ashwini Save
8ac396e30d
Email configurable footer ( #3584 )
* Configurable footer for email template.
* Configurable footer: New table row for new line.
* Configurable footer: Updated space above footer text.
8年前
Alex Ford
78c03b90c3
lgtm minor fixes ( #3580 )
* Replace a typeof test against undefined with comparison against a string
* Add rel='noopener noreferrer' attributes to target='_blank' links
* Remove a duplicate object property definition
* Remove superfluous argument to function call
* Remove some variable declarations for which the assigned value is never read
* Remove an assignment to a variable that is never read
8年前
Vishal Dhayagude
fbce6b67be
Redirect page ( #3579 )
* [fix]redirect to previous page
* Removed unused flag
* Update address.js
8年前
KanchanChauhan
2c3037a094
In currency if no value after decimal, default precion set to 2 ( #3480 )
* In currency if no value after decimal, default precion set to 2
* Update formatters.js
8年前
Makarand Bauskar
0df4949fcc
Merge pull request #3583 from vishdha/contact_img_fix
Image in contact list view
8年前
Rushabh Mehta
f409fd7358
[ui-tests] python is back! ( #3565 )
* [ui-tests] python is back!
* [minor] remove old test
* [test] dont test test_runner
* [tests] try firefox
* [tests] try chrome
* [tests] try chrome
* [tests] try chrome
* [tests] try chrome 1
* [tests] try chrome 2
* [tests] try chrome 3
* [tests] try phantomJS
* [tests] try chrome
* [tests] try chrome
* [tests] try chrome
* [tests] try chrome
* [tests] try chrome
* [tests] try chrome
* [tests] try chrome
* [tests] try chrome
* [tests] login click button
* [tests] login click button
* [tests] show log
* [test] test with start_maximized
* [test] test only login
* [travis] test another port for selenium
* [travis] try running ui tests after unittests are done
* [travis] pring body_div if fails
* [tests] complete setup wizard for frappe
* [minor] move ui tests to frappe/ui/tests
* [tests] ui tests in public and codacy fixes
* [fix] tests + eslint
* [minor] move tests to tests/ui folder and print console after print
* [fix] linting
* [tests] added documentation and better integration testing
* [promise] form triggering is now promise based
* [test]
* [test]
* [test]
* [test]
* [test] print output
* [minor] default empty in select and print console
* [cleanup] more minor fixes
* [enhance] first-cut done!
* [minor] frappe.run_serially to pass arguments while chaining
8年前
mbauskar
b72dded0f7
Merge branch 'hotfix'
8年前
mbauskar
4488cd931a
bumped to version 8.2.3
8年前
Makarand Bauskar
0ba69722b2
Merge pull request #3589 from saurabh6790/filter_fixes
[hot][fix] set field type
8年前
Saurabh
17e9315f3c
[hot][fix] set field type
8年前
mbauskar
2111cbd578
Merge branch 'develop'
8年前
mbauskar
fc5aeba904
bumped to version 8.2.2
8年前
Makarand Bauskar
8ff36f0161
Merge pull request #3586 from mbauskar/filters-fixes
[minor] fixes in clear-filters
8年前
mbauskar
40d91fb870
[minor] fixes in clear-filters
8年前
mbauskar
3e4bbce256
Merge branch 'develop'
8年前
mbauskar
a638d1b040
bumped to version 8.2.1
8年前
Makarand Bauskar
ed7dad8999
Merge pull request #3585 from mbauskar/filters-fixes
[fixes] fixes in standard filters
8年前
mbauskar
7cfa3b690b
[fixes] fixes in standard filters
8年前
mbauskar
4d0c41ec14
Merge branch 'develop'
8年前
mbauskar
76a5a5e408
bumped to version 8.2.0
8年前
Makarand Bauskar
56a2719d97
Update patches.txt
8年前
Vishal
766e67b615
Image in contact list view
8年前
Saurabh
986ff8e1a5
Merge pull request #3582 from mbauskar/patch
[minor] enabled allow error traceback ins system settings
8年前
mbauskar
a6fa154287
[minor] enabled allow error traceback ins system settings
8年前
mbauskar
9f20e1cd16
Merge branch 'hotfix'
8年前
mbauskar
73e4bb5662
Merge branch 'master' into develop
8年前
mbauskar
18ac7d444b
bumped to version 8.1.4
8年前
Makarand Bauskar
4b8b99030e
Merge pull request #3581 from saurabh6790/date_legacy_function
[fix] add date into legacy support for js globals
8年前
Saurabh
1dee1a9369
[fix] add date into legacy support for js globals
8年前
Manas Solanki
24ad910211
In pemission manager make doctype and role list sorted ( #3576 )
8年前
Vishal Dhayagude
0dc4ba2c9e
[fix]Filter using 'Not Equals' condition ( #3571 )
8年前
rohitwaghchaure
1767922b8d
[Fix] In words for polish lanaguage ( #3577 )
8年前
tundebabzy
c98b97a21c
Using " causes issues #7776 ( #3563 )
* refactors `get_route_str`.
The result is the addition of two new functions - `get_raw_route_str` and `_decode_str`
* delays decoding of route parts
8年前
Rushabh Mehta
e232abdafd
[enhannce] new filter design ( #3553 )
* [enhannce] new filter design
* [minor]
8年前
mbauskar
26638a9a83
Merge branch 'develop'
8年前
mbauskar
c569ab32d5
bumped to version 8.1.3
8年前
Makarand Bauskar
93eb8b229c
Merge pull request #3560 from samicoder/master
[fix] non frappe commands execution after last bench_helper update
8年前
Makarand Bauskar
de2ce50d7a
Merge pull request #3534 from rohitwaghchaure/field_type_change_issue
[Fix] Don't allow user to change the select fieldtype to data from the customize form
8年前
Makarand Bauskar
2f8ee4f6f7
Merge pull request #3574 from rohitwaghchaure/date_field_issue
[Fix] Date fields not changing when viewing another records
8年前
Makarand Bauskar
55e266c865
Merge pull request #3575 from tundebabzy/fix_docstring
[minor] corrects docstring for `set_new_name`
8年前
Makarand Bauskar
309093551e
Merge pull request #3572 from rmehta/add-reginal-js
[regional] ability to load country-wise js for forms
8年前
Rohit Waghchaure
15241d3f37
[Fix] Date fields not changing when viewing another records
8年前
tunde
8c9249b629
[minor] corrects docstring for `set_new_name`
8年前
Makarand Bauskar
a4b6cd9db6
Merge pull request #3573 from pratu16x7/search-fixes
[fix] skipped awesome bar options
8年前
pratu16x7
7595ea6891
[fix] skipped awesome bar options
8年前
Rushabh Mehta
1ba6e32508
[fix] system_country can be none
8年前
Rushabh Mehta
f5b975305d
[regional] ability to load country-wise js for forms
8年前
Makarand Bauskar
3c58a54a8d
Merge pull request #3570 from pratu16x7/add-child-clone-fix
[fix] Allow for cloning other children
8年前
pratu16x7
86ceaaf0a3
[minor]
8年前