Created
March 22, 2012 19:33
-
-
Save chrismeller/2162569 to your computer and use it in GitHub Desktop.
The Problematic View
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <table class="table table-striped table-bordered table-condensed"> | |
| <thead> | |
| <tr> | |
| <th>Service</th> | |
| <th>Account Number</th> | |
| <th>Invoice Number</th> | |
| <th>Report Date</th> | |
| <th>Customer Name</th> | |
| <th>Invoice Amount</th> | |
| <th>Deduct</th> | |
| <th>Adjust</th> | |
| <th>Chemical Cost</th> | |
| <th>Sales</th> | |
| <th>Service</th> | |
| <th>Related Expense</th> | |
| <th>Profit $</th> | |
| <th>Profit %</th> | |
| </tr> | |
| </thead> | |
| <tbody> | |
| </tbody> | |
| </table> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment