dbTalk Databases Forums  

how to set up

comp.databases.filemaker comp.databases.filemaker


Discuss how to set up in the comp.databases.filemaker forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Ursus
 
Posts: n/a

Default how to set up - 08-28-2010 , 09:15 AM






FMP 11a, Win XP

I', trying to figure out a neat way to set up the following.

A time tracker utility.

The main goal would be to track the amount of time used per week.
It has to be able log several categories a day and at the end of the week
give a very basic total on each category used.
At the end of the year a total on each category for the year would be nice.

Tables could be:

Years
Weeks
Days

Create a record for the year
create a record for the week belonging to the year
create record for the days within the week

Each day record could hold up to 10 timeslots.
Each having it's own discription
So perhaps I could do with a Timeslot table as well.
The hierarchy being: years > weeks > days > timeslot

But now I want to be able to summarize (or count) the amount of hours spent
within a week on each TimeslotDescription

Day one might look like: [Begin - End Description]
9:00-11:00 DoingA
11:20 -11:55 DoingB
12:00-12:30 DoingC
13:00-14:00 DoingB
etc.

At the end of each week I would like to know to total hours spent within the
week on each Description.

So how do you think I could set this up best.

--
Keep well / Hou je goed

Ursus

Reply With Quote
  #2  
Old   
Your Name
 
Posts: n/a

Default Re: how to set up - 08-28-2010 , 04:52 PM






"Ursus" <ursus.kirk (AT) ziggo (DOT) nl> wrote

Quote:
FMP 11a, Win XP

I', trying to figure out a neat way to set up the following.

A time tracker utility.

The main goal would be to track the amount of time used per week.
It has to be able log several categories a day and at the end of the week
give a very basic total on each category used.
At the end of the year a total on each category for the year would be
nice.

Tables could be:

Years
Weeks
Days

Create a record for the year
create a record for the week belonging to the year
create record for the days within the week

Each day record could hold up to 10 timeslots.
Each having it's own discription
So perhaps I could do with a Timeslot table as well.
The hierarchy being: years > weeks > days > timeslot

But now I want to be able to summarize (or count) the amount of hours
spent
within a week on each TimeslotDescription

Day one might look like: [Begin - End Description]
9:00-11:00 DoingA
11:20 -11:55 DoingB
12:00-12:30 DoingC
13:00-14:00 DoingB
etc.

At the end of each week I would like to know to total hours spent within
the
week on each Description.

So how do you think I could set this up best.
It depends on many other factors (e.g. how you want to use the system /
enter data, what else you want out of it, etc.), but at the simplest level
you really only need one Table with a few data Fields:

Date
Start Time
End Time
Task

plus a Calculation Field to work out the length of time:

Duration = End Time - Start Time

and a Summary Field:

s_Duration Total of Duration

Then simply Find the appropriate Records for the week / month / year, sort
them by the Task Field and print the summary report Layout for the total
time spent on each Task:

TASK DURATION REPORT

Quote:
Header
-----------------

[Task] [s_Duration]

Quote:
Sub-summary (by Task)
-----------------

Quote:
Footer
-----------------

or sort them by Date and Start Time and print a summary report for each
Day's work:

DAILY TASK REPORT

Quote:
Header
-----------------

[Date]

Quote:
Sub-summary (by Date)
-----------------

[Start Time] - [End Time] [Task]

Quote:
Body
-----------------

Quote:
Footer
-----------------


Helpfull Harry )

Reply With Quote
  #3  
Old   
Ursus
 
Posts: n/a

Default Re: how to set up - 08-29-2010 , 12:32 PM



Thanks Harry,

That's a good place to start from

--
Keep well / Hou je goed

Ursus

"Your Name" <your.name (AT) isp (DOT) com> schreef in bericht
news:i5c0b7$s6a$1 (AT) lust (DOT) ihug.co.nz...
Quote:
"Ursus" <ursus.kirk (AT) ziggo (DOT) nl> wrote in message
news:ecaf1$4c791a18$5353989e$9566 (AT) cache1 (DOT) tilbu1.nb.home.nl...
FMP 11a, Win XP

I', trying to figure out a neat way to set up the following.

A time tracker utility.

The main goal would be to track the amount of time used per week.
It has to be able log several categories a day and at the end of the week
give a very basic total on each category used.
At the end of the year a total on each category for the year would be
nice.

Tables could be:

Years
Weeks
Days

Create a record for the year
create a record for the week belonging to the year
create record for the days within the week

Each day record could hold up to 10 timeslots.
Each having it's own discription
So perhaps I could do with a Timeslot table as well.
The hierarchy being: years > weeks > days > timeslot

But now I want to be able to summarize (or count) the amount of hours
spent
within a week on each TimeslotDescription

Day one might look like: [Begin - End Description]
9:00-11:00 DoingA
11:20 -11:55 DoingB
12:00-12:30 DoingC
13:00-14:00 DoingB
etc.

At the end of each week I would like to know to total hours spent within
the
week on each Description.

So how do you think I could set this up best.

It depends on many other factors (e.g. how you want to use the system /
enter data, what else you want out of it, etc.), but at the simplest level
you really only need one Table with a few data Fields:

Date
Start Time
End Time
Task

plus a Calculation Field to work out the length of time:

Duration = End Time - Start Time

and a Summary Field:

s_Duration Total of Duration

Then simply Find the appropriate Records for the week / month / year, sort
them by the Task Field and print the summary report Layout for the total
time spent on each Task:

TASK DURATION REPORT

|Header
-----------------

[Task] [s_Duration]

|Sub-summary (by Task)
-----------------

|Footer
-----------------

or sort them by Date and Start Time and print a summary report for each
Day's work:

DAILY TASK REPORT

|Header
-----------------

[Date]

|Sub-summary (by Date)
-----------------

[Start Time] - [End Time] [Task]

|Body
-----------------

|Footer
-----------------


Helpfull Harry )



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.