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
import ledger | |
journal = ledger.read_journal(" LEDGER FILE PATH HERE ") | |
print """<html> | |
<head> | |
<title>Rental Ledger</title> | |
<link rel="stylesheet" href="javascript/jquery.tablesorter/themes/blue/style.css" type="text/css" id="" media="print, projection, screen" /> | |
<script type="text/javascript" src="javascript/jquery.js"></script> | |
<script type="text/javascript" src="javascript/jquery.tablesorter/jquery.tablesorter.js"></script> | |
<script type="text/javascript" id="js"> | |
$(document).ready(function() { |