From 5703e6f6fd3b0f5d79ec011a9d8e4c3d24564f5e 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 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Controller/BackendController.php b/Controller/BackendController.php index 4f09265..9720efb 100644 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -22,6 +22,12 @@ namespace Modules\CashManagement\Controller; * @link https://jingga.app * @since 1.0.0 * @codeCoverageIgnore + * + * @todo Create cash analysis structure + * https://github.com/Karaka-Management/oms-Accounting/issues/5 + * + * @todo Create comparison feature for Balance, Asset, P&L, Cash + * https://github.com/Karaka-Management/oms-Accounting/issues/3 */ final class BackendController extends Controller {