-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Payroll Extension by Joshua Marchlewski as of 2012-05-08
http://mailman.frontaccounting.eu/pipermail/developers/2012q2/000022.html http://mailman.frontaccounting.eu/pipermail/developers/2012q2/000020.html http://mailman.frontaccounting.eu/pipermail/developers/2012q2/000011.html Released for FA v2.3.10
- Loading branch information
Showing
24 changed files
with
3,205 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Package: payroll | ||
Version: 2.3.10-1 | ||
Name: Simple US payroll | ||
Description: Simple US payroll system for generating paychecks | ||
and tax forms, and administrating employees. Based on classes | ||
pulled from TimeTrex open source employee tracking software. | ||
Author: Joshua Marchlewski <[email protected]> | ||
Maintenance: Joshua Marchlewski <[email protected]> | ||
Homepage: frontaccounting.com | ||
Type: extension | ||
InstallPath: modules/payroll |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
/employees.php: 0e3db1561600ec04ddac024fe167c4f18e234a11 | ||
/hooks.php: 1d06a475f593eee114ef313b855217644ea397de | ||
/includes/class.expression.inc: 24b6896468c803b8b4c663d4048311d6db3ed457 | ||
/includes/db/employee_db.inc: 451e3da5a7592ac4bf5d45775609a06307968fa0 | ||
/includes/db/paytype_db.inc: c5c3dcf3dadc6ac31913ce8aa292fac68d9c0970 | ||
/includes/db/taxes_db.inc: 2892e1fc10ee637386b62367b8221e6824bec4f9 | ||
/includes/payroll_calc.inc: 6d3bb02cb566dd910dccbedbbb8a632f5882f7d4 | ||
/includes/payroll_cart.inc: 2defb70faaf5ffbdadb6a8629d13e6871c1666a4 | ||
/includes/payroll_db.inc: 0eb38dc9812f1eb8f270c7d29f3c40387dbecfef | ||
/includes/payroll_option_arrays.inc: 89b8a5b786b1ee07199dbb68a3ffd54e0152eb0c | ||
/includes/payroll_ui.inc: 5d3b1caa2b62bd9c94bc20538b96926445dbfecc | ||
/includes/ui/employee_ui.inc: 67cf49be2d8f8287a9651097db3e98b76adadbce | ||
/includes/ui/paytype_ui.inc: 2a732283703fe8b1242cb1f063423b5a935334ae | ||
/includes/ui/taxes_ui.inc: 7501ca4b3a538b41f5d248013c4d9d1709b6ef66 | ||
/managePayType.php: 532cb7a7c0c2b0ed5c04a887ee768a76f40287c7 | ||
/manageTaxes.php: f500d5b754484f2f7c1378ba51ba4beb3ef56ed5 | ||
/paycheck.php: a7da05caff3bc2102e695f6be49c4dea890d0a55 | ||
/paycheck_test.php: 59f505a077da5362d98bf534b7e776e3ef79d711 | ||
/payroll.php: 3ddbb1cd889e2610286d24143709705f8c73f8d4 | ||
/payroll_taxes.php: 2cbf6403da6401e30bae25c41fd8ad1ee39682b0 | ||
/sql/payroll.sql: f9ff52902ac06f2368690a350a39a29e4439c536 | ||
/template.php: 79b4cca6efc949987eedb099a50a5fa9c7a8fefc | ||
/_init/config: f4efc6db36919372311ea50496385805e911930e |
Oops, something went wrong.