Skip to content

Commit

Permalink
Went through todos
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Eichhorn committed May 2, 2024
1 parent 8262064 commit dcd88ac
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Controller/BackendController.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
use Modules\AssetManagement\Models\AssetTypeMapper;
use Modules\AssetManagement\Models\Attribute\AssetAttributeTypeL11nMapper;
use Modules\AssetManagement\Models\Attribute\AssetAttributeTypeMapper;
use Modules\Attribute\Models\NullAttributeType;
use Modules\Media\Models\MediaMapper;
use Modules\Media\Models\MediaTypeMapper;
use Modules\Organization\Models\UnitMapper;
Expand All @@ -35,6 +34,9 @@
* @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
{
Expand Down Expand Up @@ -149,6 +151,9 @@ public function viewAssetManagementView(RequestAbstract $request, ResponseAbstra
*
* @return RenderableInterface
*
* @todo Create asset/depreciation structure
* https://github.com/Karaka-Management/oms-Accounting/issues/4
*
* @since 1.0.0
* @codeCoverageIgnore
*/
Expand Down

0 comments on commit dcd88ac

Please sign in to comment.