[jira] [Updated] (OFBIZ-6845) On the balance sheet, it display incorrect value on the total of long-term asset.

2016-01-20 Thread Supatthra Nawicha (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-6845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Supatthra Nawicha updated OFBIZ-6845:
-
Priority: Major  (was: Minor)

> On the balance sheet, it display incorrect value on the total of long-term 
> asset.
> -
>
> Key: OFBIZ-6845
> URL: https://issues.apache.org/jira/browse/OFBIZ-6845
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Supatthra Nawicha
> Attachments: addConditionForLongTermAsset.patch
>
>
> Now, it display the totals of all transactions on the totals of long term 
> asset. I have checked on the code and I have found the missing condition 
> checked in there. 
> {code:title=BalanceSheet.groovy|borderStyle=solid}
> List longtermAssetAndExprs = mainAndExprs as LinkedList;
> longtermAssetAndExprs.add(EntityCondition.makeCondition("glAccountClassId", 
> EntityOperator.IN, longtermAssetAccountClassIds));
> transactionTotals = select("glAccountId", "accountName", "accountCode", 
> "debitCreditFlag", 
> "amount").from("AcctgTransEntrySums").orderBy("glAccountId").queryList();
> {code}
> Actually, it should be:
> {code:java}
> List longtermAssetAndExprs = mainAndExprs as LinkedList;
> longtermAssetAndExprs.add(EntityCondition.makeCondition("glAccountClassId", 
> EntityOperator.IN, longtermAssetAccountClassIds));
> transactionTotals = select("glAccountId", "accountName", "accountCode", 
> "debitCreditFlag", 
> "amount").from("AcctgTransEntrySums").where(longtermAssetAndExprs).orderBy("glAccountId").queryList();
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (OFBIZ-6846) party image not shown after upload. eg. page not refreshed

2016-01-20 Thread Wai (JIRA)
Wai created OFBIZ-6846:
--

 Summary: party image not shown after upload. eg. page not refreshed
 Key: OFBIZ-6846
 URL: https://issues.apache.org/jira/browse/OFBIZ-6846
 Project: OFBiz
  Issue Type: Bug
  Components: party
Affects Versions: Trunk
Reporter: Wai


use this link. 
https://localhost:8443/partymgr/control/viewprofile?partyId=DemoCustomer
select 'logo  image'.
select 'isPublic=Y'
-after upload, notice the page is not refreshed. as a result, the image is not 
shown.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-6843) New theme Rainbow Stone

2016-01-20 Thread Nicolas Malin (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-6843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15109409#comment-15109409
 ] 

Nicolas Malin commented on OFBIZ-6843:
--

Nice Julien, I want to criticize it but where I can see it ? :)

> New theme Rainbow Stone
> ---
>
> Key: OFBIZ-6843
> URL: https://issues.apache.org/jira/browse/OFBIZ-6843
> Project: OFBiz
>  Issue Type: Improvement
>  Components: themes
>Reporter: Julien NICOLAS
>Priority: Minor
>  Labels: features, theme
> Fix For: Trunk
>
>
> I create a new theme based on Flat Grey.
> It's the beginning but already functional, my goal is to provide a new style 
> for OFBiz.
> This is my tastes, so don't hesitate to criticize :)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-4083) Adding a "Go to next record" and a "Go to previous record" icons in the frame top bar

2016-01-20 Thread Nicolas Malin (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-4083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nicolas Malin closed OFBIZ-4083.

Resolution: Not A Problem

Yes, It's a marketing feature for me that no advantage for OFBiz. If a person 
is interest by this issue we will reopen it.

> Adding a "Go to next record" and a "Go to previous record" icons in the frame 
> top bar
> -
>
> Key: OFBIZ-4083
> URL: https://issues.apache.org/jira/browse/OFBIZ-4083
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: framework
>Reporter: Bruno Busco
>Priority: Minor
>
> These icons should allow to navigate through all the records of a list.
> These should only be available for single type forms.
> The list to navigate should be for example the list of records that has been 
> selected by a previous find operation.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-4084) Adding a "Return to search" icon in the single frame top bar

2016-01-20 Thread Nicolas Malin (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-4084?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nicolas Malin closed OFBIZ-4084.

Resolution: Not A Problem

With the layered-model link now we can view a element information quickly and 
return to the search list easly without create a new server connection.

So I close on this state.

> Adding a "Return to search" icon in the single frame top bar
> 
>
> Key: OFBIZ-4084
> URL: https://issues.apache.org/jira/browse/OFBIZ-4084
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: framework
>Reporter: Bruno Busco
>Priority: Minor
>
> If the single frame being displyied comes from a previous search this button 
> icon should allow to go back to the previous search query.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-6790) Add service blackout period on job mananger

2016-01-20 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-6790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15109444#comment-15109444
 ] 

Jacques Le Roux commented on OFBIZ-6790:


Sorry Nicolas, I did not notice (mark to review later) this issue so did not 
review the patch yet. Could you wait until next weekend?

> Add service blackout period on job mananger
> ---
>
> Key: OFBIZ-6790
> URL: https://issues.apache.org/jira/browse/OFBIZ-6790
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Nicolas Malin
>Assignee: Nicolas Malin
>Priority: Minor
> Attachments: OFBIZ-6790.patch
>
>
> On the job manager, we haven't the possibility to informe an ofbiz instance 
> that we want stop all job queue for a define duration.
> We can have a multipe reason for that : server maintenance, surcharge, 
> business problem ... 
> I created a draft to give an idea with added a new entity 
> JobManagerSemaphore. When the job manager analyze if a semaphore lock him or 
> not. If it's not the case, it continue the process to load the poll.
> I root for any comments on this draft to find the most attractive solution :)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-6846) party image not shown after upload. eg. page not refreshed

2016-01-20 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-6846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15109462#comment-15109462
 ] 

Jacques Le Roux commented on OFBIZ-6846:


Is that not a duplicate of OFBIZ-6709  (see my last comment there) ?

> party image not shown after upload. eg. page not refreshed
> --
>
> Key: OFBIZ-6846
> URL: https://issues.apache.org/jira/browse/OFBIZ-6846
> Project: OFBiz
>  Issue Type: Bug
>  Components: party
>Affects Versions: Trunk
>Reporter: Wai
>
> use this link. 
> https://localhost:8443/partymgr/control/viewprofile?partyId=DemoCustomer
> select 'logo  image'.
> select 'isPublic=Y'
> -after upload, notice the page is not refreshed. as a result, the image is 
> not shown.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-6790) Add service blackout period on job mananger

2016-01-20 Thread Nicolas Malin (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-6790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15109418#comment-15109418
 ] 

Nicolas Malin commented on OFBIZ-6790:
--

No remark on this issue ? 

I push to trunk and revert if isn't good ? :)

> Add service blackout period on job mananger
> ---
>
> Key: OFBIZ-6790
> URL: https://issues.apache.org/jira/browse/OFBIZ-6790
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Nicolas Malin
>Assignee: Nicolas Malin
>Priority: Minor
> Attachments: OFBIZ-6790.patch
>
>
> On the job manager, we haven't the possibility to informe an ofbiz instance 
> that we want stop all job queue for a define duration.
> We can have a multipe reason for that : server maintenance, surcharge, 
> business problem ... 
> I created a draft to give an idea with added a new entity 
> JobManagerSemaphore. When the job manager analyze if a semaphore lock him or 
> not. If it's not the case, it continue the process to load the poll.
> I root for any comments on this draft to find the most attractive solution :)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-6790) Add service blackout period on job mananger

2016-01-20 Thread Nicolas Malin (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-6790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15109456#comment-15109456
 ] 

Nicolas Malin commented on OFBIZ-6790:
--

No problem, I'm happy to wait ;)

> Add service blackout period on job mananger
> ---
>
> Key: OFBIZ-6790
> URL: https://issues.apache.org/jira/browse/OFBIZ-6790
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Nicolas Malin
>Assignee: Nicolas Malin
>Priority: Minor
> Attachments: OFBIZ-6790.patch
>
>
> On the job manager, we haven't the possibility to informe an ofbiz instance 
> that we want stop all job queue for a define duration.
> We can have a multipe reason for that : server maintenance, surcharge, 
> business problem ... 
> I created a draft to give an idea with added a new entity 
> JobManagerSemaphore. When the job manager analyze if a semaphore lock him or 
> not. If it's not the case, it continue the process to load the poll.
> I root for any comments on this draft to find the most attractive solution :)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-6790) Add service blackout period on job mananger

2016-01-20 Thread Nicolas Malin (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-6790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nicolas Malin updated OFBIZ-6790:
-
Attachment: OFBIZ-6790.patch

I reload the patch without blank line, it's a draft but no reason to load bad 
code !

> Add service blackout period on job mananger
> ---
>
> Key: OFBIZ-6790
> URL: https://issues.apache.org/jira/browse/OFBIZ-6790
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Nicolas Malin
>Assignee: Nicolas Malin
>Priority: Minor
> Attachments: OFBIZ-6790.patch, OFBIZ-6790.patch
>
>
> On the job manager, we haven't the possibility to informe an ofbiz instance 
> that we want stop all job queue for a define duration.
> We can have a multipe reason for that : server maintenance, surcharge, 
> business problem ... 
> I created a draft to give an idea with added a new entity 
> JobManagerSemaphore. When the job manager analyze if a semaphore lock him or 
> not. If it's not the case, it continue the process to load the poll.
> I root for any comments on this draft to find the most attractive solution :)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Re: New theme - new embedded font

2016-01-20 Thread gil portenseigne

Hi Julien,

Here are the different licence compatibilities : 
http://www.apache.org/legal/resolved.html#category-x


SIL Open Font License may be included in binary form, but not sure that 
ttf files are binary ?


HTH

Gil

On 19/12/2015 14:13, Julien NICOLAS wrote:

Hello,

I've a new theme to share with the community but this one is using an 
Open Font Licence. Is it compatible with Apache2 OFBiz Licence ?

Can I push it in the trunk ?

Thanks for your answer,

Julien.




Re: catalina messages in the log?

2016-01-20 Thread Scott Gray
If you drop the xsd into the webapp dtd folder the problem goes away.  Good
for a quick fix but I'm not sure about licencing issues for the project
On 20 Jan 2016 15:46, "Hans Bakker"  wrote:

> Anybody is aware of the catalina messages?
>
> example:
>  [java] 2016-01-20 08:39:37,037 |catalina-startup-1 |UtilXml
>  |W| [UtilXml.LocalResolver.resolveEntity] could not find LOCAL
> DTD/Schema with publicId [null] and the file/resource is
> [javaee_web_services_client_1_3.xsd]
>
>
> --
>
> Regards,
>
> Hans Bakker
> CEO, http://antwebsystems.com
>
>


Re: New theme - new embedded font

2016-01-20 Thread Julien NICOLAS

Thanks Gil.


Le 20/01/2016 09:15, gil portenseigne a écrit :

Hi Julien,

Here are the different licence compatibilities : 
http://www.apache.org/legal/resolved.html#category-x


SIL Open Font License may be included in binary form, but not sure 
that ttf files are binary ?


HTH

Gil

On 19/12/2015 14:13, Julien NICOLAS wrote:

Hello,

I've a new theme to share with the community but this one is using an 
Open Font Licence. Is it compatible with Apache2 OFBiz Licence ?

Can I push it in the trunk ?

Thanks for your answer,

Julien.






[jira] [Commented] (OFBIZ-6807) UtilXml.LocalResolver.resolveEntity] could not find LOCAL DTD/Schema with publicId [null] and the file/resource is [web-app_3_0.xsd]

2016-01-20 Thread Jacques Le Roux (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-6807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15108250#comment-15108250
 ] 

Jacques Le Roux commented on OFBIZ-6807:


I'd say that if it fixes the issue then yes, why not?

> UtilXml.LocalResolver.resolveEntity] could not find LOCAL DTD/Schema with 
> publicId [null] and the file/resource is [web-app_3_0.xsd]
> 
>
> Key: OFBIZ-6807
> URL: https://issues.apache.org/jira/browse/OFBIZ-6807
> Project: OFBiz
>  Issue Type: Bug
>Affects Versions: Trunk, Release Branch 15.12
>Reporter: Deepak Dixit
>Priority: Trivial
>
> System throws following exception on server start:
> {code}
> [java] 2016-01-16 15:04:50,942 |catalina-startup-2   |UtilXml 
>   |W| [UtilXml.LocalResolver.resolveEntity] could not find LOCAL 
> DTD/Schema with publicId [null] and the file/resource is [web-app_3_0.xsd]
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)