Renamed "voucher line item" to "journal entry line item".
This commit is contained in:
src/accounting
account
models.pyreport
reports
utils
static
css
js
templates
accounting
voucher
disbursement
include
receipt
transfer
voucher
tests
@ -100,11 +100,11 @@ def init_accounts_command(username: str) -> None:
|
||||
|
||||
|
||||
def __is_need_offset(base_code: str) -> bool:
|
||||
"""Checks that whether voucher line items in the account need offset.
|
||||
"""Checks that whether journal entry line items in the account need offset.
|
||||
|
||||
:param base_code: The code of the base account.
|
||||
:return: True if voucher line items in the account need offset, or False
|
||||
otherwise.
|
||||
:return: True if journal entry line items in the account need offset, or
|
||||
False otherwise.
|
||||
"""
|
||||
# Assets
|
||||
if base_code[0] == "1":
|
||||
|
Reference in New Issue
Block a user