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 classes us to the payroll and tax structures

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 are successful in creating a working payroll

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: xsd:element value=$NumberOfEmployees /element value; Um, if their schema says... xsd:element name=NumberOfEmployees minOccurs=0 [...] then you should be generating

Adding Payroll

2005-11-07 Thread Jay Scherrer
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-devel mailing list gnucash-devel@gnucash.org

Re: Adding a Payroll calculator

2005-11-02 Thread Jay Scherrer
are fresh in mind. Let me try to compile a simple payroll program using c over the weekend. Some items for thought: based on 2004 Social security is withheld at 6.2% on all employees up to $87,900. Employees are taxed 1.45% on all wages and tip for Medicare. Jay Scherrer

Re: Adding a Payroll calculator

2005-11-02 Thread Jay Scherrer
. 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 ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman

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 * id; char * username; GncAddress *addr

Re: Adding a Payroll calculator

2005-10-31 Thread Jay Scherrer
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

Re: Adding a Payroll calculator

2005-10-31 Thread Jay Scherrer
*/ gnc_commodity * currency; gbooleanactive; char * language; Account * tax_acc; }; 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 tax class to match the companies Labor