Questions tagged [timetable]
212 questions
1
vote
1 answer
Dynamically check timetable for clashes - jquery/php
I'm making a timetable site for a music festival. The purpose of this site is for people to choose acts they want to see and compile their own personal timetable for the event. At the moment the site has 2 tables:
The full list of acts on at…

jp577
- 43
- 1
- 1
- 4
1
vote
1 answer
PHP week1 and week2 system
Im trying to create a timetable in PHP. My timetable goes through a Week 1 and a Week 2. Week 1 comes straight after week 2 and week 2 comes straight after week 1, this repeats each week.
How can I use PHP to find which week I am in from a date?

SethMics
- 13
- 3
1
vote
0 answers
Draggable Jquery timetable/timeline for reservations
I'm searching for a plugin/code to realize a draggable jquery timetable or timeline to manage reservations, stored in an SQL database. Reservations (so the rows) should be draggable to change room location, change reservation dates and so on.
Here…

BeeBee
- 88
- 11
1
vote
4 answers
Are there any Java APIs for for planning or say creating time table
Some time back, while Googling, I found a Java API (as I remember it was an Apache project but I am not sure) for creating timetables. By time table
I mean simple timetable used in schools and colleges
Unfortunately I didn't take note of that API…

Coder
- 490
- 4
- 18
1
vote
3 answers
SQL timetable for employee
i need to create an employee shift database. so i have 3 tables so far, employee, employee_shift, and shift
im suppose to calculate how many shifts an employee has done at the end of the month, my question means, because a month has 30 days some…
anon
1
vote
1 answer
creating a data base for staff time table?
i wana create a database for staff timetable!!
my attributes are,
StaffTimeTable - TimetableID(pk),StaffID,periods,day.
per day a school has 8 periods(where a staff need to attend) one staff can have only one timetableID.
My problem is how can i…

Trax
- 17
- 1
- 4
1
vote
2 answers
Creating a timetable using PHP
I am going to create a little app using PHP that acts as a timetable. I am going to have it going from 9.00am to 5.00pm and through monday to friday.
I am still deciding how i want the timetable to function but have this idea though, the user mouses…

Big Sal
- 11
- 1
- 2
1
vote
0 answers
How to implement a timetable in Android
I know this sort of question has been asked a few times now but all threads I read didn't really help me out with this specific problem, so here's the thing:
For our IT lesson at school, we have to develop our own app. Unlike my fellows, I've…

TensaZangetsu
- 21
- 3
1
vote
1 answer
Use GTFS Schedule Viewer In Visual C#
I have used Google's GTFS Schedule Viewer to visualize my Google Transit data. This has worked for me. However, I want to know how to display my schedule viewer in my Visual C# application. It seems you must run the schedule_viewer.exe file in order…

user2481787
- 143
- 2
- 12
1
vote
3 answers
Select users who fits in timetable mysql
I need to select all users who "fits" in theirs working timetables.
Table in MySQL
Timetable:
user_id PRIMARY
day_number(0-sunday 6-saturday) PRIMARY (one user - one day)
start start worktime…

petkopalko
- 600
- 7
- 18
1
vote
1 answer
query in php while loop firing but giving results of one variable
i have a timetable application which needs to generate timetables for all teachers in one go based on the semester. i am querying teacher id(s) and inside the while loop i am using the same code used to generate an individual teacher's timetable.…

coder101
- 1,601
- 2
- 21
- 41
1
vote
1 answer
Fetch recurrent events: CQRS or complex query?
MODEL
In the current model of my application, events can occur at several non-combinable frequencies, whose values are enumerated as follows: ONCE, DAILY, WEEKLY, MONTHLY, YEARLY, and that (i.e. the event occurrences) are starting at a certain date…

fbiville
- 8,407
- 7
- 51
- 79
0
votes
1 answer
Android Timetable schedule notification and update system
I would be very interested in making a train timetable that displays train1, train2, train3 arriving at a certain stop. So say the timetable is as follows:
Stop-----Train 1-----Train 2----Train 3 …

BoneStarr
- 195
- 1
- 3
- 15
0
votes
2 answers
School schedule, constructor?
so..I'm trying to build a "school schedule optimizer"
My program recieves a .dat file containing the info. of th student including each subject. The problem is that I want to make a class Student.cs and to make the constructor equal to the number of…

waclock
- 185
- 4
- 12
0
votes
2 answers
PHP / MySQL timetable comparison
I have an idea for a project that I am currently working on, I am however struggling to find a way to implement this in PHP/MySQL.
I have a database with a list of activities that a tattoo parlour has, basically he works from 9 to 5 and when an…
user1043646