draftply Download

Tiling Job Quote

← All samples

tiling-quote.dplyEditor
1---
2version: 0.4.0
3precision: 2
4---
5# draftply — Tiling Job Quote (Offer Export sample, Pro)
6# This draft goes straight to the client: labelled line items and a
7# `total`. File → Export offer turns exactly this into a client-ready
8# PDF with your company letterhead — no separate invoicing tool needed.
9
10# ── Offer header data — recognized by name, shown on the printed offer
11# if set (OfferDate/OfferNumber/ValidUntil next to each other,
12# CustomerName/CustomerAddress as a recipient block). Leave any of them
13# out and nothing changes; OfferDate defaults to today if you drop it.
14OfferDate = today
15OfferNumber = "2026-014"
16ValidUntil = "2026-10-15"
17CustomerName = "Mr. and Mrs. Coleman"
18CustomerAddress = "12 Example Street\nSpringfield"
19
20# VatRate is recognized too — it splits the total row on the printed offer
21# into net amount, VAT at this rate, and a bold gross total below it.
22# Drop it for a quote without VAT (reverse charge, small-business exemption).
23VatRate = 19%
24
25# ── Your own working numbers — never shown to the client ──
26LaborRate = 55/h
27TileRate = 38/
28
29Dear Mr. and Mrs. Coleman,
30
31thank you for having me out to look at the bathroom floor.
32Here is what the retiling job will cost, based on what we discussed on site.
33
34Tile removal and subfloor prep: 3 h * LaborRate
35New tile installation: 12* TileRate
36Grout sealant and fittings: 145
37Installation and finishing: 6 h * LaborRate
38Total: total
39
40This quote covers materials and labor as listed above; VAT is added on the printed offer.
41Anything found once the old tiles are up, such as water damage, would be discussed with you before I proceed.
42Valid for 30 days.
43
44Best,
45Alex
46