Search found 13 matches

by sale1902
07 Oct 2013, 09:05
Forum: Help
Topic: Send all tickets in pdf via email
Replies: 3
Views: 1493

Re: Send all tickets in pdf via email

That sounds good, will try that.
by sale1902
04 Oct 2013, 10:52
Forum: Help
Topic: Send all tickets in pdf via email
Replies: 3
Views: 1493

Send all tickets in pdf via email

Hi, what i am trying to accomplish is: Every two weeks, send all tickets that satisfy certain conditions (dynamic field values,..) in pdf format via email. Alot of ideas come to my mind, but best one seems like: whenever above mentioned conditions are met, on TicketClose, save/print pdf ticket local...
by sale1902
03 Oct 2013, 15:05
Forum: Help
Topic: edit dahsboard
Replies: 1
Views: 804

Re: edit dahsboard

For changing the words in dashboard, you can just edit /Kernel/Language/your_language.pm

For programming the dashboard, right file would be: /Kernel/Output/HTML/Standard/AgentDashboard.dtl

Backup before you edit :)
by sale1902
03 Oct 2013, 14:36
Forum: Help
Topic: Does this feature exist?
Replies: 4
Views: 1740

Re: Does this feature exist?

I think what you need are the groups. Go to administration -> groups. Lets say one company(country) is group users. Create new group for second company(country) and third one.
After that you can assign queues, agents, etc to the group you need.
Let me know if that helps.
by sale1902
25 Sep 2013, 13:20
Forum: Help
Topic: close ticket using email client
Replies: 5
Views: 3670

Re: close ticket using email client

I use standard timeunit functionality for now. However, my idea was to "convert" it to dynamic field aswell (since i already have a working one). I only hoped that there is maybe something i'm missing regarding timeunits and x-otrs headers. But apparently there is no x-otrs header. Thanks ...
by sale1902
24 Sep 2013, 13:10
Forum: Help
Topic: close ticket using email client
Replies: 5
Views: 3670

Re: close ticket using email client

Hi all, wanted to join abit on this subject. I implemented this some time ago already, but now i am in need of abit more complicated scenario. What i need is: Match => body == <<closed,yes,()\w*>> Set => x-otrs-state == closed successfully x-otrs-dynamicfieldvalue_custom == yes x-otrs-TIMEUNITS == t...
by sale1902
21 Sep 2013, 10:05
Forum: Help
Topic: otrs.GenerateStats.pl
Replies: 0
Views: 626

otrs.GenerateStats.pl

Hi all, i have a problem with this script thats bugging me. When i pass the parameter -l hr for Croatian language, or for any other for that matter, it doesn't work. I checked the source, it's searching in Kernel::Language which is ok, because Croatian translation is Kernel::Language::hr package. Ev...
by sale1902
18 Sep 2013, 14:54
Forum: Help
Topic: Using report parameters with otrs.GenerateStats.pl
Replies: 8
Views: 4756

Re: Using report parameters with otrs.GenerateStats.pl

Hi, the OP asked question regarding the language aswell. I have the same problem. When i pass the parameter -l hr for Croatian language, or for any other for that matter, it doesn't work. I checked the source, it's searching in Kernel::Language which is ok, because Croatian translation is Kernel::La...
by sale1902
04 Jun 2013, 11:54
Forum: Help
Topic: [Solved]Print ticket advanced formatting
Replies: 2
Views: 2070

[Solved]Re: Print ticket advanced formatting

Thanks alot man :) This actually works...much appreciated! :)
by sale1902
30 May 2013, 16:50
Forum: Help
Topic: [Solved]Print ticket advanced formatting
Replies: 2
Views: 2070

[Solved]Print ticket advanced formatting

Hi, what i am trying to accomplish is this: if certain dynamic field value is selected and article number is max(article number) print ticket in pdf without last article Basically: if a dynamic field value is selected, dont print last article of a ticket. My problem is that i am not that good with p...
by sale1902
04 Feb 2013, 22:59
Forum: Help
Topic: On TicketClose do AgentTicketPrint
Replies: 3
Views: 1340

Re: On TicketClose do AgentTicketPrint

Hey Crythias, thanks alot for this, however, this is only a partly solution for me. What this does for me is it prints (opens new page) the ticket while it's still not closed, so last part of it is not in the report. What i need is : if checkbox state = checked (this doesn't necessarilly have to be ...
by sale1902
04 Feb 2013, 16:58
Forum: Help
Topic: On TicketClose do AgentTicketPrint
Replies: 3
Views: 1340

On TicketClose do AgentTicketPrint

Hey, this is what i want to do. I set up few dynamic fields that are showing on TicketClose screen. That part works ok. One of the dynamic fields is "Print this ticket to pdf" which is a checkbox. What i would like to know is how can i set up that when this checkbox field is checked, ticke...
by sale1902
04 Jan 2012, 10:48
Forum: Help
Topic: Notification email to all adresses from external mail
Replies: 0
Views: 496

Notification email to all adresses from external mail

Hi, we have most of our ticket requests coming from external mails. I have set 2 main notifications for customers who send their requests from external mail. 1) notification about ticket being worked on (it sends email to customer when an agent locked a ticket), 2) notification about succesfully clo...