Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
7answers
462 views

To charge or not to charge?

At our company we charge by the hour, which is actually broken down into 6 min chunks. At the end of the day you end up recording 8 HRS, 8.1 HRS (i.e., 8 HRS 6 min), etc. to a task, where the task ...
3
votes
3answers
195 views

Calculating wage by hours worked

Hey all, i am trying to figure out how to calculate the wage for an employee when they clock out. This is the code i am currently using: Dim theStartTime As Date Dim theEndTime As Date Dim ...
2
votes
2answers
200 views

PHP Question - Safe mode error when setting timezone

I'm trying to install a PHP application on my server. But I'm getting this error: Warning: putenv() [function.putenv]: Safe Mode warning: Cannot set environment variable 'PHP_TZ' - it's not ...
1
vote
3answers
1k views

Creating a timesheet for work using PHP MySQL

I am trying to create a time-sheet for my work. I don't know if getting myself into a lot of work by doing this as I am quiet new to PHP and MYSQL but I do have a good understanding/knowledge of the ...
0
votes
0answers
30 views

tabular create or update on fixed number of inputs in yii for timesheet

I have a timesheet with table as follows: Timesheet: timesheet_id int(11) NOT NULL AUTO_INCREMENT, employee_id int(11) NOT NULL, date date NOT NULL, submitted tinyint(4) NOT NULL, ...
0
votes
1answer
140 views

db architechture of a time sheet application in RoR

As I am reading the rails 3 way I wanted to make a small app that will help me learn along with the book. I am thinking of making a simple timesheet application in rails, however, I can't figure out ...
0
votes
1answer
153 views

Advanced Excel: Sum of relative cells of a category

I’m a designer. I have a list of tasks, with hours, and I’ve split them into milestones. I want to count the number of hours for each milestone. Here’s a picture: In other words: I want to look at ...
0
votes
1answer
332 views

Accessing models from view in MVC 2 Timesheet application?

I am trying to create a timesheet application in MVC 2, but I feel like I am still struggling to grasp the model/view relationships and all that. The problem I have is, I want to let the user report ...
0
votes
1answer
33 views

Capturing Employee Time using a collection

I want to create a timesheet application where I need an application that will collect data from the logged in user regarding the number of hours they worked on a specific date. The user will be ...
0
votes
1answer
97 views

eConnect timesheet entry multicurrency issue

I'm trying to use econnect to insert TimeSheet Entry batches from an external system via "taPATimeSheetLineInsert". When using the fuctionnal currency everything works fine. The problem is that when ...
0
votes
2answers
272 views

Are there any JSON (or YAML) based “time sheet” or “work log” related formats for recording time spent on tasks?

I just need a simple JSON or YAML (or other) text based format for recording the time I spend on tasks. I prefer to do as much work as possible in my text editor (e text editor) so it is more natural ...