book: öffnet inhalt per aktionsknopf

This commit is contained in:
Frederik Jaeckel 2022-10-06 13:28:42 +02:00
parent 3073ce6f8d
commit 8910f26c99
6 changed files with 105 additions and 1 deletions

View file

@ -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')