Tagged Questions
The timeslots tag has no wiki summary.
4
votes
3answers
499 views
Worker/Timeslot permutation/constraint filtering algorithm
Hope you can help me out with this guys. It's not help with work -- it's for a charity of very hard working volunteers, who could really use a less confusing/annoying timetable system than what they ...
2
votes
2answers
186 views
A Data Structure to represent bookable timeslots
What suggestions do people have for a timeslot data structure?
I have a number of activities and I'm planning to display them in a datagrid with days as columns and timeslots as rows. This suggests ...
1
vote
6answers
156 views
PHP while loop times
This is my first time try to use object oriented programming. I'm trying to repeat the timeslot from the database but I'm only getting one result.
timeslot table contains:
10:00:00
10:15:00
...
1
vote
0answers
358 views
Batch Scheduling algorithm with variable slot length, simplest possible
I am trying to implement an Oracle pl/sql script to batch insert appointments into a database.
The application is for managing appointments for operators/offices as follow:
There are X ...
0
votes
1answer
50 views
Create hourly time slots from start and finish time
Hoping you can help me with something I've been stuck on for ages.
I have two tables. One has employee records with fields cost, start time and finish time. Other table has revenue with actual ...
0
votes
1answer
28 views
Maping timeslot to timestamp [IDEA ONLY]
timestamp to timeslot
I have a table of 336 rows. Each row resambles 30 minutes during the day through out the week. In other words: 24x2x7
Timestamp: UNIX format
timeslot: (dunno yet)
My aim is ...
0
votes
3answers
65 views
How to make time slots without the need for real time (it is just simulation)
now i am making a simulation for something and i need to define time slots for it as i can not use the real time . For example , i want to know how many persons entered the bank in the 1st 5 minutes ...
0
votes
2answers
122 views
PHP Mysql Increment Foreign Key
how do i manually increment foreign key. ive got 2 tables
table times
id-timeslot times
------------------
1 10:00
2 10:30
3 10:45
4 11:00
5 11:15
6 ...
0
votes
3answers
528 views
PHP timeslot booking
regarding of this question..
PHP Booking timeslot
I tried 'GROUP BY' id_timeslot still didnt work, as its only showing the booked timeslot not available
i tried that solution, but give me an error ...