adiziktdy / unitime

Automatically exported from code.google.com/p/unitime
0 stars 0 forks source link

Course number #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
our university courses consist 4 digits,so can't add new course with 4 digits!!

Original issue reported on code.google.com by suna.yus...@gmail.com on 16 Dec 2012 at 11:28

GoogleCodeExporter commented 8 years ago
The course number must mach a pattern that is defined in the application 
property tmtbl.courseNumber.pattern, message from the property 
tmtbl.courseNumber.patternInfo is displayed if the entered course number does 
not match. 

Default settings (from application.properties, see the last link below)

#Course Number pattern (3 numbers followed by an optional letter) 
tmtbl.courseNumber.pattern=^[0-9][0-9][0-9]([A-Za-z]){0,1}$
tmtbl.courseNumber.patternInfo=Course Number must have 3 numbers followed by an 
optional letter (e.g. 214, 342X)

These properties can be changed using Administration > Defaults > Configuration 
page. See the following documents for more information:

http://help.unitime.org/Application_Configuration
http://help.unitime.org/Timetabling_Installation#TOC-Customization
http://code.google.com/p/unitime/source/browse/trunk/JavaSource/application.prop
erties#168

Original comment by mul...@unitime.org on 16 Dec 2012 at 6:18

GoogleCodeExporter commented 8 years ago
thanks alot

Original comment by suna.yus...@gmail.com on 17 Dec 2012 at 6:25