Re: Problem in controller.xml

2012-07-12 Thread Rishi Solanki
The include controller tag includes all the resources available in the controller. For example; In common-controller.xml if you start from top then you see the following entries; - error page entry, it will tell the controller which page will show on error. Even if you can override in your own

Multiple Instances of Ofbiz - Same server

2012-07-12 Thread gavin . mabie
Hi guys I am struggling to get two instances of ofbiz running on the same server. I've gone through the mailing lists and established and executed the following: 1. Changed the ADMIN_PORT in startofbiz.sh and stopofbiz.sh; 2. Changed ajp-connector, http-connector and https-connector

Re: Multiple Instances of Ofbiz - Same server

2012-07-12 Thread Varun Bhansaly
At the very basic these will have to be changed - It works for me in v10.04 ADMIN_PORT - startofbiz.sh ADMIN_PORT - stopofbiz.sh jndi port - framework/base/config/jndi.properties ajp port - framework/base/config/ofbiz-containers.xml http port - framework/base/config/ofbiz-containers.xml https

Re: Doubts

2012-07-12 Thread Varun Bhansaly
A restart is not required for changes made to *UiLabels.xml, *services*.xml, and *secas*.xml files. Just clear the cache from Webtools and changes in these should be picked up by the system. -- View this message in context: http://ofbiz.135035.n4.nabble.com/Doubts-tp4634684p4634728.html Sent

Re: Problem in controller.xml

2012-07-12 Thread dhiraj.g
Hi In Controllar.xml you can not call ftl file directlly in view-map tag.We generally call screen in view-map. Thanks Dhiraj Gupta - dhirajgupta -- View this message in context: http://ofbiz.135035.n4.nabble.com/Problem-in-controller-xml-tp4634717p4634729.html Sent from the OFBiz -

Re: Doubts

2012-07-12 Thread Jacques Le Roux
That's wrong a restart is *required* for *UiLabels.xml, *services*.xml, and *secas*.xml files. Though for *UiLabels.xml you may use the Label Manager to avoid the restart... Jacques From: Varun Bhansaly vbhans...@gmail.com A restart is not required for changes made to *UiLabels.xml,

Re: Doubts

2012-07-12 Thread Varun Bhansaly
This is what I quickly tried on my local v10.04 code base. Edited applications/accounting/servicedef/secas_invoice.xml, before edit it had two ecas defined on cancelInvoice : revertAcctgTransOnCancelInvoice and removeInvoiceItemAssocOnCancelInvoice. Changed them to

Re: Has anyone implemented Faceted Search using SOLR?

2012-07-12 Thread Robert G.
great, thank you...I only checked the osafe-admin :) great! -- View this message in context: http://ofbiz.135035.n4.nabble.com/Has-anyone-implemented-Faceted-Search-using-SOLR-tp4633260p4634742.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: Problem in controller.xml

2012-07-12 Thread Rishi Solanki
Support is available please check - http://www.opensourcestrategies.com/ofbiz/hello_world1.php -- Rishi Solanki Manager, Enterprise Software Development HotWax Media Pvt. Ltd. Direct: +91-9893287847 http://www.hotwaxmedia.com On Thu, Jul 12, 2012 at 2:06 PM, dhiraj.g dhira...@nic.in wrote: Hi

Re: Announcement: OFBiz Mini-language Overhaul

2012-07-12 Thread Adrian Crum
I must have missed that one. -Adrian On 7/12/2012 2:19 PM, Tom wrote: Adrian, Very nice! Just noticed that CheckoutServices.xml still references the old schema: simple-methods xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

Re: freemarker.core.InvalidReferenceException: Expression null is undefined

2012-07-12 Thread Jacques Le Roux
Did you check other instances OOTB? Jacques From: Leon cb.utb...@gmail.com After update to the latest revision of trunk, got such error from the previous piece of codes. Here the codes caused the exception: any help? -- View this message in context:

Re: OFBiz Service Documentation

2012-07-12 Thread Jacques Le Roux
Sorry, I don't think so there are methods apart looking into code Jacques From: rohit369 bn_ro...@yahoo.com Hi Jacques, Thanks a lot for the info. I also have this info on my local OFBiz instance. I am curious to know few things here. Let me take an example. If I want to call a service to do

Add Customer thru POS

2012-07-12 Thread mrfitz
I have read the POS Setup. I have read the POS Users Guide. I have read the Till Manual (written in 2006) The setup manual refers to the till manual promotions section for customer setup and the till manual states that this is not yet implemented. Could someone PLEASE tell me how to use the Card

Re: Add Customer thru POS

2012-07-12 Thread Jacques Le Roux
Yes, there are more recent versions see https://cwiki.apache.org/confluence/pages/viewpageattachments.action?pageId=6553725 It's actually referred from https://cwiki.apache.org/confluence/display/OFBIZ/POS+System#POSSystem-Userdocumentation Not sure how you missed it ;o) Jacques From: mrfitz

Purchase Shop

2012-07-12 Thread Robert G.
Hello, I have a question: I maybe have to implement a shop for a customer, who is purchasing items from customers. in example, he has items in shop, where the customer can sell these items to him over the shopsystem. The customer gets depending from the product condition a price what my

Re: Purchase Shop

2012-07-12 Thread Ankit Jain
Its possible in ootb, the order placed by customer will be Purchase Order, and the customer here will act as supplier. But I think you have to do some customization according to requirements. Regards, Ankit Jain On Thu, Jul 12, 2012 at 10:29 PM, Robert G. g...@mercon24.de wrote: Hello, I

Re: Why SalesInvoice needs sending party to be internal organization

2012-07-12 Thread Nandani Aggarwal
Hello Deepak , The order is always taken by a party whether it is taken at the enterprise for a sales order or taken by the supplier for purchase orders. An ORDER must be taken by a PARTY ROLE or INTERNAL ORGANIZATION and may be taken via a particular CONTACT MECHANISM. The order may be taken by

Re: Why SalesInvoice needs sending party to be internal organization

2012-07-12 Thread Deepak Agarwal
A subsidiary could maintain gl account for orders and this subsidiary may not be an organization necessarily. And, In this case Invoice can not post to accounting transaction. On Fri, Jul 13, 2012 at 7:53 AM, Nandani Aggarwal nandani.aggar...@paxcel.net wrote: Hello Deepak , The order is

writing entries in DB.

2012-07-12 Thread Prabhakar Pandey
Hello, This is my entitymodel.xml file entity entity-name=Employee package-name=org.ofbiz.hello1 title=Hello Person Entity field name=empId type=id-ne /field field name=firstName type=name/field field name=lastName type=name/field field name=email type=name/field

Re: writing entries in DB.

2012-07-12 Thread Deepak Dixit
Hi Prabhakar, You should have service engine utility. In OFBiz for CRUD operation we use services. You can write service using entity-auto. Please refer example/services.xml for more reference. service name=createExample default-entity-name=Example engine=entity-auto invoke=create auth=true