Hi Jacques,
With OFBIZ-6193 we enhanced the multi-tenancy aspect regarding the BI component. This commit seems to be a step back from that. Furthermore, doesn't the adjustment of the fromDate put other demo data elements out of the range? Best regards, Pierre Smits ORRTIZ.COM <http://www.orrtiz.com> OFBiz based solutions & services OFBiz Extensions Marketplace http://oem.ofbizci.net/oci-2/ On Tue, Apr 11, 2017 at 9:41 AM, <[hidden email]> wrote: > Author: jleroux > Date: Tue Apr 11 07:41:43 2017 > New Revision: 1790934 > > URL: http://svn.apache.org/viewvc?rev=1790934&view=rev > Log: > No functional change (demo only), time is passing... > > Modified: > ofbiz/ofbiz-plugins/trunk/bi/config/bi.properties > > Modified: ofbiz/ofbiz-plugins/trunk/bi/config/bi.properties > URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/bi/ > config/bi.properties?rev=1790934&r1=1790933&r2=1790934&view=diff > ============================================================ > ================== > --- ofbiz/ofbiz-plugins/trunk/bi/config/bi.properties (original) > +++ ofbiz/ofbiz-plugins/trunk/bi/config/bi.properties Tue Apr 11 07:41:43 > 2017 > @@ -16,5 +16,5 @@ > # specific language governing permissions and limitations > # under the License. > ############################################################ > ################### > -fromDate=2013-09-01 > -thruDate=2023-09-01 > \ No newline at end of file > +fromDate=2016-09-01 > +thruDate=2026-09-01 > \ No newline at end of file > > > |
Administrator
|
Hi Pierre,
It's not a step back, we need to update those data also, time is passing as I said... I mean those data https://issues.apache.org/jira/secure/attachment/12705909/OFBIZ-6193-BiSystemPropertyData.patch Jacques Le 11/04/2017 à 10:27, Pierre Smits a écrit : > Hi Jacques, > > With OFBIZ-6193 we enhanced the multi-tenancy aspect regarding the BI > component. This commit seems to be a step back from that. > > Furthermore, doesn't the adjustment of the fromDate put other demo data > elements out of the range? > > Best regards, > > Pierre Smits > > ORRTIZ.COM <http://www.orrtiz.com> > OFBiz based solutions & services > > OFBiz Extensions Marketplace > http://oem.ofbizci.net/oci-2/ > > On Tue, Apr 11, 2017 at 9:41 AM, <[hidden email]> wrote: > >> Author: jleroux >> Date: Tue Apr 11 07:41:43 2017 >> New Revision: 1790934 >> >> URL: http://svn.apache.org/viewvc?rev=1790934&view=rev >> Log: >> No functional change (demo only), time is passing... >> >> Modified: >> ofbiz/ofbiz-plugins/trunk/bi/config/bi.properties >> >> Modified: ofbiz/ofbiz-plugins/trunk/bi/config/bi.properties >> URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/bi/ >> config/bi.properties?rev=1790934&r1=1790933&r2=1790934&view=diff >> ============================================================ >> ================== >> --- ofbiz/ofbiz-plugins/trunk/bi/config/bi.properties (original) >> +++ ofbiz/ofbiz-plugins/trunk/bi/config/bi.properties Tue Apr 11 07:41:43 >> 2017 >> @@ -16,5 +16,5 @@ >> # specific language governing permissions and limitations >> # under the License. >> ############################################################ >> ################### >> -fromDate=2013-09-01 >> -thruDate=2023-09-01 >> \ No newline at end of file >> +fromDate=2016-09-01 >> +thruDate=2026-09-01 >> \ No newline at end of file >> >> >> |
Administrator
|
BTW, as I said in my commit comment, note that this is for demo purpose only...
Le 11/04/2017 à 10:58, Jacques Le Roux a écrit : > Hi Pierre, > > It's not a step back, we need to update those data also, time is passing as I said... > > I mean those data https://issues.apache.org/jira/secure/attachment/12705909/OFBIZ-6193-BiSystemPropertyData.patch > > Jacques > > > Le 11/04/2017 à 10:27, Pierre Smits a écrit : >> Hi Jacques, >> >> With OFBIZ-6193 we enhanced the multi-tenancy aspect regarding the BI >> component. This commit seems to be a step back from that. >> >> Furthermore, doesn't the adjustment of the fromDate put other demo data >> elements out of the range? >> >> Best regards, >> >> Pierre Smits >> >> ORRTIZ.COM <http://www.orrtiz.com> >> OFBiz based solutions & services >> >> OFBiz Extensions Marketplace >> http://oem.ofbizci.net/oci-2/ >> >> On Tue, Apr 11, 2017 at 9:41 AM, <[hidden email]> wrote: >> >>> Author: jleroux >>> Date: Tue Apr 11 07:41:43 2017 >>> New Revision: 1790934 >>> >>> URL: http://svn.apache.org/viewvc?rev=1790934&view=rev >>> Log: >>> No functional change (demo only), time is passing... >>> >>> Modified: >>> ofbiz/ofbiz-plugins/trunk/bi/config/bi.properties >>> >>> Modified: ofbiz/ofbiz-plugins/trunk/bi/config/bi.properties >>> URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/bi/ >>> config/bi.properties?rev=1790934&r1=1790933&r2=1790934&view=diff >>> ============================================================ >>> ================== >>> --- ofbiz/ofbiz-plugins/trunk/bi/config/bi.properties (original) >>> +++ ofbiz/ofbiz-plugins/trunk/bi/config/bi.properties Tue Apr 11 07:41:43 >>> 2017 >>> @@ -16,5 +16,5 @@ >>> # specific language governing permissions and limitations >>> # under the License. >>> ############################################################ >>> ################### >>> -fromDate=2013-09-01 >>> -thruDate=2023-09-01 >>> \ No newline at end of file >>> +fromDate=2016-09-01 >>> +thruDate=2026-09-01 >>> \ No newline at end of file >>> >>> >>> > > |
It seems to be painful to have to do this stuff by hand. Perhaps using
variable substitution in some of our demo data might help? I'm not sure if we can use variable substitution in data imports but I think it works On Tue, Apr 11, 2017 at 12:21 PM, Jacques Le Roux < [hidden email]> wrote: > BTW, as I said in my commit comment, note that this is for demo purpose > only... > > > > Le 11/04/2017 à 10:58, Jacques Le Roux a écrit : > >> Hi Pierre, >> >> It's not a step back, we need to update those data also, time is passing >> as I said... >> >> I mean those data https://issues.apache.org/jira >> /secure/attachment/12705909/OFBIZ-6193-BiSystemPropertyData.patch >> >> Jacques >> >> >> Le 11/04/2017 à 10:27, Pierre Smits a écrit : >> >>> Hi Jacques, >>> >>> With OFBIZ-6193 we enhanced the multi-tenancy aspect regarding the BI >>> component. This commit seems to be a step back from that. >>> >>> Furthermore, doesn't the adjustment of the fromDate put other demo data >>> elements out of the range? >>> >>> Best regards, >>> >>> Pierre Smits >>> >>> ORRTIZ.COM <http://www.orrtiz.com> >>> OFBiz based solutions & services >>> >>> OFBiz Extensions Marketplace >>> http://oem.ofbizci.net/oci-2/ >>> >>> On Tue, Apr 11, 2017 at 9:41 AM, <[hidden email]> wrote: >>> >>> Author: jleroux >>>> Date: Tue Apr 11 07:41:43 2017 >>>> New Revision: 1790934 >>>> >>>> URL: http://svn.apache.org/viewvc?rev=1790934&view=rev >>>> Log: >>>> No functional change (demo only), time is passing... >>>> >>>> Modified: >>>> ofbiz/ofbiz-plugins/trunk/bi/config/bi.properties >>>> >>>> Modified: ofbiz/ofbiz-plugins/trunk/bi/config/bi.properties >>>> URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/bi/ >>>> config/bi.properties?rev=1790934&r1=1790933&r2=1790934&view=diff >>>> ============================================================ >>>> ================== >>>> --- ofbiz/ofbiz-plugins/trunk/bi/config/bi.properties (original) >>>> +++ ofbiz/ofbiz-plugins/trunk/bi/config/bi.properties Tue Apr 11 >>>> 07:41:43 >>>> 2017 >>>> @@ -16,5 +16,5 @@ >>>> # specific language governing permissions and limitations >>>> # under the License. >>>> ############################################################ >>>> ################### >>>> -fromDate=2013-09-01 >>>> -thruDate=2023-09-01 >>>> \ No newline at end of file >>>> +fromDate=2016-09-01 >>>> +thruDate=2026-09-01 >>>> \ No newline at end of file >>>> >>>> >>>> >>>> >> >> > |
Administrator
|
Please feel free
Jacques Le 11/04/2017 à 11:27, Taher Alkhateeb a écrit : > It seems to be painful to have to do this stuff by hand. Perhaps using > variable substitution in some of our demo data might help? I'm not sure if > we can use variable substitution in data imports but I think it works > > On Tue, Apr 11, 2017 at 12:21 PM, Jacques Le Roux < > [hidden email]> wrote: > >> BTW, as I said in my commit comment, note that this is for demo purpose >> only... >> >> >> >> Le 11/04/2017 à 10:58, Jacques Le Roux a écrit : >> >>> Hi Pierre, >>> >>> It's not a step back, we need to update those data also, time is passing >>> as I said... >>> >>> I mean those data https://issues.apache.org/jira >>> /secure/attachment/12705909/OFBIZ-6193-BiSystemPropertyData.patch >>> >>> Jacques >>> >>> >>> Le 11/04/2017 à 10:27, Pierre Smits a écrit : >>> >>>> Hi Jacques, >>>> >>>> With OFBIZ-6193 we enhanced the multi-tenancy aspect regarding the BI >>>> component. This commit seems to be a step back from that. >>>> >>>> Furthermore, doesn't the adjustment of the fromDate put other demo data >>>> elements out of the range? >>>> >>>> Best regards, >>>> >>>> Pierre Smits >>>> >>>> ORRTIZ.COM <http://www.orrtiz.com> >>>> OFBiz based solutions & services >>>> >>>> OFBiz Extensions Marketplace >>>> http://oem.ofbizci.net/oci-2/ >>>> >>>> On Tue, Apr 11, 2017 at 9:41 AM, <[hidden email]> wrote: >>>> >>>> Author: jleroux >>>>> Date: Tue Apr 11 07:41:43 2017 >>>>> New Revision: 1790934 >>>>> >>>>> URL: http://svn.apache.org/viewvc?rev=1790934&view=rev >>>>> Log: >>>>> No functional change (demo only), time is passing... >>>>> >>>>> Modified: >>>>> ofbiz/ofbiz-plugins/trunk/bi/config/bi.properties >>>>> >>>>> Modified: ofbiz/ofbiz-plugins/trunk/bi/config/bi.properties >>>>> URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/bi/ >>>>> config/bi.properties?rev=1790934&r1=1790933&r2=1790934&view=diff >>>>> ============================================================ >>>>> ================== >>>>> --- ofbiz/ofbiz-plugins/trunk/bi/config/bi.properties (original) >>>>> +++ ofbiz/ofbiz-plugins/trunk/bi/config/bi.properties Tue Apr 11 >>>>> 07:41:43 >>>>> 2017 >>>>> @@ -16,5 +16,5 @@ >>>>> # specific language governing permissions and limitations >>>>> # under the License. >>>>> ############################################################ >>>>> ################### >>>>> -fromDate=2013-09-01 >>>>> -thruDate=2023-09-01 >>>>> \ No newline at end of file >>>>> +fromDate=2016-09-01 >>>>> +thruDate=2026-09-01 >>>>> \ No newline at end of file >>>>> >>>>> >>>>> >>>>> >>> |
In reply to this post by taher
This is a one-time setup per (multi-tenant) implementation. Hence from date
should not change that much. As for our demo setups the demo data that falls in the date range changes even less. I wonder whether a code enhancement to do this automagically is worth the effort. Best regards, Pierre Smits ORRTIZ.COM <http://www.orrtiz.com> OFBiz based solutions & services OFBiz Extensions Marketplace http://oem.ofbizci.net/oci-2/ On Tue, Apr 11, 2017 at 11:27 AM, Taher Alkhateeb < [hidden email]> wrote: > It seems to be painful to have to do this stuff by hand. Perhaps using > variable substitution in some of our demo data might help? I'm not sure if > we can use variable substitution in data imports but I think it works > > On Tue, Apr 11, 2017 at 12:21 PM, Jacques Le Roux < > [hidden email]> wrote: > > > BTW, as I said in my commit comment, note that this is for demo purpose > > only... > > > > > > > > Le 11/04/2017 à 10:58, Jacques Le Roux a écrit : > > > >> Hi Pierre, > >> > >> It's not a step back, we need to update those data also, time is passing > >> as I said... > >> > >> I mean those data https://issues.apache.org/jira > >> /secure/attachment/12705909/OFBIZ-6193-BiSystemPropertyData.patch > >> > >> Jacques > >> > >> > >> Le 11/04/2017 à 10:27, Pierre Smits a écrit : > >> > >>> Hi Jacques, > >>> > >>> With OFBIZ-6193 we enhanced the multi-tenancy aspect regarding the BI > >>> component. This commit seems to be a step back from that. > >>> > >>> Furthermore, doesn't the adjustment of the fromDate put other demo > data > >>> elements out of the range? > >>> > >>> Best regards, > >>> > >>> Pierre Smits > >>> > >>> ORRTIZ.COM <http://www.orrtiz.com> > >>> OFBiz based solutions & services > >>> > >>> OFBiz Extensions Marketplace > >>> http://oem.ofbizci.net/oci-2/ > >>> > >>> On Tue, Apr 11, 2017 at 9:41 AM, <[hidden email]> wrote: > >>> > >>> Author: jleroux > >>>> Date: Tue Apr 11 07:41:43 2017 > >>>> New Revision: 1790934 > >>>> > >>>> URL: http://svn.apache.org/viewvc?rev=1790934&view=rev > >>>> Log: > >>>> No functional change (demo only), time is passing... > >>>> > >>>> Modified: > >>>> ofbiz/ofbiz-plugins/trunk/bi/config/bi.properties > >>>> > >>>> Modified: ofbiz/ofbiz-plugins/trunk/bi/config/bi.properties > >>>> URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/bi/ > >>>> config/bi.properties?rev=1790934&r1=1790933&r2=1790934&view=diff > >>>> ============================================================ > >>>> ================== > >>>> --- ofbiz/ofbiz-plugins/trunk/bi/config/bi.properties (original) > >>>> +++ ofbiz/ofbiz-plugins/trunk/bi/config/bi.properties Tue Apr 11 > >>>> 07:41:43 > >>>> 2017 > >>>> @@ -16,5 +16,5 @@ > >>>> # specific language governing permissions and limitations > >>>> # under the License. > >>>> ############################################################ > >>>> ################### > >>>> -fromDate=2013-09-01 > >>>> -thruDate=2023-09-01 > >>>> \ No newline at end of file > >>>> +fromDate=2016-09-01 > >>>> +thruDate=2026-09-01 > >>>> \ No newline at end of file > >>>> > >>>> > >>>> > >>>> > >> > >> > > > |
Free forum by Nabble | Edit this page |