Raffael Meyer
0426b37f32
fix: use label "State/Province" for translatability ( #48273 )
2025-06-26 20:20:17 +02:00
0xD0M1M0
1b18105bce
fix: customer_group import from lead to customer ( #48266 )
...
In case customization happens and the lead has the field "customer_group", the get_mapped_doc function would fail and be overwritten by the default value.
2025-06-25 23:25:32 +02:00
Akhil Narang
c8c1c96298
fix(open_opportunity): remove company=null filter ( #48222 )
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev >
2025-06-24 05:57:54 +00:00
khushi8112
a1c0727d7b
chore: remove unused import
2025-06-19 18:40:37 +05:30
khushi8112
4a027125bc
refactor: remove test case
2025-06-19 18:09:54 +05:30
khushi8112
0665691b88
feat: add search field for contract doctype
2025-06-19 18:09:10 +05:30
khushi
bf56c73c6c
feat: add naming series for Contract Doctype
2025-06-19 17:45:22 +05:30
khushi
a4bb7c4e95
refactor: remove autoname
2025-06-19 17:13:01 +05:30
khushi
f7e63936a9
chore: linters check
2025-06-19 15:07:44 +05:30
khushi
b55d1e61c7
chore: test contract autoname
2025-06-19 15:04:24 +05:30
khushi
e13e2bffe2
fix: contract autoname
2025-06-19 15:04:24 +05:30
ruthra kumar
752024e222
refactor: fetch party name on selection
2025-05-26 17:17:11 +05:30
ruthra kumar
016924361a
refactor: full name field in contract
2025-05-26 17:17:11 +05:30
Debin Robert
a912e5ddae
fix: wrong source fieldname in lead details report
2025-05-19 15:02:00 +05:30
ruthra kumar
1271ba3672
refactor(test): Opportunity will use ERPNextTestSuite
2025-05-07 18:31:39 +05:30
ruthra kumar
b2fd354d41
refactor(test): Lead with use ERPNextTestSuite
2025-05-07 18:31:39 +05:30
ruthra kumar
b77e608264
refactor(test): idempotent Opportunity test suite
2025-05-07 18:31:39 +05:30
ruthra kumar
f7f3269c68
refactor(test): "Lead" test suite working locally
2025-05-07 18:31:39 +05:30
ruthra kumar
4ccd0a7407
fix: dont auto-fetch latest exchange rate
...
- also use correct currency field for comparison
2025-05-07 11:10:23 +05:30
Corentin Forler
bb864c8345
feat: Show past events and todos in crm_activities
2025-03-28 14:07:45 +01:00
ruthra kumar
54d96f34f2
Revert "chore(tests): move to compact, human readable, commentable toml layout for test records"
...
This reverts commit bb917207c2 .
2025-03-18 17:27:01 +05:30
Shariq Ansari
884709deb8
fix: Allow rename prospect doctype ( #46352 )
...
fix: allow rename prospect doctype
2025-03-06 17:19:14 +05:30
venkat102
8785342fce
fix(report): add options to multiselectlist fields
2025-02-08 22:55:20 +05:30
harshpwctech
88e68bb803
Bug fix in email_campaign's update_status function. ( #45679 )
...
During the scheduler event of set_email_campaign_status, the function calling update_status isn't saving the modified status field.
2025-02-07 13:13:19 +05:30
Shariq Ansari
716edeb465
fix: only system manager was able to create customer & prospect
2025-02-04 11:54:05 +05:30
Shariq Ansari
018df3135a
fix: renamed Commments Tab to Notes tab in Lead doctype
2025-02-03 12:12:36 +05:30
ruthra kumar
7b8a099d95
Merge pull request #44950 from mahsem/postal_code_move_and_fixes
...
fix: postal_code_move_and_fixes
2025-01-23 16:17:15 +05:30
Ejaaz Khan
aa38895caf
feat: add option to update modified on communication recieved ( #45307 )
2025-01-17 16:40:35 +05:30
mahsem
185bbb4c20
fix: postal_code_move_and_fixes
2024-12-28 09:25:30 +01:00
barredterra
4d5241486f
fix: permissions for marking Quotation as lost
2024-12-10 14:28:22 +01:00
David Arnold
30c3892f9d
chore: adapt filter signature to frappe/frappe#28218 ( #44553 )
2024-12-05 11:32:32 +00:00
Sugesh393
4e7725de66
fix: add company dynamic filters in number cards
2024-11-21 11:05:49 +05:30
Shariq Ansari
603383bca7
fix: cannot create opp from lead without prospect
2024-10-30 12:04:17 +05:30
Shariq Ansari
0dc518b1c3
fix: lead create opp from connection not working
2024-10-21 20:16:35 +05:30
David
895143a847
fix(testing): setup class must invoke super
2024-10-16 18:56:18 +02:00
David
e46736ce35
test: don't delete global test records (it's forbidden)
2024-10-16 17:07:23 +02:00
David
bb917207c2
chore(tests): move to compact, human readable, commentable toml layout for test records
2024-10-13 01:31:28 +02:00
David
a2d22c3f42
chore: remove redundant declarations of test_records
2024-10-11 05:00:20 +02:00
David
e75eebc7a0
refactor: Use IntegrationTestCase in multiple files
...
Signed-off-by: David <dgx.arnold@gmail.com >
2024-10-08 00:42:00 +02:00
David
bda415a83d
refactor: import from new location
2024-10-07 13:12:57 +02:00
Shariq Ansari
acc1d52ac8
fix: create_address is failing
2024-09-18 21:56:53 +05:30
Shariq Ansari
035c15794c
fix: create and link address while creating prospect & customer
2024-09-16 18:53:42 +05:30
Shariq Ansari
4b125eab55
Merge pull request #43198 from nabinhait/crm-integration
...
feat: API for crm integration
2024-09-14 14:28:56 +05:30
Nabin Hait
b7bf9f80f2
feat: API for crm integration
2024-09-12 19:38:30 +05:30
David
96a6673510
feat(analytics): comply erpnext with utm methodology
2024-09-12 04:47:51 +02:00
Smit Vora
18bc1df6b7
Merge pull request #42848 from ljain112/fix-oppurtunity
...
fix: do not copy date fields in opportunity doctype
2024-08-23 14:17:19 +05:30
Raffael Meyer
f6371f4a0d
Merge branch 'develop' into pseudo-translate-in-setup-wizard
2024-08-22 16:01:17 +02:00
ljain112
74afa57a9f
fix: do not copy date fields in opportunity doctype
2024-08-20 13:45:57 +05:30
ruthra kumar
c039cfd5c3
Merge pull request #42379 from Nihantra-Patel/fix_so_prospect_dev_v15
...
fix: Create Sales Order from Quotation for Prospect
2024-08-20 10:40:44 +05:30
Nabin Hait
0b7657ecf1
chore: Remove module onboarding records ( #42790 )
2024-08-20 10:36:49 +05:30