Changeset 546 for trunk/grails-app/views


Ignore:
Timestamp:
May 26, 2010, 12:29:05 AM (14 years ago)
Author:
gav
Message:

Add new Inventory Stock Take reports.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/appCore/start.gsp

    r545 r546  
    123123                                            <br />
    124124                                            <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"
    125142                                                                            action="templatePortrait"
    126143                                                                            jasper="templatePortrait"
    127144                                                                            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>
    132150                                            <br />
    133151                                            <g:jasperReport controller="report"
     
    135153                                                                            jasper="templateLandscape"
    136154                                                                            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>
    141160                                            <br />
    142161                                        </td>
Note: See TracChangeset for help on using the changeset viewer.