änderung Buchunsperiode
This commit is contained in:
parent
8083db6b31
commit
54fc00ca76
2 changed files with 5 additions and 1 deletions
|
|
@ -3,10 +3,12 @@
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hier fuellen wir die Buchungsperiode falls nichts eingetragen
|
* Hier fuellen wir die Buchungsperiode falls nichts eingetragen
|
||||||
|
* - Change 9.2.2021 - keine Vorbefuellung mehr!
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
// check data-item invoice-date and invoice-period....
|
// check data-item invoice-date and invoice-period....
|
||||||
|
/* - disabled 9.2.2021
|
||||||
date = $("input[data-item='invoice.date']");
|
date = $("input[data-item='invoice.date']");
|
||||||
period=$("input[data-item='invoice.period']");
|
period=$("input[data-item='invoice.period']");
|
||||||
if (period && date) {
|
if (period && date) {
|
||||||
|
|
@ -18,4 +20,6 @@ $(document).ready(function() {
|
||||||
$("input[data-item='invoice.period']").val(newval);
|
$("input[data-item='invoice.period']").val(newval);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
@ -2090,7 +2090,7 @@ result.isValid=true;
|
||||||
|
|
||||||
<imixs-form-section columns="2">
|
<imixs-form-section columns="2">
|
||||||
<item name="cdtr.number" type="text" required="true" label="Kreditorennummer:" />
|
<item name="cdtr.number" type="text" required="true" label="Kreditorennummer:" />
|
||||||
<item name="invoice.period" type="text" required="false" label="Buchungsperiode (yyyymm):" />
|
<item name="invoice.period" type="text" required="true" label="Buchungsperiode (yyyymm):" />
|
||||||
</imixs-form-section>
|
</imixs-form-section>
|
||||||
</imixs-form>]]></bpmn2:documentation>
|
</imixs-form>]]></bpmn2:documentation>
|
||||||
<bpmn2:dataState id="DataState_2"/>
|
<bpmn2:dataState id="DataState_2"/>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue