Maybe I am overlooking something, but there seems to be no way to (bulk-) delete past reservations - other than going directly to the database.

I am using the module in a restaurant, and this feature is needed.

CommentFileSizeAuthor
#2 old_reservation.png27.53 KBZZman

Comments

ZZman’s picture

Version: 6.x-1.3 » 8.x-1.x-dev
Assigned: Unassigned » ZZman
Category: Support request » Feature request
Issue summary: View changes
Status: Active » Needs work

O.K. this could be useful for others ...
We will implement it in 8.x version.

I see it this way : in administration will be settings for interval in past (in days) - elderly reservations will be automaticaly deleted.

ZZman’s picture

StatusFileSize
new27.53 KB
ZZman’s picture

old reservation

Question is if :

- tie this feature with Job scheduler modul which has actually Maintenance status: Unknown ...

- insert some code into module, and check (e.g. when new reservation is insert or reservation view is evoke) if there are old reservations in the database (if so then run sql command).

2nd question is - are there another Simple reservation actions which need to be run in some intervals?

Updated : maybe Rules module will be the best choice

martin107’s picture

I agree, it looks like the "Job scheduler" is not going to be maintained in the future. All the functionality we need should be in Drupal core.

I hope we can find the answers in here.

http://drupalcontrib.org/api/drupal/contributions%21examples%21cron_exam...

For the second question ... regarding https://drupal.org/node/910952 I can't think of any other timed actions.
but then I am still thinking about it design