Ignore:
Timestamp:
Oct 29, 2009, 8:30:58 PM (14 years ago)
Author:
gav
Message:

Substantial refactor of the Inventory domain.
InventoryItems can now be added to tasks, no quantity adjustments done yet.
Removed StoredItem and with it the ability to store an inventoryItem in multiple places, just too complex right now.
Svn move StoreLocation to InventoryLocation.

File:
1 edited

Legend:

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

    r151 r175  
    2727                                <g:sortableColumn property="description" title="Description" />
    2828                       
    29                                 <g:sortableColumn property="enableReorder" title="Enable Reorder" />
     29                            <g:sortableColumn property="unitsInStock" title="Units In Stock" />
     30                           
     31                            <th>Unit Of Measure</th>
    3032                       
    31                                 <g:sortableColumn property="isActive" title="Is Active" />
    3233
    3334                            <th></th>
     
    4546                            <td>${fieldValue(bean:inventoryItemInstance, field:'description')}</td>
    4647                       
    47                             <td>${fieldValue(bean:inventoryItemInstance, field:'enableReorder')}</td>
     48                            <td>${fieldValue(bean:inventoryItemInstance, field:'unitsInStock')}</td>
    4849                       
    49                             <td>${fieldValue(bean:inventoryItemInstance, field:'isActive')}</td>
     50                            <td>${fieldValue(bean:inventoryItemInstance, field:'unitOfMeasure')}</td>
    5051
    5152                            <td>
Note: See TracChangeset for help on using the changeset viewer.