mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-31 20:32:13 +00:00
Fix text on quote paperwork for external clients
Actually finish fixing PDF footer formatting.
This commit is contained in:
@@ -208,7 +208,7 @@
|
|||||||
<td>
|
<td>
|
||||||
{% if quote %}
|
{% if quote %}
|
||||||
<para>
|
<para>
|
||||||
<b>The full hire fee is payable at least 10 days before the event.</b>
|
This quote is valid for 30 days unless otherwise arranged.
|
||||||
</para>
|
</para>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
@@ -216,7 +216,13 @@
|
|||||||
<td>£ {{ object.vat|floatformat:2 }}</td>
|
<td>£ {{ object.vat|floatformat:2 }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td></td>
|
<td>
|
||||||
|
{% if quote %}
|
||||||
|
<para>
|
||||||
|
<b>The full hire fee is payable at least 10 days before the event.</b>
|
||||||
|
</para>
|
||||||
|
{% endif %}
|
||||||
|
</td>
|
||||||
{% if invoice %}
|
{% if invoice %}
|
||||||
<td>Total</td>
|
<td>Total</td>
|
||||||
<td>£ {{ object.total|floatformat:2 }}</td>
|
<td>£ {{ object.total|floatformat:2 }}</td>
|
||||||
@@ -290,14 +296,22 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<keepTogether>
|
<keepTogether>
|
||||||
<blockTable style="infoTable">
|
<blockTable style="infoTable">>
|
||||||
{% if quote %}
|
{% if quote %}
|
||||||
|
<tr><td><spacer length="15" /></td></tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
|
{% if object.internal %}
|
||||||
<para>Bookings will
|
<para>Bookings will
|
||||||
<b>not</b>
|
<b>not</b>
|
||||||
be confirmed until the event is authorised online.
|
be confirmed until the event is authorised online.
|
||||||
</para>
|
</para>
|
||||||
|
{% else %}
|
||||||
|
<para>Bookings will
|
||||||
|
<b>not</b>
|
||||||
|
be confirmed until we have received written confirmation and a Purchase Order.
|
||||||
|
</para>
|
||||||
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user