mirror of
https://github.com/alexandrebobkov/CanadianPayroll.git
synced 2025-08-08 03:22:20 +00:00
.
This commit is contained in:
@@ -16,6 +16,7 @@ release = 'HR'
|
||||
|
||||
extensions = [
|
||||
"sphinx.ext.autodoc",
|
||||
"sphinx.ext.mathjax",
|
||||
#"sphinx_favicon",
|
||||
]
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
.. |trial_balance| replace:: Total Debits = Total Credits
|
||||
.. |accounting_equation| replace:: Assets = Liabilities + Equity
|
||||
.. |trial_balance| replace:: :math:: Total Debits = Total Credits
|
||||
.. |accounting_equation| replace:: :math:: Assets = Liabilities + Equity
|
||||
##################
|
||||
Payroll Accounting
|
||||
##################
|
||||
@@ -15,8 +15,10 @@ Accounting Recap
|
||||
|
||||
|accounting_equation|
|
||||
|
||||
Furthermore, we know that
|
||||
Furthermore, we know that:
|
||||
|
||||
.. math:: Equity = Revenue - Expenses
|
||||
|
||||
, which leads us to:
|
||||
|
||||
.. math:: Assets = Liabilities + (Revenues - Expenses)
|
||||
|
Reference in New Issue
Block a user