Sumit Jain 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							49be740736 
							
						 
					 
					
						
						
							
							fix: Contact Doctype doesn't have any field called job_title  
						
						... 
						
						
						
						fix: Contact Doctype doesn't have any field called `job_title` 
						
						
					 
					
						2023-08-04 17:45:16 +05:30 
						 
				 
			
				
					
						
							
							
								Deepesh Garg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2c1943c7e6 
							
						 
					 
					
						
						
							
							Merge pull request  #36246  from blaggacao/bump-tweepy  
						
						... 
						
						
						
						build(deps): update tweepy 3.10.0 -> 4.14.0 
						
						
					 
					
						2023-07-25 15:06:48 +05:30 
						 
				 
			
				
					
						
							
							
								David Arnold 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b740cdfc00 
							
						 
					 
					
						
						
							
							build(deps): update tweepy 3.10.0 -> 4.14.0  
						
						
						
						
					 
					
						2023-07-23 23:14:58 -05:00 
						 
				 
			
				
					
						
							
							
								Deepesh Garg 
							
						 
					 
					
						
						
						
						
							
						
						
							cdc9b62688 
							
						 
					 
					
						
						
							
							chore: Remove cur_frm from sales_invoice.js  
						
						
						
						
					 
					
						2023-07-23 22:44:18 +05:30 
						 
				 
			
				
					
						
							
							
								Deepesh Garg 
							
						 
					 
					
						
						
						
						
							
						
						
							7205fb9b97 
							
						 
					 
					
						
						
							
							chore: convert sales common to utils  
						
						
						
						
					 
					
						2023-07-23 12:07:21 +05:30 
						 
				 
			
				
					
						
							
							
								Deepesh Garg 
							
						 
					 
					
						
						
						
						
							
						
						
							3fa2a8c2d8 
							
						 
					 
					
						
						
							
							chore: fix linting issues  
						
						
						
						
					 
					
						2023-07-15 18:03:16 +05:30 
						 
				 
			
				
					
						
							
							
								Raffael Meyer 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bf84e0d441 
							
						 
					 
					
						
						
							
							refactor: remove frappe.dynamic_link ( #35096 )  
						
						
						
						
					 
					
						2023-07-10 21:22:06 +05:30 
						 
				 
			
				
					
						
							
							
								Ankush Menat 
							
						 
					 
					
						
						
						
						
							
						
						
							86f453593a 
							
						 
					 
					
						
						
							
							perf: avoid perm checks from background jobs  
						
						
						
						
					 
					
						2023-06-28 20:15:29 +05:30 
						 
				 
			
				
					
						
							
							
								Ankush Menat 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a3ea985348 
							
						 
					 
					
						
						
							
							refactor: Use db.set_single_value ( #35668 )  
						
						... 
						
						
						
						I just applied semgrep autofix. Untested completed, review before merging.
```yaml
- id: frappe-set-value-semantics
  patterns:
    - pattern-either:
      - pattern: frappe.db.set_value($DOCTYPE, None, $...AFTER)
      - pattern: frappe.db.set_value($DOCTYPE, $DOCTYPE, $...AFTER)
  fix: frappe.db.set_single_value($DOCTYPE, $...AFTER)
  message: |
    If $DOCTYPE is a single doctype then using `frappe.db.set_value` is discouraged for setting values in DB. Use db.set_single_value for single doctype instead.
  languages: [python]
  severity: ERROR
``` 
						
						
					 
					
						2023-06-13 17:30:38 +05:30 
						 
				 
			
				
					
						
							
							
								Raffael Meyer 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0dde4d4c69 
							
						 
					 
					
						
						
							
							refactor: use delete_contact_and_address ( #34497 )  
						
						... 
						
						
						
						Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com> 
						
						
					 
					
						2023-06-07 22:02:38 +05:30 
						 
				 
			
				
					
						
							
							
								Nabin Hait 
							
						 
					 
					
						
						
						
						
							
						
						
							86f88817a9 
							
						 
					 
					
						
						
							
							fix: Added pos links in Selling workspace  
						
						
						
						
					 
					
						2023-05-30 13:18:58 +05:30 
						 
				 
			
				
					
						
							
							
								Nabin Hait 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							72b5c1f70a 
							
						 
					 
					
						
						
							
							fix: Use set instead of db_set as it is called from validate ( #34967 )  
						
						
						
						
					 
					
						2023-04-25 19:18:08 +05:30 
						 
				 
			
				
					
						
							
							
								Wolfram Schmidt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9d1cae01bd 
							
						 
					 
					
						
						
							
							fix allowing rename of Lead  
						
						... 
						
						
						
						This is needed to consolidate data like merging leads together when duplicated appear. 
						
						
					 
					
						2023-04-14 09:05:09 +02:00 
						 
				 
			
				
					
						
							
							
								Komal-Saraf0609 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ad11934d39 
							
						 
					 
					
						
						
							
							fix: enabling lead even after "Opportunity" created against it ( #34627 )  
						
						... 
						
						
						
						* fix: enabling lead even after "Opportunity" created against it
* chore: Linting Issues
---------
Co-authored-by: Komal Saraf <komal@frappe.io>
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com> 
						
						
					 
					
						2023-03-30 08:03:55 +05:30 
						 
				 
			
				
					
						
							
							
								Solufyin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							71de72bdd0 
							
						 
					 
					
						
						
							
							fix: Set contact filter link in Opportunity ( #34325 )  
						
						... 
						
						
						
						Co-authored-by: Nihantra C. Patel <n.patel.serpentcs@gmail.com> 
						
						
					 
					
						2023-03-07 17:44:31 +05:30 
						 
				 
			
				
					
						
							
							
								Raffael Meyer 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							770369e5c1 
							
						 
					 
					
						
						
							
							feat: translate fixtures during runtime, not installation ( #33996 )  
						
						... 
						
						
						
						feat: install untranslated fixtures from files
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com> 
						
						
					 
					
						2023-02-14 09:29:27 +05:30 
						 
				 
			
				
					
						
							
							
								Deepesh Garg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							103a91ed40 
							
						 
					 
					
						
						
							
							Merge pull request  #33808  from dj12djdjs/fix-lead-rename  
						
						... 
						
						
						
						fix: make title field readonly 
						
						
					 
					
						2023-02-01 12:02:33 +05:30 
						 
				 
			
				
					
						
							
							
								Deepesh Garg 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							faecf3ee40 
							
						 
					 
					
						
						
							
							fix: Lead to customer creation ( #33859 )  
						
						
						
						
					 
					
						2023-01-29 21:25:49 +05:30 
						 
				 
			
				
					
						
							
							
								ruthra kumar 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f270880735 
							
						 
					 
					
						
						
							
							fix: double salutation on quotation print ( #33834 )  
						
						... 
						
						
						
						'lead_name' always has salutation. 
						
						
					 
					
						2023-01-28 18:17:25 +05:30 
						 
				 
			
				
					
						
							
							
								Devin Slauenwhite 
							
						 
					 
					
						
						
						
						
							
						
						
							a504b6eac0 
							
						 
					 
					
						
						
							
							fix: make title field readonly  
						
						
						
						
					 
					
						2023-01-24 18:21:08 -05:00 
						 
				 
			
				
					
						
							
							
								Daizy Modi 
							
						 
					 
					
						
						
						
						
							
						
						
							4802d719ed 
							
						 
					 
					
						
						
							
							fix: removed unused data and minor changes  
						
						
						
						
					 
					
						2022-12-16 15:55:58 +05:30 
						 
				 
			
				
					
						
							
							
								Daizy Modi 
							
						 
					 
					
						
						
						
						
							
						
						
							5d0b5c8d2a 
							
						 
					 
					
						
						
							
							fix: pass necessary params instead of args  
						
						
						
						
					 
					
						2022-12-16 10:10:29 +05:30 
						 
				 
			
				
					
						
							
							
								Daizy Modi 
							
						 
					 
					
						
						
						
						
							
						
						
							56f3ac15d8 
							
						 
					 
					
						
						
							
							fix: removed unncessary changes  
						
						
						
						
					 
					
						2022-12-15 18:02:14 +05:30 
						 
				 
			
				
					
						
							
							
								Daizy Modi 
							
						 
					 
					
						
						
						
						
							
						
						
							4bfe2ea572 
							
						 
					 
					
						
						
							
							fix: agent assignment and permissions for appointment  
						
						
						
						
					 
					
						2022-12-15 17:19:28 +05:30 
						 
				 
			
				
					
						
							
							
								Daizy Modi 
							
						 
					 
					
						
						
						
						
							
						
						
							ae8dd2b2bc 
							
						 
					 
					
						
						
							
							fix: remove guest role from doctype  
						
						
						
						
					 
					
						2022-12-15 16:47:27 +05:30 
						 
				 
			
				
					
						
							
							
								Ankush Menat 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							915e0347b0 
							
						 
					 
					
						
						
							
							chore!: remove activity log feeds ( #33294 )  
						
						... 
						
						
						
						- This contains little to no information and practically no one uses this.
- Also causes a lot of problem by adding way too many feeds in activity
  log to the point where activity page doesn't even load. 
						
						
					 
					
						2022-12-12 15:14:30 +05:30 
						 
				 
			
				
					
						
							
							
								MOHAMMED NIYAS 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							922375c3ba 
							
						 
					 
					
						
						
							
							feat: get lead with WhatsApp number  
						
						
						
						
					 
					
						2022-12-07 17:50:35 +05:30 
						 
				 
			
				
					
						
							
							
								Ankush Menat 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7e1742956c 
							
						 
					 
					
						
						
							
							refactor: Remove usage of deprecated methods ( #32914 )  
						
						... 
						
						
						
						Warn: Just used regex to replace all usage.
```regex
s/frappe.db.set(\(.*\),\(.*\),\(.*\))/\1.db_set(\2, \3)/g
```
Required after: https://github.com/frappe/frappe/pull/18815  
						
						
					 
					
						2022-11-09 20:09:06 +05:30 
						 
				 
			
				
					
						
							
							
								Nabin Hait 
							
						 
					 
					
						
						
						
						
							
						
						
							f561d8f689 
							
						 
					 
					
						
						
							
							fix: Renamed Dashboard tab label to Connections  
						
						
						
						
					 
					
						2022-10-13 12:43:08 +05:30 
						 
				 
			
				
					
						
							
							
								Nabin Hait 
							
						 
					 
					
						
						
						
						
							
						
						
							56a4a77398 
							
						 
					 
					
						
						
							
							fix: Renamed Notes section to Comments  
						
						
						
						
					 
					
						2022-10-13 12:35:04 +05:30 
						 
				 
			
				
					
						
							
							
								Sagar Vora 
							
						 
					 
					
						
						
						
						
							
						
						
							875ff15109 
							
						 
					 
					
						
						
							
							test: dont create lead manually, add coverage for notes  
						
						
						
						
					 
					
						2022-09-02 18:30:39 +05:30 
						 
				 
			
				
					
						
							
							
								Sagar Vora 
							
						 
					 
					
						
						
						
						
							
						
						
							58e553151e 
							
						 
					 
					
						
						
							
							fix(Appointment): create lead notes as child table  
						
						
						
						
					 
					
						2022-09-02 12:42:37 +00:00 
						 
				 
			
				
					
						
							
							
								Nabin Hait 
							
						 
					 
					
						
						
						
						
							
						
						
							7ecd67605f 
							
						 
					 
					
						
						
							
							fix: limited options for no-of-employees in crm  
						
						
						
						
					 
					
						2022-08-09 19:06:57 +05:30 
						 
				 
			
				
					
						
							
							
								Nabin Hait 
							
						 
					 
					
						
						
						
						
							
						
						
							29b8715205 
							
						 
					 
					
						
						
							
							fix: mentions in notes, workspace links, no-of-employees field type and report fixes  
						
						
						
						
					 
					
						2022-07-22 15:33:39 +05:30 
						 
				 
			
				
					
						
							
							
								Nabin Hait 
							
						 
					 
					
						
						
						
						
							
						
						
							7921a1a605 
							
						 
					 
					
						
						
							
							fix: Restored city, state and country fields  
						
						
						
						
					 
					
						2022-06-27 22:13:09 +05:30 
						 
				 
			
				
					
						
							
							
								Nabin Hait 
							
						 
					 
					
						
						
						
						
							
						
						
							2d226be3c4 
							
						 
					 
					
						
						
							
							fix: Made no of employees a select field  
						
						
						
						
					 
					
						2022-06-25 11:40:23 +05:30 
						 
				 
			
				
					
						
							
							
								Nabin Hait 
							
						 
					 
					
						
						
						
						
							
						
						
							6a0d0a338d 
							
						 
					 
					
						
						
							
							fix: Test cases removed related to copying comments from opportunity to quotation  
						
						
						
						
					 
					
						2022-06-25 11:40:23 +05:30 
						 
				 
			
				
					
						
							
							
								Nabin Hait 
							
						 
					 
					
						
						
						
						
							
						
						
							82bf59e2a3 
							
						 
					 
					
						
						
							
							fix: test case  
						
						
						
						
					 
					
						2022-06-25 11:40:23 +05:30 
						 
				 
			
				
					
						
							
							
								Nabin Hait 
							
						 
					 
					
						
						
						
						
							
						
						
							d8163f3e47 
							
						 
					 
					
						
						
							
							fix: set exchange rate  
						
						
						
						
					 
					
						2022-06-25 11:40:23 +05:30 
						 
				 
			
				
					
						
							
							
								Nabin Hait 
							
						 
					 
					
						
						
						
						
							
						
						
							f904ac599e 
							
						 
					 
					
						
						
							
							fix: merge conflicts and sider issues  
						
						
						
						
					 
					
						2022-06-25 11:40:23 +05:30 
						 
				 
			
				
					
						
							
							
								Conor 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b8f728a40a 
							
						 
					 
					
						
						
							
							refactor: use CURRENT_DATE instead of CURDATE() ( #31356 )  
						
						... 
						
						
						
						* refactor: use CURRENT_DATE instead of CURDATE()
* style: reformat to black spec
* refactor: use QB for auto_close queries
Co-authored-by: Ankush Menat <ankush@frappe.io> 
						
						
					 
					
						2022-06-15 12:07:33 +05:30 
						 
				 
			
				
					
						
							
							
								Wolfram Schmidt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c4a2778359 
							
						 
					 
					
						
						
							
							chore: added RFQ Link to Opportunity Dashboard ( #30894 )  
						
						... 
						
						
						
						added Link to Dashboard
added backlink to Request for Quotation in the Quotation dashboard for transparency and ease of navigation. 
						
						
					 
					
						2022-05-13 12:01:52 +05:30 
						 
				 
			
				
					
						
							
							
								Rohit Waghchaure 
							
						 
					 
					
						
						
						
						
							
						
						
							3f41cb762d 
							
						 
					 
					
						
						
							
							fix: allow to use formatting for the field to_discuss in opportunity  
						
						
						
						
					 
					
						2022-05-10 11:47:01 +05:30 
						 
				 
			
				
					
						
							
							
								Rushabh Mehta 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							548afba8bb 
							
						 
					 
					
						
						
							
							fix(minor): update frappe.error_log to new API ( #30864 )  
						
						... 
						
						
						
						* fix(minor): update frappe.error_log to new API
* refactor: changes for updated log_error api
Co-authored-by: Ankush Menat <ankush@frappe.io> 
						
						
					 
					
						2022-05-02 15:04:26 +05:30 
						 
				 
			
				
					
						
							
							
								Ankush Menat 
							
						 
					 
					
						
						
						
						
							
						
						
							0fdfc1e76e 
							
						 
					 
					
						
						
							
							fix: only query fields that exist  
						
						
						
						
					 
					
						2022-04-26 11:03:32 +05:30 
						 
				 
			
				
					
						
							
							
								Sagar Vora 
							
						 
					 
					
						
						
						
						
							
						
						
							fa4f57f470 
							
						 
					 
					
						
						
							
							fix: dont reassign mutable (list) to a different field  
						
						
						
						
					 
					
						2022-04-07 16:51:27 +05:30 
						 
				 
			
				
					
						
							
							
								Ankush Menat 
							
						 
					 
					
						
						
						
						
							
						
						
							a896895a9e 
							
						 
					 
					
						
						
							
							fix: bulk fix (~330) missing translations  
						
						
						
						
					 
					
						2022-04-04 13:59:51 +05:30 
						 
				 
			
				
					
						
							
							
								Ankush Menat 
							
						 
					 
					
						
						
						
						
							
						
						
							494bd9ef78 
							
						 
					 
					
						
						
							
							style: format code with black  
						
						
						
						
					 
					
						2022-03-28 18:52:46 +05:30 
						 
				 
			
				
					
						
							
							
								Ankush Menat 
							
						 
					 
					
						
						
						
						
							
						
						
							f37316a266 
							
						 
					 
					
						
						
							
							refactor: use get_value instead of exists  
						
						
						
						
					 
					
						2022-03-22 13:07:45 +05:30 
						 
				 
			
				
					
						
							
							
								barredterra 
							
						 
					 
					
						
						
						
						
							
						
						
							5c4eabf075 
							
						 
					 
					
						
						
							
							fix: usage of frappe.db.exists  
						
						
						
						
					 
					
						2022-03-22 13:07:45 +05:30