Added the missing "is_need_offset" property to the DescriptionAccount class.

This commit is contained in:
依瑪貓 2023-04-02 22:41:16 +08:00
parent 20e1982984
commit 06e7b6ddff

View File

@ -42,6 +42,8 @@ class DescriptionAccount:
"""The account ID."""
self.code: str = account.code
"""The account code."""
self.is_need_offset: bool = account.is_need_offset
"""Whether the journal entry line items of this account need offset."""
self.freq: int = freq
"""The frequency of the tag with the account."""