Commit graph

16586 commits

Author SHA1 Message Date
Faris Ansari
fa359537bb fix: Datepicker styles (#6070) 2018-09-10 09:36:03 +05:30
Faris Ansari
d635c5f97d feat(report view): Ability to export all of the filtered rows (#6071)
- Earlier only rows currently rendered were exportable
- Also show paging information in the page footer
2018-09-10 09:35:47 +05:30
Saurabh
d2ce42fce4
Merge pull request #6060 from saurabh6790/get_app_version_and_branch_info
[enhance] in get_app_info return application branch and branch version if exists
2018-09-07 18:35:07 +05:30
Faris Ansari
a26a916d32
Merge pull request #6062 from saurabh6790/check_for_developer_mode
[fix] check for developer mode before adding port to URL
2018-09-07 13:39:27 +05:30
Saurabh
dbb7ecb7fe [fix] check for developer mode before adding port to URL 2018-09-07 13:23:17 +05:30
Ranjith Kurungadam
5b54d8acb0 fix edit profile (#6059) 2018-09-07 13:20:45 +05:30
Faris Ansari
030d6d89f0
Merge pull request #6035 from rohitwaghchaure/email_notify_not_working
On assignment notification is not sent to the assigned user
2018-09-07 12:45:01 +05:30
Faris Ansari
c250918dac
Merge pull request #6057 from netchampfaris/assignment-message
fix(assignment): Assignment message for self assignment
2018-09-07 12:44:41 +05:30
Saurabh
371d7f87a9 [enhance] in get_app_info return application branch and branch version if exists 2018-09-06 17:41:26 +05:30
Faris Ansari
2a54c674ed fix(assignment): Assignment message for self assignment 2018-09-06 15:33:10 +05:30
Faris Ansari
0b1e62a0cf
Merge pull request #6054 from netchampfaris/get-url-fix-2
fix: frappe.utils.get_url
2018-09-05 18:44:22 +05:30
Faris Ansari
73c7984fcd fix: frappe.utils.get_url 2018-09-05 14:06:43 +05:30
Faris Ansari
a937ce617c
Merge pull request #6008 from ElasticRun/docstatus-filter
remove docstatus filter for non submittable doctypes
2018-09-05 13:19:41 +05:30
Faris Ansari
b3f52156ef
fix: message 2018-09-05 12:52:26 +05:30
Faris Ansari
e3b7d26e70
Merge pull request #6040 from netchampfaris/dashboard-show-progress
feat: Add dashboard.show_progress
2018-09-05 12:12:52 +05:30
Faris Ansari
74741b237f
style: eslint fix 2018-09-05 12:12:43 +05:30
Frappe PR Bot
e780b17dc5 [Translation] Updated Translations (#6049) 2018-09-05 12:10:46 +05:30
Nabin Hait
62a2733b8f Merge branch 'staging' into develop 2018-09-05 11:48:56 +05:30
Faris Ansari
38956b3167
Merge pull request #6051 from netchampfaris/frappeclient-fix
fix: Remove raise_for_status
2018-09-03 18:20:05 +05:30
Faris Ansari
303f8f0e0d fix: Remove raise_for_status 2018-09-03 18:19:28 +05:30
abhijitkumbharInd
f9c03a0b54 [Fix][5941][Contact should get back to original page from where initi… (#5942)
* [Fix][5941][Contact should get back to original page from where initiated (like Address)]

* Added last_route.length condition

* [Fix][5941][length check]
2018-09-03 11:04:23 +05:30
Saif
983fc74cd5 Changes in query_report.add_total_row() to allow list-of-dicts type results (#6009)
* Changes in query_report.add_total_row() to allow list-of-dicts type results

* Forgot to use get() instead of []
2018-09-03 11:03:42 +05:30
Benji
8ef433ef45 Add safe_div() (#6006)
* Update receive.py

* Update receive.py

* Update receive.py

* Added safemath_div()

* Update data.py

* style: fix trailing whitespace
2018-09-03 10:59:23 +05:30
Prateeksha Singh
eb5b7a77c9 [Feature] Format Autoname (#6017)
* [Feature] Format Autoname

- Generate autoname by replacing all instances of braced params
- Independent of remaining string or separators.
- Remove autoname Concatenate option

* [autoname] add test for format autoname
2018-09-03 10:58:56 +05:30
Doridel Cahanap
acf8fd1adc Fix Backup Issue (#6039) 2018-09-03 10:57:03 +05:30
Prateeksha Singh
eaafc4d7f5 [child-records] set name in new child records before setting password (#6048) 2018-09-03 10:56:41 +05:30
Frappe PR Bot
3e5314b521 [Translation] Updated Translations (#6043) 2018-09-03 10:55:33 +05:30
Prateeksha Singh
895361602a
Merge pull request #6047 from netchampfaris/is-subset
feat: Add is_subset utility
2018-09-02 19:59:40 +05:30
Faris Ansari
505a55474a feat: Add is_subset utility 2018-09-01 22:44:31 +05:30
Nabin Hait
f400a99f93 Merge branch 'develop' into staging 2018-09-01 19:05:49 +05:30
Aditya Hase
29156da481 feat(dashboard progress): Add hide_progress, update progress-message 2018-08-31 17:25:39 +05:30
Ameya Shenoy
9e19641fa4
Merge pull request #6042 from codingCoffee/webformclass
web_form_class: using value instead of get_value
2018-08-31 11:00:56 +00:00
Ameya Shenoy
6221bf2f15
web_form_class: using value instead of get_value 2018-08-31 10:12:26 +00:00
Rushabh Mehta
2a8e890fee enhance(testing): allow tests to be run by skipping fixtures with --skip-before-tests and --skip-test-records 2018-08-31 15:30:42 +05:30
Faris Ansari
7fa9d9352d fix: Update progress class on update 2018-08-31 15:11:17 +05:30
Faris Ansari
5c48571d65 feat: Add dashboard.show_progress
- maps progress bars with titles
- updates existing progress bars if it exists
2018-08-31 14:55:32 +05:30
Faris Ansari
ef67b9265b
Merge pull request #6034 from codingCoffee/render_image
webform: render image in web form using setTimeout
2018-08-31 11:55:35 +05:30
Faris Ansari
a583691d4e fix(report view): Handle non-existing fields (#6036) 2018-08-31 10:52:54 +05:30
Ameya Shenoy
a302501752
webform: render image in web form using setTimeout 2018-08-30 14:03:47 +00:00
Rushabh Mehta
624703d1b9 minor: mapping now takes optional args 2018-08-30 18:23:06 +05:30
Rohit Waghchaure
b66d3fe37c On assignment notification is not send to the assigned user 2018-08-30 16:46:33 +05:30
Rushabh Mehta
00fc9c9b1c fix(fetch): fetch_from will always update after save 2018-08-30 12:16:10 +05:30
Rushabh Mehta
9bd5587583 readme: codetriage badge 2018-08-30 10:35:19 +05:30
Rushabh Mehta
22934b4e8c fix(translate): #5906 via CodeTriage 2018-08-30 10:27:52 +05:30
Rushabh Mehta
5944ba312a ux(quick-entry): allow any length 2018-08-30 09:22:26 +05:30
Rushabh Mehta
a19f7beb39 ux: mandatory red in data import, export 2018-08-29 17:30:27 +05:30
Rushabh Mehta
a9f32f292c default(perms): add default import, export perms 2018-08-29 17:09:35 +05:30
Faris Ansari
adfc4d726f fix(css): Commonify awesomplete styles (#6029) 2018-08-29 16:12:32 +05:30
Zarrar
41d1446c04 functions already added in delivery_triip.py (#6027) 2018-08-29 16:05:47 +05:30
Faris Ansari
6b508cf809 fix: Number format (#6028) 2018-08-29 15:47:19 +05:30