Index: trunk/grails-app/views/appCore/start.gsp
===================================================================
--- trunk/grails-app/views/appCore/start.gsp	(revision 545)
+++ trunk/grails-app/views/appCore/start.gsp	(revision 546)
@@ -123,11 +123,29 @@
                                             <br />
                                             <g:jasperReport controller="report"
+                                                                            action="stockTakeOverview"
+                                                                            jasper="stockTakeOverview"
+                                                                            name="Stock Take (Overview)"
+                                                                            format="PDF, XLS">
+                                                <g:helpBalloon class="helpballoon" code="report.stock.take.overview" />
+                                            </g:jasperReport>
+                                            <br />
+                                            <g:jasperReport controller="report"
+                                                                            action="stockTakeByLocation"
+                                                                            jasper="stockTakeByLocation"
+                                                                            name="Stock Take (By Location)"
+                                                                            format="PDF, XLS">
+                                                <g:textField name="locationString" value="e.g: A1%, C55" />
+                                                <g:helpBalloon class="helpballoon" code="report.stock.take.by.location" />
+                                            </g:jasperReport>
+                                            <br />
+                                            <g:jasperReport controller="report"
                                                                             action="templatePortrait"
                                                                             jasper="templatePortrait"
                                                                             name="Template (Portrait)"
-                                                                            format="PDF, XLS"/>
-                                            <g:link controller="report" action="downloadTemplate" params="[fileName: 'templatePortrait.jrxml']">
-                                                Download
-                                            </g:link>
+                                                                            format="PDF, XLS">
+                                                <g:link controller="report" action="downloadTemplate" params="[fileName: 'templatePortrait.jrxml']">
+                                                    Download
+                                                </g:link>
+                                            </g:jasperReport>
                                             <br />
                                             <g:jasperReport controller="report"
@@ -135,8 +153,9 @@
                                                                             jasper="templateLandscape"
                                                                             name="Template (Landscape)"
-                                                                            format="PDF, XLS"/>
-                                            <g:link controller="report" action="downloadTemplate" params="[fileName: 'templateLandscape.jrxml']">
-                                                Download
-                                            </g:link>
+                                                                            format="PDF, XLS">
+                                                <g:link controller="report" action="downloadTemplate" params="[fileName: 'templateLandscape.jrxml']">
+                                                    Download
+                                                </g:link>
+                                            </g:jasperReport>
                                             <br />
                                         </td>
