davep
Posts: 41
|
| Posted: 02/23/2009, 7:35 AM |
|
I'm putting together a small appointment booking system, and I'm looking for help in how I might achieve a desired result. I have a calendar, and I want the user to be able to select a date link in the calendar that will open a grid for the date selected and display the schedule for that date, showing which time periods are already booked and which are available for booking. From the grid, I intend to provide links on available timeslots that will open a record form to add an appointment.
My present quandry is in how to populate the grid data. I'd like for the grid to consist of two columns: the Appointment Start Times ( as identified in a table created through an admin interface - perhaps something like every half hour during business hours throughout the day) in the left column, and the right column having either a link (with a caption of "Available") or a label with a caption of "Unavailable" (or something like that...).
Actually, I'd be happy with just presenting a grid with only the available timeslots presented too...
Any ideas on how I should go about this?
Thanks,
Dave
|
 |
 |
jjrjr1
Posts: 942
|
| Posted: 02/25/2009, 6:18 AM |
|
http://ccselite.com/online_store.php?pid=14
_________________
John Real - More CodeCharge Studio Support at - http://CCSElite.com |
 |
 |
JimmyCrackedCorn
Posts: 583
|
| Posted: 02/25/2009, 3:16 PM |
|
Quote jjrjr1:
I wish you guys did ASP versions. The booking calendar looks interesting.
_________________
Walter Kempees...you are dearly missed. |
 |
 |
jjrjr1
Posts: 942
|
| Posted: 02/25/2009, 8:17 PM |
|
Hi
We did not write this CCS Plug In. It was written by a CCSE Full Member who, after joining, can upload and make his/her own code, tips, & utilities available for sale.
One of the features a Full Member has access to is the ability to have his/her own On-Line store for selling and making that work available to other developers. CCSE only makes 5% of each sale in order to help maintain the community. And, of course, the PayPal fee is also subtracted. The member is paid the balance bi-monthly.
This particular application was developed by a Dutch member of CCSE with the help of Walter who, in fact, was a charter member, part founder, and administrator for CCSE. This particular member has sold over $60.00 worth of his utilities on CCSE in about 1 month. That more than paid for his cost of full membership.
Members can also opt for a free membership at CCSEite.com just to take advantage of the knowledge base and become an active member of the community without the ability to have an on-line store and access to other Full Member only features avialable and to come in the future.
If you need an ASP version you could contact this developer at CCSE. All products have the developers link and e-mail information with links attached to each product. Or you could post in the On-line store forum requesting someone develop it for you.
Have fun
BTW JCC, you could create an ASP version and put it up for sale at CCSE if you like.
_________________
John Real - More CodeCharge Studio Support at - http://CCSElite.com |
 |
 |
jjrjr1
Posts: 942
|
| Posted: 02/26/2009, 9:12 AM |
|
Other Member Added CCS Utilities Available.
http://ccselite.com/online_store.php
_________________
John Real - More CodeCharge Studio Support at - http://CCSElite.com |
 |
 |
|