Implemented notes and Userfields for stock entries (closes #443)

This commit is contained in:
Bernd Bestel
2022-03-30 17:32:53 +02:00
parent 2983687f34
commit d3a39270de
18 changed files with 438 additions and 107 deletions

View File

@@ -129,6 +129,17 @@
</div>
</div>
<div class="form-group">
<label for="note">{{ $__t('Note') }}</label>
<div class="input-group">
<input type="text"
class="form-control"
id="note"
name="note"
value="{{ $stockEntry->note }}">
</div>
</div>
<button id="save-stockentry-button"
class="btn btn-success">{{ $__t('OK') }}</button>