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