invoice backend VAT & discount calculations

This commit is contained in:
Peter Papp
2021-05-04 09:44:55 +02:00
parent fbde515a40
commit 0332f8b1fb
13 changed files with 478 additions and 556 deletions
+2 -1
View File
@@ -15,7 +15,8 @@ class Invoice extends Model
'bag' => 'array',
];
public function getMimetype() {
public function getMimetype()
{
return 'pdf';
}