2018-01-16 11:34:37 +01:00
|
|
|
from flectra.addons.account.tests.account_test_classes import AccountingTestCase
|
2018-01-16 06:58:15 +01:00
|
|
|
|
|
|
|
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
|