-
I do not consult this site very often...
http://www.mycmms.org contains the best info.
Can contact me directly via sky38071@skynet.be.
2009-08-16 07:05:18 UTC in myCMMS
-
In the older version 1.0.5, you could define a view (let's say a week view with users) and this view could be kept when changing the period.
In 1.1.6 when I create a Weekplan (Week view with users vertical) and I wish to select another week, I always fall back on the standard view, but even when I select in that week my view, I fall back on this week.
Confusing...:
I select my view...
2007-10-09 08:57:48 UTC in WebCalendar
-
Hi Snoops,
You owe me a pizza...
The resetting of the database can be done by using a MySQL command, another possibility is to introduce a first WO by hand in the WO table. The Autonumber feature is in fact an increment.
Most of the time I supply a first INIT record with WONUM=100000 and ITEMNUM=200000.
I understood correctly that you use myCMMS at 3 sites now?
I'm currently implementing...
2007-10-07 18:26:52 UTC in myCMMS
-
Hi all,
Please note that the CVS tree as published in SourceForge is broken.
I distribute a complete ZIP from the www.mycmms.org site.
The approver field is the person that approves the requests before they are made workorders.
2007-06-26 06:29:28 UTC in myCMMS
-
Which version are you using ??? MIMS is not in the latest distribution.
Switch on $DEBUG=true; in config.inc.php and look into the session values.
Do you see user, group ?.
2007-05-21 13:04:54 UTC in myCMMS
-
Manuel,
myCMMS HAS already the possibility to work with other languages.
Look in the ./locale directories and you will see nl_NL, de_DE, en_EN and fr_FR (Dutch, German, English and French)
Other languages could be added easily, by adding directories.
All texts are "written" in the universal GetText format _("Text in English"). I use English as the basic language and...
2007-05-19 06:26:46 UTC in myCMMS
-
YES, you're right. But that means hard coding everything for not using global variables.
I'm working on it and I hope to eliminate this need in the next release...
2007-05-18 04:34:11 UTC in myCMMS
-
Check the includes/class_DB.php file, there you'll find the user / password (root ibmhuy by default).
Be aware that MySQL is configured to accept root as a user without a password on localhost... This unsafe situation must be corrected asap.
2007-05-18 04:31:54 UTC in myCMMS
-
Anyone who feels like translating can send me an EMAIL.
2007-05-18 04:28:35 UTC in myCMMS
-
Read the Information on www.mycmms.org and you'll read that the include_path should be modified.
New versions will also need this !
2007-05-17 04:41:54 UTC in myCMMS