473,761 Members | 2,824 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Graph for employee availability

I manage a small organisation of around 100 employees, with different
specialisations . It becomes difficult to check how many persons of
each specialisation are available at any time, based on their vacation
period. So I have made a ms-acces database as follows -

A table EMPL with details of employees.
A table SPEC with the various specialisations .
The EMPL table has a specialisation field linked to the SPEC table.
Finally a VACATION table with the following fields- EMPLOYEEID (linked
to EMPL), StartDate and EndDate (of vacations). So if Mr.Smith is
going out for 10 days in Jan and 15 days in Mar, The entries would be
-
EMPLID STARTDATE ENDDATE
2 03 Jan 07 13 Jan 07
7 15 Apr 07 15 May 07
2 15 Mar 07 30 Mar 07

where Mr.Smith is employee 2 and EMPLID 7 is some other employee. I
hope I have been able to make myself understood.

What I need is a report which can be grouped by specialisation,
showing me graphically which employees of each specialisation will be
available during the requested period.
So if I ask for the Jan to Jun period, I will get a graph showing
Mr.Smiths specialisation as the group heading and a horizontal bar for
Mr.Smith showing green for the period he is available and red in the
vacation period in Jan and mar. Ditto for all employees with the same
specialisation, one below the other. So one glance will show me which
guys will be available during any period.

Whew!

I hope somebody reads this entire message.

Anyways, what I need is guidance as to how do I do this. Which type of
graph can I use. Can I use the VACATION table data directly to
generate this kind of a graph?

Any advice is welcome, includiong a change in the way of visualising
or if there is some other tool better suited for this kind of thing.

Thanks
Maddy

May 15 '07 #1
2 4138
A pivot chart will do this. The key is recognizing that an employee is
either at work or not at work on any date. So you need to create a dataset
containing each date in a selected time period and for each date determine
if the employee was at work or not. Whether he was at work or not is a
true/false condition so for an employee you plot the date versus the
true/false condition.

The above is a simplified suggestion but it takes some good design and
considerable work to arrive at a pivot chart showing employees and whether
they were at work or not for the days a selected time period. I have done a
similar thing in a reservation database to show rooms availability in a
selected time period.

PC Datasheet
Providing Customers A Resource For Help With Access, Excel And Word
Applications
re******@pcdata sheet.com

"Maddy" <mn******@gmail .comwrote in message
news:11******** **************@ y80g2000hsf.goo glegroups.com.. .
>I manage a small organisation of around 100 employees, with different
specialisations . It becomes difficult to check how many persons of
each specialisation are available at any time, based on their vacation
period. So I have made a ms-acces database as follows -

A table EMPL with details of employees.
A table SPEC with the various specialisations .
The EMPL table has a specialisation field linked to the SPEC table.
Finally a VACATION table with the following fields- EMPLOYEEID (linked
to EMPL), StartDate and EndDate (of vacations). So if Mr.Smith is
going out for 10 days in Jan and 15 days in Mar, The entries would be
-
EMPLID STARTDATE ENDDATE
2 03 Jan 07 13 Jan 07
7 15 Apr 07 15 May 07
2 15 Mar 07 30 Mar 07

where Mr.Smith is employee 2 and EMPLID 7 is some other employee. I
hope I have been able to make myself understood.

What I need is a report which can be grouped by specialisation,
showing me graphically which employees of each specialisation will be
available during the requested period.
So if I ask for the Jan to Jun period, I will get a graph showing
Mr.Smiths specialisation as the group heading and a horizontal bar for
Mr.Smith showing green for the period he is available and red in the
vacation period in Jan and mar. Ditto for all employees with the same
specialisation, one below the other. So one glance will show me which
guys will be available during any period.

Whew!

I hope somebody reads this entire message.

Anyways, what I need is guidance as to how do I do this. Which type of
graph can I use. Can I use the VACATION table data directly to
generate this kind of a graph?

Any advice is welcome, includiong a change in the way of visualising
or if there is some other tool better suited for this kind of thing.

Thanks
Maddy

May 15 '07 #2
I'm glad you are now offering this help for free.

John... Visio MVP

"Steve" <so***@private. emailaddresswro te in message
news:F2******** ***********@new sread3.news.pas .earthlink.net. ..
>
The above is a simplified suggestion but it takes some good design and
considerable work to arrive at a pivot chart showing employees and whether
they were at work or not for the days a selected time period. I have done
a similar thing in a reservation database to show rooms availability in a
selected time period.

PC Datasheet

May 16 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

15
2206
by: Timin Uram | last post by:
I'm not sure if this forum is the correct place to post this, but I couldn't think of any other group. I would really appreciate any help you could give me. FINAL GOAL OF MY APPLICATION: Building a friendster clone for a very large organization (10,000 people). I am using Php/Mysql. SETUP OF SYSTEM: (it may help if you are familiar with how friendster works)
9
2900
by: Lilith | last post by:
Is there a python module somewhere (been searching today, no luck) which has efficiently coded various graph-handling routines, such as finding the shortest path through a graph, or the set of all paths through a graph? I'm not a compsci-educated person, so coding my own would be less parsimonious. Thanks for any suggestions! D
0
1220
by: Don Grover | last post by:
Anyone have any sugestions of how to implement a rudimentary uptime graph on a web site so client can monitor webservice availability. Regards Don Grover
4
1733
by: Jeremy | last post by:
How can I prove uptime (or quantify downtime) on an ASP.NET 1.1 Web application (running on an IIS6 Windows Server Standard server)? What's going on here is that I'm considering the feasability of claiming or at least establishing some percentage of availability for our production Web site (99.9%, or 99.99%, or 99.999% "five nines). Of course I'll only advertise the fact if I can establish it objectively (and it's at least 3 nines :) For...
5
1648
by: rekhasc | last post by:
hi all............... in my proj i am using a mschart .... now what i want is i want to display the graph amount v/s months I did the graph which shows date v/s amount its working good... i used the sql query for that.... for month also i wrotequery but its not working properly.... what i need is it should add all the amounts which are entered in the particular dates on that month then it show the graph... plz if u know that send me...
2
4137
by: sriniwas | last post by:
Hi Frnd's, m using prefuse visulation,it's have one display class and this class have one saveImage(outPutStream, String jpg,double size);. now graph is converting ia jpg image properly.now my problem is tht,If graph is to large if it going out of screen thn ,i m getting jpg image on screen disply graph,m not getting the image of tht graph which going out of screen. this is my code This is my code
4
2557
by: Man4ish | last post by:
namespace ve/////////////////ve.h { struct VertexProperties { std::size_t index; boost::default_color_type color; }; } /////////////////////////////////////////////////////////////////////////////////////////////////// namespace ed///////////////////////ed.h
2
2315
by: Man4ish | last post by:
I have created Graph object without vertex and edge property.It is working fine. #include <boost/config.hpp> #include <iostream> #include <vector> #include <string> #include <boost/graph/adjacency_list.hpp> #include <boost/tuple/tuple.hpp> #include <set> using namespace std;
0
3477
by: eureka2050 | last post by:
Hi all, I am creating a radar chart containing 2 plots using jpgraph. My code is as follows:- include ("./jpgraph/src/jpgraph.php"); include ("./jpgraph/src/jpgraph_radar.php"); // Create the basic radar graph $graph = new RadarGraph(700,500,"auto");
0
9554
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9989
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9811
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8814
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7358
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6640
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5405
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3913
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
3509
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.