]> git.scottworley.com Git - inverse-tax/blobdiff - index.html
Add Business Tax
[inverse-tax] / index.html
index 6702ed3918626c0565af80e42144c3ebfa5e8bf9..b70a28f3849aa6900e9ea2d4bbd873a0b86142aa 100644 (file)
@@ -63,9 +63,13 @@ Medicare tax<br/>
 <textarea id="tax_table_4" class="small" onchange="calculate()" oninput="calculate()">      0  1.45
  250000  2.35</textarea>
 </td>
+<td>
+Business tax<br/>
+<textarea id="tax_table_5" class="small" onchange="calculate()" oninput="calculate()">      0  0.427</textarea>
+</td>
 </tr>
 <tr>
-<td colspan="2">
+<td colspan="3">
 Desired after-tax salary</br>
 <input id="after_tax" value="100000" onchange="calculate()" oninput="calculate()">
 </td></tr>
@@ -78,6 +82,7 @@ Desired after-tax salary</br>
   - <span id="tax_2"></span> state tax
   - <span id="tax_3"></span> social security tax
   - <span id="tax_4"></span> medicare tax
+  - <span id="tax_5"></span> business tax
   = <span id="after_tax_verification"></span> after tax.
 </p>