diff --git a/pms/README.rst b/pms/README.rst index b920a3f13..bad80030e 100644 --- a/pms/README.rst +++ b/pms/README.rst @@ -7,7 +7,7 @@ PMS (Property Management System) !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:81b3168f0e6235be3cd635264f4e7957b2b5ee314976a1e27debd7e92d4721f6 + !! source digest: sha256:f4de1bfaabc4df67eda74523262d7db3d537c6aebf1b400df5180f4a326f0fc6 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/pms/__manifest__.py b/pms/__manifest__.py index dab6a9339..4d1d8d1d6 100644 --- a/pms/__manifest__.py +++ b/pms/__manifest__.py @@ -104,6 +104,7 @@ "views/account_analytic_line_view.xml", ], "demo": [ + "demo/pms_master_data_no_update.xml", "demo/pms_master_data.xml", "demo/pms_folio.xml", "demo/pms_reservation.xml", diff --git a/pms/data/cron_jobs.xml b/pms/data/cron_jobs.xml index a2b473f38..6ee70df83 100644 --- a/pms/data/cron_jobs.xml +++ b/pms/data/cron_jobs.xml @@ -1,6 +1,5 @@ - - + Automatic No Show Reservation @@ -12,9 +11,9 @@ code + name="nextcall" + eval="(DateTime.now() + timedelta(days=1)).strftime('%Y-%m-%d 09:00:00')" + /> model.auto_arrival_delayed() @@ -41,9 +40,9 @@ code + name="nextcall" + eval="(DateTime.now() + timedelta(days=1)).strftime('%Y-%m-%d 05:30:00')" + /> model.update_daily_priority_reservation() @@ -97,9 +96,9 @@ code + name="nextcall" + eval="(DateTime.now() + timedelta(days=1)).strftime('%Y-%m-%d 23:30:00')" + /> model.autoinvoicing() @@ -113,10 +112,9 @@ code + name="nextcall" + eval="(DateTime.now() + timedelta(days=1)).strftime('%Y-%m-%d 04:30:00')" + /> model.auto_invoice_downpayments(offset=1) - diff --git a/pms/data/pms_cancelled_reservation_email_template.xml b/pms/data/pms_cancelled_reservation_email_template.xml index 32f1876ed..4989e0f6d 100644 --- a/pms/data/pms_cancelled_reservation_email_template.xml +++ b/pms/data/pms_cancelled_reservation_email_template.xml @@ -1,70 +1,69 @@ - Cancelled Reservation Your reservation in ${object.pms_property_id.name} has been cancelled + name="subject" + >Your reservation in ${object.pms_property_id.name} has been cancelled ${object.pms_property_id.partner_id.email | safe} + name="email_from" + >${object.pms_property_id.partner_id.email | safe} ${(object.email and '"%s" <%s>' % (object.name, object.email) or object.partner_id.email_formatted or '') | safe} + name="email_to" + >${(object.email and '"%s" <%s>' % (object.name, object.email) or object.partner_id.email_formatted or '') | safe}
+ border="0" + cellpadding="0" + cellspacing="0" + style="padding-top: 16px; background-color: #F1F1F1; font-family:Verdana, Arial,sans-serif; color: #454748; width: 100%; border-collapse:separate;" + >
+ border="0" + cellpadding="0" + cellspacing="0" + width="590" + style="padding: 16px; background-color: white; color: #454748; border-collapse:separate;" + >
+ width="590" + border="0" + cellpadding="0" + cellspacing="0" + style="min-width: 590px; background-color: white; padding: 0px 0px 0px 0px; border-collapse:separate;" + > @@ -75,37 +74,37 @@
% if object.pms_property_id.partner_id.street

${object.pms_property_id.partner_id.street}

+ >${object.pms_property_id.partner_id.street}

% endif % if object.pms_property_id.partner_id.street2

${object.pms_property_id.partner_id.street2}

+ >${object.pms_property_id.partner_id.street2}

% endif

${object.pms_property_id.partner_id.zip}

+ >${object.pms_property_id.partner_id.zip}

${object.pms_property_id.partner_id.city}

+ >${object.pms_property_id.partner_id.city}

${object.pms_property_id.partner_id.country_id.name}

+ >${object.pms_property_id.partner_id.country_id.name}


+ width="100%" + style="background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;" + />
Hello ${object.partner_id.name or ''},
+ /> Your reservation at ${object.pms_property_id.name} has been cancelled.
+ width="590" + border="0" + cellpadding="0" + cellspacing="0" + style="min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;" + >

+ width="100%" + style="background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;" + />
If you have questions please contact with us:
+ >If you have questions please contact with us:
  • ${object.pms_property_id.name}
  • + >${object.pms_property_id.name} % if object.pms_property_id.partner_id.email
  • Mail: ${object.pms_property_id.partner_id.email}
  • + href="mailto:${object.pms_property_id.partner_id.email}" + style="text-decoration:none;color:#875A7B;" + >${object.pms_property_id.partner_id.email} % endif % if object.pms_property_id.partner_id.phone
  • Phone: ${object.pms_property_id.partner_id.phone}
  • + >Phone: ${object.pms_property_id.partner_id.phone} % endif % if object.pms_property_id.partner_id.mobile
  • Mobile: ${object.pms_property_id.partner_id.mobile}
  • + >Mobile: ${object.pms_property_id.partner_id.mobile} % endif
@@ -120,12 +119,12 @@
% if object.pms_property_id.privacy_policy + width="590" + border="0" + cellpadding="0" + cellspacing="0" + style="min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;" + > @@ -135,18 +134,18 @@
${object.pms_property_id.privacy_policy}
% if object.company_id + width="590" + border="0" + cellpadding="0" + cellspacing="0" + style="min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;" + >
Sent by ${object.company_id.name} + target="_blank" + href="${object.company_id.website}" + style="color: #875A7B;" + >${object.company_id.name}
@@ -156,5 +155,4 @@ ${object.partner_id.lang} - diff --git a/pms/data/pms_confirmed_reservation_email_template.xml b/pms/data/pms_confirmed_reservation_email_template.xml index 35e8273a8..185b79d18 100644 --- a/pms/data/pms_confirmed_reservation_email_template.xml +++ b/pms/data/pms_confirmed_reservation_email_template.xml @@ -1,77 +1,76 @@ - Confirmed Reservation ${object.company_id.name} has confirmed your reservation in ${object.pms_property_id.name} + name="subject" + >${object.company_id.name} has confirmed your reservation in ${object.pms_property_id.name} ${object.pms_property_id.partner_id.email | safe} + name="email_from" + >${object.pms_property_id.partner_id.email | safe} ${(object.email and '"%s" <%s>' % (object.name, object.email) or object.partner_id.email_formatted or '') | safe} + name="email_to" + >${(object.email and '"%s" <%s>' % (object.name, object.email) or object.partner_id.email_formatted or '') | safe}
+ border="0" + cellpadding="0" + cellspacing="0" + style="padding-top: 16px; background-color: #F1F1F1; font-family:Verdana, Arial,sans-serif; color: #454748; width: 100%; border-collapse:separate;" + >
+ border="0" + cellpadding="0" + cellspacing="0" + width="590" + style="padding: 16px; background-color: white; color: #454748; border-collapse:separate;" + > + rel="stylesheet" + href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" + integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" + crossorigin="anonymous" + />
+ width="590" + border="0" + cellpadding="0" + cellspacing="0" + style="min-width: 590px; background-color: white; padding: 0px 0px 0px 0px; border-collapse:separate;" + >
% if object.pms_property_id.partner_id.street

${object.pms_property_id.partner_id.street}

+ >${object.pms_property_id.partner_id.street}

% endif % if object.pms_property_id.partner_id.street2

${object.pms_property_id.partner_id.street2}

+ >${object.pms_property_id.partner_id.street2}

% endif

${object.pms_property_id.partner_id.zip}

+ >${object.pms_property_id.partner_id.zip}

${object.pms_property_id.partner_id.city}

+ >${object.pms_property_id.partner_id.city}

${object.pms_property_id.partner_id.country_id.name}

+ >${object.pms_property_id.partner_id.country_id.name}


+ width="100%" + style="background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;" + />
Hello ${object.partner_id.name or ''},
+ /> We are happy to confirm your reservation in ${object.pms_property_id.name}
@@ -89,79 +88,79 @@

+ width="100%" + style="background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;" + />
Reservation Details
+ align="left" + style="margin: 16px 0px 16px 0px;" + >Reservation Details + width="590" + border="0" + cellpadding="0" + cellspacing="0" + style="min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;" + >
+ class="far fa-calendar-alt fa-2x" + style="margin: 0px 16px 0px 0px;" + />
+ style="margin: 16px 0px 16px 0px; font-size: 14px;" + >
From ${object.first_checkin}
+ >From ${object.first_checkin}
To ${object.last_checkout}
+ >To ${object.last_checkout}
TZ ${object.pms_property_id.tz}
+ style="font-size:12px;color:#9e9e9e" + >TZ ${object.pms_property_id.tz}
+ style="margin: 16px 0px 16px 0px;" + >
+ class="fas fa-bed fa-2x" + style="margin: 0px 16px 0px 0px;" + />

Rooms:
+ >Rooms:
% for reservation in object.reservation_ids: ${reservation.room_type_id.name}
+ /> % endfor
+ style="margin: 16px 0px 16px 0px;" + >
+ class="fas fa-coins fa-2x" + style="margin: 0px 16px 0px 0px;" + />
+ style="margin: 16px 0px 16px 0px; font-size: 14px;" + >
Price: ${object.amount_total} ${object.pms_property_id.country_id.currency_id.symbol}
+ >Price: ${object.amount_total} ${object.pms_property_id.country_id.currency_id.symbol}
@@ -171,58 +170,58 @@
% if object.pms_property_id.mail_information
+ width="100%" + style="background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;" + />
Additional Information
+ align="left" + style="margin: 16px 0px 16px 0px;" + >Additional Information
${object.pms_property_id.mail_information|safe} % endif
+ align="center" + style="padding: 20px 0 0px 0; " + >

+ width="100%" + style="background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;" + /> Do your check-in now and save time.
Access our quick registration system. In a few steps you will be able to register your data in an agile, simple and secure way, avoiding queues at reception. + > quick registration system. In a few steps you will be able to register your data in an agile, simple and secure way, avoiding queues at reception. If you register your data in our system, your passage through reception will be much faster, being able to enjoy the comfort of your room right away. + > your passage through reception will be much faster, being able to enjoy the comfort of your room right away. + border="0" + cellspacing="0" + cellpadding="0" + >
+ href="/my/folios/${object.id}/precheckin?access_token=${object.access_token}" + target="_blank" + style="text-decoration: none; color: #FFFFFF; font-size: 2em; padding: 10px 20px 10px 20px;" + >
Check-in + style="padding: 0.5em; background-color: #45C2B1; border-color: #45C2B1; border-width: 2px;border-style:solid; border-bottom-style: solid;border-left-style: solid;border-right-style: solid;border-top-style: solid;-webkit-border-radius: 10; -moz-border-radius: 10; border-radius: 10px;font-size: 12px;" + >Check-in
Hacer check-in
+ src="https://www.aldahotels.es/firma/email/llegada/check-in.png" + alt="Hacer check-in" + width="80px" + height="80px" + href="${object.url}" + />
@@ -231,31 +230,31 @@

+ width="100%" + style="background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;" + />
Questions about the reservation? + style="font-weight:300;margin:10px 0px" + >Questions about the reservation?
Please contact with us:
  • ${object.pms_property_id.name}
  • + >${object.pms_property_id.name} % if object.pms_property_id.partner_id.email
  • Mail: ${object.pms_property_id.partner_id.email}
  • + href="mailto:${object.pms_property_id.partner_id.email}" + style="text-decoration:none;color:#875A7B;" + >${object.pms_property_id.partner_id.email} % endif % if object.pms_property_id.partner_id.phone
  • Phone: ${object.pms_property_id.partner_id.phone}
  • + >Phone: ${object.pms_property_id.partner_id.phone} % endif % if object.pms_property_id.partner_id.mobile
  • Mobile: ${object.pms_property_id.partner_id.mobile}
  • + >Mobile: ${object.pms_property_id.partner_id.mobile} % endif
@@ -270,12 +269,12 @@
% if object.pms_property_id.privacy_policy + width="590" + border="0" + cellpadding="0" + cellspacing="0" + style="min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;" + > @@ -285,18 +284,18 @@
${object.pms_property_id.privacy_policy|safe}
% if object.company_id + width="590" + border="0" + cellpadding="0" + cellspacing="0" + style="min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;" + >
Sent by ${object.company_id.name} + target="_blank" + href="${object.company_id.website}" + style="color: #875A7B;" + >${object.company_id.name}
@@ -306,5 +305,4 @@ ${object.partner_id.lang} - diff --git a/pms/data/pms_data.xml b/pms/data/pms_data.xml index 5b4c2ae34..ca9b44d53 100644 --- a/pms/data/pms_data.xml +++ b/pms/data/pms_data.xml @@ -1,6 +1,5 @@ - - + Availability Plan @@ -27,8 +26,8 @@ Various Clients Contact used for simplified invoices where no customer is available + name="comment" + >Contact used for simplified invoices where no customer is available @@ -113,9 +112,9 @@ else: + id="document_type_identification_document" + model="res.partner.id_category" + > Identification Document I @@ -149,5 +148,4 @@ else: failed = True - diff --git a/pms/data/pms_modified_reservation_email_template.xml b/pms/data/pms_modified_reservation_email_template.xml index 6fb107c67..e13e9d745 100644 --- a/pms/data/pms_modified_reservation_email_template.xml +++ b/pms/data/pms_modified_reservation_email_template.xml @@ -1,39 +1,38 @@ - Modified Reservation Your reservation in ${object.pms_property_id.name} has been modified + name="subject" + >Your reservation in ${object.pms_property_id.name} has been modified ${object.pms_property_id.partner_id.email | safe} + name="email_from" + >${object.pms_property_id.partner_id.email | safe} ${(object.email and '"%s" <%s>' % (object.name, object.email) or object.partner_id.email_formatted or '') | safe} + name="email_to" + >${(object.email and '"%s" <%s>' % (object.name, object.email) or object.partner_id.email_formatted or '') | safe}
+ border="0" + cellpadding="0" + cellspacing="0" + style="padding-top: 16px; background-color: #F1F1F1; font-family:Verdana, Arial,sans-serif; color: #454748; width: 100%; border-collapse:separate;" + >
+ border="0" + cellpadding="0" + cellspacing="0" + width="590" + style="padding: 16px; background-color: white; color: #454748; border-collapse:separate;" + > + rel="stylesheet" + href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" + integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" + crossorigin="anonymous" + /> @@ -41,38 +40,38 @@
+ width="590" + border="0" + cellpadding="0" + cellspacing="0" + style="min-width: 590px; background-color: white; padding: 0px 0px 0px 0px; border-collapse:separate;" + >
% if object.pms_property_id.partner_id.street

${object.pms_property_id.partner_id.street}

+ >${object.pms_property_id.partner_id.street}

% endif % if object.pms_property_id.partner_id.street2

${object.pms_property_id.partner_id.street2}

+ >${object.pms_property_id.partner_id.street2}

% endif

${object.pms_property_id.partner_id.zip}

+ >${object.pms_property_id.partner_id.zip}

${object.pms_property_id.partner_id.city}

+ >${object.pms_property_id.partner_id.city}

${object.pms_property_id.partner_id.country_id.name}

+ >${object.pms_property_id.partner_id.country_id.name}


+ width="100%" + style="background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;" + />
Hello ${object.partner_id.name or ''},
+ /> Your reservation in ${object.pms_property_id.name} has been modified
@@ -90,79 +89,79 @@

+ width="100%" + style="background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;" + />
Reservation Details
+ align="left" + style="margin: 16px 0px 16px 0px;" + >Reservation Details + width="590" + border="0" + cellpadding="0" + cellspacing="0" + style="min-width: 590px; background-color: white; padding: 0px 8px 0px 8px; border-collapse:separate;" + >
+ class="far fa-calendar-alt fa-2x" + style="margin: 0px 16px 0px 0px;" + />
+ style="margin: 16px 0px 16px 0px; font-size: 14px;" + >
From ${object.first_checkin}
+ >From ${object.first_checkin}
To ${object.last_checkout}
+ >To ${object.last_checkout}
TZ ${object.pms_property_id.tz}
+ style="font-size:12px;color:#9e9e9e" + >TZ ${object.pms_property_id.tz}
+ style="margin: 16px 0px 16px 0px;" + >
+ class="fas fa-bed fa-2x" + style="margin: 0px 16px 0px 0px;" + />

Rooms:
+ >Rooms:
% for reservation in object.reservation_ids: ${reservation.room_type_id.name}
+ /> % endfor
+ style="margin: 16px 0px 16px 0px;" + >
+ class="fas fa-coins fa-2x" + style="margin: 0px 16px 0px 0px;" + />
+ style="margin: 16px 0px 16px 0px; font-size: 14px;" + >
Price: ${object.amount_total} ${object.pms_property_id.country_id.currency_id.symbol}
+ >Price: ${object.amount_total} ${object.pms_property_id.country_id.currency_id.symbol}
@@ -171,46 +170,46 @@
% if object.pms_property_id.mail_information
+ width="100%" + style="background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;" + />
Additional Information
+ align="left" + style="margin: 16px 0px 16px 0px;" + >Additional Information

${object.pms_property_id.mail_information|safe}

+ >${object.pms_property_id.mail_information|safe}

% endif

+ width="100%" + style="background-color:rgb(204,204,204);border:medium none;clear:both;display:block;font-size:0px;min-height:1px;line-height:0; margin: 16px 0px 16px 0px;" + />
Questions about the reservation? + style="font-weight:300;margin:10px 0px" + >Questions about the reservation?
Please contact with us:
  • ${object.pms_property_id.name}
  • + >${object.pms_property_id.name} % if object.pms_property_id.partner_id.email
  • Mail: ${object.pms_property_id.partner_id.email}
  • + href="mailto:${object.pms_property_id.partner_id.email}" + style="text-decoration:none;color:#875A7B;" + >${object.pms_property_id.partner_id.email} % endif % if object.pms_property_id.partner_id.phone
  • Phone: ${object.pms_property_id.partner_id.phone}
  • + >Phone: ${object.pms_property_id.partner_id.phone} % endif % if object.pms_property_id.partner_id.mobile
  • Mobile: ${object.pms_property_id.partner_id.mobile}
  • + >Mobile: ${object.pms_property_id.partner_id.mobile} % endif
@@ -225,12 +224,12 @@
% if object.pms_property_id.privacy_policy + width="590" + border="0" + cellpadding="0" + cellspacing="0" + style="min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;" + > @@ -240,18 +239,18 @@
${object.pms_property_id.privacy_policy|safe}
% if object.company_id + width="590" + border="0" + cellpadding="0" + cellspacing="0" + style="min-width: 590px; background-color: #F1F1F1; color: #454748; padding: 8px; border-collapse:separate;" + >
Sent by ${object.company_id.name} + target="_blank" + href="${object.company_id.website}" + style="color: #875A7B;" + >${object.company_id.name}
@@ -261,5 +260,4 @@ ${object.partner_id.lang} - diff --git a/pms/data/pms_precheckin_invitation_email_template.xml b/pms/data/pms_precheckin_invitation_email_template.xml index 86b2d2e6f..cb6a5feda 100644 --- a/pms/data/pms_precheckin_invitation_email_template.xml +++ b/pms/data/pms_precheckin_invitation_email_template.xml @@ -1,27 +1,26 @@ - Precheckin Invitation Hi ${object.firstname}, do your check-in now in ${object.pms_property_id.name} + name="subject" + >Hi ${object.firstname}, do your check-in now in ${object.pms_property_id.name} ${object.pms_property_id.partner_id.email | safe} + name="email_from" + >${object.pms_property_id.partner_id.email | safe} ${(object.email and '"%s" <%s>' % (object.name, object.email) or object.partner_id.email_formatted or '') | safe} + name="email_to" + >${(object.email and '"%s" <%s>' % (object.name, object.email) or object.partner_id.email_formatted or '') | safe}
Do your check-in now and save time.
Access our quick registration system. In a few steps you will be able to register your data in an agile, simple and secure way, avoiding queues at reception. + > quick registration system. In a few steps you will be able to register your data in an agile, simple and secure way, avoiding queues at reception. If you register your data in our system, your passage through reception will be much faster, being able to enjoy the comfort of your room right away. + > your passage through reception will be much faster, being able to enjoy the comfort of your room right away.
@@ -29,21 +28,21 @@
+ href="${object.get_portal_url()}" + target="_blank" + style="text-decoration: none; color: #FFFFFF; font-size: 2em; padding: 10px 20px 10px 20px;" + >
Check-in + style="padding: 0.5em; background-color: #45C2B1; border-color: #45C2B1; border-width: 2px;border-style:solid; border-bottom-style: solid;border-left-style: solid;border-right-style: solid;border-top-style: solid;-webkit-border-radius: 10; -moz-border-radius: 10; border-radius: 10px;font-size: 12px;" + >Check-in
Hacer check-in
+ src="https://www.aldahotels.es/firma/email/llegada/check-in.png" + alt="Hacer check-in" + width="80px" + height="80px" + href="${object.get_portal_url()}" + />
@@ -53,5 +52,4 @@
-
diff --git a/pms/data/pms_sequence.xml b/pms/data/pms_sequence.xml index 98d171f72..f4b49d49c 100644 --- a/pms/data/pms_sequence.xml +++ b/pms/data/pms_sequence.xml @@ -1,6 +1,5 @@ - - + PMS Folio pms.folio @@ -14,5 +13,4 @@ %(y)s 6 - diff --git a/pms/data/queue_data.xml b/pms/data/queue_data.xml index 0ef8dc023..8881324d0 100644 --- a/pms/data/queue_data.xml +++ b/pms/data/queue_data.xml @@ -1,9 +1,7 @@ - - + autoinvoicing folios - diff --git a/pms/data/traveller_report_paperformat.xml b/pms/data/traveller_report_paperformat.xml index c853b7b91..8e1a25b1d 100644 --- a/pms/data/traveller_report_paperformat.xml +++ b/pms/data/traveller_report_paperformat.xml @@ -1,6 +1,5 @@ - Traveller Report PaperFormat @@ -16,5 +15,4 @@ 1 201 - diff --git a/pms/demo/pms_folio.xml b/pms/demo/pms_folio.xml index bcf01d1f5..e0616ce24 100644 --- a/pms/demo/pms_folio.xml +++ b/pms/demo/pms_folio.xml @@ -1,16 +1,15 @@ - + - + /> @@ -30,12 +29,12 @@ + name="sale_channel_origin_id" + ref="pms.main_pms_sale_channel_phone" + /> + /> @@ -71,8 +70,8 @@ + /> @@ -88,12 +87,12 @@ + name="sale_channel_origin_id" + ref="pms.main_pms_sale_channel_phone" + /> + /> @@ -113,12 +112,12 @@ + name="sale_channel_origin_id" + ref="pms.main_pms_sale_channel_phone" + /> + /> @@ -138,13 +137,13 @@ + name="sale_channel_origin_id" + ref="pms.main_pms_sale_channel_phone" + /> Each guest pays his bill + /> + name="sale_channel_origin_id" + ref="pms.main_pms_sale_channel_phone" + /> + /> @@ -193,8 +192,8 @@ + /> @@ -211,12 +210,12 @@ + name="sale_channel_origin_id" + ref="pms.main_pms_sale_channel_phone" + /> + /> @@ -233,12 +232,12 @@ out + name="sale_channel_origin_id" + ref="pms.main_pms_sale_channel_phone" + /> + /> @@ -257,8 +256,8 @@ + /> @@ -276,15 +275,15 @@ + name="sale_channel_origin_id" + ref="pms.main_pms_sale_channel_phone" + /> Do not allow guests to pay anything. The company pays for everything. + name="internal_comment" + >Do not allow guests to pay anything. The company pays for everything. + /> @@ -361,12 +360,12 @@ + name="sale_channel_origin_id" + ref="pms.main_pms_sale_channel_phone" + /> + /> @@ -398,8 +397,8 @@ + /> + name="sale_channel_origin_id" + ref="pms.main_pms_sale_channel_phone" + /> Each guest pays his bill + /> + name="sale_channel_origin_id" + ref="pms.main_pms_sale_channel_phone" + /> Each guest pays his bill + /> @@ -490,8 +489,8 @@ + /> @@ -509,8 +508,8 @@ + /> @@ -527,8 +526,8 @@ + /> @@ -550,13 +549,13 @@ + name="sale_channel_origin_id" + ref="pms.main_pms_sale_channel_phone" + /> cancel + /> @@ -598,8 +597,8 @@ Each guest pays his bill + /> @@ -646,8 +645,8 @@ Each guest pays his bill + /> @@ -687,8 +686,8 @@ Each guest pays his bill + /> @@ -719,13 +718,13 @@ + name="sale_channel_origin_id" + ref="pms.main_pms_sale_channel_phone" + /> Each guest pays his bill + /> + name="sale_channel_origin_id" + ref="pms.main_pms_sale_channel_phone" + /> + /> @@ -779,8 +778,8 @@ + /> + name="sale_channel_origin_id" + ref="pms.main_pms_sale_channel_phone" + /> + /> + name="sale_channel_origin_id" + ref="pms.main_pms_sale_channel_phone" + /> + /> @@ -845,12 +844,12 @@ + name="sale_channel_origin_id" + ref="pms.main_pms_sale_channel_phone" + /> + /> @@ -877,8 +876,8 @@ + /> + name="sale_channel_origin_id" + ref="pms.main_pms_sale_channel_phone" + /> + /> @@ -917,8 +916,8 @@ + /> @@ -938,12 +937,12 @@ + name="sale_channel_origin_id" + ref="pms.main_pms_sale_channel_phone" + /> + /> - diff --git a/pms/demo/pms_master_data.xml b/pms/demo/pms_master_data.xml index 95ed0eb80..f628bb8f0 100644 --- a/pms/demo/pms_master_data.xml +++ b/pms/demo/pms_master_data.xml @@ -1,4673 +1,5 @@ - - - - Availability Plan Demo - - - Availability Plan Demo - - - - - - - - Alda Company - - - - - - False - - - - PMS Folio 2 - pms.folio - F/%(y)s - %(sec)s - 4 - - - - PMS Checkin 2 - pms.checkin.partner - C/%(y)s - %(sec)s - 4 - - - - - San Carlos - - - - - - - - - - - - - - - - - - - - - - - - Ground floor - - - First floor - - - Second floor - - - Third floor - - - Fourth floor - - - - Toiletries - - - Connectivity - - - Kitchen facilities - - - - Shampoo and Soap - - - - High-quality Shampoo and Soap Essential Herbs - - - - Hair Dryer - - - - High speed Wired Internet access - - - - Wi-Fi - - - - Microwave oven - - - - Half-sized Refrigerator - - - - - Room - RO - - - Conference - CO - - - Parking - PA - - - - Economic - ECO - 21.00 - - - - - Single - SNG - 20.00 - - - - - Double - DBL - 25.00 - - - - - Triple - TRP - 35.00 - - - - - Quadruple - QDR - 45.00 - - - - - Conference Room - CFR - 50.00 - - - - - Parking - PRK - 11.00 - - - - - - Grand suite - GRSUI - 100.00 - - - - - - Junior suite - JUSUI - 70.00 - - - - - - - Economic-101 - - - 2 - - - - Economic-102 - - - 2 - - - - Economic-103 - - - 2 - - - - Economic-104 - - - 2 - - - - Economic-105 - - - 2 - - - - - Single-106 - - - 1 - - - - Single-107 - - - 1 - - - - Single-108 - - - 1 - - - - Single-109 - - - 1 - - - - Single-110 - - - 1 - - - - - Double-201 - - - 2 - 1 - - - - Double-202 - - - 2 - - - - Double-203 - - - 2 - - - - Double-204 - - - 2 - - - - Double-205 - - - 2 - - - - - Triple-206 - - - 3 - - - - Triple-207 - - - 3 - - - - Triple-208 - - - 3 - - - - Triple-209 - - - 3 - - - - Triple-210 - - - 3 - - - - - Quadruple-301 - - - 4 - - - - Quadruple-302 - - - 4 - - - - Quadruple-303 - - - 4 - - - - Quadruple-304 - - - 4 - - - - Quadruple-305 - - - 4 - - - - - Open Talk Away Room 1 - - - 10 - - - - Open Talk Away Room 2 - - - 8 - - - - Open Talk Away Room 3 - - - 6 - - - - Open Talk Away Room 4 - - - 5 - - - - Open Talk Away Room 5 - - - 8 - - - - - Grand Suite-401 - - - 2 - - - - Grand Suite-402 - - - 2 - - - - Grand Suite-403 - - - 2 - - - - Grand Suite-404 - - - 2 - - - - Grand Suite-405 - - - 2 - - - - - Junior Suite-406 - - - 2 - - - - Junior Suite-407 - - - 2 - - - - Junior Suite-408 - - - 2 - - - - Junior Suite-409 - - - 2 - - - - Junior Suite-410 - - - 2 - - - - - Economic-101 - - - 2 - - - - Economic-102 - - - 2 - - - - Economic-103 - - - 2 - - - - Economic-104 - - - 2 - - - - Economic-105 - - - 2 - - - - - Double-201 - - - 2 - 1 - - - - Double-202 - - - 2 - - - - Double-203 - - - 2 - - - - Double-204 - - - 2 - - - - Double-205 - - - 2 - - - - - Triple-206 - - - 3 - - - - Triple-207 - - - 3 - - - - Triple-208 - - - 3 - - - - Triple-209 - - - 3 - - - - Triple-210 - - - 3 - - - - - Open Talk Away Room 1 - - - 10 - - - - Open Talk Away Room 2 - - - 8 - - - - Open Talk Away Room 3 - - - 6 - - - - Open Talk Away Room 4 - - - 5 - - - - Open Talk Away Room 5 - - - 8 - - - - - Parking-1 - - - 2 - - - - Parking-2 - - - 2 - - - - Parking-3 - - - 2 - - - - - Parking-1 - - - 2 - - - - Parking-2 - - - 2 - - - - Parking-3 - - - 2 - - - - - Breakfast Buffet - 5.0 - service - False - True - True - after - - - Extra Bed - 15.0 - service - False - True - False - 1 - True - - - Late Check-out - 10.0 - service - False - False - False - - - Lunch - 15.0 - service - False - True - True - - - Dinner - 20.0 - service - False - True - True - - - Free Bar - 40.0 - service - False - True - True - - - - BreakFast - BB - - - - Half Board - HB - - - - Full Board - FB - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Maintenance - - Used for closing rooms which requires a maintenance. You can specify - the reason in the own reservation. - - - - VIP Privacy - - Used for closing rooms for extra privacy. - - - - - True - - Booking.com - Herengracht 597 - Amsterdam - +31 20 712 5609 - - info@booking.com - http://www.booking.com - - - - True - - Airbnb.com - 8 Hanover Quay - Dublin - (+34) 91 123 45 67. - - info@airbnb.com - http://www.airbnb.com - - - - - 645773288 - - - 666777888 - - - 611567888 - - - 610067000 - - - 689017000 - - - 633773338 - - - 678112438 - - - - - - - 0_product_variant - list_price - fixed - - - - - 30.00 - - - - 0_product_variant - list_price - fixed - - - - - 27.00 - - - - 0_product_variant - list_price - fixed - - - - - 35.00 - - - - 0_product_variant - list_price - fixed - - - - - 29.00 - - - - 0_product_variant - list_price - fixed - - - - - 29.00 - - - - 0_product_variant - list_price - fixed - - - - - 31.00 - - - - 0_product_variant - list_price - fixed - - - - - 26.00 - - - - 0_product_variant - list_price - fixed - - - - - 26.00 - - - - 0_product_variant - list_price - fixed - - - - - 26.00 - - - - 0_product_variant - list_price - fixed - - - - - 24.00 - - - - 0_product_variant - list_price - fixed - - - - - 30.00 - - - - 0_product_variant - list_price - fixed - - - - - 35.00 - - - - 0_product_variant - list_price - fixed - - - - - 35.00 - - - - 0_product_variant - list_price - fixed - - - - - 35.00 - - - - 0_product_variant - list_price - fixed - - - - - 39.00 - - - - 0_product_variant - list_price - fixed - - - - - 35.00 - - - - 0_product_variant - list_price - fixed - - - - - 39.00 - - - - 0_product_variant - list_price - fixed - - - - - 40.00 - - - - 0_product_variant - list_price - fixed - - - - - 42.00 - - - - 0_product_variant - list_price - fixed - - - - - 38.00 - - - - 0_product_variant - list_price - fixed - - - - - 33.00 - - - - 0_product_variant - list_price - fixed - - - - - 33.00 - - - - 0_product_variant - list_price - fixed - - - - - 30.00 - - - - 0_product_variant - list_price - fixed - - - - - 30.00 - - - - 0_product_variant - list_price - fixed - - - - - 35.00 - - - - 0_product_variant - list_price - fixed - - - - - 39.00 - - - - 0_product_variant - list_price - fixed - - - - - 39.00 - - - - 0_product_variant - list_price - fixed - - - - - 33.00 - - - - 0_product_variant - list_price - fixed - - - - - 29.00 - - - - 0_product_variant - list_price - fixed - - - - - 27.00 - - - - 0_product_variant - list_price - fixed - - - - - 27.00 - - - - 0_product_variant - list_price - fixed - - - - - 32.00 - - - - - - 0_product_variant - list_price - fixed - - - - - 23.00 - - - - 0_product_variant - list_price - fixed - - - - - 26.00 - - - - 0_product_variant - list_price - fixed - - - - - 23.00 - - - - 0_product_variant - list_price - fixed - - - - - 23.00 - - - - 0_product_variant - list_price - fixed - - - - - 23.00 - - - - 0_product_variant - list_price - fixed - - - - - 25.00 - - - - 0_product_variant - list_price - fixed - - - - - 25.00 - - - - 0_product_variant - list_price - fixed - - - - - 25.00 - - - - 0_product_variant - list_price - fixed - - - - - 27.00 - - - - 0_product_variant - list_price - fixed - - - - - 28.00 - - - - 0_product_variant - list_price - fixed - - - - - 30.00 - - - - 0_product_variant - list_price - fixed - - - - - 30.00 - - - - 0_product_variant - list_price - fixed - - - - - 32.00 - - - - 0_product_variant - list_price - fixed - - - - - 32.00 - - - - 0_product_variant - list_price - fixed - - - - - 28.00 - - - - 0_product_variant - list_price - fixed - - - - - 25.00 - - - - 0_product_variant - list_price - fixed - - - - - 22.00 - - - - 0_product_variant - list_price - fixed - - - - - 22.00 - - - - 0_product_variant - list_price - fixed - - - - - 24.00 - - - - 0_product_variant - list_price - fixed - - - - - 30.00 - - - - 0_product_variant - list_price - fixed - - - - - 32.00 - - - - 0_product_variant - list_price - fixed - - - - - 35.00 - - - - 0_product_variant - list_price - fixed - - - - - 35.00 - - - - 0_product_variant - list_price - fixed - - - - - 27.00 - - - - 0_product_variant - list_price - fixed - - - - - 25.00 - - - - 0_product_variant - list_price - fixed - - - - - 25.00 - - - - 0_product_variant - list_price - fixed - - - - - 28.00 - - - - 0_product_variant - list_price - fixed - - - - - 30.00 - - - - 0_product_variant - list_price - fixed - - - - - 32.00 - - - - 0_product_variant - list_price - fixed - - - - - 32.00 - - - - 0_product_variant - list_price - fixed - - - - - 27.00 - - - - 0_product_variant - list_price - fixed - - - - - 25.00 - - - - - - 0_product_variant - list_price - fixed - - - - - 30.00 - - - - 0_product_variant - list_price - fixed - - - - - 32.00 - - - - 0_product_variant - list_price - fixed - - - - - 32.00 - - - - 0_product_variant - list_price - fixed - - - - - 35.00 - - - - 0_product_variant - list_price - fixed - - - - - 36.00 - - - - 0_product_variant - list_price - fixed - - - - - 38.00 - - - - 0_product_variant - list_price - fixed - - - - - 40.00 - - - - 0_product_variant - list_price - fixed - - - - - 43.00 - - - - 0_product_variant - list_price - fixed - - - - - 43.00 - - - - 0_product_variant - list_price - fixed - - - - - 45.00 - - - - 0_product_variant - list_price - fixed - - - - - 42.00 - - - - 0_product_variant - list_price - fixed - - - - - 42.00 - - - - 0_product_variant - list_price - fixed - - - - - 40.00 - - - - 0_product_variant - list_price - fixed - - - - - 40.00 - - - - 0_product_variant - list_price - fixed - - - - - 36.00 - - - - 0_product_variant - list_price - fixed - - - - - 32.00 - - - - 0_product_variant - list_price - fixed - - - - - 32.00 - - - - 0_product_variant - list_price - fixed - - - - - 30.00 - - - - 0_product_variant - list_price - fixed - - - - - 28.00 - - - - 0_product_variant - list_price - fixed - - - - - 28.00 - - - - 0_product_variant - list_price - fixed - - - - - 28.00 - - - - 0_product_variant - list_price - fixed - - - - - 34.00 - - - - 0_product_variant - list_price - fixed - - - - - 36.00 - - - - 0_product_variant - list_price - fixed - - - - - 38.00 - - - - 0_product_variant - list_price - fixed - - - - - 38.00 - - - - 0_product_variant - list_price - fixed - - - - - 42.00 - - - - 0_product_variant - list_price - fixed - - - - - 44.00 - - - - 0_product_variant - list_price - fixed - - - - - 44.00 - - - - 0_product_variant - list_price - fixed - - - - - 35.00 - - - - 0_product_variant - list_price - fixed - - - - - 33.00 - - - - 0_product_variant - list_price - fixed - - - - - 30.00 - - - - 0_product_variant - list_price - fixed - - - - - 30.00 - - - - - - 0_product_variant - list_price - fixed - - - - - 40.00 - - - - 0_product_variant - list_price - fixed - - - - - 44.00 - - - - 0_product_variant - list_price - fixed - - - - - 48.00 - - - - 0_product_variant - list_price - fixed - - - - - 50.00 - - - - 0_product_variant - list_price - fixed - - - - - 52.00 - - - - 0_product_variant - list_price - fixed - - - - - 52.00 - - - - 0_product_variant - list_price - fixed - - - - - 55.00 - - - - 0_product_variant - list_price - fixed - - - - - 50.00 - - - - 0_product_variant - list_price - fixed - - - - - 48.00 - - - - 0_product_variant - list_price - fixed - - - - - 48.00 - - - - 0_product_variant - list_price - fixed - - - - - 48.00 - - - - 0_product_variant - list_price - fixed - - - - - 54.00 - - - - 0_product_variant - list_price - fixed - - - - - 52.00 - - - - 0_product_variant - list_price - fixed - - - - - 50.00 - - - - 0_product_variant - list_price - fixed - - - - - 44.00 - - - - 0_product_variant - list_price - fixed - - - - - 40.00 - - - - 0_product_variant - list_price - fixed - - - - - 40.00 - - - - 0_product_variant - list_price - fixed - - - - - 38.00 - - - - 0_product_variant - list_price - fixed - - - - - 38.00 - - - - 0_product_variant - list_price - fixed - - - - - 38.00 - - - - 0_product_variant - list_price - fixed - - - - - 42.00 - - - - 0_product_variant - list_price - fixed - - - - - 45.00 - - - - 0_product_variant - list_price - fixed - - - - - 50.00 - - - - 0_product_variant - list_price - fixed - - - - - 52.00 - - - - 0_product_variant - list_price - fixed - - - - - 52.00 - - - - 0_product_variant - list_price - fixed - - - - - 48.00 - - - - 0_product_variant - list_price - fixed - - - - - 44.00 - - - - 0_product_variant - list_price - fixed - - - - - 44.00 - - - - 0_product_variant - list_price - fixed - - - - - 48.00 - - - - 0_product_variant - list_price - fixed - - - - - 50.00 - - - - 0_product_variant - list_price - fixed - - - - - 55.00 - - - - 0_product_variant - list_price - fixed - - - - - 50.00 - - - - - - 0_product_variant - list_price - fixed - - - - - 120.00 - - - - 0_product_variant - list_price - fixed - - - - - 124.00 - - - - 0_product_variant - list_price - fixed - - - - - 124.00 - - - - 0_product_variant - list_price - fixed - - - - - 120.00 - - - - 0_product_variant - list_price - fixed - - - - - 115.00 - - - - 0_product_variant - list_price - fixed - - - - - 118.00 - - - - 0_product_variant - list_price - fixed - - - - - 118.00 - - - - 0_product_variant - list_price - fixed - - - - - 125.00 - - - - 0_product_variant - list_price - fixed - - - - - 128.00 - - - - 0_product_variant - list_price - fixed - - - - - 130.00 - - - - 0_product_variant - list_price - fixed - - - - - 130.00 - - - - 0_product_variant - list_price - fixed - - - - - 125.00 - - - - 0_product_variant - list_price - fixed - - - - - 120.00 - - - - 0_product_variant - list_price - fixed - - - - - 115.00 - - - - 0_product_variant - list_price - fixed - - - - - 110.00 - - - - 0_product_variant - list_price - fixed - - - - - 110.00 - - - - 0_product_variant - list_price - fixed - - - - - 110.00 - - - - 0_product_variant - list_price - fixed - - - - - 120.00 - - - - 0_product_variant - list_price - fixed - - - - - 125.00 - - - - 0_product_variant - list_price - fixed - - - - - 130.00 - - - - 0_product_variant - list_price - fixed - - - - - 135.00 - - - - 0_product_variant - list_price - fixed - - - - - 125.00 - - - - 0_product_variant - list_price - fixed - - - - - 123.00 - - - - 0_product_variant - list_price - fixed - - - - - 123.00 - - - - 0_product_variant - list_price - fixed - - - - - 123.00 - - - - 0_product_variant - list_price - fixed - - - - - 126.00 - - - - 0_product_variant - list_price - fixed - - - - - 128.00 - - - - 0_product_variant - list_price - fixed - - - - - 135.00 - - - - 0_product_variant - list_price - fixed - - - - - 135.00 - - - - 0_product_variant - list_price - fixed - - - - - 127.00 - - - - 0_product_variant - list_price - fixed - - - - - 122.00 - - - - 0_product_variant - list_price - fixed - - - - - 120.00 - - - - - Public Pricelist Discount 10% - - - - - - - - 3_global - pricelist - - formula - 10.00 - - - - - - - - - 3 - - - - - - - 2 - - - - - - - 2 - - - - - - - 2 - - - - - - - 2 - - - - - - - 2 - - - - - - - 3 - - - - - - - 3 - - - - - - - 3 - - - - - - - 2 - 1 - - - - - - - 1 - - - - - - - 1 - - - - - - - 2 - - - - - - - 2 - - - - - - - 2 - - - - - - - 2 - - - - - - - 2 - - - - - - - 1 - - - - - - - 1 - - - - - - - 1 - - - - - - - 1 - - - - - - - 3 - - - - - - - 3 - - - - - - - 1 - - - - - - - 1 - - - - - - - 1 - - - - - - - 3 - - - - - - - 2 - - - - - - - 3 - - - - - - - 2 - - - - - - - 2 - - - - - - - 2 - - - - - - - 2 - - - - - - - 2 - - - - - - - 2 - - - - - - - 2 - - - - - - - 2 - - - - - - - 2 - - - - - - - 2 - - - - - - - 2 - - - - - - - 2 - - - - - - - 2 - - - - - - - 2 - - - - - - - 2 - - - - - - - 2 - - - - - - - 2 - - - - - - - 2 - - - - - - - 3 - - - - - - - 2 - - - - - - - 2 - - - - - - - 2 - - - - - - - 2 - - - - - - - 2 - - - - - - - 2 - - - - - - - 2 - - - - - - - 2 - - - - - - - 2 - - - - - - - 2 - - - - - - - 2 - - - - - - - 2 - - - - - - - 2 - - - - - - - - - 3 - 5 - - - - - - - 2 - 5 - - - - - - - 2 - 5 - - - - - - - 2 - - - - - - - 2 - 5 - - - - - - - 3 - - - - - - - 2 - - - - - - - 2 - 10 - - - - - - - 5 - - - - - - - 5 - 3 - - - - - - - 5 - 2 - - - - - - - 1 - - - - - - - 2 - 1 - - - - - - - 2 - 1 - - - - - - - 1 - - - - - - - - - - - - - 2 - 3 - - - - - - - 3 - - - - - - - 2 - 1 - - - - - - - 2 - 1 - - - - - - - 2 - 1 - - - - - - - 3 - 5 - - - - - - - 3 - 5 - - - - - - - 3 - 5 - - - - - - - 2 - 5 - - - - - - - 2 - - - - - - - 2 - - - - - - - 2 - 4 - - - - - - - 3 - 1 - - - - - - - 3 - 1 - - - - - - - 3 - 1 - - - - - - - 3 - 1 - - - - - - - 2 - - - - - - - 2 - - - - - - - 2 - - - - - - - 2 - 1 - - - - - - - 2 - 1 - - - - - - - 2 - 1 - - - - - - - True - - - - - - - True - - - - - - - True - - - - - - - True - - - - - - - True - - - - - - - True - - - - - - - 2 - 5 - 3 - - - - - - - 2 - 5 - 10 - - - - - - - 10 - 5 - - - - - - - 3 - - - - - - - 2 - - - - - - - 2 - - - - - - - 3 - - - diff --git a/pms/demo/pms_master_data_no_update.xml b/pms/demo/pms_master_data_no_update.xml new file mode 100644 index 000000000..8242dd642 --- /dev/null +++ b/pms/demo/pms_master_data_no_update.xml @@ -0,0 +1,4669 @@ + + + + + Availability Plan Demo + + + Availability Plan Demo + + + + + + + + Alda Company + + + + + + False + + + + PMS Folio 2 + pms.folio + F/%(y)s + %(sec)s + 4 + + + + PMS Checkin 2 + pms.checkin.partner + C/%(y)s + %(sec)s + 4 + + + + + San Carlos + + + + + + + + + + + + + + + + + + + + + + + + Ground floor + + + First floor + + + Second floor + + + Third floor + + + Fourth floor + + + + Toiletries + + + Connectivity + + + Kitchen facilities + + + + Shampoo and Soap + + + + High-quality Shampoo and Soap Essential Herbs + + + + Hair Dryer + + + + High speed Wired Internet access + + + + Wi-Fi + + + + Microwave oven + + + + Half-sized Refrigerator + + + + + Room + RO + + + Conference + CO + + + Parking + PA + + + + Economic + ECO + 21.00 + + + + + Single + SNG + 20.00 + + + + + Double + DBL + 25.00 + + + + + Triple + TRP + 35.00 + + + + + Quadruple + QDR + 45.00 + + + + + Conference Room + CFR + 50.00 + + + + + Parking + PRK + 11.00 + + + + + + Grand suite + GRSUI + 100.00 + + + + + + Junior suite + JUSUI + 70.00 + + + + + + + Economic-101 + + + 2 + + + + Economic-102 + + + 2 + + + + Economic-103 + + + 2 + + + + Economic-104 + + + 2 + + + + Economic-105 + + + 2 + + + + + Single-106 + + + 1 + + + + Single-107 + + + 1 + + + + Single-108 + + + 1 + + + + Single-109 + + + 1 + + + + Single-110 + + + 1 + + + + + Double-201 + + + 2 + 1 + + + + Double-202 + + + 2 + + + + Double-203 + + + 2 + + + + Double-204 + + + 2 + + + + Double-205 + + + 2 + + + + + Triple-206 + + + 3 + + + + Triple-207 + + + 3 + + + + Triple-208 + + + 3 + + + + Triple-209 + + + 3 + + + + Triple-210 + + + 3 + + + + + Quadruple-301 + + + 4 + + + + Quadruple-302 + + + 4 + + + + Quadruple-303 + + + 4 + + + + Quadruple-304 + + + 4 + + + + Quadruple-305 + + + 4 + + + + + Open Talk Away Room 1 + + + 10 + + + + Open Talk Away Room 2 + + + 8 + + + + Open Talk Away Room 3 + + + 6 + + + + Open Talk Away Room 4 + + + 5 + + + + Open Talk Away Room 5 + + + 8 + + + + + Grand Suite-401 + + + 2 + + + + Grand Suite-402 + + + 2 + + + + Grand Suite-403 + + + 2 + + + + Grand Suite-404 + + + 2 + + + + Grand Suite-405 + + + 2 + + + + + Junior Suite-406 + + + 2 + + + + Junior Suite-407 + + + 2 + + + + Junior Suite-408 + + + 2 + + + + Junior Suite-409 + + + 2 + + + + Junior Suite-410 + + + 2 + + + + + Economic-101 + + + 2 + + + + Economic-102 + + + 2 + + + + Economic-103 + + + 2 + + + + Economic-104 + + + 2 + + + + Economic-105 + + + 2 + + + + + Double-201 + + + 2 + 1 + + + + Double-202 + + + 2 + + + + Double-203 + + + 2 + + + + Double-204 + + + 2 + + + + Double-205 + + + 2 + + + + + Triple-206 + + + 3 + + + + Triple-207 + + + 3 + + + + Triple-208 + + + 3 + + + + Triple-209 + + + 3 + + + + Triple-210 + + + 3 + + + + + Open Talk Away Room 1 + + + 10 + + + + Open Talk Away Room 2 + + + 8 + + + + Open Talk Away Room 3 + + + 6 + + + + Open Talk Away Room 4 + + + 5 + + + + Open Talk Away Room 5 + + + 8 + + + + + Parking-1 + + + 2 + + + + Parking-2 + + + 2 + + + + Parking-3 + + + 2 + + + + + Parking-1 + + + 2 + + + + Parking-2 + + + 2 + + + + Parking-3 + + + 2 + + + + + Breakfast Buffet + 5.0 + service + False + True + True + after + + + Extra Bed + 15.0 + service + False + True + False + 1 + True + + + Late Check-out + 10.0 + service + False + False + False + + + Lunch + 15.0 + service + False + True + True + + + Dinner + 20.0 + service + False + True + True + + + Free Bar + 40.0 + service + False + True + True + + + + BreakFast + BB + + + + Half Board + HB + + + + Full Board + FB + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Maintenance + + Used for closing rooms which requires a maintenance. You can specify + the reason in the own reservation. + + + + VIP Privacy + + Used for closing rooms for extra privacy. + + + + + True + + Booking.com + Herengracht 597 + Amsterdam + +31 20 712 5609 + + info@booking.com + http://www.booking.com + + + + True + + Airbnb.com + 8 Hanover Quay + Dublin + (+34) 91 123 45 67. + + info@airbnb.com + http://www.airbnb.com + + + + + 645773288 + + + 666777888 + + + 611567888 + + + 610067000 + + + 689017000 + + + 633773338 + + + 678112438 + + + + + + + 0_product_variant + list_price + fixed + + + + + 30.00 + + + + 0_product_variant + list_price + fixed + + + + + 27.00 + + + + 0_product_variant + list_price + fixed + + + + + 35.00 + + + + 0_product_variant + list_price + fixed + + + + + 29.00 + + + + 0_product_variant + list_price + fixed + + + + + 29.00 + + + + 0_product_variant + list_price + fixed + + + + + 31.00 + + + + 0_product_variant + list_price + fixed + + + + + 26.00 + + + + 0_product_variant + list_price + fixed + + + + + 26.00 + + + + 0_product_variant + list_price + fixed + + + + + 26.00 + + + + 0_product_variant + list_price + fixed + + + + + 24.00 + + + + 0_product_variant + list_price + fixed + + + + + 30.00 + + + + 0_product_variant + list_price + fixed + + + + + 35.00 + + + + 0_product_variant + list_price + fixed + + + + + 35.00 + + + + 0_product_variant + list_price + fixed + + + + + 35.00 + + + + 0_product_variant + list_price + fixed + + + + + 39.00 + + + + 0_product_variant + list_price + fixed + + + + + 35.00 + + + + 0_product_variant + list_price + fixed + + + + + 39.00 + + + + 0_product_variant + list_price + fixed + + + + + 40.00 + + + + 0_product_variant + list_price + fixed + + + + + 42.00 + + + + 0_product_variant + list_price + fixed + + + + + 38.00 + + + + 0_product_variant + list_price + fixed + + + + + 33.00 + + + + 0_product_variant + list_price + fixed + + + + + 33.00 + + + + 0_product_variant + list_price + fixed + + + + + 30.00 + + + + 0_product_variant + list_price + fixed + + + + + 30.00 + + + + 0_product_variant + list_price + fixed + + + + + 35.00 + + + + 0_product_variant + list_price + fixed + + + + + 39.00 + + + + 0_product_variant + list_price + fixed + + + + + 39.00 + + + + 0_product_variant + list_price + fixed + + + + + 33.00 + + + + 0_product_variant + list_price + fixed + + + + + 29.00 + + + + 0_product_variant + list_price + fixed + + + + + 27.00 + + + + 0_product_variant + list_price + fixed + + + + + 27.00 + + + + 0_product_variant + list_price + fixed + + + + + 32.00 + + + + + + 0_product_variant + list_price + fixed + + + + + 23.00 + + + + 0_product_variant + list_price + fixed + + + + + 26.00 + + + + 0_product_variant + list_price + fixed + + + + + 23.00 + + + + 0_product_variant + list_price + fixed + + + + + 23.00 + + + + 0_product_variant + list_price + fixed + + + + + 23.00 + + + + 0_product_variant + list_price + fixed + + + + + 25.00 + + + + 0_product_variant + list_price + fixed + + + + + 25.00 + + + + 0_product_variant + list_price + fixed + + + + + 25.00 + + + + 0_product_variant + list_price + fixed + + + + + 27.00 + + + + 0_product_variant + list_price + fixed + + + + + 28.00 + + + + 0_product_variant + list_price + fixed + + + + + 30.00 + + + + 0_product_variant + list_price + fixed + + + + + 30.00 + + + + 0_product_variant + list_price + fixed + + + + + 32.00 + + + + 0_product_variant + list_price + fixed + + + + + 32.00 + + + + 0_product_variant + list_price + fixed + + + + + 28.00 + + + + 0_product_variant + list_price + fixed + + + + + 25.00 + + + + 0_product_variant + list_price + fixed + + + + + 22.00 + + + + 0_product_variant + list_price + fixed + + + + + 22.00 + + + + 0_product_variant + list_price + fixed + + + + + 24.00 + + + + 0_product_variant + list_price + fixed + + + + + 30.00 + + + + 0_product_variant + list_price + fixed + + + + + 32.00 + + + + 0_product_variant + list_price + fixed + + + + + 35.00 + + + + 0_product_variant + list_price + fixed + + + + + 35.00 + + + + 0_product_variant + list_price + fixed + + + + + 27.00 + + + + 0_product_variant + list_price + fixed + + + + + 25.00 + + + + 0_product_variant + list_price + fixed + + + + + 25.00 + + + + 0_product_variant + list_price + fixed + + + + + 28.00 + + + + 0_product_variant + list_price + fixed + + + + + 30.00 + + + + 0_product_variant + list_price + fixed + + + + + 32.00 + + + + 0_product_variant + list_price + fixed + + + + + 32.00 + + + + 0_product_variant + list_price + fixed + + + + + 27.00 + + + + 0_product_variant + list_price + fixed + + + + + 25.00 + + + + + + 0_product_variant + list_price + fixed + + + + + 30.00 + + + + 0_product_variant + list_price + fixed + + + + + 32.00 + + + + 0_product_variant + list_price + fixed + + + + + 32.00 + + + + 0_product_variant + list_price + fixed + + + + + 35.00 + + + + 0_product_variant + list_price + fixed + + + + + 36.00 + + + + 0_product_variant + list_price + fixed + + + + + 38.00 + + + + 0_product_variant + list_price + fixed + + + + + 40.00 + + + + 0_product_variant + list_price + fixed + + + + + 43.00 + + + + 0_product_variant + list_price + fixed + + + + + 43.00 + + + + 0_product_variant + list_price + fixed + + + + + 45.00 + + + + 0_product_variant + list_price + fixed + + + + + 42.00 + + + + 0_product_variant + list_price + fixed + + + + + 42.00 + + + + 0_product_variant + list_price + fixed + + + + + 40.00 + + + + 0_product_variant + list_price + fixed + + + + + 40.00 + + + + 0_product_variant + list_price + fixed + + + + + 36.00 + + + + 0_product_variant + list_price + fixed + + + + + 32.00 + + + + 0_product_variant + list_price + fixed + + + + + 32.00 + + + + 0_product_variant + list_price + fixed + + + + + 30.00 + + + + 0_product_variant + list_price + fixed + + + + + 28.00 + + + + 0_product_variant + list_price + fixed + + + + + 28.00 + + + + 0_product_variant + list_price + fixed + + + + + 28.00 + + + + 0_product_variant + list_price + fixed + + + + + 34.00 + + + + 0_product_variant + list_price + fixed + + + + + 36.00 + + + + 0_product_variant + list_price + fixed + + + + + 38.00 + + + + 0_product_variant + list_price + fixed + + + + + 38.00 + + + + 0_product_variant + list_price + fixed + + + + + 42.00 + + + + 0_product_variant + list_price + fixed + + + + + 44.00 + + + + 0_product_variant + list_price + fixed + + + + + 44.00 + + + + 0_product_variant + list_price + fixed + + + + + 35.00 + + + + 0_product_variant + list_price + fixed + + + + + 33.00 + + + + 0_product_variant + list_price + fixed + + + + + 30.00 + + + + 0_product_variant + list_price + fixed + + + + + 30.00 + + + + + + 0_product_variant + list_price + fixed + + + + + 40.00 + + + + 0_product_variant + list_price + fixed + + + + + 44.00 + + + + 0_product_variant + list_price + fixed + + + + + 48.00 + + + + 0_product_variant + list_price + fixed + + + + + 50.00 + + + + 0_product_variant + list_price + fixed + + + + + 52.00 + + + + 0_product_variant + list_price + fixed + + + + + 52.00 + + + + 0_product_variant + list_price + fixed + + + + + 55.00 + + + + 0_product_variant + list_price + fixed + + + + + 50.00 + + + + 0_product_variant + list_price + fixed + + + + + 48.00 + + + + 0_product_variant + list_price + fixed + + + + + 48.00 + + + + 0_product_variant + list_price + fixed + + + + + 48.00 + + + + 0_product_variant + list_price + fixed + + + + + 54.00 + + + + 0_product_variant + list_price + fixed + + + + + 52.00 + + + + 0_product_variant + list_price + fixed + + + + + 50.00 + + + + 0_product_variant + list_price + fixed + + + + + 44.00 + + + + 0_product_variant + list_price + fixed + + + + + 40.00 + + + + 0_product_variant + list_price + fixed + + + + + 40.00 + + + + 0_product_variant + list_price + fixed + + + + + 38.00 + + + + 0_product_variant + list_price + fixed + + + + + 38.00 + + + + 0_product_variant + list_price + fixed + + + + + 38.00 + + + + 0_product_variant + list_price + fixed + + + + + 42.00 + + + + 0_product_variant + list_price + fixed + + + + + 45.00 + + + + 0_product_variant + list_price + fixed + + + + + 50.00 + + + + 0_product_variant + list_price + fixed + + + + + 52.00 + + + + 0_product_variant + list_price + fixed + + + + + 52.00 + + + + 0_product_variant + list_price + fixed + + + + + 48.00 + + + + 0_product_variant + list_price + fixed + + + + + 44.00 + + + + 0_product_variant + list_price + fixed + + + + + 44.00 + + + + 0_product_variant + list_price + fixed + + + + + 48.00 + + + + 0_product_variant + list_price + fixed + + + + + 50.00 + + + + 0_product_variant + list_price + fixed + + + + + 55.00 + + + + 0_product_variant + list_price + fixed + + + + + 50.00 + + + + + + 0_product_variant + list_price + fixed + + + + + 120.00 + + + + 0_product_variant + list_price + fixed + + + + + 124.00 + + + + 0_product_variant + list_price + fixed + + + + + 124.00 + + + + 0_product_variant + list_price + fixed + + + + + 120.00 + + + + 0_product_variant + list_price + fixed + + + + + 115.00 + + + + 0_product_variant + list_price + fixed + + + + + 118.00 + + + + 0_product_variant + list_price + fixed + + + + + 118.00 + + + + 0_product_variant + list_price + fixed + + + + + 125.00 + + + + 0_product_variant + list_price + fixed + + + + + 128.00 + + + + 0_product_variant + list_price + fixed + + + + + 130.00 + + + + 0_product_variant + list_price + fixed + + + + + 130.00 + + + + 0_product_variant + list_price + fixed + + + + + 125.00 + + + + 0_product_variant + list_price + fixed + + + + + 120.00 + + + + 0_product_variant + list_price + fixed + + + + + 115.00 + + + + 0_product_variant + list_price + fixed + + + + + 110.00 + + + + 0_product_variant + list_price + fixed + + + + + 110.00 + + + + 0_product_variant + list_price + fixed + + + + + 110.00 + + + + 0_product_variant + list_price + fixed + + + + + 120.00 + + + + 0_product_variant + list_price + fixed + + + + + 125.00 + + + + 0_product_variant + list_price + fixed + + + + + 130.00 + + + + 0_product_variant + list_price + fixed + + + + + 135.00 + + + + 0_product_variant + list_price + fixed + + + + + 125.00 + + + + 0_product_variant + list_price + fixed + + + + + 123.00 + + + + 0_product_variant + list_price + fixed + + + + + 123.00 + + + + 0_product_variant + list_price + fixed + + + + + 123.00 + + + + 0_product_variant + list_price + fixed + + + + + 126.00 + + + + 0_product_variant + list_price + fixed + + + + + 128.00 + + + + 0_product_variant + list_price + fixed + + + + + 135.00 + + + + 0_product_variant + list_price + fixed + + + + + 135.00 + + + + 0_product_variant + list_price + fixed + + + + + 127.00 + + + + 0_product_variant + list_price + fixed + + + + + 122.00 + + + + 0_product_variant + list_price + fixed + + + + + 120.00 + + + + + Public Pricelist Discount 10% + + + + + + + + 3_global + pricelist + + formula + 10.00 + + + + + + + + + 3 + + + + + + + 2 + + + + + + + 2 + + + + + + + 2 + + + + + + + 2 + + + + + + + 2 + + + + + + + 3 + + + + + + + 3 + + + + + + + 3 + + + + + + + 2 + 1 + + + + + + + 1 + + + + + + + 1 + + + + + + + 2 + + + + + + + 2 + + + + + + + 2 + + + + + + + 2 + + + + + + + 2 + + + + + + + 1 + + + + + + + 1 + + + + + + + 1 + + + + + + + 1 + + + + + + + 3 + + + + + + + 3 + + + + + + + 1 + + + + + + + 1 + + + + + + + 1 + + + + + + + 3 + + + + + + + 2 + + + + + + + 3 + + + + + + + 2 + + + + + + + 2 + + + + + + + 2 + + + + + + + 2 + + + + + + + 2 + + + + + + + 2 + + + + + + + 2 + + + + + + + 2 + + + + + + + 2 + + + + + + + 2 + + + + + + + 2 + + + + + + + 2 + + + + + + + 2 + + + + + + + 2 + + + + + + + 2 + + + + + + + 2 + + + + + + + 2 + + + + + + + 2 + + + + + + + 3 + + + + + + + 2 + + + + + + + 2 + + + + + + + 2 + + + + + + + 2 + + + + + + + 2 + + + + + + + 2 + + + + + + + 2 + + + + + + + 2 + + + + + + + 2 + + + + + + + 2 + + + + + + + 2 + + + + + + + 2 + + + + + + + 2 + + + + + + + + + 3 + 5 + + + + + + + 2 + 5 + + + + + + + 2 + 5 + + + + + + + 2 + + + + + + + 2 + 5 + + + + + + + 3 + + + + + + + 2 + + + + + + + 2 + 10 + + + + + + + 5 + + + + + + + 5 + 3 + + + + + + + 5 + 2 + + + + + + + 1 + + + + + + + 2 + 1 + + + + + + + 2 + 1 + + + + + + + 1 + + + + + + + + + + + + + 2 + 3 + + + + + + + 3 + + + + + + + 2 + 1 + + + + + + + 2 + 1 + + + + + + + 2 + 1 + + + + + + + 3 + 5 + + + + + + + 3 + 5 + + + + + + + 3 + 5 + + + + + + + 2 + 5 + + + + + + + 2 + + + + + + + 2 + + + + + + + 2 + 4 + + + + + + + 3 + 1 + + + + + + + 3 + 1 + + + + + + + 3 + 1 + + + + + + + 3 + 1 + + + + + + + 2 + + + + + + + 2 + + + + + + + 2 + + + + + + + 2 + 1 + + + + + + + 2 + 1 + + + + + + + 2 + 1 + + + + + + + True + + + + + + + True + + + + + + + True + + + + + + + True + + + + + + + True + + + + + + + True + + + + + + + 2 + 5 + 3 + + + + + + + 2 + 5 + 10 + + + + + + + 10 + 5 + + + + + + + 3 + + + + + + + 2 + + + + + + + 2 + + + + + + + 3 + + + diff --git a/pms/demo/pms_reservation.xml b/pms/demo/pms_reservation.xml index 1e1fc8880..acc6fece8 100644 --- a/pms/demo/pms_reservation.xml +++ b/pms/demo/pms_reservation.xml @@ -1,6 +1,5 @@ - - + @@ -12,8 +11,8 @@ Extra privacy for school field trip. + name="out_service_description" + >Extra privacy for school field trip. @@ -65,15 +64,15 @@ + name="board_service_room_id" + ref="pms_board_service_room_eco_full_board" + /> done Lactose intolerant, soy milk for breakfast. + name="partner_requests" + >Lactose intolerant, soy milk for breakfast. @@ -95,9 +94,9 @@ + name="board_service_room_id" + ref="pms_board_service_room_eco_full_board" + /> done @@ -124,9 +123,9 @@ + name="board_service_room_id" + ref="pms_board_service_room_eco_full_board" + /> done @@ -158,9 +157,9 @@ + name="board_service_room_id" + ref="pms_board_service_room_eco_full_board" + /> done @@ -185,9 +184,9 @@ + name="board_service_room_id" + ref="pms_board_service_room_eco_full_board" + /> done @@ -212,9 +211,9 @@ + name="board_service_room_id" + ref="pms_board_service_room_eco_full_board" + /> done @@ -239,8 +238,8 @@ 2 onboard + /> + name="board_service_room_id" + ref="pms_board_service_room_eco_half_board" + /> + name="sale_channel_origin_id" + ref="pms.main_pms_sale_channel_phone" + /> @@ -274,9 +273,9 @@ + name="sale_channel_origin_id" + ref="pms.main_pms_sale_channel_phone" + /> Need 1 extra towel. @@ -298,9 +297,9 @@ + name="sale_channel_origin_id" + ref="pms.main_pms_sale_channel_phone" + /> Need 2 extra towel. @@ -313,9 +312,9 @@ + name="sale_channel_origin_id" + ref="pms.main_pms_sale_channel_phone" + /> @@ -358,9 +357,9 @@ + name="sale_channel_origin_id" + ref="pms.main_pms_sale_channel_phone" + /> Preferably street view. @@ -374,9 +373,9 @@ + name="sale_channel_origin_id" + ref="pms.main_pms_sale_channel_phone" + /> @@ -389,9 +388,9 @@ + name="board_service_room_id" + ref="pms_board_service_room_single_full_board" + /> done @@ -417,9 +416,9 @@ + name="board_service_room_id" + ref="pms_board_service_room_single_full_board" + /> done @@ -444,9 +443,9 @@ + name="board_service_room_id" + ref="pms_board_service_room_single_full_board" + /> done @@ -469,20 +468,20 @@ 1 + /> + name="board_service_room_id" + ref="pms_board_service_room_single_full_board" + /> breakfast at 5:00 am @@ -495,25 +494,25 @@ 1 + /> + name="board_service_room_id" + ref="pms_board_service_room_single_breakfast" + /> + name="sale_channel_origin_id" + ref="pms.main_pms_sale_channel_phone" + /> @@ -525,9 +524,9 @@ + name="board_service_room_id" + ref="pms_board_service_room_single_full_board" + /> Breakfast to take away. @@ -542,15 +541,15 @@ + name="board_service_room_id" + ref="pms_board_service_room_single_half_board" + /> + name="sale_channel_origin_id" + ref="pms.main_pms_sale_channel_phone" + /> @@ -564,9 +563,9 @@ + name="sale_channel_origin_id" + ref="pms.main_pms_sale_channel_phone" + /> preferably street view @@ -580,9 +579,9 @@ + name="sale_channel_origin_id" + ref="pms.main_pms_sale_channel_phone" + /> @@ -597,9 +596,9 @@ + name="sale_channel_origin_id" + ref="pms.main_pms_sale_channel_phone" + /> Preferably street view. @@ -613,9 +612,9 @@ + name="sale_channel_origin_id" + ref="pms.main_pms_sale_channel_phone" + /> @@ -631,8 +630,8 @@ + /> @@ -680,15 +679,15 @@ + name="board_service_room_id" + ref="pms_board_service_room_double_half_board" + /> + name="sale_channel_origin_id" + ref="pms.main_pms_sale_channel_phone" + /> 3 extra towels @@ -702,9 +701,9 @@ + name="sale_channel_origin_id" + ref="pms.main_pms_sale_channel_phone" + /> @@ -716,15 +715,15 @@ + name="board_service_room_id" + ref="pms_board_service_room_double_breakfast" + /> + name="sale_channel_origin_id" + ref="pms.main_pms_sale_channel_phone" + /> Vegan breakfast @@ -735,20 +734,20 @@ 2 + /> + name="sale_channel_origin_id" + ref="pms.main_pms_sale_channel_phone" + /> @@ -760,9 +759,9 @@ + name="board_service_room_id" + ref="pms_board_service_room_double_half_board" + /> Help needed with the luggage. @@ -778,9 +777,9 @@ + name="board_service_room_id" + ref="pms_board_service_room_double_breakfast" + /> @@ -796,9 +795,9 @@ + name="sale_channel_origin_id" + ref="pms.main_pms_sale_channel_phone" + /> Need 1 extra set of bedclothes @@ -811,13 +810,13 @@ + name="sale_channel_origin_id" + ref="pms.main_pms_sale_channel_phone" + /> + name="board_service_room_id" + ref="pms_board_service_room_double_breakfast" + /> @@ -828,12 +827,12 @@ 2 + /> @@ -851,9 +850,9 @@ + name="board_service_room_id" + ref="pms_board_service_room_triple_full_board" + /> done @@ -878,8 +877,8 @@ 1 onboard + /> + name="board_service_room_id" + ref="pms_board_service_room_triple_full_board" + /> + name="sale_channel_origin_id" + ref="pms.main_pms_sale_channel_phone" + /> Vegetarian food for all guests. @@ -914,9 +913,9 @@ + name="sale_channel_origin_id" + ref="pms.main_pms_sale_channel_phone" + /> @@ -926,13 +925,13 @@ 3 + /> @@ -947,20 +946,20 @@ 3 + /> + name="sale_channel_origin_id" + ref="pms.main_pms_sale_channel_phone" + /> @@ -970,18 +969,18 @@ 1 + /> 2 + name="board_service_room_id" + ref="pms_board_service_room_triple_breakfast" + /> Celiac breakfast @@ -996,9 +995,9 @@ + name="board_service_room_id" + ref="pms_board_service_room_triple_full_board" + /> @@ -1012,9 +1011,9 @@ + name="sale_channel_origin_id" + ref="pms.main_pms_sale_channel_phone" + /> room with low noise 24x7 @@ -1049,13 +1048,13 @@ + name="sale_channel_origin_id" + ref="pms.main_pms_sale_channel_phone" + /> done Italian guests, they don't speak english + name="partner_requests" + >Italian guests, they don't speak english @@ -1076,9 +1075,9 @@ + name="sale_channel_origin_id" + ref="pms.main_pms_sale_channel_phone" + /> done @@ -1101,9 +1100,9 @@ + name="sale_channel_origin_id" + ref="pms.main_pms_sale_channel_phone" + /> Allergic to chemicals done @@ -1127,9 +1126,9 @@ + name="sale_channel_origin_id" + ref="pms.main_pms_sale_channel_phone" + /> @@ -1142,8 +1141,8 @@ Hard mattress needed. + /> @@ -1207,9 +1206,9 @@ + name="sale_channel_origin_id" + ref="pms.main_pms_sale_channel_phone" + /> @@ -1223,8 +1222,8 @@ Projector needed + /> @@ -1246,9 +1245,9 @@ + name="sale_channel_origin_id" + ref="pms.main_pms_sale_channel_phone" + /> @@ -1260,9 +1259,9 @@ + name="sale_channel_origin_id" + ref="pms.main_pms_sale_channel_phone" + /> done @@ -1327,9 +1326,9 @@ + name="sale_channel_origin_id" + ref="pms.main_pms_sale_channel_phone" + /> Welcome cocktail. @@ -1363,9 +1362,9 @@ + name="sale_channel_origin_id" + ref="pms.main_pms_sale_channel_phone" + /> done @@ -1430,9 +1429,9 @@ + name="sale_channel_origin_id" + ref="pms.main_pms_sale_channel_phone" + /> Smoking room. @@ -1456,5 +1455,4 @@ two bottles of moët - diff --git a/pms/report/pms_folio.xml b/pms/report/pms_folio.xml index a626c3493..ced724868 100644 --- a/pms/report/pms_folio.xml +++ b/pms/report/pms_folio.xml @@ -1,6 +1,5 @@ - Report Folio pms.folio @@ -8,8 +7,7 @@ pms.report_folio pms.report_folio (object.state in ('draft', 'sent') and 'Quotation - %s' % (object.name)) or 'Order - %s' % (object.name) + name="print_report_name" + >(object.state in ('draft', 'sent') and 'Quotation - %s' % (object.name)) or 'Order - %s' % (object.name) - diff --git a/pms/report/proforma_report.xml b/pms/report/proforma_report.xml index b5212fdb2..3f678bf33 100644 --- a/pms/report/proforma_report.xml +++ b/pms/report/proforma_report.xml @@ -1,6 +1,5 @@ - PRO-FORMA Invoice account.move @@ -11,5 +10,4 @@ report - diff --git a/pms/report/traveller_report_action.xml b/pms/report/traveller_report_action.xml index f04c2bbdf..6ea2d6a05 100644 --- a/pms/report/traveller_report_action.xml +++ b/pms/report/traveller_report_action.xml @@ -1,6 +1,5 @@ - Traveller Report pms.checkin.partner @@ -9,8 +8,7 @@ pms.traveller_report (object.state in ('draft', 'sent') and 'Quotation - %s' % (object.name)) or 'Order - %s' % (object.name) + name="print_report_name" + >(object.state in ('draft', 'sent') and 'Quotation - %s' % (object.name)) or 'Order - %s' % (object.name) - diff --git a/pms/static/description/index.html b/pms/static/description/index.html index e7086d566..b0383878a 100644 --- a/pms/static/description/index.html +++ b/pms/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:81b3168f0e6235be3cd635264f4e7957b2b5ee314976a1e27debd7e92d4721f6 +!! source digest: sha256:f4de1bfaabc4df67eda74523262d7db3d537c6aebf1b400df5180f4a326f0fc6 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/pms Translate me on Weblate Try me on Runboat

This module is an all-in-one property management system (PMS) focused on medium-sized properties diff --git a/pms/templates/pms_email_template.xml b/pms/templates/pms_email_template.xml index 6f18679a4..df7de0ebd 100644 --- a/pms/templates/pms_email_template.xml +++ b/pms/templates/pms_email_template.xml @@ -1,6 +1,5 @@ -