From c5680e48139ae414b9ebe3a432d986920b21858c Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 2 May 2024 22:54:37 +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 f69143c..b0a9fb3 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 {