From 7a91a1fc1fdb1ae33706769d473aa0d6374e0619 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Sun, 9 Aug 2020 13:55:20 +0800 Subject: [PATCH] Cleaned-up the documentation of the ReportUrl utility of the accounting appication. --- accounting/utils.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/accounting/utils.py b/accounting/utils.py index 876b064..cd55d2b 100644 --- a/accounting/utils.py +++ b/accounting/utils.py @@ -80,16 +80,6 @@ class ReportUrl: ledger (Account): The currently-specified account of the ledger or leger summary. 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):