Re: VAT is not applied for the shipping

2011-02-02 Thread Jacques Le Roux
It's the same in trunk Jacques From: biletnikov biletni...@gmail.com Hello Paul, thank you very much for your detailed explanation and solutions. I think the first way is the more appropriate for us for the first time, but I'm confused what we should do if we had in an order some items with

Re: VAT is not applied for the shipping

2011-02-02 Thread Jacques Le Roux
To be more clear, what have changed in trunk is the possibilit to have prices with VAT included and code was changed accordingly. So the ProductPrice and OrderAdjustment entities have changed but not The TaxAuthority data model, see http://svn.apache.org/viewvc?view=revisionrevision=1042542

Re: Transfer Orders (TOs)

2011-02-02 Thread sducas
Hello, Paul: I'm using the transfer shipment patch from SI for what i'm doing now but it's not enough because my customer needs to pick those orders just like a sales order...So i use it on backend of my transfer logic order.. The sum up for the moment is: Transfer Order is created and

Re: VAT is not applied for the shipping

2011-02-02 Thread biletnikov
Yes, that is understandable. However, the shipping tax is not working for the standard use cases (without any hack solutions) and it seems the situation is not going to be changed in the next release, is it? On Wed, Feb 2, 2011 at 11:53 AM, Jacques Le Roux [via OFBiz]

Re: Distributed Cache Clear for entity cache

2011-02-02 Thread Anand H I
Setting up the ActiveMQ server with opentaps : 0)Start the activeMQ server locally and copy the all-activeMq jar to the framework/base/lib change the name of dispatcher in abstractjmslistener.java from JMSDispatcher to entity-default 1) in jndiservers.xml jndi-server name=ActiveMQ

updateProduct WebService: Type check failed for field [updateProduct.productWeight]; expected type is [java.math.BigDecimal]; actual type is [java.lang.Long]

2011-02-02 Thread Uwe Schuster
Hello, I am trying ofBIZ for evaluation purposes and need to access some web services. I did an installation of the trunk some days ago (revision 1064096), then enabled the updateProduct service (and some others) by setting export=true in applications/product/servicedef/services.xml - no other

Repopulating multiple values in drop down box

2011-02-02 Thread vinay.cp
Hello All, I have a drop down box in my application which has allow-multiple=true. After submitting the form, the value gets stored in the database in the form of comma separated values like {MO,TU,WE}. I have to repopulate the form from the database when the edit button is clicked. The drop

Re: Transfer Orders (TOs)

2011-02-02 Thread BJ Freeman
you should have the pick list created from the po. the beauty of ofbiz is you can reuse services. = BJ Freeman Strategic Power Office with Supplier Automation http://www.businessesnetwork.com/automation/viewforum.php?f=52 Specialtymarket.com

Re: Repopulating multiple values in drop down box

2011-02-02 Thread Jacques Le Roux
You could try to use smselect jquery plugin There is an example at https://demo-trunk.ofbiz.apache.org/example/control/FormWidgetExamples (Multiple drop-downs) And a real use at https://demo-trunk.ofbiz.apache.org/webtools/control/LinkGeos Jacques From: vinay.cp vinay...@iiitb.net Hello All,

require authentication on ecommerce

2011-02-02 Thread wdw
On the out of box ecommerce web app, what is the best way to require authentication to the web store? Thanks!

Understanding Role Type and link to security groups

2011-02-02 Thread Pankaj Singh
Hi All, We have some query about security system please give us some ideas on below :- For a given role type how does the Application find out the applicable security permissions ? for example :- a manager role type in org_A requires ORDERMGR_ADMIN only while another org_B requires

Re: Understanding Role Type and link to security groups

2011-02-02 Thread Jacques Le Roux
Did you read https://cwiki.apache.org/confluence/display/OFBTECH/OFBiz+security ? Jacques From: Pankaj Singh pankajsinghku...@gmail.com Hi All, We have some query about security system please give us some ideas on below :- For a given role type how does the Application find out the

Re: Understanding Role Type and link to security groups

2011-02-02 Thread BJ Freeman
https://cwiki.apache.org/OFBTECH/ofbiz-security.html https://demo-trunk.ofbiz.apache.org/partymgr/control/viewprofile?partyId=admin I use this for an example this party has many logins. each login can have its own Security Groups On top of this you can also have roles assigned to the party

Re: changing themes in flat grey.

2011-02-02 Thread BJ Freeman
just a note: under freeing up screen space add the tabs that were at the bottom of the screen takes up real estate also. on a 1024X760 screen the menus wrap causing less screen space. when comparing the now Old school to the new flat Grey I have less screen space. =

Re: require authentication on ecommerce

2011-02-02 Thread BJ Freeman
https://demo-trunk.ofbiz.apache.org/catalog/control/FindProductStoreRoles?productStoreId=9000 you can do this for a particular party or partygroup. = BJ Freeman Strategic Power Office with Supplier Automation

Re: changing themes in flat grey.

2011-02-02 Thread adrian . crum
One of the advantages/disadvantages (depending on your POV) of the old Flat Grey theme was the tiny text and tiny links. Everything was made as small as possible. The updated theme enlarges and opens up things a bit, but at the cost of less work area space. -Adrian Quoting BJ Freeman

Re: changing themes in flat grey.

2011-02-02 Thread BJ Freeman
ctrl + in a browser, allows larger text plus under accessibility for the oS you can choose larger font, so that is not a biggy to me. however all the extra component tabs at the top goes against the reason they were put at the bottom in the first place, and the real estate. just my 2 cnets

Re: VAT is not applied for the shipping

2011-02-02 Thread Paul Foxworthy
Sergei wrote: but I'm confused what we should do if we had in an order some items with shippable tax and some with free shipping tax? Also the each our product relates to the appropriate category. Is this problem actual only for 9.04 release, or the current trunk has it too? I think a

Re: VAT is not applied for the shipping

2011-02-02 Thread Paul Foxworthy
Hi Sergei, Shipping tax *does* work for the simple situation where you have one row in the TaxAuthorityRateProduct table with a product category of null (i.e. don't care). Individual products can opt out of that rule in TARP because they have a taxable attribute that can be set to N. For the

Re: VAT is not applied for the shipping

2011-02-02 Thread Paul Foxworthy
Hi again, That is to say, with the patch in https://issues.apache.org/jira/browse/OFBIZ-4160, shipping tax does work for the simple situation. Cheers Paul Foxworthy -- View this message in context: http://ofbiz.135035.n4.nabble.com/VAT-is-not-applied-for-the-shipping-tp3234699p3256463.html

Re: updateProduct WebService: Type check failed for field [updateProduct.productWeight]; expected type is [java.math.BigDecimal]; actual type is [java.lang.Long]

2011-02-02 Thread Jacques Le Roux
Uwe, You could try to use https://issues.apache.org/jira/browse/OFBIZ-3877 If you do so please report your results to this ML, or even better in the Jira issue itself... Thanks Jacques From: Uwe Schuster us...@tesis.de Hello, I am trying ofBIZ for evaluation purposes and need to access

Demo Trunk and 9.04Stable release url pointing to same instance

2011-02-02 Thread Deepak Dixit
Demo trunk and 9.04stable release url pointing to same instance. Demo trunk Url : https://demo-trunk.ofbiz.apache.org:8443/ Demo 9.04 stable Release Url : https://demo-stable.ofbiz.apache.org:8443/ Thanks Regards -- Deepak Dixit HotWax Media Pvt. Ltd. www.hotwaxmedia.com Contact :-

Re: Understanding Role Type and link to security groups

2011-02-02 Thread Pankaj Singh
Hi , Yes we have gone through the shared links. Also understand that link between userIds and security groups and between party and partyrole. What is not clear is how these roles translate to actual privileges. In other words we did not find any entity to capture links between RoleType and

How to add couple of dependent drop downs in one form.

2011-02-02 Thread Ravindra Mandre
Hi all, I am facing a problem for adding more than one dependent drop down in one form. For example , I have to add one more dependent dropdown in create new customer form. while in this form a country-state drop down is already there. I found a comment in PartyScreens.xml of Party Manager

Re: Understanding Role Type and link to security groups

2011-02-02 Thread Adrian Crum
There are no links between a party role type and a security permission group. In the beginning, security roles were simply permissions with the word ROLE in them. Various applications used the security role permissions to control access to certain actions. Over time, application code

Re: Understanding Role Type and link to security groups

2011-02-02 Thread Pankaj Singh
Hi, 1. Does this mean the permissions relevant to the party are in then code and not as data in database ? 2. If Above is true and we would like to drive through the Database what are the options ? 3. We are also trying to force record level permission by party not userlogin . Special thanks to