Re: Adding Payroll

2005-11-08 Thread Jay Scherrer
On Tue, 2005-11-08 at 17:29 -0500, Josh Sled wrote: > On Tue, 2005-11-08 at 14:11 -0800, Jay Scherrer wrote: > > example: ; > > Um, if their schema says... > [...] > > then you should be generating... > 12345 > >

Re: Adding Payroll

2005-11-08 Thread Jay Scherrer
On Tue, 2005-11-08 at 16:38 -0500, Derek Atkins wrote: > Quoting Jay Scherrer <[EMAIL PROTECTED]>: > > > That's a better idea. It will also match currency in employee. > > This is the framework entities I was working on: employee, payroll, > > tax. And if we a

Re: Adding Payroll

2005-11-08 Thread Jay Scherrer
On Tue, 2005-11-08 at 12:51 -0500, Derek Atkins wrote: > Jay Scherrer <[EMAIL PROTECTED]> writes: > > > This weekend, working on the simplified payroll calculator, I have found > > more options and even more questions. For internationalizing I've added > > sub

Adding Payroll

2005-11-07 Thread Jay Scherrer
uld mean offering the ability to originate and transmit US employer's IRS forms 940 and 941 to start with. For more information: <http://www.irs.gov/efile/index.html> look for e-services , eftps, and e-file. Jay Scherrer ___ gnucash-

Re: Adding a Payroll calculator

2005-11-02 Thread Jay Scherrer
clock. viewed by(employer/employee?)frequency(daily) . 2. Paycheck and stub. viewed by (employee) frequency (pay period). 3. Employer's form 941. viewed by (employer) frequency (Quarterly). 4. form W-2. viewed by (employee) frequency (annually). And I'll work backwards, Jay Scherrer

Re: Adding a Payroll calculator

2005-11-02 Thread Jay Scherrer
s / businessNumberEmployees); /* for Medicare and SSI wages and tips */ businessAllocatedTips = ((businessIncome *.20) / businessNumberEmployees); Because of the allocated tip section on the W-2 we should also offer for businesses a function for calculating this: Allocated tip income = (Bu

Re: Adding a Payroll calculator

2005-11-01 Thread Jay Scherrer
On Tue, 2005-11-01 at 23:30 -0500, Derek Atkins wrote: > Quoting Jay Scherrer <[EMAIL PROTECTED]>: > > [snip] > > Derek Atkins's employee plus a couple more members: > > struct _gncEmployee > > { > > QofInstance inst; > > char *

Re: Adding a Payroll calculator

2005-11-01 Thread Jay Scherrer
his table would only store the different types and rates of taxes (SSI, Medicare, State sales tax). For Labor and Industries we are given rates according to the nature of the business. And with Unemployment we are give rates according to the rating a business has, length of time and turnover of employees.

Re: Adding a Payroll calculator

2005-10-31 Thread Jay Scherrer
xType; /* Payroll, Payroll, Sales */ char * taxCatagory;/* Employee, Salary, Sale */ gnc_numeric taxRate; /* .0145, .062, .893 */ gnc_numeric taxFrequency; /* hourly, monthly, unit */ gnc_commodity * currency; gbooleanactive; char * la

Re: Adding a Payroll calculator

2005-10-31 Thread Jay Scherrer
eating the company and or employee (GnuCash->Business->Employees->New). Then these keys would be assigned to an editable field by the account creator allowing for any changes/updates to the tax tables issued by the respective governments. These factors would be used when entering any wage or salary payments to the employee to automatically calculate deductions. Just a suggestion. Jay Scherrer ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Adding a Payroll calculator

2005-10-29 Thread Jay Scherrer
On Sat, 2005-10-29 at 21:44 -0400, Derek Atkins wrote: > Quoting Jay Scherrer <[EMAIL PROTECTED]>: > > > Do you think a good place to start would be to add an gnc_employeeType > > and a to your class _gncEmployee? Then we could create an editable > > member of the ta