diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2012-03-22 19:41:06 +0000 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2012-03-22 19:41:06 +0000 |
commit | 10e312cb78144f4d32cde8a5588880be36c927dc (patch) | |
tree | d364744f8f2235c6ad131f0f34a7ca2063bad940 /test/regress/53BCED29.test | |
parent | c69701cf81766b05d494eff372e67cb7983d6bcd (diff) | |
download | fork-ledger-10e312cb78144f4d32cde8a5588880be36c927dc.tar.gz fork-ledger-10e312cb78144f4d32cde8a5588880be36c927dc.tar.bz2 fork-ledger-10e312cb78144f4d32cde8a5588880be36c927dc.zip |
Add more regression tests
Diffstat (limited to 'test/regress/53BCED29.test')
-rw-r--r-- | test/regress/53BCED29.test | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/test/regress/53BCED29.test b/test/regress/53BCED29.test new file mode 100644 index 00000000..77fd39f3 --- /dev/null +++ b/test/regress/53BCED29.test @@ -0,0 +1,29 @@ +D $1,000.00 + +; payroll taxes += /^Payroll/ + Liabilities:Taxes:CFICA 0.062 + Liabilities:Taxes:CMED 0.0145 + $account:EFICA -0.062 + $account:EMED -0.0145 + +; Hourly rates for each employee, as commodity prices. +P 2010/01/01 EONE $15.00 + +; Payroll transactions +2010/05/18 Payroll from May 2nd to May 15th for Employee1 + Assets:Checking 20 EONE + Payroll:Employee1 + +test bal -V + $300.00 Assets:Checking + $-22.95 Liabilities:Taxes + $-18.60 CFICA + $-4.35 CMED + $-277.05 Payroll:Employee1 + $18.60 EFICA + $4.35 EMED +-------------------- + 0 +end test + |