Search found 48 matches

by tina
25 Jul 2012, 15:36
Forum: Developers
Topic: OTRS develop
Replies: 0
Views: 875

OTRS develop

Hi, I'm tying to develop a link in web form "AgentITSMWOrkorderAgent.dtl" that allows to redirect user to another web form, and in the file "AgentITSMWOrkorderAgent.pm" I write this code: if ( $Self->{Subaction} eq 'Close' ) { return $Self->{LayoutObject}->PopupClose( URL => &quo...
by tina
16 Jul 2012, 17:32
Forum: General
Topic: Report in workorder's menu
Replies: 0
Views: 783

Report in workorder's menu

Hi, I just want to understand how the module ITSMChange works, so when I add new workorder to my change I noticed that I have the possibility to report this workorder although I am only the builder of this change, What I want to tell that the report should be accessible only by WorkorderAgent, Can a...
by tina
11 Jul 2012, 13:33
Forum: General
Topic: [Solved] Move Time Slot in changeManagement
Replies: 2
Views: 1534

Re: Move Time Slot in changeManagement

ok thank you
by tina
11 Jul 2012, 13:08
Forum: General
Topic: [Solved] Move Time Slot in changeManagement
Replies: 2
Views: 1534

[Solved] Move Time Slot in changeManagement

Hi,

Can you help me to find the solution to this problem:

when I add a change and workorders sometimes I find in menu the option Move Time Slot and somtimes no,

thank you
by tina
10 Jul 2012, 10:07
Forum: Developers
Topic: checkbox
Replies: 3
Views: 2136

Re: checkbox

thank you again,
and can you tell me how can I do it for display,
what I need is: if SecuritySI= 'yes' the checkbox appears checked
by tina
09 Jul 2012, 16:45
Forum: Developers
Topic: checkbox
Replies: 3
Views: 2136

Re: checkbox

thank you so mutch :)
by tina
09 Jul 2012, 13:07
Forum: Developers
Topic: checkbox
Replies: 3
Views: 2136

checkbox

Hi, I really need help, I try to develop a new web form that contain checkbox, <input type="checkbox" name="SecuritySI" value="Yes" $Data{"Checked"}></input> when a checkbox is checked it's ok, but I need the value of the variable is "Yes" when it is...
by tina
13 Jun 2012, 10:15
Forum: General
Topic: [Solved] Delete ITSM Change
Replies: 11
Views: 6110

Re: Delete ITSM Change

the solution to delete ITSMChange is that you should also enable changeDelete in Sysconfig

Frontend::Module###AgentITSMChangeDelete

and I want to thank the OTRS team for that amazing work :)
by tina
11 Jun 2012, 13:01
Forum: Developers
Topic: checkbox in dtl
Replies: 4
Views: 2012

Re: checkbox in dtl

but dynamic field option is not availble for change module,
is just for manage ticket,
by tina
11 Jun 2012, 12:28
Forum: Developers
Topic: checkbox in dtl
Replies: 4
Views: 2012

Re: checkbox in dtl

thank you for replying, my prblem is I have to show some prerequisites for controle in Request for change, and it should be checkbox(multiselection), I tried by adding freetext but I found just type textfield and dropdown, so I have to develop it,I found how to develop a new web form,thanks to devel...
by tina
11 Jun 2012, 11:56
Forum: Developers
Topic: checkbox in dtl
Replies: 4
Views: 2012

checkbox in dtl

Hi,
I need help from the developers team,
I have to develop a web form that contain checkbox,
can you tell me how you do it in otrs?
thank you,
by tina
07 Jun 2012, 17:37
Forum: Developers
Topic: [solved] add field to change request
Replies: 1
Views: 1170

Re: add field to change request

you can add field by using Freetext defined in sysconfig,
and Freetext has only two types textfield and dropdown
by tina
06 Jun 2012, 12:12
Forum: Developers
Topic: need help
Replies: 3
Views: 2212

Re: need help

when I modify in ITSMChange.pm,I always get this error :

Message: Attempt to reload Kernel/System/ITSMChange.pm aborted.
Compilation failed in require at /opt/otrs//Kernel/Output/HTML/ToolBarMyCAB.pm line 17.


and when I check ToolBarMyCAB.pm I find this "use Kernel::System::ITSMChange;"
by tina
06 Jun 2012, 11:52
Forum: Developers
Topic: need help
Replies: 3
Views: 2212

Re: need help

I have already read it,and I configured my web form of add service,
but in module ITSMChange I couldn't do the same thing so I though that may be I should know something else that not in develop manual
thanks,
by tina
06 Jun 2012, 11:25
Forum: Developers
Topic: need help
Replies: 3
Views: 2212

need help

hi,
I need some help to develop a new web form in module ITSMChange,
Can you tell me the steps that I should follow?
Thank you,
by tina
06 Jun 2012, 10:36
Forum: General
Topic: the type coding
Replies: 2
Views: 1709

Re: the type coding

I don't make change on dtl file,I make change on translation file

thanks,
by tina
05 Jun 2012, 16:41
Forum: General
Topic: the type coding
Replies: 2
Views: 1709

the type coding

Hi,
the type of coding I use is utf-8
and language that I use is French,
but I am having the problem of displaying special character as shown in the attached image,
Can you help me to configure my OTRS.
thank you
by tina
25 May 2012, 12:29
Forum: General
Topic: ITSMChangeManagement
Replies: 3
Views: 1610

Re: ITSMChangeManagement

I found where the error that caused these,now it works but it is visible like a choicetextfield,
and I need it to be a textfield :(
by tina
24 May 2012, 16:45
Forum: General
Topic: ITSMChangeManagement
Replies: 3
Views: 1610

Re: ITSMChangeManagement

thank you for your help,can you please tell how I can add?
because I tried and it doesn't work,
regards,
by tina
24 May 2012, 13:14
Forum: Developers
Topic: [solved] add field to change request
Replies: 1
Views: 1170

[solved] add field to change request

Hi,
I really need help,
I want to add a new field for a change request in database and make it visible in View of changes,
and possible to add a value for this field via interface,
can you tell me please the files that I should modify?
thank you for help
by tina
24 May 2012, 11:40
Forum: General
Topic: ITSMChangeManagement
Replies: 3
Views: 1610

ITSMChangeManagement

Hi,
I really need help,
I want to add a new field for a change request in database and make it visible in View of changes,
and possible to add a value for this field via interface,
can you tell me please the files that I should modify?
thank you for help
by tina
02 May 2012, 10:49
Forum: General
Topic: configitem class definition
Replies: 0
Views: 888

configitem class definition

Hi, I need some help,I want to modify a field of a configitem class definition { Key => 'Owner', Name => 'Owner', Searchable => 1, Input => { Type => 'Customer', }, }, instead of Customer I want to add user,can you help me,thank you.
by tina
26 Apr 2012, 11:21
Forum: General
Topic: delete config item
Replies: 6
Views: 31347

Re: delete config item

thank you
by tina
26 Apr 2012, 11:10
Forum: General
Topic: delete config item
Replies: 6
Views: 31347

Re: delete config item

Ok thanks,
can you help me to do it per design?
what I mean how can I add a new MenuModel item by developing it?
and define it possible for just some users (admin) ?
by tina
25 Apr 2012, 13:46
Forum: General
Topic: delete config item
Replies: 6
Views: 31347

delete config item

Hi,
I want to know if it is possible to delete a config item from interface?
Can you help me,
by tina
24 Apr 2012, 14:46
Forum: General
Topic: [Solved] Delete ITSM Change
Replies: 11
Views: 6110

Re: Delete ITSM Change

what should I do to fix this error ?
by tina
24 Apr 2012, 10:40
Forum: General
Topic: [Solved] Delete ITSM Change
Replies: 11
Views: 6110

Re: Delete ITSM Change

Ok thank you,I will try this,
but I would like to know if there is any solution for this bug?
by tina
20 Apr 2012, 11:37
Forum: General
Topic: [Solved] Delete ITSM Change
Replies: 11
Views: 6110

Re: Delete ITSM Change

I use OTRS.3.1.3
by tina
20 Apr 2012, 11:17
Forum: General
Topic: [Solved] Delete ITSM Change
Replies: 11
Views: 6110

Re: Delete ITSM Change

Hi, I enabled ChangeDelete menu from sysconfig, but when I try to delete the following error appear "error ajax during communication" apache log: ERROR: OTRS-CGI-10 Perl: 5.12.3 OS: MSWin32 Time: Fri Apr 20 09:08:07 2012 Message: Module Kernel::Modules::AgentITSMChangeDelete not registered...
by tina
19 Apr 2012, 16:35
Forum: General
Topic: [Solved] Delete ITSM Change
Replies: 11
Views: 6110

[Solved] Delete ITSM Change

Hi,
I would like to know if it is possible to delete ITSM Change in OTRS?
I search in interface and I didn't find anyway to do it?
it is very important to me to delete some data because in my first use I just put exemple data not real,
by tina
19 Apr 2012, 13:47
Forum: Help
Topic: configuration mailing
Replies: 6
Views: 3316

Re: configuration mailing

I did it I installed all the missing modules and it still not working
by tina
19 Apr 2012, 13:45
Forum: Help
Topic: [solved] System log OTRS
Replies: 2
Views: 1253

Re: [solved] System log OTRS

thank you
by tina
19 Apr 2012, 12:41
Forum: Help
Topic: configuration mailing
Replies: 6
Views: 3316

Re: configuration mailing

I tried other configuration and track of error is differente now: Message: Attempt to reload Net/SMTP/SSL.pm aborted. Compilation failed in require at C:/PROGRA~2/OTRS/OTRS//Kernel/System/Email/SMTPS.pm line 17. BEGIN failed--compilation aborted at C:/PROGRA~2/OTRS/OTRS//Kernel/System/Email/SMTPS.pm...
by tina
19 Apr 2012, 11:18
Forum: Help
Topic: [solved] System log OTRS
Replies: 2
Views: 1253

[solved] System log OTRS

Hi,
I need to know if it is possible to enable System log in OTRS who is installed in Windows 7?
and if it is possible how can I enable it?
Any help plz
by tina
19 Apr 2012, 11:08
Forum: Help
Topic: [solved] perl.exe
Replies: 2
Views: 2950

Re: perl.exe

well as I found the solution here it is:
you should download oci.dll which is in this link http://www.fichier-dll.fr/oci.dll,3092
then you should put it in C:\Windows\System32\
by tina
18 Apr 2012, 16:27
Forum: General
Topic: performance of OTRS
Replies: 5
Views: 1727

Re: performance of OTRS

there is no other solution?
by tina
18 Apr 2012, 13:00
Forum: General
Topic: performance of OTRS
Replies: 5
Views: 1727

Re: performance of OTRS

is it recommended to install it in Linux?
by tina
18 Apr 2012, 12:16
Forum: General
Topic: performance of OTRS
Replies: 5
Views: 1727

performance of OTRS

hi, I installed OTRS in my computer and we are two who use it, but I find it slow and I do not know because of what. my question is that after I install OTRS for a company where 50 people will use it, is it going to slow it down even more? configuration of the pc I use: Windows 7 4GB RAM CPU 3.30GHz
by tina
18 Apr 2012, 12:01
Forum: Général
Topic: Traduction française
Replies: 12
Views: 9266

Re: Traduction française

Merci bcp pr le partage et le conseil,
si tu veux un peu d'aide au niveau de configuartion de OTRS ça me fera plaisir de t'aider si je connais :D ,
parce que je travaille actuellement sur la configuration de OTRS au sein d'une entreprise.
by tina
18 Apr 2012, 11:52
Forum: Help
Topic: configuration mailing
Replies: 6
Views: 3316

configuration mailing

Hi, To configure sending mail in OTRS I follow steps in this link http://faq.otrs.org/otrs/public.pl?Action=PublicFAQZoom;ItemID=363 but when I try to test my configuration by sending notification to user I get Error 500 of server, and log file contain this message: Message: Attempt to reload Net/SM...
by tina
17 Apr 2012, 17:39
Forum: Général
Topic: Traduction française
Replies: 12
Views: 9266

Re: Traduction française

Ok c'est bon,si vous voulez on partage les fichiers entre nous comme ça la tâche de traduction ne sera pas si lourde.
et je vais traduire les autres fichiers restants
Merci
by tina
17 Apr 2012, 17:11
Forum: Help
Topic: [solved] perl.exe
Replies: 2
Views: 2950

[solved] perl.exe

Hi,
when I execute the script otrs.CheckModules.pl I get error.
The error is in the attached image.
My question is the error means that I need some Modules to install?
or it just mean that I should download OCI.dll?
Thank you for helping me
by tina
16 Apr 2012, 19:20
Forum: Général
Topic: Traduction française
Replies: 12
Views: 9266

Re: Traduction française

Salut,
Moi aussi je viens de commencer la traduction,
mais s'il vous plait si quelqu'un l'a déja fait qu'il la partage,
Merci
by tina
16 Apr 2012, 13:08
Forum: Help
Topic: sending mail in OTRS
Replies: 8
Views: 2593

Re: sending mail in OTRS

Thank you so much,OTRS run perfectly now
by tina
16 Apr 2012, 12:40
Forum: Help
Topic: sending mail in OTRS
Replies: 8
Views: 2593

Re: sending mail in OTRS

How can I fix this error,should I reinstall OTRS?
by tina
16 Apr 2012, 11:46
Forum: Help
Topic: sending mail in OTRS
Replies: 8
Views: 2593

Re: sending mail in OTRS

the log Apache: [Mon Apr 16 09:31:21 2012] [error] [Mon Apr 16 09:31:21 2012] -e: No SendmailModule::Host found in Kernel/Config.pm at C:/PROGRA~2/OTRS/OTRS//Kernel/System/Email/SMTP.pm line 47.\n\t(in cleanup) Can't locate object method "EventHandlerTransaction" via package "Kernel::...
by tina
16 Apr 2012, 11:31
Forum: Help
Topic: sending mail in OTRS
Replies: 8
Views: 2593

Re: sending mail in OTRS

I followed the instructions in the admin manual, but the ERROR 500 appeared in navigator, and OTRS don't run anymore even if I re-start apache the error still appear, can you help me please. ERROR 500: Internal Server Error The server encountered an internal error or misconfiguration and was unable ...
by tina
10 Apr 2012, 18:11
Forum: Help
Topic: sending mail in OTRS
Replies: 8
Views: 2593

sending mail in OTRS

Hello,
I have just installed OTRS 3.2.1 in my computer and I use lotus like Mail Server,
I want to configure mailing in OTRS,should I edit a code source or there is an interface for that?
And tell me please how to do it?
thank you