Re: [Ledger-smb-devel] LedgerSMB 1.3.37-rc1 released, please test

2014-01-26 Thread Chris Travers
On Sat, Jan 25, 2014 at 10:19 PM, Chris Travers chris.trav...@gmail.comwrote:

 Hi everyone;

 This release had a fix to shipto addresses which has caused some problems
 (and many more fixes to the fix) and so really could use some extra
 testing.  You can get it at
 https://sourceforge.net/projects/ledger-smb/files/Beta%20Releases/1.3.37-rc1/


Just to be clear (for targetting testing):   The fix that gave us issues
were the shipto fixes in the changelog for 1.3.37 (bug 929-related fixes).
 We had some issues following that were caught including on invoices and
orders.

-- 
Best Wishes,
Chris Travers

Efficito:  Hosted Accounting and ERP.  Robust and Flexible.  No vendor
lock-in.
http://www.efficito.com/learn_more.shtml
--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments  Everything In Between.
Get a Quote or Start a Free Trial Today.
http://pubads.g.doubleclick.net/gampad/clk?id=119420431iu=/4140/ostg.clktrk___
Ledger-smb-devel mailing list
Ledger-smb-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel


Re: [Ledger-smb-devel] What to do about accidental inclusion of Carp::Always

2014-01-26 Thread herman vierendeels
no harm done by requiring Carp::Always, i suppose

2014-01-26 Chris Travers chris.trav...@gmail.com:
 Hi;

 In 1.4 I have removed hard dependencies on Data::Dumper but have not removed
 it from the list of requirements.  I am finding it seems relatively common
 that Carp::Always gets included by accident. At this point Data::Dumper and
 Carp::Always are mostly used for debugging.

 The question is what we want to do about it.  Do we want to say that these
 two widely available modules are now dependencies?  Or do we want to have
 release tests that ensure they are not included?

 From a support perspective, I am thinking having them as dependencies makes
 a lot of sense.  It makes it very easy to enable stack dumps for error
 messages and perhaps in 1.5 we could even do this as a configuration option.
 It also makes the code a bit more reliable in the sense that if something
 gets missed users don't get internal server errors.

 What do other folk think?

 Best Wishes,
 Chris Travers

 --
 Best Wishes,
 Chris Travers

 Efficito:  Hosted Accounting and ERP.  Robust and Flexible.  No vendor
 lock-in.
 http://www.efficito.com/learn_more.shtml

 --
 CenturyLink Cloud: The Leader in Enterprise Cloud Services.
 Learn Why More Businesses Are Choosing CenturyLink Cloud For
 Critical Workloads, Development Environments  Everything In Between.
 Get a Quote or Start a Free Trial Today.
 http://pubads.g.doubleclick.net/gampad/clk?id=119420431iu=/4140/ostg.clktrk
 ___
 Ledger-smb-devel mailing list
 Ledger-smb-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel


--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments  Everything In Between.
Get a Quote or Start a Free Trial Today.
http://pubads.g.doubleclick.net/gampad/clk?id=119420431iu=/4140/ostg.clktrk
___
Ledger-smb-devel mailing list
Ledger-smb-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel


Re: [Ledger-smb-devel] What to do about accidental inclusion of Carp::Always

2014-01-26 Thread John Locke
On 01/25/2014 06:38 PM, Chris Travers wrote:
 Hi;
 From a support perspective, I am thinking having them as dependencies 
 makes a lot of sense.  It makes it very easy to enable stack dumps for 
 error messages and perhaps in 1.5 we could even do this as a 
 configuration option.  It also makes the code a bit more reliable in 
 the sense that if something gets missed users don't get internal 
 server errors.


This sounds like reason enough to require it as a dependency -- 
internal server errors without explanation sound like a terrible user 
experience...

Cheers,
John Locke
http://www.freelock.com

--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments  Everything In Between.
Get a Quote or Start a Free Trial Today.
http://pubads.g.doubleclick.net/gampad/clk?id=119420431iu=/4140/ostg.clktrk
___
Ledger-smb-devel mailing list
Ledger-smb-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel


[Ledger-smb-devel] 1.3.37: creating a 4-item invoice

2014-01-26 Thread Erik Huelsmann
Hi Chris,


Today I'm experiencing a problem which I don't know if it's completely new
in 1.3.35 through 1.3.37(branch). But the problem wasn't there before: I'm
unable to create an invoice for 4 items. The invoice has automatic tax
calculation, but it seems to happen with manual tax calculation as well.

What happens is: I enter a product number/code on the first line (hit enter
to fill the other fields). I fill out the amount.
I enter a second product number/code (hit enter/update). I fill out the
amount field and hit update.
Poof -- all lines of the invoice have disappeared now!

I do have local changes, but none in bin/*, script/* or LedgerSMB/*...


-- 
Bye,

Erik.

http://efficito.com -- Hosted accounting and ERP.
Robust and Flexible. No vendor lock-in.
--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments  Everything In Between.
Get a Quote or Start a Free Trial Today.
http://pubads.g.doubleclick.net/gampad/clk?id=119420431iu=/4140/ostg.clktrk___
Ledger-smb-devel mailing list
Ledger-smb-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel


Re: [Ledger-smb-devel] 1.3.37: creating a 4-item invoice

2014-01-26 Thread John Locke

Hi, Erik,

I just tried this on my production install, updated to 1.3 HEAD this 
morning, and do not see this behavior -- all working fine here as far as 
I can tell. I did not post the invoice.


Cheers
John Locke
http://www.freelock.com

On 01/26/2014 03:53 PM, Erik Huelsmann wrote:

Hi Chris,


Today I'm experiencing a problem which I don't know if it's completely 
new in 1.3.35 through 1.3.37(branch). But the problem wasn't there 
before: I'm unable to create an invoice for 4 items. The invoice has 
automatic tax calculation, but it seems to happen with manual tax 
calculation as well.


What happens is: I enter a product number/code on the first line (hit 
enter to fill the other fields). I fill out the amount.
I enter a second product number/code (hit enter/update). I fill out 
the amount field and hit update.

Poof -- all lines of the invoice have disappeared now!

I do have local changes, but none in bin/*, script/* or LedgerSMB/*...


--
Bye,

Erik.

http://efficito.com http://efficito.com/ -- Hosted accounting and ERP.
Robust and Flexible. No vendor lock-in.
!DSPAM:52e5a007212261532919366!


--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments  Everything In Between.
Get a Quote or Start a Free Trial Today.
http://pubads.g.doubleclick.net/gampad/clk?id=119420431iu=/4140/ostg.clktrk

!DSPAM:52e5a007212261532919366!


___
Ledger-smb-devel mailing list
Ledger-smb-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel


!DSPAM:52e5a007212261532919366!


--
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments  Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431iu=/4140/ostg.clktrk___
Ledger-smb-devel mailing list
Ledger-smb-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel