[jira] [Commented] (OFBIZ-8316) Update Apache Solr/Lucene to release 6.2.1

2017-02-13 Thread Shi Jinghai (JIRA)

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

Shi Jinghai commented on OFBIZ-8316:


I have tested Lucene/Solr 6.4.1, the error on wrapping point fields is still 
there. I'll wait their next release and try again.

> Update Apache Solr/Lucene to release 6.2.1
> --
>
> Key: OFBIZ-8316
> URL: https://issues.apache.org/jira/browse/OFBIZ-8316
> Project: OFBiz
>  Issue Type: Improvement
>  Components: lucene, solr
>Affects Versions: Trunk
>Reporter: Michael Brohl
>Assignee: Shi Jinghai
>Priority: Minor
> Attachments: OFBIZ-8316_corrected.patch, 
> ofbiz-truck-lucene-6.2.1.patch, ofbiz-truck-solr-6.2.1.patch, 
> solr6.2.1_1.patch
>
>
> According to the announcements in 
> https://lists.apache.org/thread.html/5d2cb1ecbe04c6c40b8eeba3b7f8da586d1271af98c9b07ceee8ada2@%3Cannounce.apache.org%3E
>  and 
> https://lists.apache.org/thread.html/c1269b52229f6bce68399e813b7c6b79eb3f6283ae21bde11c82fc7c@%3Cannounce.apache.org%3E
>  there is a new Solr/Lucene release available.
> This issue takes care of the update.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Comment Edited] (OFBIZ-1946) Sandbox: Improve the Recurrence Rules

2017-02-13 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux edited comment on OFBIZ-1946 at 2/13/17 3:36 PM:
-

Improved recurring events can be found here OFBIZ-1956.



was (Author: adri...@hlmksw.com):
Improved recurring events can be found here - 
https://issues.apache.org/jira/browse/OFBIZ-1956.


> Sandbox: Improve the Recurrence Rules
> -
>
> Key: OFBIZ-1946
> URL: https://issues.apache.org/jira/browse/OFBIZ-1946
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Adrian Crum
>Assignee: Adrian Crum
>Priority: Minor
> Attachments: RecurrenceRule.patch, RecurrenceRule.patch
>
>
> Improve the recurrence rules to support locales and time zones. Details in 
> comments.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (OFBIZ-9182) Create a separate svn repository for OFBiz official plugins

2017-02-13 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-9182:


To clarify the difference with the previous one. Note that I'm just asking, 
actually it's fine with me as is.

> Create a separate svn repository for OFBiz official plugins
> ---
>
> Key: OFBIZ-9182
> URL: https://issues.apache.org/jira/browse/OFBIZ-9182
> Project: OFBiz
>  Issue Type: Improvement
>Affects Versions: Upcoming Release
>Reporter: Taher Alkhateeb
>Priority: Minor
>  Labels: gradle, plugins, subversion
> Attachments: OFBIZ-9182-subversion-embedded.patch
>
>
> This issue is related to the discussion found in [this 
> thread|https://s.apache.org/aohk] in which the community approved 
> restructuring our repositories. To achieve this task the following needs to 
> be done (in this order)
> # Update the gradle scripts to assume that no plugins exist in the plugins 
> directory by default and no component-load.xml exists. It should follow the 
> same logic in loading the components as found in the ComponentContainer 
> class. Also the activation and deactivation of plugins happens in 
> ofbiz-component.xml, not in component-load.xml
> # Add a new task to gradle called pullPluginSource that retrieves a plugin 
> from subversion and defaults to the official plugins repository of Apache 
> OFBiz. This task mostly serve "Trunk" because it always needs the latest 
> source code of the plugins.
> # delete plugins/component-load.xml
> # move all plugins to a new repository called 
> http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins
> # move the core framework to a new repository called 
> http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework
> # fix buildbot to point to the new framework location
> # update documentation where applicable including README.md



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (OFBIZ-9182) Create a separate svn repository for OFBiz official plugins

2017-02-13 Thread Taher Alkhateeb (JIRA)

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

Taher Alkhateeb commented on OFBIZ-9182:


 why for what purpose?

> Create a separate svn repository for OFBiz official plugins
> ---
>
> Key: OFBIZ-9182
> URL: https://issues.apache.org/jira/browse/OFBIZ-9182
> Project: OFBiz
>  Issue Type: Improvement
>Affects Versions: Upcoming Release
>Reporter: Taher Alkhateeb
>Priority: Minor
>  Labels: gradle, plugins, subversion
> Attachments: OFBIZ-9182-subversion-embedded.patch
>
>
> This issue is related to the discussion found in [this 
> thread|https://s.apache.org/aohk] in which the community approved 
> restructuring our repositories. To achieve this task the following needs to 
> be done (in this order)
> # Update the gradle scripts to assume that no plugins exist in the plugins 
> directory by default and no component-load.xml exists. It should follow the 
> same logic in loading the components as found in the ComponentContainer 
> class. Also the activation and deactivation of plugins happens in 
> ofbiz-component.xml, not in component-load.xml
> # Add a new task to gradle called pullPluginSource that retrieves a plugin 
> from subversion and defaults to the official plugins repository of Apache 
> OFBiz. This task mostly serve "Trunk" because it always needs the latest 
> source code of the plugins.
> # delete plugins/component-load.xml
> # move all plugins to a new repository called 
> http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins
> # move the core framework to a new repository called 
> http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework
> # fix buildbot to point to the new framework location
> # update documentation where applicable including README.md



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (OFBIZ-9182) Create a separate svn repository for OFBiz official plugins

2017-02-13 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-9182:


Should we not rename Eclipse project name to ofbiz-framework ?

> Create a separate svn repository for OFBiz official plugins
> ---
>
> Key: OFBIZ-9182
> URL: https://issues.apache.org/jira/browse/OFBIZ-9182
> Project: OFBiz
>  Issue Type: Improvement
>Affects Versions: Upcoming Release
>Reporter: Taher Alkhateeb
>Priority: Minor
>  Labels: gradle, plugins, subversion
> Attachments: OFBIZ-9182-subversion-embedded.patch
>
>
> This issue is related to the discussion found in [this 
> thread|https://s.apache.org/aohk] in which the community approved 
> restructuring our repositories. To achieve this task the following needs to 
> be done (in this order)
> # Update the gradle scripts to assume that no plugins exist in the plugins 
> directory by default and no component-load.xml exists. It should follow the 
> same logic in loading the components as found in the ComponentContainer 
> class. Also the activation and deactivation of plugins happens in 
> ofbiz-component.xml, not in component-load.xml
> # Add a new task to gradle called pullPluginSource that retrieves a plugin 
> from subversion and defaults to the official plugins repository of Apache 
> OFBiz. This task mostly serve "Trunk" because it always needs the latest 
> source code of the plugins.
> # delete plugins/component-load.xml
> # move all plugins to a new repository called 
> http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins
> # move the core framework to a new repository called 
> http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework
> # fix buildbot to point to the new framework location
> # update documentation where applicable including README.md



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Comment Edited] (OFBIZ-9209) Create new accounting company issue

2017-02-13 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux edited comment on OFBIZ-9209 at 2/13/17 2:09 PM:
-

Yes, maybe less tedious but still manual... I mean can't be automated...


was (Author: jacques.le.roux):
Yes, maybe less tedious but still manual...

> Create new accounting company issue
> ---
>
> Key: OFBIZ-9209
> URL: https://issues.apache.org/jira/browse/OFBIZ-9209
> Project: OFBiz
>  Issue Type: Improvement
>  Components: accounting
> Environment: windows , oracle 12c
>Reporter: Moatasim Al Masri
>
> after load seed  without demo data for tanenet so I need to create new 
> company from party and give it internal organization role, after then
> when I go to Accounting ---> Organization GL Settings and then 
> Create new accounting company the issue is not created and also the page it 
> self not display!!!
> thank you for you cooporation



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (OFBIZ-9209) Create new accounting company issue

2017-02-13 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-9209:


Yes, maybe less tedious but still manual...

> Create new accounting company issue
> ---
>
> Key: OFBIZ-9209
> URL: https://issues.apache.org/jira/browse/OFBIZ-9209
> Project: OFBiz
>  Issue Type: Improvement
>  Components: accounting
> Environment: windows , oracle 12c
>Reporter: Moatasim Al Masri
>
> after load seed  without demo data for tanenet so I need to create new 
> company from party and give it internal organization role, after then
> when I go to Accounting ---> Organization GL Settings and then 
> Create new accounting company the issue is not created and also the page it 
> self not display!!!
> thank you for you cooporation



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (OFBIZ-9209) Create new accounting company issue

2017-02-13 Thread Pierre Smits (JIRA)

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

Pierre Smits commented on OFBIZ-9209:
-

@Jacques, importing xml files (or even multiple) is also included in the OFBiz 
WebTools feature set.

> Create new accounting company issue
> ---
>
> Key: OFBIZ-9209
> URL: https://issues.apache.org/jira/browse/OFBIZ-9209
> Project: OFBiz
>  Issue Type: Improvement
>  Components: accounting
> Environment: windows , oracle 12c
>Reporter: Moatasim Al Masri
>
> after load seed  without demo data for tanenet so I need to create new 
> company from party and give it internal organization role, after then
> when I go to Accounting ---> Organization GL Settings and then 
> Create new accounting company the issue is not created and also the page it 
> self not display!!!
> thank you for you cooporation



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (OFBIZ-9209) Create new accounting company issue

2017-02-13 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-9209:


Yes Pierre, just that it's a manual process, sometimes tedious, sometimes life 
saver...

> Create new accounting company issue
> ---
>
> Key: OFBIZ-9209
> URL: https://issues.apache.org/jira/browse/OFBIZ-9209
> Project: OFBiz
>  Issue Type: Improvement
>  Components: accounting
> Environment: windows , oracle 12c
>Reporter: Moatasim Al Masri
>
> after load seed  without demo data for tanenet so I need to create new 
> company from party and give it internal organization role, after then
> when I go to Accounting ---> Organization GL Settings and then 
> Create new accounting company the issue is not created and also the page it 
> self not display!!!
> thank you for you cooporation



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (OFBIZ-9209) Create new accounting company issue

2017-02-13 Thread Moatasim Al Masri (JIRA)

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

Moatasim Al Masri commented on OFBIZ-9209:
--

thank you all for your support

> Create new accounting company issue
> ---
>
> Key: OFBIZ-9209
> URL: https://issues.apache.org/jira/browse/OFBIZ-9209
> Project: OFBiz
>  Issue Type: Improvement
>  Components: accounting
> Environment: windows , oracle 12c
>Reporter: Moatasim Al Masri
>
> after load seed  without demo data for tanenet so I need to create new 
> company from party and give it internal organization role, after then
> when I go to Accounting ---> Organization GL Settings and then 
> Create new accounting company the issue is not created and also the page it 
> self not display!!!
> thank you for you cooporation



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (OFBIZ-9209) Create new accounting company issue

2017-02-13 Thread Pierre Smits (JIRA)

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

Pierre Smits commented on OFBIZ-9209:
-

A user can also augment data in a setup with only seed data through 
WebTools/import functions.

> Create new accounting company issue
> ---
>
> Key: OFBIZ-9209
> URL: https://issues.apache.org/jira/browse/OFBIZ-9209
> Project: OFBiz
>  Issue Type: Improvement
>  Components: accounting
> Environment: windows , oracle 12c
>Reporter: Moatasim Al Masri
>
> after load seed  without demo data for tanenet so I need to create new 
> company from party and give it internal organization role, after then
> when I go to Accounting ---> Organization GL Settings and then 
> Create new accounting company the issue is not created and also the page it 
> self not display!!!
> thank you for you cooporation



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Closed] (OFBIZ-9207) Invoice reference Number

2017-02-13 Thread Moatasim Al Masri (JIRA)

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

Moatasim Al Masri closed OFBIZ-9207.

Resolution: Done

> Invoice reference Number
> 
>
> Key: OFBIZ-9207
> URL: https://issues.apache.org/jira/browse/OFBIZ-9207
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
>Affects Versions: Release Branch 16.11
> Environment: windows server, oracle12c database
>Reporter: Moatasim Al Masri
>
> Dears
> I would like to ask for Accounting manager, when I create invoices, there is 
> a Reference Number field, my understanding is this field used for company 
> Reference Number that link company reference invoice with ofbiz system 
> invoice generated? Is this right as a business concept? If yes, so when I 
> fill this reference number it should not duplicate with the same vendor!! so 
> there is no validation 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Closed] (OFBIZ-9209) Create new accounting company issue

2017-02-13 Thread Moatasim Al Masri (JIRA)

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

Moatasim Al Masri closed OFBIZ-9209.

Resolution: Done

> Create new accounting company issue
> ---
>
> Key: OFBIZ-9209
> URL: https://issues.apache.org/jira/browse/OFBIZ-9209
> Project: OFBiz
>  Issue Type: Improvement
>  Components: accounting
> Environment: windows , oracle 12c
>Reporter: Moatasim Al Masri
>
> after load seed  without demo data for tanenet so I need to create new 
> company from party and give it internal organization role, after then
> when I go to Accounting ---> Organization GL Settings and then 
> Create new accounting company the issue is not created and also the page it 
> self not display!!!
> thank you for you cooporation



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (OFBIZ-9209) Create new accounting company issue

2017-02-13 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-9209:


Moatsim,

Yes, when using seed data you are supposed to provide your own data using ext, 
ext-test and possibly ext-demo data reader. See 
framework/entity/config/entityengine.xml. So this is not a bug but a feature. 
The demo data give you an example on the way to go when creating your own 
data...

I changed the issue type to improvement, feel free to provide a patch if you 
think it's still needed, else please close, thanks.

> Create new accounting company issue
> ---
>
> Key: OFBIZ-9209
> URL: https://issues.apache.org/jira/browse/OFBIZ-9209
> Project: OFBiz
>  Issue Type: Improvement
>  Components: accounting
> Environment: windows , oracle 12c
>Reporter: Moatasim Al Masri
>
> after load seed  without demo data for tanenet so I need to create new 
> company from party and give it internal organization role, after then
> when I go to Accounting ---> Organization GL Settings and then 
> Create new accounting company the issue is not created and also the page it 
> self not display!!!
> thank you for you cooporation



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Comment Edited] (OFBIZ-9214) fail 'svn update'

2017-02-13 Thread Pierre Smits (JIRA)

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

Pierre Smits edited comment on OFBIZ-9214 at 2/13/17 12:58 PM:
---

Thanks, [~jacques.le.roux] and [~mbrohl],

My apologies, but I don't believe I can help that much. You both seem to know 
better which discussions you're talking about and potentially also know what 
would be better than:

* delete and do-over




was (Author: pfm.smits):
Thanks, [~jacques.le.roux] and [~mbrohl],

My apologies, but I don't believe I can't help that much. You both seem to know 
better which discussions your talking about and potentially also know what 
would be better than:

* delete and do-over



> fail 'svn update'
> -
>
> Key: OFBIZ-9214
> URL: https://issues.apache.org/jira/browse/OFBIZ-9214
> Project: OFBiz
>  Issue Type: Bug
>  Components: ALL COMPONENTS
>Reporter: Wai
>Assignee: Michael Brohl
>
> $ svn update
> Updating '.':
> svn: E160005: Target path '/ofbiz/trunk' does not exist



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (OFBIZ-9209) Create new accounting company issue

2017-02-13 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux updated OFBIZ-9209:
---
Issue Type: Improvement  (was: Bug)

> Create new accounting company issue
> ---
>
> Key: OFBIZ-9209
> URL: https://issues.apache.org/jira/browse/OFBIZ-9209
> Project: OFBiz
>  Issue Type: Improvement
>  Components: accounting
> Environment: windows , oracle 12c
>Reporter: Moatasim Al Masri
>
> after load seed  without demo data for tanenet so I need to create new 
> company from party and give it internal organization role, after then
> when I go to Accounting ---> Organization GL Settings and then 
> Create new accounting company the issue is not created and also the page it 
> self not display!!!
> thank you for you cooporation



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (OFBIZ-9214) fail 'svn update'

2017-02-13 Thread Wai (JIRA)
Wai created OFBIZ-9214:
--

 Summary: fail 'svn update'
 Key: OFBIZ-9214
 URL: https://issues.apache.org/jira/browse/OFBIZ-9214
 Project: OFBiz
  Issue Type: Bug
  Components: ALL COMPONENTS
Reporter: Wai


$ svn update
Updating '.':
svn: E160005: Target path '/ofbiz/trunk' does not exist




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (OFBIZ-9215) refactor list related forms in BillingAccount widgets

2017-02-13 Thread Pierre Smits (JIRA)
Pierre Smits created OFBIZ-9215:
---

 Summary: refactor list related forms in BillingAccount widgets
 Key: OFBIZ-9215
 URL: https://issues.apache.org/jira/browse/OFBIZ-9215
 Project: OFBiz
  Issue Type: Improvement
  Components: accounting
Affects Versions: Trunk
Reporter: Pierre Smits
Assignee: Pierre Smits


Refactoring various list forms into grids
Refactoring various list form references in screen widgets



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)