Re: Getting OFBiz source code

2010-04-07 Thread Nicolas Malin
Hi, If you want to use OFBiz on production site in few month, take 9.04 source else, you use trunk version and synchronise your developpment when the next stable release will become. Nicolas LETRUNGSON wrote: Hello you, I want to get source code of OFBiz to develop and customize. what

Re: JUNK-Re: ofbiz entity sync.

2010-04-07 Thread Deyan Tsvetanov
-Original Message- From: Jacques Le Roux jacques.le.r...@les7arts.com Reply-to: Jacques Le Roux jacques.le.r...@les7arts.com To: user@ofbiz.apache.org Subject: Re: JUNK-Re: ofbiz entity sync. Date: Tue, 6 Apr 2010 21:30:24 +0200 From: Deyan Tsvetanov deyan.tsveta...@ittconsult.com Hi

Re: Getting OFBiz source code

2010-04-07 Thread Jacques Le Roux
About trunk vs release http://cwiki.apache.org/confluence/display/OFBADMIN/Apache+OFBiz+Getting+Started Jacques From: BJ Freeman bjf...@free-man.net this is a good launch point to get information http://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Documentation+Index this is a good group

Re: ofbiz entity sync.

2010-04-07 Thread Deyan Tsvetanov
Hi guys, so about the transaction log: I have a table called TRANSLOG with the following structure: CREATE TABLE translog ( id bigserial NOT NULL, table character varying(30) NOT NULL, operation character varying(6) NOT NULL, statement character varying NOT NULL, created_on

Ecommerce trunk is broken

2010-04-07 Thread Ravindra Mandre
Hi , Ecommerce trunk is broken when I click to widget under the browse category http://demo-trunk.ofbiz.apache.org:8080/ecommerce/products/200 I found that this is because of of the committ r926987[11/26] , in CategoryWorker.java . I reverted back to its previous version then it works while I

Re: ofbiz entity sync.

2010-04-07 Thread BJ Freeman
it needs to be non database specific. to be used in ofbiz respository. so using a entity and eeca would work to take a look at the bi code = BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation

Re: Getting OFBiz source code

2010-04-07 Thread Ruth Hoffman
Hello LETRUNGSON: Want an unbiased opinion from a user's point of view? Read this: http://www.myofbiz.com/control/cms01?article=10002 Regards, Ruth Hoffman Find me on the web at http://www.myofbiz.com or Google keyword myofbiz

Sorting a string column as a number

2010-04-07 Thread Stephen Rufle
Is there a way to sort a list of GenericValue objects by number on a column that is actually a string representation of a number? Ex. I have a party list where the externalId of the rows are 1,2,...,10,11,...,22. When I query and order by externalId they come back as 1 10 11 2 22 I would

about tax related

2010-04-07 Thread Selvakumar Ganesan
I want to implement vat tax with the ofbiz tax calculation.what should I do to add that tax process in that.

Re: JUNK-Re: ofbiz entity sync.

2010-04-07 Thread David E Jones
On Apr 7, 2010, at 2:04 AM, Deyan Tsvetanov wrote: Jacques PS: I saw your answer to Adrian and your example. Yes this seems to be a real problem, I can't find a good solution so far :/ If we could avoid to have NTP sync the machine during transactions it should not be a problem. I found

Re: about tax related

2010-04-07 Thread Jacopo Cappellato
On Apr 7, 2010, at 4:23 PM, Selvakumar Ganesan wrote: I want to implement vat tax with the ofbiz tax calculation.what should I do to add that tax process in that. Setting up a vat tax is not very different from setting up a sales tax: just make sure you select the proper type (Value Added

Re: ofbiz entity sync.

2010-04-07 Thread David E Jones
A transaction has a lot of overhead, but is a good way to go. For removes the current EntitySync implementation does in fact use a sort of transaction log. The nice thing about timestamps is they tell you what records have been changed since a certain time so you know which records have

Re: ofbiz entity sync.

2010-04-07 Thread Jacques Le Roux
Hi Deyan, Just a logistic tip: the OFBiz MLs don't support attachments nor included images. When you need to put an image in a message please use another mean. Anyway I guess we all understood your point, thanks for the details Jacques - Original Message - From: Deyan Tsvetanov

Re: ofbiz entity sync.

2010-04-07 Thread Deyan Tsvetanov
A transaction has a lot of overhead, but is a good way to go. [Deyan] We can delete the old transaction log after successful sync has been done and 1 month has passed - or something like that. WE don't need to keep the transaction log for eternity, that's out of question :) To really do this

Re: about tax related

2010-04-07 Thread Bob Morley
Jacopo Cappellato-4 wrote: Setting up a vat tax is not very different from setting up a sales tax: just make sure you select the proper type (Value Added Tax, VAT_TAX) for the type in the product rate screen:

Re: about tax related

2010-04-07 Thread Jacques Le Roux
Hi BOb, Just curious, what is exatly tax-on-tax, is this really existing somewhere? I remember a colleague speaking about legal issue with this kind of things, at least in Europe (we had a such thing once in France in nineties and it was a real concern) Thanks Jacques From: Bob Morley

Re: ofbiz entity sync.

2010-04-07 Thread Jacques Le Roux
For those interested, I have put the images in the related Jira issue () and also a link from there to this thread Jacques From: Deyan Tsvetanov Right ! ;) So image no. 1: http://img179.yfrog.com/img179/8520/translogscreenshot.png Image no. 2:

Re: about tax related

2010-04-07 Thread Bob Morley
Jacques Le Roux wrote: Hi BOb, Just curious, what is exatly tax-on-tax, is this really existing somewhere? I remember a colleague speaking about legal issue with this kind of things, at least in Europe (we had a such thing once in France in nineties and it was a real concern)

Re: ofbiz entity sync.

2010-04-07 Thread Hans Bakker
Hi Jacques, thanks, good action. Regards, Hans On Wed, 2010-04-07 at 23:14 +0200, Jacques Le Roux wrote: For those interested, I have put the images in the related Jira issue () and also a link from there to this thread Jacques From: Deyan Tsvetanov Right ! ;) So image no. 1:

Re: Use of Skill Types and Project Role Types in the ofBiz Project Manager module

2010-04-07 Thread Hans Bakker
Hi Armando, please find my answers in-line. Regards, Hans -- Ofbiz on twitter: http://twitter.com/apache_ofbiz Myself on twitter: http://twitter.com/hansbak Antwebsystems.com: Quality services for competitive rates. On Wed, 2010-04-07 at 14:37 +0200, Bertuzzi, Armando [Nervianoms] wrote:

Advice on modeling for services

2010-04-07 Thread Bob Morley
I am looking for some advice on how to properly model services requests for our brick and mortar stores. What we have now is as follows: Customer comes in and asks to purchase a watch and wants some engraving on the back. Let's assume this is a high-end product so the work is actually sent out

Creating a Lead

2010-04-07 Thread rugstan
Hi When I create a lead and I enter customer First Name and Last name and then enter the compnay name in party group it creates two party. One for name and one for party group. Why is it like this? this is unnecessary creating party id for nothing. And its very confusing also... can any one can

Re: Advice on modeling for services

2010-04-07 Thread BJ Freeman
there are many ways to accomplish this. here is my effort the products first have to be broken down into their parts in ofbiz a production run would be made for the disassembly of each. then a production run to assemble the parts into what the customer wants. you create BOM

Production runs to project mgr

2010-04-07 Thread BJ Freeman
is there code to import a production run into project mgr so the run is a phase and the steps are tasks = BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation http://www.businessesnetwork.com/automation/viewforum.php?f=93

Re: Advice on modeling for services

2010-04-07 Thread Bob Morley
BJ Freeman wrote: the products first have to be broken down into their parts in ofbiz a production run would be made for the disassembly of each. then a production run to assemble the parts into what the customer wants. you create BOM

Re: Creating a Lead

2010-04-07 Thread BJ Freeman
in one seniario there my be more than one lead from a company so when you first enter the first lead you create the company and the lead is associated with that group now if you create a second lead from the same company then it is just associated with the company group already created. you can

Re: Advice on modeling for services

2010-04-07 Thread BJ Freeman
1) i use a third production run to tie multiple ones together so there is sequence. 2) you need the costing from the production run (like labor or extra parts) before you can quote. BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation

Re: Advice on modeling for services

2010-04-07 Thread BJ Freeman
oh and the configurable product is tied to the production runs as well. see pc001 in the demo data. http://trunkdemo.businessesnetwork.com/ecommerce/products/PROMOTIONS/p_PC001 = BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation

Re: Sorting a string column as a number

2010-04-07 Thread Bob Morley
Stephen Rufle wrote: Is there a way to sort a list of GenericValue objects by number on a column that is actually a string representation of a number? The first thing that occurred to me was using a view-entity with a field for your sequence that is a complex alias. Might have to hunt

Please add another news on OFBiz website home page

2010-04-07 Thread Ashish Vijaywargiya
Hello, Please add following news about OFBiz release 9.04 on the home page. http://blogs.zdnet.com/open-source/?p=4041 We can add it on sixth position, as it is published in 2009. Sorry right now I don't have checkout of website code :-). Thanks! -- Ashish

Re: Production runs to project mgr

2010-04-07 Thread BJ Freeman
the project mgr was more for tracking live routing in an production run. so the Gnatt chart can bus used for production effecency. yours seems also important to keep track of money that is spent but can not be put towards taxable cost till the part is sold. that also effects accounting and if you

Re: Production runs to project mgr

2010-04-07 Thread Adrian Crum
Actually, our need isn't tax-driven, it's economy-driven. We need to track the labor cost of every unit we sell to make sure we have the minimum staff required to meet production. -Adrian --- On Wed, 4/7/10, BJ Freeman bjf...@free-man.net wrote: From: BJ Freeman bjf...@free-man.net Subject:

Re: Please add another news on OFBiz website home page

2010-04-07 Thread Scott Gray
On 7/04/2010, at 10:32 PM, Ashish Vijaywargiya wrote: Sorry right now I don't have checkout of website code :-). svn co https://svn.apache.org/repos/asf/ofbiz/site :-) smime.p7s Description: S/MIME cryptographic signature

Re: Production runs to project mgr

2010-04-07 Thread BJ Freeman
yes then the import to project manager would be good and the estimated to actual would give you cost. and gnatt give you bottle necks. = BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation

Re: Please add another news on OFBiz website home page

2010-04-07 Thread Ashish Vijaywargiya
I will wait till evening, if its not committed then I'll do it tomorrow :-) Thanks! -- Ashish On Thu, Apr 8, 2010 at 10:39 AM, Scott Gray scott.g...@hotwaxmedia.com wrote: On 7/04/2010, at 10:32 PM, Ashish Vijaywargiya wrote: Sorry right now I don't have checkout of website code :-). svn co

Re: Sorting a string column as a number

2010-04-07 Thread Hans Bakker
only if they are entered with the same number of digits.. On Wed, 2010-04-07 at 06:11 -0700, Stephen Rufle wrote: Is there a way to sort a list of GenericValue objects by number on a column that is actually a string representation of a number? Ex. I have a party list where the

how to make invoice against a sales order

2010-04-07 Thread Selvakumar Ganesan
hello I could not find out how to make invoice for an order from the order screen itself. is there any way to do invoice for all the items of an order.

Re: how to make invoice against a sales order

2010-04-07 Thread Rishi Solanki
Hi, Easiest way to Do Quick Ship Entire Order, then you will able to see the invoice number in the left bottom section of order screen. Rishi Solanki Manager, Enterprise Software Developer HotWax Media Pvt. Ltd. Direct: +91-9893287847 http://www.hotwaxmedia.com On Thu, Apr 8, 2010 at 11:13 AM,