oasis setup script

This commit is contained in:
Peter Papp
2021-05-03 08:12:37 +02:00
parent fe0ed38157
commit 434c45299c
10 changed files with 1189 additions and 1743 deletions
@@ -10,14 +10,6 @@
<PageTabGroup>
<FormLabel icon="tool">Invoice Properties</FormLabel>
<!--<div class="block-wrapper">
<label>Invoice Type:</label>
<ValidationProvider tag="div" mode="passive" class="input-wrapper" name="invoice_type" rules="required" v-slot="{ errors }">
<SelectInput v-model="invoice.invoice_type" :default="invoice.invoice_type" :options="invoiceTypeList" placeholder="" :isError="errors[0]" />
<span class="error-message" v-if="errors[0]">{{ errors[0] }}</span>
</ValidationProvider>
</div>-->
<div class="block-wrapper">
<label>Invoice Number:</label>
<ValidationProvider tag="div" mode="passive" class="input-wrapper" name="invoice_number" rules="required" v-slot="{ errors }">