| 202 | | def inventoryValue = { |
| 203 | | |
| 204 | | params.reportTitle = "Inventory Value" |
| 205 | | params.logoUrl = grailsApplication.mainContext.getResource('images/logo.png').getURL() |
| 206 | | params.currentUser = authService.currentUser |
| 207 | | |
| 208 | | def dataModel = inventoryReportService.getInventoryValue(params, RCU.getLocale(request)) |
| | 202 | def inventoryValueDetailed = { |
| | 203 | |
| | 204 | params.reportTitle = "Inventory Value Detailed" |
| | 205 | params.logoUrl = grailsApplication.mainContext.getResource('images/logo.png').getURL() |
| | 206 | params.currentUser = authService.currentUser |
| | 207 | |
| | 208 | def dataModel = inventoryReportService.getInventoryValueDetailed(params, RCU.getLocale(request)) |