add the column [Price_tot_p]

Discuss here how to configure hoteldruid and better use its features.

Moderator: marco

Post Reply
leorescia
Posts: 20
Joined: Wed Apr 14, 2010 11:56 pm

add the column [Price_tot_p]

Post by leorescia »

I created a document with the list of reservations for a certain period, and the list is displayed with the data of each booking:
[R]
[Surname]
[Starting_date]
[Ending_Date]
[Price_tot_p]
[/ R]
My question is how do to that after showing the full list show me the total money of those reserves. Ie the total column [price_tot_p]?
I do not get all the way to add that column. Thank you
bluealmondhostel
Posts: 64
Joined: Tue Sep 21, 2010 5:51 pm

Re: add the column [Price_tot_p]

Post by bluealmondhostel »

I think you have to make a loop using custom variables adding the total of each reservation.
marco
Posts: 1332
Joined: Tue Jul 05, 2005 6:00 pm
Location: Roma, Italia

Re: add the column [Price_tot_p]

Post by marco »

Hello,
you can use the default variable [price_tot_repetitions_sum_p] that sums the total price of all reservarions selected for the document.

Regards,
Marco
Problems installing, configuring, upgrading?
Try the easiest way to use HotelDruid:
https://www.digitaldruid.net/hosted/index.php
Post Reply