prssanna 
							
						 
					 
					
						
						
						
						
							
						
						
							13c6e2f320 
							
						 
					 
					
						
						
							
							feat: contextual setting for print uom after quantity  
						
						
						
						
					 
					
						2020-10-22 17:19:00 +05:30 
						 
				 
			
				
					
						
							
							
								prssanna 
							
						 
					 
					
						
						
						
						
							
						
						
							d7b704c90f 
							
						 
					 
					
						
						
							
							Merge branch 'rebrand-ui' of  https://github.com/frappe/erpnext  into rebrand-ui  
						
						
						
						
					 
					
						2020-10-22 15:39:47 +05:30 
						 
				 
			
				
					
						
							
							
								prssanna 
							
						 
					 
					
						
						
						
						
							
						
						
							b57b3c9f6c 
							
						 
					 
					
						
						
							
							feat: hook to fetch additional print settings in print view  
						
						
						
						
					 
					
						2020-10-22 15:37:47 +05:30 
						 
				 
			
				
					
						
							
							
								Shivam Mishra 
							
						 
					 
					
						
						
						
						
							
						
						
							5e00ed926c 
							
						 
					 
					
						
						
							
							feat: update icons  
						
						
						
						
					 
					
						2020-10-21 12:30:22 +05:30 
						 
				 
			
				
					
						
							
							
								Shivam Mishra 
							
						 
					 
					
						
						
						
						
							
						
						
							9d468a8daf 
							
						 
					 
					
						
						
							
							Merge branch 'develop' of  https://github.com/frappe/erpnext  into rebrand-ui  
						
						
						
						
					 
					
						2020-10-21 11:38:31 +05:30 
						 
				 
			
				
					
						
							
							
								Deepesh Garg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ce95bc2ce0 
							
						 
					 
					
						
						
							
							Merge pull request  #23691  from  nextchamp-saqib/fix-#214  
						
						... 
						
						
						
						fix: '>' not supported between instances of 'str' and 'int' 
						
						
					 
					
						2020-10-20 14:17:55 +05:30 
						 
				 
			
				
					
						
							
							
								rohitwaghchaure 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b74d17b1e3 
							
						 
					 
					
						
						
							
							Merge pull request  #23688  from rohitwaghchaure/fixed-overproduction-issue-develop  
						
						... 
						
						
						
						fix: overproduction issue develop 
						
						
					 
					
						2020-10-20 12:55:43 +05:30 
						 
				 
			
				
					
						
							
							
								Saqib Ansari 
							
						 
					 
					
						
						
						
						
							
						
						
							903055b7b6 
							
						 
					 
					
						
						
							
							fix: '>' not supported between instances of 'str' and 'int'  
						
						
						
						
					 
					
						2020-10-20 11:59:06 +05:30 
						 
				 
			
				
					
						
							
							
								Rohit Waghchaure 
							
						 
					 
					
						
						
						
						
							
						
						
							09572f10f8 
							
						 
					 
					
						
						
							
							fix: overproduction, not allowed to transfer extra materials  
						
						
						
						
					 
					
						2020-10-20 11:01:36 +05:30 
						 
				 
			
				
					
						
							
							
								Rohit Waghchaure 
							
						 
					 
					
						
						
						
						
							
						
						
							6471912216 
							
						 
					 
					
						
						
							
							fix: not able to do overproduction  
						
						
						
						
					 
					
						2020-10-20 10:02:01 +05:30 
						 
				 
			
				
					
						
							
							
								Joseph Marie Alba 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8115be58a3 
							
						 
					 
					
						
						
							
							fix: Posting Date bug in load_defaults ( #23415 )  
						
						... 
						
						
						
						this.frm.posting_date is always invalid and should be changed to this.frm.doc.posting_date
The effect of this bug fix is, a default Posting Date value may now be set in Custom Script's onload event, and the default value will be honored.
Example: (Assuming posting date has been included in standard filter)
```
frappe.ui.form.on('Journal Entry', {
	before_load(frm) {
	    var posting_date = $("input[data-fieldname='posting_date']")[0].value
	    posting_date = moment(posting_date)._d
	    frm.set_value('posting_date', posting_date )
	}
})
```
Without the fix, the posting date will always be today's date. With the bug fix, the default value for posting date which is taken from the posting date's Standard Filter vale is honored.
Co-authored-by: Sagar Vora <sagar@resilient.tech> 
						
						
					 
					
						2020-10-19 17:02:04 +05:30 
						 
				 
			
				
					
						
							
							
								Rucha Mahabal 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							174019a838 
							
						 
					 
					
						
						
							
							fix: Student Admission and Student Applicant fixes ( #23515 )  
						
						... 
						
						
						
						* fix: student admission list portal styling
* fix: added basic validations to Student Admission DocType
* fix: show program description and apply button for every program
* fix: don't show apply now button if admissions have not started
* fix: fetch admission details in student applicant web form
Co-authored-by: Nabin Hait <nabinhait@gmail.com> 
						
						
					 
					
						2020-10-19 17:00:56 +05:30 
						 
				 
			
				
					
						
							
							
								Deepesh Garg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8859b71956 
							
						 
					 
					
						
						
							
							fix: Check for backdated validation only for transaction company ( #23639 )  
						
						... 
						
						
						
						* fix: Check SLE only for transaction company
* fix: Add tests
* fix: Move backdated entry validation from transaction base to stock ledger entry
* chore: Add tests
Co-authored-by: Nabin Hait <nabinhait@gmail.com> 
						
						
					 
					
						2020-10-19 16:56:45 +05:30 
						 
				 
			
				
					
						
							
							
								Afshan 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e0cb6c3b9d 
							
						 
					 
					
						
						
							
							fix: removed extra space from label "Rate" ( #23683 )  
						
						
						
						
					 
					
						2020-10-19 16:55:20 +05:30 
						 
				 
			
				
					
						
							
							
								rohitwaghchaure 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3a17147a32 
							
						 
					 
					
						
						
							
							refactor: book loss amount in the COGS instead of stock received but not billed ( #23671 )  
						
						
						
						
					 
					
						2020-10-19 16:54:11 +05:30 
						 
				 
			
				
					
						
							
							
								Glen Whitney 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f5a8dc0f9c 
							
						 
					 
					
						
						
							
							fix(Bank Reconciliation): update/merge CR/DR journal entry search ( #23629 )  
						
						... 
						
						
						
						* fix(Bank Reconciliation): update/merge CR/DR journal entry search
  Prior to this commit, the debit journal entry search (for
  credit-side Bank Transaction entries) and the corresponding
  credit journal entry search had diverged, with the latter
  working but the former not working. Thus, the search for
  journal entries matching a credit Bank Transaction (for the
  purposes of reconciliation) was never returning any matching
  journal entries, making reconciliation difficult.
  To fix this, this commit not only updates the debit journal
  entry search, but takes advantage of the fact that the two SQL
  queries for the two sides (debit/credit) differ only by the
  word "debit" or "credit," to merge the code for the two
  queries, making the code more DRY and hopefully reducing the
  chance of similar bugs occurring in the future.
* fix: message translation
Co-authored-by: Nabin Hait <nabinhait@gmail.com> 
						
						
					 
					
						2020-10-19 16:49:55 +05:30 
						 
				 
			
				
					
						
							
							
								Shivam Mishra 
							
						 
					 
					
						
						
						
						
							
						
						
							2c2e7297ae 
							
						 
					 
					
						
						
							
							feat: update accounts onboarding  
						
						
						
						
					 
					
						2020-10-19 14:44:02 +05:30 
						 
				 
			
				
					
						
							
							
								Shivam Mishra 
							
						 
					 
					
						
						
						
						
							
						
						
							8261df29c4 
							
						 
					 
					
						
						
							
							feat: update splash logo  
						
						
						
						
					 
					
						2020-10-19 13:52:35 +05:30 
						 
				 
			
				
					
						
							
							
								rohitwaghchaure 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2fbeb7c1dd 
							
						 
					 
					
						
						
							
							refactor: added new filters in the Batch-wise balance history report ( #23676 )  
						
						... 
						
						
						
						* refactor: added new filters in the Batch-wise balance history report
* fix: added semicolon
Co-authored-by: Nabin Hait <nabinhait@gmail.com> 
						
						
					 
					
						2020-10-19 11:37:54 +05:30 
						 
				 
			
				
					
						
							
							
								Frappe PR Bot 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							083f3fd981 
							
						 
					 
					
						
						
							
							chore: Update translations ( #23677 )  
						
						... 
						
						
						
						Co-authored-by: frappe <frappe@scw-dazzling-elgamal>
Co-authored-by: Nabin Hait <nabinhait@gmail.com> 
						
						
					 
					
						2020-10-19 11:19:27 +05:30 
						 
				 
			
				
					
						
							
							
								Rucha Mahabal 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							96bd65e203 
							
						 
					 
					
						
						
							
							fix: duplicate validation for Course Enrollment ( #23659 )  
						
						... 
						
						
						
						* fix: duplicate validation for Course Enrollment
* fix: clean-up failing tests 
						
						
					 
					
						2020-10-19 10:41:25 +05:30 
						 
				 
			
				
					
						
							
							
								rohitwaghchaure 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5d6686bd8c 
							
						 
					 
					
						
						
							
							Fixed stock ageing report data develop ( #23673 )  
						
						... 
						
						
						
						* fix: stock ageing report
* Update stock_ageing.py 
						
						
					 
					
						2020-10-19 10:39:20 +05:30 
						 
				 
			
				
					
						
							
							
								rohitwaghchaure 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							21bf5e9b8e 
							
						 
					 
					
						
						
							
							Fixed incorrect operation time calculation develop ( #23674 )  
						
						... 
						
						
						
						* fix: incorrect operation time calculation for batch size
* Update test_work_order.py 
						
						
					 
					
						2020-10-19 10:38:48 +05:30 
						 
				 
			
				
					
						
							
							
								Rucha Mahabal 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c3b1aef9f9 
							
						 
					 
					
						
						
							
							fix(minor): msgprint not defined in POS Invoice ( #23680 )  
						
						... 
						
						
						
						* fix(minor): msgprint not defined in POS Invoice
* fix: translation friendly syntax 
						
						
					 
					
						2020-10-18 19:28:26 +05:30 
						 
				 
			
				
					
						
							
							
								Faris Ansari 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c6f4e84a45 
							
						 
					 
					
						
						
							
							Merge pull request  #23640  from abhishekbalam/address_customisation  
						
						
						
						
					 
					
						2020-10-16 18:21:09 +05:30 
						 
				 
			
				
					
						
							
							
								Marica 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							569e218aa0 
							
						 
					 
					
						
						
							
							Merge pull request  #23666  from marination/payment-reco-mandatory-check  
						
						... 
						
						
						
						fix: Payment Reconciliation client side validations 
						
						
					 
					
						2020-10-16 18:06:16 +05:30 
						 
				 
			
				
					
						
							
							
								rohitwaghchaure 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e30397bf2e 
							
						 
					 
					
						
						
							
							Merge pull request  #23668  from rohitwaghchaure/incorrect-work-order-qty-againt-production-plan-develop  
						
						... 
						
						
						
						fix: production plan incorrect work order qty (#23264 ) 
						
						
					 
					
						2020-10-16 17:41:25 +05:30 
						 
				 
			
				
					
						
							
							
								rohitwaghchaure 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6646c524e6 
							
						 
					 
					
						
						
							
							Merge pull request  #23670  from rohitwaghchaure/enabled-no-copy-for-bill-date-devlop  
						
						... 
						
						
						
						refactor: enabled no copy property for Supplier Invoice Date to due date validation 
						
						
					 
					
						2020-10-16 16:45:56 +05:30 
						 
				 
			
				
					
						
							
							
								rohitwaghchaure 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4eaa74c4f5 
							
						 
					 
					
						
						
							
							Merge pull request  #23669  from rohitwaghchaure/not-able-to-make-material-request-from-so-develop  
						
						... 
						
						
						
						fix: not able to make material request from SO 
						
						
					 
					
						2020-10-16 16:43:45 +05:30 
						 
				 
			
				
					
						
							
							
								Marica 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3f7333af7f 
							
						 
					 
					
						
						
							
							Merge branch 'develop' into payment-reco-mandatory-check  
						
						
						
						
					 
					
						2020-10-16 16:03:59 +05:30 
						 
				 
			
				
					
						
							
							
								marination 
							
						 
					 
					
						
						
						
						
							
						
						
							b14ffc4349 
							
						 
					 
					
						
						
							
							fix: Missing semicolon  
						
						
						
						
					 
					
						2020-10-16 16:04:56 +05:30 
						 
				 
			
				
					
						
							
							
								Faris Ansari 
							
						 
					 
					
						
						
						
						
							
						
						
							be0fcbea68 
							
						 
					 
					
						
						
							
							fix: Dont add Contact link  if is company address  
						
						
						
						
					 
					
						2020-10-16 15:55:25 +05:30 
						 
				 
			
				
					
						
							
							
								Faris Ansari 
							
						 
					 
					
						
						
						
						
							
						
						
							22bcad9dc7 
							
						 
					 
					
						
						
							
							fix: Cleanup code  
						
						
						
						
					 
					
						2020-10-16 15:28:12 +05:30 
						 
				 
			
				
					
						
							
							
								Rohit Waghchaure 
							
						 
					 
					
						
						
						
						
							
						
						
							3cdaa92582 
							
						 
					 
					
						
						
							
							refactor: enabled no copy property for Supplier Invoice Date to avoid due date validation  
						
						
						
						
					 
					
						2020-10-16 15:26:27 +05:30 
						 
				 
			
				
					
						
							
							
								Rohit Waghchaure 
							
						 
					 
					
						
						
						
						
							
						
						
							2ce67b0ef9 
							
						 
					 
					
						
						
							
							fix: not able to make material request from SO  
						
						
						
						
					 
					
						2020-10-16 15:21:52 +05:30 
						 
				 
			
				
					
						
							
							
								rohitwaghchaure 
							
						 
					 
					
						
						
						
						
							
						
						
							f01856d7a9 
							
						 
					 
					
						
						
							
							fix: production plan incorrect work order qty ( #23264 )  
						
						... 
						
						
						
						* fix: production plan incorrect work order qty
* added test case
* Update test_production_plan.py 
						
						
					 
					
						2020-10-16 15:19:23 +05:30 
						 
				 
			
				
					
						
							
							
								Shivam Mishra 
							
						 
					 
					
						
						
						
						
							
						
						
							5418818683 
							
						 
					 
					
						
						
							
							feat: add tour for account settings  
						
						
						
						
					 
					
						2020-10-16 14:24:22 +05:30 
						 
				 
			
				
					
						
							
							
								marination 
							
						 
					 
					
						
						
						
						
							
						
						
							e9b04dc727 
							
						 
					 
					
						
						
							
							fix: Payment Reconciliation client side validations  
						
						
						
						
					 
					
						2020-10-16 12:36:13 +05:30 
						 
				 
			
				
					
						
							
							
								Saqib 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2f71927af8 
							
						 
					 
					
						
						
							
							fix: fuel expense amount of vehicle log ( #23632 )  
						
						... 
						
						
						
						* fix: fuel expense amount of vehicle log
* fix: undefined var employee_id in test
* fix: test 
						
						
					 
					
						2020-10-16 12:32:59 +05:30 
						 
				 
			
				
					
						
							
							
								prssanna 
							
						 
					 
					
						
						
						
						
							
						
						
							5ee7bca185 
							
						 
					 
					
						
						
							
							Merge branch 'rebrand-ui' of  https://github.com/frappe/erpnext  into rebrand-ui  
						
						
						
						
					 
					
						2020-10-16 11:32:10 +05:30 
						 
				 
			
				
					
						
							
							
								prssanna 
							
						 
					 
					
						
						
						
						
							
						
						
							12d4be7f3f 
							
						 
					 
					
						
						
							
							feat: icons in leaderboard  
						
						
						
						
					 
					
						2020-10-16 11:31:47 +05:30 
						 
				 
			
				
					
						
							
							
								rohitwaghchaure 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e8a3825ed1 
							
						 
					 
					
						
						
							
							Merge pull request  #23649  from rohitwaghchaure/set-current-serial-no-in-serial-no-field-develop  
						
						... 
						
						
						
						fix: serial no field is blank in stock reconciliation 
						
						
					 
					
						2020-10-15 16:56:39 +05:30 
						 
				 
			
				
					
						
							
							
								Rohit Waghchaure 
							
						 
					 
					
						
						
						
						
							
						
						
							5f465394a7 
							
						 
					 
					
						
						
							
							fix: serial no field is blank in stock reconciliation  
						
						
						
						
					 
					
						2020-10-15 15:56:50 +05:30 
						 
				 
			
				
					
						
							
							
								rohitwaghchaure 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							79c1c4e3fb 
							
						 
					 
					
						
						
							
							Merge pull request  #23398  from anupamvs/quality-procedure-v13  
						
						... 
						
						
						
						fix: quality procedure parent 
						
						
					 
					
						2020-10-15 15:52:22 +05:30 
						 
				 
			
				
					
						
							
							
								Shivam Mishra 
							
						 
					 
					
						
						
						
						
							
						
						
							cb8457b9ae 
							
						 
					 
					
						
						
							
							feat: add description to Accounts onboarding  
						
						
						
						
					 
					
						2020-10-15 13:53:12 +05:30 
						 
				 
			
				
					
						
							
							
								Abhishek Balam 
							
						 
					 
					
						
						
						
						
							
						
						
							349fcfd6a5 
							
						 
					 
					
						
						
							
							fix: set default filters on unchecking box, code cleanup  
						
						
						
						
					 
					
						2020-10-15 12:21:43 +05:30 
						 
				 
			
				
					
						
							
							
								Wolfram Schmidt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3959ed5bef 
							
						 
					 
					
						
						
							
							Update payment_term.json ( #23644 )  
						
						... 
						
						
						
						added descriptions to fields to clarify input. 
						
						
					 
					
						2020-10-14 22:48:46 +05:30 
						 
				 
			
				
					
						
							
							
								Deepesh Garg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ddccec4f5d 
							
						 
					 
					
						
						
							
							Merge pull request  #23643  from deepeshgarg007/payment_reco_cancel  
						
						... 
						
						
						
						fix: Do not get cancelled vouchers in Payment Reconciliation 
						
						
					 
					
						2020-10-14 22:09:08 +05:30 
						 
				 
			
				
					
						
							
							
								Deepesh Garg 
							
						 
					 
					
						
						
						
						
							
						
						
							37c2ed269e 
							
						 
					 
					
						
						
							
							fix: Do not get cancelled vouchers in Payment Reconciliation  
						
						
						
						
					 
					
						2020-10-14 21:47:43 +05:30 
						 
				 
			
				
					
						
							
							
								Abhishek Balam 
							
						 
					 
					
						
						
						
						
							
						
						
							89419c9a30 
							
						 
					 
					
						
						
							
							fix: move get_shipping_address() from frappe to erpnext and fix references  
						
						
						
						
					 
					
						2020-10-14 20:09:05 +05:30