Re: [otrs] Time Accounting leave hours

2015-01-05 Thread Carlos Rodríguez
Hi Paolo: Well for each day you can specify also if you want to mark it as Vacation, sick or overtime leave, mass entry is if you want to do it for more than 1 day. A limitation of TimeAccounting in its current state is that it marks the complete day to leave, there is currently no possibility

Re: [otrs] Time Accounting Module

2010-08-26 Thread Michiel Beijen
Hi Winter, The Time Accounting module can be used to keep track of how many hours an agent worked. This is NOT integrated with OTRS tickets. HTH, -- Michiel Beijen Senior Consultant OTRS BV Schipholweg 103 2316 XC Leiden The Netherlands T: +31 71 8200 255 F: +31 71 8200 254 I: http://www.otr

Re: [otrs] Time Accounting Package - Reporting

2010-07-29 Thread Esteban Abete
Hi Torsten, thanks a lot for your clarification. It seems that i wil have to learn pearl...jeje Best regards. Esteban, 2010/7/29, Torsten Thau : > Hi Esteban, > >> The reporting section of this module,does not alow to get any customized >> report of the information loaded trought this module. >>

Re: [otrs] Time Accounting Package - Reporting

2010-07-29 Thread Torsten Thau
Hi Esteban, > The reporting section of this module,does not alow to get any customized > report of the information loaded trought this module. > Is there any way to get de information trought the Stats module of the > OTRS?? > Can anybody help me? Currently there is no time accounting reporting a

Re: [otrs] Time accounting module

2009-09-16 Thread Marco Vannini
Hi, I can tell you that we have used for a while this module that is very interesting but unfortunally is not directly related to agent and ticket. Let me try to eplain this. After installation you are able to define projects and agent assigned to those with total hour per week/month (I don't remem

Re: [otrs] Time accounting module

2009-06-12 Thread Ivan De Masi
Roman Haag schrieb: > is there no other approach? I mean this is somewhat "ugly", because > worked hours, vacancies etc. are not correct then. > Is it possible to add another flag (like ill, vacancy) for "absent, > part-time"?? > so no ours are calculated... > > thanks for any hints! Hi, thanks

Re: [otrs] Time accounting module

2009-06-10 Thread Roman Haag
is there no other approach? I mean this is somewhat "ugly", because worked hours, vacancies etc. are not correct then. Is it possible to add another flag (like ill, vacancy) for "absent, part-time"?? so no ours are calculated... thanks for any hints! Am 10.06.2009 um 15:13 schrieb Frans Ste

Re: [otrs] Time accounting module

2009-06-10 Thread Frans Stekelenburg
Exactly. (looks like : ) Kind regards, Frans Stekelenburg NetDialog Service Center +31 30 789 3636 www.netdialog.eu > > Hi Frans, > > so if I get you right, you defined a project for absence and people > working only 3 days feed the system with absence hours/

Re: [otrs] Time accounting module

2009-06-10 Thread Ivan De Masi
Frans Stekelenburg schrieb: > Ivan, > > As for your second problem, 3 & 4 day working weeks are pretty common in > the Netherlands :-) > We have created a project code 'Internal n.w. - Parttime Absence' > (n.w.=Non Working). > (We had a manager who always liked to have everybody end up with 40 > h

Re: [otrs] Time accounting module

2009-06-10 Thread Frans Stekelenburg
Ivan, As for your second problem, 3 & 4 day working weeks are pretty common in the Netherlands :-) We have created a project code 'Internal n.w. - Parttime Absence' (n.w.=Non Working). (We had a manager who always liked to have everybody end up with 40 hours a week on the sheets so he could tell t

Re: [otrs] Time Accounting

2008-05-21 Thread James Taylor
On 17 May 2008, Jay Holler wrote: On Thu, May 15, James Taylor On 15 May 2008, Jay Holler wrote: I am implementing an OTRS server in my organization and I am looking for a way to identify the number of hours reported in the "Time units (work units):" field by an agent when closing a tick

Re: [otrs] Time Accounting

2008-05-16 Thread Jay Holler
James, That would be great if you could share your solution. Right now it appears to be the only way to do it. Rather unfortunate as the rest of the OTRS system handles our needs quite nicely. Thanks, Jay On Thu, May 15, 2008 at 12:14 AM, James Taylor <[EMAIL PROTECTED]> wrote: > On 15 May 200

H�zon k�v�li automatikus v�lasz/Out of office autoreply / Re: Re: [otrs] Time Accounting

2008-05-14 Thread Sandor Feher
Május 15-én házon kívül tartózkodom. Technikai segítségkérési ügyekben kollégáim a [EMAIL PROTECTED] e-mail címen érhetõk el. -- I'm out of office on 15th of May. In case of any technical support request you can reach my collegues at [EMAIL PROTECTED] e-mail address. __

Re: [otrs] Time Accounting

2008-05-14 Thread James Taylor
On 15 May 2008, at 06:20, Jay Holler wrote: I am implementing an OTRS server in my organization and I am looking for a way to identify the number of hours reported in the "Time units (work units):" field by an agent when closing a ticket on a monthly basis by client. I have searched the li

H�zon k�v�li automatikus v�lasz/Out of office autoreply / Re: [otrs] Time Accounting

2008-05-14 Thread Sandor Feher
Május 15-én házon kívül tartózkodom. Technikai segítségkérési ügyekben kollégáim a [EMAIL PROTECTED] e-mail címen érhetõk el. -- I'm out of office on 15th of May. In case of any technical support request you can reach my collegues at [EMAIL PROTECTED] e-mail address. __

Re: [otrs] Time Accounting: How to make months start on 15th day instead of 1st Day?

2008-01-15 Thread Torsten Thau
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Daniel, Daniel "Stonegate" Fischer schrieb: > How is it possible to make the module reset all times on 15th of each > month instead of 1st Day of a month? There's no config option or something like that. This is not possible without modifying th

Re: [otrs] Time-Accounting

2007-11-29 Thread Rico Barth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Agim Cami! On Wed, 28 Nov 2007, Agim Cami wrote: In Time-Acounting menu, under Acction Settings the required field is "Action". What to put in this field? You may put in this field all project-related activities. You can configure this setti

RE: [otrs] Time Accounting report

2007-01-22 Thread Beugen, Peter van
I think this will do: SELECT t.create_by, u.first_name, u.last_name, Sum(t.time_unit) FROM time_accounting AS t Left Join system_user AS u ON t.create_by = u.id WHERE year(t.create_time) = '2006' GROUP BY t.create_by It will give you userid, firtstname, lastname, total work-units In 2006 Custom

Re: [otrs] Time Accounting per agent

2006-08-21 Thread Danie
I have loaded the beta on a test system , however I do not see the "Agent" restriction or option in any of the Steps , will it be incorporated in the final release? Also , will there be an option to specify your own valid criteria , by this I basically mean a GUI for using SQL queries :) It

Re: [otrs] Time Accounting per agent

2006-08-19 Thread Andy Lubel
[code] select sum(a.time_unit), b.tn, b.title, c.login from time_accounting a, ticket b, system_user c where a.ticket_id=b.id and a.create_by=c.id group by a.ticket_id [/code] I know its really simple, but im not an analyst! Thanks for input, Andy On 8/18/06 12:45 AM, "Alexander Scholler" <[EM

Re: [otrs] Time Accounting per agent

2006-08-19 Thread Andy Lubel
Thanks, I have the beta, need to brush up on my german! I like where you are going with this feature by the way! On 8/18/06 5:03 AM, "Christian Schoepplein" <[EMAIL PROTECTED]> wrote: > Hi Andy, > > On Thu, Aug 17, 2006 at 04:10:19PM -0400, Andy Lubel wrote: >> In Stats, OTRS has a great Time

Re: [otrs] Time Accounting per agent

2006-08-18 Thread Christian Schoepplein
Hi Andy, On Thu, Aug 17, 2006 at 04:10:19PM -0400, Andy Lubel wrote: >In Stats, OTRS has a great Time Accounting selection that details the amount >of time spent to handle each customer. This is good but we also need the >accumulated time actually spent on any given ticket (i.e., by owner). > >I

Re: [otrs] Time Accounting per agent

2006-08-17 Thread Alexander Scholler
Hi Andy, Andy Lubel schrieb: > In Stats, OTRS has a great Time Accounting selection that details the amount > of time spent to handle each customer. This is good but we also need the > accumulated time actually spent on any given ticket (i.e., by owner). > > I have tried to develop a SQL state

Re: [otrs] time accounting otrs 2.0.4

2006-05-24 Thread Christian Schoepplein
Hi Johan, On Wed, May 24, 2006 at 09:05:31AM +0200, Johan Bijlsma wrote: >When I use time accounting i get after some minutes a Internal Server >Error. This problem occurs from month 3. Month 1 en 2 generates reports >without a problem. Sounds like a timeout problem or to much data are transmitte

RE: [otrs] Time Accounting

2005-02-16 Thread Pete McDonnell
Does anyone know how to fill the time_unit text entry field with a default value?  I'll be setting the field to be mandatory soon and it would be a real pain in the neck if you had to click in the field every time (even if closing a ticket just after you replied or the like).  I'd just like

RE: [otrs] Time Accounting

2005-02-08 Thread Pete McDonnell
Donnell Sent: Friday, February 04, 2005 10:53 AMTo: User questions and discussions about OTRS.Subject: RE: [otrs] Time Accounting Is anyone using time accounting in the real world?  Someone must... Are you using minutes or hours as the time unit?   Any reports or queries that

RE: [otrs] Time Accounting

2005-02-04 Thread Pete McDonnell
ser questions and discussions about OTRS. > Subject: Re: [otrs] Time Accounting > > In the installation I'm involved in we also use minutes > (integer) as time units. > At the end of the month a aggregate my units per ticket into > a list and add this as appendix to my invoice, 

Re: [otrs] Time Accounting

2005-02-04 Thread Gerold Gruber
In the installation I'm involved in we also use minutes (integer) as time units. At the end of the month a aggregate my units per ticket into a list and add this as appendix to my invoice, 'cause I get paid for handling tickets in this case. So I'm also 'raw' on the database: select tn, customer_id

RE: [otrs] Time Accounting

2005-02-04 Thread Pete McDonnell
Hip Interactive > -Original Message- > From: Harald Paterek [mailto:[EMAIL PROTECTED] > Sent: Friday, February 04, 2005 11:00 AM > To: User questions and discussions about OTRS. > Subject: Re: [otrs] Time Accounting > > I am using this. We are using minutes. But you ca

Re: [otrs] Time Accounting

2005-02-04 Thread Harald Paterek
ager, Technical Services Hip Interactive *From:* Pete McDonnell *Sent:* Thursday, February 03, 2005 10:51 AM *To:* User questions and discussions about OTRS. *Subject:* RE: [otrs] Time Accounting Correction, both systems are not displaying the same behaviour. No

RE: [otrs] Time Accounting

2005-02-04 Thread Pete McDonnell
McDonnell Sent: Thursday, February 03, 2005 10:51 AMTo: User questions and discussions about OTRS.Subject: RE: [otrs] Time Accounting Correction, both systems are not displaying the same behaviour.  No fraction of a whole time unit is being stored.  The decimal places are just zeroes

RE: [otrs] Time Accounting

2005-02-03 Thread Pete McDonnell
:44 AMTo: User questions and discussions about OTRS.Subject: RE: [otrs] Time Accounting So I changed the time_accounting.time_unit field to decimal(4,2) and added the following to Kernel/Config.pm:   $Self->{FrontendNeedAccountedTime} = 1;$Self->{TimeUnits} = ' (hou

RE: [otrs] Time Accounting

2005-02-03 Thread Pete McDonnell
So I changed the time_accounting.time_unit field to decimal(4,2) and added the following to Kernel/Config.pm:   $Self->{FrontendNeedAccountedTime} = 1;$Self->{TimeUnits} = ' (hours)'; The time is only getting recorded as an integer still though.  IE if I enter 0.25 for the time unit field on

Re: [otrs] Time accounting

2004-09-07 Thread Martin Edenhofer
Hi Timm, On Tue, Sep 07, 2004 at 09:46:49AM -0500, Neal Timm wrote: > How do I get it to show the amount of minutes that was used on a ticket > when you pull up the closed ticket. Ticket search -> Zoom Ticket -> Accounted Time (below the ticket status). > Neal Timm > System Engineer/Developer >

Re: [otrs] Time accounting

2004-07-02 Thread Robert Kehl
On Thursday, July 01, 2004 11:07 AM Christian Schaller <[EMAIL PROTECTED]> wrote: > Is there an easy way to find out how many time units have been spent > during a period (e.g. last month) for a certain queue? Not atm, sorry. We're developing a stats module that may later do the job. Check out the

Re: [otrs] Time Accounting

2004-06-28 Thread Robert Kehl
On Monday, June 28, 2004 10:49 AM Madhuri Neerukonda <[EMAIL PROTECTED]> wrote: [techtechtech] This is much better suited on [dev]. Anyone interested please subscribe here: http://lists.otrs.org/cgi-bin/listinfo/dev Thank you for your cooperation, Robert Kehl -- ((otrs.de)) :: OTRS GmbH :: Nors

Re: [otrs] Time accounting

2003-07-30 Thread Martin Edenhofer
Hi Jake, On Thu, Jul 24, 2003 at 02:26:45PM -0400, Covert, Jake wrote: > It appears that OTRS 1.1.2 will only account time in integers (1 hour only, > 15 minutes, etc). Do you think we could get otrs to support .25 hours, or > .75 hours, etc? It's on the todo list for OTRS 1.2. .-) > **