Jannat Patel 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dc7afa743c 
							
						 
					 
					
						
						
							
							fix: profitability test ( #25812 )  
						
						... 
						
						
						
						* fix: profitability test
* fix: replaced class method
* fix: removed print statement 
						
						
					 
					
						2021-05-24 17:33:48 +05:30 
						 
				 
			
				
					
						
							
							
								rohitwaghchaure 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6809ff4f64 
							
						 
					 
					
						
						
							
							Merge pull request  #25776  from rohitwaghchaure/fixed-warehouse-not-found-issue  
						
						... 
						
						
						
						fix: warehouse not found in stock entry 
						
						
					 
					
						2021-05-24 17:00:06 +05:30 
						 
				 
			
				
					
						
							
							
								rohitwaghchaure 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ce88c945cd 
							
						 
					 
					
						
						
							
							Update stock_entry.js  
						
						
						
						
					 
					
						2021-05-24 11:53:27 +05:30 
						 
				 
			
				
					
						
							
							
								krishnagirishp 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5457db0601 
							
						 
					 
					
						
						
							
							chore: remove uses of six.PY2 in codebase ( #25062 )  
						
						... 
						
						
						
						* remove uses of six.py2 in codebase
* changes based on pr feedback
* Update amazon_mws_api.py
Co-authored-by: Ankush Menat <ankush@iwebnotes.com> 
						
						
					 
					
						2021-05-23 21:13:44 +05:30 
						 
				 
			
				
					
						
							
							
								Ankush Menat 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7b4a38c71e 
							
						 
					 
					
						
						
							
							chore: remove print from account controller ( #25807 )  
						
						... 
						
						
						
						This is polluting test output and it's not useful for debugging without
context. 
						
						
					 
					
						2021-05-23 18:49:26 +05:30 
						 
				 
			
				
					
						
							
							
								Ankush Menat 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a2d6cf3125 
							
						 
					 
					
						
						
							
							chore: remove pytlint config ( #25796 )  
						
						... 
						
						
						
						- We have flake8 config and it runs in Sider. Flake8 and pylint have
  huge overlap, no point in using both tools.
- The config is not valid pylint config. So it's useless anyway. 
						
						
					 
					
						2021-05-23 18:38:14 +05:30 
						 
				 
			
				
					
						
							
							
								Ankush Menat 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e1ab290911 
							
						 
					 
					
						
						
							
							chore: remove woocommerce package ( #25736 )  
						
						... 
						
						
						
						This is not used anywhere. It was added in this commit
df83148d7c 
						
						
					 
					
						2021-05-23 11:25:35 +05:30 
						 
				 
			
				
					
						
							
							
								Marica 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							eaf0465c44 
							
						 
					 
					
						
						
							
							Merge pull request  #25797  from marination/item-variants-report  
						
						... 
						
						
						
						fix: Item Variant Details Report 
						
						
					 
					
						2021-05-22 19:05:54 +05:30 
						 
				 
			
				
					
						
							
							
								marination 
							
						 
					 
					
						
						
						
						
							
						
						
							b0019bcf5b 
							
						 
					 
					
						
						
							
							fix: Item Variant Details Report  
						
						... 
						
						
						
						Co-authored-by: gavindsouza <gavin18d@gmail.com>
- Handling of variants with special characters
- Set data in appropriately named columns
- Code cleanup 
						
						
					 
					
						2021-05-21 21:42:11 +05:30 
						 
				 
			
				
					
						
							
							
								rohitwaghchaure 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ab34f5b485 
							
						 
					 
					
						
						
							
							Merge pull request  #25742  from ankush/disable_submit_btn  
						
						... 
						
						
						
						fix: duplicate stock entry on multiple click 
						
						
					 
					
						2021-05-21 18:13:01 +05:30 
						 
				 
			
				
					
						
							
							
								rohitwaghchaure 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							579a1b7028 
							
						 
					 
					
						
						
							
							Merge pull request  #25779  from ankush/parallel_stock_transactions  
						
						... 
						
						
						
						fix: wrong quantity after transaction for parallel stock transactions 
						
						
					 
					
						2021-05-21 18:11:34 +05:30 
						 
				 
			
				
					
						
							
							
								Saqib 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0b5e340b6e 
							
						 
					 
					
						
						
							
							fix(pos): return case for item with available qty equal to one ( #25760 )  
						
						
						
						
					 
					
						2021-05-21 16:32:56 +05:30 
						 
				 
			
				
					
						
							
							
								Saqib 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e930456be2 
							
						 
					 
					
						
						
							
							fix(e-invoicing): 'NoneType' object is not iterable ( #25781 )  
						
						
						
						
					 
					
						2021-05-21 16:31:12 +05:30 
						 
				 
			
				
					
						
							
							
								Alan 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1097dc89c5 
							
						 
					 
					
						
						
							
							fix: show allow zero valuation only when auto checked ( #25778 )  
						
						
						
						
					 
					
						2021-05-21 14:04:03 +05:30 
						 
				 
			
				
					
						
							
							
								Ankush Menat 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4dcac4ae81 
							
						 
					 
					
						
						
							
							refactor(minor): Use identity instead of equality  
						
						... 
						
						
						
						Ignore false positive. 
						
						
					 
					
						2021-05-21 13:49:58 +05:30 
						 
				 
			
				
					
						
							
							
								Ankush Menat 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9979cf5fcc 
							
						 
					 
					
						
						
							
							fix: wrong quantity after transaction for parallel stock transactions  
						
						... 
						
						
						
						When two transactions are inserted parallelly then previous SLE could be
incorrect for some of them. Locking SLE table would prevent reading from
it till transaction is complete. 
						
						
					 
					
						2021-05-21 12:31:06 +05:30 
						 
				 
			
				
					
						
							
							
								rohitwaghchaure 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							651e934415 
							
						 
					 
					
						
						
							
							Merge pull request  #25683  from noahjacob/supplier_item_group_link  
						
						... 
						
						
						
						feat: linking supplier with an item group for filtering items 
						
						
					 
					
						2021-05-21 12:07:53 +05:30 
						 
				 
			
				
					
						
							
							
								Rohit Waghchaure 
							
						 
					 
					
						
						
						
						
							
						
						
							795909fdcd 
							
						 
					 
					
						
						
							
							fix: warehouse not found in stock entry  
						
						
						
						
					 
					
						2021-05-21 11:31:01 +05:30 
						 
				 
			
				
					
						
							
							
								rohitwaghchaure 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							84730aa4a5 
							
						 
					 
					
						
						
							
							Merge pull request  #25754  from rohitwaghchaure/fixed-do-not-repost-if-scheduler-is-in-running-13  
						
						... 
						
						
						
						fix: the status of repost item valuation showing In Progress since long time 
						
						
					 
					
						2021-05-21 09:50:18 +05:30 
						 
				 
			
				
					
						
							
							
								Rucha Mahabal 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							722cfdb7e5 
							
						 
					 
					
						
						
							
							Merge pull request  #25701  from anupamvs/timesheet-refactor  
						
						... 
						
						
						
						refactor: timesheet 
						
						
					 
					
						2021-05-20 23:43:19 +05:30 
						 
				 
			
				
					
						
							
							
								Rucha Mahabal 
							
						 
					 
					
						
						
						
						
							
						
						
							a7d0dbb085 
							
						 
					 
					
						
						
							
							fix: calculate total billing amount on fetching timesheets  
						
						... 
						
						
						
						- show timesheet billing amounts in doc currency 
						
						
					 
					
						2021-05-20 23:02:11 +05:30 
						 
				 
			
				
					
						
							
							
								Rucha Mahabal 
							
						 
					 
					
						
						
						
						
							
						
						
							8a407f1ec3 
							
						 
					 
					
						
						
							
							fix: sider issues  
						
						
						
						
					 
					
						2021-05-20 22:23:44 +05:30 
						 
				 
			
				
					
						
							
							
								Rucha Mahabal 
							
						 
					 
					
						
						
						
						
							
						
						
							be247ec3de 
							
						 
					 
					
						
						
							
							fix: error message placeholders and sider issues  
						
						
						
						
					 
					
						2021-05-20 22:17:20 +05:30 
						 
				 
			
				
					
						
							
							
								Rucha Mahabal 
							
						 
					 
					
						
						
						
						
							
						
						
							0d8b9a9d0a 
							
						 
					 
					
						
						
							
							fix(patch): billable field not renamed  
						
						
						
						
					 
					
						2021-05-20 19:53:30 +05:30 
						 
				 
			
				
					
						
							
							
								Deepesh Garg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							181c5d240b 
							
						 
					 
					
						
						
							
							Merge pull request  #25767  from deepeshgarg007/gst-ptach-fix-1  
						
						... 
						
						
						
						fix: Do not throw error on migrate 
						
						
					 
					
						2021-05-20 18:40:48 +05:30 
						 
				 
			
				
					
						
							
							
								Mohammad Hasnain Mohsin Rajan 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							21e662f678 
							
						 
					 
					
						
						
							
							fix: apply permission while selecting projects ( #25765 )  
						
						
						
						
					 
					
						2021-05-20 17:20:05 +05:30 
						 
				 
			
				
					
						
							
							
								Deepesh Garg 
							
						 
					 
					
						
						
						
						
							
						
						
							4427390ab3 
							
						 
					 
					
						
						
							
							fix: Do not throw error in migrate  
						
						
						
						
					 
					
						2021-05-20 17:19:24 +05:30 
						 
				 
			
				
					
						
							
							
								Anupam 
							
						 
					 
					
						
						
						
						
							
						
						
							1270febfff 
							
						 
					 
					
						
						
							
							fix: sider issues  
						
						
						
						
					 
					
						2021-05-20 14:15:58 +05:30 
						 
				 
			
				
					
						
							
							
								Anupam 
							
						 
					 
					
						
						
						
						
							
						
						
							aa516e5d17 
							
						 
					 
					
						
						
							
							fix: review changes  
						
						
						
						
					 
					
						2021-05-20 14:12:18 +05:30 
						 
				 
			
				
					
						
							
							
								Anupam 
							
						 
					 
					
						
						
						
						
							
						
						
							aeb88385bb 
							
						 
					 
					
						
						
							
							patch: timesheet changes  
						
						
						
						
					 
					
						2021-05-20 14:11:36 +05:30 
						 
				 
			
				
					
						
							
							
								Deepesh Garg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8bc90ffcf5 
							
						 
					 
					
						
						
							
							Merge pull request  #25755  from nextchamp-saqib/improve-missing-cost-center-msg  
						
						... 
						
						
						
						fix: missing cost center message on creating gl entries 
						
						
					 
					
						2021-05-20 11:20:43 +05:30 
						 
				 
			
				
					
						
							
							
								Deepesh Garg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b63cc307cc 
							
						 
					 
					
						
						
							
							Merge pull request  #25759  from nextchamp-saqib/einvoicing-fix-7  
						
						... 
						
						
						
						fix: cannot bypass e-invoicing for non gst item invoices 
						
						
					 
					
						2021-05-20 11:19:47 +05:30 
						 
				 
			
				
					
						
							
							
								Saqib Ansari 
							
						 
					 
					
						
						
						
						
							
						
						
							b9ad385232 
							
						 
					 
					
						
						
							
							fix: remove uncessary query  
						
						
						
						
					 
					
						2021-05-19 19:13:06 +05:30 
						 
				 
			
				
					
						
							
							
								Saqib Ansari 
							
						 
					 
					
						
						
						
						
							
						
						
							7fb385a89f 
							
						 
					 
					
						
						
							
							fix: cannot bypass e-invoicing for non gst item invoices  
						
						
						
						
					 
					
						2021-05-19 18:47:06 +05:30 
						 
				 
			
				
					
						
							
							
								Saqib 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4bd641367b 
							
						 
					 
					
						
						
							
							fix: address template with upper filter throws jinja error ( #25756 )  
						
						
						
						
					 
					
						2021-05-19 16:38:53 +05:30 
						 
				 
			
				
					
						
							
							
								Anupam 
							
						 
					 
					
						
						
						
						
							
						
						
							4e73c8a79f 
							
						 
					 
					
						
						
							
							restructuring timesheet fields  
						
						
						
						
					 
					
						2021-05-19 14:58:12 +05:30 
						 
				 
			
				
					
						
							
							
								noahjacob 
							
						 
					 
					
						
						
						
						
							
						
						
							bf7f0530e6 
							
						 
					 
					
						
						
							
							fix: added error handling if entry already exists  
						
						
						
						
					 
					
						2021-05-19 13:53:22 +05:30 
						 
				 
			
				
					
						
							
							
								noahjacob 
							
						 
					 
					
						
						
						
						
							
						
						
							8e34c49ac9 
							
						 
					 
					
						
						
							
							refactor: using get_all instead of get_list  
						
						
						
						
					 
					
						2021-05-19 13:51:36 +05:30 
						 
				 
			
				
					
						
							
							
								noahjacob 
							
						 
					 
					
						
						
						
						
							
						
						
							3768216dca 
							
						 
					 
					
						
						
							
							refactor: updated permissions and mandatory fields  
						
						
						
						
					 
					
						2021-05-19 13:50:35 +05:30 
						 
				 
			
				
					
						
							
							
								Saqib Ansari 
							
						 
					 
					
						
						
						
						
							
						
						
							f79ef5d8cf 
							
						 
					 
					
						
						
							
							fix: missing cost center message on creating gl entries  
						
						
						
						
					 
					
						2021-05-19 13:04:44 +05:30 
						 
				 
			
				
					
						
							
							
								Rohit Waghchaure 
							
						 
					 
					
						
						
						
						
							
						
						
							5456873641 
							
						 
					 
					
						
						
							
							fix: run scheduler for reposting if there is no scheduler is running for the reposting  
						
						
						
						
					 
					
						2021-05-19 12:30:28 +05:30 
						 
				 
			
				
					
						
							
							
								Anupam 
							
						 
					 
					
						
						
						
						
							
						
						
							9bd779401d 
							
						 
					 
					
						
						
							
							added multi-currency fields  
						
						
						
						
					 
					
						2021-05-18 22:41:28 +05:30 
						 
				 
			
				
					
						
							
							
								anushka19 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							90f7ec840c 
							
						 
					 
					
						
						
							
							fix: Accumulated depreciation ( #25748 )  
						
						... 
						
						
						
						* fix: Accumulated depreciation
* fix: Sider issues 
						
						
					 
					
						2021-05-18 22:21:42 +05:30 
						 
				 
			
				
					
						
							
							
								Saqib 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8d7d4b0ba7 
							
						 
					 
					
						
						
							
							fix: expected amount in pos closing payments table ( #25737 )  
						
						
						
						
					 
					
						2021-05-18 18:39:35 +05:30 
						 
				 
			
				
					
						
							
							
								Marica 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0b29bc0eeb 
							
						 
					 
					
						
						
							
							Merge pull request  #25744  from mujeerhashmi/fix-project-kanban-filter-hotfix  
						
						... 
						
						
						
						fix: Project filter for Kanban Board 
						
						
					 
					
						2021-05-18 17:36:30 +05:30 
						 
				 
			
				
					
						
							
							
								Syed Mujeer Hashmi 
							
						 
					 
					
						
						
						
						
							
						
						
							426b04003c 
							
						 
					 
					
						
						
							
							fix: Project filter for Kanban Board  
						
						... 
						
						
						
						Signed-off-by: Syed Mujeer Hashmi <mujeerhashmi@4csolutions.in> 
						
						
					 
					
						2021-05-18 17:02:21 +05:30 
						 
				 
			
				
					
						
							
							
								Marica 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							814fd19424 
							
						 
					 
					
						
						
							
							Merge pull request  #25732  from noahjacob/ux_landed_cost_voucher  
						
						... 
						
						
						
						refactor: updated applicable charges form in landed cost voucher 
						
						
					 
					
						2021-05-18 16:39:31 +05:30 
						 
				 
			
				
					
						
							
							
								Ankush Menat 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ecbb8cbc84 
							
						 
					 
					
						
						
							
							revert: "fix: duplicate stock entry ( #25486 )"  
						
						... 
						
						
						
						Not required anymore, submit button is disabled. 
						
						
					 
					
						2021-05-18 16:35:55 +05:30 
						 
				 
			
				
					
						
							
							
								Ankush Menat 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							042b8524cc 
							
						 
					 
					
						
						
							
							fix: disable submit button to avoid multiple calls  
						
						
						
						
					 
					
						2021-05-18 16:35:49 +05:30 
						 
				 
			
				
					
						
							
							
								Marica 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5da34bddd6 
							
						 
					 
					
						
						
							
							Merge pull request  #25731  from ankush/escaping_company_name  
						
						... 
						
						
						
						fix: escape company name 
						
						
					 
					
						2021-05-18 16:35:19 +05:30