source: trunk/grails-app/views/inventoryItemDetailed/create.gsp @ 616

Last change on this file since 616 was 616, checked in by gav, 14 years ago

Domain change, rename InventoryItem property enableReorder to enableReorderListing as per ticket #75.

File size: 13.8 KB
Line 
1
2
3<html>
4    <head>
5        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
6        <meta name="layout" content="main" />
7        <title>Create InventoryItem</title>   
8        <nav:resources override="true"/>     
9    </head>
10    <body>
11        <div class="nav">
12            <nav:renderSubItems group="nav"/>
13        </div>
14        <div class="body">
15            <g:render template="/shared/messages" />
16            <g:hasErrors bean="${inventoryItemInstance}">
17            <div class="errors">
18                <g:renderErrors bean="${inventoryItemInstance}" as="list" />
19            </div>
20            </g:hasErrors>
21            <g:form action="save" method="post" >
22                <div class="dialog">
23                    <table>
24                        <tbody>
25                       
26                            <tr class="prop">
27                                <td valign="top" class="name">
28                                    <label for="name">Name:</label>
29                                </td>
30                                <td valign="top" class="value ${hasErrors(bean:inventoryItemInstance,field:'name','errors')}">
31                                    <input type="text" class="description" maxlength="50" id="name" name="name" value="${fieldValue(bean:inventoryItemInstance,field:'name')}"/>
32                                </td>
33                            </tr>
34                           
35                            <tr class="prop">
36                                <td valign="top" class="name">
37                                    <label for="description">Description:</label>
38                                </td>
39                                <td valign="top" class="value ${hasErrors(bean:inventoryItemInstance,field:'description','errors')}">
40                                    <textarea rows="5" cols="40" name="description">${fieldValue(bean:inventoryItemInstance, field:'description')}</textarea>
41                                </td>
42                            </tr>
43                       
44                            <tr class="prop">
45                                <td valign="top" class="name">
46                                    <label for="comment">Comment:</label>
47                                </td>
48                                <td valign="top" class="value ${hasErrors(bean:inventoryItemInstance,field:'comment','errors')}">
49                                    <textarea rows="5" cols="40" name="comment">${fieldValue(bean:inventoryItemInstance, field:'comment')}</textarea>
50                                </td>
51                            </tr>
52                       
53                            <tr class="prop">
54                                <td valign="top" class="name">
55                                    <label for="inventoryLocation">Inventory Location:</label>
56                                </td>
57                                <td valign="top" class="value ${hasErrors(bean:inventoryItemInstance,field:'inventoryLocation','errors')}">
58                                    <g:select optionKey="id"
59                                                        from="${ InventoryLocation.list().sort { p1, p2 -> p1.toString().compareToIgnoreCase(p2.toString()) } }"
60                                                        name="inventoryLocation.id" value="${inventoryItemInstance?.inventoryLocation?.id}"
61                                                        optionValue="${{it.name+ ' in ' + it.inventoryStore}}">
62                                    </g:select>
63
64                                <p><g:link controller="inventoryLocationDetailed" action="create">+Add Location</g:link></p>
65                                </td>
66                            </tr>
67                       
68                            <tr class="prop">
69                                <td valign="top" class="name">
70                                    <label for="reorderPoint">Reorder Point:</label>
71                                </td>
72                                <td valign="top">
73                                    <input class="medium ${hasErrors(bean:inventoryItemInstance,field:'reorderPoint','errors')}"
74                                                    type="text" id="reorderPoint" name="reorderPoint"
75                                                    value="${fieldValue(bean:inventoryItemInstance,field:'reorderPoint')}" />
76                                    <g:select optionKey="id"
77                                                        from="${UnitOfMeasure.list()}"
78                                                        name="unitOfMeasure.id"
79                                                        value="${inventoryItemInstance?.unitOfMeasure?.id}" >
80                                    </g:select>
81                                </td>
82                            </tr>
83                       
84                            <tr class="prop">
85                                <td valign="top" class="name">
86                                    <label for="enableReorderListing">Enable Reorder Listing:</label>
87                                </td>
88                                <td valign="top" class="value ${hasErrors(bean:inventoryItemInstance,field:'enableReorderListing','errors')}">
89                                    <g:checkBox name="enableReorderListing" value="${inventoryItemInstance?.enableReorderListing}" ></g:checkBox>
90                                </td>
91                            </tr>
92                       
93                            <tr class="prop">
94                                <td valign="top" class="name">
95                                    <label for="inventoryGroup">Inventory Group:</label>
96                                </td>
97                                <td valign="top" class="value ${hasErrors(bean:inventoryItemInstance,field:'inventoryGroup','errors')}">
98                                    <g:select optionKey="id" from="${InventoryGroup.list()}" name="inventoryGroup.id" value="${inventoryItemInstance?.inventoryGroup?.id}" ></g:select>
99
100                                <p><g:link controller="inventoryGroupDetailed" action="create">+Add Group</g:link></p>
101                                </td>
102                            </tr>
103                       
104                            <tr class="prop">
105                                <td valign="top" class="name">
106                                    <label for="inventoryType">Inventory Type:</label>
107                                </td>
108                                <td valign="top" class="value ${hasErrors(bean:inventoryItemInstance,field:'inventoryType','errors')}">
109                                    <g:select optionKey="id" from="${InventoryType.list()}" name="inventoryType.id" value="${inventoryItemInstance?.inventoryType?.id}" ></g:select>
110                                </td>
111                            </tr>
112                       
113                            <tr class="prop">
114                                <td valign="top" class="name">
115                                    <label for="averageDeliveryTime">Average Delivery Time:</label>
116                                </td>
117                                <td valign="top">
118                                    <input  class="medium ${hasErrors(bean:inventoryItemInstance,field:'averageDeliveryTime','errors')}"
119                                                    type="text" id="averageDeliveryTime" name="averageDeliveryTime"
120                                                    value="${fieldValue(bean:inventoryItemInstance,field:'averageDeliveryTime')}" />
121                                    <g:select optionKey="id" from="${Period.list()}" name="averageDeliveryPeriod.id" value="${inventoryItemInstance?.averageDeliveryPeriod?.id}" noSelection="['null':'--None--']"></g:select>
122                                </td>
123                            </tr>
124                       
125                            <tr class="prop">
126                                <td valign="top" class="name">
127                                    <label for="averageDeliveryTime">Estimated Unit Price:</label>
128                                </td>
129                                <td valign="top">
130                                    <input  class="medium ${hasErrors(bean:inventoryItemInstance,field:'estimatedUnitPriceAmount','errors')}"
131                                                    type="text" id="estimatedUnitPriceAmount" name="estimatedUnitPriceAmount"
132                                                    value="${fieldValue(bean:inventoryItemInstance,field:'estimatedUnitPriceAmount')}" />
133                                    <g:currencySelect name="estimatedUnitPriceCurrency"
134                                                                        value="${inventoryItemInstance?.estimatedUnitPriceCurrency}"
135                                                                        from="${grailsApplication.config.currencyList}">
136                                    </g:currencySelect>
137                                </td>
138                            </tr>
139                       
140                            <tr class="prop">
141                                <td valign="top" class="name">
142                                    <label for="suppliersPartNumber">Suppliers Part Number:</label>
143                                </td>
144                                <td valign="top" class="value ${hasErrors(bean:inventoryItemInstance,field:'suppliersPartNumber','errors')}">
145                                    <input type="text" id="suppliersPartNumber" name="suppliersPartNumber" value="${fieldValue(bean:inventoryItemInstance,field:'suppliersPartNumber')}"/>
146                                </td>
147                            </tr>
148                       
149                            <tr class="prop">
150                                <td valign="top" class="name">
151                                    <label for="preferredSupplier">Preferred Supplier:</label>
152                                </td>
153                                <td valign="top">
154                                    <g:select optionKey="id" from="${suppliers}" name="preferredSupplier.id" value="${inventoryItemInstance.preferredSupplier?.id}" noSelection="['null':'--None--']"></g:select>
155
156                                    <p><g:link controller="supplierDetailed" action="create">+Add Supplier</g:link></p>
157                                </td>
158                            </tr>
159                       
160                            <tr class="prop">
161                                <td valign="top" class="name">
162                                    <label for="alternateSuppliers">Alternate Suppliers:</label>
163                                </td>
164                                <td valign="top" class="value ${hasErrors(bean:inventoryItemInstance,field:'alternateSuppliers','errors')}">
165                                    <g:select id="alternateSuppliers" name="alternateSuppliers"
166                                                        from="${suppliers}"
167                                                        size="5" multiple="yes" optionKey="id"
168                                                        value="${inventoryItemInstance.alternateSuppliers?.id}" noSelection="['':'--None--']"/>
169                                </td>
170                            </tr>
171                       
172                            <tr class="prop">
173                                <td valign="top" class="name">
174                                    <label for="manufacturersPartNumber">Manufacturers Part Number:</label>
175                                </td>
176                                <td valign="top" class="value ${hasErrors(bean:inventoryItemInstance,field:'manufacturersPartNumber','errors')}">
177                                    <input type="text" id="manufacturersPartNumber" name="manufacturersPartNumber" value="${fieldValue(bean:inventoryItemInstance,field:'manufacturersPartNumber')}"/>
178                                </td>
179                            </tr>
180                       
181                            <tr class="prop">
182                                <td valign="top" class="name">
183                                    <label for="preferredManufacturer">Preferred Manufacturer:</label>
184                                </td>
185                                <td valign="top">
186                                    <g:select optionKey="id" from="${manufacturers}" name="preferredManufacturer.id" value="${inventoryItemInstance?.preferredManufacturer?.id}" noSelection="['null':'--None--']"></g:select>
187
188                                    <p><g:link controller="manufacturerDetailed" action="create">+Add Manufacturer</g:link></p>
189                                </td>
190                            </tr>
191                       
192                            <tr class="prop">
193                                <td valign="top" class="name">
194                                    <label for="manufacturers">Alternate Manufacturers:</label>
195                                </td>
196                                <td valign="top" class="value ${hasErrors(bean:inventoryItemInstance,field:'alternateManufacturers','errors')}">
197                                    <g:select id="alternateManufacturers" name="alternateManufacturers"
198                                                        from="${manufacturers}"
199                                                        size="5" multiple="yes" optionKey="id"
200                                                        value="${inventoryItemInstance.alternateManufacturers?.id}" noSelection="['':'--None--']" />
201                                </td>
202                            </tr>
203                       
204                        </tbody>
205                    </table>
206                </div>
207                <div class="buttons">
208                    <span class="button"><input class="save" type="submit" value="Create" /></span>
209                </div>
210            </g:form>
211        </div>
212    </body>
213</html>
Note: See TracBrowser for help on using the repository browser.