#
# ChangeLog for trunk
#
# Generated by Trac 1.2
# Apr 13, 2025, 8:58:41 AM

Thu, 03 Mar 2011 02:24:01 GMT gav [833]
	* trunk/grails-app/controllers/EntryDetailedController.groovy (modified)
	* trunk/grails-app/controllers/TaskDetailedController.groovy (modified)
	* trunk/grails-app/i18n/messages.properties (modified)
	* trunk/grails-app/views/entryDetailed/_create.gsp (modified)
	* trunk/grails-app/views/taskDetailed/_showProcedureTab.gsp (modified)
	* trunk/grails-app/views/taskDetailed/_showTaskTab.gsp (modified)
	* trunk/web-app/css/main.css (modified)
	* trunk/web-app/js/taskShow.js (modified)

	AJAX Work Done and PM Entry, second draft.


Thu, 03 Mar 2011 01:17:15 GMT gav [832]
	* trunk/grails-app/services/TaskService.groovy (modified)

	Adjust fail sequence of !TaskService.saveEntry slightly.


Sun, 27 Feb 2011 13:46:55 GMT gav [831]
	* trunk/grails-app/views/taskDetailed/_showProcedureTab.gsp (modified)
	* trunk/web-app/js/taskShow.js (modified)

	Refactor taskShow.js.


Sun, 27 Feb 2011 12:29:09 GMT gav [830]
	* trunk/grails-app/i18n/messages.properties (modified)
	* trunk/grails-app/views/entryDetailed/_create.gsp (modified)

	Use custom version of helpBalloon taglib in entry create template.


Sun, 27 Feb 2011 12:27:38 GMT gav [829]
	* trunk/grails-app/taglib/CustomTagLib.groovy (modified)

	Create custom taglib of helpBalloon to allow their usage in ajax ...


Fri, 25 Feb 2011 02:59:30 GMT gav [827]
	* trunk/grails-app/views/layouts/main.gsp (modified)

	Remove trailing apostrophe from main layout gsp.


Thu, 24 Feb 2011 08:04:43 GMT gav [826]
	* trunk/grails-app/controllers/EntryDetailedController.groovy (modified)
	* trunk/grails-app/services/CreateDataService.groovy (modified)
	* trunk/grails-app/views/entryDetailed/_create.gsp (added)
	* trunk/grails-app/views/taskDetailed/_showProcedureTab.gsp (modified)
	* trunk/grails-app/views/taskDetailed/show.gsp (modified)
	* trunk/web-app/js/taskShow.js (added)

	AJAX PM Entry, first draft.


Thu, 24 Feb 2011 07:09:48 GMT gav [825]
	* trunk/grails-app/i18n/messages.properties (modified)
	* trunk/grails-app/views/layouts/main.gsp (modified)
	* trunk/web-app/css/main.css (modified)
	* trunk/web-app/js/application.js (modified)

	Add jQuery AJAX util js and css, part 2.


Thu, 24 Feb 2011 02:11:31 GMT gav [824]
	* trunk/web-app/css/main.css (modified)
	* trunk/web-app/js/application.js (modified)

	Add jQuery AJAX util js and css.


Wed, 23 Feb 2011 22:11:46 GMT gav [823]
	* trunk/grails-app/views/taskDetailed/_showInventoryTab.gsp (modified)
	* trunk/grails-app/views/taskDetailed/_showProcedureTab.gsp (modified)
	* trunk/grails-app/views/taskDetailed/_showRecurrenceTab.gsp (modified)
	* trunk/grails-app/views/taskDetailed/_showSubTaskTab.gsp (modified)
	* trunk/grails-app/views/taskDetailed/_showTaskTab.gsp (modified)

	Refactor task show view to use templates, ensure newlines at end of ...


Wed, 23 Feb 2011 22:07:35 GMT gav [822]
	* trunk/grails-app/controllers/EntryDetailedController.groovy (modified)
	* trunk/grails-app/views/taskDetailed/_showInventoryTab.gsp (added)
	* trunk/grails-app/views/taskDetailed/_showProcedureTab.gsp (added)
	* trunk/grails-app/views/taskDetailed/_showRecurrenceTab.gsp (added)
	* trunk/grails-app/views/taskDetailed/_showSubTaskTab.gsp (added)
	* trunk/grails-app/views/taskDetailed/_showTaskTab.gsp (added)
	* trunk/grails-app/views/taskDetailed/show.gsp (modified)

	Refactor task show view to use templates.


Wed, 23 Feb 2011 07:45:01 GMT gav [821]
	* trunk/grails-app/domain/ConditionSeverity.groovy (added)
	* trunk/grails-app/domain/Task.groovy (modified)
	* trunk/grails-app/services/CreateDataService.groovy (modified)

	Domain change, add !ConditionSeverity.


Wed, 23 Feb 2011 05:16:10 GMT gav [820]
	* trunk/grails-app/views/taskProcedureDetailed/_taskProcedureRevision.gsp (modified)

	Prevent 'condition' column wrapping on !TaskProcedureRevision show ...


Tue, 22 Feb 2011 11:59:11 GMT gav [819]
	* trunk/web-app/js/jsUtil.js (modified)

	Add jsUtil getContextPath().


Mon, 21 Feb 2011 22:18:04 GMT gav [818]
	* trunk/grails-app/i18n/messages.properties (modified)

	Improve message for ...


Mon, 21 Feb 2011 10:57:41 GMT gav [817]
	* trunk/grails-app/taglib/CustomTagLib.groovy (modified)
	* trunk/grails-app/views/assetDetailed/show.gsp (modified)
	* trunk/grails-app/views/taskDetailed/search.gsp (modified)

	Display the machines assigned to a tasks procedure, on both the task ...


Mon, 21 Feb 2011 10:50:33 GMT gav [816]
	* trunk/grails-app/i18n/messages.properties (modified)
	* trunk/grails-app/services/TaskService.groovy (modified)

	Add check to prevent changing a tasks primaryAsset if ...


Mon, 21 Feb 2011 10:47:02 GMT gav [815]
	* trunk/grails-app/views/taskDetailed/edit.gsp (modified)

	Update task edit view to use /shared/messages.


Mon, 21 Feb 2011 10:30:42 GMT gav [814]
	* trunk/grails-app/conf/BootStrap.groovy (modified)

	Add isDirty() during bootstrap, must be removed after upgrading to ...


Mon, 21 Feb 2011 07:44:12 GMT gav [813]
	* trunk/grails-app/controllers/TaskProcedureDetailedController.groovy (modified)

	Remove inadvertantly commited action on !TaskProcedure controller.


Mon, 21 Feb 2011 07:41:37 GMT gav [812]
	* trunk/grails-app/controllers/TaskProcedureDetailedController.groovy (modified)
	* trunk/grails-app/services/TaskProcedureService.groovy (modified)

	Sort !MaintenanceActions at create and update time.


Sat, 19 Feb 2011 11:20:59 GMT gav [811]
	* trunk/grails-app/domain/MaintenanceAction.groovy (modified)
	* trunk/grails-app/views/taskProcedureDetailed/_maintenanceAction.gsp (modified)

	Domain change, adjust constraints on !MaintenanceAction.


Thu, 17 Feb 2011 08:13:07 GMT gav [810]
	* trunk/grails-app/views/layouts/main.gsp (modified)

	Shorten app_help url.


Wed, 16 Feb 2011 10:10:39 GMT gav [809]
	* trunk/grails-app/controllers/TaskDetailedController.groovy (modified)
	* trunk/grails-app/controllers/TaskProcedureDetailedController.groovy (modified)
	* trunk/grails-app/domain/DocumentReference.groovy (modified)
	* trunk/grails-app/domain/MaintenanceAction.groovy (modified)
	* trunk/grails-app/domain/Task.groovy (modified)
	* trunk/grails-app/domain/TaskProcedure.groovy (modified)
	* trunk/grails-app/domain/TaskProcedureRevision.groovy (added)
	* trunk/grails-app/i18n/messages.properties (modified)
	* trunk/grails-app/services/CreateDataService.groovy (modified)
	* trunk/grails-app/services/TaskProcedureService.groovy (modified)
	* trunk/grails-app/services/TaskRecurringScheduleService.groovy (modified)
	* trunk/grails-app/services/TaskService.groovy (modified)
	* trunk/grails-app/views/taskDetailed/show.gsp (modified)
	* trunk/grails-app/views/taskProcedureDetailed/_taskProcedure.gsp (modified)
	* trunk/grails-app/views/taskProcedureDetailed/_taskProcedureRevision.gsp (added)
	* trunk/grails-app/views/taskProcedureDetailed/edit.gsp (modified)
	* trunk/grails-app/views/taskProcedureDetailed/list.gsp (modified)
	* trunk/grails-app/views/taskProcedureDetailed/show.gsp (added)

	Domain change, first draft of !TaskProcedureRevisions.


Tue, 15 Feb 2011 17:34:01 GMT gav [808]
	* trunk/grails-app/taglib/CustomTagLib.groovy (modified)

	Make custom taglib domainValidator more lenient.


Mon, 14 Feb 2011 03:06:40 GMT gav [807]
	* trunk/grails-app/domain/Task.groovy (modified)

	Domain change, set Task.primaryAsset to lazy:false to fix small bug ...


Sun, 13 Feb 2011 11:14:23 GMT gav [806]
	* trunk/grails-app/views/taskProcedureDetailed/_documentReference.gsp (modified)
	* trunk/grails-app/views/taskProcedureDetailed/_documentReferences.gsp (modified)
	* trunk/grails-app/views/taskProcedureDetailed/_maintenanceAction.gsp (modified)

	Improve html and css formatting of taskProcedure edit and create
	views.


Sun, 13 Feb 2011 08:57:48 GMT gav [805]
	* trunk/grails-app/views/layouts/main.gsp (modified)

	Update help icon to link to gnuMims channel.


Fri, 11 Feb 2011 04:24:08 GMT gav [803]
	* trunk/grails-app/i18n/messages.properties (modified)
	* trunk/grails-app/views/taskDetailed/show.gsp (modified)

	Add clear task attention flag and complete confirmation.


Thu, 10 Feb 2011 02:17:55 GMT gav [802]
	* trunk/grails-app/i18n/messages.properties (modified)
	* trunk/grails-app/services/TaskService.groovy (modified)
	* trunk/grails-app/views/taskDetailed/show.gsp (modified)

	Task trash improvements.
	Allow trashed parentTask to break subTask ...


Wed, 09 Feb 2011 12:55:00 GMT gav [801]
	* trunk/grails-app/views/layouts/main.gsp (modified)
	* trunk/web-app/css/main.css (modified)
	* trunk/web-app/images/skin/help.png (added)

	Add help icon link, open both that and !HeaderLink in new windows.


Wed, 09 Feb 2011 12:15:36 GMT gav [800]
	* trunk/grails-app/services/AssetTreeService.groovy (modified)

	Add alt and title, html properties to assetTreeButton.


Wed, 09 Feb 2011 08:11:00 GMT gav [799]
	* trunk/grails-app/domain/Task.groovy (modified)
	* trunk/grails-app/views/taskDetailed/search.gsp (modified)
	* trunk/grails-app/views/taskDetailed/show.gsp (modified)

	Change Task.toString() and display primaryAsset.name in front of ...


Tue, 08 Feb 2011 13:00:27 GMT gav [798]
	* trunk/application.properties (modified)
	* trunk/grails-app/controllers/MaintenanceActionDetailedController.groovy (deleted)
	* trunk/grails-app/controllers/TaskProcedureController.groovy (deleted)
	* trunk/grails-app/controllers/TaskProcedureDetailedController.groovy (modified)
	* trunk/grails-app/domain/DocumentReference.groovy (copied)
	* trunk/grails-app/domain/MaintenanceAction.groovy (modified)
	* trunk/grails-app/domain/TaskProcedure.groovy (modified)
	* trunk/grails-app/services/AssetService.groovy (modified)
	* trunk/grails-app/services/CreateDataService.groovy (modified)
	* trunk/grails-app/services/TaskProcedureService.groovy (copied)
	* trunk/grails-app/taglib/CustomTagLib.groovy (modified)
	* trunk/grails-app/views/layouts/main.gsp (modified)
	* trunk/grails-app/views/maintenanceActionDetailed (deleted)
	* trunk/grails-app/views/shared/_assetTreeCompact.gsp (copied)
	* trunk/grails-app/views/taskDetailed/show.gsp (modified)
	* trunk/grails-app/views/taskProcedure (deleted)
	* trunk/grails-app/views/taskProcedureDetailed/_documentReference.gsp (copied)
	* trunk/grails-app/views/taskProcedureDetailed/_documentReferences.gsp (copied)
	* trunk/grails-app/views/taskProcedureDetailed/_maintenanceAction.gsp (copied)
	* trunk/grails-app/views/taskProcedureDetailed/_maintenanceActions.gsp (copied)
	* trunk/grails-app/views/taskProcedureDetailed/_taskProcedure.gsp (copied)
	* trunk/grails-app/views/taskProcedureDetailed/create.gsp (modified)
	* trunk/grails-app/views/taskProcedureDetailed/edit.gsp (modified)
	* trunk/grails-app/views/taskProcedureDetailed/list.gsp (modified)
	* trunk/grails-app/views/taskProcedureDetailed/show.gsp (deleted)
	* trunk/test/unit/TaskProcedureTests.groovy (copied)
	* trunk/web-app/css/main.css (modified)
	* trunk/web-app/js/dynamicOneToMany.js (copied)
	* trunk/web-app/js/jquery.js (copied)
	* trunk/web-app/js/jsUtil.js (modified)

	Svn merge -r752:r797 branches/features/taskProcedureRework into
	trunk/.


Fri, 28 Jan 2011 12:52:42 GMT gav [765]
	* trunk/util-apps (deleted)

	Svn move trunk/util-apps to branches/util-apps, part 2.


Mon, 24 Jan 2011 16:50:56 GMT gav [752]
	* branches/doc-releases (added)
	* branches/features (added)
	* branches/releases (added)
	* tags/doc-releases (added)
	* tags/release-candidates (added)
	* tags/releases (added)
	* trunk/util-apps (added)

	Add /trunk/util-apps, /branches/... and /tags/.. VCS structure ...


Sat, 22 Jan 2011 02:00:09 GMT gav [751]
	* trunk/grails-app/controllers/LifePlanController.groovy (deleted)
	* trunk/grails-app/domain/LifePlan.groovy (deleted)
	* trunk/grails-app/services/CreateBulkDataService.groovy (modified)
	* trunk/grails-app/services/CreateDataService.groovy (modified)
	* trunk/grails-app/views/lifePlan (deleted)

	Domain change: remove redundant LifePlan domain.


Sat, 22 Jan 2011 01:57:38 GMT gav [750]
	* trunk/grails-app/services/CreateDataService.groovy (modified)

	Update demo data with 'Parent PM' tasks.


Fri, 21 Jan 2011 05:19:01 GMT gav [749]
	* trunk/grails-app/controllers/AssetDetailedController.groovy (modified)
	* trunk/grails-app/services/CreateDataService.groovy (modified)
	* trunk/grails-app/services/TaskService.groovy (modified)
	* trunk/grails-app/views/assetDetailed/edit.gsp (modified)
	* trunk/grails-app/views/assetDetailed/show.gsp (modified)

	New task type 'Parent PM', display these tasks as 'Life Plan' in ...


Fri, 21 Jan 2011 03:40:39 GMT gav [748]
	* trunk/web-app/reports/reactiveRatio.jrxml (modified)

	Small correction to cut-off words in reactiveRatio report.


Thu, 20 Jan 2011 05:33:07 GMT gav [747]
	* trunk/grails-app/controllers/TaskDetailedController.groovy (modified)

	Allow 100 MaintenanceActions in Task show view.


Tue, 14 Dec 2010 18:54:04 GMT gav [746]
	* trunk/grails-app/views/appCore/manager.gsp (modified)

	Remove redundant task budget quick search link from manager view.


Mon, 13 Dec 2010 18:43:34 GMT gav [745]
	* trunk/test/integration/TaskSearchServiceTests.groovy (modified)

	Remove stale testGetBudgetTasks.


Mon, 13 Dec 2010 18:10:28 GMT gav [744]
	* trunk/web-app/js/lightbox.js (modified)

	Fix lightbox.js _imagePath.


Mon, 13 Dec 2010 12:14:05 GMT gav [743]
	* trunk/grails-app/controllers/ReportController.groovy (modified)
	* trunk/grails-app/services/AssetReportService.groovy (modified)
	* trunk/grails-app/views/appCore/start.gsp (modified)
	* trunk/grails-app/views/report/mandatoryRequirements.gsp (added)
	* trunk/web-app/reports/mandatoryRequirements.jrxml (added)

	Add mandatoryRequirements report.


Mon, 13 Dec 2010 11:58:46 GMT gav [742]
	* trunk/web-app/reports/regulatoryRequirements.jrxml (modified)

	Add regulatoryRequirements report, part 3, Add no requirements band ...


Sun, 12 Dec 2010 18:59:29 GMT gav [741]
	* trunk/grails-app/services/AssetReportService.groovy (modified)

	Add regulatoryRequirements report, part 2.


Sun, 12 Dec 2010 18:46:31 GMT gav [740]
	* trunk/grails-app/controllers/ReportController.groovy (modified)
	* trunk/grails-app/services/AssetReportService.groovy (modified)
	* trunk/grails-app/views/appCore/start.gsp (modified)
	* trunk/grails-app/views/report/regulatoryRequirements.gsp (added)
	* trunk/web-app/reports/regulatoryRequirements.jrxml (added)

	Add regulatoryRequirements report.


Thu, 09 Dec 2010 22:47:57 GMT gav [739]
	* trunk/grails-app/services/CreateDataService.groovy (modified)

	Add gram(s) unitOfMeasure to base data.


Wed, 08 Dec 2010 06:09:05 GMT gav [738]
	* trunk/grails-app/i18n/messages.properties (modified)

	Update help definition of Task.safetyRequirement.


Wed, 08 Dec 2010 02:04:47 GMT gav [737]
	* trunk/grails-app/i18n/messages.properties (modified)
	* trunk/grails-app/services/TaskSearchService.groovy (modified)
	* trunk/grails-app/views/taskDetailed/_quickSearchPane.gsp (modified)
	* trunk/grails-app/views/taskDetailed/edit.gsp (modified)
	* trunk/web-app/js/taskQuickSearchPane.js (modified)

	Remove task budget status from task views.


Fri, 03 Dec 2010 10:03:59 GMT gav [736]
	* trunk/grails-app/services/TaskSearchService.groovy (modified)
	* trunk/grails-app/views/taskDetailed/search.gsp (modified)
	* trunk/grails-app/views/taskDetailed/show.gsp (modified)
	* trunk/web-app/images/skin/arrow_right.png (added)
	* trunk/web-app/images/skin/bullet_go.png (deleted)
	* trunk/web-app/images/skin/not_started.png (added)
	* trunk/web-app/images/skin/status.png (added)

	Update task search 'default sort' and show views with new icons.


Wed, 01 Dec 2010 00:26:32 GMT gav [735]
	* trunk/grails-app/services/AssetReportService.groovy (modified)

	Small correction to getEquipmentRegister report query.


Tue, 30 Nov 2010 01:01:51 GMT gav [734]
	* trunk/grails-app/views/inventoryItemPurchaseDetailed/search.gsp (modified)

	Include supplier.name in !InventoryPurchase filterpane search.


Tue, 30 Nov 2010 00:48:14 GMT gav [733]
	* trunk/grails-app/controllers/ReportController.groovy (modified)
	* trunk/grails-app/services/AssetReportService.groovy (modified)

	Auto swap date range in all reports, part 2.


Tue, 30 Nov 2010 00:24:52 GMT gav [732]
	* trunk/grails-app/controllers/ReportController.groovy (modified)
	* trunk/grails-app/i18n/messages.properties (modified)
	* trunk/grails-app/services/AssetReportService.groovy (modified)
	* trunk/grails-app/services/TaskReportService.groovy (modified)

	Auto swap date range in all reports.


Mon, 29 Nov 2010 23:56:00 GMT gav [731]
	* trunk/grails-app/services/TaskSearchService.groovy (modified)

	Auto swap date range in !TaskSearchService.getWorkLoad().


Mon, 29 Nov 2010 23:13:35 GMT gav [730]
	* trunk/grails-app/views/taskDetailed/show.gsp (modified)
	* trunk/web-app/images/skin/arrow_refresh.png (added)

	Graphical touch up of task show view, add recurring schedule enabled ...


Mon, 29 Nov 2010 22:35:53 GMT gav [729]
	* trunk/grails-app/views/taskDetailed/show.gsp (modified)
	* trunk/web-app/css/main.css (modified)
	* trunk/web-app/images/skin/bullet_go.png (added)
	* trunk/web-app/images/skin/cog.png (added)
	* trunk/web-app/images/skin/cog_add.png (added)

	Graphical touch up of task show view with icons.


Mon, 29 Nov 2010 05:00:51 GMT gav [728]
	* trunk/grails-app/domain/Task.groovy (modified)
	* trunk/grails-app/i18n/messages.properties (modified)
	* trunk/grails-app/services/AssetReportService.groovy (modified)
	* trunk/grails-app/services/TaskService.groovy (modified)
	* trunk/grails-app/views/taskDetailed/create.gsp (modified)
	* trunk/grails-app/views/taskDetailed/createUnscheduled.gsp (modified)
	* trunk/grails-app/views/taskDetailed/edit.gsp (modified)
	* trunk/grails-app/views/taskDetailed/show.gsp (modified)
	* trunk/web-app/images/skin/lightning.png (added)
	* trunk/web-app/images/skin/script.png (added)
	* trunk/web-app/images/skin/script_lightning.png (added)

	Domain change, split Task.mandatoryRegulatory into ...


Sun, 28 Nov 2010 02:32:07 GMT gav [727]
	* trunk/grails-app/controllers/InventoryItemDetailedController.groovy (modified)
	* trunk/grails-app/i18n/messages.properties (modified)
	* trunk/grails-app/services/InventoryItemService.groovy (modified)
	* trunk/grails-app/views/inventoryItemDetailed/create.gsp (modified)
	* trunk/grails-app/views/inventoryItemDetailed/edit.gsp (modified)
	* trunk/grails-app/views/inventoryItemDetailed/show.gsp (modified)

	Improvements to !InventoryItem views.


Sun, 28 Nov 2010 02:19:28 GMT gav [726]
	* trunk/grails-app/domain/InventoryItem.groovy (modified)

	Possible domain change, due to new min (reorderQuantity no longer ...


Sun, 28 Nov 2010 02:11:41 GMT gav [725]
	* trunk/grails-app/views/person/show.gsp (modified)

	Add some logic to protect the system (no delete or edit) and admin ...


Sun, 28 Nov 2010 02:10:31 GMT gav [724]
	* trunk/grails-app/controllers/PersonController.groovy (modified)

	Add some logic to protect the system (no delete or edit) and admin ...


Sun, 28 Nov 2010 02:05:27 GMT gav [723]
	* trunk/grails-app/domain/Asset.groovy (modified)
	* trunk/grails-app/domain/Person.groovy (modified)

	No domain change, avoid possible bug by using toLong() instead of ...


Thu, 25 Nov 2010 02:08:12 GMT gav [722]
	* trunk/grails-app/conf/Config.groovy (modified)
	* trunk/grails-app/controllers/ManufacturerDetailedController.groovy (deleted)
	* trunk/grails-app/controllers/ManufacturerTypeDetailedController.groovy (deleted)
	* trunk/grails-app/domain/Address.groovy (modified)
	* trunk/grails-app/domain/Contact.groovy (modified)
	* trunk/grails-app/domain/Manufacturer.groovy (deleted)
	* trunk/grails-app/domain/ManufacturerType.groovy (deleted)
	* trunk/grails-app/i18n/messages.properties (modified)
	* trunk/grails-app/services/AddressService.groovy (modified)
	* trunk/grails-app/services/ContactService.groovy (modified)
	* trunk/grails-app/services/CreateBulkDataService.groovy (modified)
	* trunk/grails-app/services/CreateDataService.groovy (modified)
	* trunk/grails-app/views/addressDetailed/create.gsp (modified)
	* trunk/grails-app/views/addressDetailed/edit.gsp (modified)
	* trunk/grails-app/views/addressDetailed/show.gsp (modified)
	* trunk/grails-app/views/appCore/manager.gsp (modified)
	* trunk/grails-app/views/contactDetailed/create.gsp (modified)
	* trunk/grails-app/views/contactDetailed/edit.gsp (modified)
	* trunk/grails-app/views/contactDetailed/show.gsp (modified)
	* trunk/grails-app/views/manufacturerDetailed (deleted)
	* trunk/grails-app/views/manufacturerTypeDetailed (deleted)

	Domain change: as per ticket #97 - Drop the entire Manufacturer ...


Thu, 25 Nov 2010 00:51:14 GMT gav [721]
	* trunk/grails-app/services/InventoryCsvService.groovy (modified)

	Imrovements to !InventoryCsvService.
	Update inventory import ...


Wed, 24 Nov 2010 23:08:43 GMT gav [720]
	* trunk/grails-app/controllers/InventoryItemDetailedController.groovy (modified)
	* trunk/grails-app/domain/InventoryItem.groovy (modified)
	* trunk/grails-app/services/CreateDataService.groovy (modified)
	* trunk/grails-app/services/InventoryCsvService.groovy (modified)
	* trunk/grails-app/services/InventoryItemService.groovy (modified)
	* trunk/grails-app/views/inventoryItemDetailed/edit.gsp (modified)
	* trunk/grails-app/views/inventoryItemDetailed/show.gsp (modified)

	Domain change: as per ticket #96 - Remove unused fields from ...


Wed, 24 Nov 2010 22:47:00 GMT gav [719]
	* trunk/grails-app/controllers/InventoryItemDetailedController.groovy (modified)
	* trunk/grails-app/domain/InventoryItem.groovy (modified)
	* trunk/grails-app/services/InventoryCsvService.groovy (modified)
	* trunk/grails-app/views/inventoryItemDetailed/create.gsp (modified)
	* trunk/grails-app/views/inventoryItemDetailed/edit.gsp (modified)
	* trunk/grails-app/views/inventoryItemDetailed/search.gsp (modified)
	* trunk/grails-app/views/inventoryItemDetailed/show.gsp (modified)

	Domain change: as per ticket #96 - Remove unused fields from ...


Wed, 24 Nov 2010 09:07:48 GMT gav [718]
	* trunk/grails-app/domain/InventoryItem.groovy (modified)
	* trunk/grails-app/i18n/messages.properties (modified)
	* trunk/grails-app/services/InventoryCsvService.groovy (modified)
	* trunk/grails-app/views/inventoryItemDetailed/create.gsp (modified)
	* trunk/grails-app/views/inventoryItemDetailed/edit.gsp (modified)
	* trunk/grails-app/views/inventoryItemDetailed/search.gsp (modified)
	* trunk/grails-app/views/inventoryItemDetailed/show.gsp (modified)

	Domain change: remove !InventoryItem.averageDeliveryPeriod and ...


Wed, 24 Nov 2010 02:57:45 GMT gav [717]
	* trunk/grails-app/controllers/InventoryItemPurchaseDetailedController.groovy (modified)
	* trunk/grails-app/services/InventoryPurchaseService.groovy (modified)

	Fix for ticket #91 - Purchasing - run order price update when invoice ...


Tue, 23 Nov 2010 03:53:29 GMT gav [716]
	* trunk/grails-app/i18n/messages.properties (modified)
	* trunk/grails-app/views/inventoryItemDetailed/create.gsp (modified)
	* trunk/grails-app/views/inventoryItemDetailed/edit.gsp (modified)
	* trunk/grails-app/views/inventoryItemDetailed/show.gsp (modified)

	Define inventory item properties and help messages.


Mon, 22 Nov 2010 22:18:01 GMT gav [715]
	* trunk/grails-app/domain/InventoryItem.groovy (modified)
	* trunk/grails-app/services/InventoryCsvService.groovy (modified)
	* trunk/grails-app/views/inventoryItemDetailed/edit.gsp (modified)
	* trunk/grails-app/views/inventoryItemDetailed/show.gsp (modified)

	Domain change, implemented ticket #90 - ...


Mon, 22 Nov 2010 09:27:37 GMT gav [714]
	* trunk/web-app/js/jsUtil.js (modified)

	Speed up jsUtil.js show and hide effects, especially looping effects.


Mon, 22 Nov 2010 00:33:51 GMT gav [713]
	* trunk/grails-app/controllers/TaskDetailedController.groovy (modified)
	* trunk/grails-app/i18n/messages.properties (modified)
	* trunk/grails-app/services/TaskSearchService.groovy (modified)
	* trunk/grails-app/views/taskDetailed/_quickSearchPane.gsp (modified)
	* trunk/grails-app/views/taskDetailed/search.gsp (modified)
	* trunk/grails-app/views/taskDetailed/searchCalendar.gsp (modified)
	* trunk/web-app/js/taskQuickSearchPane.js (added)

	Dynamic task quick search feature.


Sat, 20 Nov 2010 07:21:35 GMT gav [712]
	* trunk/web-app/js/jsUtil.js (modified)

	Add some array helper functions to jsUtil.js.


Sat, 20 Nov 2010 07:15:10 GMT gav [711]
	* trunk/grails-app/views/layouts/main.gsp (modified)
	* trunk/grails-app/views/shared/_pictureHead.gsp (modified)

	Make prototype javascript library available in main layout.


Mon, 15 Nov 2010 21:56:10 GMT gav [710]
	* trunk/grails-app/controllers/ReportController.groovy (modified)
	* trunk/grails-app/services/AssetReportService.groovy (modified)

	Return error message on equipment register (OH&S) report submit when ...


Mon, 15 Nov 2010 02:04:41 GMT gav [709]
	* trunk/grails-app/controllers/ReportController.groovy (modified)
	* trunk/grails-app/services/TaskReportService.groovy (modified)

	Return error message on immediate callouts report submit when endDate ...


Mon, 15 Nov 2010 01:48:34 GMT gav [708]
	* trunk/grails-app/controllers/ReportController.groovy (modified)
	* trunk/grails-app/i18n/messages.properties (modified)
	* trunk/grails-app/services/TaskReportService.groovy (modified)

	Fix small bug in reactive ratio report, where BigDecimal not returned ...


Mon, 15 Nov 2010 01:06:23 GMT gav [707]
	* trunk/grails-app/controllers/AppCoreController.groovy (modified)
	* trunk/grails-app/views/appCore/start.gsp (modified)

	Wire start view for showTab.


Tue, 09 Nov 2010 19:30:28 GMT gav [706]
	* trunk/grails-app/controllers/ReportController.groovy (modified)
	* trunk/grails-app/services/AssetReportService.groovy (modified)
	* trunk/grails-app/views/appCore/start.gsp (modified)
	* trunk/grails-app/views/report/equipmentRegisterOhs.gsp (added)
	* trunk/web-app/reports/equipmentRegisterOhs.jrxml (modified)

	Implement ticket #88 - "Implement Regulatory Task Completion on ...


Tue, 09 Nov 2010 19:12:25 GMT gav [705]
	* trunk/grails-app/services/InventoryItemSearchService.groovy (modified)

	Small spelling correction in !InventoryItemSearchService comments


Tue, 09 Nov 2010 19:06:31 GMT gav [704]
	* trunk/grails-app/domain/Asset.groovy (modified)
	* trunk/grails-app/views/assetDetailed/copy.gsp (modified)
	* trunk/grails-app/views/assetDetailed/create.gsp (modified)
	* trunk/grails-app/views/assetDetailed/edit.gsp (modified)
	* trunk/grails-app/views/assetDetailed/show.gsp (modified)

	Revert r702 - "Domain change: Add hasRegulatoryRequirements to
	Asset."


Sat, 06 Nov 2010 03:11:18 GMT gav [703]
	* trunk/grails-app/services/CreateDataService.groovy (modified)

	Fix small mistype bug in !CreateDataService.


Fri, 05 Nov 2010 03:19:16 GMT gav [702]
	* trunk/grails-app/domain/Asset.groovy (modified)
	* trunk/grails-app/views/assetDetailed/copy.gsp (modified)
	* trunk/grails-app/views/assetDetailed/create.gsp (modified)
	* trunk/grails-app/views/assetDetailed/edit.gsp (modified)
	* trunk/grails-app/views/assetDetailed/show.gsp (modified)

	Domain change: Add hasRegulatoryRequirements to Asset.


Mon, 01 Nov 2010 23:24:28 GMT gav [701]
	* trunk/grails-app/controllers/TaskDetailedController.groovy (modified)
	* trunk/grails-app/i18n/messages.properties (modified)
	* trunk/grails-app/services/TaskSearchService.groovy (modified)
	* trunk/grails-app/views/taskDetailed/_quickSearchPane.gsp (modified)
	* trunk/grails-app/views/taskDetailed/workLoad.gsp (added)

	New workLoad search view and logic to suite.


Mon, 01 Nov 2010 01:29:11 GMT gav [700]
	* trunk/grails-app/services/AssignedGroupService.groovy (modified)

	Fix lazy initialization bug and optimise fetching in ...


Sun, 31 Oct 2010 21:58:20 GMT gav [699]
	* trunk/INSTALL (added)

	Add INSTALL text file.


Thu, 21 Oct 2010 03:55:10 GMT gav [698]
	* trunk/test/unit/net/kromhouts/HqlBuilderTests.groovy (modified)

	Small correction in HqlBuilderTests, remove stale debug arg.


Thu, 21 Oct 2010 03:39:49 GMT gav [697]
	* trunk/test/unit/net/kromhouts/HqlBuilderTests.groovy (modified)

	Small spelling correction in HqlBuilderTests comment.


Mon, 18 Oct 2010 07:02:00 GMT gav [696]
	* trunk/grails-app/controllers/ReportController.groovy (modified)
	* trunk/grails-app/views/appCore/start.gsp (modified)
	* trunk/web-app/reports/equipmentRegisterFinancial.jrxml (added)

	New report "Equipment Register (Financial)".


Mon, 18 Oct 2010 06:02:15 GMT gav [695]
	* trunk/grails-app/controllers/ReportController.groovy (modified)
	* trunk/grails-app/views/appCore/start.gsp (modified)
	* trunk/web-app/reports/equipmentRegisterOhs.jrxml (moved)

	Svn move "Equipment Register" report to "Equipment Register OH&S".


Mon, 18 Oct 2010 02:13:54 GMT gav [694]
	* trunk/grails-app/services/CreateDataService.groovy (modified)

	Work on inventory types base data, added "Tool" and "Service", ...


Wed, 13 Oct 2010 03:26:24 GMT gav [693]
	* trunk/web-app/reports/assetRegister.jrxml (modified)
	* trunk/web-app/reports/equipmentRegister.jrxml (modified)

	Improvements to asset and equipment register reports, including ...


Tue, 12 Oct 2010 23:49:29 GMT gav [692]
	* trunk/web-app/reports/equipmentRegister.jrxml (modified)

	Adjustments to equipment register report, tweak summary settings.


Tue, 12 Oct 2010 00:18:34 GMT gav [691]
	* trunk/web-app/reports/equipmentRegister.jrxml (modified)

	Adjustments to equipment register report.


Mon, 11 Oct 2010 01:57:58 GMT gav [690]
	* trunk/grails-app/services/InventoryReportService.groovy (modified)

	Fix for ticket #85, Null pointer bug on inventory reports.


Tue, 05 Oct 2010 19:31:07 GMT gav [689]
	* trunk/grails-app/services/AssetService.groovy (modified)
	* trunk/grails-app/services/AssetSubItemService.groovy (modified)

	Add admin feature to create recommended extended attributes for ...


Tue, 05 Oct 2010 18:23:46 GMT gav [688]
	* trunk/grails-app/controllers/AppCoreController.groovy (modified)
	* trunk/grails-app/services/AssetService.groovy (modified)
	* trunk/grails-app/services/AssetSubItemService.groovy (modified)
	* trunk/grails-app/services/CreateDataService.groovy (modified)
	* trunk/grails-app/views/appCore/appAdmin.gsp (modified)

	Add admin feature to create recommended extended attributes for ...