Skip to content
Code-Schnipsel Gruppen Projekte
Commit e54e0dce erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

refactor: descriptions for calc basis

Übergeordneter bc961f4a
No related branches found
No related tags found
Keine zugehörigen Merge Requests gefunden
......@@ -66,6 +66,8 @@
<label class="field-container">
<span class="field-container-item" title="{{calculationBasis}}">
{{considerVat}}
<span class="field-container-item-help"
title="{{considerVatDescription}}"></span>
</span>
<select type="text" name="consider_vat"
class="field-container-field" style="width: 100%"
......
......@@ -87,10 +87,11 @@ define('package/quiqqer/discount/bin/controls/DiscountEdit', [
calculationBasisCalcBrutto: QUILocale.get(lg, 'control.edit.template.calculationBasis.calculationBasisCalcBrutto'),
calculationPriority : QUILocale.get(lg, 'control.edit.template.calculationPriority'),
considerVat : QUILocale.get(lg, 'control.edit.template.considerVat'),
considerVatAuto : QUILocale.get(lg, 'control.edit.template.considerVat.auto'),
considerVatNetto : QUILocale.get(lg, 'control.edit.template.considerVat.netto'),
considerVatBrutto: QUILocale.get(lg, 'control.edit.template.considerVat.brutto'),
considerVat : QUILocale.get(lg, 'control.edit.template.considerVat'),
considerVatDescription: QUILocale.get(lg, 'control.edit.template.considerVat.description'),
considerVatAuto : QUILocale.get(lg, 'control.edit.template.considerVat.auto'),
considerVatNetto : QUILocale.get(lg, 'control.edit.template.considerVat.netto'),
considerVatBrutto : QUILocale.get(lg, 'control.edit.template.considerVat.brutto'),
usageAssignmentProduct : QUILocale.get(lg, 'control.edit.template.assignment.product'),
usageAssignmentCategory: QUILocale.get(lg, 'control.edit.template.assignment.category'),
......
......@@ -282,6 +282,12 @@
<de><![CDATA[MwSt. beachten]]></de>
<en><![CDATA[Consider VAT]]></en>
</locale>
<locale name="control.edit.template.considerVat.description">
<de><![CDATA[
automatisch = Das System bestimmt selbst welche Berechnungs-Grundlage für den Benutzer passt
]]></de>
<en><![CDATA[]]></en>
</locale>
<locale name="control.edit.template.considerVat.auto">
<de><![CDATA[automatisch]]></de>
<en><![CDATA[automatic]]></en>
......
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren