Search
Search titles only
By:
Search titles only
By:
Log in
Register
Search
Search titles only
By:
Search titles only
By:
Menu
Install the app
Install
Forums
New posts
All threads
Latest threads
New posts
Trending threads
Trending
Search forums
What's new
New posts
New ads
New profile posts
Latest activity
Free Ads
Latest reviews
Search ads
Members
Current visitors
New profile posts
Search profile posts
Contact us
Latest ads
iphone x used
AssassiN1
Updated:
Sunday at 10:30 PM
කිතුල් තලප
Manoj Suranga Bandara
Updated:
Saturday at 7:04 PM
Ad icon
ව්යාපාර, Tuition පන්ති සහ Personal Portfolios සඳහා Web Setup එකක් රු. 9,099/- කට (වාර්ෂික renewal ර
thathsilura
Updated:
Thursday at 6:17 PM
AWS Certified Solutions Architect-Associate + AWS Certified Cloud Practitioner
Sanjeewani95
Updated:
Aug 19, 2026
🚀 එක පැකේජ් එකයි - මාසෙටම Unlimited Internet! 🌐
sayuru bandara
Updated:
Aug 18, 2026
Electronics
Vehicles
Property
Search
Reply to thread
Forums
General
ElaKiri Talk!
POS Buisness Help
Get the App
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Message
<blockquote data-quote="Psiko" data-source="post: 29779223" data-attributes="member: 583290"><p>me thiyenne bila </p><p>[MEDIA=imgur]OdFH7z6[/MEDIA]</p><p></p><p>me thiyenne epson tm-t81iii printer eka </p><p><img src="https://i.imgur.com/dj9jivM.jpg" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>me thieynne settings maru nokara print krhm ena wdha</p><p><img src="https://i.imgur.com/V4qCwHo.jpg" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p></p><p>me Thiyenne Bill ekata thiayana code eka</p><p></p><p>bila hariyatama koleta fit krgnne khmd cudah ?</p><p></p><p>[CODE=php]<!DOCTYPE html></p><p><html lang="en"></p><p><head></p><p> <meta charset="UTF-8"></p><p> <meta name="viewport" content="width=device-width, initial-scale=1.0"></p><p> <meta http-equiv="X-UA-Compatible" content="ie=edge"></p><p> <title>Invoice Print</title></p><p></p><p> <?php</p><p> $style = '</p><p> <style></p><p> * {</p><p> font-family: "consolas", sans-serif;</p><p> }</p><p> p {</p><p> display: block;</p><p> margin: 3px;</p><p> font-size: 10pt;</p><p> }</p><p> table td {</p><p> font-size: 9pt;</p><p> }</p><p> .text-center {</p><p> text-align: center;</p><p> }</p><p> .text-right {</p><p> text-align: right;</p><p> }</p><p></p><p> @media print {</p><p> @page {</p><p> margin: 0;</p><p> size: 80mm</p><p> ';</p><p> ?></p><p> <?php</p><p> $style .=</p><p> ! empty($_COOKIE['innerHeight'])</p><p> ? $_COOKIE['innerHeight'] .'mm; }'</p><p> : '}';</p><p> ?></p><p> <?php</p><p> $style .= '</p><p> html, body {</p><p> width: 80mm;</p><p> }</p><p> .btn-print {</p><p> display: none;</p><p> }</p><p> }</p><p> </style></p><p> ';</p><p> ?></p><p></p><p> {!! $style !!}</p><p></head></p><p><body onload="window.print()"></p><p> <button class="btn-print" style="position: absolute; right: 1rem; top: rem;" onclick="window.print()">Print</button></p><p> <div class="text-center"></p><p> <h3 style="margin-bottom: 5px;">The Spa</h3></p><p> <p>www.thaispa.com</p></p><p> <p>027 2250 900</p></p><p> <p>Minneriya Srilanka</p></p><p> </div></p><p> <br></p><p> <div></p><p> <p style="float: left;">{{ date('d-m-Y') }}</p></p><p> <p style="float: right">{{ strtoupper(auth()->user()->name) }}</p></p><p> </div></p><p> <div class="clear-both" style="clear: both;"></div></p><p> <p>No: {{ $transaction->transaction_code }}</p></p><p> <p class="text-center">===================================</p></p><p> </p><p> <br></p><p> <table width="100%" style="border: 0;"></p><p> @foreach ($transaction->transaction_details as $transaction_detail)</p><p> <tr></p><p> <td colspan="3">{{ $transaction_detail->name }}</td></p><p> </tr></p><p> <tr></p><p> <td>{{ $transaction_detail->qty }} x {{ $transaction_detail->base_price }}</td></p><p> <td></td></p><p> <td class="text-right">{{ $transaction_detail->qty * $transaction_detail->base_price }}</td></p><p> </tr></p><p> @endforeach</p><p> </table></p><p> <p class="text-center">-----------------------------------</p></p><p></p><p> <table width="100%" style="border: 0;"></p><p> <tr></p><p> <td>Total :</td></p><p> <td class="text-right">{{ $transaction->total_price }}</td></p><p> </tr></p><p> <tr></p><p> <td>Accept:</td></p><p> <td class="text-right">{{ $transaction->accept }}</td></p><p> </tr></p><p> <tr></p><p> <td>Return:</td></p><p> <td class="text-right">{{ $transaction->return }}</td></p><p> </tr></p><p> </table></p><p></p><p> <p class="text-center">===================================</p></p><p> <p class="text-center">-- Dalada Samindu Pihitai --</p></p><p> <p class="text-center" >Developed by: sorrowcode.com</p></p><p> <p class="text-center" >Contact: 0771233211</p></p><p> </p><p></p><p> <script></p><p> let body = document.body;</p><p> let html = document.documentElement;</p><p> let height = Math.max(</p><p> body.scrollHeight, body.offsetHeight,</p><p> html.clientHeight, html.scrollHeight, html.offsetHeight</p><p> );</p><p></p><p> document.cookie = "innerHeight=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/;";</p><p> document.cookie = "innerHeight="+ ((height + 50) * 0.264583);</p><p> </script></p><p></body></p><p></html>[/CODE]</p></blockquote><p></p>
[QUOTE="Psiko, post: 29779223, member: 583290"] me thiyenne bila [MEDIA=imgur]OdFH7z6[/MEDIA] me thiyenne epson tm-t81iii printer eka [IMG]https://i.imgur.com/dj9jivM.jpg[/IMG] me thieynne settings maru nokara print krhm ena wdha [IMG]https://i.imgur.com/V4qCwHo.jpg[/IMG] me Thiyenne Bill ekata thiayana code eka bila hariyatama koleta fit krgnne khmd cudah ? [CODE=php]<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Invoice Print</title> <?php $style = ' <style> * { font-family: "consolas", sans-serif; } p { display: block; margin: 3px; font-size: 10pt; } table td { font-size: 9pt; } .text-center { text-align: center; } .text-right { text-align: right; } @media print { @page { margin: 0; size: 80mm '; ?> <?php $style .= ! empty($_COOKIE['innerHeight']) ? $_COOKIE['innerHeight'] .'mm; }' : '}'; ?> <?php $style .= ' html, body { width: 80mm; } .btn-print { display: none; } } </style> '; ?> {!! $style !!} </head> <body onload="window.print()"> <button class="btn-print" style="position: absolute; right: 1rem; top: rem;" onclick="window.print()">Print</button> <div class="text-center"> <h3 style="margin-bottom: 5px;">The Spa</h3> <p>www.thaispa.com</p> <p>027 2250 900</p> <p>Minneriya Srilanka</p> </div> <br> <div> <p style="float: left;">{{ date('d-m-Y') }}</p> <p style="float: right">{{ strtoupper(auth()->user()->name) }}</p> </div> <div class="clear-both" style="clear: both;"></div> <p>No: {{ $transaction->transaction_code }}</p> <p class="text-center">===================================</p> <br> <table width="100%" style="border: 0;"> @foreach ($transaction->transaction_details as $transaction_detail) <tr> <td colspan="3">{{ $transaction_detail->name }}</td> </tr> <tr> <td>{{ $transaction_detail->qty }} x {{ $transaction_detail->base_price }}</td> <td></td> <td class="text-right">{{ $transaction_detail->qty * $transaction_detail->base_price }}</td> </tr> @endforeach </table> <p class="text-center">-----------------------------------</p> <table width="100%" style="border: 0;"> <tr> <td>Total :</td> <td class="text-right">{{ $transaction->total_price }}</td> </tr> <tr> <td>Accept:</td> <td class="text-right">{{ $transaction->accept }}</td> </tr> <tr> <td>Return:</td> <td class="text-right">{{ $transaction->return }}</td> </tr> </table> <p class="text-center">===================================</p> <p class="text-center">-- Dalada Samindu Pihitai --</p> <p class="text-center" >Developed by: sorrowcode.com</p> <p class="text-center" >Contact: 0771233211</p> <script> let body = document.body; let html = document.documentElement; let height = Math.max( body.scrollHeight, body.offsetHeight, html.clientHeight, html.scrollHeight, html.offsetHeight ); document.cookie = "innerHeight=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/;"; document.cookie = "innerHeight="+ ((height + 50) * 0.264583); </script> </body> </html>[/CODE] [/QUOTE]
Insert quotes…
Verification
Winadiyakata thappara keeyak tibeda?
Post reply
Top
Bottom