tabulations
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
0f4649c50f
commit
32e3af0c25
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
<vn-icon-button
|
<vn-icon-button
|
||||||
icon="more_vert"
|
icon="more_vert"
|
||||||
vn-popover="menu">
|
vn-popover="menu">
|
||||||
</vn-icon-button>
|
</vn-icon-button>
|
||||||
<vn-menu vn-id="menu">
|
<vn-menu vn-id="menu">
|
||||||
<vn-list>
|
<vn-list>
|
||||||
|
@ -80,32 +80,32 @@ vn-popover="menu">
|
||||||
</vn-list>
|
</vn-list>
|
||||||
</vn-menu>
|
</vn-menu>
|
||||||
<vn-confirm
|
<vn-confirm
|
||||||
vn-id="deleteConfirmation"
|
vn-id="deleteConfirmation"
|
||||||
on-accept="$ctrl.deleteInvoiceOut()"
|
on-accept="$ctrl.deleteInvoiceOut()"
|
||||||
question="Are you sure you want to delete this invoice?">
|
question="Are you sure you want to delete this invoice?">
|
||||||
</vn-confirm>
|
</vn-confirm>
|
||||||
<vn-confirm
|
<vn-confirm
|
||||||
vn-id="bookConfirmation"
|
vn-id="bookConfirmation"
|
||||||
on-accept="$ctrl.bookInvoiceOut()"
|
on-accept="$ctrl.bookInvoiceOut()"
|
||||||
question="Are you sure you want to book this invoice?">
|
question="Are you sure you want to book this invoice?">
|
||||||
</vn-confirm>
|
</vn-confirm>
|
||||||
<vn-client-descriptor-popover
|
<vn-client-descriptor-popover
|
||||||
vn-id="clientDescriptor">
|
vn-id="clientDescriptor">
|
||||||
</vn-client-descriptor-popover>
|
</vn-client-descriptor-popover>
|
||||||
|
|
||||||
<!-- Create invoice PDF confirmation dialog -->
|
<!-- Create invoice PDF confirmation dialog -->
|
||||||
<vn-confirm
|
<vn-confirm
|
||||||
vn-id="createInvoicePdfConfirmation"
|
vn-id="createInvoicePdfConfirmation"
|
||||||
on-accept="$ctrl.createPdfInvoice()"
|
on-accept="$ctrl.createPdfInvoice()"
|
||||||
question="Are you sure you want to generate/regenerate the PDF invoice?"
|
question="Are you sure you want to generate/regenerate the PDF invoice?"
|
||||||
message="Generate PDF invoice document">
|
message="Generate PDF invoice document">
|
||||||
</vn-confirm>
|
</vn-confirm>
|
||||||
|
|
||||||
<!-- Send PDF invoice confirmation popup -->
|
<!-- Send PDF invoice confirmation popup -->
|
||||||
<vn-dialog
|
<vn-dialog
|
||||||
vn-id="sendPdfConfirmation"
|
vn-id="sendPdfConfirmation"
|
||||||
on-accept="$ctrl.sendPdfInvoice($data)"
|
on-accept="$ctrl.sendPdfInvoice($data)"
|
||||||
message="Send PDF invoice">
|
message="Send PDF invoice">
|
||||||
<tpl-body>
|
<tpl-body>
|
||||||
<span translate>Are you sure you want to send it?</span>
|
<span translate>Are you sure you want to send it?</span>
|
||||||
<vn-textfield vn-one
|
<vn-textfield vn-one
|
||||||
|
@ -121,9 +121,9 @@ message="Send PDF invoice">
|
||||||
|
|
||||||
<!-- Send CSV invoice confirmation popup -->
|
<!-- Send CSV invoice confirmation popup -->
|
||||||
<vn-dialog
|
<vn-dialog
|
||||||
vn-id="sendCsvConfirmation"
|
vn-id="sendCsvConfirmation"
|
||||||
on-accept="$ctrl.sendCsvInvoice($data)"
|
on-accept="$ctrl.sendCsvInvoice($data)"
|
||||||
message="Send CSV invoice">
|
message="Send CSV invoice">
|
||||||
<tpl-body>
|
<tpl-body>
|
||||||
<span translate>Are you sure you want to send it?</span>
|
<span translate>Are you sure you want to send it?</span>
|
||||||
<vn-textfield vn-one
|
<vn-textfield vn-one
|
||||||
|
|
Loading…
Reference in New Issue