Index: trunk/grails-app/controllers/InventoryItemDetailedController.groovy
===================================================================
--- trunk/grails-app/controllers/InventoryItemDetailedController.groovy	(revision 966)
+++ trunk/grails-app/controllers/InventoryItemDetailedController.groovy	(revision 967)
@@ -658,18 +658,25 @@
             response.contentType = ConfigurationHolder.config.grails.mime.types[params.format]
             response.setHeader("Content-disposition", "attachment; filename=Inventory.${params.extension}")
-            List fields = ["name",
+            List fields = ["reorderQuantity",
+                                "unitOfMeasure",
                                 "description",
-                                "inventoryGroup",
+                                "name",
+                                "estimatedUnitPriceAmount",
+                                "estimatedUnitPriceCurrency",
                                 "unitsInStock",
                                 "reorderPoint",
                                 "unitOfMeasure",
+                                "inventoryGroup",
                                 "inventoryLocation",
                                 "inventoryLocation.inventoryStore"]
-            Map labels = ["name": "Name",
+            Map labels = ["reorderQuantity": "Reorder Quantity",
+                                "unitOfMeasure": "UOM",
                                 "description": "Description",
-                                "inventoryGroup": "Group",
+                                "name": "Name",
+                                "estimatedUnitPriceAmount": "Estimated Unit Price",
+                                "estimatedUnitPriceCurrency": "Currency",
                                 "unitsInStock":"In Stock",
                                 "reorderPoint":"Reorder Point",
-                                "unitOfMeasure": "UOM",
+                                "inventoryGroup": "Group",
                                 "inventoryLocation": "Location",
                                 "inventoryLocation.inventoryStore": "Store"]
