Compare commits
3 Commits
16534fc755
...
9373212482
Author | SHA1 | Date | |
---|---|---|---|
9373212482 | |||
18392d6917 | |||
fe8d47c676 |
@ -15,7 +15,7 @@
|
||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
from drcr.database import db
|
||||
from drcr.models import Amount, reporting_commodity
|
||||
from drcr.models import Amount
|
||||
from drcr.webapp import eofy_date
|
||||
|
||||
class CGTAsset(Amount):
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
from flask import redirect, render_template, request, url_for
|
||||
|
||||
from drcr.models import AccountConfiguration, Amount, Posting, Transaction, reporting_commodity
|
||||
from drcr.models import AccountConfiguration, Amount, Posting, Transaction
|
||||
from drcr.database import db
|
||||
from drcr.plugins import render_plugin_template
|
||||
from drcr.webapp import all_accounts, app, eofy_date
|
||||
|
Loading…
Reference in New Issue
Block a user