It would be great if there was a way for an administer to create new registrations for a node even after registrations for that node have officially closed.
For example, I am using Entity Registration to allow users to register for classes. The registrations close one day before the event, but sometimes people show up to the classes who didn't register and it would be great if the administrator could go in after the fact and register users retroactively and mark them as attended for record keeping purposes.
Issue fork registration-2443063
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #1
hor8tio commentedBUMP
I was surprised to find that this wasn't included already. Our client uses Entity Registration as the central system for all their class registrations (at a gym). They opted to close registrations 24 hrs before each class, because in the case where there are no registrants by then, they will ask the instructor not to come in. However, in the case where there ARE registrants by then and the class does fire, they need to be able to accept same-day registrations as walk-ins or over the phone, and put them into the system. Right now the only way to do this is to go into the event, open registrations, register the person, then close registrations again. It's very tedious and a long process to do while on the phone with a customer. It's also technically advanced for some staff members, and not secure in terms of avoiding online registrations, since registrations are open for a minute or so.
What's really needed is a permission which enables admins and other given roles the exclusive ability to register people for events for which the registration has closed.
Comment #2
jo1ene commented+1 for this feature
I will check if I can do this. Maybe adminstrate registrations permission can override open and close dates.
Comment #3
chris matthews commentedComment #4
john.oltman commentedComment #7
john.oltman commentedSee the README in the new registration_admin_overrides submodule for more information.