Tracking shipments

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

Tracking shipments

Kamal Upadhyay
Hi!

I need your help. Does Ofbiz have a way to give shipment information using
FEDEX/UPS tracking codes. I tried to look for service which might accept
tracking code and return shipment information but I found none. I can see
that Ofbiz supports shipment creation but couldn't find anything for
tracking

Regards,
Kamal
Reply | Threaded
Open this post in threaded view
|

Re: Tracking shipments

brijesh m
Hi Kamal,
OFBiz do have a field for tracking codes, you can access it at Facility -> shipments it is present by the name of "tracking number" you can store your tracking code provided by the FEDEX/UPS, etc. here for reference.

Thanks
Brijesh M.



Kamal Upadhyay <[hidden email]> wrote: Hi!

I need your help. Does Ofbiz have a way to give shipment information using
FEDEX/UPS tracking codes. I tried to look for service which might accept
tracking code and return shipment information but I found none. I can see
that Ofbiz supports shipment creation but couldn't find anything for
tracking

Regards,
Kamal


       
Reply | Threaded
Open this post in threaded view
|

Re: Tracking shipments

BJ Freeman
In reply to this post by Kamal Upadhyay
applications\product\src\org\ofbiz\shipment\thirdparty\fedex

Kamal Upadhyay sent the following on 8/9/2008 9:46 AM:

> Hi!
>
> I need your help. Does Ofbiz have a way to give shipment information using
> FEDEX/UPS tracking codes. I tried to look for service which might accept
> tracking code and return shipment information but I found none. I can see
> that Ofbiz supports shipment creation but couldn't find anything for
> tracking
>
> Regards,
> Kamal
>

Reply | Threaded
Open this post in threaded view
|

Re: Tracking shipments

BJ Freeman
to clarify the FedexServices.java shows that the tracking information is
extracted when you create a shipping request to fedex.
so you can put that in the ShipmentRouteSegment.



BJ Freeman sent the following on 8/9/2008 10:08 AM:

> applications\product\src\org\ofbiz\shipment\thirdparty\fedex
>
> Kamal Upadhyay sent the following on 8/9/2008 9:46 AM:
>> Hi!
>>
>> I need your help. Does Ofbiz have a way to give shipment information using
>> FEDEX/UPS tracking codes. I tried to look for service which might accept
>> tracking code and return shipment information but I found none. I can see
>> that Ofbiz supports shipment creation but couldn't find anything for
>> tracking
>>
>> Regards,
>> Kamal
>>
>
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: Tracking shipments

BJ Freeman
bump this for question about shippers tracking code.
look at
ShipmentPackageRouteSeg.trackingCode

BJ Freeman sent the following on 8/9/2008 1:09 PM:

> to clarify the FedexServices.java shows that the tracking information is
> extracted when you create a shipping request to fedex.
> so you can put that in the ShipmentRouteSegment.
>
>
>
> BJ Freeman sent the following on 8/9/2008 10:08 AM:
>> applications\product\src\org\ofbiz\shipment\thirdparty\fedex
>>
>> Kamal Upadhyay sent the following on 8/9/2008 9:46 AM:
>>> Hi!
>>>
>>> I need your help. Does Ofbiz have a way to give shipment information using
>>> FEDEX/UPS tracking codes. I tried to look for service which might accept
>>> tracking code and return shipment information but I found none. I can see
>>> that Ofbiz supports shipment creation but couldn't find anything for
>>> tracking
>>>
>>> Regards,
>>> Kamal
>>>
>>
>>
>>
>
>
>
>