<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Efficy Overflow Q&amp;A - Recent questions tagged timesheet</title>
<link>https://overflow.efficy.io/?qa=tag/timesheet</link>
<description>Powered by Question2Answer</description>
<item>
<title>In version 11.3, is it possible to have a single view of all Timesheets without classification by project?</title>
<link>https://overflow.efficy.io/?qa=5299/version-possible-timesheets-without-classification-project</link>
<description>&lt;p&gt;In version 11.3, is it possible to have a single view of all Timesheets without classification by project?&lt;/p&gt;
</description>
<category>Efficy design guidelines</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5299/version-possible-timesheets-without-classification-project</guid>
<pubDate>Mon, 02 Mar 2020 07:08:20 +0000</pubDate>
</item>
<item>
<title>Steps of a timesheet</title>
<link>https://overflow.efficy.io/?qa=5323/steps-of-a-timesheet</link>
<description>&lt;p&gt;Hi,&lt;br&gt;
How can I fill the list of steps avalable while creating a timesheet record ?&lt;br&gt;
Thank you&lt;br&gt;
Dimiri&lt;/p&gt;
</description>
<category>How to</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5323/steps-of-a-timesheet</guid>
<pubDate>Tue, 25 Feb 2020 13:10:15 +0000</pubDate>
</item>
<item>
<title>Timesheet notification icon</title>
<link>https://overflow.efficy.io/?qa=4567/timesheet-notification-icon</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;On the right bar in Efficy, on the TIMESHEET button, there is an &quot;!&quot; icon that I cannot get rid of, why is it here and how can I remove it ?&lt;/p&gt;

&lt;p&gt;I have no use for the timesheet feature.&lt;/p&gt;

&lt;p&gt;Kind regards&lt;/p&gt;
</description>
<category>How to</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4567/timesheet-notification-icon</guid>
<pubDate>Mon, 30 Sep 2019 07:52:26 +0000</pubDate>
</item>
<item>
<title>How to customise a &quot;private method&quot; in a standard serverJS file</title>
<link>https://overflow.efficy.io/?qa=4789/how-to-customise-a-private-method-in-standard-serverjs-file</link>
<description>&lt;p&gt;Hello Efficy Team, &lt;/p&gt;

&lt;p&gt;This question is related to the answer of Kristof.&lt;br&gt;
We would like to customise the method &quot;importTimesheetFromDataSet&quot;, but we cannot access the method.&lt;/p&gt;

&lt;p&gt;How could we do that ? &lt;/p&gt;

&lt;p&gt;Regards, &lt;/p&gt;

&lt;p&gt;Loïc&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4789/how-to-customise-a-private-method-in-standard-serverjs-file</guid>
<pubDate>Fri, 13 Sep 2019 12:42:13 +0000</pubDate>
</item>
<item>
<title>How to customize something in a module of a serverJS</title>
<link>https://overflow.efficy.io/?qa=4783/how-to-customize-something-in-a-module-of-a-serverjs</link>
<description>&lt;p&gt;Hello Efficy team, &lt;/p&gt;

&lt;p&gt;I need to customize the method &quot;importToTimesheet&quot; from serverJS/workload/timesheet&quot;.&lt;br&gt;
This method is part of literal object &quot;module&quot;.&lt;/p&gt;

&lt;p&gt;How could I do that without coping the all file ?&lt;/p&gt;

&lt;p&gt;We tried this (in a timesheet.js file, in the custom) : &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;/*
@import Timesheet from &quot;workload/timesheet&quot;;
*/

Timesheet.importToTimesheet = function() {
throw new Error('Hello ?');
}

return Timesheet;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;But we get this error (when the page load) : &lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=2622706383534129016&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;

&lt;p&gt;What is the &lt;strong&gt;best practice&lt;/strong&gt; ? Coping the all file make no sens.&lt;/p&gt;

&lt;p&gt;Regards, &lt;/p&gt;

&lt;p&gt;Loïc&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4783/how-to-customize-something-in-a-module-of-a-serverjs</guid>
<pubDate>Fri, 13 Sep 2019 10:27:06 +0000</pubDate>
</item>
<item>
<title>Add lookup fields in table TIMESHEET &gt; how to create view R_TIMESHEET?</title>
<link>https://overflow.efficy.io/?qa=4621/add-lookup-fields-table-timesheet-create-view-rtimesheet</link>
<description>&lt;p&gt;Hi, we've added 2 new lookup by key fields in table TIMESHEET&lt;br&gt;
Lookups are OK when encoding TS but we can't display text value of lookup fields in a queryview. Wa can only see the lookup key, not the value. &lt;br&gt;
We need R_TIMESHEET to do that. How to do?&lt;br&gt;
Thx&lt;br&gt;
Eric&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4621/add-lookup-fields-table-timesheet-create-view-rtimesheet</guid>
<pubDate>Tue, 30 Jul 2019 15:49:36 +0000</pubDate>
</item>
<item>
<title>Link Timesheet table to another table than project</title>
<link>https://overflow.efficy.io/?qa=4218/link-timesheet-table-to-another-table-than-project</link>
<description>&lt;p&gt;Hello, &lt;/p&gt;

&lt;p&gt;We did a customisation on the timesheet a few month ago that allow user to timesheet on opportunity &lt;strong&gt;or&lt;/strong&gt; project.&lt;/p&gt;

&lt;p&gt;The customisation work fine, the customer is happy, voilà.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;BUT&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Now, he want to &quot;analyse&quot; the data and make selections with them. Without native SQL, he cannot make a link between the table &quot;timesheet&quot; and &quot;opportunities&quot;, by default.&lt;/p&gt;

&lt;p&gt;I found the function tag &lt;code&gt;&amp;lt;%SelectJoinTable()%&amp;gt;&lt;/code&gt; in dialog/Tables.htm. How can I change things in &lt;code&gt;sys_relations&lt;/code&gt; and &lt;code&gt;sys_relentities&lt;/code&gt; to have the possibility to link opportunities to Timesheet ?&lt;/p&gt;

&lt;p&gt;Regards,&lt;/p&gt;

&lt;p&gt;Loïc&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4218/link-timesheet-table-to-another-table-than-project</guid>
<pubDate>Thu, 09 May 2019 19:53:42 +0000</pubDate>
</item>
<item>
<title>Is it possible to prevent leaving timesheet with unsaved data?</title>
<link>https://overflow.efficy.io/?qa=4181/is-it-possible-prevent-leaving-timesheet-with-unsaved-data</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I was wondering if it is possible to prevent a user to access another module while there are unsaved lines in the timesheet?&lt;/p&gt;

&lt;p&gt;I know there is a check for this before importing actions, but leaving the page results in data loss. I have tried with the beforeunload event but it doesn't cover everything.&lt;/p&gt;

&lt;p&gt;Has this been done? Is it possible?&lt;/p&gt;

&lt;p&gt;Client is currently using version 10.2 but will upgrade to 11.2 soon.&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4181/is-it-possible-prevent-leaving-timesheet-with-unsaved-data</guid>
<pubDate>Mon, 29 Apr 2019 12:27:00 +0000</pubDate>
</item>
<item>
<title>fixed headers in Timesheet</title>
<link>https://overflow.efficy.io/?qa=3419/fixed-headers-in-timesheet</link>
<description>&lt;p&gt;Did anyone already made the headers in the timesheet fixed so that column names like &quot;Project&quot; &quot;Subject&quot; etc stay on top when scrolling through the timesheet ?&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3419/fixed-headers-in-timesheet</guid>
<pubDate>Thu, 26 Jul 2018 09:13:06 +0000</pubDate>
</item>
<item>
<title>Timesheet custom : duration</title>
<link>https://overflow.efficy.io/?qa=2672/timesheet-custom-duration</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;Does anyone have an example of a customer where they have customs on the duration field in the timesheet in Efficy 2014 or 10 ?&lt;/p&gt;

&lt;p&gt;Like not using a select (dropdown) anymore but HH:MM formatted in a input field ?&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2672/timesheet-custom-duration</guid>
<pubDate>Mon, 04 Sep 2017 07:06:42 +0000</pubDate>
</item>
<item>
<title>Agenda &amp; TS have a specific background color - efficy 2014</title>
<link>https://overflow.efficy.io/?qa=1849/agenda-ts-have-a-specific-background-color-efficy-2014</link>
<description>&lt;p&gt;Hello,&lt;br&gt;
Does anyone knows if &lt;br&gt;
 - Is is possible to have a specific background color for bank hilodays like for WE (saturday and Sunday background are light gray)&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;TimeSheet:&lt;br&gt;
Same as above eg have a specific color for bank holidays to distinguish from working days&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Many thanks&lt;br&gt;
Frédéric&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1849/agenda-ts-have-a-specific-background-color-efficy-2014</guid>
<pubDate>Fri, 09 Sep 2016 06:40:40 +0000</pubDate>
</item>
<item>
<title>How can we split one timesheet booking in two parts, one invoiceable and one not invoiceable</title>
<link>https://overflow.efficy.io/?qa=1373/how-split-timesheet-booking-parts-invoiceable-invoiceable</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;for Troostwijk, they want to be able to split one timesheet booking in two separate parts, one that will be invoiced and one that will not be invoiced.&lt;br&gt;
Ex: out of one booking of 8 hours on a specific project/product, they want to invoice only 6 hours, while the remaining 2 will not be invoiced.&lt;br&gt;
They don't want to force the user to make two separate bookings.&lt;/p&gt;

&lt;p&gt;Before invoicing the hours, they have an intermediate step where they have to approve the booking.&lt;br&gt;
 In that screen, could we add something that would allow the split of the hours? &lt;br&gt;
How would we register that split in the system? two fields in the timesheet table F&lt;em&gt;Invoiceable and F&lt;/em&gt;notinvoiceable?  and by default, the f_invoiceable would be the duration of the booking?&lt;/p&gt;

&lt;p&gt;Have we already done something like that for another customer?&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

&lt;p&gt;Bruno&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1373/how-split-timesheet-booking-parts-invoiceable-invoiceable</guid>
<pubDate>Thu, 25 Feb 2016 11:51:11 +0000</pubDate>
</item>
<item>
<title>Import timesheet : duration are always rounded</title>
<link>https://overflow.efficy.io/?qa=1243/import-timesheet-duration-are-always-rounded</link>
<description>&lt;p&gt;6640&lt;/p&gt;

&lt;p&gt;Even after setting TimesheetImportRoundMinutes to 0 in sys_storage, imported actions have a rounded duration.&lt;/p&gt;

&lt;p&gt;Not only in the timesheet interface as mentionned in the documentation but in the timesheet table itself.&lt;/p&gt;

&lt;p&gt;My customer has a strong constraint on work duration of 7h38m per day.&lt;br&gt;
The duration can't be rounded!&lt;/p&gt;
</description>
<category>Efficy Installation/Settings</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1243/import-timesheet-duration-are-always-rounded</guid>
<pubDate>Tue, 19 Jan 2016 06:32:30 +0000</pubDate>
</item>
<item>
<title>Word Template with Time-Sheet records</title>
<link>https://overflow.efficy.io/?qa=1021/word-template-with-time-sheet-records</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I would like to create a word template containing table with the timesheet records, this template will be lunched from Company consult context (we already made the link between Comp and Time in consult context). But apparently, &quot;GetRtfTable('Time')&quot; is not working. Mybe 'Time' is not considered by this function. We found a work around using &quot;Runscript&quot; in template. But my question is there any way to be able do it in the standard way &quot;GetTable&quot; or &quot;GetRtfTable&quot;? this standard entity and standard function, why it's not working? am i missing something?&lt;/p&gt;

&lt;p&gt;Please let me know your suggestions and advises.&lt;/p&gt;

&lt;p&gt;Thank you.&lt;br&gt;
Best Regards.&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1021/word-template-with-time-sheet-records</guid>
<pubDate>Fri, 18 Dec 2015 09:33:26 +0000</pubDate>
</item>
<item>
<title>Add fields to Timesheet module and popup in Proj_TS</title>
<link>https://overflow.efficy.io/?qa=680/add-fields-to-timesheet-module-and-popup-in-projts</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;Please i need to add new field to timesheet, it's the &quot;MODE&quot; field from actions. can you please advise how to do this? i searched in &quot;Fields&quot; in Conficy but couldn't find &quot;TimeSheet&quot; table or its fields. &lt;br&gt;
So after adding it to Timesheet, i want to add this field also in TimeEdit.htm, so just add the proper html there and that's it? i mean after adding &quot;MODE&quot; field properly to DB and Timesheet interface.&lt;/p&gt;

&lt;p&gt;Thank you.&lt;br&gt;
Best Regards.&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=680/add-fields-to-timesheet-module-and-popup-in-projts</guid>
<pubDate>Thu, 27 Aug 2015 15:48:27 +0000</pubDate>
</item>
<item>
<title>R6100 - Import from Timesheet not working</title>
<link>https://overflow.efficy.io/?qa=520/r6100-import-from-timesheet-not-working</link>
<description>&lt;p&gt;Dear fellow Efficy Developers,&lt;/p&gt;

&lt;p&gt;The request Agenda: Self has been optimized in order to lower the response time when displaying the Agenda, but causes troubles when importing actions from the agenda (so not for tasks) in the Timesheet (it just doesn’t work anymore because one value is not gathered).&lt;/p&gt;

&lt;p&gt;So we need to modify in the table SYS&lt;em&gt;QUERIES the SQLTEXT value for the record K&lt;/em&gt;MASTER=35 and K_DETAIL=1, and put the following value :&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;[Select]
ACTIONS.K_ACTION
ACTIONS.DONE
ACTIONS.D_BEGIN
ACTIONS.D_END
ACTIONS.PLANNED hidden
ACTIONS.SUBJECT
ACTIONS.D_CHANGE
ACTIONS.MODE
ACTIONS.NATURE
ACTIONS.TRAVELBEFORE
ACTIONS.TRAVELAFTER
ACTIONS.TIMEZONE
ACTIONS.TIMEZONE [TZMODIFIED]
ACTIONS.LOCATION
ACTIONS.USERS
ACTIONS.ALLDAYEVENT
ACTIONS.P_D_BEGIN hidden
ACTIONS.P_D_END hidden
ACTI_PROJ.K_PROJECT
ACTI_PROJ.MAIN hidden

[From]
ACTIONS
ACTIONS ACTI_PROJ complete

[Where]
ACTIONS.P_D_END &amp;gt;= &quot;1/1/2000&quot;
ACTIONS.P_D_BEGIN &amp;lt; &quot;2/1/2000&quot;
&amp;lt;#USERLINK table=&quot;ACTIONS&quot; usertable=&quot;ACTI_USER&quot; key=&quot;K_ACTION&quot; isactiveparam=&quot;true&quot; actionstatus=&quot;true&quot;&amp;gt;
ACTIONS.PLANNED = 1 [fixed]
ACTI_PROJ.MAIN = 1 [fixed]

[Orderby]

[Columns]
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Be aware that in the next release there will be changes in the import from the Timesheet, so the field ISCUSTOM=1 should be changed to ISCUSTOM=0 just before the next Database Upgrade.&lt;/p&gt;

&lt;p&gt;Geoffrey&lt;/p&gt;
</description>
<category>2014 - r6100 (+ r6099)</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=520/r6100-import-from-timesheet-not-working</guid>
<pubDate>Fri, 17 Jul 2015 13:05:43 +0000</pubDate>
</item>
</channel>
</rss>