Update OLDLMS Appointment & Livechat Status
This commit is contained in:
@@ -16,19 +16,19 @@ class Appointment extends Model
|
|||||||
const DELETED_AT = 'dDeleteOn';
|
const DELETED_AT = 'dDeleteOn';
|
||||||
|
|
||||||
public $sStatusNames = [
|
public $sStatusNames = [
|
||||||
0 => 'Menunggu Konfirmasi',
|
0 => 'Menunggu Pembayaran',
|
||||||
1 => 'Diterima',
|
1 => 'Pembayaran Terkonfirmasi', // Pembayaran Diterima
|
||||||
2 => 'Ditolak',
|
2 => 'Ditolak',
|
||||||
3 => 'Selesai',
|
3 => 'Dibatalkan', // Canceled
|
||||||
4 => 'Dibatalkan',
|
4 => 'Expired',
|
||||||
];
|
];
|
||||||
|
|
||||||
public $sPaymentMethodName = [
|
public $sPaymentMethodName = [
|
||||||
1 => 'Transfer Bank',
|
1 => 'Pribadi',
|
||||||
2 => 'Kartu Kredit',
|
2 => 'On-Site Payment',
|
||||||
3 => 'Dompet Digital',
|
3 => 'OVO',
|
||||||
4 => 'Gerai Retail',
|
4 => 'Asuransi',
|
||||||
5 => 'QRIS',
|
5 => 'Voucher',
|
||||||
];
|
];
|
||||||
|
|
||||||
protected $connection = 'oldlms';
|
protected $connection = 'oldlms';
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ class Livechat extends Model
|
|||||||
1 => 'Diterima',
|
1 => 'Diterima',
|
||||||
2 => 'Ditolak',
|
2 => 'Ditolak',
|
||||||
3 => 'Selesai',
|
3 => 'Selesai',
|
||||||
4 => 'Dibatalkan',
|
4 => 'Expired',
|
||||||
];
|
];
|
||||||
|
|
||||||
const CREATED_AT = 'dCreateOn';
|
const CREATED_AT = 'dCreateOn';
|
||||||
|
|||||||
Reference in New Issue
Block a user