16 lines
355 B
Python
16 lines
355 B
Python
from flectra.addons.account.tests.account_test_classes import AccountingTestCase
|
|
|
|
class TestManualReconciliation(AccountingTestCase):
|
|
|
|
def test_reconciliation_proposition(self):
|
|
pass
|
|
|
|
def test_full_reconcile(self):
|
|
pass
|
|
|
|
def test_partial_reconcile(self):
|
|
pass
|
|
|
|
def test_reconcile_with_write_off(self):
|
|
pass
|