Skip to content

Commit

Permalink
Merge pull request #158 from jlawyerorg/develop
Browse files Browse the repository at this point in the history
Nutzungsausfall zurücksetzen. close #157
  • Loading branch information
j-dimension authored Jan 4, 2024
2 parents 55c579c + dceb6d8 commit fe9770f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/2.0.0.0/verkehr01_meta.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -664,8 +664,8 @@ For more information on this, and how to apply and follow the GNU AGPL, see

name = "Verkehrsunfalldaten"
description = "Verkehrsunfalldaten"
version = "2.13.0";
version = "2.14.0";
author = "Jens Kutschke"
updated = "07.12.2023"
updated = "04.01.2024"


6 changes: 5 additions & 1 deletion src/2.0.0.0/verkehr01_ui.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -1518,7 +1518,11 @@ public class verkehr01_ui implements com.jdimension.jlawyer.client.plugins.form.
txtNutzungsAusfallVon=formattedTextField(id: 'sNutzungsAusfallVon', clientPropertyJlawyerdescription: "Nutzungsausfall von...", name: "_NUTZAUSFALLVON", format: datumsFormat, columns: 10, text: '', keyReleased: { berechnenNutzungsausfall(txtNutzungsAusfall, txtNutzungsAusfallReg, txtNutzungsAusfallDiff, cmbNutzAusfallGruppe.getSelectedItem(), txtNutzungsAusfallVon, txtNutzungsAusfallBis, cmbFahrzeugart.getSelectedItem().toString()) })
}
td {

button(text: 'von/bis zurücksetzen', actionPerformed: {
txtNutzungsAusfallVon.setText("");
txtNutzungsAusfallBis.setText("");
berechnenNutzungsausfall(txtNutzungsAusfall, txtNutzungsAusfallReg, txtNutzungsAusfallDiff, cmbNutzAusfallGruppe.getSelectedItem(), txtNutzungsAusfallVon, txtNutzungsAusfallBis, cmbFahrzeugart.getSelectedItem().toString())
})
}

}
Expand Down
2 changes: 1 addition & 1 deletion src/j-lawyer-forms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<forms>

<!-- breaking changes introduced with 2.0: StorageLib has incompatible changes to support calendar events -->
<form id="verkehr01" type="plugin" depends="formslib" name="Verkehrsunfalldaten" description="Falldatenblatt zur Erfassung von Verkehrsunfalldaten - Schwerpunkt Sachschäden" placeholder="VRKHR" version="2.13.0" for="2.0.0.1,2.0.1.0,2.1.0.0,2.2.0.0,2.3.0.0,2.3.0.1,2.3.1.1,2.4.0.1,2.4.0.2,2.5.0.0,2.6.0.0" url="https://www.j-lawyer.org/downloads/j-lawyer-plugins/forms/2.0.0.0" files="verkehr01_meta.groovy,verkehr01_ui.groovy,RvgTablesRange.groovy,RvgTablesRangeList2021.groovy">
<form id="verkehr01" type="plugin" depends="formslib" name="Verkehrsunfalldaten" description="Falldatenblatt zur Erfassung von Verkehrsunfalldaten - Schwerpunkt Sachschäden" placeholder="VRKHR" version="2.14.0" for="2.0.0.1,2.0.1.0,2.1.0.0,2.2.0.0,2.3.0.0,2.3.0.1,2.3.1.1,2.4.0.1,2.4.0.2,2.5.0.0,2.6.0.0" url="https://www.j-lawyer.org/downloads/j-lawyer-plugins/forms/2.0.0.0" files="verkehr01_meta.groovy,verkehr01_ui.groovy,RvgTablesRange.groovy,RvgTablesRangeList2021.groovy">
<setting key="forms.verkehr01.site.extlink" caption="externer Link:" default="https://www" order="1"/>
</form>
<form id="miete01" type="plugin" depends="formslib" name="Mietrechtssachen" description="Falldatenblatt zur Erfassung von Mieter-/Vermieterinformationen" placeholder="MIETE" version="1.0.0" for="2.0.0.1,2.0.1.0,2.1.0.0,2.2.0.0,2.3.0.0,2.3.0.1,2.3.1.1,2.4.0.1,2.4.0.2,2.5.0.0,2.6.0.0" url="https://www.j-lawyer.org/downloads/j-lawyer-plugins/forms/2.0.0.0" files="miete01_meta.groovy,miete01_ui.groovy"/>
Expand Down

0 comments on commit fe9770f

Please sign in to comment.