fin_changes
This commit is contained in:
parent
5f5b7b3c35
commit
89b116347a
@ -3,14 +3,14 @@
|
||||
namespace App\Http\Controllers;
|
||||
use Illuminate\Http\Request;
|
||||
use App\Http\Helpers\ResponseBuilder;
|
||||
use App\Models\BROKENPERIOD;
|
||||
use App\Models\ENTITIES;
|
||||
use App\Models\FINANCIALS;
|
||||
use App\Models\FIN_REMARKS;
|
||||
use App\Models\ITEMSMASTER;
|
||||
use App\Models\SECTIONSMASTER;
|
||||
use App\Models\STATEMENTSMASTER;
|
||||
use App\Models\SUBSECTIONMASTER;
|
||||
use App\Models\BrokenPeriod;
|
||||
use App\Models\Entities;
|
||||
use App\Models\Financials;
|
||||
use App\Models\FinRemarks;
|
||||
use App\Models\ItemsMaster;
|
||||
use App\Models\SectionsMaster;
|
||||
use App\Models\StatementsMaster;
|
||||
use App\Models\SubsectionMaster;
|
||||
//use Illuminate\Database\Eloquent\Builder;
|
||||
|
||||
class financialController extends Controller
|
||||
|
||||
@ -14,7 +14,7 @@ class BrokenPeriod extends Model
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
|
||||
//
|
||||
protected $fillable = ['entity_id','from','to','months','cy','py','variation','createdby','updatedby'];
|
||||
|
||||
protected $hidden = [];
|
||||
|
||||
@ -14,7 +14,7 @@ class Entities extends Model
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
|
||||
//
|
||||
protected $fillable = ['losid','pan','cin','bizname','entity_type','activity_group','biz_act_desc','createdby','updatedby'];
|
||||
|
||||
protected $hidden = [];
|
||||
|
||||
@ -14,7 +14,7 @@ class Financials extends Model
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
|
||||
//
|
||||
protected $fillable = ['entity_id','fy','st_type','itemid','value','createdby','updatedby'];
|
||||
|
||||
protected $hidden = [];
|
||||
|
||||
@ -14,6 +14,7 @@ class FinRemarks extends Model
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
//
|
||||
|
||||
protected $fillable = ['entity_id','itemid','remarks','createdby','updatedby'];
|
||||
|
||||
|
||||
@ -14,7 +14,7 @@ class ItemsMaster extends Model
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
|
||||
//
|
||||
protected $fillable = ['statement','section','subsection','itemtext','createdby','updatedby'];
|
||||
|
||||
protected $hidden = [];
|
||||
|
||||
@ -14,7 +14,7 @@ class SectionsMaster extends Model
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
|
||||
//
|
||||
protected $fillable = ['statement','section','createdby','updatedby'];
|
||||
|
||||
protected $hidden = [];
|
||||
|
||||
@ -14,7 +14,7 @@ class StatementsMaster extends Model
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
|
||||
//
|
||||
protected $fillable = ['statement','createdby','updatedby'];
|
||||
|
||||
protected $hidden = [];
|
||||
|
||||
@ -14,7 +14,7 @@ class SubsectionMaster extends Model
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
|
||||
//
|
||||
protected $fillable = ['statement','subsection','itemtext','createdby','updatedby'];
|
||||
|
||||
protected $hidden = [];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user