Re: [Ledger-smb-users] my first real problem, cash receipt

2011-01-31 Thread ario
I'm not in a terrible hurry and there is a workaround for this problem: cancellation and reposting with the new payment included. As for the log file: From startup to encountering the problem the file is empty, then the same errors as I pasted earlier from the browser window are exactly the same t

Re: [Ledger-smb-users] An Actual Payroll Module - When?

2011-01-31 Thread Chris Travers
On Mon, Jan 31, 2011 at 3:36 PM, Luke wrote: > On Mon, 31 Jan 2011, Chris Travers wrote: > >> My current approach is to create an add-on for tracking deductions and >> categorizing them.  Then jurisdiction-specific stored procedures would >> be maintained for doing the actual payroll calculations.

Re: [Ledger-smb-users] An Actual Payroll Module - When?

2011-01-31 Thread lai
Seriously, for $30 a month we pay Chase for our payroll solution it is well worthwhile...it includes tax filing reminder and all the forms...just have integration for payroll GL entry import/export seems reasonable...my $0.02... > On Mon, Jan 31, 2011 at 9:08 AM, ERACC Subscriptions > wrote: >> O

Re: [Ledger-smb-users] An Actual Payroll Module - When?

2011-01-31 Thread Chris Travers
On Mon, Jan 31, 2011 at 3:16 PM, Luke wrote: > On Sun, 30 Jan 2011, Chris Travers wrote: > >> 1)  Doing state tax witholding, since this can be different in every >> state in the US > > What's worse, is that these things do not change predictably > from state to state, so keeping it accurate would

Re: [Ledger-smb-users] LedgerSMB 1.2.22 RC1 On Sourceforge

2011-01-31 Thread Chris Travers
On Mon, Jan 31, 2011 at 3:39 PM, Lyle wrote: > What were the warnings? > There are a number of warnings in legacy code about deprecated functions and operators when Perl 5.12 is used. Best Wishes, Chris Travers -- Specia

Re: [Ledger-smb-users] LedgerSMB 1.2.22 RC1 On Sourceforge

2011-01-31 Thread Lyle
What were the warnings? Lyle On 31/01/2011 23:25, Phil wrote: > Hi Chris > > I needed to print some invoices and statements, unfortunately the > warnings stopped my browser from interpreting the PDF stream. So I > tried to get 1.2.22 RC from the SVN but it appears to be down. > > So I was forced

Re: [Ledger-smb-users] An Actual Payroll Module - When?

2011-01-31 Thread Luke
On Mon, 31 Jan 2011, Chris Travers wrote: > My current approach is to create an add-on for tracking deductions and > categorizing them. Then jurisdiction-specific stored procedures would > be maintained for doing the actual payroll calculations. I can't > think of a better way of doing it than t

Re: [Ledger-smb-users] LedgerSMB 1.2.22 RC1 On Sourceforge

2011-01-31 Thread Phil
Hi Chris I needed to print some invoices and statements, unfortunately the warnings stopped my browser from interpreting the PDF stream. So I tried to get 1.2.22 RC from the SVN but it appears to be down. So I was forced to put: no warnings; [..] use warnings; around the offending lines. Seemed

Re: [Ledger-smb-users] An Actual Payroll Module - When?

2011-01-31 Thread Luke
On Sun, 30 Jan 2011, Chris Travers wrote: > 1) Doing state tax witholding, since this can be different in every > state in the US What's worse, is that these things do not change predictably from state to state, so keeping it accurate would be a nightmare. What is probably needed is some natio

Re: [Ledger-smb-users] An Actual Payroll Module - When?

2011-01-31 Thread Bob Miller
On Mon, 2011-01-31 at 11:08 -0600, ERACC Subscriptions wrote: > On Sun, 2011-01-30 at 17:37 -0800, Chris Travers wrote: > [...] > > If it would be of interest, I could come up with a skeleton module > > perhaps in the next week or two based on all the past discussions on > > the issue and we could

Re: [Ledger-smb-users] my first real problem, cash receipt

2011-01-31 Thread Chris Travers
On Sun, Jan 30, 2011 at 11:47 PM, ario wrote: > AR: 1100 -- ACCOUNTS RECEIVABLE, with attribute AR set. > Account: 1010 -- hw cash, with attributes AR_paid & AP_paid. Can you check your PostgreSQL log? There may be more information as far as what is being passed in over there. I haven't seen th

Re: [Ledger-smb-users] An Actual Payroll Module - When?

2011-01-31 Thread Chris Travers
On Mon, Jan 31, 2011 at 9:08 AM, ERACC Subscriptions wrote: > On Sun, 2011-01-30 at 17:37 -0800, Chris Travers wrote: > > I would hope that would be of interest to more people than just me. As > you can see the inquiries I have gotten are from all over the USA: one > from Alaska, one from New Yor

Re: [Ledger-smb-users] An Actual Payroll Module - When?

2011-01-31 Thread ERACC Subscriptions
On Sun, 2011-01-30 at 17:37 -0800, Chris Travers wrote: [...] > If it would be of interest, I could come up with a skeleton module > perhaps in the next week or two based on all the past discussions on > the issue and we could talk about what's necessary to add the > jurisdictions your customers ne