Re: Membership Entity

2008-07-18 Thread David E Jones
BJ: what does discounts in a store or group of stores have to do with subscriptions? Ian: more information is definitely needed, and one easy way to communicate it is the process you want for the company and customer to go through. You might consider the entities that related

Re: Template in Content module

2008-07-18 Thread Jacques Le Roux
Hi David, Bruno, From: Bruno Busco [EMAIL PROTECTED] I think Jacques is referring to https://localhost:8443/content/control/FindLayout In OFBIZ-1881 https://issues.apache.org/jira/browse/OFBIZ-1881 there is a patch to use the FindScreenDecorator in this screen. So now may be the two links List

Re: Inventory on hand reports in XLS or PDF ??

2008-07-18 Thread Jacopo Cappellato
Yes, see the print (PDF) and export (XML readable by Excel) links in the Facility-Inventory tab: https://demo.hotwaxmedia.com/facility/control/ViewFacilityInventoryByProduct However, the two links seem broken in the trunk, if I find some time I will try to fix them... or if you are brave

Re: Membership Entity

2008-07-18 Thread ian tabangay
Thanks David Ill take a look at those. The process that is most essential at this point is to manage the membership of a customer to a store or a group of stores. For this I do need entities to relate stores with a member. Creating a table to relate Party and ProductStore / ProductStoreGroup does

Re: Error: Edit Shipment Package

2008-07-18 Thread Jacopo Cappellato
This should be fixed in rev. 677840 Thanks, Jacopo On Jul 18, 2008, at 4:57 AM, rnatavio wrote: Hi All, I found this broken link when I tried to edit a shipment package in the facility module. Clicking the Packages link throws this error: org.ofbiz.widget.screen.ScreenRenderException:

ClientAbortException issue

2008-07-18 Thread Kumar Shyamal
Hi Everybody I am getting following exception in controller servlet, Please anybody can help me out why is happening continuously, and How to avoid this? 2008-07-17 21:26:14,515 (http-0.0.0.0-443-Processor8) [ ControlServlet.java:192:ERROR] exception report

Re: no emails sent

2008-07-18 Thread Heidi Dehaes
What are these three commits? I modified only the emailservices.java file. Perhaps i have also to modify the smtp..java file. thanks for the info, Heidi 2008/7/18, Adrian Crum [EMAIL PROTECTED]: Heidi, The commit log shows three commits were required to implement gmail. Did you get all

Re: no emails sent

2008-07-18 Thread Heidi Dehaes
That is very good information. I used until now a mailserver , open source, but which had a lot of errors in the protocols and also in fact not useful. thanks, Heidi 2008/7/18, BJ Freeman [EMAIL PROTECTED]: as a side note: look at using the Apache James mail server. been using it for a few

Re: How to use labels that contains a period with in a ftl

2008-07-18 Thread Vikas Mayur
Thanks Bilgin and others, It worked like a charm. Its a definitely an interesting learning . - Vikas On Thu, Jul 17, 2008 at 7:42 PM, Bilgin Ibryam [EMAIL PROTECTED] wrote: Sorry for not being clear. This one works for me: ${uiLabelMap[checkhelper.select_shipping_destination]} Bilgin

Re: How to use labels that contains a period with in a ftl

2008-07-18 Thread David E Jones
Yes, thanks Bilgin. In my haste the other morning I totally forgot to whack that period when adding the square braces. BTW, there are quite a few examples of this in various FTL files, especially when using the Static[org.ofbiz].staticMethod() type of pattern. There are also some

Re: Membership Entity

2008-07-18 Thread Bilgin Ibryam
On Fri, 2008-07-18 at 15:14 +0800, ian tabangay wrote: Creating a table to relate Party and ProductStore / ProductStoreGroup does look like the way to accomplish this. ian Why not use existing ProductStoreRole, ProductStoreGroupRole entities? Bilgin

Re: ClientAbortException issue

2008-07-18 Thread Ashish Vijaywargiya
Please provide more details. Like which Trunk version you are using ? Did you do any custom changes in Ofbiz turnk ? On Fri, Jul 18, 2008 at 12:57 PM, Kumar Shyamal [EMAIL PROTECTED] wrote: Hi Everybody I am getting following exception in controller servlet, Please anybody can help me out

Re: How should the Product check boxes work?

2008-07-18 Thread Scott Gray
Hi Bruno, I finally got around to fixing this in rev. 677855 Regards Scott 2008/6/25 Bruno Busco [EMAIL PROTECTED]: Hi, when I go to https://demo.hotwaxmedia.com/catalog/control/keywordsearch?SEARCH_STRING= gz a list of products appears on the screen, each with a check box on the left.

Re: Categories/products and parties

2008-07-18 Thread Jacopo Cappellato
Hi Ashish, I don't like too much the idea of adding behind the lines the role to the party: in fact, if the user selects a wrong partyId (for example a supplier) and the system will make it a customer... The best solution would be, IMO, to enhance the UI (maybe with some Ajax magic) so

Re: How should the Product check boxes work?

2008-07-18 Thread Bruno Busco
Thank you Scott, so may be you can close *OFBIZ-1850https://issues.apache.org/jira/browse/OFBIZ-1850 * (sorry for not having pointed the issue in the thread) Regards, Bruno 2008/7/18 Scott Gray [EMAIL PROTECTED]: Hi Bruno, I finally got around to fixing this in rev. 677855 Regards Scott

Re: Categories/products and parties

2008-07-18 Thread Ashish Vijaywargiya
Jacopo, I like your idea. Will put my efforts soon on this. On Fri, Jul 18, 2008 at 3:08 PM, Jacopo Cappellato [EMAIL PROTECTED] wrote: Hi Ashish, I don't like too much the idea of adding behind the lines the role to the party: in fact, if the user selects a wrong partyId (for example a

Re: How should the Product check boxes work?

2008-07-18 Thread Scott Gray
Thanks Bruno, all done. Regards Scott 2008/7/18 Bruno Busco [EMAIL PROTECTED]: Thank you Scott, so may be you can close *OFBIZ-1850https://issues.apache.org/jira/browse/OFBIZ-1850 * (sorry for not having pointed the issue in the thread) Regards, Bruno 2008/7/18 Scott Gray [EMAIL

Re: Membership Entity

2008-07-18 Thread BJ Freeman
David, I thought I said it was doable with subscription and tweaking. it was not a recommendation but a way if some wanted to do something as a membership. Looks like we have two different approaches. David E Jones sent the following on 7/17/2008 10:59 PM: BJ: what does discounts in a

using a Configurable Product with sa

2008-07-18 Thread nico61
Hi, I tried to insert an order concerning the configurable Product example, PC001. I joined PC001 and its components to a warehouse and a main supplier. I also populated my warehouse with purchase order only for PC components (RAM, HD, ..) Inventory: PC001 = 0 RAM= 10 HD2GB = 10 HD4GB=10

How Business intelligence feature of ofbiz works?

2008-07-18 Thread kunal aggarwal
Hi all Can any1 tell me how Business intelligence feature work. i tried it report builder but it dint work can any1 tell me how to use it regards kunal

Re: How Business intelligence feature of ofbiz works?

2008-07-18 Thread Jacopo Cappellato
Hi Kunal, did you get an error message or no data? Did you follow the notes in the main screen of the bi component? Jacopo On Jul 18, 2008, at 1:03 PM, kunal aggarwal wrote: Hi all Can any1 tell me how Business intelligence feature work. i tried it report builder but it dint work can

Re: How Business intelligence feature of ofbiz works?

2008-07-18 Thread BJ Freeman
I reported an error in the logs when I tried it. not sure if anyone has worked on it since last week. kunal aggarwal sent the following on 7/18/2008 4:03 AM: Hi all Can any1 tell me how Business intelligence feature work. i tried it report builder but it dint work can any1 tell me how to

Re: How Business intelligence feature of ofbiz works?

2008-07-18 Thread kunal aggarwal
i tried to generate report in the same manner as shown in the text of main page of Business intelligence. and then after checking some chk boxes, it shows nothing can any1 tell me the solution regards kunal On Fri, Jul 18, 2008 at 4:36 PM, BJ Freeman [EMAIL PROTECTED] wrote: I reported an

Re: How Business intelligence feature of ofbiz works?

2008-07-18 Thread BJ Freeman
please look in your log files to see if any errors are reported kunal aggarwal sent the following on 7/18/2008 4:31 AM: i tried to generate report in the same manner as shown in the text of main page of Business intelligence. and then after checking some chk boxes, it shows nothing can

Employee and Pay-grade association

2008-07-18 Thread brijesh m
Hi friends, I am configuring to test the HR module but can't able to associate an employee to a pay grade. Also can anyone suggest if I have to Paycheck my several employees at one go does OFBIZ supports this ? Enjoy OFBIZ Brijesh M.

Re: How Business intelligence feature of ofbiz works?

2008-07-18 Thread Jacopo Cappellato
yes, you don't have data for the report. try with: 1) initialize the datawarehouse (if not done already) by clicking on the quick init datawarehouse link in the main bi screen 2) generate some invoices (in Ready status): you can easily do this by quick shipping some of your sales orders

Re: using a Configurable Product with sa

2008-07-18 Thread Bilgin Ibryam
Hi Nico, you have to adjust product store and product parameters. Any of these should solve your problem : productStore.checkInventory = N OR product.requireInventory =N OR product.requireInventory = productStore.requireInventory =N Bilgin

Re: using a Configurable Product with sa

2008-07-18 Thread BJ Freeman
Bilgin: would not that defeat the purpose of doing a production run. if no inventory is required how do you biuld the configured item? and to address the error, why can't the production run see the inventory? Bilgin Ibryam sent the following on 7/18/2008 5:33 AM: Hi Nico, you have to adjust

Re: using a Configurable Product with sa

2008-07-18 Thread nico61
Hi, I just aligned the following parameter as described in the demo site: old productstore.requireInventory = Y new productstore.requireInventory = N and the problem has been solved. A production run has been correctly created, the components have been decremented and a PC has been added to

Order Management Workflow

2008-07-18 Thread Bradley Plies
I am looking for information on the workflow process and the lifecycle of an order within OFBIZ (4.0 release). So far I know that orders are created either as a Sales Order through eCommerce or manually created via Order Entry within the Order application. Next I know that an order needs to

Is it possible to version OFBiz services

2008-07-18 Thread Vedam B
Hi, Is it feasible to version OFBiz services? Is it possible to version OFBiz services with backward compatibility? Thanks for any help or suggestions. Regards Vedam