mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 00:02:15 +00:00
- Invoice listing in frontend
This commit is contained in:
@@ -18,7 +18,7 @@ class CreateInvoicesTable extends Migration
|
||||
$table->uuid('user_id')->index();
|
||||
$table->uuid('client_id')->index();
|
||||
|
||||
$table->enum('invoice_type', ['invoice', 'advance_invoice']);
|
||||
$table->enum('invoice_type', ['regular_invoice', 'advance_invoice']);
|
||||
|
||||
$table->text('invoice_number')->nullable();
|
||||
$table->text('variable_number')->nullable();
|
||||
|
||||
Reference in New Issue
Block a user