wizard: buchungseingabe begonnen
This commit is contained in:
parent
d6ea1b31a6
commit
326d87f758
7 changed files with 251 additions and 2 deletions
|
@ -10,6 +10,7 @@ from .line import Line, LineContext
|
|||
from .splitline import SplitLine
|
||||
from .wizard_openline import OpenCashBook, OpenCashBookStart
|
||||
from .wizard_runreport import RunCbReport, RunCbReportStart
|
||||
from .wizard_booking import EnterBookingWizard, EnterBookingStart
|
||||
from .configuration import Configuration, UserConfiguration
|
||||
from .category import Category
|
||||
from .reconciliation import Reconciliation
|
||||
|
@ -28,6 +29,7 @@ def register():
|
|||
Reconciliation,
|
||||
OpenCashBookStart,
|
||||
RunCbReportStart,
|
||||
EnterBookingStart,
|
||||
module='cashbook', type_='model')
|
||||
Pool.register(
|
||||
ReconciliationReport,
|
||||
|
@ -35,4 +37,5 @@ def register():
|
|||
Pool.register(
|
||||
OpenCashBook,
|
||||
RunCbReport,
|
||||
EnterBookingWizard,
|
||||
module='cashbook', type_='wizard')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue