YaWK
24.1
Yet another WebKit
|
Booking Plugin is perfect if you want to let your customers submit appointments from frontend. Entries can be viewed, setup and monitored in the backend. More...
Public Member Functions | |
getFrontendForm ($config, $lang) | |
draw (output) html of the frontend form. This is displayed to the user. He will use to place a booking More... | |
Booking Plugin is perfect if you want to let your customers submit appointments from frontend. Entries can be viewed, setup and monitored in the backend.
Let users submit appointments from frontend. You can view & manage them in backend.
The Booking Plugin is a simple but nice, clean frontend form. Users can submit appointments. The entries are managable in the backend. Perfect for any kind of appointment requests. E.g. if you are a Hairdresser your customers can submit their wished dates. If you are a musician, this is perfect to do your bookings. You can manage them in the Backend and view all bookings in a sortable, clean table. You can set the Appointment to "done", rate it, count how many times you've met that user, how many bookings were successful and many, many more.
Class covers both, backend & frontend functionality. See Methods Summary for Details!
Definition at line 22 of file booking.php.
YAWK\PLUGINS\BOOKING\booking::getFrontendForm | ( | $config, | |
$lang | |||
) |
draw (output) html of the frontend form. This is displayed to the user. He will use to place a booking
Definition at line 294 of file booking.php.
YAWK\PLUGINS\BOOKING\booking::$alternative_day |
string | alternative user booking day |
Definition at line 81 of file booking.php.
YAWK\PLUGINS\BOOKING\booking::$alternative_month |
string | alternative user booking month |
Definition at line 79 of file booking.php.
YAWK\PLUGINS\BOOKING\booking::$alternative_time |
string | alternative user booking time |
Definition at line 77 of file booking.php.
YAWK\PLUGINS\BOOKING\booking::$alternative_year |
string | alternative user booking year |
Definition at line 83 of file booking.php.
YAWK\PLUGINS\BOOKING\booking::$ban |
int | 0|1 is this user (email adress) banned? |
Definition at line 97 of file booking.php.
YAWK\PLUGINS\BOOKING\booking::$comment |
string | internal comment for this booking (max 255 chars) |
Definition at line 57 of file booking.php.
YAWK\PLUGINS\BOOKING\booking::$confirmed |
int | 0|1 is this booking confirmed? |
Definition at line 65 of file booking.php.
YAWK\PLUGINS\BOOKING\booking::$date_alternative |
string | alternative user booking date (full) |
Definition at line 85 of file booking.php.
YAWK\PLUGINS\BOOKING\booking::$date_confirmed |
int | 0|1 is this a confirmed booking? |
Definition at line 41 of file booking.php.
YAWK\PLUGINS\BOOKING\booking::$date_created |
string | date when the booking was created |
Definition at line 39 of file booking.php.
YAWK\PLUGINS\BOOKING\booking::$date_wish |
string | user booking date wish (full) |
Definition at line 75 of file booking.php.
YAWK\PLUGINS\BOOKING\booking::$datewish_day |
string | user booking day |
Definition at line 71 of file booking.php.
YAWK\PLUGINS\BOOKING\booking::$datewish_month |
string | user booking month |
Definition at line 69 of file booking.php.
YAWK\PLUGINS\BOOKING\booking::$datewish_time |
string | user booking time |
Definition at line 67 of file booking.php.
YAWK\PLUGINS\BOOKING\booking::$datewish_year |
string | user booking year |
Definition at line 73 of file booking.php.
YAWK\PLUGINS\BOOKING\booking::$day |
string | booking day |
Definition at line 27 of file booking.php.
YAWK\PLUGINS\BOOKING\booking::$email |
string | booking email address |
Definition at line 45 of file booking.php.
YAWK\PLUGINS\BOOKING\booking::$gid |
string | group ID |
Definition at line 37 of file booking.php.
YAWK\PLUGINS\BOOKING\booking::$grade |
int | internal voting for this booking (school grades) |
Definition at line 53 of file booking.php.
YAWK\PLUGINS\BOOKING\booking::$hostname |
string | users hostname |
Definition at line 61 of file booking.php.
YAWK\PLUGINS\BOOKING\booking::$id |
string | booking ID |
Definition at line 33 of file booking.php.
YAWK\PLUGINS\BOOKING\booking::$income |
int | how much is this booking worth? |
Definition at line 63 of file booking.php.
YAWK\PLUGINS\BOOKING\booking::$invited |
int | 0|1 is this user invited? |
Definition at line 99 of file booking.php.
YAWK\PLUGINS\BOOKING\booking::$ip |
string | IP Address of the user who booked |
Definition at line 59 of file booking.php.
YAWK\PLUGINS\BOOKING\booking::$lang |
Definition at line 25 of file booking.php.
YAWK\PLUGINS\BOOKING\booking::$message |
string | user booking message |
Definition at line 87 of file booking.php.
YAWK\PLUGINS\BOOKING\booking::$month |
string | booking month |
Definition at line 29 of file booking.php.
YAWK\PLUGINS\BOOKING\booking::$name |
string | booking name |
Definition at line 43 of file booking.php.
YAWK\PLUGINS\BOOKING\booking::$outdated |
int | 0|1 is this booking set to outdated? |
Definition at line 95 of file booking.php.
YAWK\PLUGINS\BOOKING\booking::$outstanding_sum |
int | expected money from outstanding bookings |
Definition at line 93 of file booking.php.
YAWK\PLUGINS\BOOKING\booking::$phone |
string | booking phone number |
Definition at line 47 of file booking.php.
YAWK\PLUGINS\BOOKING\booking::$referer |
string | referer: where did the user came from? (last url) |
Definition at line 91 of file booking.php.
YAWK\PLUGINS\BOOKING\booking::$success |
int | 0|1 was the booking successful? |
Definition at line 51 of file booking.php.
YAWK\PLUGINS\BOOKING\booking::$text |
string | booking text |
Definition at line 49 of file booking.php.
YAWK\PLUGINS\BOOKING\booking::$time |
string | booking time |
Definition at line 31 of file booking.php.
YAWK\PLUGINS\BOOKING\booking::$uid |
string | user ID who booked |
Definition at line 35 of file booking.php.
YAWK\PLUGINS\BOOKING\booking::$useragent |
string | the complete useragent |
Definition at line 89 of file booking.php.
YAWK\PLUGINS\BOOKING\booking::$visits |
int | how often has this client (email adress) successful booked? |
Definition at line 55 of file booking.php.