Re: [Ledger-smb-devel] OpenBSD and 1.3

2011-12-28 Thread Chris Travers
Did you want me to copy it? Or just link to it? Best Wishes. Chris Travers On Wed, Dec 28, 2011 at 8:51 PM, Håvard Sørli wrote: > On 28. des. 2011 20:57, Chris Bennett wrote: >> Overall, I find 1.3 installs very nicely, with the problems I note below > > Thanks for your feedback. > > Could you

Re: [Ledger-smb-devel] OpenBSD and 1.3

2011-12-28 Thread Håvard Sørli
On 28. des. 2011 20:57, Chris Bennett wrote: > Overall, I find 1.3 installs very nicely, with the problems I note below Thanks for your feedback. Could you post this http://64.85.161.47:8081/docs/Installing_1.3_on_OpenBSD.html at www.ledgersmb.org ? -- H --

[Ledger-smb-devel] menu_acl in Roles.sql

2011-12-28 Thread Michael Richardson
I'm trying to fix prepare-company-database.sh for postgresql 9.1. I'm finding a few foreign key violations in Roles.sql, for instance: ledgersmb_development=# INSERT INTO menu_acl (node_id, acl_type, role_name) ledgersmb_development-# values (134, 'allow', 'lsmb_bigcocom__backup'); ERROR: insert

Re: [Ledger-smb-devel] postgresql 9.1

2011-12-28 Thread Chris Travers
On Wed, Dec 28, 2011 at 7:42 AM, Michael Richardson wrote: > >> "Erik" == Erik Huelsmann writes: >    Erik> Hi Michael, > >    >> I am wondering if it is known that ledgersmb (git, from github >    >> SVN tree, last commit Dec.15) does not work with 9.1. >    >> >    >> The changes are not th

[Ledger-smb-devel] OpenBSD and 1.3

2011-12-28 Thread Chris Bennett
Overall, I find 1.3 installs very nicely, with the problems I note below I found no problem using OpenBSD's version of Apache Apache/1.3.29. This version is highly customized, so I don't know if regular Apache 1.3x would also work. Except for the few fixable problems I had, I think this installs ea

Re: [Ledger-smb-devel] postgresql 9.1

2011-12-28 Thread Michael Richardson
> "Erik" == Erik Huelsmann writes: Erik> Hi Michael, >> I am wondering if it is known that ledgersmb (git, from github >> SVN tree, last commit Dec.15) does not work with 9.1. >> >> The changes are not that great, so I will send a patch, unless >> there is some huge

Re: [Ledger-smb-devel] cr_report_line.voucher_id

2011-12-28 Thread Erik Huelsmann
Hi Michael, On Wed, Dec 28, 2011 at 3:41 PM, Michael Richardson wrote: > In sql/modules/Reconciliation.sql (on trunk, but not 1.3), I see: > >  SELECT n.name AS payee, rr.id, rr.report_id, rr.scn, rr.their_balance, > rr.our_balance, rr.errorcode, rr."user", rr.clear_time, rr.insert_time, > rr.t

[Ledger-smb-devel] cr_report_line.voucher_id

2011-12-28 Thread Michael Richardson
In sql/modules/Reconciliation.sql (on trunk, but not 1.3), I see: SELECT n.name AS payee, rr.id, rr.report_id, rr.scn, rr.their_balance, rr.our_balance, rr.errorcode, rr."user", rr.clear_time, rr.insert_time, rr.trans_type, rr.post_date, rr.ledger_id, rr.voucher_id, rr.overlook, rr.cleared

Re: [Ledger-smb-devel] postgresql 9.1

2011-12-28 Thread Erik Huelsmann
Hi Michael, > I am wondering if it is known that ledgersmb (git, from github SVN tree, > last commit Dec.15) does not work with 9.1. > > The changes are not that great, so I will send a patch, unless there is > some huge known reason why it will fail. Are you talking about the "prepare-company-da

[Ledger-smb-devel] postgresql 9.1

2011-12-28 Thread Michael Richardson
I am wondering if it is known that ledgersmb (git, from github SVN tree, last commit Dec.15) does not work with 9.1. The changes are not that great, so I will send a patch, unless there is some huge known reason why it will fail. -- ] He who is tired of Weird Al is tired of life!

Re: [Ledger-smb-devel] More conservative screen-width use in Payments screen?

2011-12-28 Thread herman vierendeels
Hi Erik, As i see it , you would like to use shorter names. e.g 'Amount Due' -> 'Due' But why not use locale/po/en.po to get shorter names? e.g. msgid "Amount Due" msgstr "Due" msgid 'Due' is nearly intranslatable without context. It could be 'Amount Due','Date Due' etc. Best Wishes, Herman 2