Hi,
I am doing an implementation in Australia and our client has a requirement to store the ABN and ACN numbers for a company customer, AKA Party Group (I think). These fields for companies are localised to Australia but probably not just to this one client. Can anyone recommend the best approach to deal with this scenario, do I just modify the party group entity? Cheers, Paul |
Hi Paul,
what is the meaning of the two ids? Jacopo On Jul 17, 2008, at 1:53 PM, Paul Robinson wrote: > Hi, > > I am doing an implementation in Australia and our client has a > requirement to store the ABN and ACN numbers for a company customer, > AKA Party Group (I think). These fields for companies are localised > to Australia but probably not just to this one client. > > Can anyone recommend the best approach to deal with this scenario, > do I just modify the party group entity? > > Cheers, > Paul smime.p7s (3K) Download Attachment |
Hi Jacopo,
Sorry about the acronyms. ABN: Australian Business Number - primarily used for small business ACN: Australian Company Number - used for corporations Every business in Australia is issue with these reference numbers - we need to print either of these numbers on customer invoices and quotes. R, Paul Jacopo Cappellato wrote: > Hi Paul, > > what is the meaning of the two ids? > > Jacopo > > On Jul 17, 2008, at 1:53 PM, Paul Robinson wrote: > >> Hi, >> >> I am doing an implementation in Australia and our client has a >> requirement to store the ABN and ACN numbers for a company customer, >> AKA Party Group (I think). These fields for companies are localised >> to Australia but probably not just to this one client. >> >> Can anyone recommend the best approach to deal with this scenario, do >> I just modify the party group entity? >> >> Cheers, >> Paul > |
Are they used for fiscal purposes, like taxId?
If the answer is yes, then the right field in OFBiz is PartyTaxAuthInfo.taxId Jacopo On Jul 17, 2008, at 2:19 PM, Paul Robinson wrote: > Hi Jacopo, > > Sorry about the acronyms. > > ABN: Australian Business Number - primarily used for small business > ACN: Australian Company Number - used for corporations > > Every business in Australia is issue with these reference numbers - > we need to print either of these numbers on customer invoices and > quotes. > > R, > Paul > > Jacopo Cappellato wrote: >> Hi Paul, >> >> what is the meaning of the two ids? >> >> Jacopo >> >> On Jul 17, 2008, at 1:53 PM, Paul Robinson wrote: >> >>> Hi, >>> >>> I am doing an implementation in Australia and our client has a >>> requirement to store the ABN and ACN numbers for a company >>> customer, AKA Party Group (I think). These fields for companies >>> are localised to Australia but probably not just to this one client. >>> >>> Can anyone recommend the best approach to deal with this scenario, >>> do I just modify the party group entity? >>> >>> Cheers, >>> Paul >> smime.p7s (3K) Download Attachment |
Yep, that will do it.
It would be nice to identify though what type of number the customer has given us, but this will work just fine. Thanks for your help. Jacopo Cappellato wrote: > Are they used for fiscal purposes, like taxId? > If the answer is yes, then the right field in OFBiz is > PartyTaxAuthInfo.taxId > > Jacopo > > > On Jul 17, 2008, at 2:19 PM, Paul Robinson wrote: > >> Hi Jacopo, >> >> Sorry about the acronyms. >> >> ABN: Australian Business Number - primarily used for small business >> ACN: Australian Company Number - used for corporations >> >> Every business in Australia is issue with these reference numbers - >> we need to print either of these numbers on customer invoices and >> quotes. >> >> R, >> Paul >> >> Jacopo Cappellato wrote: >>> Hi Paul, >>> >>> what is the meaning of the two ids? >>> >>> Jacopo >>> >>> On Jul 17, 2008, at 1:53 PM, Paul Robinson wrote: >>> >>>> Hi, >>>> >>>> I am doing an implementation in Australia and our client has a >>>> requirement to store the ABN and ACN numbers for a company >>>> customer, AKA Party Group (I think). These fields for companies are >>>> localised to Australia but probably not just to this one client. >>>> >>>> Can anyone recommend the best approach to deal with this scenario, >>>> do I just modify the party group entity? >>>> >>>> Cheers, >>>> Paul >>> > |
You may consider to 'classify' your customer using the
PartyClassification entity... not really related to this, but maybe it could work for you. Kind regards, Jacopo On Jul 17, 2008, at 2:31 PM, Paul Robinson wrote: > Yep, that will do it. > > It would be nice to identify though what type of number the customer > has given us, but this will work just fine. > > Thanks for your help. > > Jacopo Cappellato wrote: >> Are they used for fiscal purposes, like taxId? >> If the answer is yes, then the right field in OFBiz is >> PartyTaxAuthInfo.taxId >> >> Jacopo >> >> >> On Jul 17, 2008, at 2:19 PM, Paul Robinson wrote: >> >>> Hi Jacopo, >>> >>> Sorry about the acronyms. >>> >>> ABN: Australian Business Number - primarily used for small business >>> ACN: Australian Company Number - used for corporations >>> >>> Every business in Australia is issue with these reference numbers >>> - we need to print either of these numbers on customer invoices >>> and quotes. >>> >>> R, >>> Paul >>> >>> Jacopo Cappellato wrote: >>>> Hi Paul, >>>> >>>> what is the meaning of the two ids? >>>> >>>> Jacopo >>>> >>>> On Jul 17, 2008, at 1:53 PM, Paul Robinson wrote: >>>> >>>>> Hi, >>>>> >>>>> I am doing an implementation in Australia and our client has a >>>>> requirement to store the ABN and ACN numbers for a company >>>>> customer, AKA Party Group (I think). These fields for companies >>>>> are localised to Australia but probably not just to this one >>>>> client. >>>>> >>>>> Can anyone recommend the best approach to deal with this >>>>> scenario, do I just modify the party group entity? >>>>> >>>>> Cheers, >>>>> Paul >>>> >> smime.p7s (3K) Download Attachment |
Administrator
|
In reply to this post by Jacopo Cappellato-3
Payl,
FYI, If it's the case (fiscal) this infomation is used in invoice https://issues.apache.org/jira/browse/OFBIZ-362 Jacques From: "Jacopo Cappellato" <[hidden email]> > Are they used for fiscal purposes, like taxId? > If the answer is yes, then the right field in OFBiz is > PartyTaxAuthInfo.taxId > > Jacopo > > > On Jul 17, 2008, at 2:19 PM, Paul Robinson wrote: > >> Hi Jacopo, >> >> Sorry about the acronyms. >> >> ABN: Australian Business Number - primarily used for small business >> ACN: Australian Company Number - used for corporations >> >> Every business in Australia is issue with these reference numbers - >> we need to print either of these numbers on customer invoices and >> quotes. >> >> R, >> Paul >> >> Jacopo Cappellato wrote: >>> Hi Paul, >>> >>> what is the meaning of the two ids? >>> >>> Jacopo >>> >>> On Jul 17, 2008, at 1:53 PM, Paul Robinson wrote: >>> >>>> Hi, >>>> >>>> I am doing an implementation in Australia and our client has a >>>> requirement to store the ABN and ACN numbers for a company >>>> customer, AKA Party Group (I think). These fields for companies >>>> are localised to Australia but probably not just to this one client. >>>> >>>> Can anyone recommend the best approach to deal with this scenario, >>>> do I just modify the party group entity? >>>> >>>> Cheers, >>>> Paul >>> > > |
Free forum by Nabble | Edit this page |