| {{$history['type_label']}} |
@if($history['quantity_change'] > 0 )
+{{$history['quantity_change']}}
|
@else
{{$history['quantity_change']}}
|
@endif
@if(!empty($common_settings['enable_secondary_unit']))
@if($history['quantity_change'] > 0 )
@if(!empty($history['purchase_secondary_unit_quantity']))
+{{$history['purchase_secondary_unit_quantity']}} {{$stock_details['second_unit']}}
@endif
|
@else
@if(!empty($history['sell_secondary_unit_quantity']))
-{{$history['sell_secondary_unit_quantity']}} {{$stock_details['second_unit']}}
@endif
|
@endif
@endif
{{$history['stock']}}
|
@if(!empty($common_settings['enable_secondary_unit']))
@if(!empty($stock_details['second_unit']))
{{$history['stock_in_second_unit']}} {{$stock_details['second_unit']}}
@endif
|
@endif
{{@format_datetime($history['date'])}} |
{{$history['ref_no']}}
@if(!empty($history['additional_notes']))
@if(!empty($history['ref_no']))
@endif
{{$history['additional_notes']}}
@endif
|
{{$history['contact_name'] ?? '--'}}
@if(!empty($history['supplier_business_name']))
- {{$history['supplier_business_name']}}
@endif
|
@empty