[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] [Ledger-smb-users] Major Problem on Forum fixed

2016-05-14 Thread Chris Bennett
ease send an email to this list. I have software to block out evil-doers completely but I can fix that if I know about it. You will not be able to send me an email coming out of the same IP address. But another IP address can get throu

[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 (BYOD) to work

[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. Mobil

[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 a

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-22 Thread Chris Bennett
SD. Working on PGObject, I find this in the testing: plan skip_all => 'Not set up for db tests' unless $ENV{DB_TESTING}; # Initial setup my $dbh1 = DBI->connect('dbi:Pg:', 'postgres') ; plan skip_all => 'Needs superuser connection for

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

2015-07-06 Thread Chris Bennett
assembly_id FROM assemblies WHERE assembly_id IN ( SELECT full_assembly_assembly_id FROM full_assembly WHERE full_assembly_name=$full_assembly_selected2

Re: [Ledger-smb-devel] Attracting more attention to the LedgerSMB project: chicken and egg

2015-06-28 Thread Chris Bennett
to a list, probably users. If you like that idea, I can get started on it. Question: How should I send the emails? Registered users might be OK with using their email address or maybe not. What about anonymous posts? Assuming that I allow those to get to mailing

Re: [Ledger-smb-devel] Idea for development

2014-01-30 Thread Chris Bennett
On Thu, Jan 30, 2014 at 12:14:39AM -0800, Chris Travers wrote: > On Wed, Jan 29, 2014 at 6:29 AM, Chris Bennett > > > > Minor suggestion, my window manager uses Alt + another key for > > everything. I would like to suggest using something like Alt+Shift+Key. > > Avoids

Re: [Ledger-smb-devel] Idea for development

2014-01-29 Thread Chris Bennett
indow manager uses Alt + another key for everything. I would like to suggest using something like Alt+Shift+Key. Avoids any window manager problems for me, if nobody else. :) Being able to do everything from keyboard is a good idea. I use vim editor which can be all keyboard and mice break! Chri

[Ledger-smb-devel] Contrib files

2013-08-25 Thread Chris Bennett
a few places? Does anything need to change to reflect this? Thanks, Chris Bennett -- Introducing Performance Central, a new site from SourceForge and AppDynamics. Performance Central is your source for news, ins

Re: [Ledger-smb-devel] Working on OpenBSD package, Some questions

2013-08-19 Thread Chris Bennett
in.pl /home/var/www/var/www/htdocs/users/bennettconstruction.us/perl/login.pl /var/www/var/www/htdocs/users/capuchado.com/perl/login.pl etc. I can put all of the LedgerSMB:: stuff into regular perl @INC locations, but the *.pl stuff can't go there. > > > On Sun, Aug 18, 2013 at 12:41 PM,

[Ledger-smb-devel] Working on OpenBSD package, Some questions

2013-08-18 Thread Chris Bennett
e is very busy right now. Thanks, Chris Bennett -- Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to code-level detail for bottl

Re: [Ledger-smb-devel] Proposal for LedgerSMB 1.5: Refactor and move some utility functionality to CPAN

2013-05-24 Thread Chris Bennett
ne can then sell a proprietary version, they might be willing to submit a module with the same kind of licensing. No guarantee of that, of course. But why not? There is something else that does happen. Companies close. People retire. A contract for their software may end. Sometimes people di

Re: [Ledger-smb-devel] BSD or OSX user ? Can you test this?

2012-11-29 Thread Chris Bennett
t;Use prepare-company-database.pl on your platform" > exit 0 > fi > > > Can someone test that this fix works on BSD / OSX ? > > version with the test: > http://www.anix.no/tmp/prepare-company-database.sh OpenBSD: freedom$ /bin/sh prepare-company-database.sh This

[Ledger-smb-devel] Update to tools/drop-roles.pl

2012-10-17 Thread Chris Bennett
I added a --no_postgres_pass option. Diff attached. Should the name of this be changed since it also drops a company? Chris Bennett --- /home/chris101/LSMB/ledgersmb/tools/drop-roles.pl Tue Mar 27 20:34:52 2012 +++ /var/www/var/www/htdocs/users/ledgersmb/tools/drop-roles.pl Wed Oct 17 15:05

Re: [Ledger-smb-devel] Update to tools/dbsetup.pl

2012-10-17 Thread Chris Bennett
Minor fix, changed postgress to postgres. New diff Chris Bennett --- /home/chris101/LSMB/ledgersmb/tools/dbsetup.pl Tue Mar 27 20:34:52 2012 +++ tools/dbsetup.plWed Oct 17 15:04:54 2012 @@ -1,5 +1,6 @@ #!/usr/bin/perl -package LedgerSMB::Scripts::dirt; +package LedgerSMB::Scripts

[Ledger-smb-devel] Update to tools/dbsetup.pl

2012-10-17 Thread Chris Bennett
::Scripts::dbsetup and $ENV{SCRIPT_NAME} = "dirt.pl"; to $ENV{SCRIPT_NAME} = "dbsetup.pl"; diff is attached. Chris Bennett --- tools/dbsetup.plTue Mar 27 20:34:52 2012 +++ tools/dbsetup.plWed Oct 17 13:34:17 2012 @@ -1,5 +1,6 @@ #!/usr/bin/perl -package LedgerSMB::Scr

Re: [Ledger-smb-devel] Web API

2012-09-12 Thread Chris Bennett
ld request kind of stuff before. I will start digging into stuff in OE and Form first. Chris Bennett -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landsc

Re: [Ledger-smb-devel] Web API

2012-09-11 Thread Chris Bennett
on this, that would be great. If not, then any useful advice on how best to accomplish this would be appreciated. I don't see exactly what the code roadmap is, so that leaves me a little crippled for planning my efforts properly. Hope

Re: [Ledger-smb-devel] Web API

2012-09-11 Thread Chris Bennett
On Tue, Sep 11, 2012 at 10:45:32AM -0500, Chris Bennett wrote: > On Tue, Sep 11, 2012 at 05:03:14AM -0700, Chris Travers wrote: > > > > Yeah. First what language are you using? > > > > if it's Perl the simplest thing to do is to patch into the existing object

Re: [Ledger-smb-devel] Web API

2012-09-11 Thread Chris Bennett
ne at an external jobsite, often with subcontractors. I always handle materials myself. I have set up a git at https://github.com/cpbennett/LedgerSMB-Labor-Materials-Custom and a working copy at: http://forums.ledgersmb.org/perl/VP/pg.pl

Re: [Ledger-smb-devel] Call for testers: LedgerSMB running as a persistent service using Plack

2012-08-16 Thread Chris Bennett
I would also be very interested in this. I run all of my applications under mod_perl, so I am very used to snappy performance. I know nothing about using this though. Would be a good time to learn. Chris Bennett

[Ledger-smb-devel] Net_TCLink, Config::Std, LaTeX::Driver and LaTeX::Encode official for OpenBSD

2012-07-01 Thread Chris Bennett
-Encode Chris Bennett -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include end

Re: [Ledger-smb-devel] Moving the LedgerSMB.org website

2012-06-26 Thread Chris Bennett
smb.2.6.01rc.tar.gz Heck, to keep out bots, you could say that: the development only download spot is: http://hither.thither.yon/devdown/ (no indexing allowed) and the latest rc is ledgersmb.2.6.01rc.tar.gz Anyway, just my

[Ledger-smb-devel] Small updates to Installing_1.3_on_OpenBSD.html

2012-06-20 Thread Chris Bennett
I updated this page to show optional module for Image::Size I have noticed that Locale-Maketext-Lexicon-0.79.tar.gz, which is needed to produce a usable p5-Locale-Maketext-Lexicon for OpenBSD is very hard to find. I added a copy at the website. Chris Bennett

Re: [Ledger-smb-devel] Default Super-user login for setup.pl?

2012-04-24 Thread Chris Bennett
ork. Would make install easier and simpler. Changing my mind halfway through, I would still have to run initial commands to setup another super user while running as postgres. Any stage after that doesn't need postgres user. Chris Bennett ---

Re: [Ledger-smb-devel] ledger-smb:[4639] addons/1.3

2012-04-10 Thread Chris Bennett
cust_id Customer ID Number I break different job sites into a different table. Even residential customers sometimes have two local jobsites if they are moving/selling. Chris Bennett -- Better than sec? Nothing is better tha

Re: [Ledger-smb-devel] LedgerSMB addons from "baby" to "teenager".

2012-03-31 Thread Chris Bennett
ial install. That can just check if the addon matches current LedgerSMB version. Chris Bennett -- This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _

Re: [Ledger-smb-devel] Start of perl setup and drop db scripts

2012-03-31 Thread Chris Bennett
://64.85.161.47:8081/dbsetup-i.pl.html Once again, the perl versions are for download only, don't work with the server! Thanks Chris Bennett -- This SF email is sponsosred by: Try Windows Azure free for 90 days Click

Re: [Ledger-smb-devel] Start of perl setup and drop db scripts

2012-03-30 Thread Chris Bennett
longer have access to any version of Windows. Chris Bennett -- This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure ___

Re: [Ledger-smb-devel] Start of perl setup and drop db scripts

2012-03-28 Thread Chris Bennett
modules need some changes to make this work good with web access also, but I haven't had a chance to study that completely yet. I will start playing around with that part now. Chris Bennett -- This SF email is s

Re: [Ledger-smb-devel] Start of perl setup and drop db scripts

2012-03-27 Thread Chris Bennett
" > Yeah, they aren't set up for web yet. So 500 error is to be expected. :) Still command line only. Those links are to download a copy (Save as) But I just added an html copy of both: http://64.85.161.47:8081/dirt.pl.html

Re: [Ledger-smb-devel] Start of perl setup and drop db scripts

2012-03-27 Thread Chris Bennett
together so we can decide how to integrate all of this properly. I'm pretty sure these two scripts are working correctly. Let me know if there are any problems. I'll keep fiddling with them anyway to make cleaner and clearer. Chris Bennett --

Re: [Ledger-smb-devel] Start of perl setup and drop db scripts

2012-03-26 Thread Chris Bennett
On Mon, Mar 26, 2012 at 01:13:19PM -0500, Chris Bennett wrote: > > DBD::Pg::db pg_putcopyend failed: ERROR: duplicate key value violates > unique constraint "language_pkey" > DETAIL: Key (code)=(pl) already exists. > CONTEXT: COPY language, line 1: "pl|Poli

[Ledger-smb-devel] Start of perl setup and drop db scripts

2012-03-26 Thread Chris Bennett
p a copy at: http://64.85.161.47:8081/dirt.pl http://64.85.161.47:8081/mydrop_db_roles.pl Chris Bennett dirt.pl Description: Perl program mydrop_db_roles.pl Description: Perl program -- This SF email is sponsosred by: Try Windows

Re: [Ledger-smb-devel] New: real time web archive for LedgerSMB mailing lists

2012-02-11 Thread Chris Bennett
erences to your forum site. Did I not look good enough, or is it just > plainly not mentioned? I have it on a cron job at 10 minutes. I just bumped it to every 1 minute. Should be eyeblinking fast now! But yes, it does threaded emails. Chris Bennett ---

Re: [Ledger-smb-devel] Request for developer community feedback

2012-02-11 Thread Chris Bennett
me > across the wrong way or be accused of pushing for crippleware. In fact, I > would entirely support distributed approaches to these problems in > competition to the services I am trying to develop. I just don't see the > market supporting such right now. > > Best Wishes, >

Re: [Ledger-smb-devel] New: real time web archive for LedgerSMB mailing lists

2012-02-10 Thread Chris Bennett
oon as the web bots pick up on the links - the > archive provides a valuable resource for everybody looking for information > on LedgerSMB. > > > Enjoy! > > > Bye, > > > Erik. You might want to check out: http://64.85.161.47:8081/perl/lsmb/forum.pl Just a thought. :

Re: [Ledger-smb-devel] Possible Add-on?

2012-01-02 Thread Chris Bennett
ss. Say constructing a house or building contracted out to many subs. Framing, cornice, drywall, electrical, plumbing, slab and driveway, painting, landscaping, cleaning. Many of these charges are going to be the same for many different but similar projects. Thanks Chris Bennett (Give me a coupl

Re: [Ledger-smb-devel] Possible Add-on?

2012-01-02 Thread Chris Bennett
ots, but I'll also upload those in the spot in my next message. Of course, I have to make small changes regularly, but some vendors have 'stable' websites so those never change. Just lots f regexes t

Re: [Ledger-smb-devel] Possible Add-on?

2011-12-31 Thread Chris Bennett
f mod_perl. A quick and dirty solution would be to have $r->print(qq{}); refer to a cgi sub. Or just write up a whole new interface. But yes, This does a wonderful job of organizing a large database into useful

[Ledger-smb-devel] Possible Add-on?

2011-12-30 Thread Chris Bennett
tored procedures Chris Bennett -- Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver seamless, secure access to virtual desktops. With this all-in-on

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

2011-12-30 Thread Chris Bennett
, pesos and quetzales if everything works out. Chris Bennett -- Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver seamless, secure access to v

[Ledger-smb-devel] OpenBSD and 1.3

2011-12-28 Thread Chris Bennett
l-Template +p5-Excel-Template-Plus +p5-Net_TCLink + +I have provided ports at http://64.85.161.47:8081/ports/index.html for building the missing +packages. This is a preferred method to using CPAN directly, since packages +can be deleted and upgraded.

Re: [Ledger-smb-devel] Deployment independent coding

2011-06-22 Thread Chris Bennett
it but don't know details. Chris Bennett -- Simplify data backup and recovery for your virtual environment with vRanger. Installation's a snap, and flexible recovery options mean your data is safe, secure and

Re: [Ledger-smb-devel] PostgreSQL release cycles and LedgerSMB 1.3

2011-06-13 Thread Chris Bennett
OpenBSD is already at 9.0.4 and is working on PostgrSQL 9.1 right now. I am all for working on 9+ compatibility Chris Bennett -- EditLive Enterprise is the world's most technically advanced content authoring

Re: [Ledger-smb-devel] OpenBSD perl required modules

2011-05-27 Thread Chris Bennett
On Tue, May 24, 2011 at 03:03:19PM -0500, Chris Bennett wrote: > > Locale::Maketext::Lexicon Update to version 0.79 > Net::TCLink - I have no way to test this one. > Config::Std Added these new ports > Template::Plugin::Latex Added this one and its dependencies. Waiting for a

Re: [Ledger-smb-devel] Much more evolved database preparation script

2011-05-27 Thread Chris Bennett
27;t want apache2 on my webserver. I will only be running it locally. Chris Bennett -- vRanger cuts backup time in half-while increasing security. With the market-leading solution for virtual backup and recovery,

Re: [Ledger-smb-devel] OpenBSD perl required modules

2011-05-24 Thread Chris Bennett
On Tue, May 24, 2011 at 11:46:51PM +0200, Erik Huelsmann wrote: > Hi Chris, > > On Tue, May 24, 2011 at 10:03 PM, Chris Bennett > wrote: > > OpenBSD has lacked a few modules since I first looked at LSMB. > > > > I am working on getting those into ports so that any

[Ledger-smb-devel] OpenBSD perl required modules

2011-05-24 Thread Chris Bennett
e versions. Locale::Maketext::Lexicon Net::TCLink - I have no way to test this one. Config::Std Template::Plugin::Latex OpenOffice::OODoc - OpenBSD now uses LibreOffice is this still right module to use? Excel::Template::Plus I will report back when I get these in. Chr

Re: [Ledger-smb-devel] [Ledger-smb-users] Future of LedgerSMB: Ideas and RFC

2011-05-20 Thread Chris Bennett
any new functions (like I said above). Then make an overall man page for interflow. A flowchart could also be helpful. It is pretty easy to get basics out of database. Just need to see general overflow and all will be "clearish" Thanks, Chris Bennett -

Re: [Ledger-smb-devel] [Ledger-smb-users] Future of LedgerSMB: Ideas and RFC

2011-05-19 Thread Chris Bennett
think you should stop coding temporarily and do one thing only. Document each module, subroutine, make sure each database procedure is clear about what is does, wrong or right and assign smaller tasks to anyone willing to give a go. I am willing to help. Chris Bennett ch...@bennettconstruct

Re: [Ledger-smb-devel] Email Format Poll for the list

2010-01-30 Thread Chris Bennett
David Godfrey wrote: > Hi Everyone, > > The reason for this poll is below (for those that are interested) > > I would like to know how many people > a) are happy to receive html > b) prefer plain text > c) require plain text > > At the end of the week (Friday GMT+8) I will post the re

Re: [Ledger-smb-devel] RFC: Proposed Framework Change for 1.4

2009-07-20 Thread Chris Bennett
entation and comments would probably be worth the effort from here forward. As more and more old code is removed, it seems like a better time is arriving for new people to help. Moving UI stuff outside of workflow will

Re: [Ledger-smb-devel] LedgerSMB website

2009-06-25 Thread Chris Bennett
k of! If anyone is interested, email me directly and I'll send a copy of what I use. Chris Bennett -- A human being should be able to change a diaper, plan an invasion, butcher a hog, conn a ship, design a building, write a sonnet, balance accounts, build a wall, set a bone, comfort the dy

Re: [Ledger-smb-devel] Ubuntu Server Installation

2009-05-28 Thread Chris Bennett
David A. Bandel wrote: > On Wed, May 27, 2009 at 8:13 PM, Chris Bennett > wrote: > > [snip] > > >> Three questions. >> >> 1. PostgreSQL defaults to UTF-8 encoding instead of SQL-ASCII as in >> OpenBSD. Is this a problem? On either side? >>

[Ledger-smb-devel] Ubuntu Server Installation

2009-05-27 Thread Chris Bennett
smb first. Is there some other solution to that problem I'm not seeing? Chris Bennett -- Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand cre

Re: [Ledger-smb-devel] Adding to/editing locales

2009-05-15 Thread Chris Bennett
By the way I forgot to mention I am using 1.2.18 I checked in Templates, a Spanish letter html timecard template is there. Yet I get an English template even after creating an all es_VE user (selecting Spanish-VE letter also when creating) Chris Bennett -- A human being should be able to

Re: [Ledger-smb-devel] Adding to/editing locales

2009-05-15 Thread Chris Bennett
nd close till) For example, most of the Time Card translations are off. msgid "Timecards" msgstr "Hojas de Tiempo" when it should be msgid "Time Cards" msgstr "Hojas de tiempo" Chris Bennett -- A human being should be able to change a diaper, plan an invas

Re: [Ledger-smb-devel] Adding to/editing locales

2009-05-15 Thread Chris Bennett
Chris Travers wrote: > Add the translations to the .po file. We now use standard .po files > for managing translations. > I tried that, but it didn't seem to work. >> A question about templates came up later. They are all completely in >> English. Are there any available in Spanish anywhere?

[Ledger-smb-devel] Adding to/editing locales

2009-05-15 Thread Chris Bennett
e any available in Spanish anywhere? Thanks, Chris Bennett -- A human being should be able to change a diaper, plan an invasion, butcher a hog, conn a ship, design a building, write a sonnet, balance accounts, build a wall, set a bone, comfort the dying, take orders, give orders, cooperate, a

Re: [Ledger-smb-devel] Big troubles installing in the Server...HELP !

2009-04-22 Thread Chris Bennett
Why not get a server that you control completely? My needs are for small bandwidth, and I found an ISP that offered OpenBSD which I wanted in particular, but they also offer other OS's installed. "(FreeBSD, OpenBSD, Debian, CentOS, Gentoo, Suse, Fedora, Redhat, Ubuntu, and all Microsoft OS's)" I

Re: [Ledger-smb-devel] Screenshots for 1.3, page layout

2009-03-21 Thread Chris Bennett
d make a little script to delete unwanted features. I would guess that there would be 3-4 distinctly differnet designs. CSS makes it easy to make the same HTML look wildly different Chris Bennett -- A human being should be able to change a diaper, plan an invasion, butcher a hog, conn

Re: [Ledger-smb-devel] LSMB through the perl debugger.

2009-03-02 Thread Chris Bennett
Chris Travers wrote: > There are a few options for debugging the software, and some of them > require more knowledge of the code than others. > > The first option (requiring less knowledge) is to use the following > information to pull state info in the CGI app: > 1) print STDERR > 2) $form->d

Re: [Ledger-smb-devel] GAAP (was Re: Patch for serious bug in LedgerSMB 1.2.16)

2009-02-18 Thread Chris Bennett
ustworthy. As Chris suggested, a one button, quick reversal system would be great. Perhaps there may be a way of excluding the mistaken and their reversed transactions from informal reports (but never from formal reports). Chris Bennett -- A human being should be able to change a diaper, plan an in

Re: [Ledger-smb-devel] OpenBSD with Apache chrooted

2009-01-23 Thread Chris Bennett
mb.conf I tried setting it to 1, but couldn't finds any logs. Is there something else I need to do to get logging? Chris Bennett -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to t

[Ledger-smb-devel] OpenBSD Installation Page

2009-01-22 Thread Chris Bennett
I have put up an OpenBSD installation page at http://www.ledgersmb.info/OpenBSD_Install.html Please let me know if anything is incorrect. I noticed that 1.2.17 is not fully compatible with the packages for OpenBSD 4.4, but does fine for OpenBSD -current -- A human being should be able to chang

[Ledger-smb-devel] OpenBSD with Apache chrooted

2009-01-22 Thread Chris Bennett
atabase is created, but its not correct I'm not getting any helpful advice from apache's error log I'm assuming that the problem is on LSMB's code but pretty clueless what to look for. Any advice? Chris Bennett -- A human being should be able to change a diaper, plan an invasi

Re: [Ledger-smb-devel] newbie notes 1: getting started

2009-01-06 Thread Chris Bennett
Elizabeth Krumbach wrote: > On Sun, Jan 4, 2009 at 9:25 PM, D. Hugh Redelmeier wrote: > > >> I don't know how to deal with dependencies in a .deb. I may not be >> alone. I used dpkg -i to install the package. I got a lot of >> complaints. "apt-get -f install" seemed to fix things up. >>

Re: [Ledger-smb-devel] Site for LedgerSMB Forum

2007-08-10 Thread Chris Bennett
email with the password is bouncing. This problem definitely needs to be fixed first. Thanks Chris Bennett Chris Travers wrote: > Just to expand on this-- the other reason for asking people to take > credit for infrastructure beyond our control is that it shows people > that we *do* have an

Re: [Ledger-smb-devel] Site for LedgerSMB Forum

2007-08-10 Thread Chris Bennett
email with the password is bouncing. This problem definitely needs to be fixed first. Thanks Chris Bennett Chris Travers wrote: > Just to expand on this-- the other reason for asking people to take > credit for infrastructure beyond our control is that it shows people > that we *do* have an

Re: [Ledger-smb-devel] Site for LedgerSMB Forum

2007-08-09 Thread Chris Bennett
Chris Travers wrote: > Hi; > > I think there are questions as to the utility of forums. I will give > my list of pros/cons here. > > Pros: > There is some question whether our target market will be happier on > forums as we move into more of the Quickbooks Basic market. Maybe. > > Cons: >

[Ledger-smb-devel] Yet another Disturbing type of Exploit

2007-04-19 Thread Chris Bennett
), if a person found that javascript HAD to be turned off and kept off because of non-LSMB security issues? Chris Bennett - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 e

Re: [Ledger-smb-devel] Site for LedgerSMB Forum

2007-04-15 Thread Chris Bennett
"Please state specifically that you are running this for the community as a donation to the larger community as a whole." No Problem! Yes. This forum project is a donation to the community, whole, part or pieces. I will also say that I am offering my services, not my own idea of what is desired

[Ledger-smb-devel] Site for LedgerSMB Forum

2007-04-14 Thread Chris Bennett
l of advice and feedback. I picked a free, perl forum to use since I speak perl ( a little better than badly, but learning) but don't speak PHP at all. If anyone sees anything that needs correcting or is inappropriate please notify me. Please send any forum related email to [EMAIL PROTE