Difference between revisions of "Setting/propertiesinvoicecharges"

From Beds24 Wiki
Jump to navigation Jump to search
Line 7: Line 7:
  
 
Add the description first, then use a pipe symbol "|" and add the price, then another "|" and the VAT value.
 
Add the description first, then use a pipe symbol "|" and add the price, then another "|" and the VAT value.
 +
 +
A status value can be added after another "|"
  
 
For example:
 
For example:
  
  Continental Breakfast | 7.00 | 20
+
  Continental Breakfast | 7.00 | 20 | Status
 
  Full Breakfast | 12.50 | 20
 
  Full Breakfast | 12.50 | 20
  
Line 17: Line 19:
  
 
If the VAT is not defined the default property VAT value will be used.
 
If the VAT is not defined the default property VAT value will be used.
 +
 +
The status is optional and can be left out. Template variables are available to calculate invoice balances based on the status value.

Revision as of 21:22, 18 January 2015

Items defined here will appear in a selector list on the booking invoice for easily adding a charge to a booking. These charges are not shown to the guest on the booking page.

An Item consists of a description and optionally a price and VAT value.

Add Items one per line.

Add the description first, then use a pipe symbol "|" and add the price, then another "|" and the VAT value.

A status value can be added after another "|"

For example:

Continental Breakfast | 7.00 | 20 | Status
Full Breakfast | 12.50 | 20


If the price is not defined here it must be added on the invoice manually.

If the VAT is not defined the default property VAT value will be used.

The status is optional and can be left out. Template variables are available to calculate invoice balances based on the status value.