The king of reservation code sent to the client, with or without a prefix, often confuses the clients, and take more time at the phone, for the personnel of the restaurant, in order to identify the code and the related reservation, for which the client is calling for

It is way better just to send the ID, which is a simple ascending number that easily is read and identified

To avoid to significantly hack the module, I just added this line

+447 $reservation_number = $reservation_id; // Avoid the ugly format of reservation number

but it will be much better if there's an option into the settings panel

admin/config/restaurant/reservation

That lets choose to switch between the 2 options:
- the (prefix)+MD5 code
- the simple ID

CommentFileSizeAuthor
#5 Reservation_system___Open_Restaurant.png32.34 KBshadcn
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

HyperD created an issue. See original summary.

shadcn’s picture

This looks like a reasonable feature request. We'll implement this.

shadcn’s picture

Title: reservation number is confusing clients » Make reservation number optional

  • arshadcn committed f8257aa on 7.x-1.x
    Issue #2659532: Make reservation number optional
    
shadcn’s picture

Status: Active » Fixed
FileSize
32.34 KB

Feature added. New release coming up soon. Please update.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.