increment_leads_count and decrement_leads_count doesn't work
Reported by Wai-Sun Chia | October 29th, 2009 @ 10:40 PM | in 0.9.8 "Lasker"
- Create a campaign (campaign_id=3)
- Create a lead assigned to this campaign (lead_id=14)
- Campaign summary doesn't reflect an increase in the lead count.
mysql> select id, campaign_id, first_name, last_name from
leads where id=14;
+----+-------------+------------+--------------+ | id | campaign_id
| first_name | last_name |
+----+-------------+------------+--------------+ | 14 | 3 | Shalina
| Mohd. Salleh | +----+-------------+------------+--------------+ 1
row in set (0.00 sec)
mysql> select id,name, target_leads, leads_count from
campaigns;
+----+------------------------------------------+--------------+-------------+
| id | name | target_leads | leads_count |
+----+------------------------------------------+--------------+-------------+
| 1 | BNI Mastery Referrals: Oct09-Apr10 | 24 | 1 | | 2 | BNI
Referrals (non-Mastery): Oct09-Apr10 | 12 | 1 | | 3 | DEC/Compaq/HP
Cronies: Oct09-Apr10 | 12 | 0 | | 4 | Ex-BNI Members: Oct09-Apr10 |
12 | 0 | | 5 | BNI Visitors: Oct09-Apr10 | 12 | 0 |
+----+------------------------------------------+--------------+-------------+
5 rows in set (0.00 sec)
Comments and changes to this ticket
-
Mike Dvorkin October 31st, 2009 @ 11:51 AM
- Tag set to bug, campaigns, leads
- Milestone changed from Feature Requests to 0.9.7 "Steinitz"
- State changed from new to open
-
Mike Dvorkin October 31st, 2009 @ 11:57 AM
Looks like it's UI issue that also affects Campaign opportunities. Campaign summary numbers get updated after reloading the page.
-
Mike Dvorkin October 31st, 2009 @ 02:07 PM
(from [ce540cd10c3368a9fd3bc1237bbe19f215da97c8]) Update Campaign summary when creating or deleting related lead [#115 state:open] http://github.com/michaeldv/fat_free_crm/commit/ce540cd10c3368a9fd3...
-
Mike Dvorkin October 31st, 2009 @ 04:58 PM
- State changed from open to resolved
(from [642d7fc9aff2f73981f8a39b632fc0e1f057ac35]) Update Campaign summary when creating or deleting related opportunity [#115 state:resolved] http://github.com/michaeldv/fat_free_crm/commit/642d7fc9aff2f73981f...
-
Mike Dvorkin January 12th, 2010 @ 08:52 PM
- Milestone changed from 0.9.7 "Steinitz" to 0.9.8 "Lasker"
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Ruby on Rails CRM platform for Web 2.0 and beyond
People watching this ticket
Referenced by
- 115 increment_leads_count and decrement_leads_count doesn't work (from [ce540cd10c3368a9fd3bc1237bbe19f215da97c8]) Update ...
- 115 increment_leads_count and decrement_leads_count doesn't work (from [642d7fc9aff2f73981f8a39b632fc0e1f057ac35]) Update ...