From b4c95bb5e9a479007853992e0fb9f5dadedb1940 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Tue, 9 Jul 2024 08:41:33 +0530 Subject: now printing a place for signature --- src/components/PrintPreviewFooter.vue | 37 ++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) (limited to 'src/components') diff --git a/src/components/PrintPreviewFooter.vue b/src/components/PrintPreviewFooter.vue index c6c7093..d41d621 100644 --- a/src/components/PrintPreviewFooter.vue +++ b/src/components/PrintPreviewFooter.vue @@ -52,7 +52,21 @@
- +
+ Certified that the particulars given above are true and correct. +
+ +
+ For, {{ invoice.IssuerFirmName }} +
+ +
+ +
+ +
+ Authorized Signatory +
@@ -77,7 +91,19 @@ display: grid; grid-template-rows: 2fr 4fr 6fr; } +.footer--col2 { + display: grid; + grid-template-rows: 2fr 3fr; +} .firm-signature-wrapper { + padding: 0.1em 0.3em; + border-top: 1px solid gray; + display: flex; + flex-direction: column; + justify-content: space-around; + align-items: center; +} +.firm-signature-wrapper .signature-container { display: flex; justify-content: center; align-items: center; @@ -91,6 +117,7 @@ display: grid; grid-template-columns: 1fr; padding: 0.1em 0.3em; + grid-auto-rows: 1.1rem; } .total-summary-row { display: grid; @@ -115,4 +142,12 @@ padding: 0.1em 0.3em; border-top: 1px solid gray; } +.firm-signature-wrapper .tiny { + font-size: .8em; + font-weight: bold; +} +.firm-signature-wrapper .large { + font-size: 1.3em; + font-weight: bold; +} -- cgit v1.2.3