add worker-based precalculation of cashbook-values
This commit is contained in:
parent
345cef4c8b
commit
65a0e0ce58
17 changed files with 1060 additions and 98 deletions
|
@ -14,11 +14,11 @@ from .config import ConfigTestCase
|
|||
from .category import CategoryTestCase
|
||||
from .reconciliation import ReconTestCase
|
||||
from .bookingwiz import BookingWizardTestCase
|
||||
from .currency import CurrencyTestCase
|
||||
from .valuestore import ValuestoreTestCase
|
||||
|
||||
|
||||
class CashbookTestCase(
|
||||
CurrencyTestCase,
|
||||
ValuestoreTestCase,
|
||||
BookingWizardTestCase,
|
||||
ReconTestCase,
|
||||
CategoryTestCase,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue