update perbaikan pos, return, dan report profit nlost
All checks were successful
All checks were successful
This commit is contained in:
@@ -27,6 +27,8 @@ class PurchaseDetails extends Model
|
||||
'stock_id',
|
||||
'mfg_date',
|
||||
'expire_date',
|
||||
'serial_numbers',
|
||||
'price_without_tax',
|
||||
];
|
||||
|
||||
/**
|
||||
@@ -61,5 +63,7 @@ public function stock(): BelongsTo
|
||||
'productWholeSalePrice' => 'double',
|
||||
'quantities' => 'double',
|
||||
'profit_percent' => 'double',
|
||||
'serial_numbers' => 'json',
|
||||
'price_without_tax' => 'double',
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user