From 5f5b7b3c35e93d6ad5bc9aa767d7991dcf6e21dd Mon Sep 17 00:00:00 2001 From: surya Date: Mon, 19 Jul 2021 15:36:43 +0530 Subject: [PATCH] financial module changes --- app/Http/Controllers/FinancialController.php | 2 +- app/Models/BROKENPERIOD.PHP | 2 +- app/Models/ENTITIES.PHP | 2 +- app/Models/FINANCIALS.PHP | 2 +- app/Models/{FIN_REMARKS.PHP => FinRemarks.PHP} | 2 +- app/Models/ITEMSMASTER.PHP | 2 +- app/Models/SECTIONSMASTER.PHP | 2 +- app/Models/STATEMENTSMASTER .PHP | 2 +- app/Models/SUBSECTIONMASTER.PHP | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) rename app/Models/{FIN_REMARKS.PHP => FinRemarks.PHP} (94%) diff --git a/app/Http/Controllers/FinancialController.php b/app/Http/Controllers/FinancialController.php index a184c0a..db61b39 100644 --- a/app/Http/Controllers/FinancialController.php +++ b/app/Http/Controllers/FinancialController.php @@ -13,7 +13,7 @@ use App\Models\STATEMENTSMASTER; use App\Models\SUBSECTIONMASTER; //use Illuminate\Database\Eloquent\Builder; -class FinancialController extends Controller +class financialController extends Controller { /** * Create a new controller instance. diff --git a/app/Models/BROKENPERIOD.PHP b/app/Models/BROKENPERIOD.PHP index 3f142e2..cdf9a32 100644 --- a/app/Models/BROKENPERIOD.PHP +++ b/app/Models/BROKENPERIOD.PHP @@ -4,7 +4,7 @@ namespace App\Models; use Illuminate\Database\Eloquent\Model; -class BROKENPERIOD extends Model +class BrokenPeriod extends Model { const CREATED_AT = 'createdon'; const UPDATED_AT = 'updatedon'; diff --git a/app/Models/ENTITIES.PHP b/app/Models/ENTITIES.PHP index ffa864e..568e179 100644 --- a/app/Models/ENTITIES.PHP +++ b/app/Models/ENTITIES.PHP @@ -4,7 +4,7 @@ namespace App\Models; use Illuminate\Database\Eloquent\Model; -class ENTITIES extends Model +class Entities extends Model { const CREATED_AT = 'createdon'; const UPDATED_AT = 'updatedon'; diff --git a/app/Models/FINANCIALS.PHP b/app/Models/FINANCIALS.PHP index 8a7c005..801aee7 100644 --- a/app/Models/FINANCIALS.PHP +++ b/app/Models/FINANCIALS.PHP @@ -4,7 +4,7 @@ namespace App\Models; use Illuminate\Database\Eloquent\Model; -class FINANCIALS extends Model +class Financials extends Model { const CREATED_AT = 'createdon'; const UPDATED_AT = 'updatedon'; diff --git a/app/Models/FIN_REMARKS.PHP b/app/Models/FinRemarks.PHP similarity index 94% rename from app/Models/FIN_REMARKS.PHP rename to app/Models/FinRemarks.PHP index a8e7de7..6fadb45 100644 --- a/app/Models/FIN_REMARKS.PHP +++ b/app/Models/FinRemarks.PHP @@ -4,7 +4,7 @@ namespace App\Models; use Illuminate\Database\Eloquent\Model; -class FIN_REMARKS extends Model +class FinRemarks extends Model { const CREATED_AT = 'createdon'; const UPDATED_AT = 'updatedon'; diff --git a/app/Models/ITEMSMASTER.PHP b/app/Models/ITEMSMASTER.PHP index 79c8c9c..805a2f7 100644 --- a/app/Models/ITEMSMASTER.PHP +++ b/app/Models/ITEMSMASTER.PHP @@ -4,7 +4,7 @@ namespace App\Models; use Illuminate\Database\Eloquent\Model; -class ITEMSMASTER extends Model +class ItemsMaster extends Model { const CREATED_AT = 'createdon'; const UPDATED_AT = 'updatedon'; diff --git a/app/Models/SECTIONSMASTER.PHP b/app/Models/SECTIONSMASTER.PHP index 187547f..4b48d90 100644 --- a/app/Models/SECTIONSMASTER.PHP +++ b/app/Models/SECTIONSMASTER.PHP @@ -4,7 +4,7 @@ namespace App\Models; use Illuminate\Database\Eloquent\Model; -class SECTIONSMASTER extends Model +class SectionsMaster extends Model { const CREATED_AT = 'createdon'; const UPDATED_AT = 'updatedon'; diff --git a/app/Models/STATEMENTSMASTER .PHP b/app/Models/STATEMENTSMASTER .PHP index 06471ee..b040170 100644 --- a/app/Models/STATEMENTSMASTER .PHP +++ b/app/Models/STATEMENTSMASTER .PHP @@ -4,7 +4,7 @@ namespace App\Models; use Illuminate\Database\Eloquent\Model; -class STATEMENTSMASTER extends Model +class StatementsMaster extends Model { const CREATED_AT = 'createdon'; const UPDATED_AT = 'updatedon'; diff --git a/app/Models/SUBSECTIONMASTER.PHP b/app/Models/SUBSECTIONMASTER.PHP index 2f978dd..dbc86ac 100644 --- a/app/Models/SUBSECTIONMASTER.PHP +++ b/app/Models/SUBSECTIONMASTER.PHP @@ -4,7 +4,7 @@ namespace App\Models; use Illuminate\Database\Eloquent\Model; -class SUBSECTIONMASTER extends Model +class SubsectionMaster extends Model { const CREATED_AT = 'createdon'; const UPDATED_AT = 'updatedon';