From c529328221da0c1368932912ecc2ecde2db5b444 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 2 May 2024 22:54:38 +0000 Subject: [PATCH] Went through todos --- Controller/BackendController.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Controller/BackendController.php b/Controller/BackendController.php index 0fb5713..0af063e 100644 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -30,6 +30,9 @@ use phpOMS\Views\View; * @license OMS License 2.0 * @link https://jingga.app * @since 1.0.0 + * + * @todo Create comparison feature for Balance, Asset, P&L, Cash + * https://github.com/Karaka-Management/oms-Accounting/issues/3 */ final class BackendController extends Controller {