diff --git a/resources/views/pages/pdfs/deliver_order.blade.php b/resources/views/pages/pdfs/deliver_order.blade.php index 7e7f9e0f..fb00d869 100644 --- a/resources/views/pages/pdfs/deliver_order.blade.php +++ b/resources/views/pages/pdfs/deliver_order.blade.php @@ -1,73 +1,110 @@ @extends('layouts.base_pdf') @section('inner_content') - -

Deliver Order

-
-
-
-

Bill To

-
Marking: {{ $transaction->booking->marking }}
-
Company: {{ $supplier->name }}
-
Phone: {{ $supplier->contacts()->first()->phone }}
-
-
EDO: {{ $transaction->bill_no }}
-
REF: {{ $transaction->payment_reference ?? '-' }}
-
Date: {{ $transaction->created_at }}
-
-
-
- CIEF Worldwide Sdn Bhd (1134596-M)Malaysia Global Innovation & CreativityCentre, Level 1 CWS, Block 3730, PersiaranAPEC 63000 Cyberjaya +
+ +

+
{{ $transaction->bill_no }}
+
+ + + + + +
+ + + CIEF WORLDWIDE SDN BHD + + + (1134596-M)
+ Malaysian Global Innovation & Creativity Center
+ Level 1 CWS, Block 3730, Persiaran APEC,
+ 63000 Cyberjaya, Malaysian.
+ Tel: 018-2909252 +
+
+ + Delivery Order +
-
Phone: 0182909252
- - -
- - + +
EDO: {{ $transaction->bill_no }}
+ + +
REF: {{ $transaction->payment_reference ?? '-' }}
+
Date: {{ $transaction->created_at }}
+
 
+ + + + + + + + +
+ + Bill To + +
+
+ Company: {{ $supplier->name }} +
+
+ sdas sda sdsd dtaman asdksd 4.000 +
+
+ Phone: {{ $supplier->contacts()->first()->phone }} +
+
+ +
+
+ + + + + + + + + + + + + @foreach ($transaction->transactionDetails as $key => $transaction_detail) - - - - - + + + + + + - @foreach($transaction->transactionDetails as $transaction_detail) - - - - - - - - @endforeach - {{-- - - - - - - - + @endforeach + + + + + + + + + + + + - - - - --}} - - - - - -
NoStock CodeDescriptionQuantityUnit Price (RM)Total Amount
(RM)
Product CodeProduct NameQuantityPriceAmount{{ $key + 1 }}{{ $transaction_detail->product_code }}{{ $transaction_detail->product_name }}{{ $transaction_detail->quantity }}{{ $transaction_detail->convert_original_price() }}{{ $transaction_detail->convert_original_amount() }}
{{ $transaction_detail->product_code }}{{ $transaction_detail->product_name }}{{ $transaction_detail->quantity }}MYR {{ $transaction_detail->convert_original_price() }}MYR {{ $transaction_detail->convert_original_amount() }}
SubtotalMYR
AdjustmentMYR
Subtotal{{ $transaction->convert_original_amount() }}
Total{{ $transaction->convert_original_amount() }}
Biling ChargesMYR
TotalMYR {{ $transaction->convert_original_amount() }}
-
- - -@endsection \ No newline at end of file + +
+ + + + + + +
This is generated by computer. No signature required.Page {PAGENO} of {nbpg}
+
+@endsection diff --git a/resources/views/pages/pdfs/payment_order.blade.php b/resources/views/pages/pdfs/payment_order.blade.php index 34bcdfb8..e9e48299 100644 --- a/resources/views/pages/pdfs/payment_order.blade.php +++ b/resources/views/pages/pdfs/payment_order.blade.php @@ -1,73 +1,113 @@ @extends('layouts.base_pdf') @section('inner_content') - -

Payment Order

-
-
-
-

Bill To

-
Marking: {{ $transaction->booking->marking }}
-
Company: {{ $supplier->name }}
-
Phone: {{ $supplier->contacts()->first()->phone }}
-
-
EDO: {{ $transaction->bill_no }}
-
REF: {{ $transaction->payment_reference ?? '-' }}
-
Date: {{ $transaction->created_at }}
-
-
-
- CIEF Worldwide Sdn Bhd (1134596-M)Malaysia Global Innovation & CreativityCentre, Level 1 CWS, Block 3730, PersiaranAPEC 63000 Cyberjaya +
+ +

+
{{ $transaction->bill_no }}
+
+ + + + + + + + + + + + {{-- + + + + --}} + + + + + + +
+ + + CIEF WORLDWIDE SDN BHD + + + (1134596-M)
+ Malaysian Global Innovation & Creativity Center
+ Level 1 CWS, Block 3730, Persiaran APEC,
+ 63000 Cyberjaya, Malaysian.
+ Tel: 018-2909252 +
+
+ + Invoice +
-
Phone: 0182909252
- - -
- - + +
EI#: {{ $transaction->bill_no }}
+ + +
Ref# {{ $transaction->payment_reference ?? '-' }}
+
Date: {{ $transaction->created_at }}
+
 
+ + + + + + + + +
+ + Bill To + +
+
+ Company: {{ $supplier->name }} +
+
+ sdas sda sdsd dtaman asdksd 4.000 +
+
+ Phone: {{ $supplier->contacts()->first()->phone }} +
+
+ +
+
+ + + + + + + + + + + + + @foreach ($transaction->transactionDetails as $key => $transaction_detail) - - - - - + + + + + + - @foreach($transaction->transactionDetails as $transaction_detail) - - - - - - - - @endforeach - {{-- - - - - - - - - - - - - --}} - - - - - -
NoStock CodeDescriptionQuantityUnit Price (RM)Total Amount
(RM)
Product CodeProduct NameQuantityPriceAmount{{ $key + 1 }}{{ $transaction_detail->product_code }}{{ $transaction_detail->product_name }}{{ $transaction_detail->quantity }}{{ $transaction_detail->convert_original_price() }}{{ $transaction_detail->convert_original_amount() }}
{{ $transaction_detail->product_code }}{{ $transaction_detail->product_name }}{{ $transaction_detail->quantity }}MYR {{ $transaction_detail->convert_original_price() }}MYR {{ $transaction_detail->convert_original_amount() }}
SubtotalMYR
AdjustmentMYR
Biling ChargesMYR
TotalMYR {{ $transaction->convert_original_amount() }}
-
- - -@endsection \ No newline at end of file + @endforeach +
Subtotal{{ $transaction->convert_original_amount() }}
Billing Charges{{ $transaction->service_charge }}
Total{{ $transaction->convert_original_amount() }}
+ + + + + + +
This is generated by computer. No signature required.Page {PAGENO} of {nbpg}
+
+@endsection diff --git a/resources/views/pages/pdfs/purchase_order.blade.php b/resources/views/pages/pdfs/purchase_order.blade.php index 2423d239..5f196a4b 100644 --- a/resources/views/pages/pdfs/purchase_order.blade.php +++ b/resources/views/pages/pdfs/purchase_order.blade.php @@ -1,74 +1,120 @@ @extends('layouts.base_pdf') @section('inner_content') - -

Purchase Order

-
-
-
-

Buyer

-
Marking: {{ $transaction->booking->marking }}
-
Company: {{ $supplier->name }}
-
Phone: {{ $supplier->contacts()->first()->phone }}
+
+ +

+
{{ $transaction->bill_no }}
+
+
+ + + + + +
+ Purchase Order + + PO#: {{ $transaction->bill_no }}
+ Ref#: {{ $transaction->payment_reference ?? '-' }}
+ Date: {{ $transaction->created_at }} +
+ +
+ + + + + + + + + + + {{-- + + + + --}} + + + + + + +
+ + Buyer +
-
PO: {{ $transaction->bill_no }}
-
REF: {{ $transaction->payment_reference ?? '-' }}
-
Date: {{ $transaction->created_at }}
- -
-

Seller

-
- CIEF Worldwide Sdn Bhd (1134596-M)Malaysia Global Innovation & CreativityCentre, Level 1 CWS, Block 3730, PersiaranAPEC 63000 Cyberjaya + +
+ Marking#: {{ $transaction->booking->marking }}
-
Phone: 0182909252
-
-
-
- - + + + {{ $supplier->name }} + + + {{-- {{ $supplier }} --}} + +
+ + {{-- {{ $buyer['address'] }} --}} + +
+ + Phone: {{ $supplier->contacts()->first()->phone }} + + + + +
+ + Seller + +
+ + CIEF Worldwide Sdn Bhd (1134596-M) + +
+ Malaysia Global Innovation & CreativityCentre, Level 1 CWS, Block 3730, PersiaranAPEC 63000 Cyberjaya +
+
+ Phone: 0182909252 +
+
+ +
+ + + + + + + + + + + + + + @foreach ($transaction->transactionDetails as $key => $transaction_detail) - - - - - + + + + + + - @foreach($transaction->transactionDetails as $transaction_detail) - - - - - - - - @endforeach - {{-- - - - - - - - - - - - - --}} - - - - - -
NoStock CodeDescriptionQuantityUnit Price (RM)Total Amount
(RM)
Product CodeProduct NameQuantityPriceAmount{{ $key + 1 }}{{ $transaction_detail->product_code }}{{ $transaction_detail->product_name }}{{ $transaction_detail->quantity }}{{ $transaction_detail->convert_original_price() }}{{ $transaction_detail->convert_original_amount() }}
{{ $transaction_detail->product_code }}{{ $transaction_detail->product_name }}{{ $transaction_detail->quantity }}MYR {{ $transaction_detail->convert_original_price() }}MYR {{ $transaction_detail->convert_original_amount() }}
SubtotalMYR
AdjustmentMYR
Biling ChargesMYR
TotalMYR {{ $transaction->convert_original_amount() }}
-
- - -@endsection \ No newline at end of file + @endforeach +
Subtotal{{ $transaction->convert_original_amount() }}
Billing Charges{{ number_format($billingcharges, 2) }}
Total{{ $transaction->convert_original_amount() }}
+ + + + + + +
This is generated by computer. No signature required.Page {PAGENO} of {nbpg}
+
+@endsection diff --git a/resources/views/pages/pdfs/supplier_deliver_order.blade.php b/resources/views/pages/pdfs/supplier_deliver_order.blade.php index a3ff56cc..c7f6b183 100644 --- a/resources/views/pages/pdfs/supplier_deliver_order.blade.php +++ b/resources/views/pages/pdfs/supplier_deliver_order.blade.php @@ -1,73 +1,107 @@ @extends('layouts.base_pdf') @section('inner_content') - -

Supplier Deliver Order

-
-
-
-

Bill To

-
Marking: {{ $transaction->booking->marking }}
-
Company: {{ $supplier->name }}
-
Phone: {{ $supplier->contacts()->first()->phone }}
+
+ +
+ + + + +
+ Atvantic Import & Export Snd. Bhd (1309816-P)
+
+
+ + + + + +
+ Delivery Order + + PO#: {{ $transaction->bill_no }}
+ Ref#: {{ $transaction->payment_reference ?? '-' }}
+ Date: {{ $transaction->created_at }} +
+ +
+ + + +
+ + Buyer +
-
EDO: {{ $transaction->bill_no }}
-
REF: {{ $transaction->payment_reference ?? '-' }}
-
Date: {{ $transaction->created_at }}
- -
-
- CIEF Worldwide Sdn Bhd (1134596-M)Malaysia Global Innovation & CreativityCentre, Level 1 CWS, Block 3730, PersiaranAPEC 63000 Cyberjaya + +
+ CIEF Worldwide Sdn Bhd (1134596-M)
-
Phone: 0182909252
-
-
-
- - + + + Malaysia Global Innovation & CreativityCentre, Level 1 CWS, Block 3730, PersiaranAPEC 63000 Cyberjaya + + + {{-- {{ $supplier }} --}} + +
+ + {{-- {{ $buyer['address'] }} --}} + +
+ + Phone: 0182909252 + + + +
+ +
+ + + + + + + + + + + + + + @foreach ($transaction->transactionDetails as $key => $transaction_detail) - - - - - + + + + + + - @foreach($transaction->transactionDetails as $transaction_detail) - - - - - - - - @endforeach - {{-- - - - - - - - + @endforeach + + + + + + + + + + + + - - - - --}} - - - - - -
NoStock CodeDescriptionQuantityUnit Price (RM)Total Amount
(RM)
Product CodeProduct NameQuantityPriceAmount{{ $key + 1 }}{{ $transaction_detail->product_code }}{{ $transaction_detail->product_name }}{{ $transaction_detail->quantity }}{{ $transaction_detail->convert_original_price() }}{{ $transaction_detail->convert_original_amount() }}
{{ $transaction_detail->product_code }}{{ $transaction_detail->product_name }}{{ $transaction_detail->quantity }}MYR {{ $transaction_detail->convert_original_price() }}MYR {{ $transaction_detail->convert_original_amount() }}
SubtotalMYR
AdjustmentMYR
Subtotal{{ $transaction->convert_original_amount() }}
Total{{ $transaction->convert_original_amount() }}
Biling ChargesMYR
TotalMYR {{ $transaction->convert_original_amount() }}
-
- - -@endsection \ No newline at end of file + +
+ + + + + + +
This is generated by computer. No signature required.Page {PAGENO} of {nbpg}
+
+@endsection