rohitwaghchaure 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							557f40465b 
							
						 
					 
					
						
						
							
							Merge pull request  #14067  from shreyashah115/fixes  
						
						... 
						
						
						
						[minor] Fix typo 
						
						
					 
					
						2018-05-16 11:12:11 +05:30 
						 
				 
			
				
					
						
							
							
								rohitwaghchaure 
							
						 
					 
					
						
						
						
						
							
						
						
							e48b47fc0c 
							
						 
					 
					
						
						
							
							Production Plan, do not consider the sales orders against which work order has been created ( #13800 )  
						
						... 
						
						
						
						* Production Plan, do not consider the sales orders against which work order has been created
* Added test cases 
						
						
					 
					
						2018-05-16 11:07:55 +05:30 
						 
				 
			
				
					
						
							
							
								Shreya 
							
						 
					 
					
						
						
						
						
							
						
						
							2a1bcf285b 
							
						 
					 
					
						
						
							
							[minor] Fix typo  
						
						
						
						
					 
					
						2018-05-16 11:06:02 +05:30 
						 
				 
			
				
					
						
							
							
								Manas Solanki 
							
						 
					 
					
						
						
						
						
							
						
						
							d11b5d398d 
							
						 
					 
					
						
						
							
							[feature] added travel request doctype in HR  
						
						
						
						
					 
					
						2018-05-16 11:02:28 +05:30 
						 
				 
			
				
					
						
							
							
								rohitwaghchaure 
							
						 
					 
					
						
						
						
						
							
						
						
							e8358f33a3 
							
						 
					 
					
						
						
							
							Refactor party type ( #13831 )  
						
						
						
						
					 
					
						2018-05-16 11:02:26 +05:30 
						 
				 
			
				
					
						
							
							
								Doridel Cahanap 
							
						 
					 
					
						
						
						
						
							
						
						
							e42192bb6c 
							
						 
					 
					
						
						
							
							[WIP] Alternative items ( #13705 )  
						
						... 
						
						
						
						* Alternative Items in BOM
* Alternative Items in Work Order 
						
						
					 
					
						2018-05-16 10:58:39 +05:30 
						 
				 
			
				
					
						
							
							
								Jamsheer 
							
						 
					 
					
						
						
						
						
							
						
						
							0cde6ae3c5 
							
						 
					 
					
						
						
							
							Clinical procedure ( #13540 )  
						
						... 
						
						
						
						* Clinical Procesdure Template and Clinical Procedure Doctype
* Consultation - Create procedure and procedure prescription
* Patient Appointment - Create Procedure and Procedure appointment invoice
* Physician Schedule - Validate slot overlap
* Clinical Procedure Item - batch_no for Clinical Procedure not for Template
* Clinical Procedure - manage item batch_no
* Codacy - fixes
* Yet another Codacy and travic-ci fix
* Codacy - fixes
* Clinical Procedure - Codacy fix
* Permissions updated
* fixed Qty Indicators, Minor fixes
* Patient appointment for procedure prescription
* Doctype Patient Service Unit to Healthcare Service Unit
* Add healthcare service unit tree root
* Healthcare Service Unit - Tree view script
* Healthcare Service Unit - allow appointments check
* Clinical Procedure - remove unused variable
* Clinical Procedure - Get actual quantity from ledger - fix
* Clinical Procedure - apply transilation for message
* Warehouse in Healthcare Service Unit
* Service Unit in Clinical Procedure
* Codacy fix
* Missing semicolon 
						
						
					 
					
						2018-05-16 10:54:00 +05:30 
						 
				 
			
				
					
						
							
							
								rohitwaghchaure 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							915877553a 
							
						 
					 
					
						
						
							
							Merge pull request  #14066  from rohitwaghchaure/minor_asset_fix  
						
						... 
						
						
						
						[Minor] Is fixed asset checkbox not set at server side if duplicate 
						
						
					 
					
						2018-05-16 10:49:52 +05:30 
						 
				 
			
				
					
						
							
							
								Rohit Waghchaure 
							
						 
					 
					
						
						
						
						
							
						
						
							a02640e249 
							
						 
					 
					
						
						
							
							[Minor] Is fixed asset checkbox not set at server side if duplicate  
						
						
						
						
					 
					
						2018-05-16 10:49:12 +05:30 
						 
				 
			
				
					
						
							
							
								Manas Solanki 
							
						 
					 
					
						
						
						
						
							
						
						
							1b48fde986 
							
						 
					 
					
						
						
							
							Make the communication from the issue webform ( #14015 )  
						
						
						
						
					 
					
						2018-05-16 10:47:02 +05:30 
						 
				 
			
				
					
						
							
							
								Frappe PR Bot 
							
						 
					 
					
						
						
						
						
							
						
						
							b2a64d6344 
							
						 
					 
					
						
						
							
							[Translation] Updated Translations ( #14021 )  
						
						
						
						
					 
					
						2018-05-16 10:46:11 +05:30 
						 
				 
			
				
					
						
							
							
								Charles-Henri Decultot 
							
						 
					 
					
						
						
						
						
							
						
						
							471dea0d10 
							
						 
					 
					
						
						
							
							Digest translation improvement ( #14026 )  
						
						
						
						
					 
					
						2018-05-16 10:45:03 +05:30 
						 
				 
			
				
					
						
							
							
								Suraj Shetty 
							
						 
					 
					
						
						
						
						
							
						
						
							8501010f12 
							
						 
					 
					
						
						
							
							Replace frappe.db.sql to frappe.get_list to apply permissions ( #14037 )  
						
						... 
						
						
						
						* Replace frappe.db.sql to frappe.get_list to apply permission
- All get_children method had frappe.db.sql in them which
had no permission check, now its replaced with frappe.get_list
which will check permission based on the user.
* Fix codacy
- Remove trailing whitespace 
						
						
					 
					
						2018-05-16 10:44:38 +05:30 
						 
				 
			
				
					
						
							
							
								Rushabh Mehta 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							33db332eca 
							
						 
					 
					
						
						
							
							Revert "apply sorting for make multiple variant attributes ( #14060 )" ( #14065 )  
						
						... 
						
						
						
						This reverts commit 257e18b6400dc0363e158134f42b8bc28136dc08. 
						
						
					 
					
						2018-05-16 10:43:58 +05:30 
						 
				 
			
				
					
						
							
							
								lasalesi 
							
						 
					 
					
						
						
						
						
							
						
						
							257e18b640 
							
						 
					 
					
						
						
							
							apply sorting for make multiple variant attributes ( #14060 )  
						
						
						
						
					 
					
						2018-05-16 10:42:42 +05:30 
						 
				 
			
				
					
						
							
							
								Shreya Shah 
							
						 
					 
					
						
						
						
						
							
						
						
							11f3e8155b 
							
						 
					 
					
						
						
							
							Import nowdate ( #14064 )  
						
						
						
						
					 
					
						2018-05-16 10:42:09 +05:30 
						 
				 
			
				
					
						
							
							
								rohitwaghchaure 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b749acf3fb 
							
						 
					 
					
						
						
							
							Merge pull request  #14063  from rohitwaghchaure/leaves_encashed_code_cleanup  
						
						... 
						
						
						
						[Fix] Issue, local variable 'leaves_encashed' referenced before assignment 
						
						
					 
					
						2018-05-16 09:41:00 +05:30 
						 
				 
			
				
					
						
							
							
								Rohit Waghchaure 
							
						 
					 
					
						
						
						
						
							
						
						
							d3e84a6944 
							
						 
					 
					
						
						
							
							[Fix] Issue, local variable 'leaves_encashed' referenced before assignment  
						
						
						
						
					 
					
						2018-05-16 09:39:44 +05:30 
						 
				 
			
				
					
						
							
							
								rohitwaghchaure 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4671c53eb0 
							
						 
					 
					
						
						
							
							Merge pull request  #14056  from ESS-LLP/retention_bonus  
						
						... 
						
						
						
						Retention bonus 
						
						
					 
					
						2018-05-15 22:27:04 +05:30 
						 
				 
			
				
					
						
							
							
								rohitwaghchaure 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							29517c10af 
							
						 
					 
					
						
						
							
							Merge pull request  #14057  from ESS-LLP/enterprise_fix  
						
						... 
						
						
						
						Additional Salary Component - naming and date fix 
						
						
					 
					
						2018-05-15 22:26:45 +05:30 
						 
				 
			
				
					
						
							
							
								rohitwaghchaure 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							41b457076d 
							
						 
					 
					
						
						
							
							Merge branch 'develop' into enterprise_fix  
						
						
						
						
					 
					
						2018-05-15 22:26:11 +05:30 
						 
				 
			
				
					
						
							
							
								rohitwaghchaure 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							043aae7293 
							
						 
					 
					
						
						
							
							Merge pull request  #14058  from ESS-LLP/encashment  
						
						... 
						
						
						
						Leave Encashment 
						
						
					 
					
						2018-05-15 22:24:52 +05:30 
						 
				 
			
				
					
						
							
							
								rohitwaghchaure 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f9fa588ddc 
							
						 
					 
					
						
						
							
							Merge pull request  #14061  from rohitwaghchaure/budget_validation_enhance_in_mr_po  
						
						... 
						
						
						
						[Enhance] Budget validation on material request, purchase order 
						
						
					 
					
						2018-05-15 22:18:17 +05:30 
						 
				 
			
				
					
						
							
							
								Rohit Waghchaure 
							
						 
					 
					
						
						
						
						
							
						
						
							4d4fb6dcbc 
							
						 
					 
					
						
						
							
							[Enhance] Budget validation on material request, purchase order  
						
						
						
						
					 
					
						2018-05-15 22:12:44 +05:30 
						 
				 
			
				
					
						
							
							
								Ranjith 
							
						 
					 
					
						
						
						
						
							
						
						
							d43e068a5b 
							
						 
					 
					
						
						
							
							fix Leave Encashment unlink additional component, readonly encashed days  
						
						
						
						
					 
					
						2018-05-15 20:11:30 +05:30 
						 
				 
			
				
					
						
							
							
								Ranjith 
							
						 
					 
					
						
						
						
						
							
						
						
							c60c6981a5 
							
						 
					 
					
						
						
							
							Merge remote-tracking branch 'frappe/develop' into encash  
						
						
						
						
					 
					
						2018-05-15 20:00:26 +05:30 
						 
				 
			
				
					
						
							
							
								Jamsheer 
							
						 
					 
					
						
						
						
						
							
						
						
							3beeb7255f 
							
						 
					 
					
						
						
							
							Compensatory Leave Request - add link to leave allocation  
						
						
						
						
					 
					
						2018-05-15 19:42:27 +05:30 
						 
				 
			
				
					
						
							
							
								Jamsheer 
							
						 
					 
					
						
						
						
						
							
						
						
							ebb68afecb 
							
						 
					 
					
						
						
							
							Leave Allocation - remove link to compensatory leave request  
						
						
						
						
					 
					
						2018-05-15 19:41:25 +05:30 
						 
				 
			
				
					
						
							
							
								Jamsheer 
							
						 
					 
					
						
						
						
						
							
						
						
							a46ce11af9 
							
						 
					 
					
						
						
							
							Additional Salary Component - naming and date fix  
						
						
						
						
					 
					
						2018-05-15 19:20:51 +05:30 
						 
				 
			
				
					
						
							
							
								Ranjith 
							
						 
					 
					
						
						
						
						
							
						
						
							819c3b1bf6 
							
						 
					 
					
						
						
							
							Retention Bonus - menu, validate  
						
						
						
						
					 
					
						2018-05-15 19:17:31 +05:30 
						 
				 
			
				
					
						
							
							
								Ranjith 
							
						 
					 
					
						
						
						
						
							
						
						
							7d394c14ce 
							
						 
					 
					
						
						
							
							Email Alert for Retention Bonus  
						
						
						
						
					 
					
						2018-05-15 19:15:58 +05:30 
						 
				 
			
				
					
						
							
							
								Manas Solanki 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							120b393cf5 
							
						 
					 
					
						
						
							
							Merge pull request  #14055  from frappe/manassolanki-patch-6  
						
						... 
						
						
						
						Update utils.py 
						
						
					 
					
						2018-05-15 18:52:50 +05:30 
						 
				 
			
				
					
						
							
							
								Manas Solanki 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							70899f5a60 
							
						 
					 
					
						
						
							
							Update utils.py  
						
						
						
						
					 
					
						2018-05-15 18:52:14 +05:30 
						 
				 
			
				
					
						
							
							
								anoop 
							
						 
					 
					
						
						
						
						
							
						
						
							bb629de49b 
							
						 
					 
					
						
						
							
							doctype retention bonus  
						
						
						
						
					 
					
						2018-05-15 18:41:46 +05:30 
						 
				 
			
				
					
						
							
							
								rohitwaghchaure 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							02f0bcdbd9 
							
						 
					 
					
						
						
							
							Merge pull request  #14053  from Zlash65/fix-dept  
						
						... 
						
						
						
						[Minor] Remove unused module import 
						
						
					 
					
						2018-05-15 18:29:13 +05:30 
						 
				 
			
				
					
						
							
							
								Zlash65 
							
						 
					 
					
						
						
						
						
							
						
						
							b8bd6644fd 
							
						 
					 
					
						
						
							
							remove unused module import and error classes  
						
						
						
						
					 
					
						2018-05-15 18:23:41 +05:30 
						 
				 
			
				
					
						
							
							
								anoop 
							
						 
					 
					
						
						
						
						
							
						
						
							504855e1a0 
							
						 
					 
					
						
						
							
							on submit: create additional salary component, revert on cancel  
						
						
						
						
					 
					
						2018-05-15 18:11:49 +05:30 
						 
				 
			
				
					
						
							
							
								rohitwaghchaure 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0e47837dab 
							
						 
					 
					
						
						
							
							Merge pull request  #14051  from shreyashah115/min-fix  
						
						... 
						
						
						
						[Fix] Supplier Doctype 
						
						
					 
					
						2018-05-15 17:55:32 +05:30 
						 
				 
			
				
					
						
							
							
								rohitwaghchaure 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c3b9eabe5e 
							
						 
					 
					
						
						
							
							Merge pull request  #14048  from shreyashah115/exchange-rate  
						
						... 
						
						
						
						[Enhancement] Buying and Selling checkboxes in Currency Exchange 
						
						
					 
					
						2018-05-15 17:55:09 +05:30 
						 
				 
			
				
					
						
							
							
								Shreya 
							
						 
					 
					
						
						
						
						
							
						
						
							acc4ceceb7 
							
						 
					 
					
						
						
							
							Add Patch to update existing records  
						
						
						
						
					 
					
						2018-05-15 17:54:10 +05:30 
						 
				 
			
				
					
						
							
							
								Shreya 
							
						 
					 
					
						
						
						
						
							
						
						
							da5163da2f 
							
						 
					 
					
						
						
							
							Fix Supplier Doctype  
						
						
						
						
					 
					
						2018-05-15 17:43:50 +05:30 
						 
				 
			
				
					
						
							
							
								rohitwaghchaure 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ec54cb1810 
							
						 
					 
					
						
						
							
							Merge pull request  #14050  from Zlash65/fix-dept  
						
						... 
						
						
						
						[Minor] Account_type dropdown was hard coded in tree's quick entry 
						
						
					 
					
						2018-05-15 17:39:37 +05:30 
						 
				 
			
				
					
						
							
							
								Zlash65 
							
						 
					 
					
						
						
						
						
							
						
						
							36cb8fb153 
							
						 
					 
					
						
						
							
							removed hard coded account_type from tree's add_child entry  
						
						
						
						
					 
					
						2018-05-15 17:36:01 +05:30 
						 
				 
			
				
					
						
							
							
								Shreya 
							
						 
					 
					
						
						
						
						
							
						
						
							3f77852e93 
							
						 
					 
					
						
						
							
							Pass buying or selling as filter parameters  
						
						... 
						
						
						
						Wherever get_exchange_rate is called, pass filter buying or selling on the basis of doctype. 
						
						
					 
					
						2018-05-15 17:22:06 +05:30 
						 
				 
			
				
					
						
							
							
								Shreya 
							
						 
					 
					
						
						
						
						
							
						
						
							b547cdd8fa 
							
						 
					 
					
						
						
							
							Add buying or selling to filters in get_exchange_rate  
						
						
						
						
					 
					
						2018-05-15 16:58:45 +05:30 
						 
				 
			
				
					
						
							
							
								Ranjith 
							
						 
					 
					
						
						
						
						
							
						
						
							4c721cbe0f 
							
						 
					 
					
						
						
							
							Leave Encashment - submit, cancel  Additional Salary Component  
						
						
						
						
					 
					
						2018-05-15 16:39:20 +05:30 
						 
				 
			
				
					
						
							
							
								rohitwaghchaure 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c0b15cf41a 
							
						 
					 
					
						
						
							
							Merge pull request  #14041  from manassolanki/deferred-account  
						
						... 
						
						
						
						Deferred account 
						
						
					 
					
						2018-05-15 16:31:05 +05:30 
						 
				 
			
				
					
						
							
							
								rohitwaghchaure 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9a0aea8abc 
							
						 
					 
					
						
						
							
							Merge pull request  #14046  from shreyashah115/min-fix  
						
						... 
						
						
						
						[Minor] Fixes for Customer DocType 
						
						
					 
					
						2018-05-15 16:30:46 +05:30 
						 
				 
			
				
					
						
							
							
								rohitwaghchaure 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9cf250ccba 
							
						 
					 
					
						
						
							
							Merge pull request  #14047  from rohitwaghchaure/enterprise_s_minor_changes  
						
						... 
						
						
						
						HR Fixes 
						
						
					 
					
						2018-05-15 16:30:18 +05:30 
						 
				 
			
				
					
						
							
							
								Rohit Waghchaure 
							
						 
					 
					
						
						
						
						
							
						
						
							e0b515066e 
							
						 
					 
					
						
						
							
							[Fix] Employee mandatory validation issue  
						
						
						
						
					 
					
						2018-05-15 16:18:05 +05:30