book: öffnet inhalt per aktionsknopf
This commit is contained in:
parent
3073ce6f8d
commit
8910f26c99
6 changed files with 105 additions and 1 deletions
|
@ -8,7 +8,7 @@ from .book import Book
|
|||
from .types import Type
|
||||
from .line import Line, LineContext
|
||||
from .splitline import SplitLine
|
||||
from .wizard_openline import OpenCashBook, OpenCashBookStart
|
||||
from .wizard_openline import OpenCashBook, OpenCashBookStart, OpenCashBookTree
|
||||
from .wizard_runreport import RunCbReport, RunCbReportStart
|
||||
from .wizard_booking import EnterBookingWizard, EnterBookingStart
|
||||
from .configuration import Configuration, UserConfiguration
|
||||
|
@ -36,6 +36,7 @@ def register():
|
|||
module='cashbook', type_='report')
|
||||
Pool.register(
|
||||
OpenCashBook,
|
||||
OpenCashBookTree,
|
||||
RunCbReport,
|
||||
EnterBookingWizard,
|
||||
module='cashbook', type_='wizard')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue