erechnung checkbox

This commit is contained in:
OpenXE 2024-12-02 21:38:51 +01:00
parent 3301f78016
commit 452b16b357
3 changed files with 925 additions and 913 deletions

File diff suppressed because it is too large Load Diff

View File

@ -112,6 +112,9 @@ class WidgetGenrechnung
$field = new HTMLCheckbox("abweichendebezeichnung","","","1","0","0");
$this->form->NewField($field);
$field = new HTMLCheckbox("erechnung","","","1","0","0");
$this->form->NewField($field);
$field = new HTMLCheckbox("mahnwesenfestsetzen","","","1","0","0");
$this->form->NewField($field);

View File

@ -99,6 +99,10 @@
<td>[ABWEICHENDEBEZEICHNUNGBESCHRIFTUNG]:</td>
<td>[ABWEICHENDEBEZEICHNUNG][MSGABWEICHENDEBEZEICHNUNG]&nbsp;</td>
</tr>
<tr>
<td>{|XML-Rechnung|}:</td>
<td>[ERECHNUNG][MSGERECHNUNG]&nbsp;</td>
</tr>
</table>
</fieldset>
</div>