Chris Travers writes:
> Hi everyone;
>
> Since 1.3 I had been moving to semantic markup with css positioning
> (relative)
for data entry forms. This move is supposed to make it easier to support
mobile
devices and the like. Unfortunately this has two huge tradeoffs. The first is
that rel
John Locke writes:
> Clone from: git://git.freelock.com/git/ledgersmb.git
Happily, despite independent origins, John's git-svn repository and my
own arrive at identical SHA1 identifiers for the current trunk (master)
commit, including SVN metadata. I wasn't sure this would be the case.
The fact
Ed W writes:
> Simply that a well maintained Git repo is available and clearly
> documented that there is a commitment to remain up to date (eg it's
> implemented in an automatic fashion)
Ed,
There is no automation on my repository:
https://github.com/jfkw/ledgersmb
I am open to finding an aut
Chris Travers writes:
> we currently have a git gateway run by Jeff K, and he has commit
> access to our SVN repository but I don't think it has ever been
> a source of contributions.
I don't think there's any particular need to move to git at this time.
LedgerSMB's core committers are productive
Chris Travers writes:
> For everyone interested, if you are running current svn branches/1.3 and the
> patches in addons/1.3/plack-starlet/trunk/patches then it seems to work fine
> (ledgersmb.psgi in addons/1.3/plack- starlet/trunk/tools
>
> The server should be started up from inside the ledger
Chris Travers writes:
> I have found that I am unable to open the XLS documents generated by
> LedgerSMB. I have endeavored to fix this in the current framework to
> no avail. I think the best course of action is to drop XLS as a
> supported format and look for a replacement that Excel users can
Chris Travers writes:
> The immediate problem is that the old code is not re-run safe. There
> are all kinds of scoping issues there. We need to eliminate it first.
I learned that Plack offers a handler for legacy CGI code, perhaps it would
provide sufficient isolation to work.
http://search.
Robert James Clay writes:
>
> On Mon, 2012-04-02 at 05:58 -0400, Mikkel Høgh wrote:
> > I had a hard time getting LSMB set up, due to its use of old-school CGI,
> > which is not supported by our webserver of choice, nginx.
>
> Have you tried using something like FcgiWrap (fcgiwrap package on
nd be
enjoy
the new look.
I hope we do use bootstrap, it would look fantastic. Well worth the effort.
Thanks,
Jeff Kowalczyk
[1] http://twitter.github.com/bootstrap/base-css.html#tables
[2] http://twitter.github.com/bootstrap/base-css.html#forms
---
Joshua D. Drake writes:
> What features would you like to see in 2.0?
A Perl http mini server suitable for testing and debugging the code during
development and customization, prior to production deployment.
Jeff
--
Th
Joshua D. Drake writes:
> > The migration to git would be most welcome. Would it not be better to make a
> > clean* svn to git conversion one time in the near future?
>
> We aren't migrating the SVN. SVN will be for 1.3 and below only. 2.0 is
> a clean cut.
I like a clean respository as much as
Joshua D. Drake writes:
> I firmly believe we need to eliminate Latex or at least not make it a
> requirement and move to more modern technologies to generate invoices.
I appreciate and like LaTeX output. LaTeX::Table [1] seemed like something I
would want to build templates around. The problem w
Joshua D. Drake writes:
> Lastly, for 2.0 we are moving to Git. We have already created the
> repository and will slowly begin to populate over the coming months.
>
> http://github.com/commandprompt/LedgerSMB
The migration to git would be most welcome. Would it not be better to make a
clean* svn
Re: a git migration:
If/when the consensus is to migrate to git, I recommend a clean export,
which drops the git-svn metadata from the typical git-svn that tracks
upstream svn. e.g.
http://www.jonmaddox.com/2008/03/05/ (wrap)
cleanly-migrate-your-subversion-repository-to-a-git-repository/
I'
blck shp writes:
> O.K., stupid question. How does this work? I mean, where do I
> customize? Should I make another .pl and/or .pm and mod the existing
> .pl's, etc.? Then what? How do my changes get into a release or become
> a candidate? Is there a steering group? Is there a vote? Who's bread
>
blck shp writes:
> Are there plans for serial tracking in lsmb?
> Had a possible solution,
> but didn't know if there were any GAAP guidelines to follow. I have
> the basic idea, but do not know the existing business logic and
> program flow. Is there a clear outline of modules and scripts and how
How do I discern what role in being used to execute a given query?
I want to learn how to know (rather than guess) what GRANT should I make to
table invoices to allow function LedgerSMB/IS.pm:post_invoice() to issue
an UPDATE invoice statement.
Thanks,
Jeff
Permissions on table invoice after boo
Regarding the the per-company roles available after creating an instance
install-mycompany.sh (see below):
Would it make sense to arrange the name components per area, with the verb
coming last, e.g.:
lsmb_mycompany__ap_invoice_create
Thanks,
Jeff
lsmb_mycompany__add_project_timecard
lsm
On Tue, 16 Jun 2009 13:53:41 -0700, Chris Travers wrote:
> If auth fails, you will get connection failures with PG auth errors. This
> is a permissions issue.
> ...
> Table and function permissions. I thought we had all these fixed in
> Roles.sql. If not, the we need to get them fixed.
Working
Can I get some background on the proper way to enable some missing
permissions in the current trunk?
After running install-mycompany.sh, log in, go to AR | Sales Invoice.
Enter 'foo' in partnumber, press update:
Error!
SELECT p.id, p.partnumber, p.description, p.sellprice,
p.listprice, p.l
I'm eager to try out the trunk admin functions, which appear to be coming
together based on commit logs.
What is the admin loging HTTP authentication expecting?
After running trunk/install-mycompany.sh, I have the myuser available.
Trying the admin login with that username and password:
[Tue Ju
When running the requisite steps to add contrib functions to a
new-database company file for trunk (1.3):
$ createdb -U postgres -O ledgersmb mycompany ;
$ createlang -U postgres plpgsql -d mycompany ;
$ psql -U postgres -d mycompany -f
/usr/share/postgresql-8.3/contrib/tsearch2.sql
$ p
Along similar lines to perltidy cleanups done previously, I would like to
work up a commit normalizing the handwritten trunk/sql/Pg-database.sql
source using pg_dump --format=p as a starting point.
This would be a large and noisy diff, so anyone with an uncommitted
branch would have difficulty mer
On Sat, 18 Apr 2009 19:41:35 -0700, turtle wrote:
> Here are some screen shots of our custom Ledgersmb system.
> http://turtle.think-electric.com/gallery/v/think/ledgerSMB/
The URL isn't loading, do you have another?
Thanks,
Jeff
-
While updating trunk/INSTALL, I note that the contents of
sql/modules/Menu.sql have already been merged to sql/Pg-database.sql.
Is it OK if I remove sql/modules/Menu.sql ?
Thanks,
Jeff
--
This SF.net email is sponsored
On Tue, 24 Feb 2009 12:50:35 -0800, Roderick A. Anderson wrote:
> would this be the 1.2-experimental branch?
trunk is 1.3. At some point in the beta cycle, it would move to a branch
to open trunk for 1.4 features.
Jeff
turtle wrote:
> I need to make a button (sub function) that makes both a sales order and a
> purchase order from a quotation. When we sell a job we know we are going to
> go buy the parts. It could tell too if there were items in the inventory left
> over from another job.
> The next problem I
David Mora wrote:
> That is to include the capabilities to link acc_trans entries on gl
> transactions to entities,
Hi David,
For those on the list not very familiar with trunk (1.3) entities, would
you list some examples of entities which might be linked with certain
kinds of GL transactions?
I
On Thu, 05 Feb 2009 16:48:39 -0800, Chris Travers wrote:
> Jeff asked a while back about businesses using LSMB 1.3 in production.
>
> I will be setting up LSMB in production this weekend for a business
> which may not count in that since it will be mostly operated by my
> wife, but it will be a si
On Tue, 03 Feb 2009 15:49:36 +, Ed W wrote:
> Can I request that you consider GIT again. I know it's come up before,
> but it really is a very interesting system for maintaining parallel code
> trees, especially where you want to get contributions back up the tree
>
> For example it would all
On Sat, 31 Jan 2009 17:04:31 -0800, Chris Travers wrote:
> PDFtricks is here:
> http://www.ctan.org/tex-archive/help/Catalogue/entries/pdftricks.html
Just to follow up, I worked with pdftricks for an hour outside of
LedgerSMB, but couldn't get any version of a pstricks/pst-foo test.tex to
generate
--- On Sat, 1/31/09, Gerd Nennemann wrote:
> I developed an other solution to easily generate native LaTeX barcodes
> out of LedgerSMB. I added a new placeholder
> and a function to Form.pm, which calls GNU barcode. The output is
> translated into picture environment's \line and \linethickness com
Jeff Kowalczyk wrote:
> > Look at pdftricks. I believe it allows you to use pstricks stuff in
> > pdflatex.
>
> Thanks, I found pst2pdf, which I presume what you were referring to.
texlive-packaged pst2pdf seems to be a bit inflexible, so we probably
won't want to use th
On Sat, 31 Jan 2009 15:30:58 -0800, Roderick A. Anderson wrote:
> Jeff Kowalczyk wrote:
>> If anyone has an idea to silence or ignore pstopdf output in the system()
>> call, perhaps this would be good commit to branches/1.2 and trunk,
>> facilitating use of additional a
On Sat, 31 Jan 2009 15:35:44 -0800, Chris Travers wrote:
> However, there is one issue with pstbarcode to be aware of, if you are
> doing more than inhouse stuff: most of the barcode specs require the
> font for the numbers at the bottom to be ocrb, and the only LaTeX font
> I can find for ocrb is
On Sat, 31 Jan 2009 15:35:44 -0800, Chris Travers wrote:
> Jeff Kowalczyk wrote:
> > I needed to use pst-barcode in Latex templates with branches/1.2.
> >
> > Per pstricks documentation, pdflatex alone will not work. The latex,
> > dvips, pstopdf workflow is required.
I needed to use pst-barcode in Latex templates with branches/1.2.
Per pstricks documentation, pdflatex alone will not work. The latex,
dvips, pstopdf workflow is required.
Fortunately, this leads to a small de-duplication of code, see[1].
However, the texlive-packaged pstopdf apparently lacks a
On Fri, 14 Nov 2008 19:56:39 +, Chris Calef wrote:
> Hi,
>
> Could anyone possibly fill me in on how timecards are marked as open or
> closed? My clients tell me that they used to be able to mark this in
> SQL-Ledger, and that they were marked as closed when they called Generate
> Sales Orde
Should LedgerSMB start using a testing framework/style which interacts
directly with/in PostgreSQL?
It would seem to be useful now for the legacy codebase, and essential
going forward with the stated direction of increasing stored-procedure
logic.
Two projects that looked interesting:
http://pgf
On Mon, 08 Sep 2008 13:09:31 -0400, EspeonEefi wrote:
> git svn clone https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/
> ledgersmb --stdlayout
>
> seems to do the trick.
Thanks, committed in r2317.
git-1.6.0.1 must be more dilligent at searching for the stdlayout, and I
have gotten ou
On Fri, 05 Sep 2008 13:45:35 -0700, Chris Travers wrote:
>>> I have a couple of bugs I expect to tackle after we get 1.2.16 out the
>>> door which involve order entry.
>>
>> Can you list these bugs or their SF bug ids?
>>
>> I have a ton of Order Entry to do next week, and would be glad to test any
On Fri, 05 Sep 2008 10:23:00 -0700, Chris Travers wrote:
> I have a couple of bugs I expect to tackle after we get 1.2.16 out the
> door which involve order entry.
Can you list these bugs or their SF bug ids?
I have a ton of Order Entry to do next week, and would be glad to test any
fixes early.
On Fri, 05 Sep 2008 10:24:40 -0700, Chris Travers wrote:
> Anyone have any issues with 1.2.16-rc1? If so, now would be a good
> time to let us know :-)
I'm running branches/1.2 on Pg 8.3, and no issues here.
Sorry I wasn't able to catch the timecard pricematrix bug. Use that
section several time
If anyone (with commit access) is interested, here's how to use git to
work distributed/offline, then commit your work back up to the subversion
repository. I used a branch, even though this was a trivial commit.
(1.3_jfkw) $ git checkout trunk
(9b24d10...) $ git checkout -b 1.3_INSTALL
Swi
David A. Bandel wrote:
> Running Pg (8.3) for several months and no outstanding issues with it.
> Only outstanding issue is w/ Perl and the assert issue.
Likewise, no Pg 8.3 issues here.
-
This SF.Net email is sponsored by t
Typo correction:
backup.sh:
pg_dump --format=p -c -U postgres mycompany --file=mycompany.sql
restoredb.sh:
psql -U postgres -d mycompany -f mycompany.sql
-
This SF.Net email is sponsored by the Moblin Your Move Developer's
> > Putting the plaintext backup of the company database under version
> > control. At any time I can and do make snapshots, then examine the
> > diff to see how each LedgerSMB operation affects the database tables.
>
> BTW, a better idea would be to turn on statement logging and revision
> control
=
Distributed LedgerSMB Development With DVCS - Git
=
2008-08-11
By Jeff Kowalczyk (jfkw)
I've been working on my local LedgerSMB deployment customization
using the distributed version control s
Chris Travers wrote:
> Currenty, in trunk, all addresses, contact info, etc are mapped back
> to a company or person entity. We do not have mappings per
> customer/vendor account.
>
> I have had at least one request for contract (entity_credit_account)
> to address mappings in the following way:
On Wed, 16 Jul 2008 17:26:51 -0400, Jeff Kowalczyk wrote:
> Fielded a question from a branches/1.2 user who needs to reference a
> specific line-item when applying a payment. Typical of Insurance-paid
> goods and services, The initial payer is the customer. Third party
> payments c
Attaching David's screenshot for discussion, thanks for providing it:
Q: What do the black up-down arrows do?
Q: Does the invoice item 2 render account, source and memo input fields on the
next 'update' after a nonblank (here $160) amount is entered?
<>--
Fielded a question from a branches/1.2 user who needs to reference a
specific line-item when applying a payment. Typical of Insurance-paid
goods and services, The initial payer is the customer. Third party
payments come in later from multiple payers and on multiple sources (check
number).
My first
On Wed, 16 Jul 2008 21:05:19 -0700, turtle wrote:
> What does the ledgersmb use to distinguish a service from a part?
In branches/1.2: not much. AFAICT, only the non-NULL status of
parts.inventory_accno_id distinguishes parts from services.
Jeff
-
Taking a survey of sorts:
How many among us have checked out, configured, and done some testing with
data entry on LedgerSMB svn trunk, a.k.a. LedgerSMB-1.3?
Or if you know the tools well, but tried and got stuck somewhere along the
way, I'm curious to hear that, too.
Thanks,
Jeff
Chris Travers wrote:
> Check two things:
>
> PostgreSQL log (should show something like database not found).
> Try clearing your cache and cookies and trying again.
Just to follow up, with Chris' help I did get the trunk instance past
login.
For other's reference, there were potential issues of:
On Mon, 30 Jun 2008 16:04:17 -0400, Jeff Kowalczyk wrote:
> My /etc/apache2/apps/ledgersmb13.conf differs only in WORKINGDIR to
> trunk'd ledgersmb-httpd.conf.
I just verified that rewrite is working on my system, perhaps a built-in:
# cat /var/www/localhost/htdocs .htaccess
Rewri
On Mon, 30 Jun 2008 12:43:35 -0700, Chris Travers wrote:
> Make sure you have the relevant mod_rewrite rules in place. See the
> ledgersmb-httpd.conf from /trunk for more information.
>
> Otherwise the script doesn't get passed the auth info.
My /etc/apache2/apps/ledgersmb13.conf differs only in
Following the INSTALL+sql/modules/REAME trunk r2176 (*), I'm trying to log
into company/database 'ledgersmb13', with user 'foo' password 'password'.
I get the frameset, an HTTP Auth prompt, and the following apache
error_log:
# tail error_log
[Sun Jun 29 21:32:12 2008] [error] [client 127.0.0.1]
woodvorg wrote:
>> Check it all out using git, branch it and make your edits to your hearts
>> content...
>>
>> ...all the cool cats are using git these days... ;-)
>
> Now that's a much better idea! So when a new version comes out, I check it
> out and just merge the new release branch with my b
On Thu, 05 Jun 2008 15:48:50 +0100, Ed W wrote:
> Seconded - although it seems fairly likely that if we can just see a few
> serious sponsors then we can assume that 1.3 is achievable and
> development will start on 1.4?
>
> Are you prepared to put a rough figure down at this stage?
Not a huge nu
On Thu, 05 Jun 2008 08:01:05 +0100, Ed W wrote:
> I just want to see the money
> buy a number of days of full time work on "unspecified SL development"
> which will be timesheeted and demonstrably advance the release date of
> 1.3/1.4. I plan to negotiate separately to buy specific features that
>
On Wed, 21 May 2008 19:00:40 -0700, Chris Travers wrote:
> I suppose we could just drop the NOT NULL constraint from state...
Is the only reason state is marked NOT NULL is to reference a tax table?
If so, perhaps we should have a separate tax_zone, or table matching
entity_id to any number of ta
On Wed, 21 May 2008 11:44:05 -0700, Chris Travers wrote:
> One thing that is remarkably hard to model relationally is address data.
> In particular different places have different semantics. Some countries
> have mail codes while some do not. Some places it makes sense to track
> states and prov
of:
ledgersmb12 $ svn diff > mypatch.patch
>> On Fri, 29 Feb 2008 15:29:46 -0500
>> Jeff Kowalczyk <[EMAIL PROTECTED]> wrote:
>>
>> shaker yasa wrote:
>> > Question: what format should changes be submitted to the group in,
>> > the entire f
On Mon, 24 Mar 2008 12:54:16 -0400, The Anarcat wrote:
> I missed the first bits of this discussion, but I want to announce our
> efforts here to improve on the scripts provided in the manual. The
> source is there:
Thanks for posting these.
I'd encourage anyone with utility scripts of any kind t
shaker yasa wrote:
> Question: what format should changes be submitted to the group in, the
> entire file with changes commented or just the new code with
> instructions for inserting?
Without presuming to speak for the committers, the usual way a
shared-respository project accepts changes is to:
Chris Travers wrote:
> We basically package the release and submit it for review. In the past
> this has been largely been done by the core team but this was originally
> at least in part due to the fact that we were doing a *lot* more in the
> way of security releases in our early days. There is
Chris Travers wrote:
> If the number of bugfixes are small and the software is easily testable,
> validation should take no more than 48 hours.
What does LedgerSMB release validation entail? I've always been curious
about that.
---
Chris Travers wrote:
> One of the major areas of advertised improvements in LedgerSMB 1.2.8 was
> in Cost of Goods Sold (COGS) handling with regard to reversed invoices.
> However, this area of the legacy code had some duplication which caused
> the fixes to pass in certain circumstances (including
Chris Travers wrote:
>
> Jeff Kowalczyk wrote:
> > Has anyone thought about ways we might expire, remove and optionally
> > restore identifiable customer/entity information from LedgerSMB
> > datasets?
> >
> > Obviously, preventing penetration of a production
Has anyone thought about ways we might expire, remove and optionally
restore identifiable customer/entity information from LedgerSMB datasets?
Obviously, preventing penetration of a production system is the intention.
There's always something in the news about breaches like TJMaxx and
monster.com.
On Thu, 23 Aug 2007 17:16:20 -0400, Eloi George wrote:
> ... forums provide a way to get the more non-technical involved /
> interested in the product. ... Ledger-SMB seems to be more targeting the
> small to medium business owner that can't afford an IT person and
> doesn't have the time or patien
--- Chris Travers <[EMAIL PROTECTED]> wrote:
> David Bandel <[EMAIL PROTECTED]> wrote:
> > Upgraded from 1.2.5 (with some of my own hot-fixes) to 1.2.7.
>
> What sort of hot fixes? Were these re-applied?
LedgerSMB runs well as a svn checkout, including local changes. It would
probably be a good
Charley Tiggs wrote:
> http://www.tiggs.net/lsmb_resources.zip
Thanks so much for releasing this, Charley. Documentation of these
parts of the CLI API is an invaluable help.
I'm going to be doing my integration work with python, which I'll also try
to release publicly.
Are there any objections t
to use yet.
Thanks,
Jeff
Subject: Re: CLI order and invoice scripts (was: COGS and part setup)
From: Jeff Kowalczyk <[EMAIL PROTECTED]>
Newsgroups: gmane.comp.finance.ledger.smb.user
Date: Sat, 31 Mar 2007 12:46:28 -0400
Charley Tiggs wrote:
> I'm using the cl
--- Ed W <[EMAIL PROTECTED]> wrote:
> contacts with a structured history trail
> (...)
> I think it's helpful to review the
> kind of "use cases" that I sketched out and perhaps dream up some more -
> I think it helps figure out if we have got the model right if we see
> that we can do all the o
--- [EMAIL PROTECTED] wrote:
> +1. An argument could even be made that an invoice, once produced,
> should become an opaque blob of data. I can't think of any reason to
> modify a produced invoice. Any amending of an invoice should surely
> create a new, separate document?
True, that rev
--- Chris Travers <[EMAIL PROTECTED]> wrote:
> I have some ideas about preventing duplicate submissions but nothing
> definite yet.
>From past descriptions, the planned in-database business logic will return an
error for any invalid-action input, whether it comes from the browsers UI, a
resumbitte
--- Ed W <[EMAIL PROTECTED]> wrote:
> Please show me an example. My point is that REST is irrelevant, it's
> just a different encoding for the same kind of interface. However,
> unless someone can show me a feature of cookies which makes them in some
> way browser window specific, I claim tha
--- Chris Travers <[EMAIL PROTECTED]> wrote:
> I would like to propose that we try to ensure Section 508 compliance
> on all new user interface screens.
It's a great idea and forward-thinking goal for LedgerSMB's target audience.
Some types of business will realize they are obliged to pursue 508 c
--- David Bandel <[EMAIL PROTECTED]> wrote:
> Not sure I understand the need to maintain all the perl dependencies.
> Will Gentoo not allow you to just run cpan and install those
> dependencies required?
Yes, but any modules installed by plain cpan will not be managed by the portage
packaging syst
--- Charley Tiggs <[EMAIL PROTECTED]> wrote:
> Christopher Murtagh wrote:
> > On Thursday 19 April 2007, Charley Tiggs wrote:
> >> To second Tim's observation, I've just launched a custom ecommerce site
> >> that uses LSMB 1.2.3 and PHP 5. We do have real time inventory working
> >> great with sev
--- Christopher Murtagh <[EMAIL PROTECTED]> wrote:
> Frames need to die. The problem is that there is a lot of business logic and
> input code that is tied into the current frameset.
Do you mean that third party integration code is written to HTML and URL
elements in a frameset, or that parts of
> On 3/25/07, Chris Travers <[EMAIL PROTECTED]> wrote:
> > 1) There is some debate (so far, over IRC) over whether to move
> > templates into the database,
> > PRO:
> > a) makes for easier security because we can have full ACL-based support
> > CON:
> > a) makes it harder to edit using a bas
--- Chris Travers <[EMAIL PROTECTED]> wrote:
> Also one question that was brought up before and never really answered
> (I thought) was how we want to encourage non-technical users to
> contribute documentation.
> (...)
> 2) What formats will we accept documentation edits in? Do we want to
> for
Apropos recent AJAX topics: Do the core developers have any intention to use
non-XML data representation/transfer formats such as JSON or YAML in LedgerSMB?
I prefer working with JSON data for Web UI data transfers, and of course JSON
libraries are available for most languages by now.
On the serv
--- Chris Travers <[EMAIL PROTECTED]> wrote:
> Since 1.3 will be our first release with substantial logic
> encapsulated in the database, I wanted to get discussion started on
> coding conventions. Currently we are targetting the code for
> PostgreSQL 8.0 through 8.2 but want to ensure it is reaso
--- Chris Travers <[EMAIL PROTECTED]> wrote:
> 1) Cross-development-environment data model. The same data model can
> be accessed from Java, Groovy, Python, Perl, PHP, VB6, .Net, or
> whatever you want to use. It will be entirely encapsulated in the
> database (rather than having the data model
--- Chris Travers <[EMAIL PROTECTED]> wrote:
> 2) Full data integrity controls managed by the database. In short
> the ORM works almost in reverse.
Can you elaborate on the planned implementation of the integrity controls? I'd
like to read up on the parts of Postgresql involved (and deemed most
a
--- Chris Travers <[EMAIL PROTECTED]> wrote:
> After thinking a great deal about Josh Berkus's suggestion that we use
> a text file with some sort of self-documenting API capabilities.
Did that mean the documentation of the 90% stored procedure API, or the
automation API of the 10% layer in perl?
--- Chris Travers <[EMAIL PROTECTED]> wrote:
> > I think this would be an appropriate time to ask a question I've been
> > holding: will the core LedgerSMB developers weigh in on what types of
> > LedgerSMB-related projects they would consider allowing to use the (or a)
> > repository on the eventu
--- Chris Travers <[EMAIL PROTECTED]> wrote:
> > I would think that as long as a module's functionality has any possibility
> > of being integrated with, or some code moved to, the LedgerSMB core, then
> > the code base benefits by keeping that development process close to home.
>
> Not quite sure
Jeff Gerritsen wrote:
> I'm thinking about creating a sourceforge project to post the
> information to and allowing for others comments?
I think this would be an appropriate time to ask a question I've been
holding: will the core LedgerSMB developers weigh in on what types of
LedgerSMB-related pro
--- Chris Travers wrote:
> If we rewrite the entire application at once, I am quite afraid it
> will never be completed simply because it is such a big task.
I agree with this, a rewrite with redesign [1] would take way too long for any
new or SL user to remain interested in SMB.
> Rewriting in P
--- "Joshua D. Drake" <[EMAIL PROTECTED]> wrote:
> Actually (python) has been discussed. At least two of the core members are
> pro python. Python also gives us a better cross platform capability.
That's interesting to hear. For a long while prior to the LedgerSMB fork, I had
considered working wi
--- "Joshua D. Drake" <[EMAIL PROTECTED]> wrote:
> My main argument against would be that it is administratively difficult
> to manage. For example, I have zero desire to allow anonymous ticketing.
> I also have zero desire to allow anonymous wiki access. That means we
> need a signup and confirmat
--- "Joshua D. Drake" <[EMAIL PROTECTED]> wrote:
> As someone who has over 50 Trac installations (...)
Got it, I won't turn the thread into a Trac commercial. Well, you know all
these features, and you've probably run into admin issues with larger
projects that I haven't yet encountered in my own.
Joshua D. Drake wrote:
>> Trac is certainly not competitive as a Wiki for major end-user
>> documentation projects. But for developers, as discussed here
>> previously, (IMO) Trac would be a huge boost to creating an active
>> LedgerSMB developer-tester community. Sourceforge's issue tracker is
>>
Joshua D. Drake wrote:
> We of course appreciate the offer but we decided on the direction we are
> taking because we want an all in one solution that we don't have to
> worry about.
>
> The CMS gives us many things beyond the "wiki" idea.
Separate from the end-user documentation efforts, may I a
Not to troll, but:
Is LedgerSMB planning to incorporate the new features SQL-Ledger-2.7 beta,
scheduled for release mid December 2006?
This is more or less the motivation for my previous question about
diff-minimzation. But that's just the technical work of incorporating the
changes.
My underly
1 - 100 of 102 matches
Mail list logo