Searching frontend

This commit is contained in:
Peter Papp
2021-04-22 10:06:31 +02:00
parent 73861f814c
commit 3774a05edd
14 changed files with 111 additions and 40 deletions
@@ -18,7 +18,7 @@ class CreateInvoicesTable extends Migration
$table->uuid('user_id')->index();
$table->uuid('client_id')->index();
$table->enum('invoice_type', ['regular_invoice', 'advance_invoice']);
$table->enum('invoice_type', ['regular-invoice', 'advance-invoice']);
$table->text('invoice_number')->nullable();
$table->text('variable_number')->nullable();