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
@@ -39,7 +39,6 @@ class CreateInvoicesTable extends Migration
$table->text('currency');
$table->string('total_discount')->nullable();
$table->string('total_net')->nullable();
$table->string('total_tax')->nullable();