|
@@ -1 +1,130 @@
|
|
-<p>payment-rate works!</p>
|
|
|
|
|
|
+<h2
|
|
|
|
+ mat-dialog-title
|
|
|
|
+ fxLayout="row"
|
|
|
|
+ fxLayoutAlign="center center"
|
|
|
|
+ class="personal-info-title"
|
|
|
|
+>
|
|
|
|
+ <!-- <img src="../../../../../../assets/images/arrow.svg" alt="" title="" /> -->
|
|
|
|
+ <div class="text-center">
|
|
|
|
+ <span>Create contractor contract</span>
|
|
|
|
+ <p class="bold">"Personal Information"</p>
|
|
|
|
+ </div>
|
|
|
|
+</h2>
|
|
|
|
+<mat-dialog-content class="mat-typography">
|
|
|
|
+ <form>
|
|
|
|
+ <div fxLayout="row wrap" fxLayoutAlign="center center" class="gap-10">
|
|
|
|
+ <div
|
|
|
|
+ fxFlex.lt-md="100"
|
|
|
|
+ fxFlex.gt-sm="48"
|
|
|
|
+ class="form-input"
|
|
|
|
+ fxLayout="column"
|
|
|
|
+ fxLayoutAlign="start stretch"
|
|
|
|
+ >
|
|
|
|
+ <label for="rate_type">
|
|
|
|
+ <span>Rate Type <span class="red">*</span></span>
|
|
|
|
+ </label>
|
|
|
|
+ <select id="rate_type"></select>
|
|
|
|
+ </div>
|
|
|
|
+ <div
|
|
|
|
+ fxFlex.lt-md="100"
|
|
|
|
+ fxFlex.gt-sm="48"
|
|
|
|
+ class="form-input"
|
|
|
|
+ fxLayout="column"
|
|
|
|
+ fxLayoutAlign="start stretch"
|
|
|
|
+ >
|
|
|
|
+ <label for="currency">
|
|
|
|
+ <span>Currancy <span class="red">*</span></span>
|
|
|
|
+ </label>
|
|
|
|
+ <select id="currency"></select>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div fxLayout="row wrap" fxLayoutAlign="center center" class="gap-10 mt-2">
|
|
|
|
+ <div
|
|
|
|
+ fxFlex.lt-md="100"
|
|
|
|
+ fxFlex.gt-sm="48"
|
|
|
|
+ class="form-input"
|
|
|
|
+ fxLayout="column"
|
|
|
|
+ fxLayoutAlign="start stretch"
|
|
|
|
+ >
|
|
|
|
+ <label for="payment_rate">
|
|
|
|
+ <span>Payment Rate<span class="red">*</span></span>
|
|
|
|
+ </label>
|
|
|
|
+ <input type="text" id="payment_rate" placeholder="Enter payment rate" />
|
|
|
|
+ </div>
|
|
|
|
+ <div
|
|
|
|
+ fxFlex.lt-md="100"
|
|
|
|
+ fxFlex.gt-sm="48"
|
|
|
|
+ class="form-input"
|
|
|
|
+ fxLayout="column"
|
|
|
|
+ fxLayoutAlign="start stretch"
|
|
|
|
+ >
|
|
|
|
+ <label for="payment_frequency">
|
|
|
|
+ <span>Payment frequency <span class="red">*</span></span>
|
|
|
|
+ </label>
|
|
|
|
+ <select id="payment_frequency"></select>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div fxLayout="row wrap" fxLayoutAlign="center center" class="gap-10 mt-2">
|
|
|
|
+ <div
|
|
|
|
+ fxFlex.lt-md="100"
|
|
|
|
+ fxFlex.gt-sm="48"
|
|
|
|
+ class="form-input"
|
|
|
|
+ fxLayout="column"
|
|
|
|
+ fxLayoutAlign="start stretch"
|
|
|
|
+ >
|
|
|
|
+ <label for="invoice_cycle">
|
|
|
|
+ <span>Invoice cycle<span class="red">*</span></span>
|
|
|
|
+ </label>
|
|
|
|
+ <select id="invoice_cycle"></select>
|
|
|
|
+ </div>
|
|
|
|
+ <div
|
|
|
|
+ fxFlex.lt-md="100"
|
|
|
|
+ fxFlex.gt-sm="48"
|
|
|
|
+ class="form-input"
|
|
|
|
+ fxLayout="column"
|
|
|
|
+ fxLayoutAlign="start stretch"
|
|
|
|
+ >
|
|
|
|
+ <label for="invoice_cycle_ends">
|
|
|
|
+ <span>Invoice cycle ends <span class="red">*</span></span>
|
|
|
|
+ </label>
|
|
|
|
+ <select id="invoice_cycle_ends"></select>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div fxLayout="row wrap" fxLayoutAlign="center center" class="gap-10 mt-2">
|
|
|
|
+ <div
|
|
|
|
+ fxFlex.lt-md="100"
|
|
|
|
+ fxFlex.gt-sm="48"
|
|
|
|
+ class="form-input"
|
|
|
|
+ fxLayout="column"
|
|
|
|
+ fxLayoutAlign="start stretch"
|
|
|
|
+ >
|
|
|
|
+ <label for="payment_due">
|
|
|
|
+ <span>Payment due<span class="red">*</span></span>
|
|
|
|
+ </label>
|
|
|
|
+ <select id="payment_due"></select>
|
|
|
|
+ </div>
|
|
|
|
+ <div
|
|
|
|
+ fxFlex.lt-md="100"
|
|
|
|
+ fxFlex.gt-sm="48"
|
|
|
|
+ class="form-input custom-input"
|
|
|
|
+ fxLayout="row"
|
|
|
|
+ fxLayoutAlign="space-between center"
|
|
|
|
+ >
|
|
|
|
+ <label for="payment_due" style="margin-bottom: 0">
|
|
|
|
+ <span>Payment ahead of the weekend<span class="red">*</span></span>
|
|
|
|
+ </label>
|
|
|
|
+ <mat-slide-toggle class="example-margin"> </mat-slide-toggle>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ </form>
|
|
|
|
+</mat-dialog-content>
|
|
|
|
+<mat-dialog-actions fxLayout="row" fxLayoutAlign="space-between center">
|
|
|
|
+ <span class="pageNumber">Page Number 2</span>
|
|
|
|
+
|
|
|
|
+ <div>
|
|
|
|
+ <button mat-button mat-dialog-close>Back</button>
|
|
|
|
+ <button mat-button [mat-dialog-close]="true" cdkFocusInitial class="next">
|
|
|
|
+ Next
|
|
|
|
+ </button>
|
|
|
|
+ </div>
|
|
|
|
+</mat-dialog-actions>
|