Details
- 
    Type:New Feature 
- 
    Status: Closed
- 
    Priority:Major 
- 
    Resolution: Fixed
- 
    Affects Version/s: Point Radii Implementation
- 
    Fix Version/s: PatchFix201401
- 
    Component/s: None
- 
    Labels:None
Description
Write a perl script to generate account specific BW report with given start and end Date. BW report Format/columns should be same as it gets generated on daily basis.
Perl script Parameters details:
generate_BWreport_Accounts.pl startDate endDate accountIds 
startDate Format: YYYY-MM-DD [eg 2013-12-24]
endDate Format : YYYY-MM-DD [eg 2013-12-30]
accountIds : coma separated [eg 84053,82765,84061,83467,84548]
Example:
nohup perl generate_BWreport_Accounts.pl 2013-12-01 2013-12-30 4053,82765,84061,83467,84548,84063,82636,84640,84128,84603 > bw.log &