You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by mcdev <ma...@tiscali.it> on 2006/11/23 17:19:20 UTC

BillingAccount table

The BILLING_ACCOUNT_ID field in BILLING_ACCOUNT table is autogenerate?How can
I associate a party_id in BILLING_ACCOUNT table ?
Thanks 
-- 
View this message in context: http://www.nabble.com/BillingAccount-table-tf2693285.html#a7510631
Sent from the OFBiz - Dev mailing list archive at Nabble.com.


Re: BillingAccount table

Posted by mcdev <ma...@tiscali.it>.
Thanks so mutch!!!


cjhowe wrote:
> 
> Yes, if you leave billingAccountId (the erroneous
> party field) blank, it will generate a
> billingAccountId based on the the entity
> SequenceValueItem with the record BillingAccount.  If
> you fill in the blank, it will attempt to create a
> record with the billingAccountId that you provided and
> should do so successfully provided the id you supplied
> is unique.
> 
> --- mcdev <ma...@tiscali.it> wrote:
> 
>> 
>> Ok, I understand, but is there an Index or somthing
>> else for generate
>> billingAccountId? 
>> 
>> 
>> 
>> cjhowe wrote:
>> > 
>> > That appears to be a bad label.  It should read
>> > Billing Account Id as that is the name of the
>> field
>> > that you're filling in.  If you could, file an
>> issue
>> > in Jira for this.  Thanks!
>> > 
>> > --- mcdev <ma...@tiscali.it> wrote:
>> > 
>> >> 
>> >> Thank you,
>> >> I knonw BILLING_ACCOUNT_ROLE, but why in the
>> >> administrator html application
>> >> I must entry a Party in new Billing Account,
>> before
>> >> create a
>> >> BillingAccountRole?
>> >> Where ofbiz save this information?
>> >> 
>> >> Thanks
>> >> 
>> >> 
>> >> cjhowe wrote:
>> >> > 
>> >> > BillingAccount is related to Party via
>> >> > BillingAccountRole.  Most party relationships
>> are
>> >> done
>> >> > in this manner to show the context in which
>> they
>> >> are
>> >> > related as well as give a start and end date
>> for
>> >> the
>> >> > relationship if appropriate.
>> >> > 
>> >> > --- mcdev <ma...@tiscali.it> wrote:
>> >> > 
>> >> >> 
>> >> >> The BILLING_ACCOUNT_ID field in
>> BILLING_ACCOUNT
>> >> >> table is autogenerate?How can
>> >> >> I associate a party_id in BILLING_ACCOUNT
>> table ?
>> >> >> Thanks 
>> >> >> -- 
>> >> >> View this message in context:
>> >> >>
>> >> >
>> >>
>> >
>>
> http://www.nabble.com/BillingAccount-table-tf2693285.html#a7510631
>> >> >> Sent from the OFBiz - Dev mailing list archive
>> at
>> >> >> Nabble.com.
>> >> >> 
>> >> >> 
>> >> > 
>> >> > 
>> >> > 
>> >> 
>> >> -- 
>> >> View this message in context:
>> >>
>> >
>>
> http://www.nabble.com/BillingAccount-table-tf2693285.html#a7510896
>> >> Sent from the OFBiz - Dev mailing list archive at
>> >> Nabble.com.
>> >> 
>> >> 
>> > 
>> > 
>> > 
>> 
>> -- 
>> View this message in context:
>>
> http://www.nabble.com/BillingAccount-table-tf2693285.html#a7511428
>> Sent from the OFBiz - Dev mailing list archive at
>> Nabble.com.
>> 
>> 
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/BillingAccount-table-tf2693285.html#a7512431
Sent from the OFBiz - Dev mailing list archive at Nabble.com.


Re: BillingAccount table

Posted by Chris Howe <cj...@yahoo.com>.
Yes, if you leave billingAccountId (the erroneous
party field) blank, it will generate a
billingAccountId based on the the entity
SequenceValueItem with the record BillingAccount.  If
you fill in the blank, it will attempt to create a
record with the billingAccountId that you provided and
should do so successfully provided the id you supplied
is unique.

--- mcdev <ma...@tiscali.it> wrote:

> 
> Ok, I understand, but is there an Index or somthing
> else for generate
> billingAccountId? 
> 
> 
> 
> cjhowe wrote:
> > 
> > That appears to be a bad label.  It should read
> > Billing Account Id as that is the name of the
> field
> > that you're filling in.  If you could, file an
> issue
> > in Jira for this.  Thanks!
> > 
> > --- mcdev <ma...@tiscali.it> wrote:
> > 
> >> 
> >> Thank you,
> >> I knonw BILLING_ACCOUNT_ROLE, but why in the
> >> administrator html application
> >> I must entry a Party in new Billing Account,
> before
> >> create a
> >> BillingAccountRole?
> >> Where ofbiz save this information?
> >> 
> >> Thanks
> >> 
> >> 
> >> cjhowe wrote:
> >> > 
> >> > BillingAccount is related to Party via
> >> > BillingAccountRole.  Most party relationships
> are
> >> done
> >> > in this manner to show the context in which
> they
> >> are
> >> > related as well as give a start and end date
> for
> >> the
> >> > relationship if appropriate.
> >> > 
> >> > --- mcdev <ma...@tiscali.it> wrote:
> >> > 
> >> >> 
> >> >> The BILLING_ACCOUNT_ID field in
> BILLING_ACCOUNT
> >> >> table is autogenerate?How can
> >> >> I associate a party_id in BILLING_ACCOUNT
> table ?
> >> >> Thanks 
> >> >> -- 
> >> >> View this message in context:
> >> >>
> >> >
> >>
> >
>
http://www.nabble.com/BillingAccount-table-tf2693285.html#a7510631
> >> >> Sent from the OFBiz - Dev mailing list archive
> at
> >> >> Nabble.com.
> >> >> 
> >> >> 
> >> > 
> >> > 
> >> > 
> >> 
> >> -- 
> >> View this message in context:
> >>
> >
>
http://www.nabble.com/BillingAccount-table-tf2693285.html#a7510896
> >> Sent from the OFBiz - Dev mailing list archive at
> >> Nabble.com.
> >> 
> >> 
> > 
> > 
> > 
> 
> -- 
> View this message in context:
>
http://www.nabble.com/BillingAccount-table-tf2693285.html#a7511428
> Sent from the OFBiz - Dev mailing list archive at
> Nabble.com.
> 
> 


Re: BillingAccount table

Posted by mcdev <ma...@tiscali.it>.
Ok, I understand, but is there an Index or somthing else for generate
billingAccountId? 



cjhowe wrote:
> 
> That appears to be a bad label.  It should read
> Billing Account Id as that is the name of the field
> that you're filling in.  If you could, file an issue
> in Jira for this.  Thanks!
> 
> --- mcdev <ma...@tiscali.it> wrote:
> 
>> 
>> Thank you,
>> I knonw BILLING_ACCOUNT_ROLE, but why in the
>> administrator html application
>> I must entry a Party in new Billing Account, before
>> create a
>> BillingAccountRole?
>> Where ofbiz save this information?
>> 
>> Thanks
>> 
>> 
>> cjhowe wrote:
>> > 
>> > BillingAccount is related to Party via
>> > BillingAccountRole.  Most party relationships are
>> done
>> > in this manner to show the context in which they
>> are
>> > related as well as give a start and end date for
>> the
>> > relationship if appropriate.
>> > 
>> > --- mcdev <ma...@tiscali.it> wrote:
>> > 
>> >> 
>> >> The BILLING_ACCOUNT_ID field in BILLING_ACCOUNT
>> >> table is autogenerate?How can
>> >> I associate a party_id in BILLING_ACCOUNT table ?
>> >> Thanks 
>> >> -- 
>> >> View this message in context:
>> >>
>> >
>>
> http://www.nabble.com/BillingAccount-table-tf2693285.html#a7510631
>> >> Sent from the OFBiz - Dev mailing list archive at
>> >> Nabble.com.
>> >> 
>> >> 
>> > 
>> > 
>> > 
>> 
>> -- 
>> View this message in context:
>>
> http://www.nabble.com/BillingAccount-table-tf2693285.html#a7510896
>> Sent from the OFBiz - Dev mailing list archive at
>> Nabble.com.
>> 
>> 
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/BillingAccount-table-tf2693285.html#a7511428
Sent from the OFBiz - Dev mailing list archive at Nabble.com.


Re: BillingAccount table

Posted by Chris Howe <cj...@yahoo.com>.
That appears to be a bad label.  It should read
Billing Account Id as that is the name of the field
that you're filling in.  If you could, file an issue
in Jira for this.  Thanks!

--- mcdev <ma...@tiscali.it> wrote:

> 
> Thank you,
> I knonw BILLING_ACCOUNT_ROLE, but why in the
> administrator html application
> I must entry a Party in new Billing Account, before
> create a
> BillingAccountRole?
> Where ofbiz save this information?
> 
> Thanks
> 
> 
> cjhowe wrote:
> > 
> > BillingAccount is related to Party via
> > BillingAccountRole.  Most party relationships are
> done
> > in this manner to show the context in which they
> are
> > related as well as give a start and end date for
> the
> > relationship if appropriate.
> > 
> > --- mcdev <ma...@tiscali.it> wrote:
> > 
> >> 
> >> The BILLING_ACCOUNT_ID field in BILLING_ACCOUNT
> >> table is autogenerate?How can
> >> I associate a party_id in BILLING_ACCOUNT table ?
> >> Thanks 
> >> -- 
> >> View this message in context:
> >>
> >
>
http://www.nabble.com/BillingAccount-table-tf2693285.html#a7510631
> >> Sent from the OFBiz - Dev mailing list archive at
> >> Nabble.com.
> >> 
> >> 
> > 
> > 
> > 
> 
> -- 
> View this message in context:
>
http://www.nabble.com/BillingAccount-table-tf2693285.html#a7510896
> Sent from the OFBiz - Dev mailing list archive at
> Nabble.com.
> 
> 


Re: BillingAccount table

Posted by mcdev <ma...@tiscali.it>.
Thank you,
I knonw BILLING_ACCOUNT_ROLE, but why in the administrator html application
I must entry a Party in new Billing Account, before create a
BillingAccountRole?
Where ofbiz save this information?

Thanks


cjhowe wrote:
> 
> BillingAccount is related to Party via
> BillingAccountRole.  Most party relationships are done
> in this manner to show the context in which they are
> related as well as give a start and end date for the
> relationship if appropriate.
> 
> --- mcdev <ma...@tiscali.it> wrote:
> 
>> 
>> The BILLING_ACCOUNT_ID field in BILLING_ACCOUNT
>> table is autogenerate?How can
>> I associate a party_id in BILLING_ACCOUNT table ?
>> Thanks 
>> -- 
>> View this message in context:
>>
> http://www.nabble.com/BillingAccount-table-tf2693285.html#a7510631
>> Sent from the OFBiz - Dev mailing list archive at
>> Nabble.com.
>> 
>> 
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/BillingAccount-table-tf2693285.html#a7510896
Sent from the OFBiz - Dev mailing list archive at Nabble.com.


Re: BillingAccount table

Posted by Chris Howe <cj...@yahoo.com>.
BillingAccount is related to Party via
BillingAccountRole.  Most party relationships are done
in this manner to show the context in which they are
related as well as give a start and end date for the
relationship if appropriate.

--- mcdev <ma...@tiscali.it> wrote:

> 
> The BILLING_ACCOUNT_ID field in BILLING_ACCOUNT
> table is autogenerate?How can
> I associate a party_id in BILLING_ACCOUNT table ?
> Thanks 
> -- 
> View this message in context:
>
http://www.nabble.com/BillingAccount-table-tf2693285.html#a7510631
> Sent from the OFBiz - Dev mailing list archive at
> Nabble.com.
> 
>