By default different date-time formats in action?

2017-07-04 Thread Sameer Apte
. ** It is the same form that gets used for creating as well as editing. I have followed how it is done in Example application. Any hint about what is it that I am missing here? Is there any single place where I can say use '-MM-dd HH:mi:ss' globally? Regards, Sameer Apte

Re: By default different date-time formats in action?

2017-07-04 Thread Sameer Apte
Thanks Deepak. Will explore it further from there. Regards Sameer Apte On 4 Jul 2017 18:52, "Deepak Dixit" wrote: > Welcome Sameer, > > There are two things. One is datetime field render by freemarker, when you > create screen or form finally it will use freemarker to

Can we override the properties within widget.properties

2018-03-17 Thread Sameer Apte
files in my custom component? Any hints, pointers or even examples will be greatly appreciated. Thanks in advance. Regards, Sameer Apte

Re: Can we override the properties within widget.properties

2018-03-17 Thread Sameer Apte
Kindly ignore the 11 from the values.. It was just my attempt to find if that causes any -ve impact and therefore indicating location which i might look at to override. On Sat, Mar 17, 2018 at 6:36 PM, Sameer Apte wrote: > Hi All, > > I think subject line covers my question pr

Re: Can we override the properties within widget.properties

2018-03-19 Thread Sameer Apte
-- > Deepak Dixit > > On Sun, Mar 18, 2018 at 1:44 AM, Sameer Apte wrote: > > > Kindly ignore the 11 from the values.. It was just my attempt to find if > > that causes any -ve impact and therefore indicating location which i > might > > look at to override. > &g

Re: Can we override the properties within widget.properties

2018-03-19 Thread Sameer Apte
Hi All, I was looking at git repo of ofbiz so that I can give the upgrade an try. However failing to see any branch or tag named after release 17.12 Am I missing anything? The git repo I am trying to look at is https://github.com/apache/ofbiz Regards, Sameer Apte On Mon, Mar 19, 2018 at 10:00

Re: Can we override the properties within widget.properties

2018-03-19 Thread Sameer Apte
ues.le.r...@les7arts.com> wrote: > You should rather use SVN which is the official repo > > But anyway, here you go https://ofbiz.apache.org/source-repositories.html > > Jacques > > > > Le 19/03/2018 à 11:33, Sameer Apte a écrit : > >> Hi All, >> >> I was loo

One Page Checkout not working?

2018-04-06 Thread Sameer Apte
hich makes the checkout process hit the wall. Any suggestions/ hints / pointers welcome. Regards, Sameer Apte

Re: One Page Checkout not working?

2018-04-06 Thread Sameer Apte
es > > > Le 06/04/2018 à 11:21, Sameer Apte a écrit : > > Hi All, > > > > I was trying to give one page checkout a try.. > > But seems like no matter which browser(used IE & Chrome) or version of > ofbiz (used 17.12 and trunk demo) is used, one cannot go beyo

Re: One Page Checkout not working?

2018-04-06 Thread Sameer Apte
Just for sake of completeness of this mail chain, below is the link to the bug raised on jira. https://issues.apache.org/jira/browse/OFBIZ-10329 Regards, Sameer Apte On Fri, Apr 6, 2018 at 11:13 AM, Sameer Apte wrote: > Ok. Will do. Thanks for your reply. > > > On Fri, 6 Apr 2018, 1

global="true"?

2018-08-09 Thread Sameer Apte
Hi All, Could one of you please explain what does global="true" mean in the below? Regards, Sameer Apte

Re: global="true"?

2018-08-10 Thread Sameer Apte
t is only > visible to the current screen. > > Please feel free to correct me if I'm off target folks. > > On Thu, Aug 9, 2018 at 5:46 PM, Sameer Apte wrote: > > Hi All, > > > > Could one of you please explain what does global="true" mean in the > below? > > > > global="true"/> > > > > Regards, > > Sameer Apte >

Uploading and viewing documents of party

2018-11-24 Thread Sameer Apte
party manager I could see that documents could be uploaded. However when clicked on view it is not exactly rendering the document itself. Rather it shows metadata of the document. Any pointers, tips, suggestion ? Regards, Sameer Apte

Re: Uploading and viewing documents of party

2018-11-25 Thread Sameer Apte
can view the contents uploaded by her and not someone else's. Regards, Sameer Apte On Sun, 25 Nov 2018, 15:51 Pritam Kute Hello Sameer, > > Can you tell more about OFBiz release you are using? I have tested the > workflow on the trunk and it is working fine. > > IMO, you may have

Re: Uploading and viewing documents of party

2018-11-27 Thread Sameer Apte
Thanks Pritam. Yes it seems like on trunk it works and on 17.12 it does not. But should be fine as I can move to latest version. Regards, Sameer Apte On Mon, Nov 26, 2018 at 4:43 AM Pritam Kute wrote: > Hello Sameer, > > Please follow the steps: > 1. Go to the party profile screen

relation between OrderItem and OrderPaymentPreference at the time of refund

2020-09-08 Thread Sameer Apte
ying to make sure that if a customer has made 2 payments using 2 cards, then when it comes to partial refund due to changes to order, ofbiz should not be refunding more to any of the cards than what was paid using that card by the customer. Regards, Sameer Apte

Re: relation between OrderItem and OrderPaymentPreference at the time of refund

2020-09-09 Thread Sameer Apte
Thanks for your reply S K Pradeep Kumar. Will go through that . Struggling to see the screen shot though..could you please send it again? I wonder if mailing list supports screenshots.. Regards Sameer Apte On Wed, 9 Sep 2020, 06:12 S K Pradeep Kumar, wrote: > Hi Sameer, > > OFBiz

Re: relation between OrderItem and OrderPaymentPreference at the time of refund

2020-09-09 Thread Sameer Apte
Thanks S K PradeepKumar On Wed, 9 Sep 2020, 10:39 S K Pradeep Kumar, wrote: > https://photos.app.goo.gl/E7qYA96gySQnpWpo7 > > On Wed, Sep 9, 2020, 12:44 PM Sameer Apte wrote: > > > Thanks for your reply S K Pradeep Kumar. > > Will go through that . Struggling to see

Support for adding in selenium test cases

2020-10-02 Thread Sameer Apte
cking this as I cannot see *org.apache.ofbiz.testtools.WebDriverTest* class anywhere which is referenced in the above block. Regards, Sameer Apte

Re: Support for adding in selenium test cases

2020-10-08 Thread Sameer Apte
Thanks Olivier for your reply. I will have a look at it. But I am bit puzzled about mention of class org.apache.ofbiz.testtools.WebDriverTest in ofbiz codebase which I cannot locate anywhere.. Regards, Sameer Apte On Wed, 7 Oct 2020, 09:36 Olivier Heintz, wrote: > Hi, > > Currently,

multitenancy - use of tenant_component and tenant_key_encrypting_key tables

2020-12-31 Thread Sameer Apte
the 2 tenants which seem to be working fine with the domain names I have configured inside /etc/hosts on my ubuntu. However as both these tables are empty I am not sure under what circumstances they are envisaged to be used. Happy new year and thanks in advance! Regards, Sameer Apte

Re: multitenancy - use of tenant_component and tenant_key_encrypting_key tables

2021-01-04 Thread Sameer Apte
ects/ofbiz/site/trunk/readme/html5/README.html#load-data-for-a-specific-tenant > > https://svn.apache.org/repos/asf/ofbiz/trunk@1334257 > Seems actually used now but not sure. Best information about it: > https://markmail.org/message/546ktszoki7aahy2 > > HTH > > Jacques &