Went through todos

This commit is contained in:
Dennis Eichhorn 2024-05-02 22:54:37 +00:00
parent 64121dafcc
commit 5703e6f6fd

View File

@ -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
{