Re: Ofbiz REST API

2024-01-31 Thread Hans Bakker
Hi James, I created a POC REST interface from OFBiz some time ago. Although there no accounting services, there are several others. They could serve as a guideline how to implement the services you need. The service definitions are here:

Re: Using containers to run demo sites

2023-01-04 Thread Hans Bakker
You might have a look at: https://issues.apache.org/jira/browse/OFBIZ-10407 I tried to implement this some time ago Regards, Hans On 1/3/23 21:31, Daniel Watford wrote: Hi Jacques and all, From the ongoing discussions regarding JDK 17 and release 21, I inferred from one of Jacques

Re: Using the Java Trunk API to implement 3rd Party Java Apps

2021-07-06 Thread Hans Bakker
Hi Mat, i created a flutter mobile app with a REST interface to ofbiz which gives you plenty of examples how to do this. please check : the ofbiz plugin: https://github.com/growerp/growerp-ofbiz the flutter app: https://github.com/growerp/growerp the ofbiz plugin is a bit behind the moqui

Re: REST upgrade not find services anymore....

2020-10-06 Thread Hans Bakker
Hi Girish, please ignore my last message, everything working fine! Regards, Hans On 10/7/20 7:14 AM, Hans Bakker wrote: Yes you are right, but that is an error i introduced later still my problem is still there. can you please check? Regards, Hans On 10/6/20 8:46 PM, Girish

Re: REST upgrade not find services anymore....

2020-10-06 Thread Hans Bakker
below. Best Regards, Girish On Tue, Oct 6, 2020 at 6:58 PM Hans Bakker <mailto:h.bak...@antwebsystems.com>> wrote: Hi Girish, just upgraded the rest plugin and now services are not found anymore my log: 2020-10-06 20:18:34,185 |OFBiz-JobQueue-1 |ServiceD

REST upgrade not find services anymore....

2020-10-06 Thread Hans Bakker
Hi Girish, just upgraded the rest plugin and now services are not found anymore my log: 2020-10-06 20:18:34,185 |OFBiz-JobQueue-1 |ServiceDispatcher |T| Sync service [default/runServiceOnSubscriptionExpiry] finished in [42] milliseconds 2020-10-06 20:19:10,230

ofbiz REST error messages, was: REST, how about 'Login' map

2020-10-01 Thread Hans Bakker
Hi Girish, again thanks for your help. I updated my version here, and show the flutter Dio error messages better as explained at: https://pub.dev/packages/dio#handling-errors and now these error messages are received properly, Thanks again, Regards, Hans Bakker antwebsystems.com On 10/2

Re: REST, how about 'Login' map

2020-10-01 Thread Hans Bakker
exception that might be thrown from the service. In all three cases, appropriate error messages from the original exception should be included in the error response. Best, Girish On Thu, Oct 1, 2020 at 1:43 PM Hans Bakker <mailto:h.bak...@antwebsystems.com>> wrote: Hi Girish,

Re: REST, how about 'Login' map

2020-10-01 Thread Hans Bakker
wrote: Hi Hans, This is now implemented/fixed with commit8545cfe <https://github.com/apache/ofbiz-plugins/commit/8545cfebb2193bead7d06bd8e8cdb5108d24b209> . Best, Girish HotWax Systems On Tue, Sep 29, 2020 at 5:26 PM Hans Bakker mailto:h.bak...@antwebsystems.com>> wrote:

Re: REST, how about 'Login' map

2020-09-29 Thread Hans Bakker
Best, Girish HotWax Systems On Tue, Sep 29, 2020 at 6:20 AM Hans Bakker mailto:h.bak...@antwebsystems.com>> wrote: Hi Girish, thanks for your last email, that is working now too howeveranother question, If i call a service using the token i ob

REST, how about 'Login' map

2020-09-28 Thread Hans Bakker
Hi Girish, thanks for your last email, that is working now too howeveranother question, If i call a service using the token i obtained earlier, i see that the userLogin map in the groovy service I called, is null can you set the login map to the userLogin of the token that was used

REST input is a map?

2020-09-27 Thread Hans Bakker
Hi Girish, did some more tests and it works well with strings as in- and output, how about Maps and Lists? i tried the following input: {"input":{"test":"just testing"}} and the service definition: then the ofbiz log below can you have a look? Regards, Hans 2020-09-27 18:56:26,801

Re: public rest API

2020-09-26 Thread Hans Bakker
you need to install the growerp plugin into ofbiz: https://github.com/growerp/growerp-ofbiz Thank you Girish for this enhancement and keep up the good work! Regards, Hans Bakker http://www.antwebsystems.com On 9/26/20 4:05 PM, Girish Vasmatkar wrote: Hello Hans With the latest commi1361c3c

Re: public rest API

2020-09-10 Thread Hans Bakker
, where more RESTFul resources can be declared (development is undergoing) and bound to services where I had planned to include declarative authentication. * * Best Regards, Girish Vasmatkar HotWax Systems On Thu, Sep 10, 2020 at 12:08 PM Hans Bakker mailto:h.bak...@antwebsystems.com>>

Re: public rest API

2020-09-10 Thread Hans Bakker
correct me. auth and login-required are not taken into account yet, but can certainly be, if some exportable services should be exposed as public APIs. Best Regards, Girish Vasmatkar HotWax Systems On Thu, Sep 10, 2020 at 5:55 AM Hans Bakker wrote: Hi, Girish, thanks again for your last reply

REST get no parameters

2020-09-09 Thread Hans Bakker
Sorry Girish me again, if i create a simple method service with action GET and no parameters , i get a 500 http error, like: curl -X  GET https://localhost:8443/rest/services/findProductById -H "Accept: application/json" -H "Authorization: Bearer $token" --insecure {   "statusCode" : 500,  

public rest API

2020-09-09 Thread Hans Bakker
Hi, Girish, thanks again for your last reply it defenity helped, however i have another question. I need to access certain services publicly without a token. I have put auth="false" on the service definition and login-required="false" on the simple-method implementation still i get a 401

Re: getting started with ofbiz-rest-impl

2020-09-07 Thread Hans Bakker
to change. The token is revoked after it is expired (default is 1800 seconds basedon security.properties). Looking forward to hearing more from you and please let us know of any issue you encounter. Best Regards, Girish On Sat, Sep 5, 2020 at 6:51 AM Hans Bakker wrote:

Re: getting started with ofbiz-rest-impl

2020-09-06 Thread Hans Bakker
seconds based on security.properties). Looking forward to hearing more from you and please let us know of any issue you encounter. Best Regards, Girish On Sat, Sep 5, 2020 at 6:51 AM Hans Bakker wrote: Good day! Good to see we finally have a REST interface in OFBiz, thank you girishvasm

Re: getting started with ofbiz-rest-impl

2020-09-06 Thread Hans Bakker
e let us know of any issue you encounter. Best Regards, Girish On Sat, Sep 5, 2020 at 6:51 AM Hans Bakker wrote: Good day! Good to see we finally have a REST interface in OFBiz, thank you girishvasmatkar for this implementation! I will try to use it for the Growerp.org open sour

getting started with ofbiz-rest-impl

2020-09-04 Thread Hans Bakker
NvbSIsInVzZXJMb2dpbklkIjoiYWRtaW4iLCJSb2xlIjpbIk1hbmFnZXIiLCJQcm9qZWN0IEFkbWluaXN0cmF0b3IiXX0.fwafgrgpodBJcXxNTQdZknKeWKb3sDOsQrcR2vcRw97FznD6mkE79p10Tu7cqpUx7LiXuROUAnXEgqDice-BSg" --insecure also working fine! if I have more comments or remarks, i will let you know Regards, Hans Bakker https://www.AntWebsystems.com we specialize in flu

Re: future of OFBiz: REST is essential.

2019-01-29 Thread Hans Bakker
we will have one soon. Thanks, Michael Brohl ecomify GmbH www.ecomify.de Am 29.01.19 um 06:12 schrieb Hans Bakker: Good morning, fellow developers. It is now almost 15 years ago i started with OFBiz. I always followed new technology developments and used them when they became usable

Re: future of OFBiz: REST is essential.

2019-01-29 Thread Hans Bakker
see my answer inline... On 01/29/2019 04:01 PM, Mathieu Lirzin wrote: Hello Hans, Hans Bakker writes: It is now almost 15 years ago i started with OFBiz. I always followed new technology developments and used them when they became usable in a production environment. That is why i joined

future of OFBiz: REST is essential.

2019-01-28 Thread Hans Bakker
allows it. Regards, Hans Bakker, CEO antwebsystems.com

Re: Successor for elRTE

2019-01-17 Thread Hans Bakker
today i saw this one: https://prosemirror.net/ interesting?

Re: Alternative UI using Vaadin as ofbiz user interface

2017-10-08 Thread Hans Bakker
://issues.apache.org/jira/browse/OFBIZ-9138 Thanks Jacques Le 19/09/2017 à 03:56, Hans Bakker a écrit : Hi Jacques, we currently create it as a plugin with some patches, but it would be nice to integrate it in the framework, so it can be used by all components regards, Hans On 08/08/17 20:10, Jacques Le

Re: Alternative UI using Vaadin as ofbiz user interface

2017-09-18 Thread Hans Bakker
time) but that could be contributed as a component I guess. Could it be a plugins or does it need to be in framework? What would be the entailments for framework changes? Thanks Jacques Le 07/08/2017 à 10:08, Hans Bakker a écrit : Interest for co-operation? We are looking here using

Alternative UI using Vaadin as ofbiz user interface

2017-08-07 Thread Hans Bakker
macrolibrary generating Vaadin instead of HTML statements. Please let me know here, if there is interest helping to implement this. The license of Vaadin is in general Apache 2.0 or compatible. -- Regards, Hans Bakker CEO, http://antwebsystems.com

Re: OFBiz Sanity Test Document

2017-07-10 Thread Hans Bakker
://gerrit.antwebsystems.com/#/admin/projects/growerptest compatible with V15 -- Regards, Hans Bakker CEO, http://antwebsystems.com On 09/07/17 17:29, Sanjay Yadav wrote: Thank you, Rishi. Best Regards,* * * * *Sanjay Yadav* | Manager, Enterprise Quality Assurance HotWax Commerce <http://www.hotwax.co/>by**

Re: Gradle documentation and migration status

2017-03-14 Thread Hans Bakker
oing OFBIZ-7677 Jacques -- Regards, Hans Bakker CEO, http://antwebsystems.com

Re: What is the "Apache OFBiz" product?

2017-01-11 Thread Hans Bakker
en source product for the automation of enterprise processes includes framework components and business applications" A bit ugly. Jacopo -- Regards, Hans Bakker CEO, http://antwebsystems.com

Re: Replace password encryption SHA-1 by SHA-512

2016-12-08 Thread Hans Bakker
rovide new PBDKF2_SHA1 password data. As suggested by the article above, another step would be to use Argon https://password-hashing.net/ What do you think? Jacques -- Regards, Hans Bakker CEO, http://antwebsystems.com

Re: ofbiz entity query problem?

2016-09-01 Thread Hans Bakker
looks like it is caused by the underlying viewforget it for now. On 01/09/16 13:18, Hans Bakker wrote: Sorry it is a bit more complicated: andExprs = []; andExprs.add(EntityCondition.makeCondition("marketingCampaignId", EntityOperator.EQUALS, parameters.marketing

Re: ofbiz entity query problem?

2016-09-01 Thread Hans Bakker
ew i created here. the message is still: java.lang.IllegalArgumentException: Operator must be EQUALS or NOT_EQUAL when right/rhs argument is NULL ) Regards, Hans On 01/09/16 13:05, Hans Bakker wrote: if i write the groovy statement: orExprs = []; orExprs.add(EntityCondition.makeCondition("workEffortId",

ofbiz entity query problem?

2016-09-01 Thread Hans Bakker
f i change the operator to EQUALS it seems to work fine. anybody can confirm? -- Regards, Hans Bakker CEO, http://antwebsystems.com

[jira] [Comment Edited] (OFBIZ-7754) The big problem when load seed.

2016-07-24 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15391227#comment-15391227 ] Hans Bakker edited comment on OFBIZ-7754 at 7/25/16 1:11 AM: - if you move

[jira] [Commented] (OFBIZ-7754) The big problem when load seed.

2016-07-24 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15391227#comment-15391227 ] Hans Bakker commented on OFBIZ-7754: if you move these initial property settings to the database

Re: Proposal to modify the testing framework for OFBiz

2016-07-18 Thread Hans Bakker
great initiative Taher, finally someone who values automated tests to enable TDD but also leading to continuous improvement and finally continuous deployment Regards, Hans Bakker CEO AntWebsystems.com On 18/07/16 12:06, Taher Alkhateeb wrote: Hello Everyone, In reference to this thread

[jira] [Commented] (OFBIZ-7754) The big problem when load seed.

2016-07-14 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15376506#comment-15376506 ] Hans Bakker commented on OFBIZ-7754: Can only repeat: simply remove the framework/common/data

[jira] [Commented] (OFBIZ-7754) The big problem when load seed.

2016-07-10 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15370065#comment-15370065 ] Hans Bakker commented on OFBIZ-7754: Looks like my emails about this subject did not come through I am

[jira] [Commented] (OFBIZ-7754) The big problem when load seed.

2016-07-07 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15367112#comment-15367112 ] Hans Bakker commented on OFBIZ-7754: here it shows that we always need a business reason

[jira] [Reopened] (OFBIZ-7112) EntityUtilProperties

2016-07-06 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hans Bakker reopened OFBIZ-7112: please see my comment at: https://issues.apache.org/jira/browse/OFBIZ-7754 where i propose to revert

[jira] [Commented] (OFBIZ-7754) The big problem when load seed.

2016-07-05 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15363576#comment-15363576 ] Hans Bakker commented on OFBIZ-7754: After more thought I would like to question the whole

Re: Proposal to delete stale java files

2016-06-15 Thread Hans Bakker
iew/JasperReportsPoiXlsViewHandler.java framework/webapp/src/org/ofbiz/webapp/view/JasperReportsXmlViewHandler.java Regards, Taher Alkhateeb -- Regards, Hans Bakker CEO, http://antwebsystems.com

Re: svn commit: r1728584 [1/2] - in /ofbiz/trunk: applications/accounting/script/org/ofbiz/accounting/admin/ applications/accounting/servicedef/ applications/accounting/webapp/accounting/WEB-INF/ appl

2016-06-09 Thread Hans Bakker
@@ -549,7 +534,6 @@ under the License. - @@ -568,9 +552,8 @@ under the License. - - + @@ -588,10 +571,9 @@ under the License. - - + Modified: ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryForms.xml?rev=1728584=1728583=1728584=diff == --- ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryForms.xml (original) +++ ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryForms.xml Fri Feb 5 01:45:50 2016 @@ -508,7 +508,7 @@ under the License. - + -- Regards, Hans Bakker CEO, http://antwebsystems.com

[jira] [Commented] (OFBIZ-6783) Refactor start.java

2016-05-11 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15281216#comment-15281216 ] Hans Bakker commented on OFBIZ-6783: wouldn't it be nice (or even required?) to write an automated

[jira] [Updated] (OFBIZ-2219) Special issue to allow submitting patches for online help update

2016-04-08 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hans Bakker updated OFBIZ-2219: --- Assignee: (was: Hans Bakker) > Special issue to allow submitting patches for online help upd

[jira] [Updated] (OFBIZ-4502) Improved CMS tree: more functionality and faster for large trees

2016-04-08 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-4502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hans Bakker updated OFBIZ-4502: --- Assignee: (was: Hans Bakker) > Improved CMS tree: more functionality and faster for large tr

[jira] [Updated] (OFBIZ-2531) Enhancements in Trainings under HR module

2016-04-08 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-2531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hans Bakker updated OFBIZ-2531: --- Assignee: (was: Hans Bakker) > Enhancements in Trainings under HR mod

[jira] [Updated] (OFBIZ-6985) New Theme spnsored by an end user.

2016-04-04 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hans Bakker updated OFBIZ-6985: --- Description: This theme was created by a big ofbiz customer and contributed to the the ofbiz

[jira] [Created] (OFBIZ-6985) New Theme spnsored by an end user.

2016-04-04 Thread Hans Bakker (JIRA)
Hans Bakker created OFBIZ-6985: -- Summary: New Theme spnsored by an end user. Key: OFBIZ-6985 URL: https://issues.apache.org/jira/browse/OFBIZ-6985 Project: OFBiz Issue Type: Improvement

Re: antwebsystems references in source

2016-03-28 Thread Hans Bakker
Ok Jacques, done in revision 1736947. On 26/03/16 14:19, Jacques Le Roux wrote: Hi Hans, All, I stumbled upon this message by Adam by chance http://markmail.org/message/u2sffp4xvepfygfz It seems you already did a fix but there are still some antwebsystems references in source. Could you

[jira] [Commented] (OFBIZ-6923) Improve the decorator for manufacturing/order/facility component for re-use

2016-03-16 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15196910#comment-15196910 ] Hans Bakker commented on OFBIZ-6923: correction\ committed 1735189 > Improve the decora

[jira] [Closed] (OFBIZ-6923) Improve the decorator for manufacturing/order/facility component for re-use

2016-03-15 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hans Bakker closed OFBIZ-6923. -- Resolution: Fixed Fix Version/s: Upcoming Branch Committed revision 1735178. Thank you Kongrath

[jira] [Updated] (OFBIZ-6923) Improve the decorator for manufacturing/order/facility component for re-use

2016-03-15 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hans Bakker updated OFBIZ-6923: --- Component/s: product order > Improve the decorator for manufacturing/order/facil

[jira] [Updated] (OFBIZ-6923) Improve the decorator for manufacturing/order/facility component for re-use

2016-03-15 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hans Bakker updated OFBIZ-6923: --- Summary: Improve the decorator for manufacturing/order/facility component for re-use (was: Improve

[jira] [Assigned] (OFBIZ-6923) Improve the decorator for manufacturing/order/facility component for re-use

2016-03-15 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hans Bakker reassigned OFBIZ-6923: -- Assignee: Hans Bakker > Improve the decorator for manufacturing/order/facility compon

[jira] [Commented] (OFBIZ-6923) Improve the decorator for manufacturing component.

2016-03-08 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15186278#comment-15186278 ] Hans Bakker commented on OFBIZ-6923: + does not seem right > Impr

[jira] [Closed] (OFBIZ-6847) use organizationPartyId from Application decorator instead of retrieve organizationPartyId that sent from other request, to support change accounting company.

2016-02-20 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hans Bakker closed OFBIZ-6847. -- Resolution: Fixed Fix Version/s: Upcoming Branch implemented with https://issues.apache.org/jira

[jira] [Closed] (OFBIZ-6802) be able to set accounting company in the header, so other companent can change it too.

2016-02-20 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hans Bakker closed OFBIZ-6802. -- Resolution: Fixed Fix Version/s: Upcoming Branch just committed the corrective patch for xml

[jira] [Reopened] (OFBIZ-6802) be able to set accounting company in the header, so other companent can change it too.

2016-02-20 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hans Bakker reopened OFBIZ-6802: jacopo reported a problem at https://demo-trunk-ofbiz.apache.org/accounting/control/IncomeStatement

Re: svn commit: r1728584 [1/2] - in /ofbiz/trunk: applications/accounting/script/org/ofbiz/accounting/admin/ applications/accounting/servicedef/ applications/accounting/webapp/accounting/WEB-INF/ appl

2016-02-18 Thread Hans Bakker
- @@ -568,9 +552,8 @@ under the License. - - + @@ -588,10 +571,9 @@ under the License. - - + Modified: ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryForms.xml?rev=1728584=1728583=1728584=diff == --- ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryForms.xml (original) +++ ofbiz/trunk/applications/accounting/widget/ReportFinancialSummaryForms.xml Fri Feb 5 01:45:50 2016 @@ -508,7 +508,7 @@ under the License. - + -- Regards, Hans Bakker CEO, http://antwebsystems.com

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

2016-02-14 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hans Bakker closed OFBIZ-6845. -- Resolution: Fixed Fix Version/s: Trunk Committed revision 1730456 thank you Supatthra Nawicha

[jira] [Updated] (OFBIZ-6802) be able to set accounting company in the header, so other companent can change it too.

2016-02-04 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hans Bakker updated OFBIZ-6802: --- Summary: be able to set accounting company in the header, so other companent can change it too

[jira] [Updated] (OFBIZ-6802) be able to set accounting company in the header, remove from accounting, so other companent can change it too.

2016-02-04 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hans Bakker updated OFBIZ-6802: --- Summary: be able to set accounting company in the header, remove from accounting, so other companent

[jira] [Closed] (OFBIZ-6802) be able to set accounting company in the header, so other companent can change it too.

2016-02-04 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hans Bakker closed OFBIZ-6802. -- Resolution: Fixed Committed revision 1728584. Thank you Parinya Wongjina for the patch. > be a

[jira] [Updated] (OFBIZ-6802) be able to set accounting company in the header, so other components can change it too.

2016-02-04 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hans Bakker updated OFBIZ-6802: --- Summary: be able to set accounting company in the header, so other components can change it too

[jira] [Updated] (OFBIZ-6802) be able to set accounting company in the header, remove from accounting, so other components can change it too.

2016-02-04 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hans Bakker updated OFBIZ-6802: --- Attachment: (was: OFBIZ-6802.patch) > be able to set accounting company in the header, rem

[jira] [Assigned] (OFBIZ-6875) Update various accounting labels regarding the dutch locale

2016-02-03 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hans Bakker reassigned OFBIZ-6875: -- Assignee: Hans Bakker (was: Pierre Smits) > Update various accounting labels regard

[jira] [Commented] (OFBIZ-6875) Update various accounting labels regarding the dutch locale

2016-02-03 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15131508#comment-15131508 ] Hans Bakker commented on OFBIZ-6875: Hi Pierre, you changed 'bestelling' to 'order' That is fine

[jira] [Commented] (OFBIZ-6802) be able to set accounting company in the header, remove from accounting, so other components can change it too.

2016-01-28 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15122728#comment-15122728 ] Hans Bakker commented on OFBIZ-6802: I tested the patch according the test instructions and it works

[jira] [Commented] (OFBIZ-6791) Various fixes related with sales opportunity

2016-01-24 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15114656#comment-15114656 ] Hans Bakker commented on OFBIZ-6791: Jacques, i admire your dedication, but, sorry to say, i still

[jira] [Updated] (OFBIZ-6791) Various fixes related with sales opportunity

2016-01-21 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6791?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hans Bakker updated OFBIZ-6791: --- Attachment: sfa.patch patch to change the opportunitylist to show an opportunity even if no lead

[jira] [Commented] (OFBIZ-6791) Various fixes related with sales opportunity

2016-01-21 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15111949#comment-15111949 ] Hans Bakker commented on OFBIZ-6791: My apologies if I upset you Jacques, it was not my intention

[jira] [Commented] (OFBIZ-6791) Various fixes related with sales opportunity

2016-01-19 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15107806#comment-15107806 ] Hans Bakker commented on OFBIZ-6791: Jacques, perhaps you missed it but I answered on the mailing list

catalina messages in the log?

2016-01-19 Thread Hans Bakker
] -- Regards, Hans Bakker CEO, http://antwebsystems.com

Opinion requested: possibility to use the top ofbiz menu for a single component?

2016-01-19 Thread Hans Bakker
. It is completely transparent, if the component using it, is not present the standard menu is shown. Before we put any work into this we like to know if there is an interest for it. Regards, Hans -- Regards, Hans Bakker CEO, http://antwebsystems.com

[jira] [Commented] (OFBIZ-6802) be able to set accounting company in the header, remove from accounting, so other components can change it too.

2016-01-17 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6802?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15104188#comment-15104188 ] Hans Bakker commented on OFBIZ-6802: Using the position the current user has in the company structure

Re: svn commit: r1723248 - in /ofbiz/trunk/applications: marketing/widget/sfa/forms/OpportunityForms.xml order/script/org/ofbiz/order/opportunity/OpportunityServices.xml order/servicedef/secas.xml

2016-01-14 Thread Hans Bakker
/2016 13:42, Jacques Le Roux a écrit : Hans, Le 08/01/2016 06:34, Hans Bakker a écrit : Jacques, I daid it before, I appreciate tremendously the work you put into the OFBiz project and i am very sorry I cannot implement your request to put effort in a released based philosophy which I think does

[jira] [Updated] (OFBIZ-6802) be able to set accounting company in the header, remove from accounting, so other components can change it too.

2016-01-14 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hans Bakker updated OFBIZ-6802: --- Description: Currently it is possible to set the current accounting company in the option under

[jira] [Created] (OFBIZ-6802) be able to set accounting company in the header, remove from accounting, so other companent can change it too.

2016-01-14 Thread Hans Bakker (JIRA)
Hans Bakker created OFBIZ-6802: -- Summary: be able to set accounting company in the header, remove from accounting, so other companent can change it too. Key: OFBIZ-6802 URL: https://issues.apache.org/jira/browse

[jira] [Updated] (OFBIZ-6802) be able to set accounting company in the header, remove from accounting, so other components can change it too.

2016-01-14 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hans Bakker updated OFBIZ-6802: --- Summary: be able to set accounting company in the header, remove from accounting, so other components

Re: svn commit: r1723248 - in /ofbiz/trunk/applications: marketing/widget/sfa/forms/OpportunityForms.xml order/script/org/ofbiz/order/opportunity/OpportunityServices.xml order/servicedef/secas.xml

2016-01-07 Thread Hans Bakker
if the end user can benefit from it I will create a Jira. Regards, Hans On 08/01/16 12:05, Jacques Le Roux wrote: Hi Hans, Le 07/01/2016 03:09, Hans Bakker a écrit : Jacques, As you know, we in AntWebsystems are using a 'near' trunk version which we test for a month and then deploy in production

Re: svn commit: r1723248 - in /ofbiz/trunk/applications: marketing/widget/sfa/forms/OpportunityForms.xml order/script/org/ofbiz/order/opportunity/OpportunityServices.xml order/servicedef/secas.xml

2016-01-06 Thread Hans Bakker
/secas.xml (original) +++ ofbiz/trunk/applications/order/servicedef/secas.xml Wed Jan 6 07:53:26 2016 @@ -421,7 +421,6 @@ under the License. - -- Regards, Hans Bakker CEO, http://antwebsystems.com

Re: svn commit: r1723248 - in /ofbiz/trunk/applications: marketing/widget/sfa/forms/OpportunityForms.xml order/script/org/ofbiz/order/opportunity/OpportunityServices.xml order/servicedef/secas.xml

2016-01-06 Thread Hans Bakker
Jacques, As you know, we in AntWebsystems are using a 'near' trunk version which we test for a month and then deploy in production. We do this for the last 4 years without major problems. We also support the continuous testing and deployment with the Kanban methodology with 'rolling'

[jira] [Commented] (OFBIZ-6703) Cannot create more than one lead in the SFA component by same user

2015-11-15 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15006123#comment-15006123 ] Hans Bakker commented on OFBIZ-6703: at the time, i also did not agree, but he really pushed it and i

Re: [QUESTION about OFBIZ-6618] growerptest Selenium component out or in OFBiz?

2015-11-09 Thread Hans Bakker
st quality ** For OFBiz to have an other test case ** For GrowErp community to improve the code quality and minimize the maintenance I can read and try to improve the code but from grow erp do you want participate to improve some part ? Nicolas Le 23/10/2015 07:23, Hans Bakker a écrit : Hi Jacqu

Re: Security Permission being Viewable

2015-11-08 Thread Hans Bakker
t from the OFBiz - Dev mailing list archive at Nabble.com. -- Regards, Hans Bakker CEO, http://antwebsystems.com

[jira] [Assigned] (OFBIZ-6708) Missing userLogin error on party profile screen when 1st content is non public

2015-11-03 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hans Bakker reassigned OFBIZ-6708: -- Assignee: Hans Bakker > Missing userLogin error on party profile screen when 1st cont

[jira] [Commented] (OFBIZ-6703) Cannot create more than one lead in the SFA component by same user

2015-10-29 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14981765#comment-14981765 ] Hans Bakker commented on OFBIZ-6703: so, it could well be that older versions do not need patching

[jira] [Commented] (OFBIZ-6703) Cannot create more than one lead in the SFA component by same user

2015-10-29 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14981756#comment-14981756 ] Hans Bakker commented on OFBIZ-6703: this was caused, because the internal check for existence

[jira] [Comment Edited] (OFBIZ-6703) Cannot create more than one lead in the SFA component by same user

2015-10-29 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14981756#comment-14981756 ] Hans Bakker edited comment on OFBIZ-6703 at 10/30/15 2:36 AM

Re: [QUESTION about OFBIZ-6618] growerptest Selenium component out or in OFBiz?

2015-10-22 Thread Hans Bakker
we agree with this way of doing and let the GrowErp community handles the component out of OFBiz, or should we handle it ourselves? Thanks for your opinions Jacques -- Regards, Hans Bakker CEO, http://antwebsystems.com

[jira] [Commented] (OFBIZ-6618) Selenium test integration using XML files

2015-10-21 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14968330#comment-14968330 ] Hans Bakker commented on OFBIZ-6618: Thank you for your help in this matter and holding up further

[jira] [Closed] (OFBIZ-6618) Selenium test integration using XML files

2015-10-20 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hans Bakker closed OFBIZ-6618. -- Assignee: Hans Bakker (was: Jacques Le Roux) > Selenium test integration using XML fi

[jira] [Resolved] (OFBIZ-6618) Selenium test integration using XML files

2015-10-20 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hans Bakker resolved OFBIZ-6618. Resolution: Fixed Fix Version/s: Trunk THank you Ruud for the patch: Committed revision

[jira] [Commented] (OFBIZ-6618) Selenium test integration using XML files

2015-10-20 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14966114#comment-14966114 ] Hans Bakker commented on OFBIZ-6618: Sorry Jacques, if i did not follow the rules, was not aware

[jira] [Commented] (OFBIZ-6618) Selenium test integration using XML files

2015-10-20 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14966137#comment-14966137 ] Hans Bakker commented on OFBIZ-6618: perhaps read this issue more closely? make it easy for you: git

[jira] [Commented] (OFBIZ-6618) Selenium test integration using XML files

2015-10-20 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-6618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14966292#comment-14966292 ] Hans Bakker commented on OFBIZ-6618: Should we include it in ofbiz in view of the slim down actions

Re: Why A Framework Rewrite Is Necessary

2015-10-16 Thread Hans Bakker
of our employees making the move. We see no future in replacing the framework with something else especially a rewrite. Regards, Hans Bakker http://antwebsystems.com htttp://growerp.com On 17/10/15 01:54, Adrian Crum wrote: That discussion occurred in April, and a vote was taken: http

  1   2   3   4   5   6   7   8   9   10   >