Ignore:
Timestamp:
Oct 18, 2010, 5:02:00 PM (13 years ago)
Author:
gav
Message:

New report "Equipment Register (Financial)".

File:
1 edited

Legend:

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

    r695 r696  
    172172                                            <br />
    173173                                            <g:jasperReport controller="report"
     174                                                                            action="equipmentRegisterFinancial"
     175                                                                            jasper="equipmentRegisterFinancial"
     176                                                                            name="Equipment Register (Financial)"
     177                                                                            format="PDF, XLS">
     178                                                <g:select optionKey="id"
     179                                                                    from="${sections}"
     180                                                                    name="section.id">
     181                                                </g:select>
     182                                            </g:jasperReport>
     183                                            <br />
     184                                            <g:jasperReport controller="report"
    174185                                                                            action="templatePortrait"
    175186                                                                            jasper="templatePortrait"
Note: See TracChangeset for help on using the changeset viewer.