dongtangyi8962 2011-03-08 13:36
浏览 40

设施预订系统

We are planning to implement a facility booking system wherein the user would be able to check the availability of a hall/room at a particular date and time. The user would also be able to book a facility if it is available.

However, I am having issues in creating two components for the system:

  1. Calendar - The calendar needs to be dynamic, such that the user can book the room with a mouse click after specifying the duration through mouse drag. Also, the mouseover should display the event info, so that I do not need to put the event details in some other static page/link. Lastly, the calendar needs to be flexible enough to display availability of the rooms/halls sorted by day, week, and month.

  2. Booking through SMS - Whenever a room is booked, an SMS is to be sent to a specific user (selected). The user can then reply to the SMS to book the room (mentioning the unique request ID in SMS response). However, I have never created an SMS server, so I wanted to know how to begin, and whether it is feasible to make an SMS-based response system.

Please share your views or any source code you know is available which takes care of any of these requirements.

  • 写回答

3条回答 默认 最新

  • dqlk31541 2011-03-08 13:43
    关注
    1. PHP has plenty of date and time related functions which can help you generate your calendar. You could also find an open source project with a calendar you like and see how they did it.

    2. There are service providers for SMS. You simply call a URL (like http://smsservices.com/send.php?message=YOUR_MESSAGE&api_key=YOUR_API_KEY&number=RECIPIENT_NUMBER) and the SMS gets sent by them. Receiving is equally easy: They give you a unique number your users can send messages to. If they receive a message they either call a URL of your website (like http://yoursite.com/receive_sms?message=MESSAGE&number=SENDERS_NUMBER) or send you an email with the message sender's number and message. Just search around Google and you'll find a suitable service provider in your area.

    评论

报告相同问题?

悬赏问题

  • ¥15 华为ensp模拟器中S5700交换机在配置过程中老是反复重启
  • ¥15 java写代码遇到问题,求帮助
  • ¥15 uniapp uview http 如何实现统一的请求异常信息提示?
  • ¥15 有了解d3和topogram.js库的吗?有偿请教
  • ¥100 任意维数的K均值聚类
  • ¥15 stamps做sbas-insar,时序沉降图怎么画
  • ¥15 买了个传感器,根据商家发的代码和步骤使用但是代码报错了不会改,有没有人可以看看
  • ¥15 关于#Java#的问题,如何解决?
  • ¥15 加热介质是液体,换热器壳侧导热系数和总的导热系数怎么算
  • ¥100 嵌入式系统基于PIC16F882和热敏电阻的数字温度计