[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: Bill Of Material Management?
- To: geda-user@xxxxxxxx
- Subject: Re: gEDA-user: Bill Of Material Management?
- From: John Luciani <jluciani@xxxxxxxxx>
- Date: Sat, 28 May 2005 12:04:39 -0400
- Delivered-to: archiver@seul.org
- Delivered-to: geda-user-outgoing@seul.org
- Delivered-to: geda-user@seul.org
- Delivery-date: Sat, 28 May 2005 12:03:38 -0400
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=pqQkdMPtZQ31GTdrc0mxsJz1Ht50gkZ9c+lNLUbk9PWGRX4JjEf4bFyoOQrdJIa6UCAoZXMNN54nzwDuLo/rGsg54NS0FFsDPjmgMWPlTTeA+pZdQrMoVAuG7lhH5Xn66wGizPgLEJWDya3piPl0Rlc21YX1HPKHwIFcaINsDUE=
- In-reply-to: <200505281102.14903.bob.paddock@gmail.com>
- References: <200505281102.14903.bob.paddock@gmail.com>
- Reply-to: geda-user@xxxxxxxx
- Sender: owner-geda-user@xxxxxxxx
Are your sure that Compiere won't run with Postgres? Postrgres is in
SQL database that
passes the ACID test. I have downloaded various versions, followed the
compile/install
instructions without a single issue.
I use a Postgres database (http://www.postgresql.org) with tables for
a master parts
list, component specs and inventory. I have an HTML page with embeded
SQL that displays the parts list master joined with the component
specs and inventory tables.
I also have an order script that creates an order-list after checking
the inventory
tables.
(* jcl *)
On 5/28/05, Bob Paddock <bob.paddock@xxxxxxxxx> wrote:
>
> I was wondering what others where doing for Bill Of Material/Inventory
> Management?
>
> I'm looking for a better system than part numbers in a gnumeric/excel file,
> and text files.
>
> I have been putting non-significant part numbers (they are just numbers, they
> contain no inherent categories; common problem in BOM management) in the
> parts in my schematic, then look the numbers up in a text file with fgrep.
>
> I would like a real ERP system like Compiere
>
> http://sourceforge.net/projects/compiere/
>
> but that is not in the budget right now (You have to buy a Oracle or Sybase
> license to use the open source Compiere).
>
> Suggestions?
>
>
>