Re: adding payrol

2009-07-21 Thread Eva Bowman
) Created the new invoice type = payroll. Selected Organization Party >> ID >> >> and From Party ID. >> >> 2) Entered quantity and amounts in the invoice item screen and >> selected >> >> ADD. >> >> 3) Updated each line with the Overrid

Re: adding payrol

2009-07-21 Thread Hans Bakker
OK Eva, i have made some more changes in r796243, please try again. Regards Hans On Mon, 2009-07-20 at 17:14 -0700, Eva Bowman wrote: > Hello Hans, > > I've added the Payroll GLAccount assignments found in the > DemoGLSetupData.xml. I did not see any 'Company' payroll invoice line type > items

Re: adding payrol

2009-07-20 Thread Hans Bakker
Yes you are right, i am looking into it, in my spare free time, Regards, Hans On Mon, 2009-07-20 at 17:14 -0700, Eva Bowman wrote: > Hello Hans, > > I've added the Payroll GLAccount assignments found in the > DemoGLSetupData.xml. I did not see any 'Company' payroll invoice line type > items in

Re: adding payrol

2009-07-20 Thread Eva Bowman
t to the error journal. >> 7) When I use the Verify Transaction process for those transactions that >> are >> in suspense they do not display the Override GL Accounts I selected in >> step >> 3. Because they do not have a GL Account ID, those entries are not >> posted. >> >> Would you know what might be happening? >> >> Thanks, >> Eva > -- > Antwebsystems.com: Quality OFBiz services for competitive rates > > > -- View this message in context: http://www.nabble.com/adding-payrol-tp21382829p24579721.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: adding payrol

2009-07-18 Thread Hans Bakker
Hi Eva, I tried to reproduce what you describe below...but the override are copied to the first transactions, the second transactions are not filled because the wages(salary) GLAccounts and glaccount assignments for invoice types are not setup for "Company" yet. If you add these to this Company a

Re: adding payrol

2009-07-17 Thread Eva Bowman
se entries are not posted. Would you know what might be happening? Thanks, Eva -- View this message in context: http://www.nabble.com/adding-payrol-tp21382829p24542893.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: adding payrol moved to OFBIZ-2117

2009-01-10 Thread Hans Bakker
i moved the discussion to to OFBIZ issue: OFBIZ-2117 shall we continue there? Regards, Hans On Fri, 2009-01-09 at 20:31 -0800, Adrian Crum wrote: > --- On Fri, 1/9/09, David E Jones wrote: > > For some dose of reality, how I see it anyway, is that > > Payroll companies don't usually do much pa

Re: adding payrol

2009-01-09 Thread David E Jones
On Jan 9, 2009, at 8:31 PM, Adrian Crum wrote: --- On Fri, 1/9/09, David E Jones wrote: For some dose of reality, how I see it anyway, is that Payroll companies don't usually do much pay calculation. In many cases they just get the pre-calculated numbers and generate checks, and maybe help wi

Re: adding payrol

2009-01-09 Thread Adrian Crum
--- On Fri, 1/9/09, David E Jones wrote: > For some dose of reality, how I see it anyway, is that > Payroll companies don't usually do much pay calculation. > In many cases they just get the pre-calculated numbers and > generate checks, and maybe help with some simple calculation > of taxes and ot

Re: adding payrol

2009-01-09 Thread Hans Bakker
how we make sure that that only payrolInvoice itemtypes can be selected on input? The InvoiceItemTypeMap entity needs a special invoiceType i also want to add automatically the basic payrolInvoice item types where the user just have to fill in the values... and probably there are more special ope

Re: adding payrol

2009-01-09 Thread David E Jones
New InvoiceItemType records may be needed for retirement savings deductions, health insurance deductions, and income tax deductions, but I don't think a new InvoiceType would be needed. Remember this is just an invoice from the employee to the company... just like any other payable invoic

Re: adding payrol

2009-01-09 Thread David E Jones
third-party payroll processors (ADP, etc). Trying to write payroll software for OFBiz will be a nightmare, due to constantly changing labor, wage, and tax laws. -Adrian --- On Fri, 1/9/09, Hans Bakker wrote: From: Hans Bakker Subject: adding payrol To: "user" Date: Friday,

Re: adding payrol

2009-01-09 Thread Adrian Crum
Fri, 1/9/09, Hans Bakker wrote: > From: Hans Bakker > Subject: adding payrol > To: "user" > Date: Friday, January 9, 2009, 6:21 AM > I am looking to add payroll functions. > > anybody any ideas/concerns? > > actions: > 1. add entity "PayCheckItem&q

Re: adding payrol

2009-01-09 Thread Hans Bakker
Hi David, sound like a good idea, my suggestion was just to follow the database design book. This is less work so sure we can do that. we do need however special invoiceItemtypes and therefore a new invoiceType, Please let me know because as usual...my customers want this quick and it would

Re: adding payrol

2009-01-09 Thread David E Jones
Why not just use Invoice* and Payment? These are used elsewhere for outgoing payments and such, and Invoice has the itemized detail structure that you're looking for. -David On Jan 9, 2009, at 6:21 AM, Hans Bakker wrote: I am looking to add payroll functions. anybody any ideas/concerns

adding payrol

2009-01-09 Thread Hans Bakker
I am looking to add payroll functions. anybody any ideas/concerns? actions: 1. add entity "PayCheckItem" with key paymentId and paymentItemSeqId and with "PayCheckItemType" and other fields 2. add services, screens ad forms in accounting 3. add automatic calculation using data from HR input app