a vendor

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
9 messages Options
Reply | Threaded
Open this post in threaded view
|

a vendor

Heidi Dehaes - Olagos
Hello,

Question:

A vendor in ofbiz is it related to a salesorder or a purchase order or both?

I think it is related sometimes to a salesorder and sometimes to a purchase
order .

Has anyone more in depth knowledge about that subject?

My question is related to the creation of a marketplace in ofbiz ecommerce.
It is to say that i see that a product can be sold in the ecommerce shop by
an external vendor (as i see in the catalog manager), but the price can not
be adapted to the special price of vendor x.

In other java source files i have the impression that a vendor is used in
purchase orders (billfromvendor....).

Can anyone help?

Regards,
Eric


Olagos bvba
Heidi Dehaes
Kerkstraat 34
2570 Duffel
Belgium
Tel. :     015/31 53 04
GSM :    0485/22 35 80
E-mail : [hidden email]
http://www.olagos.eu
http://www.olagos.com
http://www.olagos.be
http://www.olagos.nl
Reply | Threaded
Open this post in threaded view
|

Re: a vendor

Wei Zhang
Reply | Threaded
Open this post in threaded view
|

Re: a vendor

Heidi Dehaes - Olagos
thanks,
Eric

Olagos bvba
Heidi Dehaes
Kerkstraat 34
2570 Duffel
Belgium
Tel. :     015/31 53 04
GSM :    0485/22 35 80
E-mail : [hidden email]
http://www.olagos.eu
http://www.olagos.com
http://www.olagos.be
http://www.olagos.nl



2017-01-24 9:17 GMT+01:00 Wei Zhang <[hidden email]>:

> See http://ofbiz.135035.n4.nabble.com/vendors-and-suppliers-td4168824.html
>
>
>
> -----
> 程序羊
> --
> View this message in context: http://ofbiz.135035.n4.nabble.com/a-vendor-
> tp4701312p4701314.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
Reply | Threaded
Open this post in threaded view
|

Re: a vendor

Pierre Smits
In reply to this post by Heidi Dehaes - Olagos
Eric,

In OFBiz, a vendor is any party that has a registration in the Vendor
entity. See [1]
In the accounting component, a vendor  is associated with AP (accounts
payable). See [2] and [3]
In the order and delivery functions, the supplying party is regarded as the
vendor.

In other words, in OFBiz the party using OFBiz as its ERP solution (often
regarded as an internal company) is regarded as a vendor of products and
services it offers to its customers. But also, the partie that offers and
delivers products and services to an internal company is regarded as a
vendor.

[1]
http://svn.apache.org/viewvc/ofbiz/trunk/applications/datamodel/entitydef/party-entitymodel.xml?view=markup
[2] https://ofbiz-vm2.apache.org:8443/ap/control/findVendors
[3] https://ofbiz-vm2.apache.org:8443/ap/control/editVendor

I trust the above helps.

Best regards,


Pierre Smits

ORRTIZ.COM <http://www.orrtiz.com>
OFBiz based solutions & services

OFBiz Extensions Marketplace
http://oem.ofbizci.net/oci-2/

On Mon, Jan 23, 2017 at 9:31 PM, Heidi Dehaes - Olagos <
[hidden email]> wrote:

> Hello,
>
> Question:
>
> A vendor in ofbiz is it related to a salesorder or a purchase order or
> both?
>
> I think it is related sometimes to a salesorder and sometimes to a purchase
> order .
>
> Has anyone more in depth knowledge about that subject?
>
> My question is related to the creation of a marketplace in ofbiz ecommerce.
> It is to say that i see that a product can be sold in the ecommerce shop by
> an external vendor (as i see in the catalog manager), but the price can not
> be adapted to the special price of vendor x.
>
> In other java source files i have the impression that a vendor is used in
> purchase orders (billfromvendor....).
>
> Can anyone help?
>
> Regards,
> Eric
>
>
> Olagos bvba
> Heidi Dehaes
> Kerkstraat 34
> 2570 Duffel
> Belgium
> Tel. :     015/31 53 04
> GSM :    0485/22 35 80
> E-mail : [hidden email]
> http://www.olagos.eu
> http://www.olagos.com
> http://www.olagos.be
> http://www.olagos.nl
>
Reply | Threaded
Open this post in threaded view
|

Re: a vendor

Heidi Dehaes - Olagos
Yes, Pierre,

A vendor in ofbiz is not always used in the same manner. However i try to
think about to create a marketplace and their i need the role of vendor.
In ofbiz there can be connected one vendor per product. I have to extend
that to more different vendors per product. But ofbiz doesn't foresee
different prices of the same product offered by different vendors.
So there i have to think about to modify the logic.
I have to add a partyrole or party to the productprice entity. And modify
the calculateprice service.

Regards,
Eric

Olagos bvba
Heidi Dehaes
Kerkstraat 34
2570 Duffel
Belgium
Tel. :     015/31 53 04
GSM :    0485/22 35 80
E-mail : [hidden email]
http://www.olagos.eu
http://www.olagos.com
http://www.olagos.be
http://www.olagos.nl



2017-01-26 11:27 GMT+01:00 Pierre Smits <[hidden email]>:

> Eric,
>
> In OFBiz, a vendor is any party that has a registration in the Vendor
> entity. See [1]
> In the accounting component, a vendor  is associated with AP (accounts
> payable). See [2] and [3]
> In the order and delivery functions, the supplying party is regarded as the
> vendor.
>
> In other words, in OFBiz the party using OFBiz as its ERP solution (often
> regarded as an internal company) is regarded as a vendor of products and
> services it offers to its customers. But also, the partie that offers and
> delivers products and services to an internal company is regarded as a
> vendor.
>
> [1]
> http://svn.apache.org/viewvc/ofbiz/trunk/applications/
> datamodel/entitydef/party-entitymodel.xml?view=markup
> [2] https://ofbiz-vm2.apache.org:8443/ap/control/findVendors
> [3] https://ofbiz-vm2.apache.org:8443/ap/control/editVendor
>
> I trust the above helps.
>
> Best regards,
>
>
> Pierre Smits
>
> ORRTIZ.COM <http://www.orrtiz.com>
> OFBiz based solutions & services
>
> OFBiz Extensions Marketplace
> http://oem.ofbizci.net/oci-2/
>
> On Mon, Jan 23, 2017 at 9:31 PM, Heidi Dehaes - Olagos <
> [hidden email]> wrote:
>
> > Hello,
> >
> > Question:
> >
> > A vendor in ofbiz is it related to a salesorder or a purchase order or
> > both?
> >
> > I think it is related sometimes to a salesorder and sometimes to a
> purchase
> > order .
> >
> > Has anyone more in depth knowledge about that subject?
> >
> > My question is related to the creation of a marketplace in ofbiz
> ecommerce.
> > It is to say that i see that a product can be sold in the ecommerce shop
> by
> > an external vendor (as i see in the catalog manager), but the price can
> not
> > be adapted to the special price of vendor x.
> >
> > In other java source files i have the impression that a vendor is used in
> > purchase orders (billfromvendor....).
> >
> > Can anyone help?
> >
> > Regards,
> > Eric
> >
> >
> > Olagos bvba
> > Heidi Dehaes
> > Kerkstraat 34
> > 2570 Duffel
> > Belgium
> > Tel. :     015/31 53 04
> > GSM :    0485/22 35 80
> > E-mail : [hidden email]
> > http://www.olagos.eu
> > http://www.olagos.com
> > http://www.olagos.be
> > http://www.olagos.nl
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: a vendor

Pierre Smits
Hallo Eric,

I don't believe that a modification to the ProductPrice entity is required.
But I agree that modifications regarding the visualisation of prices (in
the webshop component) and the calculatedprice service are necessary.

Best regards,

Pierre Smits

ORRTIZ.COM <http://www.orrtiz.com>
OFBiz based solutions & services

OFBiz Extensions Marketplace
http://oem.ofbizci.net/oci-2/

On Thu, Jan 26, 2017 at 1:32 PM, Heidi Dehaes - Olagos <
[hidden email]> wrote:

> Yes, Pierre,
>
> A vendor in ofbiz is not always used in the same manner. However i try to
> think about to create a marketplace and their i need the role of vendor.
> In ofbiz there can be connected one vendor per product. I have to extend
> that to more different vendors per product. But ofbiz doesn't foresee
> different prices of the same product offered by different vendors.
> So there i have to think about to modify the logic.
> I have to add a partyrole or party to the productprice entity. And modify
> the calculateprice service.
>
> Regards,
> Eric
>
> Olagos bvba
> Heidi Dehaes
> Kerkstraat 34
> 2570 Duffel
> Belgium
> Tel. :     015/31 53 04
> GSM :    0485/22 35 80
> E-mail : [hidden email]
> http://www.olagos.eu
> http://www.olagos.com
> http://www.olagos.be
> http://www.olagos.nl
>
>
>
> 2017-01-26 11:27 GMT+01:00 Pierre Smits <[hidden email]>:
>
> > Eric,
> >
> > In OFBiz, a vendor is any party that has a registration in the Vendor
> > entity. See [1]
> > In the accounting component, a vendor  is associated with AP (accounts
> > payable). See [2] and [3]
> > In the order and delivery functions, the supplying party is regarded as
> the
> > vendor.
> >
> > In other words, in OFBiz the party using OFBiz as its ERP solution (often
> > regarded as an internal company) is regarded as a vendor of products and
> > services it offers to its customers. But also, the partie that offers and
> > delivers products and services to an internal company is regarded as a
> > vendor.
> >
> > [1]
> > http://svn.apache.org/viewvc/ofbiz/trunk/applications/
> > datamodel/entitydef/party-entitymodel.xml?view=markup
> > [2] https://ofbiz-vm2.apache.org:8443/ap/control/findVendors
> > [3] https://ofbiz-vm2.apache.org:8443/ap/control/editVendor
> >
> > I trust the above helps.
> >
> > Best regards,
> >
> >
> > Pierre Smits
> >
> > ORRTIZ.COM <http://www.orrtiz.com>
> > OFBiz based solutions & services
> >
> > OFBiz Extensions Marketplace
> > http://oem.ofbizci.net/oci-2/
> >
> > On Mon, Jan 23, 2017 at 9:31 PM, Heidi Dehaes - Olagos <
> > [hidden email]> wrote:
> >
> > > Hello,
> > >
> > > Question:
> > >
> > > A vendor in ofbiz is it related to a salesorder or a purchase order or
> > > both?
> > >
> > > I think it is related sometimes to a salesorder and sometimes to a
> > purchase
> > > order .
> > >
> > > Has anyone more in depth knowledge about that subject?
> > >
> > > My question is related to the creation of a marketplace in ofbiz
> > ecommerce.
> > > It is to say that i see that a product can be sold in the ecommerce
> shop
> > by
> > > an external vendor (as i see in the catalog manager), but the price can
> > not
> > > be adapted to the special price of vendor x.
> > >
> > > In other java source files i have the impression that a vendor is used
> in
> > > purchase orders (billfromvendor....).
> > >
> > > Can anyone help?
> > >
> > > Regards,
> > > Eric
> > >
> > >
> > > Olagos bvba
> > > Heidi Dehaes
> > > Kerkstraat 34
> > > 2570 Duffel
> > > Belgium
> > > Tel. :     015/31 53 04
> > > GSM :    0485/22 35 80
> > > E-mail : [hidden email]
> > > http://www.olagos.eu
> > > http://www.olagos.com
> > > http://www.olagos.be
> > > http://www.olagos.nl
> > >
> >
>
Reply | Threaded
Open this post in threaded view
|

RE: a vendor

Eric.LENS
Yes possibly. I don't have the right tables before me at the moment.

Regards,
Eric

-----Original Message-----
From: Pierre Smits [mailto:[hidden email]]
Sent: Thursday, January 26, 2017 1:45 PM
To: [hidden email]
Subject: Re: a vendor

Hallo Eric,

I don't believe that a modification to the ProductPrice entity is required.
But I agree that modifications regarding the visualisation of prices (in
the webshop component) and the calculatedprice service are necessary.

Best regards,

Pierre Smits

ORRTIZ.COM <http://www.orrtiz.com>
OFBiz based solutions & services

OFBiz Extensions Marketplace
http://oem.ofbizci.net/oci-2/

On Thu, Jan 26, 2017 at 1:32 PM, Heidi Dehaes - Olagos <
[hidden email]> wrote:

> Yes, Pierre,
>
> A vendor in ofbiz is not always used in the same manner. However i try to
> think about to create a marketplace and their i need the role of vendor.
> In ofbiz there can be connected one vendor per product. I have to extend
> that to more different vendors per product. But ofbiz doesn't foresee
> different prices of the same product offered by different vendors.
> So there i have to think about to modify the logic.
> I have to add a partyrole or party to the productprice entity. And modify
> the calculateprice service.
>
> Regards,
> Eric
>
> Olagos bvba
> Heidi Dehaes
> Kerkstraat 34
> 2570 Duffel
> Belgium
> Tel. :     015/31 53 04
> GSM :    0485/22 35 80
> E-mail : [hidden email]
> http://www.olagos.eu
> http://www.olagos.com
> http://www.olagos.be
> http://www.olagos.nl
>
>
>
> 2017-01-26 11:27 GMT+01:00 Pierre Smits <[hidden email]>:
>
> > Eric,
> >
> > In OFBiz, a vendor is any party that has a registration in the Vendor
> > entity. See [1]
> > In the accounting component, a vendor  is associated with AP (accounts
> > payable). See [2] and [3]
> > In the order and delivery functions, the supplying party is regarded as
> the
> > vendor.
> >
> > In other words, in OFBiz the party using OFBiz as its ERP solution (often
> > regarded as an internal company) is regarded as a vendor of products and
> > services it offers to its customers. But also, the partie that offers and
> > delivers products and services to an internal company is regarded as a
> > vendor.
> >
> > [1]
> > http://svn.apache.org/viewvc/ofbiz/trunk/applications/
> > datamodel/entitydef/party-entitymodel.xml?view=markup
> > [2] https://ofbiz-vm2.apache.org:8443/ap/control/findVendors
> > [3] https://ofbiz-vm2.apache.org:8443/ap/control/editVendor
> >
> > I trust the above helps.
> >
> > Best regards,
> >
> >
> > Pierre Smits
> >
> > ORRTIZ.COM <http://www.orrtiz.com>
> > OFBiz based solutions & services
> >
> > OFBiz Extensions Marketplace
> > http://oem.ofbizci.net/oci-2/
> >
> > On Mon, Jan 23, 2017 at 9:31 PM, Heidi Dehaes - Olagos <
> > [hidden email]> wrote:
> >
> > > Hello,
> > >
> > > Question:
> > >
> > > A vendor in ofbiz is it related to a salesorder or a purchase order or
> > > both?
> > >
> > > I think it is related sometimes to a salesorder and sometimes to a
> > purchase
> > > order .
> > >
> > > Has anyone more in depth knowledge about that subject?
> > >
> > > My question is related to the creation of a marketplace in ofbiz
> > ecommerce.
> > > It is to say that i see that a product can be sold in the ecommerce
> shop
> > by
> > > an external vendor (as i see in the catalog manager), but the price can
> > not
> > > be adapted to the special price of vendor x.
> > >
> > > In other java source files i have the impression that a vendor is used
> in
> > > purchase orders (billfromvendor....).
> > >
> > > Can anyone help?
> > >
> > > Regards,
> > > Eric
> > >
> > >
> > > Olagos bvba
> > > Heidi Dehaes
> > > Kerkstraat 34
> > > 2570 Duffel
> > > Belgium
> > > Tel. :     015/31 53 04
> > > GSM :    0485/22 35 80
> > > E-mail : [hidden email]
> > > http://www.olagos.eu
> > > http://www.olagos.com
> > > http://www.olagos.be
> > > http://www.olagos.nl
> > >
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: a vendor

Jacopo Cappellato-5
In reply to this post by Heidi Dehaes - Olagos
On Thu, Jan 26, 2017 at 1:32 PM, Heidi Dehaes - Olagos <
[hidden email]> wrote:

> Yes, Pierre,
>
> A vendor in ofbiz is not always used in the same manner. However i try to
> think about to create a marketplace and their i need the role of vendor.
> In ofbiz there can be connected one vendor per product. I have to extend
> that to more different vendors per product. But ofbiz doesn't foresee
> different prices of the same product offered by different vendors.
>

Hi Eric, please have a look at the entity named SupplierProduct (and
related business logic): this is probably what you are looking for.

Jacopo

So there i have to think about to modify the logic.

> I have to add a partyrole or party to the productprice entity. And modify
> the calculateprice service.
>
> Regards,
> Eric
>
> Olagos bvba
> Heidi Dehaes
> Kerkstraat 34
> 2570 Duffel
> Belgium
> Tel. :     015/31 53 04
> GSM :    0485/22 35 80
> E-mail : [hidden email]
> http://www.olagos.eu
> http://www.olagos.com
> http://www.olagos.be
> http://www.olagos.nl
>
>
Reply | Threaded
Open this post in threaded view
|

Re: a vendor

Heidi Dehaes - Olagos
yes Jacopo,

I will have a look. But a marketplace has besides vendors also suppliers
which delivers goods at purchase price for the marketplace company. Besides
that vendors delivers goods in less amounts via the marketplace at sales
prices with a commission to the marketplace company.
So it would be not good to not save the supplier functionality.
But perhaps i can copy a lot of the functionality of suppliers to the
vendors functionality.

Thanks for the hint . I will investigate it in every case.

Regards,
Eric

Olagos bvba
Heidi Dehaes
Kerkstraat 34
2570 Duffel
Belgium
Tel. :     015/31 53 04
GSM :    0485/22 35 80
E-mail : [hidden email]
http://www.olagos.eu
http://www.olagos.com
http://www.olagos.be
http://www.olagos.nl



2017-01-26 15:49 GMT+01:00 Jacopo Cappellato <
[hidden email]>:

> On Thu, Jan 26, 2017 at 1:32 PM, Heidi Dehaes - Olagos <
> [hidden email]> wrote:
>
> > Yes, Pierre,
> >
> > A vendor in ofbiz is not always used in the same manner. However i try to
> > think about to create a marketplace and their i need the role of vendor.
> > In ofbiz there can be connected one vendor per product. I have to extend
> > that to more different vendors per product. But ofbiz doesn't foresee
> > different prices of the same product offered by different vendors.
> >
>
> Hi Eric, please have a look at the entity named SupplierProduct (and
> related business logic): this is probably what you are looking for.
>
> Jacopo
>
> So there i have to think about to modify the logic.
> > I have to add a partyrole or party to the productprice entity. And modify
> > the calculateprice service.
> >
> > Regards,
> > Eric
> >
> > Olagos bvba
> > Heidi Dehaes
> > Kerkstraat 34
> > 2570 Duffel
> > Belgium
> > Tel. :     015/31 53 04
> > GSM :    0485/22 35 80
> > E-mail : [hidden email]
> > http://www.olagos.eu
> > http://www.olagos.com
> > http://www.olagos.be
> > http://www.olagos.nl
> >
> >
>