Hi,
I create a new addon on OFBiz that added entities and services to manage the party identification. I explain, in Europe for a society we have many identification number : siret, siren, european vat, ..., and in many case we search a society by thus number and not by name. In France, we don't have the same number that Spanish or England, it's difficult to add identification number directly on partyGroup. I create entity PartyIdentification on the same model as GoodIdentification, with a PartyIdentificationType and PartyIdentificationView. It's easier to make a new identificationType and create a party search with redefine forms exactly as Product. Are you interested by this feature ? Nicolas |
+ 1
When I first started in Ofbiz I looked for this exact thing. We have the potential of importing users from different sources so the exernalId does not really suffice. However, I do believe that here in Canada you are actually not allowed to store SIN (social insurance number) for lookup purposes ... something that I seem to recall from my work in the insurance field back in the day. :)
|
In reply to this post by Malin Nicolas
+1
Jacques From: "Nicolas" <[hidden email]> > Hi, > > I create a new addon on OFBiz that added entities and services to > manage the party identification. I explain, in Europe for a society we > have many identification number : siret, siren, european vat, ..., and > in many case we search a society by thus number and not by name. In > France, we don't have the same number that Spanish or England, it's > difficult to add identification number directly on partyGroup. > > I create entity PartyIdentification on the same model as > GoodIdentification, with a PartyIdentificationType and > PartyIdentificationView. It's easier to make a new identificationType > and create a party search with redefine forms exactly as Product. > > > Are you interested by this feature ? > > Nicolas > |
In reply to this post by Bob Morley
Hello,
I create a jira OFBIZ-2848 and put the patch to test this feature. Nicolas Bob Morley wrote: > + 1 > > When I first started in Ofbiz I looked for this exact thing. We have the > potential of importing users from different sources so the exernalId does > not really suffice. However, I do believe that here in Canada you are > actually not allowed to store SIN (social insurance number) for lookup > purposes ... something that I seem to recall from my work in the insurance > field back in the day. :) > > > Malin Nicolas wrote: > >> Hi, >> >> I create a new addon on OFBiz that added entities and services to >> manage the party identification. I explain, in Europe for a society we >> have many identification number : siret, siren, european vat, ..., and >> in many case we search a society by thus number and not by name. In >> France, we don't have the same number that Spanish or England, it's >> difficult to add identification number directly on partyGroup. >> >> I create entity PartyIdentification on the same model as >> GoodIdentification, with a PartyIdentificationType and >> PartyIdentificationView. It's easier to make a new identificationType >> and create a party search with redefine forms exactly as Product. >> >> >> Are you interested by this feature ? >> >> Nicolas >> >> >> > > |
Free forum by Nabble | Edit this page |