Turnover of Settlement Report

Issue No: GRN-585
Created 5/11/2017 1:32:09 PM
Type Feature
Priority Major
Status Closed
Resolution Fixed
Fixed Version 17.3
Description As per discussion with [~matt.wielinski] , we will turnover Settlement Report from Cash Management to Grain. We believe that Grain is the right module to handle it since the report data is more related to it.   Here are the things we need to do:   # Get the Report layout needed for Settlement Report on CM and move it on GR. You can use the import function of report designer to import reports layout. (See attached repx file) ## Settlement (main report) ## Settlement Sub Report (sub report) ## Settlement Tax Details Sub Report (sub report) ## Settlement Inbound Sub Report (sub report) ## Settlement Outbound Sub Report (sub report) # Move uspCMSettlementReport to GR and used it as the datasource of the report. (Follow naming standard to make it owned by GR) ## See also attached sql file for sub report datasouce. Those are custom query only. # CM and AP needs to adjust on the way we call the report since it will now be on GR module. FYI [~lex.peregrino]