Actions
Feature #132
closedexclude lapsed VIP from DP profit batch file
Status:
Closed
Priority:
Immediate
Assignee:
Chee-Hoong
Category:
-
Target version:
-
Start date:
12/21/2011
Due date:
12/23/2011
% Done:
0%
Estimated time:
Resolution:
Fixed
Description
In the coming profit month, those lapsed VIP needed to be excluded from the batch file:
- use VIP_NETWORK table to determine the status of the VIP, by combining the following 2 fields:
- DATA_MONTH - the profit month
- VIP_STATUS - the status of the VIP in that particular profit month
- S means lapsed
The data is still retrieving from VIP_STAT table.
Since the next publish date will be on 24-Dec, this change have to be fully tested and ready by 23-Dec.
If there's any question on the requirement, you can check with Ting-Ting. For other matters, you can refer to me.
Files
Actions
#1
Updated by Chee-Hoong about 13 years ago
- File DP_PROFIT_EXCEPTION_072011.csv DP_PROFIT_EXCEPTION_072011.csv added
- File DP_PROFIT_FINANCE_REFERENCE_072011.xls DP_PROFIT_FINANCE_REFERENCE_072011.xls added
- File DP_PROFIT_072011.txt DP_PROFIT_072011.txt added
here is the report with updated condition (excluding status lapsed) records
Updated by chin-yeh about 13 years ago
- Status changed from New to In Progress
Thanks for the help.
Liaise with Hann or Chee-Wei to deploy the changes to production environment before 23-Dec. After deployed, update us the deployed date & time.
Updated by Chee-Hoong almost 13 years ago
the DP batch is deployed on 22/12/2011 07:30 pm
Actions
#5
Updated by chin-yeh almost 13 years ago
- File DP_PROFIT_EXCEPTION_112011.csv DP_PROFIT_EXCEPTION_112011.csv added
- File DP_PROFIT_FINANCE_REFERENCE_112011.xls DP_PROFIT_FINANCE_REFERENCE_112011.xls added
Below are the files that generated last week (24-Dec):
The above files was generated using this SQL query:
select * FROM VIP_STAT VIP, VIP_NETWORK VIP_NET WHERE VIP.DATA_MONTH = '2011-11-30' AND VIP.DP_EARNED <> 0 AND VIP.DATA_MONTH = VIP_NET.DATA_MONTH AND VIP.VIP_REF = VIP_NET.VIP_REF AND VIP_NET.VIP_STATUS <> 'S'
Updated by chin-yeh almost 13 years ago
- Status changed from In Progress to Closed
- Resolution set to Fixed
Fixed and deployed.
See also #133
Actions