I was testing ITSM time Accounting , I had created a project then the task and added the users. When I have added the project details and saved it. Now I am not able to go back to main navigation dashboard to add tickets. Even after deleting the project, "time accounting" sceen will not allow to go back to main "Dashboard" does anyone know why?
Thanks
Sunril
ITSM Time Accounting
Moderator: crythias
-
- Znuny newbie
- Posts: 14
- Joined: 13 Oct 2011, 15:50
- Znuny Version: 3.1.7
- Real Name: Suneil
- Company: Access USA Shipping Inc
- Location: Sarasota
-
- Znuny ninja
- Posts: 1029
- Joined: 13 Apr 2009, 12:26
- Znuny Version: 6.0.13
- Real Name: Wolfgang Fürtbauer
- Company: PBS Logitek GmbH
- Location: Pinsdorf
Re: ITSM Time Accounting
time accounting forces you to enter your data with a certain period
there is a config parameter: how many days grace period
to get out of the screen: enter the data for the missing days or change the config value
there is a config parameter: how many days grace period
to get out of the screen: enter the data for the missing days or change the config value
Produktiv:
OTRS 6.0.13/ ITSM 6.0.13
OS: SUSE Linux (SLES 12, Leap), MySql 5.5.x, 5.6.x
Windows 2012 AD Integration (agents and customers), Nagios integration (incidents, CMDB), Survey, TimeAccounting
OTRS 6.0.13/ ITSM 6.0.13
OS: SUSE Linux (SLES 12, Leap), MySql 5.5.x, 5.6.x
Windows 2012 AD Integration (agents and customers), Nagios integration (incidents, CMDB), Survey, TimeAccounting
-
- Znuny expert
- Posts: 172
- Joined: 16 Nov 2011, 23:35
- Znuny Version: 6.0.16
- Real Name: Jesse
- Company: Mercer Valve Company
- Location: Oklahoma USA
- Contact:
Re: ITSM Time Accounting
How do you change the config value?Wolfgangf wrote:time accounting forces you to enter your data with a certain period
there is a config parameter: how many days grace period
to get out of the screen: enter the data for the missing days or change the config value
I activated Time Accounting and I have no projects so it will not let me enter any data and it will not let me navigate to anything other than time accounting?
Thanks,
Jesse.
Powered by OTRS 6
Active Directory LDAP Integration.
Ubuntu 18 LTS, Apache2, PostgreSQL.
Active Directory LDAP Integration.
Ubuntu 18 LTS, Apache2, PostgreSQL.
-
- Znuny expert
- Posts: 172
- Joined: 16 Nov 2011, 23:35
- Znuny Version: 6.0.16
- Real Name: Jesse
- Company: Mercer Valve Company
- Location: Oklahoma USA
- Contact:
Re: ITSM Time Accounting
I found how to get around it.
If I change the date on the left to a date prior to my install and click submit it will allow me to go to the console and navigate to edit settings.
If I change the date on the left to a date prior to my install and click submit it will allow me to go to the console and navigate to edit settings.
You do not have the required permissions to view the files attached to this post.
Powered by OTRS 6
Active Directory LDAP Integration.
Ubuntu 18 LTS, Apache2, PostgreSQL.
Active Directory LDAP Integration.
Ubuntu 18 LTS, Apache2, PostgreSQL.
-
- Znuny expert
- Posts: 172
- Joined: 16 Nov 2011, 23:35
- Znuny Version: 6.0.16
- Real Name: Jesse
- Company: Mercer Valve Company
- Location: Oklahoma USA
- Contact:
Re: ITSM Time Accounting
Well I spoke too soon. While it does take me back to a console veiw and allows me to add projects and tasks it does not allow me to navigae to any other tab such as the admin section for modifying the config.
How can I turn off the time accounting, at least until I have a better grasp on how to configuring it and using it?
Thanks.
How can I turn off the time accounting, at least until I have a better grasp on how to configuring it and using it?
Thanks.
Powered by OTRS 6
Active Directory LDAP Integration.
Ubuntu 18 LTS, Apache2, PostgreSQL.
Active Directory LDAP Integration.
Ubuntu 18 LTS, Apache2, PostgreSQL.
-
- Znuny expert
- Posts: 172
- Joined: 16 Nov 2011, 23:35
- Znuny Version: 6.0.16
- Real Name: Jesse
- Company: Mercer Valve Company
- Location: Oklahoma USA
- Contact:
Re: ITSM Time Accounting
OK, I found how to fix this or at least a work around, I do not know the full impact of making this change but it allowed me to return to normal navigation.
edit the ../Kernel/System/TimeAccounting.pm
locate the section:
$MaxIntervallOfIncompleteDays
Change the setting '$Data{EnforceInsert} = 1;' to '$Data{EnforceInsert} = 0;'.
edit the ../Kernel/System/TimeAccounting.pm
locate the section:
$MaxIntervallOfIncompleteDays
Change the setting '$Data{EnforceInsert} = 1;' to '$Data{EnforceInsert} = 0;'.
Powered by OTRS 6
Active Directory LDAP Integration.
Ubuntu 18 LTS, Apache2, PostgreSQL.
Active Directory LDAP Integration.
Ubuntu 18 LTS, Apache2, PostgreSQL.
-
- Znuny ninja
- Posts: 1029
- Joined: 13 Apr 2009, 12:26
- Znuny Version: 6.0.13
- Real Name: Wolfgang Fürtbauer
- Company: PBS Logitek GmbH
- Location: Pinsdorf
Re: ITSM Time Accounting
you found it
BTW: you can also edit these settings via sysconf on the web gui
BTW: you can also edit these settings via sysconf on the web gui
Produktiv:
OTRS 6.0.13/ ITSM 6.0.13
OS: SUSE Linux (SLES 12, Leap), MySql 5.5.x, 5.6.x
Windows 2012 AD Integration (agents and customers), Nagios integration (incidents, CMDB), Survey, TimeAccounting
OTRS 6.0.13/ ITSM 6.0.13
OS: SUSE Linux (SLES 12, Leap), MySql 5.5.x, 5.6.x
Windows 2012 AD Integration (agents and customers), Nagios integration (incidents, CMDB), Survey, TimeAccounting
-
- Znuny expert
- Posts: 172
- Joined: 16 Nov 2011, 23:35
- Znuny Version: 6.0.16
- Real Name: Jesse
- Company: Mercer Valve Company
- Location: Oklahoma USA
- Contact:
Re: ITSM Time Accounting
Yes it seems to be working. I could not edit the setting from the web gui until after I changed the pm file. After I turned on Time Accounting it would not allow me to navigate anywhere outside of Time Accounting.Wolfgangf wrote:you found it
BTW: you can also edit these settings via sysconf on the web gui
I would still like to know how I could manipulate the system so it isn't asking me to fill out 238 days of time.