Re: Implement filtering non-invasively

2009-04-17 Thread benni23
, benni23 wrote: Now I wonder if there is a different way of doing this, since I can't imagine that there is no way of changing the result of a service without changing framework code. You can re-implement (override) the service in your custom component. Jacopo -- View

Email communication events

2009-04-17 Thread benni23
Hi, I have set up Ofbiz with SMTP relay and mail notification enabled. I receive email notifications for order placed in ecommerce and when the order is invoiced/shipped. I also receive an email if I request a new password for my ecommerce login. Unfortunately, I do not receive an email when I

Implement filtering non-invasively

2009-04-15 Thread benni23
Hi, I am currently trying to add a feature to the ecommerce component that allows to restrict visibility of products by assigning customer groups (party groups) to an associated category. I would like to do that without changing any of the existing code. My approach was to use secas but I

Re: Failure in create operation for entity [SalesInvoiceItemFact]

2009-04-03 Thread benni23
/ This will solve your issue. Jacopo On Apr 1, 2009, at 9:53 PM, benni23 wrote: 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

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_).

Re: Retrieving UserLogin Value

2009-03-27 Thread benni23
security https=true auth=false/ to security https=true auth=true/ in the controller. benni23 sent the following on 3/26/2009 8:01 AM: Hi, i wonder if there is a standard way of accessing the userLogin value of a user logged in into the ecommerce application? I want to restrict

Retrieving UserLogin Value

2009-03-26 Thread benni23
Hi, i wonder if there is a standard way of accessing the userLogin value of a user logged in into the ecommerce application? I want to restrict the visibility of products by customer groups and thus I need to get a hold on the userLogin. The problem is that sometimes I find userLogin empty

Hooking in into order processing

2009-03-26 Thread benni23
Hi, I am working on an extension to Ofbiz that allows to manage a bonus currency and use it for discounts in the eCommerce module. I create a special account for each user and write the respective transactions to it. In more detail: I create a transaction that reserves the respective amount on

Implementation of VAT for Germany

2009-03-20 Thread benni23
Hi, I am searching for help with the implementation of valid VAT handling in Ofbiz according to German requirements. I found that Ofbiz (I use the latest version in the trunk) can be configured to show prices including VAT but as far as I can tell there are open issues in the current

Prices incl. VAT

2009-03-16 Thread benni23
Hi all, I am a little confused with the current implementation status of support for prices including VAT (I am using the 10652 version of opentaps 1.0 release). I followed several instructions I found in this and other forums and some documentation about VAT but did not manage to get things to