Events Made Easy › Forums › Bug fixed or feature request implemented › Backend add Booking
- This topic has 10 replies, 2 voices, and was last updated 9 years, 8 months ago by Franky.
-
AuthorPosts
-
Wed 18 Mar 2015 at 14:50 #53745AnonymousInactive
Hi Franky,
would it be possible when an admin creates a booking for a person manually to have the choice to pick a person that already exists?
Maybe a way to achieve it would be from the page /admin.php?page=eme-people where from the drop down field the admin could choose an action to make a booking for a person.
Another way could be if you click on the persons reservations you are redirected to the page /admin.php?page=eme-registration-seats&search=8 (I think 8 is the specific person I was looking at) on that page the booking option is already there so you simply could chose the new event and click on add booking while having the person checked below to copy the persons details.
Well these are just the ways where I can see such a dialog being happen, but of course the functionality or feasibility is different 🙂 and you have to say if it is possible…
Cheers and thanks for considering!
JK
Wed 18 Mar 2015 at 16:04 #53747FrankyKeymasterAlthough the “moving” feature request is probably not going to happen, this one is interesting.
I could add an autocomplete feature (like for chosing a location when creating an event), which would add a person ID to the POST.
To make it secure: no autocomplete in the frontend, and ignore the person ID when not doing a booking via the backend.Wed 18 Mar 2015 at 17:28 #53754AnonymousInactiveHi Franky,
any kind of help would be appreciated 🙂
But I fear it may be only limited to the very few items that you store along with a person and not the entries (formfields) that the person has filled out once for the event of the series right?
Cheers
JKSun 22 Mar 2015 at 14:51 #53883FrankyKeymasterindeed 🙂
But it is done, along with security improvements 🙂
Autocomplete is based on the name.Sun 22 Mar 2015 at 15:19 #53884AnonymousInactiveIs there a way to enhance the information to include the postal address or even more?
Sun 22 Mar 2015 at 22:53 #53885FrankyKeymasterThe next version will have:
– last name
– first name
– address1
– address2
– city
– state
– zip
– country
info per person, with corresponding placeholders in the forms: #_LASTNAME, #_FIRSTNAME, …Mon 23 Mar 2015 at 05:40 #53886AnonymousInactiveHi Franky,
these are awesome news, with that you have a full set of information, phone and email will stay as well right?
Excellent!
Thanks again for a mind-blowing plugin!
Cheers
JKMon 23 Mar 2015 at 07:50 #53887FrankyKeymasterYes of course, email and phone info stay as well.
If you are interested in testing it, feel free to download the trunk already.Tue 24 Mar 2015 at 06:57 #53895AnonymousInactiveHello Franky!
I do have the trunk in place now on my development site. And I like to update my forms to reflect the new options. As you mentioned you have now implemented the new placeholders, do you already had the time to update the documentation reflecting the new placeholders?
Tue 24 Mar 2015 at 07:13 #53896AnonymousInactive#_NAME is now #_LASTNAME right?
Does #_RESPNAME equals #_NAME?
Maybe it is an idea to have a placeholder that is combining first and last name? So #_NAME or #_RESPNAME would reflect this? Which would also be handy for those who do have a lot of user and forms in place and don’t want to work and update the users and forms?
Maybe it can be conditional? If #_FIRSTNAME / #_LASTNAME is not empty and #_NAME (#_RESPNAME) is empty then auto populate the #_FIRSTNAME & #_LASTNAME to it?
Tue 24 Mar 2015 at 07:35 #53897FrankyKeymasterThe doc will be updated once the version is released, otherwise people with the current version will have wrong info. For now it us only in the changelog.
For backwards compatibility (wordpress allows first and last name to be empty in a profile ), #_NAME equals #_LASTNAME. People not updating the forms don’t need to change anything, it should all still work.
#_RESPLASTNAME and such are for the rsvp mails and booking placeholders, #_ATTENDLASTNAME and such for attendance placeholders. -
AuthorPosts
- The forum ‘Bug fixed or feature request implemented’ is closed to new topics and replies.