diff options
Diffstat (limited to 'src/model/entities')
| -rw-r--r-- | src/model/entities/Facture.php | 8 |
1 files changed, 8 insertions, 0 deletions
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 | |||
| 65 | { | 65 | { |
| 66 | return $this->total_main_d_oeuvre; | 66 | return $this->total_main_d_oeuvre; |
| 67 | } | 67 | } |
| 68 | public function getTotalPieces(): float | ||
| 69 | { | ||
| 70 | return $this->total_pieces; | ||
| 71 | } | ||
| 72 | public function getTotalHT(): float | ||
| 73 | { | ||
| 74 | return $this->total_HT; | ||
| 75 | } | ||
| 68 | 76 | ||
| 69 | public function getAllWithWindowFields(): array | 77 | public function getAllWithWindowFields(): array |
| 70 | { | 78 | { |
