Added a "note" field to the summary editor.

This commit is contained in:
2023-03-03 23:39:34 +08:00
parent 85fde6219e
commit 78a62a9575
2 changed files with 48 additions and 13 deletions

View File

@ -160,6 +160,12 @@ First written: 2023/2/28
<label class="form-label" for="accounting-summary-editor-{{ summary_editor.type }}-number-number">{{ A_("The number of items") }}</label>
<div id="accounting-summary-editor-{{ summary_editor.type }}-number-number-error" class="invalid-feedback"></div>
</div>
<div class="form-floating">
<input id="accounting-summary-editor-{{ summary_editor.type }}-number-note" class="form-control" type="text" value="" placeholder=" ">
<label class="form-label" for="accounting-summary-editor-{{ summary_editor.type }}-number-note">{{ A_("Note") }}</label>
<div id="accounting-summary-editor-{{ summary_editor.type }}-number-note-error" class="invalid-feedback"></div>
</div>
</div>
{# The suggested accounts #}