Changeset 546 for trunk/grails-app/views
- Timestamp:
- May 26, 2010, 12:29:05 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/appCore/start.gsp
r545 r546 123 123 <br /> 124 124 <g:jasperReport controller="report" 125 action="stockTakeOverview" 126 jasper="stockTakeOverview" 127 name="Stock Take (Overview)" 128 format="PDF, XLS"> 129 <g:helpBalloon class="helpballoon" code="report.stock.take.overview" /> 130 </g:jasperReport> 131 <br /> 132 <g:jasperReport controller="report" 133 action="stockTakeByLocation" 134 jasper="stockTakeByLocation" 135 name="Stock Take (By Location)" 136 format="PDF, XLS"> 137 <g:textField name="locationString" value="e.g: A1%, C55" /> 138 <g:helpBalloon class="helpballoon" code="report.stock.take.by.location" /> 139 </g:jasperReport> 140 <br /> 141 <g:jasperReport controller="report" 125 142 action="templatePortrait" 126 143 jasper="templatePortrait" 127 144 name="Template (Portrait)" 128 format="PDF, XLS"/> 129 <g:link controller="report" action="downloadTemplate" params="[fileName: 'templatePortrait.jrxml']"> 130 Download 131 </g:link> 145 format="PDF, XLS"> 146 <g:link controller="report" action="downloadTemplate" params="[fileName: 'templatePortrait.jrxml']"> 147 Download 148 </g:link> 149 </g:jasperReport> 132 150 <br /> 133 151 <g:jasperReport controller="report" … … 135 153 jasper="templateLandscape" 136 154 name="Template (Landscape)" 137 format="PDF, XLS"/> 138 <g:link controller="report" action="downloadTemplate" params="[fileName: 'templateLandscape.jrxml']"> 139 Download 140 </g:link> 155 format="PDF, XLS"> 156 <g:link controller="report" action="downloadTemplate" params="[fileName: 'templateLandscape.jrxml']"> 157 Download 158 </g:link> 159 </g:jasperReport> 141 160 <br /> 142 161 </td>
Note: See TracChangeset
for help on using the changeset viewer.