Search found 1307 matches

by marco
Thu Nov 07, 2019 7:44 pm
Forum: Bugs and errors
Topic: Every bill takes number 1 (numero_progresivo_documento)
Replies: 1
Views: 18525

Re: Every bill takes number 1 (numero_progresivo_documento)

Hello, thanks for reporting. This should happen only with php 7.2 or above. Will be solved in next version (should be 3.0.1), meanwhile you can open the file includes/funzioni_contratti.php and search for this line: $num_prog_contr = ""; then replace it with: $num_prog_contr = array(); Reg...
by marco
Thu Nov 07, 2019 7:23 pm
Forum: Bugs and errors
Topic: Calendar Combobox not show present dates
Replies: 1
Views: 11517

Re: Calendar Combobox not show present dates

Hello,
I think that updating to the latest hoteldruid version should fix this.

Regards,
Marco
by marco
Thu Nov 07, 2019 7:20 pm
Forum: Bugs and errors
Topic: changing language back and forth
Replies: 1
Views: 11063

Re: changing language back and forth

Hello Wendell, you can create a new hoteldruid user and set him to Spanish for the Spanish speaking users. When you uninstall the debian package it leaves the data directories, you have to manually delete /var/lib/hoteldruid to remove them. Anyway you should be able to switch back to English from &q...
by marco
Thu Nov 07, 2019 7:12 pm
Forum: Suggestions and new features requests
Topic: Flag if an invoice is sent
Replies: 5
Views: 19370

Re: Flag if an invoice is sent

Hello, you can also show the column "saved documents" in the reservations table, enable it in "configure and customize". From version 3.0 it's also possible to access saved documents (with documents repetition) from within a hoteldruid document. In the next versions it's planned ...
by marco
Thu Nov 07, 2019 7:05 pm
Forum: Suggestions and new features requests
Topic: POS new options
Replies: 2
Views: 13333

Re: POS new options

Hello Niko, you can create extra costs called for example discount 1€, discount 5€ and discount 10€ (with fixed values -1, -5 and -10), all in the category discounts. So from the POS you can insert the extra costs and the discount. For example if you want a discount of 32€ add a discount 10€ multipl...
by marco
Thu Nov 07, 2019 6:59 pm
Forum: Suggestions and new features requests
Topic: Google Hotel Ads
Replies: 1
Views: 11218

Re: Google Hotel Ads

Hello,
I will evaluate if this is worth adding as an interconnection or calendar exporting feature.

Regards,
Marco
by marco
Thu Nov 07, 2019 6:21 pm
Forum: Suggestions and new features requests
Topic: Easier way to set up new users
Replies: 4
Views: 17404

Re: Easier way to set up new users

Hello, nowadays you can import privileges and/or customizations and/or groups from one user to another or even from one user to a group of users. So to achieve what you want just configure one user and export his privileges and customizations and groups to a group of users. Groups are used also for ...
by marco
Thu Nov 07, 2019 6:11 pm
Forum: Configuration and usage
Topic: Arrival and Departure Lists without rates display
Replies: 2
Views: 19998

Re: Arrival and Departure Lists without rates display

Hello Arnd, you can choose the columns to show in the reservations table from "configure and customize". If the user in his privileges can't modify his own customizations then he'll not be able to change that. Also in the last hoteldruid versions you have privileges to hide prices also in ...
by marco
Thu Nov 07, 2019 6:06 pm
Forum: Configuration and usage
Topic: Admin locks when configuring
Replies: 1
Views: 12456

Re: Admin locks when configuring

Hello,
please try to update to latest hoteldruid version before reporting bugs.

Regards,
Marco
by marco
Thu Nov 07, 2019 6:04 pm
Forum: Configuration and usage
Topic: SUM the values within an ARRAY
Replies: 1
Views: 12616

Re: SUM the values within an ARRAY

Hello, I don't think you need an array to sum values of all reservations, just create a custom variable and add a condition to put it = 0 at the beginning of each reservations repetition and another condition to put it equal the sum of itself and the value you want to calculate. After the first repe...
by marco
Thu Nov 07, 2019 5:50 pm
Forum: Configuration and usage
Topic: Special fees already included in the room rate
Replies: 1
Views: 11837

Re: Special fees already included in the room rate

Hello Chris, if you want to show an extra cost as taxes in the invoice you can modify condition n. 3 of the default invoice document: 3. Put [tax_cost_name_invo] equal to "name of extra cost considered as tax" only at the beginning of the document. replacing "name of extra cost consid...
by marco
Thu Nov 07, 2019 3:51 pm
Forum: Configuration and usage
Topic: Show different rates on Invoice
Replies: 1
Views: 11799

Re: Show different rates on Invoice

Hello Chris, the only way to have 2 different rates is to have 2 different reservations, otherwise you have to use a rate and apply a discount to it. Then you can select to modify both reservations from the reservations table and create an invoice for both, it will have different lines for each rate...
by marco
Thu Nov 07, 2019 3:47 pm
Forum: Configuration and usage
Topic: Main Cashbox only update for 'Cash' payment type
Replies: 1
Views: 11983

Re: Main Cashbox only update for 'Cash' payment type

Hello Steve, the payment is inserted in a cashbox (if a user different from administrator has a corresponding privilege) with function "esegui_modifiche_prenotazione" in includes/funzioni_mod_prenota.php file. It is done almost at the end of the function, with "insert into $tablecosti...
by marco
Thu Nov 07, 2019 3:40 pm
Forum: Configuration and usage
Topic: Imstallation steps
Replies: 1
Views: 11977

Re: Imstallation steps

Hello, the package included in ubuntu 16.04 had some problems I made a request to update it but received no answer from ubuntu manatainers. Have you tried to install a newr version of hoteldruid (from the "downloads"section of this website)? Also more recent versions of ubuntu should ship ...
by marco
Thu Nov 07, 2019 3:29 pm
Forum: Hosting on DigitalDruid.Net and add-on modules
Topic: Booking Engine Payment Gateway
Replies: 1
Views: 20683

Re: Booking Engine Payment Gateway

Hello,
I confirm you that it's not possible to modify the booking engine modules.

Regards,
Marco