Re: No values in Trial Balance report

2008-08-25 Thread Jacopo Cappellato
Scott, thanks for looking at this, much appreciated. Unfortunately I don't have time at the moment to look at the form definition, but I'd say that if the modifications you are suggesting will fix the issue, then please commit them. That form is already messed up (let's say that I have pushed

Contact Us link not working in ecommerce

2008-08-25 Thread Sneha Chaturvedi
Hello all, I visited http://demo.hotwaxmedia.com/ecommerce/ Created a new profile Went to contact us but when i send the content I am getting error for permission. so i think no permission is set for the user profile created through ecommerce. I think some implementation is missing in create pr

Re: How to get tax vat code in product page?

2008-08-25 Thread Balaji Sundar
Hi, thankz all... anyway i solved this problem I did this before installing ofbiz... 1. Found files containing value USD and changed to INR 2. Changed values in Demo data also Sharan-F wrote: > > Hi > > I have my product prices setup to include to include tax in the price too > - so whatev

Re: VAT on purchase orders

2008-08-25 Thread Balaji Sundar
Hi, Even i am having the same requirement... May i know what are the changes to be made and where thanks hansbak wrote: > > Hi Roger, > i think i removed these clauses and the vat calculation should work now. > Did not do the first point yet though > So please try it.. > > Regards, > Ha

Re: How to get tax vat code in product page?

2008-08-25 Thread Sharan-F
Hi I have my product prices setup to include to include tax in the price too - so whatever product price you setup it will add the tax at the rate you specify on top of that price. eg I set a product default price at $150 (my tax rate is 12.5%) so it displays the product price as $168.75. Hope

Re: Catalog Categories Rollup Question

2008-08-25 Thread Scott Gray
If it's possible your checkout was taken between the 12th and the 16th of January, then all of this makes sense because there was a bug in the CategoryWorker class during that time. If that is the case then you should make the changes listed here: http://svn.apache.org/viewvc?view=rev&revision=612

Re: Catalog Categories Rollup Question

2008-08-25 Thread Alex Melnik
David, I probably wasn't clear. I actually commented addAll calls and it works fine now (or at least it seems to present categories properly). So I think I'm good. I was sending the email to let everybody know more than to try to get help. I'll keep you updated if any functionality gets mess

Re: No values in Trial Balance report

2008-08-25 Thread Scott Gray
Ok I've looked at the code and decided it is correct and that it is the form definition that needs to change. When a form of type="single" is being used and default-map-name is set then you cannot pull values straight off the context using the form field's name or entry-name attributes, they are o

Re: Supplier product

2008-08-25 Thread BJ Freeman
Light bulb. will create a catalog for the supplier with his products. BJ Freeman sent the following on 8/25/2008 2:38 PM: > Ok thanks. > need to find a way to import supplier inventory with descriptions > images, but not have them associated with a particular product. > then a page will be used t

Re: Catalog Categories Rollup Question

2008-08-25 Thread David E. Jones
I'm really not sure how something like this would cause data from one place to end up in another place... Alex: to make progress on this you'd probably have to do an export of your ProductCategory and ProductCategoryRollup entities and send at least part of it over and hope someone has some ti

Re: No values in Trial Balance report

2008-08-25 Thread Scott Gray
Hi Jacopo You're right about the data being pulled in the form rather than screen, my look was perhaps a little too quick :-) Even though you said you would look at this I was curious so I took a look myself and the problem is actually from a change I made to the form widget in rev. 684244. I'm

Re: Catalog Categories Rollup Question

2008-08-25 Thread BJ Freeman
Oh and lines have changed it was last worked on 8/17/08 Alex Melnik sent the following on 8/25/2008 2:03 PM: > it's a few months old rev was at the company when I got here... I found > the reason the categories where duplicate. In CategoryWorker.java: > getRelatedCategoriesRet() on line

Re: Catalog Categories Rollup Question

2008-08-25 Thread BJ Freeman
from looking at this it might be from using 1.5. the was a lot of work done recently to fix typing. I get this message for getRelatedCategoriesRet Type safety: The method addAll(Collection) belongs to the raw type List. References to generic type List should be parameterized Alex Melnik sent the

Re: Attaching documents to invoices.

2008-08-25 Thread Jacques Le Roux
Yes, this should be easy to do Jacques From: "Technology Investor" <[EMAIL PROTECTED]> I would like to be able to associate a scanned invoice with an invoice entry in the accounting module. In some jurisdictions, a scanned image of the invoice is enough for bookkeeping purposes, and thus it i

Re: Supplier product

2008-08-25 Thread BJ Freeman
Ok thanks. need to find a way to import supplier inventory with descriptions images, but not have them associated with a particular product. then a page will be used to make a product from the supplier data. was hoping to have the supplierProductId point to a product entity not associated with prod

Re: Catalog Categories Rollup Question

2008-08-25 Thread Alex Melnik
it's a few months old rev was at the company when I got here... I found the reason the categories where duplicate. In CategoryWorker.java: getRelatedCategoriesRet() on line 204 and 207, all categories are being added pretty much to the list. Once you comment those addAll calls you regu

Attaching documents to invoices.

2008-08-25 Thread Technology Investor
I would like to be able to associate a scanned invoice with an invoice entry in the accounting module. In some jurisdictions, a scanned image of the invoice is enough for bookkeeping purposes, and thus it is very attractive to have this ability. I see that in the Content application has a data re

Re: Supplier product

2008-08-25 Thread Scott Gray
The supplierProductId is just the supplier's identifier for the Product, and is added to the product's description on purchase orders so that the supplier knows which of their products we're wanting. The field is mentioned in updateSupplierProduct, it's just not a required field for updating. Reg

Re: Catalog Categories Rollup Question

2008-08-25 Thread BJ Freeman
what rev of the trunk are you using. just checking since we have had some problems with recent revs. Alex Melnik sent the following on 8/25/2008 11:43 AM: > BJ, Thanks for the advice. I took a look at the xml and it seems I'm doing > everything as instructed. I also went through a business setu

Re: Catalog Categories Rollup Question

2008-08-25 Thread Alex Melnik
BJ, Thanks for the advice. I took a look at the xml and it seems I'm doing everything as instructed. I also went through a business setup guided an did step-by-step catalog/category setup. I seems that in either case all the subcategories get rolled up to the catalog (or rather browsing root)

Keeping track of investments

2008-08-25 Thread Technology Investor
Hi ofbiz users, I wonder whether the accounting module in ofbiz is able to deal with investments. Basically, the ability to enter sales, and purchases of securities, and based on fifo (typically), do the correct GL entry updates. - A

Re: Catalog Categories Rollup Question

2008-08-25 Thread BJ Freeman
to get an idea of what you have to do, you can look the mini-language for dealing with categories. this is all taken care of if you use them. applications\product\script\org\ofbiz\product\category Alex Melnik sent the following on 8/25/2008 10:19 AM: > Jacek, thanks for the help. I tried changes

Re: Catalog Categories Rollup Question

2008-08-25 Thread Alex Melnik
Jacek, thanks for the help. I tried changes the CategoryWorker but that doesn't seem to help. I am using the rollup. I'm doing an ETL into the schema though. I'm thinking that maybe I'm not setting some field properly, so my categories and subcategories get flattened up in addition to being

Re: Discussion- user Docs and User UI

2008-08-25 Thread BJ Freeman
to take this one step further, I have been toying with the idea of some way of linking the relationship of an entity into links when that entity field is shown would link to the page. yeah I know that at this time, that is not possible, but I am working on it. BJ Freeman sent the following on 8/25

Re: Catalog Categories Rollup Question

2008-08-25 Thread Jacek Wagner
Alex Melnik wrote: Hello, I apologies if this question has been addressed before, but I wasn't able to find info on this. The questions is as follows: When I add a category and a subcategory to the catalog, both category and subcategory shows up at the same level (1st level in catalog). How

Re: new accounting system can be used in production?

2008-08-25 Thread BJ Freeman
I am slowly doing a paper audit of processes, to catch any math errors. probably won't be done till next year, unless someone has already done this. Hans Bakker sent the following on 8/25/2008 4:13 AM: > Hi Jacopo and Others. > > I have a customer who is interested starting using the new accounti

Catalog Categories Rollup Question

2008-08-25 Thread Alex Melnik
Hello, I apologies if this question has been addressed before, but I wasn't able to find info on this. The questions is as follows: When I add a category and a subcategory to the catalog, both category and subcategory shows up at the same level (1st level in catalog). How can I turn it off?

Re: Problem : In Request Handling with https="false"

2008-08-25 Thread Chirag Manocha
Thanks BJ for your replies. The problem is now rectified. Actually in my code null was assigned to the variable which was been called in <@ofbizContentUrl>. -- Thanks & Regards Chirag Manocha

new accounting system can be used in production?

2008-08-25 Thread Hans Bakker
Hi Jacopo and Others. I have a customer who is interested starting using the new accounting module in OFBiz. Can it be used in production? Already somebody doing that? I need some real world experiences. thanks in advance, -- http://www.antwebsystems.com : Quality OFBiz support for compet

Re: Discussion- user Docs and User UI

2008-08-25 Thread BJ Freeman
David I did read, more than once the documents you have listed. and in no why to I want to imply they are incomplete as far as information. I call these type of documents, structured. intuitive is more from a end user who does not read the documents and/or does not understand the language as it re

Re: Supplier product

2008-08-25 Thread BJ Freeman
Ok but my question is https://demo.hotwaxmedia.com/webtools/control/FindGeneric?entityName=SupplierProduct&find=true&VIEW_SIZE=50&VIEW_INDEX=0 the suppplierProductID pionts to what example GZ-1000-0 the only mention of suppplierProductID is in the createSupplierProduct service, but not mentioned in

Re: Problem : In Request Handling with https="false"

2008-08-25 Thread BJ Freeman
In case I missed something, if you perform the very same steps in Eccomerce, and they work, then what you have changed or left out may be the cause. so what are you doing different that causes this. Chirag Manocha sent the following on 8/24/2008 11:54 PM: > Yes I am not getting the response view,

Re: No values in Trial Balance report

2008-08-25 Thread Jacopo Cappellato
no, it was actually working fine and I the service is probably called from the action section of the form. I will have a look at this. Jacopo On Aug 25, 2008, at 7:33 AM, Scott Gray wrote: I had a quick look and the screen definition appears to be missing the service call that would pull up