From 58057162420eab89e857c129286527bf145ad90a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jordi=20Guti=C3=A9rrez=20Hermoso?= Date: Wed, 1 Jan 2025 20:56:03 -0500 Subject: [PATCH] invoice: add a PAID stamp If the invoice has a Paid toggle, this will show a little "PAID" stamp on the invoice once that's checked. --- invoices/exampleData.js | 1 + invoices/index.html | 5 +++++ invoices/invoice.css | 12 ++++++++++++ invoices/invoice.js | 3 ++- 4 files changed, 20 insertions(+), 1 deletion(-) diff --git a/invoices/exampleData.js b/invoices/exampleData.js index 3d8943b2..72073916 100644 --- a/invoices/exampleData.js +++ b/invoices/exampleData.js @@ -42,4 +42,5 @@ const exampleData = { Deduction: null, Taxes: null, Total: 615, + Paid: true, }; diff --git a/invoices/index.html b/invoices/index.html index a7a05a9e..96d82224 100644 --- a/invoices/index.html +++ b/invoices/index.html @@ -178,6 +178,11 @@ +