From 0122425fb527fddb7ec5fcfaba11db89813eb79f Mon Sep 17 00:00:00 2001
From: Marjolaine Le Bon <marjolaine@happy-dev.fr>
Date: Wed, 28 Apr 2021 09:37:13 +0200
Subject: [PATCH] update: add bloc title on invoice

---
 .../partials/project/page-project-invoices.pug     | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/src/views/partials/project/page-project-invoices.pug b/src/views/partials/project/page-project-invoices.pug
index 63eb05e6..37af721d 100644
--- a/src/views/partials/project/page-project-invoices.pug
+++ b/src/views/partials/project/page-project-invoices.pug
@@ -1,3 +1,17 @@
+div.segment.full.padding-large.sm-padding-top-small.sm-padding-right-xsmall.sm-padding-bottom-small.sm-padding-left-xsmall.border-bottom.border-color-grey.whitespace-normal
+  solid-display.text-xxlarge.text-letter-spacing-large(
+    bind-resources
+    fields='const-title1, number, customer.name, dash, name'
+
+    class-const-title1='text-color-heading text-bold text-uppercase'
+    class-number='text-color-heading text-bold text-uppercase word-spacing-right'
+    class-customer.name='text-color-heading text-bold text-uppercase'
+    class-dash='text-color-heading text-bold text-xlarge'
+    class-name=''
+
+    value-const-title1='N°'
+    value-dash=' - '
+  )
 solid-invoicing(
   bind-resources
   upload-dir=`${extension.endpoints.uploads}`
-- 
GitLab