/
Profit & Loss Statement
Lighthouse Financial Overview
Gross Sales by Order Type
This is a custom code placeholder.
Switch to Preview or publish the page
to see how your code works.
Double-click to edit
<style type="text/css"> table.content { font-family: Montserrat; color: #212536; width: 800px; } th.newline { border: 1px solid #212536; height: 20px; padding: 5px 10px; text-align: left; } </style> <center> <table class="content"> <tbody> <tr> <th width="500" class="newline">Bar</th> <th width="300" class="newline">$</th> </tr> <tr> <th width="500" class="newline">Dine-in</th> <th width="300" class="newline">$</th> </tr> <tr> <th width="500" class="newline">Pickup</th> <th width="300" class="newline">$</th> </tr> <tr> <th width="500" class="newline">SkyTab Online</th> <th width="300" class="newline">$</th> </tr> <tr> <th width="500" class="newline">Delivery</th> <th width="300" class="newline">$</th> </tr> <tr> <th width="500" class="newline">Total Gross Sales</th> <th width="300" class="newline">$</th> </tr> </tbody> </table> </center>
Payment Summary
This is a custom code placeholder.
Switch to Preview or publish the page
to see how your code works.
Double-click to edit
<center> <table class="content"> <thead> <tr></tr> </thead> <tbody> <tr> <th width="500" class="newline">Cash</th> <th width="300" class="newline">$</th> </tr> <tr> <th width="500" class="newline">Credit</th> <th width="300" class="newline">$</th> </tr> <tr> <th width="500" class="newline">Credit-DoorDash</th> <th width="300" class="newline">$</th> </tr> <tr> <th width="500" class="newline">Credit-Menufy</th> <th width="300" class="newline">$</th> </tr> <tr> <th width="500" class="newline">Credit-SkyTab Online</th> <th width="300" class="newline">$</th> </tr> <tr> <th width="500" class="newline">Takeout7</th> <th width="300" class="newline">$</th> </tr> <tr> <th width="500" class="newline">UberEats</th> <th width="300" class="newline">$</th> </tr> <tr> <th width="500" class="newline">DoorDash Drive</th> <th width="300" class="newline">$</th> </tr> <tr> <th width="500" class="newline">Gift Card</th> <th width="300" class="newline">$</th> </tr> <tr> <th width="500" class="newline">Total Payments</th> <th width="300" class="newline">$</th> </tr> </tbody> </table> </center>