[Ledger-smb-devel] PGObject 2.0 PR merged

2017-05-16 Thread Chris Travers
cated. 1.4 has no impact at all. -- Best Wishes, Chris Travers Efficito: Hosted Accounting and ERP. Robust and Flexible. No vendor lock-in. http://www.efficito.com/learn_more -- Check out the vibrant tech community on o

Re: [Ledger-smb-devel] Enabling/using Perl 5.10+

2017-05-14 Thread Chris Travers
10. Because the number of released versions between and 5.10 > is > > an ever-growing list, we decided to stop testing 5.10 and 5.12 -- > > effectively making 5.14 the lowest supported version. The code *might* > run > > on 5.12 and 5.10

[Ledger-smb-devel] Proposed changes for PGObject 2.0

2017-05-13 Thread Chris Travers
these in sequence. After the type handlers, we can work on the next versions of PGObject::Simple, etc. -- Best Wishes, Chris Travers Efficito: Hosted Accounting and ERP. Robust and Flexible. No vendor lock-in. http://www.efficito.com/learn_more

Re: [Ledger-smb-devel] Inventory

2017-05-02 Thread Chris Travers
-- > -- > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > ___ > Ledger-smb-devel maili

[Ledger-smb-devel] Next steps for PGObject: RFC

2017-04-30 Thread Chris Travers
.. } public Company(Map DBRow){ return Company( DBRow.get("Id"), DBRow.get("ControlCode), ); } }; Any thoughts or feedback? -- Best Wishes, Chris Travers Efficito: Hosted Accounting and ERP. Ro

[Ledger-smb-devel] LedgerSMB web service API project

2017-04-12 Thread Chris Travers
Hi; I have been building a LedgerSMB REST portal, with the idea that it could later be extended. I invite anyone interested to look at the project and submit feedback and thoughts. https://github.com/einhverfr/App-LedgerSMB-Gateway -- Best Wishes, Chris Travers Efficito: Hosted Accounting

Re: [Ledger-smb-devel] Why 'cash'/'check'/'deposit'/'other' prefix in the 'source' field of the single payment screen?

2016-12-17 Thread Chris Travers
If people are using this we ought to make it a property of payments as we redesign things and leave it for now. -- Best Wishes, Chris Travers Efficito: Hosted Accounting and ERP. Robust and Flexible. No vendor lock-in. http://www.efficito.com/learn_more

Re: [Ledger-smb-devel] Beyond 1.5

2016-12-13 Thread Chris Travers
tee any backwards compatibility. 3. We *really* do not want to be stuck trying to maintain 1.x compatibility in an API. When we have more testing in place (BDD or otherwise), development won't > even be painful anymore. > > >> So... what's wrong with the financial schema

Re: [Ledger-smb-devel] Why 'cash'/'check'/'deposit'/'other' prefix in the 'source' field of the single payment screen?

2016-11-26 Thread Chris Travers
On Sat, Nov 26, 2016 at 10:15 AM, Erik Huelsmann wrote: > Hi all, > > > Every once in a while this item pops up -- I may even have posed it in the > past myself -- and today it popped up again: I've received some feedback > regarding 1.5 through private channels. > > What is the role of the drop-d

[Ledger-smb-devel] LedgerSMB 1.5 branched

2016-08-21 Thread Chris Travers
Hi; Over the weekend we branched ledgersmb 1.5. The master branch now contains db changes incompatible with 1.5. If you are using 1.5 for production use you should switch to that branch before you run any database updates. -- Best Wishes, Chris Travers Efficito: Hosted Accounting and ERP

Re: [Ledger-smb-devel] [Ledger-smb-users] LedgerSMB v1.4.32-1 on apt.ledgersmb.org

2016-08-12 Thread Chris Travers
other flows. Make informed decisions using capacity > planning reports. http://sdm.link/zohodev2dev > ___ > Ledger-smb-users mailing list > [email protected] > https://lists.sourceforge.net/lists/list

Re: [Ledger-smb-devel] [Ledger-smb-users] Sales Invoice

2016-08-10 Thread Chris Travers
) > could you perhaps do a mockup of what you want to enter on a timecard, > and what you want to see on the order/invoice > > Preferably do this on the actual entry and or report screens and simply > take screenshots > > Once I can see those I'

Re: [Ledger-smb-devel] [Ledger-smb-users] Sales Invoice

2016-08-10 Thread Chris Travers
Hi; Can you please describe your workflow. It sounds like we need to make some fields required for initial entry that are not. Are you entering by date or quantity? Best Wishes, Chris Travers On Thu, Aug 11, 2016 at 2:48 AM, Bob Crandell wrote: > Hi David, > > I'm trying move

[Ledger-smb-devel] Proposal: drop PostgreSQL 9.1 support for 1.5

2016-08-06 Thread Chris Travers
features that we may accidentally use from 9.2 and above. The end of life is this September so it won't be supported by the community long after our initial release. Any objection to making 1.5 require Pg 9.2 or higher? -- Best Wishes, Chris Travers Efficito: Hosted Accounting and ERP. R

Re: [Ledger-smb-devel] use base or use parent?

2016-08-04 Thread Chris Travers
Nick: The following should make 1.4 behave the same on debian and other platforms and do so in the most secure way possible. https://github.com/ledgersmb/LedgerSMB/pull/1972.patch Could you please test. On Thu, Aug 4, 2016 at 3:10 PM, Chris Travers wrote: > As an update on the er

Re: [Ledger-smb-devel] use base or use parent?

2016-08-04 Thread Chris Travers
o. For now I'm up > and running. I document my steps here in case anybody else encounters a > similar problem, but I'd also appreciate any words of wisdom to help me > understand what is happening. > http://ledgersmbdev.blogspot.dk/2016/07/notes-on-security-separation-of.html has a fair bit of information. > > Many thanks, > > Nick > > > --

Re: [Ledger-smb-devel] use base or use parent?

2016-08-04 Thread Chris Travers
others also. For now I'm up >> and running. I document my steps here in case anybody else encounters a >> similar problem, but I'd also appreciate any words of wisdom to help me >> understand what is happening. >> >> Many thanks, >> >> Nick >> >> >> >> -- >>

Re: [Ledger-smb-devel] use base or use parent?

2016-08-04 Thread Chris Travers
why "use parent" behaves differently. I wonder if this > problem is unique to my setup, or it affects others also. For now I'm up > and running. I document my steps here in case anybody else encounters a > similar problem, but I'd also appreciate any words of wisdom to help

Re: [Ledger-smb-devel] Sourceforge latest version outdated

2016-08-04 Thread Chris Travers
ble available on Sourceforge is > 1.4.31. > > > > > -- > ___ > Ledger-smb-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel > -- Best Wishes, Chris Travers Efficito: Hosted Accounting and ERP. Ro

Re: [Ledger-smb-devel] Recommend we don't support users running built dojo on a git/hg/svn branch

2016-07-31 Thread Chris Travers
On Mon, Aug 1, 2016 at 5:15 AM, David G wrote: > > > On 30/07/16 23:45, Chris Travers wrote: > > On Sat, Jul 30, 2016 at 2:20 PM, David G wrote: > >> Hi Chris, > >> > >> In the past I would have to have agreed with you, however, in the last > few >

Re: [Ledger-smb-devel] Recommend we don't support users running built dojo on a git/hg/svn branch

2016-07-30 Thread Chris Travers
On Sat, Jul 30, 2016 at 2:20 PM, David G wrote: > Hi Chris, > > In the past I would have to have agreed with you, however, in the last few > days, ylavoie (irc/matrix) has implemented a git based technique to handle > correct rebuilding of dojo only when needed for the trav

Re: [Ledger-smb-devel] Recommend we don't support users running built dojo on a git/hg/svn branch

2016-07-30 Thread Chris Travers
On Sat, Jul 30, 2016 at 2:20 PM, David G wrote: > Hi Chris, > > In the past I would have to have agreed with you, however, in the last few > days, ylavoie (irc/matrix) has implemented a git based technique to handle > correct rebuilding of dojo only when needed for the travis tes

[Ledger-smb-devel] Recommend we don't support users running built dojo on a git/hg/svn branch

2016-07-28 Thread Chris Travers
sers. -- Best Wishes, Chris Travers Efficito: Hosted Accounting and ERP. Robust and Flexible. No vendor lock-in. http://www.efficito.com/learn_more -- ___ Ledger-smb-devel mailing

Re: [Ledger-smb-devel] Proposal for 1.6 and above: small new-code-only developer release

2016-07-15 Thread Chris Travers
Hi; On Fri, Jul 15, 2016 at 11:16 AM, Erik Huelsmann wrote: > Hi Chris, > > > >> One of the difficulties we have had for a while is the ability for new >> developers to come in and contribute, in part because of the code quality >> of the older code layers (mo

[Ledger-smb-devel] Proposal for 1.6 and above: small new-code-only developer release

2016-07-14 Thread Chris Travers
it woudn't be connected to anything. A goal could then be to get ar/ap transactions (i.e. service invoices by amount only) in by 1.7, and then start on parts, orders and invoices after that. What do people think of this idea? -- Best Wishes, Chris Travers Efficito: Hosted Accounting and E

Re: [Ledger-smb-devel] Dropping support for Internet Explorer 9 and lower (as of 1.5.0)?

2016-05-24 Thread Chris Travers
n of MDM > restrictions. Mobile Device Manager Plus allows you to control only the > apps on BYO-devices by containerizing them, leaving personal data > untouched! > https://ad.doubleclick.net/ddm/clk/304595813;131938128;j > ___ > Ledger-smb-de

[Ledger-smb-devel] TeSt PoSt

2016-05-17 Thread Chris Bennett
Blah Blah -- Mobile security can be enabling, not merely restricting. Employees who bring their own devices (BYOD) to work are irked by the imposition of MDM restrictions. Mobile Device Manager Plus allows you to control

Re: [Ledger-smb-devel] Minimal DBD::Pg version requirement: 3.3.0?

2016-05-14 Thread Chris Travers
ng list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel > > -- Best Wishes, Chris Travers Efficito: Hosted Accounting and ERP. Robust and Flexible. No vendor lock-in. http://www.efficito.com/learn_more ---

Re: [Ledger-smb-devel] [Ledger-smb-users] Major Problem on Forum fixed

2016-05-14 Thread Chris Bennett
On Sat, May 14, 2016 at 10:01:47AM +0200, Erik Huelsmann wrote: > Hi Chris, > > When requesting my password be sent to me (I think I have an account), I > get an internal server error, just a few minutes ago -- and a reference to > the contact page. > I found that problem.

[Ledger-smb-devel] Major Problem on Forum fixed

2016-05-13 Thread Chris Bennett
ost to the board that does not require membership. I need to fix all my contact pages to go back to working with sendmail. Thanks, Chris Bennett -- Mobile security can be enabling, not merely restricting. Employees who b

[Ledger-smb-devel] TEST post

2016-05-13 Thread Chris Bennett
Sorry for the noise. If this doesn't do it, I'll have to dig through more archives on forum settings. Chris -- Mobile security can be enabling, not merely restricting. Employees who bring their own devices (BYO

[Ledger-smb-devel] Test post

2016-05-13 Thread Chris Bennett
Trying to resolve forum problem. Please ignore. Chris -- Mobile security can be enabling, not merely restricting. Employees who bring their own devices (BYOD) to work are irked by the imposition of MDM restrictions

[Ledger-smb-devel] test POST

2016-05-13 Thread Chris Bennett
testing a forum problem. Chris -- Mobile security can be enabling, not merely restricting. Employees who bring their own devices (BYOD) to work are irked by the imposition of MDM restrictions. Mobile Device Manager Plus

Re: [Ledger-smb-devel] Last technical issue for 1.5-rc1 -- RFC

2016-05-07 Thread Chris Travers
rison uses TT's feature of "compiled > templates" which LedgerSMB can use -- this basically eliminates the need to > parse a template more than once. > > -- > Bye, > > Erik. > > http://efficito.com -- Hosted accounting and ERP. > Robust and Flexible. No v

Re: [Ledger-smb-devel] 1.4.28

2016-05-04 Thread Chris Travers
"project_id" column has > been removed when making the step from 1.3 to 1.4. > > @Chris, I've searched for the use of the project_id column in: > LedgerSMB::Scripts::payment, LedgerSMB::DBObject::Payment and in the check > template. None reference that column. I&#x

Re: [Ledger-smb-devel] App-LedgerSMB-Admin ?

2016-04-27 Thread Chris Travers
ddm/clk/302982198;130105516;z > ___ > Ledger-smb-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel > -- Best Wishes, Chris Tr

Re: [Ledger-smb-devel] 1.5 readiness checks (1.2/1.3/1.4 upgrades in particular)

2016-04-19 Thread Chris Travers
gt; networks [ > ] Michael Richardson, Sandelman Software Works| network > architect [ > ] [email protected] http://www.sandelman.ca/| ruby on > rails[ > > -- Best Wishes, Chris Travers Efficito: Hos

Re: [Ledger-smb-devel] Do we have enough fixes for 1.4.27?

2016-04-03 Thread Chris Travers
gt; > > -- > Transform Data into Opportunity. > Accelerate data analysis in your applications with > Intel Data Analytics Acceleration Library. > Click to learn more. > http://pubads.g.doubleclick.net/gampad/clk?id=27878

Re: [Ledger-smb-devel] Do we have enough fixes for 1.4.27?

2016-04-03 Thread Chris Travers
with > Intel Data Analytics Acceleration Library. > Click to learn more. > http://pubads.g.doubleclick.net/gampad/clk?id=278785471&iu=/4140 > ___ > Ledger-smb-devel mailing list > [email protected] > https://lists.

Re: [Ledger-smb-devel] Requirements for uploading to CPAN?

2016-03-29 Thread Chris Travers
[email protected] > https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel > -- Best Wishes, Chris Travers Efficito: Hosted Accounting and ERP. Robust and Flexible. No vendor lock-in. http://www.efficito.com/learn_more

Re: [Ledger-smb-devel] Requirements for uploading to CPAN?

2016-03-29 Thread Chris Travers
ible. No vendor lock-in. > > > -- > Transform Data into Opportunity. > Accelerate data analysis in your applications with > Intel Data Analytics Acceleration Library. > Click to learn more. > http://pubads.g.doubleclick.ne

Re: [Ledger-smb-devel] Changing how LedgerSMB is run and it's installation is secured

2016-03-26 Thread Chris Travers
ld be that some of our caching improvements are server-local. I think there are actually some 1.3 users who use multiple web servers against the same db server. > > Chris and Erik may well contradict me on this, as they should if I'm > incorrect. > > It's certainly a dir

Re: [Ledger-smb-devel] Changing how LedgerSMB is run and it's installation is secured

2016-03-25 Thread Chris Travers
into Opportunity. > Accelerate data analysis in your applications with > Intel Data Analytics Acceleration Library. > Click to learn more. > http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140 > ___

Re: [Ledger-smb-devel] Changing how LedgerSMB is run and it's installation is secured

2016-03-24 Thread Chris Travers
e. > http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140 > ___ > Ledger-smb-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel > -- Best Wishes, Chris Tr

Re: [Ledger-smb-devel] Changing how LedgerSMB is run and it's installation is secured

2016-03-24 Thread Chris Travers
On Thu, Mar 24, 2016 at 8:15 PM, Chris Travers wrote: > > > On Thu, Mar 24, 2016 at 7:23 PM, Nick Prater wrote: > >> > At the moment running under Apache prevents print to pdf/screen (it >> > fails with errors), while running under starman works >> >

Re: [Ledger-smb-devel] Changing how LedgerSMB is run and it's installation is secured

2016-03-24 Thread Chris Travers
On Thu, Mar 24, 2016 at 6:42 PM, David G wrote: > Hi Chris > > On 24/03/16 18:08, Chris Travers wrote: > > > > On Thu, Mar 24, 2016 at 1:51 AM, David G wrote: > >> Hi All, >> >> There has been some discussion on IRC today regarding options for runnin

Re: [Ledger-smb-devel] Changing how LedgerSMB is run and it's installation is secured

2016-03-24 Thread Chris Travers
your applications with > Intel Data Analytics Acceleration Library. > Click to learn more. > http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140 > ___ > Ledger-smb-devel mailing list > [email protected].

Re: [Ledger-smb-devel] Duplicate AP invoices (per vendor)

2016-03-13 Thread Chris Travers
unique constraint, once you disable, you don't have a good way to re-enable. > -- > Bye, > > Erik. > > http <http://efficito.com/>:// <http://efficito.com/>efficito.com -- > Hosted accounting and ERP. > Robust and Flexible. No vendor lock-in. > --

Re: [Ledger-smb-devel] When will v1.5 start testing?

2016-03-09 Thread Chris Travers
ing edge: is it too > soon? > Please follow the 1.5 issue tracker. I have so far been able to get basic things to work but there may be occasional glitches still. It feels much nicer than 1.4 and personally I find myself happier living with the glitches but ymmv. Best

Re: [Ledger-smb-devel] When will v1.5 start testing?

2016-03-09 Thread Chris Travers
willhave beta 4 out in a couple weeks and a demo on Efficito shortly thereafter. Best Wishes, Chris Travers On Wed, Mar 9, 2016 at 3:59 PM, David G wrote: > Hi Philip, > > No problem there, Erik will likely respond in a while with info on when > Efficito will have a 1.5 available fo

Re: [Ledger-smb-devel] Remove custom DB fields?

2016-03-02 Thread Chris Travers
to be the replacement in new code, if any? > 2. If there's no replacement in new code, then can we remove this > functionality from current and future releases, as it's no longer supported? > > > Regards, > > > > -- > Bye, > > Erik. > > http://effici

Re: [Ledger-smb-devel] After Dojo widgets tree reorg, now move ./LedgerSMB* into ./lib/*?

2016-03-02 Thread Chris Travers
On Mar 1, 2016 2:48 PM, "Erik Huelsmann" wrote: > > Hi Chris, > > If we make this conditional on the merge of the MC branch, then an important question is if we have an outlook as to the solution of the required data migration from non-MC to MC. As long as we don't have

Re: [Ledger-smb-devel] After Dojo widgets tree reorg, now move ./LedgerSMB* into ./lib/*?

2016-02-24 Thread Chris Travers
, > > Erik. > > http://efficito.com -- Hosted accounting and ERP. > Robust and Flexible. No vendor lock-in. > -- Best Wishes, Chris Travers Efficito: Hosted Accounting and ERP. Robust and Flexible. No vendor lock-in. http://www.efficito.com/learn_more

Re: [Ledger-smb-devel] Database schema management & creation of new company databases: how?

2016-02-22 Thread Chris Travers
merge those migrations in. That avoids endless bloat. And it also means you could update 1.4 to 1.6, then update to 1.8 immediately without losing anything but we don't have to check all the 1.4 patches when going so many versions into th future. Best Wishes, Chris Travers > > Any oth

[Ledger-smb-devel] Another major improvement to 1.5 getting merged today

2016-02-22 Thread Chris Travers
branches and therefore have nonlinear database upgrade paths. Best Wishes, Chris Travers -- Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35

Re: [Ledger-smb-devel] Purchase invoices: Import Text?

2016-02-19 Thread Chris Travers
This was for merging in stuff scanned with portable data terminals. I don't believe it is being used by anyone at present I will merge it. On Fri, Feb 19, 2016 at 10:18 PM, Erik Huelsmann wrote: > Hi, > > As part of my efforts to eliminate dead code and write browser tests - even > for old code

Re: [Ledger-smb-devel] any objection to 1.5 depending on Pg 9.2 and above?

2016-02-15 Thread Chris Travers
Merged! On Mon, Feb 15, 2016 at 9:13 PM, Erik Huelsmann wrote: > Hi Chris, > > With 9.1 going EOL in September, RHEL 7 has 9.2 and 9.4 is in Debian Stable > (Jessie) *and* with 1.5 not being out yet, I think we should be safe moving > to 9.2: it's likely to be on any mains

[Ledger-smb-devel] any objection to 1.5 depending on Pg 9.2 and above?

2016-02-15 Thread Chris Travers
in doing this). If we require 9.2 and higher we also get to assume we have json in the db as well which would be useful in addons. Are there any objections to dropping Pg 9.1 support for 1.5? -- Best Wishes, Chris Travers Efficito: Hosted Accounting and ERP. Robust and Flexible. No vendor

Re: [Ledger-smb-devel] Importing a user: reset password or not?

2016-02-08 Thread Chris Travers
up Now! > http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 > ___ > Ledger-smb-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel > > -- Best Wishes, Chris Travers Efficito: Host

Re: [Ledger-smb-devel] Deciding on a default company setup for BDD tests

2016-02-07 Thread Chris Travers
3 App instances at just $35/Month > Monitor end-to-end web transactions and take corrective actions now > Troubleshoot faster and improve end-user experience. Signup Now! > http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 > ___ > Ledger-smb-

Re: [Ledger-smb-devel] Test failure in PGObject::Util::PseudoCSV

2016-01-24 Thread Chris Bennett
On Sun, Jan 24, 2016 at 07:13:29PM -0500, Robert James Clay wrote: > On Sunday, January 24, 2016 01:49:40 PM Chris Bennett wrote: > > > > I am porting all the PGObject modules into OpenBSD. > > > > But I am gettting a test failure: > > I'm working on &#x

[Ledger-smb-devel] Test failure in PGObject::Util::PseudoCSV

2016-01-24 Thread Chris Bennett
Error 1 in /usr/ports/mystuff/cpan/p5-PGObject-Util-PseudoCSV (/usr/ports/infrastructure/mk/bsd.port.mk:2495 'test') Several other modules have PGObject::Util::PseudoCSV as a dependency. I am running OpenBSD -current with PostgreSQL version 9.4.5. Any help appreciated, Chris Bennett

Re: [Ledger-smb-devel] RFC: Feedback on design of PGObject and what should be fixed in 2.0

2016-01-23 Thread Chris Travers
On Fri, Jan 22, 2016 at 7:05 PM, Chris Bennett wrote: > On Thu, Jan 21, 2016 at 09:13:52AM +0100, Chris Travers wrote: >> Hi; >> >> Have any other developers worked with the PGObject framework here? >> >> Here are my thoughts regarding things which should proba

Re: [Ledger-smb-devel] RFC: Feedback on design of PGObject and what should be fixed in 2.0

2016-01-22 Thread Chris Bennett
On Thu, Jan 21, 2016 at 09:13:52AM +0100, Chris Travers wrote: > Hi; > > Have any other developers worked with the PGObject framework here? > > Here are my thoughts regarding things which should probably be changed: > > 1. I would like to avoid requirinng autocommit o

[Ledger-smb-devel] RFC: Feedback on design of PGObject and what should be fixed in 2.0

2016-01-21 Thread Chris Travers
these packages working on both Perl5 (CPAN) and Perl6. -- Best Wishes, Chris Travers Efficito: Hosted Accounting and ERP. Robust and Flexible. No vendor lock-in. http://www.efficito.com/learn_more -- Site24x7 APM In

Re: [Ledger-smb-devel] Test suite configuration

2016-01-13 Thread Chris Travers
environment variables for two specific tasks: 1. What sorts of tests to run, and 2. Username and password within the tests. Best Wishes Chris Travers On Wed, Jan 13, 2016 at 6:31 AM, David G wrote: > Hi Erik, > > As Yoda would say, > Done well you have. > > One thing that

[Ledger-smb-devel] Proposing dropping PostgreSQL 9.1 support for 1.5

2015-12-02 Thread Chris Travers
objections to ceasing support for PostgreSQL 9.1 in 1.5? -- Best Wishes, Chris Travers Efficito: Hosted Accounting and ERP. Robust and Flexible. No vendor lock-in. http://www.efficito.com/learn_more -- Go from Idea to

[Ledger-smb-devel] LedgerSMB 1.5.0-beta 3 released

2015-12-01 Thread Chris Travers
have gone through and done some significant testing, but more eyes are definitely better. -- Best Wishes, Chris Travers Efficito: Hosted Accounting and ERP. Robust and Flexible. No vendor lock-in. http://www.efficito.com/learn_more

[Ledger-smb-devel] LedgerSMB 1.4.20 released

2015-11-30 Thread Chris Travers
The LedgerSMB development team is happy to announce yet another new version of its open source ERP and accounting application. This release contains the following fixes and improvements: Changelog for 1.4.20 * Fixed one untranslated string in balance sheet (Chris T) * Added running balance to

[Ledger-smb-devel] 1.4.20-rc1 released

2015-11-27 Thread Chris Travers
Hi all; I have RC1 of 1.4.20 out. It includes a number of minor bug fixes and small enhancements. Please test and let us know if you run into any problems. Changelog for 1.4.20 * Fixed one untranslated string in balance sheet (Chris T) * Added running balance to report drill downs (Chris T

[Ledger-smb-devel] LedgerSMB 1.4.19 Released

2015-11-16 Thread Chris Travers
The LedgerSMB development team is happy to announce yet another new version of its open source ERP and accounting application. This release contains the following fixes and improvements: Changelog for 1.4.19 * Fixed permission denied when entering budgets (GH944, Chris T) * Fixed error when

[Ledger-smb-devel] Proposal for 1.6, moving role management functions to pgxn

2015-11-15 Thread Chris Travers
installation experience is required. Any thoughts cautions, objections, etc? -- Best Wishes, Chris Travers Efficito: Hosted Accounting and ERP. Robust and Flexible. No vendor lock-in. http://www.efficito.com/learn_more

[Ledger-smb-devel] good to release 1.4.19?

2015-11-15 Thread Chris Travers
Hi all; Any objection to releasing 1.4.19? We found one permission issue we fixed post-rc1 but the fix is trivial and in well tested areas of the code, and has been manually validated. -- Best Wishes, Chris Travers Efficito: Hosted Accounting and ERP. Robust and Flexible. No vendor lock-in

[Ledger-smb-devel] LedgerSMB 1.4.19-4rc1 released

2015-11-13 Thread Chris Travers
The LedgerSMB development team is happy to announce yet another new version of its open source ERP and accounting application. This release contains the following fixes and improvements: Changelog for 1.4.19 * Fixed permission denied when entering budgets (GH944, Chris T) * Fixed error when

[Ledger-smb-devel] 1.5 beta 2 released

2015-11-05 Thread Chris Travers
Series Forthcoming UI changes: * LedgerSMB now frameless (ChrisT) * Full use of Dojo widgets (ErikH) * LSMB reports and screens can now be bookmarked (Chris T) Code Cleanup: * LedgerSMB now relies on plack. Previous stub scripts removed (ChrisT) * Removed LedgerSMB's custom dojo page loader (

[Ledger-smb-devel] 1.5 beta 2 expected tomorrow

2015-11-04 Thread Chris Travers
1.5. For those interested in the issues I would like to solve for beta 3, a list can be found at https://github.com/ledgersmb/LedgerSMB/milestones/1.5-beta3 Any thoughts or objections? -- Best Wishes, Chris Travers Efficito: Hosted Accounting and ERP. Robust and Flexible. No vendor lock-in

Re: [Ledger-smb-devel] Initial steps for 1.6, and some longer-term questions

2015-11-04 Thread Chris Travers
Hi John; On Sun, Nov 1, 2015 at 7:13 PM, John Locke wrote: > Hi, > > Love to hear the directions and priorities. Overall, I'm completely > onboard, and support these. Couple comments: > > On 10/31/2015 11:50 PM, Chris Travers wrote: > > >> There are a few th

[Ledger-smb-devel] LedgerSMB 1.4.18 released

2015-11-03 Thread Chris Travers
The LedgerSMB development team is happy to announce yet another new version of its open source ERP and accounting application. This release contains the following fixes and improvements: Changelog for 1.4.18 * New feature: Create users from setup.pl with no new perms (GH 883, Chris T) * Fixed

[Ledger-smb-devel] LedgerSMB 14.18-rc3 released

2015-11-01 Thread Chris Travers
Hi; We believe the Nick's issue has been fully resolved at this point and have released RC3 of 1.4.18. Please test. If no problems are found, we can release on Wednesday. -- Best Wishes, Chris Travers Efficito: Hosted Accounting and ERP. Robust and Flexible. No vendor lock-in.

Re: [Ledger-smb-devel] Initial steps for 1.6, and some longer-term questions

2015-10-31 Thread Chris Travers
cceptable short term, I don't think > that's a good idea longer term. With the release of LedgerSMB 1.3.0 now > more than 5 years ago (see: > http://ledgersmb.org/release/ledgersmb-130-released -- dated > 2011-10-10!), I concur with Chris that time for consolidation has come,

[Ledger-smb-devel] Initial steps for 1.6, and some longer-term questions

2015-10-31 Thread Chris Travers
in an orderly manner. If the external tooling approach works well for administrative tools, we could opt to do this for financial logic. If it doesn't work so well, we will need to find another approach. Best Wishes, Chris Travers Efficito: Hosted Accounting and ERP. Robust and Flexible

Re: [Ledger-smb-devel] 1.4.18-rc2 released

2015-10-31 Thread Chris Travers
cussion about that as well. I would like ot second Erik's thank you also on your continued efforts on testing. It is quite valuable.The only question right now is how we go forward regarding the 1.4.18 release process. Best Wishes, Chris Travers

[Ledger-smb-devel] 1.4.18-rc2 released

2015-10-31 Thread Chris Travers
Hi all; This also corrects the issue with the tax calculation box not submitting the calculated information back to the server. Otherwise same changelog. Feel free to test and report issues -- Best Wishes, Chris Travers Efficito: Hosted Accounting and ERP. Robust and Flexible. No vendor

[Ledger-smb-devel] 1.4.18-rc1 released

2015-10-30 Thread Chris Travers
feature: Create users from setup.pl with no new perms (GH 883, Chris T) * Fixed Net Book Value reporting '0' before depreciation (GH 879, ChrisT) * Fixed permissions entering assets (GH 878, ChrisT) * Removed broken handling of old datestyle settings (Chris T) * Fixed #765, manage_users br

Re: [Ledger-smb-devel] Proposal regarding 1.6

2015-10-12 Thread Chris Travers
want to start with a tool we already have and get that integrated. > > > [ snip more violent agreement ] > > > Thanks for posting your thoughts and thanks for the discussion. I know we

Re: [Ledger-smb-devel] Proposal regarding 1.6

2015-10-12 Thread Chris Travers
On Mon, Oct 12, 2015 at 4:12 PM, Erik Huelsmann wrote: > Hi Chris, > > I have been thinking a bit regarding ways forward. In particular the >>>> financial rewrite never seems to go the way I would like it to. >>>> >>> >>> We spoke a bit about

Re: [Ledger-smb-devel] Proposal regarding 1.6

2015-10-12 Thread Chris Travers
On Mon, Oct 12, 2015 at 4:12 PM, Erik Huelsmann wrote: > Hi Chris, > > I have been thinking a bit regarding ways forward. In particular the >>>> financial rewrite never seems to go the way I would like it to. >>>> >>> >>> We spoke a bit about

Re: [Ledger-smb-devel] Proposal regarding 1.6

2015-10-11 Thread Chris Travers
vileged port, to have a web interface that installs all Perl dependencies to a local directory? The contact management code, even rewritten twice by me is badly structured and would be much nicer if we could split it off into services, so that is indeed where I think we should start. > > --

[Ledger-smb-devel] Proposal regarding 1.6

2015-10-11 Thread Chris Travers
: chart of accounts, or contact management. Any thoughts on prioritiing these? 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

Re: [Ledger-smb-devel] New developer?

2015-10-08 Thread Chris Travers
ing why things are the way they are (and in some cases there are no good reasons other than that we haven't rewritten that portion yet). Best wishes, Chris Travers > > Best wishes > > Hugh > > > -- &

Re: [Ledger-smb-devel] Managing database change: improvements needed

2015-08-27 Thread Chris Travers
e; $$; The reason is that more recent versions of Pg tightened up the handling of named arguments so now the change in argument name requires a drop function before the new one can be created. I don't know how sophisticated sqitch is in this regard, and how easy it will be to mess things

Re: [Ledger-smb-devel] Managing database change: improvements needed

2015-08-26 Thread Chris Travers
I thought I sent my response but I guess something went wrong. Sending again. Remarks in-line On Wed, Aug 26, 2015, 14:23 Erik Huelsmann wrote: Hi all, There are a few issues that I have with the way we currently handle database schema changes. Current situation We have a main

[Ledger-smb-devel] LedgerSMB 1.4.14 released

2015-08-16 Thread Chris Travers
rikH) * In Employee entry screen, mark required fields as such (ErikH) * Fix being unable to remove roles from user (SF 1395) (ErikH) * Improved required input checking on form submit (SF 1382/GH 715) (ErikH) * Fixed css making it difficult or impossible to save person records (Chris T) * Fixed sudden b

[Ledger-smb-devel] LedgerSMB 1.4.13 released, not on Sourceforge yet

2015-07-21 Thread Chris Travers
download them currently from the Github release page: https://github.com/ledgersmb/LedgerSMB/releases/tag/1.4.13 The complete changelog is below: Changelog for 1.4.13 * Account edit group can checkboxes and mark accounts obsolete (Chris T) * Fixed time cards failing to save (GitHub bug 636) (Erik H

Re: [Ledger-smb-devel] startman + master

2015-07-15 Thread Chris Travers
I have verified that the version on cpan is out of date, and will update a new one tonight. On Wed, Jul 15, 2015 at 6:42 AM, Chris Travers wrote: > are you trying the PGObject::Util::DBAdmin from github or from cpan? > > I may have forgotten to update cpan. Try building from gith

Re: [Ledger-smb-devel] startman + master

2015-07-15 Thread Chris Travers
Wishes, Chris Travers On Tue, Jul 14, 2015 at 5:58 PM, Chris Travers wrote: >> Can't call method "selectall_arrayref" on an undefined value at >> /usr/local/share/perl/5.14.2/PGObject/Util/DBAdmin.pm > > I think that's a problem on my list to solve. T

Re: [Ledger-smb-devel] fcgi support, was startman + master

2015-07-14 Thread Chris Travers
chance to try to set up fcgi but expect to do that shortly. I don't expect more than a few lines change from the starman.psgi file. Anyone interested in helping is welcome to do so. Best Wishes, Chris Travers -

Re: [Ledger-smb-devel] startman + master

2015-07-14 Thread Chris Travers
connection fails. We need better handling of that. It's a problem with master, and I was expecting to get it fixed last week. Best Wishes, Chris Travers On Tue, Jul 14, 2015 at 1:49 AM, Pongrácz István wrote: > Hi, > > I try to install a master on debian 7 with starman (as it seems,

[Ledger-smb-devel] 1.4.13-rc1 out

2015-07-14 Thread Chris Travers
* Account edit group can checkboxes and mark accounts obsolete (Chris T) * Fixed time cards failing to save (GitHub bug 636) (Erik H) * List COGS accounts under 'Default COGS' (instead of expense) (Erik H) * Fix preprocessing Roles.sql was required in 1.3 (obsolete in 1.4) (Erik H) *

Re: [Ledger-smb-devel] Code formatting discussion/proposal

2015-07-06 Thread Chris Travers
On Mon, Jul 6, 2015 at 8:54 AM, Chris Bennett wrote: > On Mon, Jul 06, 2015 at 12:04:59PM +0200, Erik Huelsmann wrote: > > Hi all, > > > > I'm going through our code quite randomly at the moment while > investigating > > the multi-currency changes. > >

  1   2   3   4   5   6   7   8   9   10   >