mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-18 07:52:23 +01:00
Set invoice reference is required
This commit is contained in:
parent
9b0c5948cf
commit
b277022f6f
@ -1,6 +1,7 @@
|
||||
# Changelog Fab-manager
|
||||
|
||||
- Updated generate invoice reference method
|
||||
- Set invoice reference is required
|
||||
- Fix a bug: unable to show machine availability slot for admin
|
||||
- Fix a bug: unable to confirm modification of reservation for client
|
||||
- Fix a bug: unable to show deleted user in reservation slot
|
||||
|
@ -19,6 +19,7 @@
|
||||
<div class="model">
|
||||
<h4 translate>{{ 'app.admin.invoices.model' }}</h4>
|
||||
<input type="text" class="form-control" ng-model="model">
|
||||
<span class="help-block error" ng-show="model.trim() === ''" translate>{{ 'app.admin.invoices.invoice_reference_is_required' }}</span>
|
||||
</div>
|
||||
<div class="help">
|
||||
<h4 translate>{{ 'app.admin.invoices.documentation' }}</h4>
|
||||
@ -28,7 +29,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button class="btn btn-warning" ng-click="ok()" translate>{{ 'app.shared.buttons.confirm' }}</button>
|
||||
<button class="btn btn-warning" ng-click="ok()" ng-disabled="model.trim() === ''" translate>{{ 'app.shared.buttons.confirm' }}</button>
|
||||
<button class="btn btn-default" ng-click="cancel()" translate>{{ 'app.shared.buttons.cancel' }}</button>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -509,6 +509,7 @@ de:
|
||||
important_notes: "Wichtige Hinweise"
|
||||
address_and_legal_information: "Adresse und rechtliche Informationen"
|
||||
invoice_reference: "Rechnungsbezug"
|
||||
invoice_reference_is_required: "Invoice reference is required."
|
||||
text: "Text"
|
||||
year: "Jahr"
|
||||
month: "Monat"
|
||||
|
@ -509,6 +509,7 @@ en:
|
||||
important_notes: "Important notes"
|
||||
address_and_legal_information: "Address and legal information"
|
||||
invoice_reference: "Invoice reference"
|
||||
invoice_reference_is_required: "Invoice reference is required."
|
||||
text: "text"
|
||||
year: "Year"
|
||||
month: "Month"
|
||||
|
@ -509,6 +509,7 @@ es:
|
||||
important_notes: "Notas importantes"
|
||||
address_and_legal_information: "Dirección e información legal"
|
||||
invoice_reference: "Referencia de factura"
|
||||
invoice_reference_is_required: "Invoice reference is required."
|
||||
text: "text"
|
||||
year: "Año"
|
||||
month: "Mes"
|
||||
|
@ -509,6 +509,7 @@ fr:
|
||||
important_notes: "Informations importantes"
|
||||
address_and_legal_information: "Adresse et informations légales"
|
||||
invoice_reference: "Référence facture"
|
||||
invoice_reference_is_required: "La référence facture est requis."
|
||||
text: "texte"
|
||||
year: "Année"
|
||||
month: "Mois"
|
||||
|
@ -509,6 +509,7 @@
|
||||
important_notes: "Viktige merknader"
|
||||
address_and_legal_information: "Adresse og juridisk informasjon"
|
||||
invoice_reference: "Fakturareferanse"
|
||||
invoice_reference_is_required: "Invoice reference is required."
|
||||
text: "tekst"
|
||||
year: "År"
|
||||
month: "Måned"
|
||||
|
@ -509,6 +509,7 @@ pt:
|
||||
important_notes: "Notas importantes"
|
||||
address_and_legal_information: "Endereço e informações legais"
|
||||
invoice_reference: "Referencia de fatura"
|
||||
invoice_reference_is_required: "Invoice reference is required."
|
||||
text: "texto"
|
||||
year: "Ano"
|
||||
month: "Mês"
|
||||
|
@ -509,6 +509,7 @@ zu:
|
||||
important_notes: "crwdns7385:0crwdne7385:0"
|
||||
address_and_legal_information: "crwdns7387:0crwdne7387:0"
|
||||
invoice_reference: "crwdns7389:0crwdne7389:0"
|
||||
invoice_reference_is_required: "Invoice reference is required."
|
||||
text: "crwdns21060:0crwdne21060:0"
|
||||
year: "crwdns7391:0crwdne7391:0"
|
||||
month: "crwdns7393:0crwdne7393:0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user