Skip to content

Commit

Permalink
Removed unnecessary header links
Browse files Browse the repository at this point in the history
  • Loading branch information
Alok Shukla committed Apr 17, 2015
1 parent 67b51ea commit 8f76d54
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ A tool to generate bills for personal use. Useful for small retail shops/ grocer
## Contributing
1. It is published at http://billing.nishionline.com.
2. Put all the external js and css files used in `libs` so that it can be distributed as a stand-alone app.
3. DO NOT FORGET to set the `devMode` variable in `main.js` to `false` before committing your deeds.
3. `devMode` variable in `/js/main.js` is set to be `true` on `localhost`. If you are using some other host, please modify it accordingly.
4. This bill generator uses [pdfMake](https://github.com/bpampuch/pdfmake). Thanks to the developers.
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,26 +30,26 @@

<ul class="nav navbar-nav pull-right">
<li class="active">
<a class="" data-toggle="dropdown" href="#homePageCarousel">HOME</a>
<a class="" data-toggle="dropdown" href="#homePageCarousel">Bill Creator</a>
</li>
<!--<li class="">-->
<!--<a target="_blank" href="http://nowfloats.com/boost/applinks?id=home">SERVICES</a>-->
<!--</li>-->
<li class="dropdown">
<a class="scroll" href="#product">PRODUCT</a>
<!--<li class="dropdown">-->
<!--<a class="scroll" href="#product">PRODUCT</a>-->
<!--<ul class="dropdown-menu">-->
<!--<li class=""><a href="#product">PRODUCT</a></li>-->
<!--<li class=""><a href="#features">FEATURES</a></li>-->
<!--<li><a href="#plans">PLANS</a></li>-->
<!--</ul>-->
</li>
<li class="dropdown">
<a class="scroll" href="#industries">CLIENTS</a>
<!--</li>-->
<!--<li class="dropdown">-->
<!--<a class="scroll" href="#industries">CLIENTS</a>-->
<!--<ul class="dropdown-menu">-->
<!--<li><a href="#testimonials">TESTIMONIAL</a></li>-->
<!--<li><a href="#homePageCarousel">ALL CUSTOMERS</a></li>-->
<!--</ul>-->
</li>
<!--</li>-->
<li class="">
<a class="" style="color: #a94442" target="_blank" href="https://github.com/Nishi-Inc/billing/issues">Report Issue</a>
<!--<a class="dropdown-toggle" data-toggle="dropdown" href="javascript:void(0)">ABOUT US</a>-->
Expand Down
2 changes: 1 addition & 1 deletion js/bill_writer.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var billWriter = {
terms: ["Goods once sold cannot be taken back.",
"Interest @18% pa chargeable on bills unpaid for more than 15 days.",
"Dispute will be under Delhi jurisdiction.",
"This bill is not valid without authority signatures."],
"This is a computer generated invoice and is not valid without authority signatures."],
eAndOe: true,
blank: false
},
Expand Down

0 comments on commit 8f76d54

Please sign in to comment.