Re: Ofbiz 11.04 - German Retail Store with Product Prices Including VAT Tax

2012-08-22 Thread Jacques Le Roux

Not with he demo you say, so maybe something is in demo data that should be in 
seed?

Jacques

From: "Rene Frauli" 

Same with current trunk. Not with the demo, but I have created a sandbox for 
12.04 today and I have tested it on this version.

Any idea?

Rene

Am 20.08.12 23:22, schrieb Jacques Le Roux:

Could you reproduce on trunk demo (I believe from a business/VAT POV it
should be the same than in release11.04) ?
Note the demo data are swipped each morning around 7h30 (Europe time)

Jacques

From: "Rene Frauli" 

I'm using version 11.04 with a sandbox from 5.8.2012.

I have found under https://issues.apache.org/jira/browse/OFBIZ-366 in
your comment vom 09.12.2010 that the VAT tax problem was solved in
Release 11.04.

So I used this version to try it, but as I mentioned before the
configuration for a german store that uses prices with VAT tax
included is not clearly described on any source I have try to find in
the web.

In the example I have described below, I can see that there is an
OrderAdjustment with a AMOUNTALREADYINCLUDED with the right value.

Even there is an adjustment for the order there is a value with zero
for the VAT tax adjustment in the Order Overview in the Order
Management App.

For the Invoice there is no related InvoiceItem as it is for a sales
tax for example and there is no Information about any adjustment. It
semms that the order adjustment for VAT tax is ignored.

Rene


Am 18.08.12 17:22, schrieb Jacques Le Roux:

Which version are you using?
Did you check
https://cwiki.apache.org/confluence/display/OFBTECH/OFBiz's+Tax+Authority+Data+Model

?

Jacques

From: "Rene Frauli" 

Hello Nandani,

many thanks for your reply.

As you dscribed I have configured a Tax Authority for tax auth geo Id
DEU and the tax party Id is DE-TAXMAN.

I have set the flag flag for tax included in price to "Yes".

Additionally I have created a tax authority product rate for VAT with
19% tax percantage.

In the store I have set the Vat Tax Auth Geo Id to DEU and the Vat Tax
Auth Party Id to DE-TAXMAN.

Prorate taxes, Show prices with VAT tax included and Show Tax is
exempt is set to "Yes".

I have created an example product with a default price of 69€ and the
tax authority party is "DE-TAXMAN", the tax geo id is set to "DEU",
the tax percentage is 19% and tax in price is set to "Yes".

When I create a order I can see that the VAT is taken as adjustment
and will not be added to the total. That's ok, but the value is 0,00€
and that's not what I expect.

Maybe I have made a failure in the configuration. What I really not
understand is the difference between the tax percantage in the tax
authority product rate and the tax percentag related to the price.

Thanks
Rene



Am 17.08.12 05:08, schrieb Nandani Aggarwal:

Tax authority is mandatory and also you need to set "Vat Tax Auth Geo
Id"
and "Vat Tax Auth Party Id" in store -> tax.

Thanks
Nandani

On Fri, Aug 17, 2012 at 12:58 AM, Rene Frauli  wrote:


Hello all,

I'm trying to setup up a german retail store with product prices
including 19% VAT tax, but I'm struggling with the configuration
and I would like to ask for help to solve this issue.

Can someone describe me which things do I need to configure
that the VAT is correctly shown in the invoice.

I have tried the following:

1. Setup a german tax authority with a 19% VAT tax rate and
 prices including tax and store linked to my german retail store.

2. Product List price with 19% VAT included and link to german tax
authority.

The result is that the I can see an adjustment in the logging,
but in the invoice there is no VAT amount.

So my question is what do I really need to configure?

- Is it enough to add the VAT in the list price without a tax
authority?
- Do I need a tax authority in any case?
- Do I need a tax rate for VAT linked to the tax authority?
- Do I need to configure the Store for tax?

Any help is more than appreciated.

Thanks
Rene




















Re: Run service at ofbiz startup

2012-08-22 Thread Jacques Le Roux

https://cwiki.apache.org/confluence/display/OFBIZ/How+to+run+OFBiz+as+a+Service

Jacques

From: "ian tabangay" 

Hi.

Is it possible to run a service in ofbiz everytime it starts up?

Thanks!
Ian Tabangay



Re: Run service at ofbiz startup

2012-08-22 Thread ian tabangay
Thanks Jacques for replying but that wasnt what I was asking. I wanted
execute a service of ofbiz everytime ofbiz starts. Is there a way to
configure a service to behave that way?

Thanks!
Ian Tabangay

On Wed, Aug 22, 2012 at 3:12 PM, Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:

> https://cwiki.apache.org/**confluence/display/OFBIZ/How+**
> to+run+OFBiz+as+a+Service
>
> Jacques
>
> From: "ian tabangay" 
>
>  Hi.
>>
>> Is it possible to run a service in ofbiz everytime it starts up?
>>
>> Thanks!
>> Ian Tabangay
>>
>>


Re: Form Field show information from different entities

2012-08-22 Thread Deepak Agarwal
Hello Robert,

I want to use the response of the solr result in ftl . I can see that it is
easily doable with velocity. Any idea how can we do it with ftl (freemarker)


On Tue, Jul 31, 2012 at 2:55 AM, Robert G.  wrote:

> Its sth how Solr names a function.
> I just named it CategoryFacet, cause I show it in my category, but it is
> like a product filter.
>
>
> example:
> product 1 productspecification: resolution = XGA and size = 19"
> product 2 productspecification: resolution = WXGA and size = 20"
> product 3 productspecification: resolution = SXGA and size = 24"
> product 4 productspecification: resolution = SXGA and size = 17"
>
> Now in Solr the Facet is: "Resoultion" and the FacetValue is the value
> (XGA,
> WXGA etc.).
>
> Now i can do a filter like:
> *resulotion *
> XGA (1)
> WXGA (1)
> SXGA (2)
>
> *size*
> 17" (1)
> 19" (1)
> 20" (1)
> 24" (1)
> The (...) tells how many products are found.
> when I now i.ex. click on SXGA this changes to:
>
> resolution (just the headline)
> SXGA (2)
> *size*
> 17" (1)
> 24" (1)
>
> With that I can drill down my search results just with easy solr
> querys...hope I explained it well (difficult with just a few sentences)
>
>
>
> --
> View this message in context:
> http://ofbiz.135035.n4.nabble.com/Form-Field-show-information-from-different-entities-tp4635391p4635395.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
> --
> Thanks,
> Deepak Agarwal,
>
> Paxcel Technologies Pvt Ltd.
> Hartron Complex, Sector 18, Gurgaon, India.
> E-Mail: deepak.agar...@paxcel.net
> Mobile: +91 9910322604
>
>


Re: Form Field show information from different entities

2012-08-22 Thread Robert G.
Hey :)

I did it with JS/Ajax, if you want to send the complete result from server
side, than I would solrJ (java API for Solr), and send the results to FTL or
groovy--> ftl. Than you can enumerate these results f.ex. with -Tag in
ftl to show them on the page. The solrJ methods are really easy i.ex.:

/
//open  the connection to solr
CommonsHttpSolrServer solr = new
CommonsHttpSolrServer("http://localhost:8983/solr";);

//set the query parameter set
ModifiableSolrParams params = new ModifiableSolrParams();
params.set("q", "cat:electronics");
params.set("defType", "edismax");
params.set("start", "0");

//send the query parameter
QueryResponse response = solr.query(params);

//get results
SolrDocumentList results = response.getResults();

//i.ex. print the results
for (int i = 0; i < results.size(); ++i) {
  System.out.println(results.get(i));
}/

Kindly



--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Form-Field-show-information-from-different-entities-tp4635391p4635879.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Run service at ofbiz startup

2012-08-22 Thread Leonard Lin

I don't know if there is an official ofbiz way to do this,
but the components are all standard webapps, so you should be able to 
use those mechanisms.


Create a component and deploy it to hot-deploy.
In that components web.xml configure

either: javax.servlet.ServletContextListener

 
 com.something.YourServlet
 
 

or simply a startup-servlet:

yourservlet
com.something.YourServlet
1




On 8/22/2012 00:23, ian tabangay wrote:

Thanks Jacques for replying but that wasnt what I was asking. I wanted
execute a service of ofbiz everytime ofbiz starts. Is there a way to
configure a service to behave that way?

Thanks!
Ian Tabangay

On Wed, Aug 22, 2012 at 3:12 PM, Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:


https://cwiki.apache.org/**confluence/display/OFBIZ/How+**
to+run+OFBiz+as+a+Service

Jacques

From: "ian tabangay" 

  Hi.

Is it possible to run a service in ofbiz everytime it starts up?

Thanks!
Ian Tabangay




--

Leonard Lin
Email:leonard@gmx.net

1136 N Larrabee Street, Apt 425
West Hollywood, CA 90069
Phone:  +1 (213) 249 3260

Am Pfisterhölzli 2
CH - 8606 Greifensee
Switzerland
Phone:  +41 (0)79 416 01 07



Ganttchart not working anymore?

2012-08-22 Thread Hans Bakker

Anybody any idea what is wrong with the ganttchart in the project manager?

It is not showing anymore.

Regards,
Hans


Re: Form Field show information from different entities

2012-08-22 Thread Deepak Agarwal
Only problem with ajax I see is SEO. Normally, I would like all the results
to be cached by search engines. what is your opinion for search engine
optimization here?

On Wed, Aug 22, 2012 at 1:11 PM, Robert G.  wrote:

> Hey :)
>
> I did it with JS/Ajax, if you want to send the complete result from server
> side, than I would solrJ (java API for Solr), and send the results to FTL
> or
> groovy--> ftl. Than you can enumerate these results f.ex. with -Tag
> in
> ftl to show them on the page. The solrJ methods are really easy i.ex.:
>
> /
> //open  the connection to solr
> CommonsHttpSolrServer solr = new
> CommonsHttpSolrServer("http://localhost:8983/solr";);
>
> //set the query parameter set
> ModifiableSolrParams params = new ModifiableSolrParams();
> params.set("q", "cat:electronics");
> params.set("defType", "edismax");
> params.set("start", "0");
>
> //send the query parameter
> QueryResponse response = solr.query(params);
>
> //get results
> SolrDocumentList results = response.getResults();
>
> //i.ex. print the results
> for (int i = 0; i < results.size(); ++i) {
>   System.out.println(results.get(i));
> }/
>
> Kindly
>
>
>
> --
> View this message in context:
> http://ofbiz.135035.n4.nabble.com/Form-Field-show-information-from-different-entities-tp4635391p4635879.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
> --
> Thanks,
> Deepak Agarwal,
>
> Paxcel Technologies Pvt Ltd.
> Hartron Complex, Sector 18, Gurgaon, India.
> E-Mail: deepak.agar...@paxcel.net
> Mobile: +91 9910322604
>
>


Re: Run service at ofbiz startup

2012-08-22 Thread Jacques Le Roux

Ha indeed read too fast before being really awake :D

Jacques

From: "ian tabangay" 

Thanks Jacques for replying but that wasnt what I was asking. I wanted
execute a service of ofbiz everytime ofbiz starts. Is there a way to
configure a service to behave that way?

Thanks!
Ian Tabangay

On Wed, Aug 22, 2012 at 3:12 PM, Jacques Le Roux <
jacques.le.r...@les7arts.com> wrote:


https://cwiki.apache.org/**confluence/display/OFBIZ/How+**
to+run+OFBiz+as+a+Service

Jacques

From: "ian tabangay" 

 Hi.


Is it possible to run a service in ofbiz everytime it starts up?

Thanks!
Ian Tabangay






Re: Ofbiz 11.04 - German Retail Store with Product Prices Including VAT Tax

2012-08-22 Thread Robert G.
dont know if it helps, but check the tax authority "Not Applicable [_NA_]
[_NA_]" --> product rates

this made on my system, that a position was added for tax with 0. just
delete all authorities except yours.

maybe it works.



--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Ofbiz-11-04-German-Retail-Store-with-Product-Prices-Including-VAT-Tax-tp4635793p4635885.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: OFBiz BigFish eCommerce Enhancements

2012-08-22 Thread Deepak Agarwal
Any plans to upgrade the solr to 4.0 alpha?

On Thu, Aug 9, 2012 at 4:34 AM, Nick Rosser  wrote:

> OFBiz User Community,
>
> We are pleased to announce a new release of demo sites, with many
> enhancements and features, to our site at http://bigfish.salmonllc.com.
> As always, the best way to see what it's all about is to visit the site,
> click on "demo" and play around with both an eCommerce implementation and
> the Admin Module.
>
>
> Significant feature enhancements since the last release are as follows:
>
> ** Many, many small enhancements and fixes, in both the eCommerce and
> Admin Modules
>
> ** Check-Out: enhanced features to control single-page-checkout;
> guest-checkout; multi-step-checkout; credit-card-required; store credit
> card for future use etc. All configurable of course via the Admin Module ->
> Admin -> System Parameters.
>
> ** Product Detail Page: ability configure a "recently viewed" component.
> This will display a history of previously viewed products in the
> product-detail page.
>
> ** Product Loader and Feeds functionality: we have defined many incoming
> and outgoing BigFish feeds that our clients can use for daily interaction
> with BigFish from their existing ERP solution. The primary feed is a
> BigFish Product Loader -- clients can use either an XLS or XML format file
> that is used to initially load and subsequently update the entire product
> catalog. We are finishing up writing some scheduled services so that this
> process can be more automated. Outgoing feeds include Customers (registered
> users); Orders; Catalog Requests; and Contact-Us events. Incoming upload
> feeds include Product Catalog and Order Status changes.
>
> ** Real "variant" intelligence: SEO-Friendly-URLs are now generated to the
> variant level. So, for example, www.retailsite/apparel/**special-blouse
> can now have several variant extensions such as 
> www.retailsite/apparel/**special-blouse-red
> etc. This is useful for both SEO purposes and email campaigns (since the
> exact variant link can be put in the email, customer clicks on it, and the
> proper color variant is displayed initially)
>
> ** Product Listing Page: we've expanded the sort options to include "Most
> Viewed" and "Best Sellers". Available options offered are maintained as a
> system parameter.
>
> ** Expanded Content Spots: in the Admin Module -> Content section we've
> added many new content spots. These can be used to provide lifestyle
> content on all the category listing pages, special recurring content on the
> product-detail-page (such as standard social media links) etc.
>
> ** New Admin Screens: Maintain the backend OFBiz Shipping Charges and
> Scheduled Jobs via the BigFish Admin Module.
>
> ** Admin Module Skins: we created a GunMetal-Grey css skin for the Admin
> Module. Ability to create and upload your own skins is now available in the
> Admin -> Tools section.
>
> ** Multi-Site: we've made some progress in being able to support multiple
> Product Stores. The initial challenge was to allow for product catalog and
> all associated content to be segregated  by Product Store. This is now
> complete. Next steps is to move forward and create the actual catalog and
> content in order to demonstrate this.
>
> ** DIV-Sequencing: we've spent a ton of time on a concept we're calling
> "DIV Sequencing". Basically each component on a page, say the Product
> Detail Page, maps to a DIV/Class in the CSS. Some clients may want image +
> product-name + color-selector + add-to-cart-button + full-descriptions +
> ratings-and-reviews. Another client may want product-name + image +
> full-descriptions + color-selector + add-to-cart-button. The DIV-Sequencing
> feature allows retail clients to pick and choose which elements should be
> displayed in a particularly page and the actual sequence they should be
> rendered in the mark-up. This significantly simplifies the styling changes
> required in the CSS to get the final look-and-feel since the basic layout
> is setup by the DIV-sequencing. This has applied to all of the key pages.
> The Div-Sequences are maintained in the Admin->Tools section of the Admin
> Module.
>
> ** Docs: we've loaded up our specifications, useful for getting some
> insight into our process and approach
>
> ** NEW CLIENTS: We are anticipating announcements for a couple of our new
> clients being launched on the BigFish platform. Getting production ready
> has proven to be quite tricky given the normal integration efforts that are
> involved in going live with an eCommerce site. See the Product-Loader and
> Feeds section above!
>
> Comments, questions always welcome!
>
>
> Best Regards,
> Nick Rosser
> nros...@salmonllc.com
> O: 516.742.7888 x221
> C: 516.901.1720
>
>>
>> On 5/3/2012 1:28 PM, Nick Rosser wrote:
>>
>>> OFBiz user community:
>>>
>>> A quick update for the BigFish eCommerce project. For more details
>>> please visit http://bigfish.salmonllc.com. The best way to view what
>>> this is all about is to click

Re: Form Field show information from different entities

2012-08-22 Thread Robert G.
exactly that is my option for SEO, but i have not realized yet. 




--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Form-Field-show-information-from-different-entities-tp4635391p4635889.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


How do I clear "invalid security certificate?"

2012-08-22 Thread Dale E. Moore
First visits to https://ofbiz-vm.apache.org:8443/partymgr get:

ofbiz-vm.apache.org:8443 uses an invalid security certificate.
The certificate is not trusted because the issuer certificate has expired.
The certificate is only valid for ofbiz.apache.org
The certificate expired on 07/06/2008 06:46 AM. The current time is
08/22/2012 08:01 AM.
(Error code: sec_error_expired_issuer_certificate)

from Firefox. The same thing is true for installs from here
http://ofbiz.apache.org/download.html. It is also true for installs from
here
https://cwiki.apache.org/OFBADMIN/ofbiz-source-repository-and-access.html.

What do you suggest I do to remove this issue from demo sites?

I look forward to hearing from you,
daleemo...@gmail.com



--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/How-do-I-clear-invalid-security-certificate-tp4635893.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: OFBiz BigFish eCommerce Enhancements

2012-08-22 Thread Nick Rosser
Not on our task list right now, and we would be very reluctant looking 
into any alpha release. When it's available in stable form we'll 
definitely take a look.


Best Regards,

Nick Rosser
nros...@salmonllc.com
O: 516.742.7888 x221
C: 516.901.1720


On 8/22/2012 6:43 AM, Deepak Agarwal wrote:

Any plans to upgrade the solr to 4.0 alpha?

On Thu, Aug 9, 2012 at 4:34 AM, Nick Rosser  wrote:


OFBiz User Community,

We are pleased to announce a new release of demo sites, with many
enhancements and features, to our site at http://bigfish.salmonllc.com.
As always, the best way to see what it's all about is to visit the site,
click on "demo" and play around with both an eCommerce implementation and
the Admin Module.


Significant feature enhancements since the last release are as follows:

** Many, many small enhancements and fixes, in both the eCommerce and
Admin Modules

** Check-Out: enhanced features to control single-page-checkout;
guest-checkout; multi-step-checkout; credit-card-required; store credit
card for future use etc. All configurable of course via the Admin Module ->
Admin ->  System Parameters.

** Product Detail Page: ability configure a "recently viewed" component.
This will display a history of previously viewed products in the
product-detail page.

** Product Loader and Feeds functionality: we have defined many incoming
and outgoing BigFish feeds that our clients can use for daily interaction
with BigFish from their existing ERP solution. The primary feed is a
BigFish Product Loader -- clients can use either an XLS or XML format file
that is used to initially load and subsequently update the entire product
catalog. We are finishing up writing some scheduled services so that this
process can be more automated. Outgoing feeds include Customers (registered
users); Orders; Catalog Requests; and Contact-Us events. Incoming upload
feeds include Product Catalog and Order Status changes.

** Real "variant" intelligence: SEO-Friendly-URLs are now generated to the
variant level. So, for example, www.retailsite/apparel/**special-blouse
can now have several variant extensions such as 
www.retailsite/apparel/**special-blouse-red
etc. This is useful for both SEO purposes and email campaigns (since the
exact variant link can be put in the email, customer clicks on it, and the
proper color variant is displayed initially)

** Product Listing Page: we've expanded the sort options to include "Most
Viewed" and "Best Sellers". Available options offered are maintained as a
system parameter.

** Expanded Content Spots: in the Admin Module ->  Content section we've
added many new content spots. These can be used to provide lifestyle
content on all the category listing pages, special recurring content on the
product-detail-page (such as standard social media links) etc.

** New Admin Screens: Maintain the backend OFBiz Shipping Charges and
Scheduled Jobs via the BigFish Admin Module.

** Admin Module Skins: we created a GunMetal-Grey css skin for the Admin
Module. Ability to create and upload your own skins is now available in the
Admin ->  Tools section.

** Multi-Site: we've made some progress in being able to support multiple
Product Stores. The initial challenge was to allow for product catalog and
all associated content to be segregated  by Product Store. This is now
complete. Next steps is to move forward and create the actual catalog and
content in order to demonstrate this.

** DIV-Sequencing: we've spent a ton of time on a concept we're calling
"DIV Sequencing". Basically each component on a page, say the Product
Detail Page, maps to a DIV/Class in the CSS. Some clients may want image +
product-name + color-selector + add-to-cart-button + full-descriptions +
ratings-and-reviews. Another client may want product-name + image +
full-descriptions + color-selector + add-to-cart-button. The DIV-Sequencing
feature allows retail clients to pick and choose which elements should be
displayed in a particularly page and the actual sequence they should be
rendered in the mark-up. This significantly simplifies the styling changes
required in the CSS to get the final look-and-feel since the basic layout
is setup by the DIV-sequencing. This has applied to all of the key pages.
The Div-Sequences are maintained in the Admin->Tools section of the Admin
Module.

** Docs: we've loaded up our specifications, useful for getting some
insight into our process and approach

** NEW CLIENTS: We are anticipating announcements for a couple of our new
clients being launched on the BigFish platform. Getting production ready
has proven to be quite tricky given the normal integration efforts that are
involved in going live with an eCommerce site. See the Product-Loader and
Feeds section above!

Comments, questions always welcome!


Best Regards,
Nick Rosser
nros...@salmonllc.com
O: 516.742.7888 x221
C: 516.901.1720


On 5/3/2012 1:28 PM, Nick Rosser wrote:


OFBiz user community:

A quick update for the BigFish eCommerce project. For more 

Re: OFBiz BigFish eCommerce Enhancements

2012-08-22 Thread Richard Fleming
Nick,

Are you working to get BigFish to run on a Postgresql database?

Thanks
-Rick




 From: Nick Rosser 
To: user@ofbiz.apache.org 
Sent: Wednesday, August 22, 2012 7:19 AM
Subject: Re: OFBiz BigFish eCommerce Enhancements
 
Not on our task list right now, and we would be very reluctant looking 
into any alpha release. When it's available in stable form we'll 
definitely take a look.

Best Regards,

Nick Rosser
nros...@salmonllc.com
O: 516.742.7888 x221
C: 516.901.1720


On 8/22/2012 6:43 AM, Deepak Agarwal wrote:
> Any plans to upgrade the solr to 4.0 alpha?
>
> On Thu, Aug 9, 2012 at 4:34 AM, Nick Rosser  wrote:
>
>> OFBiz User Community,
>>
>> We are pleased to announce a new release of demo sites, with many
>> enhancements and features, to our site at http://bigfish.salmonllc.com.
>> As always, the best way to see what it's all about is to visit the site,
>> click on "demo" and play around with both an eCommerce implementation and
>> the Admin Module.
>>
>>
>> Significant feature enhancements since the last release are as follows:
>>
>> ** Many, many small enhancements and fixes, in both the eCommerce and
>> Admin Modules
>>
>> ** Check-Out: enhanced features to control single-page-checkout;
>> guest-checkout; multi-step-checkout; credit-card-required; store credit
>> card for future use etc. All configurable of course via the Admin Module ->
>> Admin ->  System Parameters.
>>
>> ** Product Detail Page: ability configure a "recently viewed" component.
>> This will display a history of previously viewed products in the
>> product-detail page.
>>
>> ** Product Loader and Feeds functionality: we have defined many incoming
>> and outgoing BigFish feeds that our clients can use for daily interaction
>> with BigFish from their existing ERP solution. The primary feed is a
>> BigFish Product Loader -- clients can use either an XLS or XML format file
>> that is used to initially load and subsequently update the entire product
>> catalog. We are finishing up writing some scheduled services so that this
>> process can be more automated. Outgoing feeds include Customers (registered
>> users); Orders; Catalog Requests; and Contact-Us events. Incoming upload
>> feeds include Product Catalog and Order Status changes.
>>
>> ** Real "variant" intelligence: SEO-Friendly-URLs are now generated to the
>> variant level. So, for example, www.retailsite/apparel/**special-blouse
>> can now have several variant extensions such as 
>> www.retailsite/apparel/**special-blouse-red
>> etc. This is useful for both SEO purposes and email campaigns (since the
>> exact variant link can be put in the email, customer clicks on it, and the
>> proper color variant is displayed initially)
>>
>> ** Product Listing Page: we've expanded the sort options to include "Most
>> Viewed" and "Best Sellers". Available options offered are maintained as a
>> system parameter.
>>
>> ** Expanded Content Spots: in the Admin Module ->  Content section we've
>> added many new content spots. These can be used to provide lifestyle
>> content on all the category listing pages, special recurring content on the
>> product-detail-page (such as standard social media links) etc.
>>
>> ** New Admin Screens: Maintain the backend OFBiz Shipping Charges and
>> Scheduled Jobs via the BigFish Admin Module.
>>
>> ** Admin Module Skins: we created a GunMetal-Grey css skin for the Admin
>> Module. Ability to create and upload your own skins is now available in the
>> Admin ->  Tools section.
>>
>> ** Multi-Site: we've made some progress in being able to support multiple
>> Product Stores. The initial challenge was to allow for product catalog and
>> all associated content to be segregated  by Product Store. This is now
>> complete. Next steps is to move forward and create the actual catalog and
>> content in order to demonstrate this.
>>
>> ** DIV-Sequencing: we've spent a ton of time on a concept we're calling
>> "DIV Sequencing". Basically each component on a page, say the Product
>> Detail Page, maps to a DIV/Class in the CSS. Some clients may want image +
>> product-name + color-selector + add-to-cart-button + full-descriptions +
>> ratings-and-reviews. Another client may want product-name + image +
>> full-descriptions + color-selector + add-to-cart-button. The DIV-Sequencing
>> feature allows retail clients to pick and choose which elements should be
>> displayed in a particularly page and the actual sequence they should be
>> rendered in the mark-up. This significantly simplifies the styling changes
>> required in the CSS to get the final look-and-feel since the basic layout
>> is setup by the DIV-sequencing. This has applied to all of the key pages.
>> The Div-Sequences are maintained in the Admin->Tools section of the Admin
>> Module.
>>
>> ** Docs: we've loaded up our specifications, useful for getting some
>> insight into our process and approach
>>
>> ** NEW CLIENTS: We are anticipating announcements for a couple of our new
>> 

Re: OFBiz BigFish eCommerce Enhancements

2012-08-22 Thread Nick Rosser

Rick,

Hooking BF up to Postgresql should work just fine. We are aware of a 
problem in the Admin Module Dashboard function but other than that we're 
not aware of other issues.


We don't typically use Postgresql for development or client 
implementations so this isn't something that we're completely up on.


Best Regards,

Nick Rosser
nros...@salmonllc.com
O: 516.742.7888 x221
C: 516.901.1720


On 8/22/2012 11:00 AM, Richard Fleming wrote:

Nick,

Are you working to get BigFish to run on a Postgresql database?

Thanks
-Rick




  From: Nick Rosser
To: user@ofbiz.apache.org
Sent: Wednesday, August 22, 2012 7:19 AM
Subject: Re: OFBiz BigFish eCommerce Enhancements

Not on our task list right now, and we would be very reluctant looking
into any alpha release. When it's available in stable form we'll
definitely take a look.

Best Regards,

Nick Rosser
nros...@salmonllc.com
O: 516.742.7888 x221
C: 516.901.1720


On 8/22/2012 6:43 AM, Deepak Agarwal wrote:

Any plans to upgrade the solr to 4.0 alpha?

On Thu, Aug 9, 2012 at 4:34 AM, Nick Rosser   wrote:


OFBiz User Community,

We are pleased to announce a new release of demo sites, with many
enhancements and features, to our site at http://bigfish.salmonllc.com.
As always, the best way to see what it's all about is to visit the site,
click on "demo" and play around with both an eCommerce implementation and
the Admin Module.


Significant feature enhancements since the last release are as follows:

** Many, many small enhancements and fixes, in both the eCommerce and
Admin Modules

** Check-Out: enhanced features to control single-page-checkout;
guest-checkout; multi-step-checkout; credit-card-required; store credit
card for future use etc. All configurable of course via the Admin Module ->
Admin ->   System Parameters.

** Product Detail Page: ability configure a "recently viewed" component.
This will display a history of previously viewed products in the
product-detail page.

** Product Loader and Feeds functionality: we have defined many incoming
and outgoing BigFish feeds that our clients can use for daily interaction
with BigFish from their existing ERP solution. The primary feed is a
BigFish Product Loader -- clients can use either an XLS or XML format file
that is used to initially load and subsequently update the entire product
catalog. We are finishing up writing some scheduled services so that this
process can be more automated. Outgoing feeds include Customers (registered
users); Orders; Catalog Requests; and Contact-Us events. Incoming upload
feeds include Product Catalog and Order Status changes.

** Real "variant" intelligence: SEO-Friendly-URLs are now generated to the
variant level. So, for example, www.retailsite/apparel/**special-blouse
can now have several variant extensions such as 
www.retailsite/apparel/**special-blouse-red
etc. This is useful for both SEO purposes and email campaigns (since the
exact variant link can be put in the email, customer clicks on it, and the
proper color variant is displayed initially)

** Product Listing Page: we've expanded the sort options to include "Most
Viewed" and "Best Sellers". Available options offered are maintained as a
system parameter.

** Expanded Content Spots: in the Admin Module ->   Content section we've
added many new content spots. These can be used to provide lifestyle
content on all the category listing pages, special recurring content on the
product-detail-page (such as standard social media links) etc.

** New Admin Screens: Maintain the backend OFBiz Shipping Charges and
Scheduled Jobs via the BigFish Admin Module.

** Admin Module Skins: we created a GunMetal-Grey css skin for the Admin
Module. Ability to create and upload your own skins is now available in the
Admin ->   Tools section.

** Multi-Site: we've made some progress in being able to support multiple
Product Stores. The initial challenge was to allow for product catalog and
all associated content to be segregated  by Product Store. This is now
complete. Next steps is to move forward and create the actual catalog and
content in order to demonstrate this.

** DIV-Sequencing: we've spent a ton of time on a concept we're calling
"DIV Sequencing". Basically each component on a page, say the Product
Detail Page, maps to a DIV/Class in the CSS. Some clients may want image +
product-name + color-selector + add-to-cart-button + full-descriptions +
ratings-and-reviews. Another client may want product-name + image +
full-descriptions + color-selector + add-to-cart-button. The DIV-Sequencing
feature allows retail clients to pick and choose which elements should be
displayed in a particularly page and the actual sequence they should be
rendered in the mark-up. This significantly simplifies the styling changes
required in the CSS to get the final look-and-feel since the basic layout
is setup by the DIV-sequencing. This has applied to all of the key pages.
The Div-Sequences are maintained in the Admin->Tool

Re: How do I clear "invalid security certificate?"

2012-08-22 Thread Jacques Le Roux

Just accept the self signed certificate, or do I miss something?

BTW, from where did you get to https://ofbiz-vm.apache.org:8443/partymgr  the "domain" should be demo-trunk.ofbiz.apache.org and you 
don't need a port, like in

https://demo-trunk.ofbiz.apache.org/catalog/control/main?USERNAME=admin&PASSWORD=ofbiz&JavaScriptEnabled=Y

This is the same than from "Demo Sites" section on ofbiz.apache.org, just change the sub-domain (from demo-stable to demo-trunk, 
etc.)


HTH

Jacques

From: "Dale E. Moore" 

First visits to https://ofbiz-vm.apache.org:8443/partymgr get:

ofbiz-vm.apache.org:8443 uses an invalid security certificate.
The certificate is not trusted because the issuer certificate has expired.
The certificate is only valid for ofbiz.apache.org
The certificate expired on 07/06/2008 06:46 AM. The current time is
08/22/2012 08:01 AM.
(Error code: sec_error_expired_issuer_certificate)

from Firefox. The same thing is true for installs from here
http://ofbiz.apache.org/download.html. It is also true for installs from
here
https://cwiki.apache.org/OFBADMIN/ofbiz-source-repository-and-access.html.

What do you suggest I do to remove this issue from demo sites?

I look forward to hearing from you,
daleemo...@gmail.com



--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/How-do-I-clear-invalid-security-certificate-tp4635893.html
Sent from the OFBiz - User mailing list archive at Nabble.com. 


Re: OFBiz BigFish eCommerce Enhancements [integrate with Postgresql]

2012-08-22 Thread Nick Rosser

Rick,

I just heard from the dev team that the offending queries in the 
Dashboard have been re-written and therre shouldn't be a problem.


Even though we have not tried here, we're not aware of any issues.

Best Regards,

Nick Rosser
nros...@salmonllc.com
O: 516.742.7888 x221
C: 516.901.1720


On 8/22/2012 12:54 PM, Nick Rosser wrote:

Rick,

Hooking BF up to Postgresql should work just fine. We are aware of a 
problem in the Admin Module Dashboard function but other than that 
we're not aware of other issues.


We don't typically use Postgresql for development or client 
implementations so this isn't something that we're completely up on.


Best Regards,

Nick Rosser
nros...@salmonllc.com
O: 516.742.7888 x221
C: 516.901.1720


On 8/22/2012 11:00 AM, Richard Fleming wrote:

Nick,

Are you working to get BigFish to run on a Postgresql database?

Thanks
-Rick




  From: Nick Rosser
To: user@ofbiz.apache.org
Sent: Wednesday, August 22, 2012 7:19 AM
Subject: Re: OFBiz BigFish eCommerce Enhancements

Not on our task list right now, and we would be very reluctant looking
into any alpha release. When it's available in stable form we'll
definitely take a look.

Best Regards,

Nick Rosser
nros...@salmonllc.com
O: 516.742.7888 x221
C: 516.901.1720


On 8/22/2012 6:43 AM, Deepak Agarwal wrote:

Any plans to upgrade the solr to 4.0 alpha?

On Thu, Aug 9, 2012 at 4:34 AM, Nick Rosser   
wrote:



OFBiz User Community,

We are pleased to announce a new release of demo sites, with many
enhancements and features, to our site at 
http://bigfish.salmonllc.com.
As always, the best way to see what it's all about is to visit the 
site,
click on "demo" and play around with both an eCommerce 
implementation and

the Admin Module.


Significant feature enhancements since the last release are as 
follows:


** Many, many small enhancements and fixes, in both the eCommerce and
Admin Modules

** Check-Out: enhanced features to control single-page-checkout;
guest-checkout; multi-step-checkout; credit-card-required; store 
credit
card for future use etc. All configurable of course via the Admin 
Module ->

Admin ->   System Parameters.

** Product Detail Page: ability configure a "recently viewed" 
component.

This will display a history of previously viewed products in the
product-detail page.

** Product Loader and Feeds functionality: we have defined many 
incoming
and outgoing BigFish feeds that our clients can use for daily 
interaction

with BigFish from their existing ERP solution. The primary feed is a
BigFish Product Loader -- clients can use either an XLS or XML 
format file
that is used to initially load and subsequently update the entire 
product
catalog. We are finishing up writing some scheduled services so 
that this
process can be more automated. Outgoing feeds include Customers 
(registered
users); Orders; Catalog Requests; and Contact-Us events. Incoming 
upload

feeds include Product Catalog and Order Status changes.

** Real "variant" intelligence: SEO-Friendly-URLs are now generated 
to the
variant level. So, for example, 
www.retailsite/apparel/**special-blouse
can now have several variant extensions such as 
www.retailsite/apparel/**special-blouse-red
etc. This is useful for both SEO purposes and email campaigns 
(since the
exact variant link can be put in the email, customer clicks on it, 
and the

proper color variant is displayed initially)

** Product Listing Page: we've expanded the sort options to include 
"Most
Viewed" and "Best Sellers". Available options offered are 
maintained as a

system parameter.

** Expanded Content Spots: in the Admin Module ->   Content section 
we've

added many new content spots. These can be used to provide lifestyle
content on all the category listing pages, special recurring 
content on the

product-detail-page (such as standard social media links) etc.

** New Admin Screens: Maintain the backend OFBiz Shipping Charges and
Scheduled Jobs via the BigFish Admin Module.

** Admin Module Skins: we created a GunMetal-Grey css skin for the 
Admin
Module. Ability to create and upload your own skins is now 
available in the

Admin ->   Tools section.

** Multi-Site: we've made some progress in being able to support 
multiple
Product Stores. The initial challenge was to allow for product 
catalog and

all associated content to be segregated  by Product Store. This is now
complete. Next steps is to move forward and create the actual 
catalog and

content in order to demonstrate this.

** DIV-Sequencing: we've spent a ton of time on a concept we're 
calling

"DIV Sequencing". Basically each component on a page, say the Product
Detail Page, maps to a DIV/Class in the CSS. Some clients may want 
image +
product-name + color-selector + add-to-cart-button + 
full-descriptions +

ratings-and-reviews. Another client may want product-name + image +
full-descriptions + color-selector + add-to-cart-button. The 
DIV-Sequencing
feature allows retail clients to

Re: Shipping from Multiple Warehouses?

2012-08-22 Thread Robert G.
hey guys, 

do you know if there are new futures in ofbiz concerning this case?

for me i am interesting in sth like this:

1. I use a Main stock, which is located in a city
2. I use other small stocks on other locations in that country (different
cities)

the reason is that I use the own delivery service with own cars and so on,
so I need to have different locations to offer a fast and cost efficient
delivery.

So if a customer orders products, the order should be fullfilled (if
possible) from the closest warehouse. If there are not all items in stock,
there should be a transport from the main stock, to this warehouse (like a
stock move) --> automated. after that, the order should be fullfiled. Also
the customer can choose if he wanna get a split shipping of the goods which
are in stock on the nearest warehouse and later of the items which comes
from the main ware house.

what do you think, how to handle this?

greetings, robert



--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Shipping-from-Multiple-Warehouses-tp2286997p4635905.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: Run service at ofbiz startup

2012-08-22 Thread varun bhansaly
You can try configuring start-up services in
framework/service/config/serviceengine.xml.
See
http://svn.apache.org/repos/asf/ofbiz/trunk/framework/service/config/serviceengine.xml


On Wed, Aug 22, 2012 at 9:40 AM, ian tabangay  wrote:

> Hi.
>
> Is it possible to run a service in ofbiz everytime it starts up?
>
> Thanks!
> Ian Tabangay
>



-- 
Regards,
Varun Bhansaly


Trunk demo site and stable demo site is down

2012-08-22 Thread Carlos Guzman

Hello,
Can somebody fix the server?

https://demo-trunk.ofbiz.apache.org/


 Service Temporarily Unavailable

The server is temporarily unable to service your request due to 
maintenance downtime or capacity problems. Please try again later.



Apache/2.2.20 (Ubuntu) Server at demo-trunk.ofbiz.apache.org Port 443