Add tabs for different integrations
This commit is contained in:
parent
d3437974e4
commit
75e83ac339
2 changed files with 94 additions and 90 deletions
|
@ -39,8 +39,8 @@
|
||||||
"budgets": [
|
"budgets": [
|
||||||
{
|
{
|
||||||
"type": "initial",
|
"type": "initial",
|
||||||
"maximumWarning": "500kb",
|
"maximumWarning": "5mb",
|
||||||
"maximumError": "1mb"
|
"maximumError": "10mb"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "anyComponentStyle",
|
"type": "anyComponentStyle",
|
||||||
|
|
|
@ -77,98 +77,102 @@
|
||||||
<mat-tab *ngIf="proVersion"
|
<mat-tab *ngIf="proVersion"
|
||||||
label="Integrations"
|
label="Integrations"
|
||||||
style="align-items: center;">
|
style="align-items: center;">
|
||||||
<div class="container" style="margin-bottom: 20px;">
|
<mat-tab-group mat-tab-align-tabs="start">
|
||||||
<mat-dialog-content [formGroup]="accCodForm">
|
<mat-tab label="Xero">
|
||||||
<div style="height: 10px;
|
<div class="container" style="margin-bottom: 20px;">
|
||||||
margin-top: 10px;">
|
<mat-dialog-content [formGroup]="accCodForm">
|
||||||
|
<div style="height: 10px;
|
||||||
|
margin-top: 10px;">
|
||||||
|
</div>
|
||||||
|
<div class="container"
|
||||||
|
style="height: 300;">
|
||||||
|
<p style="text-align:center">
|
||||||
|
<a mat-raised-button
|
||||||
|
color="primary"
|
||||||
|
href="{{this.xeroLink}}">
|
||||||
|
{{ linkMsg }}
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<table *ngIf="linked2Xero"
|
||||||
|
[style.width.%]="100"
|
||||||
|
style="margin-top: 10px;">
|
||||||
|
<thead style="width: 100%;">
|
||||||
|
<tr>
|
||||||
|
<th class="urlLabel"
|
||||||
|
style="text-align: left;"
|
||||||
|
width="94%">Payment Service URL:
|
||||||
|
</th>
|
||||||
|
<th></th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<td class="urlDetail"
|
||||||
|
style="text-align: left;"
|
||||||
|
width="94%">
|
||||||
|
<div>
|
||||||
|
<textarea disabled
|
||||||
|
style="font-size: 10px !important;
|
||||||
|
border: none;
|
||||||
|
outline: none;
|
||||||
|
min-height: 150px;
|
||||||
|
width: 95%;"
|
||||||
|
cdkTextareaAutosize
|
||||||
|
cdkAutosizeMinRows="6"
|
||||||
|
cdkAutosizeMaxRows="10">{{ pmtServiceURL }}
|
||||||
|
</textarea>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</td>
|
||||||
|
<td class="urlCopyBtn">
|
||||||
|
<a (click)='copyUrl()' >
|
||||||
|
<fa-icon [icon]="faCopy"
|
||||||
|
class="copy-button">
|
||||||
|
</fa-icon>
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<div style="height: 10px;
|
||||||
|
margin-top: 10px;">
|
||||||
|
</div>
|
||||||
|
<mat-form-field *ngIf="linked2Xero"
|
||||||
|
class="settings-field"
|
||||||
|
[style.width.%]="100">
|
||||||
|
<mat-label>Account Code</mat-label>
|
||||||
|
<input matInput
|
||||||
|
width="100%"
|
||||||
|
placeholder="9999999999"
|
||||||
|
formControlName="xAcc"
|
||||||
|
(keyup)="checkStatus($event)">
|
||||||
|
</mat-form-field>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</mat-dialog-content>
|
||||||
</div>
|
</div>
|
||||||
<div class="container"
|
<div class="container"
|
||||||
style="height: 300;">
|
style="display: flex;
|
||||||
<p style="text-align:center">
|
justify-content: space-between;
|
||||||
<a mat-raised-button
|
align-items: center;">
|
||||||
color="primary"
|
<button mat-raised-button
|
||||||
href="{{this.xeroLink}}">
|
(click)="closeIntegration()">
|
||||||
{{ linkMsg }}
|
Close
|
||||||
</a>
|
</button>
|
||||||
</p>
|
<button *ngIf="saveAccOk"
|
||||||
|
mat-raised-button
|
||||||
<table *ngIf="linked2Xero"
|
color="primary"
|
||||||
[style.width.%]="100"
|
(click)="saveAccCod()">
|
||||||
style="margin-top: 10px;">
|
Save Code
|
||||||
<thead style="width: 100%;">
|
</button>
|
||||||
<tr>
|
</div>
|
||||||
<th class="urlLabel"
|
<div style="height: 20px;
|
||||||
style="text-align: left;"
|
|
||||||
width="94%">Payment Service URL:
|
|
||||||
</th>
|
|
||||||
<th></th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<td class="urlDetail"
|
|
||||||
style="text-align: left;"
|
|
||||||
width="94%">
|
|
||||||
<div>
|
|
||||||
<textarea disabled
|
|
||||||
style="font-size: 10px !important;
|
|
||||||
border: none;
|
|
||||||
outline: none;
|
|
||||||
min-height: 150px;
|
|
||||||
width: 95%;"
|
|
||||||
cdkTextareaAutosize
|
|
||||||
cdkAutosizeMinRows="6"
|
|
||||||
cdkAutosizeMaxRows="10">{{ pmtServiceURL }}
|
|
||||||
</textarea>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</td>
|
|
||||||
<td class="urlCopyBtn">
|
|
||||||
<a (click)='copyUrl()' >
|
|
||||||
<fa-icon [icon]="faCopy"
|
|
||||||
class="copy-button">
|
|
||||||
</fa-icon>
|
|
||||||
</a>
|
|
||||||
</td>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
<div style="height: 10px;
|
|
||||||
margin-top: 10px;">
|
margin-top: 10px;">
|
||||||
</div>
|
</div>
|
||||||
<mat-form-field *ngIf="linked2Xero"
|
</mat-tab>
|
||||||
class="settings-field"
|
<mat-tab label="WooCommerce">
|
||||||
[style.width.%]="100">
|
<p>Woo va aqui</p>
|
||||||
<mat-label>Account Code</mat-label>
|
</mat-tab>
|
||||||
<input matInput
|
</mat-tab-group>
|
||||||
width="100%"
|
|
||||||
placeholder="9999999999"
|
|
||||||
formControlName="xAcc"
|
|
||||||
(keyup)="checkStatus($event)">
|
|
||||||
<!--
|
|
||||||
(change)="xeroAccCodChanged($event)">
|
|
||||||
-->
|
|
||||||
</mat-form-field>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</mat-dialog-content>
|
|
||||||
</div>
|
|
||||||
<div class="container"
|
|
||||||
style="display: flex;
|
|
||||||
justify-content: space-between;
|
|
||||||
align-items: center;">
|
|
||||||
<button mat-raised-button
|
|
||||||
(click)="closeIntegration()">
|
|
||||||
Close
|
|
||||||
</button>
|
|
||||||
<button *ngIf="saveAccOk"
|
|
||||||
mat-raised-button
|
|
||||||
color="primary"
|
|
||||||
(click)="saveAccCod()">
|
|
||||||
Save Code
|
|
||||||
</button>
|
|
||||||
</div>
|
|
||||||
<div style="height: 20px;
|
|
||||||
margin-top: 10px;">
|
|
||||||
</div>
|
|
||||||
</mat-tab>
|
</mat-tab>
|
||||||
</mat-tab-group>
|
</mat-tab-group>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue