@extends('layouts.app') @section('style') @stop @section('content') @include('inventories.cmodal')
@lang('layout.Total') : | @{{ Number.parseFloat((subtotal - (discount*subtotal/100))-payeds).toFixed(2)}} @{{selectedCurrency.symbol}} |
@lang('layout.Discount'): (@{{ Number.parseFloat(discount).toFixed(2) }}%) | @{{ Number.parseFloat(discount*subtotal/100).toFixed(2) }} @{{selectedCurrency.symbol}} |
@lang('layout.Payment'): | @{{ payeds.toFixed(2)}} @{{selectedCurrency.symbol}} |
Sub-Total: | @{{ subtotal.toFixed(2)}} @{{selectedCurrency.symbol}} |
# | @lang('layout.ServiceName') | @lang('layout.Quantity') | @lang('layout.Measure') | @lang('layout.Cost') | @lang('layout.Price') | @lang('layout.Total') | ||
---|---|---|---|---|---|---|---|---|
@{{Index+1}} |
|
{{-- | --}} {{----}} {{-- | --}}
@{{selectedCurrency.symbol}}
|
@{{selectedCurrency.symbol}}
|
@{{selectedCurrency.symbol}}
|
# | @lang('layout.SelectBank') | @lang('layout.Amount') | @lang('layout.Rate') | @lang('layout.Currency') | @lang('layout.Amount') | @lang('layout.Total') | |
---|---|---|---|---|---|---|---|
@{{Index+1}} |
|
@{{ totalAmountes[Index] = (Number(!payment.item?null:payment.item.totalAmount)+Number(!payment.item?null:payment.item.amount)).toFixed(2) }} |
@{{(!payment.item)?null:payment.item.code}}
|
@{{selectedCurrency.symbol}}
|