Robtyketto
27th October 2007, 19:10
Greetings,
I’m a student working on an assignment to upgrade a paper based proof of delivery (POD) system to using e-commerce.
Then general process is as follows:-
* European Customer orders goods (Not required to know how)
* Company picks goods from their only warehouse
* Company (assume at end of every 8hr or so shift) sends XML file over to courier firm database with all order details
* Courier firm uploads data from their database to a pda, customer receives and signs on pda as proof of delivery
* Courier firm uploads only SUCCESSFUL deliveries to companies database via XML file.
So Ive been tasked to produce an XML schema and XML file, from a sample POD I then made a list of possible elements to be included (See list below)
Company
=======
CompanyName
CompnayAddressLine1
CompnayAddressLine2
CompnayAddressLine3
CompanyCounty
CompanyPostcode
CompanyCountry
CompanyTelephone
CompanyEmail
CompanyFax
CompanyVat
CompanyRegistration
Delivery
========
DeliveryNoteNo
DeliveryDate
DeliveryDriverName
DeliveryDriverSignature
Customer
========
CompanyName
CompnayAddressLine1
CompnayAddressLine2
CompnayAddressLine3
CompanyCounty
CompanyPostcode
CompanyCountry
CustomerSignature
order
=====
ItemDescription
ItemCustomerRef
ItemQty
Im trying to find other example PODs, hours spent on Google didn’t find much.
Where my confusion comes from I was advised not to include currency details?? I.e. ItemPrice and CustomerCurrency(GBP or EUR).
Also It was suggested that an acknowledgement element which would details if the goods were delivered or not, and if not why not wasn’t required.
Which seems mad to me else how does the courier communicate to the company the reasons for the goods be dropped back off to the warehouse.
I alos thought about having a ItemWeight field.
So can anyone suggest any other elements that could be included? Or provide example PODS for me to examine or links to where I can browse some?
Hope this makes sense and sorry for the long email.
Cheers
Rob W
I’m a student working on an assignment to upgrade a paper based proof of delivery (POD) system to using e-commerce.
Then general process is as follows:-
* European Customer orders goods (Not required to know how)
* Company picks goods from their only warehouse
* Company (assume at end of every 8hr or so shift) sends XML file over to courier firm database with all order details
* Courier firm uploads data from their database to a pda, customer receives and signs on pda as proof of delivery
* Courier firm uploads only SUCCESSFUL deliveries to companies database via XML file.
So Ive been tasked to produce an XML schema and XML file, from a sample POD I then made a list of possible elements to be included (See list below)
Company
=======
CompanyName
CompnayAddressLine1
CompnayAddressLine2
CompnayAddressLine3
CompanyCounty
CompanyPostcode
CompanyCountry
CompanyTelephone
CompanyEmail
CompanyFax
CompanyVat
CompanyRegistration
Delivery
========
DeliveryNoteNo
DeliveryDate
DeliveryDriverName
DeliveryDriverSignature
Customer
========
CompanyName
CompnayAddressLine1
CompnayAddressLine2
CompnayAddressLine3
CompanyCounty
CompanyPostcode
CompanyCountry
CustomerSignature
order
=====
ItemDescription
ItemCustomerRef
ItemQty
Im trying to find other example PODs, hours spent on Google didn’t find much.
Where my confusion comes from I was advised not to include currency details?? I.e. ItemPrice and CustomerCurrency(GBP or EUR).
Also It was suggested that an acknowledgement element which would details if the goods were delivered or not, and if not why not wasn’t required.
Which seems mad to me else how does the courier communicate to the company the reasons for the goods be dropped back off to the warehouse.
I alos thought about having a ItemWeight field.
So can anyone suggest any other elements that could be included? Or provide example PODS for me to examine or links to where I can browse some?
Hope this makes sense and sorry for the long email.
Cheers
Rob W