- Timestamp:
- Sep 18, 2009, 1:33:21 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README
r137 r138 1 1 GnuMims - A web application providing a Maintenance and Inventory Management Solution. 2 Copyright (C) <2009> <Gavin Kromhout> 2 Copyright (C) 2008-2009 Gavin Kromhout 3 Copyright (C) 2008-2009 Steven Tucker 3 4 4 5 This program is free software: you can redistribute it and/or modify -
trunk/application.properties
r137 r138 1 1 #utf-8 2 #T ue May 19 13:36:38 EST 20092 #Thu Sep 17 12:53:38 EST 2009 3 3 plugins.acegi=0.5.1 4 4 app.version= 5 plugins.class-diagram=0.3 5 6 plugins.help-balloons=1.2 6 7 plugins.quartz=0.4.1-SNAPSHOT -
trunk/doc/DatabaseDesign.tex
r21 r138 4 4 \usepackage{graphicx} 5 5 \author{Gavin Kromhout and Steven Tucker} 6 \title{ OpenMimDatabase Design}6 \title{GnuMims Database Design} 7 7 \date{09 November 2008} 8 8 %\date{\today{}} … … 19 19 Maintenace departments often buy very expensive and customised software to monitor and improve their maintenace activities. 20 20 There are many advantages to using a database. 21 This is our attempt to create openMim, for open source Maintenace and Inventory Management.21 This is our attempt to create GnuMims, for open source Maintenace and Inventory Management. 22 22 23 23 … … 48 48 \section{Entity Relationship Diagram} 49 49 \begin{center} 50 \includegraphics[scale=0.25]{ openMimEr.png}50 \includegraphics[scale=0.25]{gnuMimsErd.png} 51 51 \end{center} 52 52 … … 59 59 } 60 60 61 \section{Database Schema}62 \begin{center}63 \includegraphics[scale=1]{dataModel.png}64 \end{center}65 66 61 \begin{center} 67 62 The end. -
trunk/grails-app/conf/SecurityConfig.groovy
r127 r138 41 41 '/plugins/help-balloons-1.2/**': ['IS_AUTHENTICATED_FULLY'], 42 42 '/plugins/richui-0.6/**': ['IS_AUTHENTICATED_FULLY'], 43 '/plugins/class-diagram-0.3/**': ['IS_AUTHENTICATED_FULLY'], 44 '/classDiagram/**': ['IS_AUTHENTICATED_FULLY'], 43 45 '/login*': ['IS_AUTHENTICATED_ANONYMOUSLY'], 44 46 '/login/**': ['IS_AUTHENTICATED_ANONYMOUSLY'],
Note: See TracChangeset
for help on using the changeset viewer.