I would like to add CHF currency for the contract management. Do you know how to do this ?
I tried to change the mysql table "contracts" :
8 cost_currency enum('dollars', 'euros', 'chf')
but it changed nothing in iTop...
Thanks,
Davy
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
To Create and install a new extension, I have followed the steps which was described on the web,but when I reinstall iTop,iTop could not show the new extension. I have checked the location of generated files( is in the correct place:C:\Program Files\wamp\www\itop\web\extensions\monitor),but I could not find the reason why the iTOP did not show my new extension .
Could you help me please ?
Thanks a lot for your help !
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there,
I would like to add CHF currency for the contract management. Do you know how to do this ?
I tried to change the mysql table "contracts" :
8 cost_currency enum('dollars', 'euros', 'chf')
but it changed nothing in iTop...
Thanks,
Davy
Create and install a new extension (see: https://wiki.openitop.org/doku.php?id=2_0_3:customization:start)
Add the refinement to your extensions:
Create a dict file for formatting the new Value with:
Reinstall iTop or use the toolkit
Hi Thomas,
To Create and install a new extension, I have followed the steps which was described on the web,but when I reinstall iTop,iTop could not show the new extension. I have checked the location of generated files( is in the correct place:C:\Program Files\wamp\www\itop\web\extensions\monitor),but I could not find the reason why the iTOP did not show my new extension .
Could you help me please ?
Thanks a lot for your help !
okay, I'm going to try that ;) thanks !