File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 66from PySide6 .QtCore import Property , Slot
77from PySide6 .QtWidgets import QFileDialog , QMessageBox , QApplication
88
9- from db .account import JalAccount
109from jal .ui .ui_tax_export_widget import Ui_TaxWidget
1110from jal .ui .ui_flow_export_widget import Ui_MoneyFlowWidget
1211from jal .widgets .mdi import MdiWidget
13- from jal .widgets .helpers import ts2d
12+ from jal .widgets .helpers import ts2d , dt2ts
1413from jal .widgets .icons import JalIcon
14+ from jal .db .account import JalAccount
1515from jal .db .asset import JalAsset
1616from jal .db .peer import JalPeer
1717from jal .db .settings import JalSettings , FolderFor
1818from jal .data_export .taxes import TaxReport
1919from jal .data_export .taxes_flow import TaxesFlowRus
2020from jal .data_export .xlsx import XLSX
2121from jal .data_export .dlsg import DLSG
22- from widgets .helpers import dt2ts
2322
2423
2524class TaxWidget (MdiWidget ):
You can’t perform that action at this time.
0 commit comments