Implement dark mode, bug report page, and schema dump
This commit is contained in:
@@ -11,6 +11,12 @@ class ChartOfAccount extends Model
|
||||
{
|
||||
use HasFactory;
|
||||
|
||||
public const TYPE_INCOME = 'income';
|
||||
public const TYPE_EXPENSE = 'expense';
|
||||
public const TYPE_ASSET = 'asset';
|
||||
public const TYPE_LIABILITY = 'liability';
|
||||
public const TYPE_NET_ASSET = 'net_asset';
|
||||
|
||||
protected $fillable = [
|
||||
'account_code',
|
||||
'account_name_zh',
|
||||
|
||||
Reference in New Issue
Block a user