mbauskar
e19eea3718
[minor] added ignore_mandatory flag if setup wizard is not completed
2017-04-25 15:40:29 +05:30
Nabin Hait
4c55d73bff
Merge branch 'develop'
2017-04-25 14:30:10 +05:30
Nabin Hait
d28ee38bd8
bumped to version 8.0.24
2017-04-25 15:00:10 +06:00
Nabin Hait
63496a4920
Set currency precision in System Settings based on number format of default currency
2017-04-25 14:16:35 +05:30
Ishan Loya
b310ab57de
Update bench-commands-cheatsheet.md
2017-04-25 14:15:22 +05:30
Faris Ansari
54d5e0bfea
minor
2017-04-25 14:14:39 +05:30
Faris Ansari
91122afafa
Update build system requirements patch
2017-04-25 14:14:39 +05:30
Rushabh Mehta
8431ad0506
[fix] ux for auto email report
2017-04-25 13:02:00 +05:30
Rushabh Mehta
346bbb008e
[fix] ux for auto email report
2017-04-25 12:58:10 +05:30
Makarand Bauskar
7d6274b59a
[minor] hidden the Enable Scheduled Jobs field, fix for https://github.com/frappe/erpnext/issues/8556 ( #3152 )
2017-04-25 12:16:34 +05:30
Nabin Hait
37afa276d8
Merge branch 'develop'
2017-04-24 17:31:58 +05:30
Nabin Hait
0fdeda8d28
bumped to version 8.0.23
2017-04-24 18:01:58 +06:00
mbauskar
ecdffbfc51
[fixes] fixes for minified js issue in upload.js
2017-04-24 17:31:19 +05:30
Nabin Hait
12fbe51efa
Merge branch 'develop'
2017-04-24 16:20:58 +05:30
Nabin Hait
5a640630fd
bumped to version 8.0.22
2017-04-24 16:50:58 +06:00
Makarand Bauskar
923546f2af
[fixes] append the summernote dialogs to body instead of editor ( #3145 )
2017-04-24 16:17:54 +05:30
Nabin Hait
0398e2d397
trim tables for a doctype
2017-04-24 16:13:14 +05:30
Nabin Hait
c5635fef99
Don't show hidden fields in data import tool columns selection
2017-04-24 15:10:28 +05:30
Makarand Bauskar
e5db7bfd45
[fixed] Cannot read property 'summernote' of undefined ( #3144 )
2017-04-24 14:18:41 +05:30
Makarand Bauskar
b4176f9141
[minor] set default_letter head to if defaul company is not set ( #3140 )
2017-04-24 14:18:00 +05:30
Faris Ansari
90b62d6fc6
Breadcrumb ui fix in website portal ( #3141 )
...
- frappe/erpnext#8317
2017-04-24 14:17:24 +05:30
Nabin Hait
336db5ead9
Merge branch 'develop'
2017-04-24 13:19:03 +05:30
Nabin Hait
9a21b94bf9
bumped to version 8.0.21
2017-04-24 13:49:02 +06:00
Saurabh
5868681805
[urgent][fix] rearrange patch to remove in_dialog field from table
2017-04-24 13:13:21 +05:30
Nabin Hait
e55b139bcc
Revert "[Fix] Image not allowed in Data Import Tool"
2017-04-24 12:11:54 +05:30
Faris Ansari
638b0ef658
[ui] Don't show remove button when allow_multiple is disabled ( #3130 )
...
* [ui] Don't show remove button when allow_multiple is disabled
* Reorder Public column and some ui changes in upload dialog
2017-04-24 10:51:01 +05:30
tundebabzy
f070571900
Issue 3135 ( #3138 )
...
* creates new function `print_db_config` to print out ERPNext required database settings to console
* refactors `check_if_ready_for_barracuda` to make use of `print_db_config`
* adds a more explicit explanation before showing the `expected_config_for_barracuda` text
* adds MariaDB default configuration to documentation
2017-04-24 09:42:19 +05:30
Arvind Subramanian
a2a6b8ff8c
removed the command as below error ( #3137 )
...
sudo python install.py --setup-production
usage: install.py [-h] [--develop | --production] [--site SITE] [--verbose]
[--user USER] [--bench-branch BENCH_BRANCH]
[--repo-url REPO_URL]
install.py: error: unrecognized arguments: --setup-production
2017-04-24 09:40:53 +05:30
Nabin Hait
6f5817d76d
Merge branch 'develop'
2017-04-22 15:49:07 +05:30
Nabin Hait
e1f2e8eefd
bumped to version 8.0.20
2017-04-22 16:19:07 +06:00
Manas Solanki
b9562e3a0f
[Fix] Minor fix for KeyError
2017-04-22 15:43:30 +05:30
Nabin Hait
78b754e159
Fixed test cases
2017-04-22 15:42:56 +05:30
Nabin Hait
5882df1ca1
Optimised rebuilding global search
2017-04-22 15:42:56 +05:30
mbauskar
a3a821d865
[enhancement] added bulk edit option for child table in DocType and Customize Form
2017-04-21 18:02:03 +05:30
Makarand Bauskar
4e428d8370
[fixes] invalid left-hand side expression in postfix operation fixes ( #3131 )
2017-04-21 14:46:20 +05:30
Marcos Venilton Batista
a346d3385a
Update frappeclient.py ( #3127 )
...
Pass the fields independent of the filters in get_doc
2017-04-21 13:04:16 +05:30
Makarand Bauskar
3d78df3712
[minor] corrected spelling mistake ( #3126 )
2017-04-21 13:03:58 +05:30
Makarand Bauskar
1c9e6f6d51
[minor] added missing toggle_display to grid.js ( #3124 )
2017-04-21 13:01:11 +05:30
Makarand Bauskar
9edb69e13a
[fixes] display 0 in readonly currency field ( #3122 )
...
* [fixes] display value 0 for Float, Int and Currency readonly fields
* Update control.js
* Update
2017-04-21 12:59:54 +05:30
Faris Ansari
6d20919e53
Patch to install new build system requirements ( #3121 )
...
* Patch to install new build system requirements
* Rename flag experimental to beta
* Create test_cafe.js
2017-04-21 12:56:58 +05:30
Makarand Bauskar
23f4782131
[hot] fixes in translation error in template ( #3123 )
2017-04-20 14:09:05 +05:30
Faris Ansari
743f7ab0aa
New Build System using NodeJS ( #3117 )
...
* added build.js
* js babelify and concat, css concat working
* less wip
* live reload css working
* css reload on less change working
* added watch_js
* setup file watcher only in dev mode, don't compile variables.less
* Minify js files using babili
- Add --minify flag
* Set minify to false as default
* [minor] Remove redundant code
* Used subprocess instead of os.system
- Also added experimental flag
2017-04-20 11:58:21 +05:30
Faris Ansari
721105b63e
Kanban Fixes ( #3105 )
...
* [fix] Blank kanban board on refresh
* Revert Kanban Board on invalid action
- frappe/erpnext#7886
2017-04-20 11:57:31 +05:30
robert schouten
1196efaf1a
alternative fix for allow page break inside tables ( #2659 )
2017-04-20 11:56:20 +05:30
Charles-Henri Decultot
729476f789
Javascript modification to allow translation ( #3118 )
2017-04-20 11:29:36 +05:30
Nabin Hait
5b61c9c517
Merge branch 'develop'
2017-04-20 08:51:02 +05:30
Nabin Hait
550bec5e4e
bumped to version 8.0.19
2017-04-20 09:21:02 +06:00
Makis
cbe0667565
White background in the note section of the Note doctype. Fix #3052
2017-04-20 08:38:53 +05:30
Rohit Waghchaure
e18acef71b
[fix] Ignore User Permissions is not working for the field
2017-04-20 08:38:29 +05:30
Nabin Hait
ae088d2211
Drop unwanted indexes from Communication and fixes for restoring v7 backup on v8 bench ( #3112 )
2017-04-19 15:49:55 +05:30