@include( Hook::filter( 'ns-dashboard-header', '../common/dashboard-header' ) )
@include( '../common/dashboard/title' )
- {{ sprintf( __( 'Date : %s' ), ns()->date->getNowFormatted() ) }}
- {{ __( 'Document : Sold Stock Report' ) }}
- {{ sprintf( __( 'By : %s' ), Auth::user()->username ) }}
{{ __( 'Product' ) }} |
{{ __( 'Unit' ) }} |
{{ __( 'Quantity' ) }} |
{{ __( 'Tax Value' ) }} |
{{ __( 'Total' ) }} |
@{{ product.name }} |
@{{ product.unit_name }} |
@{{ product.quantity }} |
@{{ product.tax_value | currency }} |
@{{ product.total_price | currency }} |
|
@{{ totalQuantity }} |
@{{ totalTaxes | currency }} |
@{{ totalPrice | currency }} |