line: splitbuchung mit transfer

This commit is contained in:
Frederik Jaeckel 2022-09-10 21:21:17 +02:00
parent 1fee218ee6
commit b2147f56b3
8 changed files with 300 additions and 19 deletions

View file

@ -911,7 +911,7 @@ class LineTestCase(ModuleTestCase):
'booktransf': book2.id,
}, {
'date': date(2022, 6, 1), # in-category, return
'description': 'in-return', # amount negative
'description': 'in-return', # amount negative
'category': category_in.id,
'bookingtype': 'in',
'amount': Decimal('-1.0'),