PDF Invoice

This commit is contained in:
Peter Papp
2021-04-24 07:40:20 +02:00
parent 9a5f9fe49d
commit e65e3e88d7
8 changed files with 864 additions and 239 deletions

View File

@@ -35,9 +35,9 @@ class CreateInvoicesTable extends Migration
$table->text('currency');
$table->integer('total_discount')->nullable();
$table->integer('total_net')->nullable();
$table->integer('total_tax')->nullable();
$table->string('total_discount')->nullable();
$table->string('total_net')->nullable();
$table->string('total_tax')->nullable();
$table->text('author_stamp')->nullable();
$table->text('author_name')->nullable();