Renamed "voucher" to "journal entry".

This commit is contained in:
2023-03-20 22:08:58 +08:00
parent 8f909965a9
commit b1af1d7425
74 changed files with 1956 additions and 1816 deletions

View File

@ -29,8 +29,8 @@
class JournalEntryLineItemEditor {
/**
* The voucher form
* @type {VoucherForm}
* The journal entry form
* @type {JournalEntryForm}
*/
form;
@ -217,7 +217,7 @@ class JournalEntryLineItemEditor {
/**
* Constructs a new journal entry line item editor.
*
* @param form {VoucherForm} the voucher form
* @param form {JournalEntryForm} the journal entry form
*/
constructor(form) {
this.form = form;