[php] PurchaseOrder

Viewer

copydownloadembedprintName: PurchaseOrder
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <PurchaseOrder xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3.     <PONumber>str123400000000000</PONumber>
  4.     <PODate>07/25/2021</PODate>
  5.     <Company>
  6.         <Name>PressPage Entertainment Inc</Name>
  7.         <Contact>Patrick Ingle</Contact>
  8.         <Email>[email protected]</Email>
  9.         <Phone>(212) 879-0758</Phone>
  10.         <Website>https://presspage.info</Website>
  11.         <Billing>
  12.             <Address1>P.O. Box 142814</Address1>
  13.             <Address2></Address2>
  14.             <City>Gainesville</City>
  15.             <State>FL</State>
  16.             <ZipCode>32614-2814</ZipCode>
  17.             <Phone>(212) 879-0758</Phone>
  18.             <Fax>(212) 879-0758</Fax>
  19.         </Billing>
  20.         <Shipping>
  21.             <Contact>Patrick Ingle</Contact>
  22.             <Address1>4055 SW 15 PL</Address1>
  23.             <Address2>Apt G</Address2>
  24.             <City>Gainesville</City>
  25.             <State>FL</State>
  26.             <ZipCode>32607</ZipCode>
  27.             <Phone>(212) 879-0758</Phone>
  28.             <Fax>(212) 879-0758</Fax>
  29.         </Shipping>
  30.     </Company>
  31.     <Vendor>
  32.         <Name></Name>
  33.         <Contact></Contact>
  34.         <Address1></Address1>
  35.         <Address2></Address2>
  36.         <City></City>
  37.         <State></State>
  38.         <ZipCode></ZipCode>
  39.         <Phone></Phone>
  40.         <Fax></Fax>
  41.     </Vendor>
  42.     <Shipping>
  43.         <Service>Fedex</Service>
  44.         <Method>Second-day Air</Method>
  45.         <DeliveryDate>07/27/2021</DeliveryDate>
  46.     </Shipping>
  47.     <LineItems>
  48.         <LineItem>
  49.             <ProductID>1234</ProductID>
  50.             <Description>str1234</Description>
  51.             <Quantity>1</Quantity>
  52.             <UnitPrice>123.45</UnitPrice>
  53.             <Amount>123.45</Amount>
  54.         </LineItem>
  55.     </LineItems>
  56.     <Comments>Contact before shipping</Comments>
  57.     <Prices>
  58.         <Subtotal>0.00</Subtotal>
  59.         <Tax>0.00</Tax>
  60.         <Shipping>0.00</Shipping>
  61.         <Other>0.00</Other>
  62.         <Total>0.00</Total>
  63.     </Prices>
  64. </PurchaseOrder>

Editor

You can edit this paste and save as new:


File Description
  • PurchaseOrder
  • Paste Code
  • 25 Jul-2021
  • 2.05 Kb
You can Share it: