Search found 28 matches
- Mon Jan 11, 2021 12:53 am
- Forum: Suggestions and new features requests
- Topic: Customer addressform for companies
- Replies: 8
- Views: 40867
Re: Customer addressform for companies
A happy new year to you too! Now imagine next times Maria comes with Carlos again but this time Maria makes the reservation, Maria will be registered again as a new customer. I checked again: in my case, Maria comes up as a suggestion ("There are already these clients with the same or similar s...
- Sun Jan 03, 2021 12:26 am
- Forum: Suggestions and new features requests
- Topic: Customer addressform for companies
- Replies: 8
- Views: 40867
Re: Customer addressform for companies
I should register the company as a customer and the workers as guest Hi Niko, not sure I'm helping here, but isn't that why we have "client" (the company/person who pays the bill) and "guest" (person who stays over) ? So in the next booking I could use their the guest name recor...
- Sun Jan 03, 2021 12:11 am
- Forum: Suggestions and new features requests
- Topic: New and improved online check-in feature
- Replies: 5
- Views: 28954
Re: New and improved online check-in feature
very interesting links you posted, thanks !ilmarchese wrote: ↑Thu Oct 01, 2020 9:57 am https://www.doubango.org/webapps/mrz/
https://www.doubango.org/SDKs/mrz/docs/
Fammi sapere
- Sun Jan 03, 2021 12:05 am
- Forum: Suggestions and new features requests
- Topic: New and improved online check-in feature
- Replies: 5
- Views: 28954
Re: New and improved online check-in feature
Sono interessato al tuo post perché anche io cerco una funzione che possa velocizzare il check in degli ospiti, ho letto i tuoi precedenti post certando di replicare quanto tu hai fatto ma non ci sono riuscito. Potresti indicarmi come fare, e cosa occorre? Hi Stefano, The workaround I mentionned in...
- Fri Jun 05, 2020 5:15 pm
- Forum: Configuration and usage
- Topic: HOW TO: Poor man's ID scanner with automated data insertion into HD (it works!...sort of)
- Replies: 9
- Views: 50592
Re: HOW TO: Poor man's ID scanner with automated data insertion into HD (it works!...sort of)
Reviving this old thread to give some feedback: I have given up on the bash script approach here-above, and have gone for a UIpath approach instead. It turns out to be easier to set-up, debug, maintain and share. I also wanted to know if anyone else would be curious about a passport / ID scanning we...
- Fri Jun 05, 2020 12:56 pm
- Forum: Suggestions and new features requests
- Topic: New and improved online check-in feature
- Replies: 5
- Views: 28954
New and improved online check-in feature
Post lock-down recommendations for hotels include minimizing direct face to face contact with guests. In that perspective, online check-in is both a safer and often more convenient process. Hoteldruid already has online check-in built-in, with some limitations and average usability. A new online che...
- Thu May 23, 2019 3:29 am
- Forum: Configuration and usage
- Topic: Room Assignment Large Group
- Replies: 4
- Views: 29616
Re: Room Assignment Large Group
Support is included in the hosted offer.
- Thu May 23, 2019 3:27 am
- Forum: Configuration and usage
- Topic: Room Assignment Large Group
- Replies: 4
- Views: 29616
Re: Room Assignment Large Group
Yes, this is a relatively quiet forum, as you may notice when looking at other posts.
In case you are still wondering, there is a field on the reservation insertion page, called "Number of reservations of this type:". Just insert how many rooms you want for the current reservation.
In case you are still wondering, there is a field on the reservation insertion page, called "Number of reservations of this type:". Just insert how many rooms you want for the current reservation.
- Fri Feb 22, 2019 10:09 am
- Forum: Configurazione ed utilizzo
- Topic: Variabile Regione Residente Ospite
- Replies: 3
- Views: 24410
Re: Variabile Regione Residente Ospite
Sto provando a creare un documento personalizzato e avrei bisogno della Regione di residenza dell'ospite in base al comune italiano di residenza. E' presente tale variabile ? Sorry, no italian here. If the variable you want does not exist, you can create it on the "Configure and Customize"...
- Fri Feb 22, 2019 1:27 am
- Forum: Configuration and usage
- Topic: Email Client usage?
- Replies: 1
- Views: 21614
Re: Email Client usage?
have thunderbird send the emails(confirmations, Etc.). Is this possible? How would thunderbird know what to write ? The best you could get, in my opinon, is to create a document with relevant variables that hoteldruid will fill in (name, arrival date, room type, etc..). You would then just need to ...
- Fri Feb 22, 2019 1:10 am
- Forum: Configuration and usage
- Topic: Documents (Invoices) templates
- Replies: 12
- Views: 65272
Re: Documents (Invoices) templates
1. Is there a way to order the extra costs in this file? (Extra beds, Discounts). If I understand you right, you want to change the order of extra-costs inside this document ? Just do the following: open a text editor (e.g. notepad), copy/paste the text from your hoteldruid document, save and close...
- Fri Feb 22, 2019 12:50 am
- Forum: Configuration and usage
- Topic: Automating reservation insertion from tour operators' automated emails ?
- Replies: 6
- Views: 32214
Re: Automating reservation insertion from tour operators' automated emails ?
It turns out Hoteldruid (currently) cannot parse e-mail attachment (such as PDFs), which was required for this project. I turned up writing my own bash script using curl, pdfgrep and nokogiri, which seems like a promissing workaround. Following up, in case others have these needs: after some experi...
- Mon Nov 26, 2018 2:25 am
- Forum: Bugs and errors
- Topic: Guest added to reservation not showing in "Table with all the clients"
- Replies: 4
- Views: 25492
Re: Guest added to reservation not showing in "Table with all the clients"
I have forgotten to post back here: it turns out this isn't a bug. The distinction client/guest is what I hadn't quite understood:
- a client is the person making the reservation
- a guest is the person staying at the venue
- Fri Jul 13, 2018 3:03 pm
- Forum: Configuration and usage
- Topic: Automating reservation insertion from tour operators' automated emails ?
- Replies: 6
- Views: 32214
Re: Automating reservation insertion from tour operators' automated emails ?
It turns out Hoteldruid (currently) cannot parse e-mail attachment (such as PDFs), which was required for this project. I turned up writing my own bash script using curl, pdfgrep and nokogiri, which seems like a promissing workaround.
- Thu Apr 12, 2018 11:22 pm
- Forum: Configuration and usage
- Topic: Understanding units repetition loop and conditions in Docume
- Replies: 4
- Views: 32110
Re: Understanding units repetition loop and conditions in Docume
A more elaborate documentation woud be nice to have indeed ! In the meanwhile, according to this page (http://www.hoteldruid.com/wiki/doku.php?id=document), [r4] is a repetition of dates ([r4 array=“dates_array”][/r4]) I found an example by Marco: To display a list of daily rates you can create cust...