Skip to content

Instantly share code, notes, and snippets.

Created April 28, 2012 05:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/2516367 to your computer and use it in GitHub Desktop.
Save anonymous/2516367 to your computer and use it in GitHub Desktop.
<table style="width:90% !important;float:left;padding-top:10px; border:0px none white; ">
<tr class="tableheader" style="border-top:1px solid grey !important; border-bottom:1px solid grey !important;">
<td class="grdtopcaption">SKU</td>
<td class="grdtopcaption">Packing</td>
<td class="grdtopcaption">Batch No</td>
<td class="grdtopcaption">Units</td>
<td class="grdtopcaption">Bonus</td>
<td class="grdtopcaption">Rate</td>
<td class="grdtopcaption">Amount<br />(PKRS)</td>
</tr>
<tr>
<td class="grdrightcaption">Ceptin Syrup 250mg / 5 ml 1&#39;s 60ml<br /></td>
<td class="grdcells" style="text-align:center !important;">1&#39;s 60ml </td>
<td class="grdcells" style="text-align:left !important;">RR </td>
<td class="grdcells" style="text-align: right !important;">10 </td>
<td class="grdcells" style="text-align:center !important;">10 </td>
<td class="grdcells" style="text-align: right !important;">73.710</td>
<td class="grdcells" style="text-align: right !important;">737</td>
</tr>
<tr >
<td class="grdrightcaption"><div class="pagebreakclass">Ceptin Capsule 250mg 1x14&#39;s<br /></div></td>
<td class="grdcells" style="text-align:center !important;"><div class="pagebreakclass">1x14&#39;s</div> </td>
<td class="grdcells" style="text-align:left !important;"><div class="pagebreakclass">FE3 </div></td>
<td class="grdcells" style="text-align: right !important;"><div class="pagebreakclass">40 </div></td>
<td class="grdcells" style="text-align:center !important;"><div class="pagebreakclass">20 </div></td>
<td class="grdcells" style="text-align: right !important;"><div class="pagebreakclass">61.890</div></td>
<td class="grdcells" style="text-align: right !important;"><div class="pagebreakclass">2,476</div></td>
</tr>
<tr >
<td class="grdrightcaption"><div class="pagebreakclass">Ceptin Syrup 250mg / 5 ml 1&#39;s 60ml<br /></div></td>
<td class="grdcells" style="text-align:center !important;"><div class="pagebreakclass">1&#39;s 60ml</div> </td>
<td class="grdcells" style="text-align:left !important;"><div class="pagebreakclass">TTT4 </div></td>
<td class="grdcells" style="text-align: right !important;"><div class="pagebreakclass">60 </div></td>
<td class="grdcells" style="text-align:center !important;"><div class="pagebreakclass">70 </div></td>
<td class="grdcells" style="text-align: right !important;"><div class="pagebreakclass">73.710</div></td>
<td class="grdcells" style="text-align: right !important;"><div class="pagebreakclass">4,423</div></td>
</tr>
<tr style="border-top:1px solid grey !important;">
<td colspan="5" class="grdrightcaption"style="font-weight:bold !important;text-align:right !important;">Gross Sale</td>
<td class="grdcells" style="text-align:right !important;font-weight:bold !important;" >7635</td>
</tr>
<tr>
<td colspan="5" class="grdrightcaption"style="font-weight:bold !important;text-align:right !important;">Discount</td>
<td class="grdcells" style="text-align:right !important;font-weight:bold !important;" >500</td>
</tr>
<tr>
<td colspan="5" class="grdrightcaption"style="font-weight:bold !important;text-align:right !important;">Net</td>
<td class="grdcells" style="text-align:right !important;font-weight:bold !important;" >7135</td>
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment