neu: kategorie, config + test
This commit is contained in:
parent
b9bb433c39
commit
d6a8b254a3
28 changed files with 1255 additions and 35 deletions
|
@ -8,10 +8,15 @@ from .book import Book
|
|||
from .types import Type
|
||||
from .line import Line, LineContext
|
||||
from .wizard_openline import OpenCashBook, OpenCashBookStart
|
||||
from .configuration import Configuration, UserConfiguration
|
||||
from .category import Category
|
||||
|
||||
def register():
|
||||
Pool.register(
|
||||
Configuration,
|
||||
UserConfiguration,
|
||||
Type,
|
||||
Category,
|
||||
Book,
|
||||
LineContext,
|
||||
Line,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue