perbaikan product string 1 bugs
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m51s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 15s
Build, Push and Deploy / deploy-staging (push) Successful in 41s
Build, Push and Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-04-18 23:08:39 +07:00
parent 6319d4c6cb
commit 4f530ff301
2 changed files with 10 additions and 0 deletions

View File

@@ -98,6 +98,14 @@ public function dueCollect()
'credit_limit' => 'double',
'loyalty_points' => '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',
'shipping_address' => 'json',
];