[IMP] hierarchical accounts list in main text
This commit is contained in:
parent
d2cc62be72
commit
d41f1f4e23
@ -108,7 +108,7 @@
|
|||||||
target);
|
target);
|
||||||
}
|
}
|
||||||
|
|
||||||
var list = document.querySelectorAll('.intro-list > li > p');
|
var list = document.querySelectorAll('.intro-list li > p');
|
||||||
Array.prototype.forEach.call(list, function (node) {
|
Array.prototype.forEach.call(list, function (node) {
|
||||||
node.addEventListener('mouseover', function (e) {
|
node.addEventListener('mouseover', function (e) {
|
||||||
if (!e.currentTarget.contains(e.target)) { return; }
|
if (!e.currentTarget.contains(e.target)) { return; }
|
||||||
|
@ -13,8 +13,8 @@ Accounting Memento For Entrepreneurs
|
|||||||
|
|
||||||
* .. rst-class:: intro-gross-profit
|
* .. rst-class:: intro-gross-profit
|
||||||
|
|
||||||
The **Gross Profit** equals the revenues from sales minus the cost of goods
|
The **Gross Profit** equals the revenues from sales minus the cost of
|
||||||
sold.
|
goods sold.
|
||||||
|
|
||||||
* .. rst-class:: intro-opex
|
* .. rst-class:: intro-opex
|
||||||
|
|
||||||
@ -35,8 +35,8 @@ Accounting Memento For Entrepreneurs
|
|||||||
|
|
||||||
* .. rst-class:: intro-liabilities
|
* .. rst-class:: intro-liabilities
|
||||||
|
|
||||||
**Liabilities** are obligations from past events resulting in future use or
|
**Liabilities** are obligations from past events resulting in future use
|
||||||
transfer of current assets (utility bills, debts, unpaid suppliers).
|
or transfer of current assets (utility bills, debts, unpaid suppliers).
|
||||||
|
|
||||||
* .. rst-class:: intro-equity
|
* .. rst-class:: intro-equity
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user