Author: jaz
Date: Tue Apr 17 10:31:56 2007
New Revision: 529680
URL:
http://svn.apache.org/viewvc?view=rev&rev=529680Log:
added new fields to inventory item display
Modified:
ofbiz/trunk/applications/product/config/ProductUiLabels.properties
ofbiz/trunk/applications/product/webapp/facility/inventory/EditInventoryItem.ftl
Modified: ofbiz/trunk/applications/product/config/ProductUiLabels.properties
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/config/ProductUiLabels.properties?view=diff&rev=529680&r1=529679&r2=529680==============================================================================
--- ofbiz/trunk/applications/product/config/ProductUiLabels.properties (original)
+++ ofbiz/trunk/applications/product/config/ProductUiLabels.properties Tue Apr 17 10:31:56 2007
@@ -231,6 +231,7 @@
ProductActionTypeOrderAdjustmentTypeQuantityItemPartyLimit=ActionType, Order Adjustment Type, Quantity, Item ID, Party ID &Limit
ProductActionUpdateFields=ActionType, Quantity, Amount, Item ID, Party ID
ProductActions=Actions
+ProductActivationNumber=Activation Number
ProductActiveAndInactive=Active and Inactive
ProductActiveOnly=Active only
ProductActualOther=Actual Other
@@ -1247,6 +1248,7 @@
ProductSingleOrderItemProduct=Single order item for this product
ProductSingleUse=Single Use
ProductSmallImage=Small Image
+ProductSoftIdentifier=Soft Identifier
ProductSpecialPromoPrice=Special Promo Price
ProductSqFt=SqFt
ProductSquareFootage=Square Footage
Modified: ofbiz/trunk/applications/product/webapp/facility/inventory/EditInventoryItem.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/facility/inventory/EditInventoryItem.ftl?view=diff&rev=529680&r1=529679&r2=529680==============================================================================
--- ofbiz/trunk/applications/product/webapp/facility/inventory/EditInventoryItem.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/facility/inventory/EditInventoryItem.ftl Tue Apr 17 10:31:56 2007
@@ -205,6 +205,17 @@
<td> </td>
<td><input type="text" name="comments" value="${inventoryItemData.comments?if_exists}" size="60" maxlength="250" class="inputBox"></td>
</tr>
+ <tr><td colspan="3"> </td></tr>
+ <tr>
+ <td align="right"><div class="tabletext">${uiLabelMap.ProductSoftIdentifier}</div></td>
+ <td> </td>
+ <td><input type="text" name="comments" value="${inventoryItemData.softIdentifier?if_exists}" size="30" maxlength="250" class="inputBox"></td>
+ </tr>
+ <tr>
+ <td align="right"><div class="tabletext">${uiLabelMap.ProductActivationNumber}</div></td>
+ <td> </td>
+ <td><input type="text" name="comments" value="${inventoryItemData.activationNumber?if_exists}" size="30" maxlength="250" class="inputBox"></td>
+ </tr>
<#if "NON_SERIAL_INV_ITEM" == (inventoryItem.inventoryItemTypeId)?if_exists>
<tr>
<td align="right"><div class="tabletext">${uiLabelMap.ProductAvailablePromiseQuantityHand}</div></td>