perbaikan product string 1 bugs
All checks were successful
All checks were successful
This commit is contained in:
@@ -98,6 +98,14 @@ public function dueCollect()
|
|||||||
'credit_limit' => 'double',
|
'credit_limit' => 'double',
|
||||||
'loyalty_points' => 'double',
|
'loyalty_points' => 'double',
|
||||||
'opening_balance' => 'double',
|
'opening_balance' => 'double',
|
||||||
|
'total_sale_amount' => 'double',
|
||||||
|
'total_sale_paid' => 'double',
|
||||||
|
'total_sale_profit' => 'double',
|
||||||
|
'total_sale_loss' => 'double',
|
||||||
|
'total_purchase_amount' => 'double',
|
||||||
|
'total_purchase_paid' => 'double',
|
||||||
|
'sales_count' => 'integer',
|
||||||
|
'purchases_count' => 'integer',
|
||||||
'billing_address' => 'json',
|
'billing_address' => 'json',
|
||||||
'shipping_address' => 'json',
|
'shipping_address' => 'json',
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -146,6 +146,8 @@ public function batch()
|
|||||||
'profit_percent' => 'double',
|
'profit_percent' => 'double',
|
||||||
'alert_qty' => 'double',
|
'alert_qty' => 'double',
|
||||||
'stocks_sum_product_stock' => 'double',
|
'stocks_sum_product_stock' => 'double',
|
||||||
|
'sale_details_sum_quantities' => 'double',
|
||||||
|
'purchase_details_sum_quantities' => 'double',
|
||||||
'meta' => 'json',
|
'meta' => 'json',
|
||||||
'variation_ids' => 'json',
|
'variation_ids' => 'json',
|
||||||
'warranty_guarantee_info' => 'json',
|
'warranty_guarantee_info' => 'json',
|
||||||
|
|||||||
Reference in New Issue
Block a user