Different VAT product / transportation

2019-03-25 Thread wp . rauchholz
I setup the tax authorities such that an VAT of 10% is applied.
But transportation should be taxed at 21%. How can I set this up?

Thanks, Wolfgang


Error message when creating sales order

2019-03-25 Thread wp . rauchholz
I am testing  ofbiz 7.12 on a derby database.
I entered through ecomseo an order. When checking out a creating the order I 
get the following error message:



The Following Errors Occurred:

Problems reading the database, please try again.ERROR: Could not create order 
(problem invoking the service: 
org.apache.ofbiz.entity.transaction.GenericTransactionException: The current 
transaction is marked for rollback, not beginning a new transaction and 
aborting current operation; the rollbackOnly was caused by: rollback called in 
Entity Engine SQLProcessorjava.lang.Exception: Current Location Stack (Current 
Location Stack) (The current transaction is marked for rollback, not beginning 
a new transaction and aborting current operation; the rollbackOnly was caused 
by: rollback called in Entity Engine SQLProcessorjava.lang.Exception: Current 
Location Stack (Current Location Stack)))

Is this a bug?


Re: Changes to email settings in general.properties seem to be ignored

2019-03-25 Thread Gil Portenseigne
Hello Martin,

I think you got the good track for your issue.
Like you did, mailing configuration is done in general.property
configuration file.

But for multi-tenancy and others purpose OFBiz is embedded with
SystemProperty configuration in database that can overload file system
configuration.

There were some discussion [1] about this "feature" in the past that could
lead to the issue you met.

What I'd suggest to you is, if you have not loaded on purpose the
SystemProperties configuration within the db, to delete the concerned
data and work with the config file (like in the documentation)

I hope that will help

Regards, 

Gil

[1] https://s.apache.org/hW2D

Le 20:55 - lundi 25 mars, Martin Schröder a écrit :
> Dear Ofbiz Mailing List Members,
> 
> while trying to setup the email configuration for my ofbiz installation
> (following
> https://cwiki.apache.org/confluence/display/OFBIZ/Apache+OFBiz+Technical+Production+Setup+Guide#ApacheOFBizTechnicalProductionSetupGuide-EmailServerSettings)
> 
> it seems that that the changes I do in
> framework/common/config/general.properties are completely ignored by
> Ofbiz on startup.
> 
> Even though I have enabled the email notifications I get a strange error
> message in the console output when trying to send email, e.g. when
> resetting a users password through the ecommere app I get
> 
> 2019-03-25 20:05:02,474 |http-nio-8443-exec-8
> |EmailServices |I| Mail notifications disabled in
> general.properties; mail with subject [OFBiz Demo - Password Reminder
> (x...@yyy.net)] not sent to addressee [x...@yyy.net]
> 
> Please find below the line my email settinngs from the
> general.properties file;
> 
> After grepping around for a while in the file system I found the file :
> file:/...framework/common/data/CommonSystemPropertyData.xml.
> 
> Then after putting in all the email settings here too and loading the
> file through the xml data loader and after trying to send passwort reset
> emails, I got at least an error message that the mail could not be sent
> due to an authentication problem.
> 
> 
> Could someone tell me what I am missing here? Where is the right place
> to configure the email settings ?
> 
> Thanks for your answer in advance.
> 
> 
> Kind regards
> 
> Martin
> 
> 
> snip
> 
> # -- mail notifications enabled (Y|N)
> mail.notifications.enabled=Y
> 
> # -- redirect all mail notifications to this address for testing
> #mail.notifications.redirectTo=
> 
> # -- the default mail server to use
> mail.smtp.relay.host=smtp.googlemail.com
> 
> # -- SMTP Auth settings
> mail.smtp.auth.user=
> mail.smtp.auth.password=
> 
> # -- Additional Required Fields needed for Gmail and other non
> traditional smtp servers
> # -- These added fields also work for Yahoo business mail for instance
> # -- Gmail smtp port can be either 465 or 587
> mail.smtp.port=465
> # -- Gmail requires StartTLS
> mail.smtp.starttls.enable=true
> 
> # -- Gmail requires a JSSE socket factory, the following socketFactory
> settings will override JavaMail's default socketFactory settings
> # -- Port needs to be the same as mail.smtp.port
> mail.smtp.socketFactory.port=465
> mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory
> #--Fallback [true|false] determines whether you will allow a non secure
> connection if you are unable to get a secure one
> #mail.smtp.socketFactory.fallback=false
> 
> # -- how the address are matched with the CRM addresses
> mail.address.caseInsensitive=N
> 
> # -- debug SMTP mail option enabled (Y|N)
> 
> mail.debug.on=Y
> 
> 
> snap
> 
> 


Changes to email settings in general.properties seem to be ignored

2019-03-25 Thread Martin Schröder
Dear Ofbiz Mailing List Members,

while trying to setup the email configuration for my ofbiz installation
(following
https://cwiki.apache.org/confluence/display/OFBIZ/Apache+OFBiz+Technical+Production+Setup+Guide#ApacheOFBizTechnicalProductionSetupGuide-EmailServerSettings)

it seems that that the changes I do in
framework/common/config/general.properties are completely ignored by
Ofbiz on startup.

Even though I have enabled the email notifications I get a strange error
message in the console output when trying to send email, e.g. when
resetting a users password through the ecommere app I get

2019-03-25 20:05:02,474 |http-nio-8443-exec-8
|EmailServices |I| Mail notifications disabled in
general.properties; mail with subject [OFBiz Demo - Password Reminder
(x...@yyy.net)] not sent to addressee [x...@yyy.net]

Please find below the line my email settinngs from the
general.properties file;

After grepping around for a while in the file system I found the file :
file:/...framework/common/data/CommonSystemPropertyData.xml.

Then after putting in all the email settings here too and loading the
file through the xml data loader and after trying to send passwort reset
emails, I got at least an error message that the mail could not be sent
due to an authentication problem.


Could someone tell me what I am missing here? Where is the right place
to configure the email settings ?

Thanks for your answer in advance.


Kind regards

Martin


snip

# -- mail notifications enabled (Y|N)
mail.notifications.enabled=Y

# -- redirect all mail notifications to this address for testing
#mail.notifications.redirectTo=

# -- the default mail server to use
mail.smtp.relay.host=smtp.googlemail.com

# -- SMTP Auth settings
mail.smtp.auth.user=
mail.smtp.auth.password=

# -- Additional Required Fields needed for Gmail and other non
traditional smtp servers
# -- These added fields also work for Yahoo business mail for instance
# -- Gmail smtp port can be either 465 or 587
mail.smtp.port=465
# -- Gmail requires StartTLS
mail.smtp.starttls.enable=true

# -- Gmail requires a JSSE socket factory, the following socketFactory
settings will override JavaMail's default socketFactory settings
# -- Port needs to be the same as mail.smtp.port
mail.smtp.socketFactory.port=465
mail.smtp.socketFactory.class=javax.net.ssl.SSLSocketFactory
#--Fallback [true|false] determines whether you will allow a non secure
connection if you are unable to get a secure one
#mail.smtp.socketFactory.fallback=false

# -- how the address are matched with the CRM addresses
mail.address.caseInsensitive=N

# -- debug SMTP mail option enabled (Y|N)

mail.debug.on=Y


snap




Re: Order module not working

2019-03-25 Thread fawzi

 



--
Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html


Re: Order module not working

2019-03-25 Thread fawzi

 



--
Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html


Order module not working

2019-03-25 Thread techlam

Hello
there is a problem on ofbiz 16.11
when i change the ofbiz to Arabic Language the order module not working 
"it is showing error"

when i return the ofbiz to English it works fine

so the problem on Arabic langiage

plz check the problem on the following pictures

 when ofbiz in Arabic Language


when ofbiz in English Language





this is the Error message



ERROR rendering error page [/error/error.jsp], but here is the error 
text: org.apache.ofbiz.widget.renderer.ScreenRenderException: Error 
rendering screen 
[component://order/widget/ordermgr/OrderViewScreens.xml#Main]: 
org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering 
screen 
[component://order/widget/ordermgr/CommonScreens.xml#main-decorator]: 
org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering 
screen 
[component://commonext/widget/CommonScreens.xml#ApplicationDecorator]: 
org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering 
screen [component://common/widget/CommonScreens.xml#GlobalDecorator]: 
java.lang.RuntimeException: Error rendering widgets section [] in screen 
named [GlobalDecorator]: freemarker.core.ParseException: Syntax error in 
template 
"org.apache.ofbiz.widget.renderer.macro.MacroMenuRenderer@6a5b87ac_1000" 
in line 1, column 185: Lexical error: encountered "\u0627" (1575), after 
"\"\u0645\u062f\u064a\u0631 \u0623\u0645\u0631 
\u0627\u0644\u0628\u064a\u0639\\". (Error rendering widgets section [] 
in screen named [GlobalDecorator]: freemarker.core.ParseException: 
Syntax error in template 
"org.apache.ofbiz.widget.renderer.macro.MacroMenuRenderer@6a5b87ac_1000" 
in line 1, column 185: Lexical error: encountered "\u0627" (1575), after 
"\"\u0645\u062f\u064a\u0631 \u0623\u0645\u0631 
\u0627\u0644\u0628\u064a\u0639\\".) (Error rendering screen 
[component://common/widget/CommonScreens.xml#GlobalDecorator]: 
java.lang.RuntimeException: Error rendering widgets section [] in screen 
named [GlobalDecorator]: freemarker.core.ParseException: Syntax error in 
template 
"org.apache.ofbiz.widget.renderer.macro.MacroMenuRenderer@6a5b87ac_1000" 
in line 1, column 185: Lexical error: encountered "\u0627" (1575), after 
"\"\u0645\u062f\u064a\u0631 \u0623\u0645\u0631 
\u0627\u0644\u0628\u064a\u0639\\". (Error rendering widgets section [] 
in screen named [GlobalDecorator]: freemarker.core.ParseException: 
Syntax error in template 
"org.apache.ofbiz.widget.renderer.macro.MacroMenuRenderer@6a5b87ac_1000" 
in line 1, column 185: Lexical error: encountered "\u0627" (1575), after 
"\"\u0645\u062f\u064a\u0631 \u0623\u0645\u0631 
\u0627\u0644\u0628\u064a\u0639\\".)) (Error rendering screen 
[component://commonext/widget/CommonScreens.xml#ApplicationDecorator]: 
org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering 
screen [component://common/widget/CommonScreens.xml#GlobalDecorator]: 
java.lang.RuntimeException: Error rendering widgets section [] in screen 
named [GlobalDecorator]: freemarker.core.ParseException: Syntax error in 
template 
"org.apache.ofbiz.widget.renderer.macro.MacroMenuRenderer@6a5b87ac_1000" 
in line 1, column 185: Lexical error: encountered "\u0627" (1575), after 
"\"\u0645\u062f\u064a\u0631 \u0623\u0645\u0631 
\u0627\u0644\u0628\u064a\u0639\\". (Error rendering widgets section [] 
in screen named [GlobalDecorator]: freemarker.core.ParseException: 
Syntax error in template 
"org.apache.ofbiz.widget.renderer.macro.MacroMenuRenderer@6a5b87ac_1000" 
in line 1, column 185: Lexical error: encountered "\u0627" (1575), after 
"\"\u0645\u062f\u064a\u0631 \u0623\u0645\u0631 
\u0627\u0644\u0628\u064a\u0639\\".) (Error rendering screen 
[component://common/widget/CommonScreens.xml#GlobalDecorator]: 
java.lang.RuntimeException: Error rendering widgets section [] in screen 
named [GlobalDecorator]: freemarker.core.ParseException: Syntax error in 
template 
"org.apache.ofbiz.widget.renderer.macro.MacroMenuRenderer@6a5b87ac_1000" 
in line 1, column 185: Lexical error: encountered "\u0627" (1575), after 
"\"\u0645\u062f\u064a\u0631 \u0623\u0645\u0631 
\u0627\u0644\u0628\u064a\u0639\\". (Error rendering widgets section [] 
in screen named [GlobalDecorator]: freemarker.core.ParseException: 
Syntax error in template 
"org.apache.ofbiz.widget.renderer.macro.MacroMenuRenderer@6a5b87ac_1000" 
in line 1, column 185: Lexical error: encountered "\u0627" (1575), after 
"\"\u0645\u062f\u064a\u0631 \u0623\u0645\u0631 
\u0627\u0644\u0628\u064a\u0639\\".))) (Error rendering screen 
[component://order/widget/ordermgr/CommonScreens.xml#main-decorator]: 
org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering 
screen 
[component://commonext/widget/CommonScreens.xml#ApplicationDecorator]: 
org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering 
screen [component://common/widget/CommonScreens.xml#GlobalDecorator]: 
java.lang.RuntimeException: Error rendering widgets section [] in screen 
named [GlobalDecorator]: freemarker.core.ParseException: 

Re: Article broken https://cwiki.apache.org/confluence/display/OFBIZ/Visual+Themes+-+How+to

2019-03-25 Thread Martin Schröder
Thank you!

Nicolas Malin  schrieb am Mo., 25. März 2019,
08:01:

> Hello, It's a connexion problem between confluence and apache svn.
>
> You can see the documentation here :
>
> https://svn.apache.org/repos/asf/ofbiz/tools/wiki-files/themes/README.md.html
>
> I will ask asf infra on this connexion problem
>
> Nicolas
>
> On 25/03/2019 07:27, Martin Schröder wrote:
> > Hi,
> >
> > it seems the article on the Wiki
> > (
> https://cwiki.apache.org/confluence/display/OFBIZ/Visual+Themes+-+How+to)
> > is somehow broken,
> >
> > the referenced MD file cannot be read.Can someone repair this? That
> > would be nice.
> >
> > Thanks in advance.
> >
> > Regards,
> >
> > Martin
> >
> >
>


Re: Article broken https://cwiki.apache.org/confluence/display/OFBIZ/Visual+Themes+-+How+to

2019-03-25 Thread Nicolas Malin

Hello, It's a connexion problem between confluence and apache svn.

You can see the documentation here : 
https://svn.apache.org/repos/asf/ofbiz/tools/wiki-files/themes/README.md.html


I will ask asf infra on this connexion problem

Nicolas

On 25/03/2019 07:27, Martin Schröder wrote:

Hi,

it seems the article on the Wiki
(https://cwiki.apache.org/confluence/display/OFBIZ/Visual+Themes+-+How+to)
is somehow broken,

the referenced MD file cannot be read.Can someone repair this? That
would be nice.

Thanks in advance.

Regards,

Martin




Article broken https://cwiki.apache.org/confluence/display/OFBIZ/Visual+Themes+-+How+to

2019-03-25 Thread Martin Schröder
Hi,

it seems the article on the Wiki
(https://cwiki.apache.org/confluence/display/OFBIZ/Visual+Themes+-+How+to)
is somehow broken,

the referenced MD file cannot be read.Can someone repair this? That
would be nice.

Thanks in advance.

Regards,

Martin