aku nok ndi : /home/spdtg/www/schoolmis/app/ |
aku nok ndi : /home/spdtg/www/schoolmis/app/DailyTransaction.php |
<?php namespace App; use Illuminate\Database\Eloquent\Model; use Carbon\Carbon; class DailyTransaction extends Model { // protected $primaryKey = 'idDailyTransaction'; protected $table = 'dailytransaction'; protected $fillable = ['receiptNo','idSchool', 'ecNo', 'Name', 'class', 'section', 'totalfeePaid', 'totalFine', 'totalDiscount', 'netAmount', 'paymentDate']; }