Purchase Order Supplier Address

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

Purchase Order Supplier Address

James McGill-5
Purchase Order PDF's only print the supplier address if there is a
"GENERAL_LOCATION" contact mech in the party.

But looking at
applications/order/webapp/ordermgr/WEB-INF/actions/order/OrderView.groovy
it appears that many different postal address purposes should be used, but
they don't end up
in the output when the ftl is rendered at orderReportContactMechs.fo.ftl

The other thing that has me confused is the fact that this contact mech
would be coming from the Party
and not from the Order, which seems to mean that if you change a supplier's
address at some point and
then reference an order later, the address will change in the order.   Why
isn't the contact mech stored with
the Order?

Actually, it looks like the Order FTL will do both, it will go to the Party
and get a current postal address, and then
it should go to the Order and get OrderContactMechValueMaps and print those
also, but I can't see how those
will be set for a Purchase Order, so they are always empty.

Two separate concerns here:  1.  Why do "GENERAL_LOCATION" postal addresses
get printed but  "BILLING_LOCATION" postal addresses don't?
and
2.  How do Purchase Order contact mechs get assigned to the Order so that
OrderContactMechValueMaps will be populated?


--
James McGill
Phoenix AZ
Reply | Threaded
Open this post in threaded view
|

Re: Purchase Order Supplier Address

Pal Infocom Technologies

Hello James,

If you are raising a purchase order then you have to give the warehouse address where you will be receiving the purchase order's  products through Facility Manager by clicking at Facility Manager-> Select your facility. Then through ContactMechs tabs, you have to add the address and set the Contact Purposes as Shipping Destination Address, so that this address will remain for orders only, other addresses you can set through Party Manager Module.

Just try this, may this can resolve your issue

Thanks

Preeti Verma

Business Analyst & Configurator – OFBiz Projects
Pal InfoCom Technologies Pvt. Ltd.,
Marketing office: Portland (USA)
Development lab: E-51, Ground Floor,
Phase 8, Ind Area
Mohali (India)
Phone +91-172-461-8033 (O)
Skype - preeti.palinfocom
www.PalInfoCom.net <http://www.PalInfoCom.net>


James McGill-5 wrote
Purchase Order PDF's only print the supplier address if there is a
"GENERAL_LOCATION" contact mech in the party.

But looking at
applications/order/webapp/ordermgr/WEB-INF/actions/order/OrderView.groovy
it appears that many different postal address purposes should be used, but
they don't end up
in the output when the ftl is rendered at orderReportContactMechs.fo.ftl

The other thing that has me confused is the fact that this contact mech
would be coming from the Party
and not from the Order, which seems to mean that if you change a supplier's
address at some point and
then reference an order later, the address will change in the order.   Why
isn't the contact mech stored with
the Order?

Actually, it looks like the Order FTL will do both, it will go to the Party
and get a current postal address, and then
it should go to the Order and get OrderContactMechValueMaps and print those
also, but I can't see how those
will be set for a Purchase Order, so they are always empty.

Two separate concerns here:  1.  Why do "GENERAL_LOCATION" postal addresses
get printed but  "BILLING_LOCATION" postal addresses don't?
and
2.  How do Purchase Order contact mechs get assigned to the Order so that
OrderContactMechValueMaps will be populated?


--
James McGill
Phoenix AZ