Ignore:
Timestamp:
Mar 2, 2010, 5:22:14 PM (14 years ago)
Author:
gav
Message:

Add Inventory import/export functionality.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/inventoryItemDetailed/search.gsp

    r405 r423  
    5555                                            <g:actionSubmit action="setSearchParamsMax" class="go" value="Update" />
    5656                                        </span>
     57                                    </td>
     58                                </tr>
     59
     60                                <tr class="prop">
     61                                    <td valign="top" class="name">
     62                                        <label for="max">Inventory:</label>
     63                                    </td>
     64                                    <td valign="top" class="value">
     65                                        <g:link action="exportInventory">
     66                                            Export
     67                                        </g:link>
     68                                        /
     69                                        <g:link action="exportInventoryTemplate">
     70                                            Template
     71                                        </g:link>
     72                                        /
     73                                        <g:link action="exportInventoryExample">
     74                                            Example
     75                                        </g:link>
     76                                        /
     77                                        <g:link action="importInventory">
     78                                            Import
     79                                        </g:link>
    5780                                    </td>
    5881                                </tr>
Note: See TracChangeset for help on using the changeset viewer.