Cleaned-up the documentation of the ReportUrl utility of the accounting appication.
This commit is contained in:
parent
006c817609
commit
7a91a1fc1f
@ -80,16 +80,6 @@ class ReportUrl:
|
|||||||
ledger (Account): The currently-specified account of the
|
ledger (Account): The currently-specified account of the
|
||||||
ledger or leger summary.
|
ledger or leger summary.
|
||||||
period (Period): The currently-specified period.
|
period (Period): The currently-specified period.
|
||||||
|
|
||||||
Attributes:
|
|
||||||
cash (str): The URL of the cash account.
|
|
||||||
cash_summary (str): The URL of the cash summary.
|
|
||||||
ledger (str): The URL of the ledger.
|
|
||||||
ledger_summary (str): The URL of the ledger summary.
|
|
||||||
journal (str): The URL of the journal.
|
|
||||||
trial_balance (str): The URL of the trial balance.
|
|
||||||
income_statement (str): The URL of the income statement.
|
|
||||||
balance_sheet (str): The URL of the balance sheet.
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, cash=None, ledger=None, period=None):
|
def __init__(self, cash=None, ledger=None, period=None):
|
||||||
|
Loading…
Reference in New Issue
Block a user