• Mahmoud Aglan's avatar
    Add partial payment (deposit) option per product in POS · 12cedf70
    Mahmoud Aglan authored
    Products can now be configured to accept partial payment (deposit/عربون)
    at checkout. When enabled, the cashier can collect a minimum deposit now
    and the remaining balance stays on the invoice for later collection.
    
    - Migration adds allows_partial_payment + minimum_deposit_percent to products
    - Product form has toggle with configurable minimum % (10-90%)
    - POS terminal shows deposit option when cart contains eligible products
    - POSService creates full invoice but records only the deposit as payment
    - POS transaction marked 'partially_paid' when deposit is used
    - Products with deposit enabled show "عربون" badge in POS catalog
    Co-Authored-By: 's avatarClaude Opus 4.6 <noreply@anthropic.com>
    12cedf70
Name
Last commit
Last update
..
create-product-wizard.blade.php Loading commit data...
create-purchase-order-wizard.blade.php Loading commit data...
essential-deliveries.blade.php Loading commit data...
kit-form.blade.php Loading commit data...
kit-list.blade.php Loading commit data...
movement-list.blade.php Loading commit data...
product-form.blade.php Loading commit data...
product-list.blade.php Loading commit data...
product-show.blade.php Loading commit data...
purchase-order-form.blade.php Loading commit data...
purchase-order-list.blade.php Loading commit data...
purchase-order-show.blade.php Loading commit data...
stock-adjustment-wizard.blade.php Loading commit data...
stock-adjustment.blade.php Loading commit data...
stock-count-form.blade.php Loading commit data...
stock-count-list.blade.php Loading commit data...
warehouse-form.blade.php Loading commit data...
warehouse-list.blade.php Loading commit data...