summaryrefslogtreecommitdiff
path: root/test/regress/53BCED29.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/53BCED29.test')
-rw-r--r--test/regress/53BCED29.test29
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
+