getting time unit to show in the tickets - status view

Moderator: crythias

Locked
offerlam
Znuny newbie
Posts: 9
Joined: 25 Nov 2013, 07:49
Znuny Version: 3.3.1
Company: Ding IT - dingit.dk

getting time unit to show in the tickets - status view

Post by offerlam »

Hi all

I'm trying to get time units to show as a column under tickets -> status view for both open and closed cases...

is this possible? i would assume it would require to fire off a SQL command against the DB but im not a DB guy :)

THANKS

Casper
offerlam
Znuny newbie
Posts: 9
Joined: 25 Nov 2013, 07:49
Znuny Version: 3.3.1
Company: Ding IT - dingit.dk

Re: getting time unit to show in the tickets - status view

Post by offerlam »

can no one help?
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: getting time unit to show in the tickets - status view

Post by crythias »

Time units is in a separate table and requires a sum of values for a given ticket id. It can be developed, but if nobody's responding, you probably won't get a better answer for the moment.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
offerlam
Znuny newbie
Posts: 9
Joined: 25 Nov 2013, 07:49
Znuny Version: 3.3.1
Company: Ding IT - dingit.dk

Re: getting time unit to show in the tickets - status view

Post by offerlam »

ok... maybe you have a better solution to my problem..

what im trying to do is to make a easy way for my bookkeeper to make the bills to my clients...

so the way i figured i would do this was to say one time unit equals 15 min of work.. so when se sees the closed case and that 4 time units have been registered she knows she has to bill the client 1 hour of work..

i was hoping she could use the status view of all the closed cases so she could get a quick overview of how much a client should pay.. is there another way to solve this?

Thanks

Casper
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: getting time unit to show in the tickets - status view

Post by crythias »

yes. sql export. You can use the sql box to do this, or you could create a web page dedicated to the report...
viewtopic.php?f=60&t=12546
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Locked