add new db

This commit is contained in:
Afiq
2021-01-11 17:59:46 +08:00
parent dad0e2a9a1
commit 27155b739c
21 changed files with 297 additions and 241 deletions
+20 -20
View File
@@ -15,26 +15,26 @@ class TuntutBaki extends Model
* @var array
*/
protected $fillable = [
'RECNO',
'BATCHNO',
'JENIS',
'KODCAW',
'NORUJUKAN',
'TARIKH',
'PRKOD',
'TELLER',
'PELULUS',
'BAKIPJM',
'BAKIUPAH',
'CAJLAIN',
'CAJLELONG',
'KODGL',
'GLCODE',
'TERIMA',
'F_LULUS',
'JUMLAH',
'NOWAKIL',
'HARGAJUAL',
'recno',
'batchno',
'jenis',
'kodcaw',
'norujukan',
'tarikh',
'prkod',
'teller',
'pelulus',
'bakipjm',
'bakiupah',
'cajlain',
'cajlelong',
'kodgl',
'glcode',
'terima',
'f_lulus',
'jumlah',
'nowakil',
'hargajual',
'gst_cl',
'gst_hj'
];