
Is it possible? If yes, how? Why is it missing in the first place? Imho a due date is a pretty important information of a service request, don't you think?
Moderator: crythias
I want the customers to be able to specify a due date. The hope is to never run into an escalationferrosti wrote:This is solved with escalation times and/or services in case you work with ITSM.
Hey, nice find!!richydom wrote:Hello,
in the demo of OTRS (http://www.otrs.com/products/help-desk/online-demo/) it is possible to set an delivery date.
How can I activate this in OTRS/ITSM?
Kind regards,
richydom
What do you mean CI? ConfigItem or some else?kitzingmarko wrote:Ok, I know how to do it in OTRS 3.1.1.
You have to create a new dynamic field for tickets (Admin -> dynamic fields) of type "Date" with the appropriate options. Then you have to activate the new field for the CI in the SysConfig (Ticket -> Frontend::Customer::Ticket::ViewNew).
This way is not available in OTRS 3.1.1, but I've found it in version 3.0.11, which is our current productive version.richydom wrote:There is an easier and better way to show the delivery date.
Ticket -> Frontend::Customer::Ticket::ViewNew -> Ticket::Frontend::CustomerTicketMessage###TicketFreeTime
Set Key 6 with Content 0 = Disabled, 1 = Enabled, 2 = Enabled and required
Customer Interfaceyuri0001 wrote:What do you mean CI? ConfigItem or some else?
I managed to make a due date available in the CI and also gave it a meaningful name, but it's only in German. If I switch to English, it's still displayed in German.kitzingmarko wrote:This way is not available in OTRS 3.1.1, but I've found it in version 3.0.11, which is our current productive version.richydom wrote:There is an easier and better way to show the delivery date.
Ticket -> Frontend::Customer::Ticket::ViewNew -> Ticket::Frontend::CustomerTicketMessage###TicketFreeTime
Set Key 6 with Content 0 = Disabled, 1 = Enabled, 2 = Enabled and required
So thank you very much, sir!
Try to edit Ticket -> Core::TicketFreeTime -> TicketFreeTimeKey6 (Default: due date)I managed to make a due date available in the CI and also gave it a meaningful name, but it's only in German. If I switch to English, it's still displayed in German.
Is there a way to provide the system with localized versions of such names?
That is what I did. But where do I put the translated versions?richydom wrote:Try to edit Ticket -> Core::TicketFreeTime -> TicketFreeTimeKey6 (Default: due date)I managed to make a due date available in the CI and also gave it a meaningful name, but it's only in German. If I switch to English, it's still displayed in German.
Is there a way to provide the system with localized versions of such names?
Open de_ITSMTicket.pm from folder .../otrs/Kernel/Language and edit the line:kitzingmarko wrote:That is what I did. But where do I put the translated versions?richydom wrote:Try to edit Ticket -> Core::TicketFreeTime -> TicketFreeTimeKey6 (Default: due date)I managed to make a due date available in the CI and also gave it a meaningful name, but it's only in German. If I switch to English, it's still displayed in German.
Is there a way to provide the system with localized versions of such names?
Ok, I get the idea. There is probably a file fr_ITSMTicket.pm to store the translation in french etc.richydom wrote: Open de_ITSMTicket.pm from folder .../otrs/Kernel/Language and edit the line:
$Self->{Translation}->{'Due date'} = 'Fälligkeitsdatum';