From 010702f67d2560d6435c4e7f39fe7a567aac080b Mon Sep 17 00:00:00 2001 From: polo Date: Wed, 9 Jul 2025 00:54:15 +0200 Subject: =?UTF-8?q?mieux=20comme=20=C3=A7a?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/model/entities/Facture.php | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/model') diff --git a/src/model/entities/Facture.php b/src/model/entities/Facture.php index 75d1a6e..2eea0e5 100644 --- a/src/model/entities/Facture.php +++ b/src/model/entities/Facture.php @@ -65,6 +65,14 @@ class Facture { return $this->total_main_d_oeuvre; } + public function getTotalPieces(): float + { + return $this->total_pieces; + } + public function getTotalHT(): float + { + return $this->total_HT; + } public function getAllWithWindowFields(): array { -- cgit v1.2.3