long term purchase contract

2009-04-01 Thread aswath narayana
Hello, Is there a longterm purchase contract/rate contract? Here is the descriptions of the longterm purchase/rate contract Initially, PO is created, a specific quantity(large) and a rate is fixed. Then, on a regular schedule, the buyer should be able to specify the quantity that should be sent

How to change the product price (i.e. discount) based on the customer

2009-04-01 Thread Pradeep Kumar
Hi all, I am having a requirement that, In my app i need to change the product price based on the customer( i.e on their roles). For example: if customer is the normal customer (i.e having role CUSTOMER) then the product price for him is say 10 USD if the customer is a retailer (i.e

Re: JVM issues on Godaddy Virtual Server

2009-04-01 Thread Henning Blohm
Hi Branden, VPS configurations often limit the amount of virtual memory that can be allocated by processes (e.g. see privmpages in virtuozzo). The JVM is one of those programs that really loves to allocate large chunks of virtual memory for all kinds of memory areas it uses without necessarily

Re: long term purchase contract

2009-04-01 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Seems that Agreements would handle this. You can have the Agreements automatically set this up as delivery schedules. Normally this is all defined in the first PO. Some companies do not require continued PO's but an Milestone based on the Agreements

Re: Problem with https

2009-04-01 Thread Angelo Matarazzo
Hi Adrian, David, for my project at the first I wouldn't use certificate or self-certified certificate. Before security improvement, I only setted https=false in url.properties file and I had no problem about certificates and secure connections. After security improvement, I thought it would be

Re: long term purchase contract

2009-04-01 Thread Jacopo Cappellato
I'd suggest to use the Agreement data model (and related services) for this; there are also some screen to create/modify data in the Accounting component (they should be moved to the Party component). Agreements are already used to setup some terms, payment net days etc. for sales and PO;

Re: JVM issues on Godaddy Virtual Server

2009-04-01 Thread Branden Strickland
Thank you all!!! I did get it working (although as specified performance isn't where it should be.) I had to modify the jvm params for ant, tomcat, and jvm itself in a .sh script neatly placed in /etc/profile.d/ It's a virtual server on Godaddy and their technical turned into a sales call.

Re: About OFBiz and RMI

2009-04-01 Thread Cimballi
In fact I was wrong, you can use the default RMISocketFactory from the JDK without changing the code, you just have to comment the properties in the ofbiz-trunk/framework/base/config/ofbiz-containers.xml file : !-- RMI Service Dispatcher -- container name=rmi-dispatcher

Failure in create operation for entity [SalesInvoiceItemFact]

2009-04-01 Thread benni23
Hi, I have a problem with the quickShipEntireOrder function (I am using ofbiz trunk 755618). For an order created in the webshop I suddenly get the following error: ERROR 23503: INSERT on table 'SALES_INVOICE_ITEM_FACT' caused a violation of foreign key constraint 'SIIF_INVDATE' for key (_NF_).

Javascript of myportal is blocked

2009-04-01 Thread santosh chouhan
Hello all, When I try to create a new contact address for a portal then javascript is blocked for all buttons on the page, here is code snippet for javascript of form form method=post action=@ofbizUrlcreatePortalPagePortlet/@ofbizUrl onSubmit=javascript:submitFormDisableSubmits(this)

Default Product Price

2009-04-01 Thread Sanders, Brian
How would I go about getting the current default purchase price for a product? The biggest issue I'm having is filtering on the date. What I have so far is: product.getRelatedByAnd(ProductPrice,UtilMisc.toMap(productPriceTypeI d,DEFAULT_PRICE,productPricePurposeId,PURCHASE)); I know I saw a

Load California Sales Tax Rates

2009-04-01 Thread Steve
There are around 2,000 entities, what is the best way to load/update these? Is there a good process to update them from a file of some sort? Anyone know where such a file is? Have not had any luck looking for the data. Steve

RE: Default Product Price

2009-04-01 Thread Sanders, Brian
I figured it out: calculateProductPrice service -Original Message- From: Sanders, Brian [mailto:bsand...@connextions.com] Sent: Wednesday, April 01, 2009 1:10 PM To: user@ofbiz.apache.org Subject: Default Product Price How would I go about getting the current default purchase price for

Re: Load California Sales Tax Rates

2009-04-01 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 here is a good place to check http://docs.ofbiz.org/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo you can also search for articles. this is one I am working on http://docs.ofbiz.org/display/OFBIZ/Handling+of+External+data you should be familar

Point-Of-Sale client

2009-04-01 Thread Jacek Wagner
Can POS client be run from different machine then ofbiz server? -- Jacek

Re: Point-Of-Sale client

2009-04-01 Thread Vince M. Clark
Yes. http://docs.ofbiz.org/display/OFBIZ/Sync+Setup+Notes+and+Example Vince Clark vcl...@globalera.com (303) 493-6723 - Original Message - From: Jacek Wagner jacek_wag...@berkeley.edu To: user@ofbiz.apache.org Sent: Wednesday, April 1, 2009 2:25:44 PM (GMT-0600) America/Chicago

Re: Point-Of-Sale client

2009-04-01 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 POS is a complete ofbiz with a POS interface. per the link and http://docs.ofbiz.org/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide POS Setup Process Master Central Server (MCS) Per-Store Server (PSS) Point-Of-Sale client (POS) you can

Re: Javascript of myportal is blocked

2009-04-01 Thread David E Jones
It may be that the form name is not unique, ie there is something else on the page with that same name. If this is in a list of things then something needs to be done (a suffix to the name added) so that each form name is unique. -David On Apr 1, 2009, at 10:30 AM, santosh chouhan

Re: Load California Sales Tax Rates

2009-04-01 Thread neobits
What I would most like to understand is how an order even gets sales tax on it. A customer places an order, what associates the customer with a sales tax region, authority, whatever? In California, that is by zip code or city. So, when a customer is placing an order, what tells ofBiz to look

Re: Problem with https

2009-04-01 Thread David E Jones
I'm not sure if I understand what you're running into. What would be most helpful to make progress on this is if you describe the problem you're having, and then hopefully this proposed solution to the problem would make more sense. In the problem description please include steps to

Re: Load California Sales Tax Rates

2009-04-01 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 you best reference is to start with the Data modeling book reference on the ofbiz site next would recommend working you way thru http://docs.ofbiz.org/display/OFBADMIN/Apache+OFBiz+Getting+Started neobits sent the following on 4/1/2009 1:04 PM:

Re: Load California Sales Tax Rates

2009-04-01 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 another source is to use the artifacts in the webtools https://demo.ofbiz.org/webtools/control/ArtifactInfo type in Tax neobits sent the following on 4/1/2009 1:04 PM: What I would most like to understand is how an order even gets sales tax on it.

Could use some insight for the Manufacturing component/Production Run..productId

2009-04-01 Thread cjhorton
Hi Everyone, I am looking for some insight about something in the Manufacturing component. This isn't a bug, complaint, critique, or issue, but rather just a roadblock in me understanding this stuff. On the ecommerce site I created four orders for configurable PCs. The first three were for

Re: Javascript of myportal is blocked

2009-04-01 Thread Hans Bakker
I am working on thisso it will be solved in a couple of days.. On Wed, 2009-04-01 at 22:00 +0530, santosh chouhan wrote: Hello all, When I try to create a new contact address for a portal then javascript is blocked for all buttons on the page, here is code snippet for javascript of

Re: Javascript of myportal is blocked

2009-04-01 Thread santosh chouhan
Hello David, The form name i.e. createPortalPortlet is unique in ftl and there is no other with same name. Thanks and Regards Santosh Chouhan On Thu, Apr 2, 2009 at 1:16 AM, David E Jones david.jo...@hotwaxmedia.comwrote: It may be that the form name is not unique, ie there is something else

Re: Javascript of myportal is blocked

2009-04-01 Thread santosh chouhan
Thanks Hans for clarifying this, I hope this would be fixed soon. Thanks and Regards Santosh Chouhan On Thu, Apr 2, 2009 at 6:38 AM, Hans Bakker mailingl...@antwebsystems.comwrote: I am working on thisso it will be solved in a couple of days.. On Wed, 2009-04-01 at 22:00 +0530,