<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Lastorset</id>
	<title>Microformats Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Lastorset"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/Special:Contributions/Lastorset"/>
	<updated>2026-04-04T03:12:14Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=20833</id>
		<title>receipt-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=20833"/>
		<updated>2007-08-30T22:44:46Z</updated>

		<summary type="html">&lt;p&gt;Lastorset: /* Real-World Examples */ linked to top 500 list of retailers; focused Marv's link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Receipt examples =&lt;br /&gt;
&lt;br /&gt;
=== Contributors ===&lt;br /&gt;
*Rob Manson&lt;br /&gt;
*Leif Arne Storset&lt;br /&gt;
&lt;br /&gt;
== Real-World Examples ==&lt;br /&gt;
InternetRetailer's [http://www.internetretailer.com/top500/list.asp list of top 500 retail web sites] may be useful in the receipt-collecting process.&lt;br /&gt;
&lt;br /&gt;
=== Bill / Invoice ===&lt;br /&gt;
&lt;br /&gt;
Bills or Invoices are &amp;quot;yet to be paid&amp;quot; items.&lt;br /&gt;
&lt;br /&gt;
Question: Perhaps these examples (yet to be provided) should be moved to a separate page as Bill/Invoice is quite different from Receipt.&lt;br /&gt;
&lt;br /&gt;
: With [[hResume]], I've [[hresume-brainstorming#Actively_Seeking_Employment|suggested]] that the subtle difference between actively seeking work and just presenting your resume be a case of including [[hlisting]] markup.&lt;br /&gt;
: With bills vs invoices, it may turn out that the content found within would be identical, and it might just be a case of putting in a class flag to indicate whether the presented document has been paid for or not.&lt;br /&gt;
: [[User:SignpostMarv|SignpostMarv]] 12:55, 21 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
::I think a class flag is a great idea, but I don't believe we have any samples for invoices. However, if we look at order review vs. order summary rather than invoices vs. receipts, the payment flag does become relevant in many of the sampled online stores.&lt;br /&gt;
::How would such a flag be implemented? &lt;br /&gt;
::*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;hreceipt unpaid&amp;quot;/&amp;quot;hreceipt paid&amp;quot;&amp;gt;...&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;hreceipt&amp;quot; title=&amp;quot;paid&amp;quot;&amp;gt;...&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::[[User:Lastorset|Lastorset]] 14:55, 16 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Receipts ===&lt;br /&gt;
&lt;br /&gt;
Receipts are post-purchase items.&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* [http://mobileonlinebusiness.com.au/uf/receipt/Amazon.com-Vieworder-anon.htm Example]&lt;br /&gt;
* contains: &lt;br /&gt;
**&amp;lt;del&amp;gt;email address&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
**date of order&lt;br /&gt;
**order id&lt;br /&gt;
**shipments&lt;br /&gt;
***shipping estimate&lt;br /&gt;
***delivery estimate&lt;br /&gt;
***shipping address&lt;br /&gt;
***shipping speed&lt;br /&gt;
***shipping preference (item grouping)&lt;br /&gt;
***items&lt;br /&gt;
****quantity&lt;br /&gt;
****seller&lt;br /&gt;
****price&lt;br /&gt;
****item information&lt;br /&gt;
**payment&lt;br /&gt;
***card type&lt;br /&gt;
***last 5 digits&lt;br /&gt;
***expiration date&lt;br /&gt;
***billing address&lt;br /&gt;
***subtotal&lt;br /&gt;
***shipping and handling price&lt;br /&gt;
***total before tax&lt;br /&gt;
***tax&lt;br /&gt;
***grand total&lt;br /&gt;
**&amp;lt;del&amp;gt;discount price&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
* Little semantic HTML of interest, except an anchor with id &amp;quot;payment-info&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports multiple shipments.&lt;br /&gt;
*Supports one seller per item.&lt;br /&gt;
*Displays shipping and delivery estimate.&lt;br /&gt;
*Offers item grouping preference.&lt;br /&gt;
*Gift options.&lt;br /&gt;
&lt;br /&gt;
==== Skype ====&lt;br /&gt;
&lt;br /&gt;
===== Skype Phone =====&lt;br /&gt;
*[[receipt-example-skype-phone|example source code]]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Skype-order-history.html Skype order history]&lt;br /&gt;
&lt;br /&gt;
* Shipping Address&lt;br /&gt;
* date in dd/mm/yyyy format&lt;br /&gt;
* Order number in nnnn-nnnnnnn-nnn format&lt;br /&gt;
* Reference (was blank in example, presumed to appear on bank statement for this transaction)&lt;br /&gt;
* Items&lt;br /&gt;
** Quantity&lt;br /&gt;
** Description&lt;br /&gt;
** Price&lt;br /&gt;
** Total&lt;br /&gt;
** VAT (tax) %&lt;br /&gt;
* Payment&lt;br /&gt;
** subtotal (&amp;quot;total&amp;quot;)&lt;br /&gt;
** shipping cost&lt;br /&gt;
** grand total (&amp;quot;total (gross)&amp;quot;)&lt;br /&gt;
** total (VAT excluded)&lt;br /&gt;
** VAT (amount)&lt;br /&gt;
* Chosen payment method: &amp;quot;Your payment method is: Credit card&amp;quot;&lt;br /&gt;
* Legal blurb&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
* Order resume class=&amp;quot;order-listing&amp;quot;&lt;br /&gt;
* Each item class=&amp;quot;row&amp;quot;&lt;br /&gt;
* All totals rows class=&amp;quot;totals-row&amp;quot; except grand total class=&amp;quot;grandtotal-row&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Displayed credit-card-statement reference (presumably).&lt;br /&gt;
&lt;br /&gt;
==== Internet banking transaction receipts ====&lt;br /&gt;
===== Example 1 =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
time&lt;br /&gt;
receipt type (e.g. TRANSFER BETWEEN MY ACCOUNTS)&lt;br /&gt;
  transfer from&lt;br /&gt;
  transfer to&lt;br /&gt;
amount&lt;br /&gt;
description&lt;br /&gt;
information/comment&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Digital product purchase receipts ====&lt;br /&gt;
===== Example 1 : Software =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
order/receipt number&lt;br /&gt;
seller's details&lt;br /&gt;
  sold by (hCard candidate)&lt;br /&gt;
    org&lt;br /&gt;
    adr&lt;br /&gt;
  tax number (VAT in this example)&lt;br /&gt;
  tax id (Federal Tax ID)&lt;br /&gt;
buyer's details&lt;br /&gt;
  buyer (hCard candidate)&lt;br /&gt;
    name&lt;br /&gt;
    org&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
    country-name&lt;br /&gt;
    tel&lt;br /&gt;
    email&lt;br /&gt;
  credit card number (PAN truncated - with type)&lt;br /&gt;
item list&lt;br /&gt;
  product code&lt;br /&gt;
  name&lt;br /&gt;
  comments&lt;br /&gt;
  price&lt;br /&gt;
  delivery method&lt;br /&gt;
  quantity&lt;br /&gt;
  total in selected currency&lt;br /&gt;
  total in sellers currency&lt;br /&gt;
total (sum of item list totals)&lt;br /&gt;
processing fee&lt;br /&gt;
grand total (final amount charged)&lt;br /&gt;
information (caveats and tax info)&lt;br /&gt;
permalink&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : SSL certificate =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
purchase information&lt;br /&gt;
  order id&lt;br /&gt;
  product name&lt;br /&gt;
  domain name&lt;br /&gt;
  validity period&lt;br /&gt;
  number of licenses&lt;br /&gt;
  card number (PAN truncated)&lt;br /&gt;
  amount (with selected currency)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Physical product purchase receipts ====&lt;br /&gt;
===== Example 1 : Computer hardware =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller's name (hCard candidate)&lt;br /&gt;
seller's URL (hCard candidate)&lt;br /&gt;
invoice id&lt;br /&gt;
org govt reference (ABN - Australian Business Number)&lt;br /&gt;
date&lt;br /&gt;
seller details (hCard candidate)&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
buyer (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  billing address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  delivery address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  phone&lt;br /&gt;
item list&lt;br /&gt;
  item&lt;br /&gt;
  description&lt;br /&gt;
  amount&lt;br /&gt;
  quantity&lt;br /&gt;
  product url&lt;br /&gt;
  total&lt;br /&gt;
delivery cost&lt;br /&gt;
total excluding tax&lt;br /&gt;
tax (GST - Goods and Service Tax)&lt;br /&gt;
total including tax&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Service purchase receipts ====&lt;br /&gt;
===== Example 1 : Online subscription =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
seller's details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  country-name&lt;br /&gt;
buyer's details (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  phone&lt;br /&gt;
date&lt;br /&gt;
receipt id&lt;br /&gt;
item list&lt;br /&gt;
  product description&lt;br /&gt;
  quantity&lt;br /&gt;
  rate (per unit)&lt;br /&gt;
  price&lt;br /&gt;
sub total&lt;br /&gt;
amount paid&lt;br /&gt;
balance due&lt;br /&gt;
information&lt;br /&gt;
transaction id&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : Co-location =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
sellers details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  url&lt;br /&gt;
  phone&lt;br /&gt;
message&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
amount&lt;br /&gt;
information&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== A1Books ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/A1Books-Sales-Order-anon.htm Example]&lt;br /&gt;
&lt;br /&gt;
*vendor &lt;br /&gt;
**name&lt;br /&gt;
**fax&lt;br /&gt;
*date&lt;br /&gt;
*order number&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**list price&lt;br /&gt;
**sale price&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*subtotal&lt;br /&gt;
*shipping&lt;br /&gt;
*total&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*account information&lt;br /&gt;
**phone&lt;br /&gt;
**e-mail&lt;br /&gt;
*payment&lt;br /&gt;
**method&lt;br /&gt;
**last four digits&lt;br /&gt;
&lt;br /&gt;
No semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports one seller per item.&lt;br /&gt;
*Does not display tax.&lt;br /&gt;
&lt;br /&gt;
==== Barnes&amp;amp;Noble ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/BarnesAndNoble.com-receipt.anon.tidied.htm Example]&lt;br /&gt;
&lt;br /&gt;
*date&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*payment&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**charge&lt;br /&gt;
*savings on shipping&lt;br /&gt;
*order no.&lt;br /&gt;
*delivery option&lt;br /&gt;
*items&lt;br /&gt;
**description: title, author, ISBN, price&lt;br /&gt;
**qty&lt;br /&gt;
**gift options: wrap, message&lt;br /&gt;
**total price&lt;br /&gt;
*shipment subtotal&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*shipment total (seems to account for orders requiring multiple shipments)&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*receiptOrderNumbers&lt;br /&gt;
*receiptOrderPlacedOn&lt;br /&gt;
*orderInformation&lt;br /&gt;
**shippingAddress&lt;br /&gt;
**billingAddress&lt;br /&gt;
**paymentInformation&lt;br /&gt;
*shippingSelections&lt;br /&gt;
*showProducts&lt;br /&gt;
**reviewTable&lt;br /&gt;
***qtyValuePosition&lt;br /&gt;
***reviewGiftOptions&lt;br /&gt;
*reviewTotalsDisplay&lt;br /&gt;
**reviewTotalsSummary&lt;br /&gt;
**reviewTotalsNote&lt;br /&gt;
**reviewTotalsBreakdown&lt;br /&gt;
*reviewTotalsSummary&lt;br /&gt;
**reviewGrandTotal&lt;br /&gt;
*reviewCreditCardCharged&lt;br /&gt;
*review&lt;br /&gt;
&lt;br /&gt;
The semantic class names found are a good start, although the &amp;quot;review&amp;quot; part appears to be context-specific (reviewing an order). Additionally, the implied hierarchy in names such as &amp;quot;reviewTotalsSummary&amp;quot; and &amp;quot;receiptOrderPlacedOn&amp;quot; is probably unnecessary for our purposes.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports multiple shipments.&lt;br /&gt;
*Gift options.&lt;br /&gt;
*Explicitly stated credit-card charge.&lt;br /&gt;
&lt;br /&gt;
==== Facebook ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/Facebook-gift-receipt.html Example]&lt;br /&gt;
&lt;br /&gt;
*purchase total&lt;br /&gt;
*items (informal description of two items, including quantity)&lt;br /&gt;
*recipient name&lt;br /&gt;
*order id&lt;br /&gt;
*billed-to name&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Quite minimal and informal receipt. Good example of how a microformat would preserve human readability and informal style while enabling machine reading.&lt;br /&gt;
&lt;br /&gt;
==== Google Checkout ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-e-mail-receipt.tidied.html Example email receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-Order-Receipt_DVD-Empire.tidied.htm Example web receipt]&lt;br /&gt;
&lt;br /&gt;
*vendor address&lt;br /&gt;
*shipping address&lt;br /&gt;
*date&lt;br /&gt;
*order id&lt;br /&gt;
*items&lt;br /&gt;
**shipping status (&amp;quot;Not yet shipped&amp;quot;, etc.)&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*total&lt;br /&gt;
*order history (placed, received, charged, shipped) (web receipt only)&lt;br /&gt;
**credit-card statement reference (only after the charge has been made)&lt;br /&gt;
*payment info (web receipt only)&lt;br /&gt;
**card type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**cardholder address&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*taxRow&lt;br /&gt;
**taxIdentifier&lt;br /&gt;
**taxAmount&lt;br /&gt;
*totalAmount&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Explicit seller address (one per order).&lt;br /&gt;
*Current shipping status of each item.&lt;br /&gt;
*E-mail receipt has permalink.&lt;br /&gt;
*Order history (date placed, received, charged, shipped).&lt;br /&gt;
*Displayed credit-card statement reference only after card was charged.&lt;br /&gt;
&lt;br /&gt;
==== iTunes ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/iTunes-receipt-e-mail.html iTunes e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*billing address&lt;br /&gt;
*order no.&lt;br /&gt;
*receipt date&lt;br /&gt;
*order total&lt;br /&gt;
*card &lt;br /&gt;
**type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
*item&lt;br /&gt;
**item no.&lt;br /&gt;
**description (including link to write a review)&lt;br /&gt;
**unit price&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*No quantity information.&lt;br /&gt;
&lt;br /&gt;
==== Longs/FujiFilm ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Longs-Fujifilm-photo-receipt.html Longs/Fujifilm e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*order no.&lt;br /&gt;
*payment info&lt;br /&gt;
**method (COD, credit card, etc.)&lt;br /&gt;
*customer address&lt;br /&gt;
*pickup address&lt;br /&gt;
*items&lt;br /&gt;
**name&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
**line item subtotal&lt;br /&gt;
*order items total&lt;br /&gt;
*tax&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*payment-heading&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*No order date; has pick-up date instead.&lt;br /&gt;
*Has pickup address rather than shipping address.&lt;br /&gt;
&lt;br /&gt;
==== Mobivox/PayPal ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal.htm Mobivox/PayPal receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal-printable.htm Mobivox/PayPal printable receipt]&lt;br /&gt;
&lt;br /&gt;
*seller address&lt;br /&gt;
*receipt id&lt;br /&gt;
*date of order&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**item option (not quite sure what this is for)&lt;br /&gt;
**unit price&lt;br /&gt;
**qty&lt;br /&gt;
**total&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
*total amount&lt;br /&gt;
*payment info&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**charge&lt;br /&gt;
**appears on bill/statement as &amp;quot;MOBIVOXCORP&amp;quot;&lt;br /&gt;
*buyer contact&lt;br /&gt;
&lt;br /&gt;
Relevant semantic HTML:&lt;br /&gt;
*order-summary&lt;br /&gt;
**cart&lt;br /&gt;
***(unnamed tr)&lt;br /&gt;
****item-name&lt;br /&gt;
****item-total&lt;br /&gt;
****item-option (not quite sure what this is for)&lt;br /&gt;
**subtotal&lt;br /&gt;
**totals-value&lt;br /&gt;
**totals-currency&lt;br /&gt;
**purchase-summary&lt;br /&gt;
***summary-total&lt;br /&gt;
****price-total&lt;br /&gt;
****price-currency&lt;br /&gt;
*funding-mix&lt;br /&gt;
**payment-type&lt;br /&gt;
**amount&lt;br /&gt;
**ccStatement&lt;br /&gt;
*contact-information (contains hCard microformat)&lt;br /&gt;
&lt;br /&gt;
This semantic HTML is the most complete and well-thought-out I've seen in this analysis. It even makes use of the fieldset element in forms, something I've never seen before.[[User:Lastorset|Lastorset]] 16:21, 25 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
Microformats used:&lt;br /&gt;
*hCard (non-compliant due to missing formatted name): buyer contact info&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Explicitly stated credit-card charge.&lt;br /&gt;
*Displayed credit-card-statement reference.&lt;br /&gt;
*Explicitly displayed seller address (one seller per order).&lt;br /&gt;
&lt;br /&gt;
==== Symantec ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Symantec-reminder-e-mail.html Symantec e-mail reminder]&lt;br /&gt;
&lt;br /&gt;
*buyer name&lt;br /&gt;
*date&lt;br /&gt;
*payment method&lt;br /&gt;
*last 4 digits&lt;br /&gt;
*appears on statement as &amp;quot;DR *Symantec&amp;quot;&lt;br /&gt;
*items&lt;br /&gt;
**qty&lt;br /&gt;
**product name&lt;br /&gt;
**platform&lt;br /&gt;
**delivery method&lt;br /&gt;
**price&lt;br /&gt;
*subtotal&lt;br /&gt;
*grand total&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*As an e-mail &amp;quot;order reminder&amp;quot; rather than a receipt, this was slightly more informal than the other samples. As such there was &lt;br /&gt;
**no order id&lt;br /&gt;
**a permalink&lt;br /&gt;
*&amp;quot;Delivery method&amp;quot; could be download or ship.&lt;br /&gt;
&lt;br /&gt;
== Analysis ==&lt;br /&gt;
&lt;br /&gt;
=== Analysis of Bills ===&lt;br /&gt;
&lt;br /&gt;
=== Analysis of Receipts ===&lt;br /&gt;
Analyzed using spreadsheet available at http://spreadsheets.google.com/pub?key=pAGYQr-yhoUh6sl5NaqEVZw. E-mail &amp;lt;code&amp;gt;leifarne at storset dot net&amp;lt;/code&amp;gt; if you want edit permissions.&lt;br /&gt;
&lt;br /&gt;
The analysis was performed on the following samples: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Update the following list when analysis on new items is performed. --&amp;gt;&lt;br /&gt;
*[[#Amazon|Amazon]]&lt;br /&gt;
*[[#Skype|Skype]]&lt;br /&gt;
*[[#A1Books|A1Books]]&lt;br /&gt;
*[[#Barnes&amp;amp;Noble|Barnes&amp;amp;Noble]]&lt;br /&gt;
*[[#Facebook|Facebook]]&lt;br /&gt;
*[[#Google Checkout|Google Checkout]]&lt;br /&gt;
*[[#iTunes|iTunes]]&lt;br /&gt;
*[[#Longs/FujiFilm|Longs/FujiFilm]]&lt;br /&gt;
*[[#Mobivox/PayPal|Mobivox/PayPal]]&lt;br /&gt;
*[[#Symantec|Symantec]]&lt;br /&gt;
&lt;br /&gt;
====Addresses====&lt;br /&gt;
All receipts have hCard candidates (i. e. name and/or address) of at least one of these types:&lt;br /&gt;
*buyer/customer&lt;br /&gt;
*seller&lt;br /&gt;
*shipping&lt;br /&gt;
*billing&lt;br /&gt;
*pickup&lt;br /&gt;
&lt;br /&gt;
====Shipping====&lt;br /&gt;
These vendors supported '''multiple shipments''':&lt;br /&gt;
*Amazon.com&lt;br /&gt;
*Barnes&amp;amp;Noble&lt;br /&gt;
**Also displayed shipment subtotals.&lt;br /&gt;
&lt;br /&gt;
These displayed '''shipping method/speed''':&lt;br /&gt;
*Amazon.com&lt;br /&gt;
*Barnes&amp;amp;Noble&lt;br /&gt;
*Symantec&lt;br /&gt;
&lt;br /&gt;
These displayed '''gift''' choices:&lt;br /&gt;
*Amazon.com&lt;br /&gt;
*Barnes&amp;amp;Noble&lt;br /&gt;
&lt;br /&gt;
For most vendors, each item had the following information:&lt;br /&gt;
*description&lt;br /&gt;
*quantity&lt;br /&gt;
*unit price&lt;br /&gt;
*line total&lt;br /&gt;
Google Checkout additionally provided shipping status.&lt;br /&gt;
&lt;br /&gt;
====Payment information====&lt;br /&gt;
Most vendors displayed:&lt;br /&gt;
*payment method (credit card or COD, card type)&lt;br /&gt;
*last 4 or 5 digits of credit card&lt;br /&gt;
*expiration date of credit card&lt;br /&gt;
&lt;br /&gt;
Some also displayed&lt;br /&gt;
*reference on credit-card statement (&amp;quot;This order will appear as ABCD0001234 on your credit-card statement.&amp;quot;)&lt;br /&gt;
*the credit-card charge itself&lt;br /&gt;
&lt;br /&gt;
====Totals====&lt;br /&gt;
Most displayed:&lt;br /&gt;
*subtotal&lt;br /&gt;
*shipping and handling cost (if applicable)&lt;br /&gt;
*tax&lt;br /&gt;
*grand total&lt;br /&gt;
&lt;br /&gt;
Some also displayed:&lt;br /&gt;
*total before tax&lt;br /&gt;
*total quantity (only A1Books)&lt;br /&gt;
&lt;br /&gt;
====Marketplace====&lt;br /&gt;
Most receipt formats are for one seller only. The following support different sellers:&lt;br /&gt;
*A1Books: per item&lt;br /&gt;
*Amazon.com: per item&lt;br /&gt;
*Google Checkout: per receipt&lt;br /&gt;
*PayPal: per receipt&lt;br /&gt;
&lt;br /&gt;
====Other properties====&lt;br /&gt;
Almost all receipts had&lt;br /&gt;
*order date&lt;br /&gt;
**Facebook had no date.&lt;br /&gt;
**Longs/FujiFilm had pick-up date instead.&lt;br /&gt;
*order id&lt;br /&gt;
**Symantec did not mention order id.&lt;br /&gt;
&lt;br /&gt;
Other interesting items:&lt;br /&gt;
*permalink (on most e-mail receipts)&lt;br /&gt;
*link to purchase history&lt;br /&gt;
*order history (Google Checkout):&lt;br /&gt;
**placed&lt;br /&gt;
**received&lt;br /&gt;
**charged&lt;br /&gt;
**shipped&lt;br /&gt;
&lt;br /&gt;
====Conclusion====&lt;br /&gt;
Central [[microformats#the_microformats_principles|microformat principles]] are to &amp;quot;start as simple as possible&amp;quot; and use the Pareto principle. Accordingly, an 80/20 solution should focus on solving the critical few problems. One way of doing so is to look at the elements that are found in all or nearly all samples:&lt;br /&gt;
*addresses (buyer/customer, seller, shipping, billing, pickup)&lt;br /&gt;
*line item information (description, quantity, unit price)&lt;br /&gt;
*payment method (with credit-card information, if applicable)&lt;br /&gt;
*totals and charges (subtotal, shipping &amp;amp; handling, tax, grand total)&lt;br /&gt;
*order date&lt;br /&gt;
*order id&lt;br /&gt;
&lt;br /&gt;
The following elements are more rarely seen:&lt;br /&gt;
*multiple shipments&lt;br /&gt;
*shipping details&lt;br /&gt;
*gift options&lt;br /&gt;
*credit-card-statement reference&lt;br /&gt;
*seller information per item&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
== Existing Practices ==&lt;br /&gt;
&lt;br /&gt;
Listed below is an overview of existing patterns and practices found in the wild for bill and receipt data.&lt;br /&gt;
&lt;br /&gt;
===Summary of common patterns discovered===&lt;br /&gt;
&lt;br /&gt;
===Other attempts to solve The Problem===&lt;br /&gt;
For paper receipts, [http://www.neatreceipts.com/ NeatReceipts Scanalizer] offers a heuristic-based solution.&lt;br /&gt;
&lt;br /&gt;
===Open Financial Exchange===&lt;br /&gt;
* http://en.wikipedia.org/wiki/OFX aka OFX&lt;br /&gt;
&lt;br /&gt;
== Proposal ==&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[currency]]&lt;br /&gt;
* [[receipt]]&lt;br /&gt;
* http://en.wikipedia.org/wiki/Receipt&lt;/div&gt;</summary>
		<author><name>Lastorset</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=receipt-formats&amp;diff=33398</id>
		<title>receipt-formats</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=receipt-formats&amp;diff=33398"/>
		<updated>2007-08-20T22:17:24Z</updated>

		<summary type="html">&lt;p&gt;Lastorset: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Existing receipt formats=&lt;br /&gt;
&lt;br /&gt;
==Contributors==&lt;br /&gt;
*Leif Arne Storset&lt;br /&gt;
&lt;br /&gt;
==Quicken Interchange Format (QIF)==&lt;br /&gt;
Quicken Interchange Format (QIF) is an open specification for reading and writing financial data to media (i.e. files). It's unclear what invoice/receipt support is available, but invoice accounts are mentioned in the Wikipedia article. Further analysis needed.&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
*[http://en.wikipedia.org/wiki/QIF Wikipedia article]&lt;br /&gt;
&lt;br /&gt;
==Open Financial Exchange==&lt;br /&gt;
Analysis needed.&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
*[http://en.wikipedia.org/wiki/Open_Financial_Exchange Wikipedia article]&lt;br /&gt;
&lt;br /&gt;
==Google Checkout API==&lt;br /&gt;
Google Checkout offers an API for submitting invoice information. Two variants are provided: a simple HTML form method and a more sophisticated XML API.&lt;br /&gt;
&lt;br /&gt;
===Simple HTML form===&lt;br /&gt;
*Item information&lt;br /&gt;
**name (required)&lt;br /&gt;
**description (required)&lt;br /&gt;
**quantity&lt;br /&gt;
**price (required)&lt;br /&gt;
**currency&lt;br /&gt;
*Shipping methods&lt;br /&gt;
**name&lt;br /&gt;
**price&lt;br /&gt;
**currency&lt;br /&gt;
**U. S. area where the method is available&lt;br /&gt;
*Tax&lt;br /&gt;
**U. S. state in which you charge tax&lt;br /&gt;
**tax rate&lt;br /&gt;
&lt;br /&gt;
===XML API===&lt;br /&gt;
*Shopping cart with item information and optional expiry date&lt;br /&gt;
**name&lt;br /&gt;
**description&lt;br /&gt;
**unit price&lt;br /&gt;
**quantity&lt;br /&gt;
**item id (in merchant's database)&lt;br /&gt;
**tax table to use&lt;br /&gt;
**whether the item is digitally delivered and how (e-mail or download key)&lt;br /&gt;
**other information&lt;br /&gt;
*Checkout-flow support&lt;br /&gt;
**tax tables&lt;br /&gt;
***whether shipping is taxed&lt;br /&gt;
***tax rate&lt;br /&gt;
***geographic area&lt;br /&gt;
**shipping options&lt;br /&gt;
***pickup&lt;br /&gt;
***flat-rate shipping&lt;br /&gt;
****price&lt;br /&gt;
****applicable areas&lt;br /&gt;
***calculated by custom web service&lt;br /&gt;
*Order-processing support&lt;br /&gt;
**how to convey authorization information&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
*[http://code.google.com/apis/checkout/developer/google_checkout_html_api.html#checkout_api Google Checkout HTML API]&lt;br /&gt;
*[http://code.google.com/apis/checkout/developer/index.html#checkout_api Google Checkout XML API]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[receipt]]&lt;/div&gt;</summary>
		<author><name>Lastorset</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=20733</id>
		<title>receipt-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=20733"/>
		<updated>2007-08-20T21:18:44Z</updated>

		<summary type="html">&lt;p&gt;Lastorset: /* Conclusion */ style&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Receipt examples =&lt;br /&gt;
&lt;br /&gt;
=== Contributors ===&lt;br /&gt;
*Rob Manson&lt;br /&gt;
*Leif Arne Storset&lt;br /&gt;
&lt;br /&gt;
== Real-World Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Bill / Invoice ===&lt;br /&gt;
&lt;br /&gt;
Bills or Invoices are &amp;quot;yet to be paid&amp;quot; items.&lt;br /&gt;
&lt;br /&gt;
Question: Perhaps these examples (yet to be provided) should be moved to a separate page as Bill/Invoice is quite different from Receipt.&lt;br /&gt;
&lt;br /&gt;
: With [[hResume]], I've [[hresume-brainstorming|suggested]] that the subtle difference between actively seeking work and just presenting your resume be a case of including [[hlisting]] markup.&lt;br /&gt;
: With bills vs invoices, it may turn out that the content found within would be identical, and it might just be a case of putting in a class flag to indicate whether the presented document has been paid for or not.&lt;br /&gt;
: [[User:SignpostMarv|SignpostMarv]] 12:55, 21 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
::I think a class flag is a great idea, but I don't believe we have any samples for invoices. However, if we look at order review vs. order summary rather than invoices vs. receipts, the payment flag does become relevant in many of the sampled online stores.&lt;br /&gt;
::How would such a flag be implemented? &lt;br /&gt;
::*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;hreceipt unpaid&amp;quot;/&amp;quot;hreceipt paid&amp;quot;&amp;gt;...&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;hreceipt&amp;quot; title=&amp;quot;paid&amp;quot;&amp;gt;...&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::[[User:Lastorset|Lastorset]] 14:55, 16 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Receipts ===&lt;br /&gt;
&lt;br /&gt;
Receipts are post-purchase items.&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* [http://mobileonlinebusiness.com.au/uf/receipt/Amazon.com-Vieworder-anon.htm Example]&lt;br /&gt;
* contains: &lt;br /&gt;
**&amp;lt;del&amp;gt;email address&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
**date of order&lt;br /&gt;
**order id&lt;br /&gt;
**shipments&lt;br /&gt;
***shipping estimate&lt;br /&gt;
***delivery estimate&lt;br /&gt;
***shipping address&lt;br /&gt;
***shipping speed&lt;br /&gt;
***shipping preference (item grouping)&lt;br /&gt;
***items&lt;br /&gt;
****quantity&lt;br /&gt;
****seller&lt;br /&gt;
****price&lt;br /&gt;
****item information&lt;br /&gt;
**payment&lt;br /&gt;
***card type&lt;br /&gt;
***last 5 digits&lt;br /&gt;
***expiration date&lt;br /&gt;
***billing address&lt;br /&gt;
***subtotal&lt;br /&gt;
***shipping and handling price&lt;br /&gt;
***total before tax&lt;br /&gt;
***tax&lt;br /&gt;
***grand total&lt;br /&gt;
**&amp;lt;del&amp;gt;discount price&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
* Little semantic HTML of interest, except an anchor with id &amp;quot;payment-info&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports multiple shipments.&lt;br /&gt;
*Supports one seller per item.&lt;br /&gt;
*Displays shipping and delivery estimate.&lt;br /&gt;
*Offers item grouping preference.&lt;br /&gt;
*Gift options.&lt;br /&gt;
&lt;br /&gt;
==== Skype ====&lt;br /&gt;
&lt;br /&gt;
===== Skype Phone =====&lt;br /&gt;
*[[receipt-example-skype-phone|example source code]]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Skype-order-history.html Skype order history]&lt;br /&gt;
&lt;br /&gt;
* Shipping Address&lt;br /&gt;
* date in dd/mm/yyyy format&lt;br /&gt;
* Order number in nnnn-nnnnnnn-nnn format&lt;br /&gt;
* Reference (was blank in example, presumed to appear on bank statement for this transaction)&lt;br /&gt;
* Items&lt;br /&gt;
** Quantity&lt;br /&gt;
** Description&lt;br /&gt;
** Price&lt;br /&gt;
** Total&lt;br /&gt;
** VAT (tax) %&lt;br /&gt;
* Payment&lt;br /&gt;
** subtotal (&amp;quot;total&amp;quot;)&lt;br /&gt;
** shipping cost&lt;br /&gt;
** grand total (&amp;quot;total (gross)&amp;quot;)&lt;br /&gt;
** total (VAT excluded)&lt;br /&gt;
** VAT (amount)&lt;br /&gt;
* Chosen payment method: &amp;quot;Your payment method is: Credit card&amp;quot;&lt;br /&gt;
* Legal blurb&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
* Order resume class=&amp;quot;order-listing&amp;quot;&lt;br /&gt;
* Each item class=&amp;quot;row&amp;quot;&lt;br /&gt;
* All totals rows class=&amp;quot;totals-row&amp;quot; except grand total class=&amp;quot;grandtotal-row&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Displayed credit-card-statement reference (presumably).&lt;br /&gt;
&lt;br /&gt;
==== Internet banking transaction receipts ====&lt;br /&gt;
===== Example 1 =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
time&lt;br /&gt;
receipt type (e.g. TRANSFER BETWEEN MY ACCOUNTS)&lt;br /&gt;
  transfer from&lt;br /&gt;
  transfer to&lt;br /&gt;
amount&lt;br /&gt;
description&lt;br /&gt;
information/comment&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Digital product purchase receipts ====&lt;br /&gt;
===== Example 1 : Software =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
order/receipt number&lt;br /&gt;
seller's details&lt;br /&gt;
  sold by (hCard candidate)&lt;br /&gt;
    org&lt;br /&gt;
    adr&lt;br /&gt;
  tax number (VAT in this example)&lt;br /&gt;
  tax id (Federal Tax ID)&lt;br /&gt;
buyer's details&lt;br /&gt;
  buyer (hCard candidate)&lt;br /&gt;
    name&lt;br /&gt;
    org&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
    country-name&lt;br /&gt;
    tel&lt;br /&gt;
    email&lt;br /&gt;
  credit card number (PAN truncated - with type)&lt;br /&gt;
item list&lt;br /&gt;
  product code&lt;br /&gt;
  name&lt;br /&gt;
  comments&lt;br /&gt;
  price&lt;br /&gt;
  delivery method&lt;br /&gt;
  quantity&lt;br /&gt;
  total in selected currency&lt;br /&gt;
  total in sellers currency&lt;br /&gt;
total (sum of item list totals)&lt;br /&gt;
processing fee&lt;br /&gt;
grand total (final amount charged)&lt;br /&gt;
information (caveats and tax info)&lt;br /&gt;
permalink&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : SSL certificate =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
purchase information&lt;br /&gt;
  order id&lt;br /&gt;
  product name&lt;br /&gt;
  domain name&lt;br /&gt;
  validity period&lt;br /&gt;
  number of licenses&lt;br /&gt;
  card number (PAN truncated)&lt;br /&gt;
  amount (with selected currency)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Physical product purchase receipts ====&lt;br /&gt;
===== Example 1 : Computer hardware =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller's name (hCard candidate)&lt;br /&gt;
seller's URL (hCard candidate)&lt;br /&gt;
invoice id&lt;br /&gt;
org govt reference (ABN - Australian Business Number)&lt;br /&gt;
date&lt;br /&gt;
seller details (hCard candidate)&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
buyer (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  billing address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  delivery address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  phone&lt;br /&gt;
item list&lt;br /&gt;
  item&lt;br /&gt;
  description&lt;br /&gt;
  amount&lt;br /&gt;
  quantity&lt;br /&gt;
  product url&lt;br /&gt;
  total&lt;br /&gt;
delivery cost&lt;br /&gt;
total excluding tax&lt;br /&gt;
tax (GST - Goods and Service Tax)&lt;br /&gt;
total including tax&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Service purchase receipts ====&lt;br /&gt;
===== Example 1 : Online subscription =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
seller's details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  country-name&lt;br /&gt;
buyer's details (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  phone&lt;br /&gt;
date&lt;br /&gt;
receipt id&lt;br /&gt;
item list&lt;br /&gt;
  product description&lt;br /&gt;
  quantity&lt;br /&gt;
  rate (per unit)&lt;br /&gt;
  price&lt;br /&gt;
sub total&lt;br /&gt;
amount paid&lt;br /&gt;
balance due&lt;br /&gt;
information&lt;br /&gt;
transaction id&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : Co-location =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
sellers details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  url&lt;br /&gt;
  phone&lt;br /&gt;
message&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
amount&lt;br /&gt;
information&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== A1Books ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/A1Books-Sales-Order-anon.htm Example]&lt;br /&gt;
&lt;br /&gt;
*vendor &lt;br /&gt;
**name&lt;br /&gt;
**fax&lt;br /&gt;
*date&lt;br /&gt;
*order number&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**list price&lt;br /&gt;
**sale price&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*subtotal&lt;br /&gt;
*shipping&lt;br /&gt;
*total&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*account information&lt;br /&gt;
**phone&lt;br /&gt;
**e-mail&lt;br /&gt;
*payment&lt;br /&gt;
**method&lt;br /&gt;
**last four digits&lt;br /&gt;
&lt;br /&gt;
No semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports one seller per item.&lt;br /&gt;
*Does not display tax.&lt;br /&gt;
&lt;br /&gt;
==== Barnes&amp;amp;Noble ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/BarnesAndNoble.com-receipt.anon.tidied.htm Example]&lt;br /&gt;
&lt;br /&gt;
*date&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*payment&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**charge&lt;br /&gt;
*savings on shipping&lt;br /&gt;
*order no.&lt;br /&gt;
*delivery option&lt;br /&gt;
*items&lt;br /&gt;
**description: title, author, ISBN, price&lt;br /&gt;
**qty&lt;br /&gt;
**gift options: wrap, message&lt;br /&gt;
**total price&lt;br /&gt;
*shipment subtotal&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*shipment total (seems to account for orders requiring multiple shipments)&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*receiptOrderNumbers&lt;br /&gt;
*receiptOrderPlacedOn&lt;br /&gt;
*orderInformation&lt;br /&gt;
**shippingAddress&lt;br /&gt;
**billingAddress&lt;br /&gt;
**paymentInformation&lt;br /&gt;
*shippingSelections&lt;br /&gt;
*showProducts&lt;br /&gt;
**reviewTable&lt;br /&gt;
***qtyValuePosition&lt;br /&gt;
***reviewGiftOptions&lt;br /&gt;
*reviewTotalsDisplay&lt;br /&gt;
**reviewTotalsSummary&lt;br /&gt;
**reviewTotalsNote&lt;br /&gt;
**reviewTotalsBreakdown&lt;br /&gt;
*reviewTotalsSummary&lt;br /&gt;
**reviewGrandTotal&lt;br /&gt;
*reviewCreditCardCharged&lt;br /&gt;
*review&lt;br /&gt;
&lt;br /&gt;
The semantic class names found are a good start, although the &amp;quot;review&amp;quot; part appears to be context-specific (reviewing an order). Additionally, the implied hierarchy in names such as &amp;quot;reviewTotalsSummary&amp;quot; and &amp;quot;receiptOrderPlacedOn&amp;quot; is probably unnecessary for our purposes.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports multiple shipments.&lt;br /&gt;
*Gift options.&lt;br /&gt;
*Explicitly stated credit-card charge.&lt;br /&gt;
&lt;br /&gt;
==== Facebook ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/Facebook-gift-receipt.html Example]&lt;br /&gt;
&lt;br /&gt;
*purchase total&lt;br /&gt;
*items (informal description of two items, including quantity)&lt;br /&gt;
*recipient name&lt;br /&gt;
*order id&lt;br /&gt;
*billed-to name&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Quite minimal and informal receipt. Good example of how a microformat would preserve human readability and informal style while enabling machine reading.&lt;br /&gt;
&lt;br /&gt;
==== Google Checkout ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-e-mail-receipt.tidied.html Example email receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-Order-Receipt_DVD-Empire.tidied.htm Example web receipt]&lt;br /&gt;
&lt;br /&gt;
*vendor address&lt;br /&gt;
*shipping address&lt;br /&gt;
*date&lt;br /&gt;
*order id&lt;br /&gt;
*items&lt;br /&gt;
**shipping status (&amp;quot;Not yet shipped&amp;quot;, etc.)&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*total&lt;br /&gt;
*order history (placed, received, charged, shipped) (web receipt only)&lt;br /&gt;
**credit-card statement reference (only after the charge has been made)&lt;br /&gt;
*payment info (web receipt only)&lt;br /&gt;
**card type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**cardholder address&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*taxRow&lt;br /&gt;
**taxIdentifier&lt;br /&gt;
**taxAmount&lt;br /&gt;
*totalAmount&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Explicit seller address (one per order).&lt;br /&gt;
*Current shipping status of each item.&lt;br /&gt;
*E-mail receipt has permalink.&lt;br /&gt;
*Order history (date placed, received, charged, shipped).&lt;br /&gt;
*Displayed credit-card statement reference only after card was charged.&lt;br /&gt;
&lt;br /&gt;
==== iTunes ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/iTunes-receipt-e-mail.html iTunes e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*billing address&lt;br /&gt;
*order no.&lt;br /&gt;
*receipt date&lt;br /&gt;
*order total&lt;br /&gt;
*card &lt;br /&gt;
**type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
*item&lt;br /&gt;
**item no.&lt;br /&gt;
**description (including link to write a review)&lt;br /&gt;
**unit price&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*No quantity information.&lt;br /&gt;
&lt;br /&gt;
==== Longs/FujiFilm ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Longs-Fujifilm-photo-receipt.html Longs/Fujifilm e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*order no.&lt;br /&gt;
*payment info&lt;br /&gt;
**method (COD, credit card, etc.)&lt;br /&gt;
*customer address&lt;br /&gt;
*pickup address&lt;br /&gt;
*items&lt;br /&gt;
**name&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
**line item subtotal&lt;br /&gt;
*order items total&lt;br /&gt;
*tax&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*payment-heading&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*No order date; has pick-up date instead.&lt;br /&gt;
*Has pickup address rather than shipping address.&lt;br /&gt;
&lt;br /&gt;
==== Mobivox/PayPal ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal.htm Mobivox/PayPal receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal-printable.htm Mobivox/PayPal printable receipt]&lt;br /&gt;
&lt;br /&gt;
*seller address&lt;br /&gt;
*receipt id&lt;br /&gt;
*date of order&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**item option (not quite sure what this is for)&lt;br /&gt;
**unit price&lt;br /&gt;
**qty&lt;br /&gt;
**total&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
*total amount&lt;br /&gt;
*payment info&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**charge&lt;br /&gt;
**appears on bill/statement as &amp;quot;MOBIVOXCORP&amp;quot;&lt;br /&gt;
*buyer contact&lt;br /&gt;
&lt;br /&gt;
Relevant semantic HTML:&lt;br /&gt;
*order-summary&lt;br /&gt;
**cart&lt;br /&gt;
***(unnamed tr)&lt;br /&gt;
****item-name&lt;br /&gt;
****item-total&lt;br /&gt;
****item-option (not quite sure what this is for)&lt;br /&gt;
**subtotal&lt;br /&gt;
**totals-value&lt;br /&gt;
**totals-currency&lt;br /&gt;
**purchase-summary&lt;br /&gt;
***summary-total&lt;br /&gt;
****price-total&lt;br /&gt;
****price-currency&lt;br /&gt;
*funding-mix&lt;br /&gt;
**payment-type&lt;br /&gt;
**amount&lt;br /&gt;
**ccStatement&lt;br /&gt;
*contact-information (contains hCard microformat)&lt;br /&gt;
&lt;br /&gt;
This semantic HTML is the most complete and well-thought-out I've seen in this analysis. It even makes use of the fieldset element in forms, something I've never seen before.[[User:Lastorset|Lastorset]] 16:21, 25 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
Microformats used:&lt;br /&gt;
*hCard (non-compliant due to missing formatted name): buyer contact info&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Explicitly stated credit-card charge.&lt;br /&gt;
*Displayed credit-card-statement reference.&lt;br /&gt;
*Explicitly displayed seller address (one seller per order).&lt;br /&gt;
&lt;br /&gt;
==== Symantec ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Symantec-reminder-e-mail.html Symantec e-mail reminder]&lt;br /&gt;
&lt;br /&gt;
*buyer name&lt;br /&gt;
*date&lt;br /&gt;
*payment method&lt;br /&gt;
*last 4 digits&lt;br /&gt;
*appears on statement as &amp;quot;DR *Symantec&amp;quot;&lt;br /&gt;
*items&lt;br /&gt;
**qty&lt;br /&gt;
**product name&lt;br /&gt;
**platform&lt;br /&gt;
**delivery method&lt;br /&gt;
**price&lt;br /&gt;
*subtotal&lt;br /&gt;
*grand total&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*As an e-mail &amp;quot;order reminder&amp;quot; rather than a receipt, this was slightly more informal than the other samples. As such there was &lt;br /&gt;
**no order id&lt;br /&gt;
**a permalink&lt;br /&gt;
*&amp;quot;Delivery method&amp;quot; could be download or ship.&lt;br /&gt;
&lt;br /&gt;
== Analysis ==&lt;br /&gt;
&lt;br /&gt;
=== Analysis of Bills ===&lt;br /&gt;
&lt;br /&gt;
=== Analysis of Receipts ===&lt;br /&gt;
Analyzed using spreadsheet available at http://spreadsheets.google.com/pub?key=pAGYQr-yhoUh6sl5NaqEVZw. E-mail &amp;lt;code&amp;gt;leifarne at storset dot net&amp;lt;/code&amp;gt; if you want edit permissions.&lt;br /&gt;
&lt;br /&gt;
The analysis was performed on the following samples: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Update the following list when analysis on new items is performed. --&amp;gt;&lt;br /&gt;
*[[#Amazon|Amazon]]&lt;br /&gt;
*[[#Skype|Skype]]&lt;br /&gt;
*[[#A1Books|A1Books]]&lt;br /&gt;
*[[#Barnes&amp;amp;Noble|Barnes&amp;amp;Noble]]&lt;br /&gt;
*[[#Facebook|Facebook]]&lt;br /&gt;
*[[#Google Checkout|Google Checkout]]&lt;br /&gt;
*[[#iTunes|iTunes]]&lt;br /&gt;
*[[#Longs/FujiFilm|Longs/FujiFilm]]&lt;br /&gt;
*[[#Mobivox/PayPal|Mobivox/PayPal]]&lt;br /&gt;
*[[#Symantec|Symantec]]&lt;br /&gt;
&lt;br /&gt;
====Addresses====&lt;br /&gt;
All receipts have hCard candidates (i. e. name and/or address) of at least one of these types:&lt;br /&gt;
*buyer/customer&lt;br /&gt;
*seller&lt;br /&gt;
*shipping&lt;br /&gt;
*billing&lt;br /&gt;
*pickup&lt;br /&gt;
&lt;br /&gt;
====Shipping====&lt;br /&gt;
These vendors supported '''multiple shipments''':&lt;br /&gt;
*Amazon.com&lt;br /&gt;
*Barnes&amp;amp;Noble&lt;br /&gt;
**Also displayed shipment subtotals.&lt;br /&gt;
&lt;br /&gt;
These displayed '''shipping method/speed''':&lt;br /&gt;
*Amazon.com&lt;br /&gt;
*Barnes&amp;amp;Noble&lt;br /&gt;
*Symantec&lt;br /&gt;
&lt;br /&gt;
These displayed '''gift''' choices:&lt;br /&gt;
*Amazon.com&lt;br /&gt;
*Barnes&amp;amp;Noble&lt;br /&gt;
&lt;br /&gt;
For most vendors, each item had the following information:&lt;br /&gt;
*description&lt;br /&gt;
*quantity&lt;br /&gt;
*unit price&lt;br /&gt;
*line total&lt;br /&gt;
Google Checkout additionally provided shipping status.&lt;br /&gt;
&lt;br /&gt;
====Payment information====&lt;br /&gt;
Most vendors displayed:&lt;br /&gt;
*payment method (credit card or COD, card type)&lt;br /&gt;
*last 4 or 5 digits of credit card&lt;br /&gt;
*expiration date of credit card&lt;br /&gt;
&lt;br /&gt;
Some also displayed&lt;br /&gt;
*reference on credit-card statement (&amp;quot;This order will appear as ABCD0001234 on your credit-card statement.&amp;quot;)&lt;br /&gt;
*the credit-card charge itself&lt;br /&gt;
&lt;br /&gt;
====Totals====&lt;br /&gt;
Most displayed:&lt;br /&gt;
*subtotal&lt;br /&gt;
*shipping and handling cost (if applicable)&lt;br /&gt;
*tax&lt;br /&gt;
*grand total&lt;br /&gt;
&lt;br /&gt;
Some also displayed:&lt;br /&gt;
*total before tax&lt;br /&gt;
*total quantity (only A1Books)&lt;br /&gt;
&lt;br /&gt;
====Marketplace====&lt;br /&gt;
Most receipt formats are for one seller only. The following support different sellers:&lt;br /&gt;
*A1Books: per item&lt;br /&gt;
*Amazon.com: per item&lt;br /&gt;
*Google Checkout: per receipt&lt;br /&gt;
*PayPal: per receipt&lt;br /&gt;
&lt;br /&gt;
====Other properties====&lt;br /&gt;
Almost all receipts had&lt;br /&gt;
*order date&lt;br /&gt;
**Facebook had no date.&lt;br /&gt;
**Longs/FujiFilm had pick-up date instead.&lt;br /&gt;
*order id&lt;br /&gt;
**Symantec did not mention order id.&lt;br /&gt;
&lt;br /&gt;
Other interesting items:&lt;br /&gt;
*permalink (on most e-mail receipts)&lt;br /&gt;
*link to purchase history&lt;br /&gt;
*order history (Google Checkout):&lt;br /&gt;
**placed&lt;br /&gt;
**received&lt;br /&gt;
**charged&lt;br /&gt;
**shipped&lt;br /&gt;
&lt;br /&gt;
====Conclusion====&lt;br /&gt;
Central [[microformats#the_microformats_principles|microformat principles]] are to &amp;quot;start as simple as possible&amp;quot; and use the Pareto principle. Accordingly, an 80/20 solution should focus on solving the critical few problems. One way of doing so is to look at the elements that are found in all or nearly all samples:&lt;br /&gt;
*addresses (buyer/customer, seller, shipping, billing, pickup)&lt;br /&gt;
*line item information (description, quantity, unit price)&lt;br /&gt;
*payment method (with credit-card information, if applicable)&lt;br /&gt;
*totals and charges (subtotal, shipping &amp;amp; handling, tax, grand total)&lt;br /&gt;
*order date&lt;br /&gt;
*order id&lt;br /&gt;
&lt;br /&gt;
The following elements are more rarely seen:&lt;br /&gt;
*multiple shipments&lt;br /&gt;
*shipping details&lt;br /&gt;
*gift options&lt;br /&gt;
*credit-card-statement reference&lt;br /&gt;
*seller information per item&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
== Existing Practices ==&lt;br /&gt;
&lt;br /&gt;
Listed below is an overview of existing patterns and practices found in the wild for bill and receipt data.&lt;br /&gt;
&lt;br /&gt;
===Summary of common patterns discovered===&lt;br /&gt;
&lt;br /&gt;
===Other attempts to solve The Problem===&lt;br /&gt;
For paper receipts, [http://www.neatreceipts.com/ NeatReceipts Scanalizer] offers a heuristic-based solution.&lt;br /&gt;
&lt;br /&gt;
== Proposal ==&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[receipt]]&lt;br /&gt;
* http://en.wikipedia.org/wiki/Receipt&lt;/div&gt;</summary>
		<author><name>Lastorset</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=19960</id>
		<title>receipt-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=19960"/>
		<updated>2007-08-20T21:09:22Z</updated>

		<summary type="html">&lt;p&gt;Lastorset: /* Conclusion */ wrote summary&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Receipt examples =&lt;br /&gt;
&lt;br /&gt;
=== Contributors ===&lt;br /&gt;
*Rob Manson&lt;br /&gt;
*Leif Arne Storset&lt;br /&gt;
&lt;br /&gt;
== Real-World Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Bill / Invoice ===&lt;br /&gt;
&lt;br /&gt;
Bills or Invoices are &amp;quot;yet to be paid&amp;quot; items.&lt;br /&gt;
&lt;br /&gt;
Question: Perhaps these examples (yet to be provided) should be moved to a separate page as Bill/Invoice is quite different from Receipt.&lt;br /&gt;
&lt;br /&gt;
: With [[hResume]], I've [[hresume-brainstorming|suggested]] that the subtle difference between actively seeking work and just presenting your resume be a case of including [[hlisting]] markup.&lt;br /&gt;
: With bills vs invoices, it may turn out that the content found within would be identical, and it might just be a case of putting in a class flag to indicate whether the presented document has been paid for or not.&lt;br /&gt;
: [[User:SignpostMarv|SignpostMarv]] 12:55, 21 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
::I think a class flag is a great idea, but I don't believe we have any samples for invoices. However, if we look at order review vs. order summary rather than invoices vs. receipts, the payment flag does become relevant in many of the sampled online stores.&lt;br /&gt;
::How would such a flag be implemented? &lt;br /&gt;
::*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;hreceipt unpaid&amp;quot;/&amp;quot;hreceipt paid&amp;quot;&amp;gt;...&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;hreceipt&amp;quot; title=&amp;quot;paid&amp;quot;&amp;gt;...&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::[[User:Lastorset|Lastorset]] 14:55, 16 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Receipts ===&lt;br /&gt;
&lt;br /&gt;
Receipts are post-purchase items.&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* [http://mobileonlinebusiness.com.au/uf/receipt/Amazon.com-Vieworder-anon.htm Example]&lt;br /&gt;
* contains: &lt;br /&gt;
**&amp;lt;del&amp;gt;email address&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
**date of order&lt;br /&gt;
**order id&lt;br /&gt;
**shipments&lt;br /&gt;
***shipping estimate&lt;br /&gt;
***delivery estimate&lt;br /&gt;
***shipping address&lt;br /&gt;
***shipping speed&lt;br /&gt;
***shipping preference (item grouping)&lt;br /&gt;
***items&lt;br /&gt;
****quantity&lt;br /&gt;
****seller&lt;br /&gt;
****price&lt;br /&gt;
****item information&lt;br /&gt;
**payment&lt;br /&gt;
***card type&lt;br /&gt;
***last 5 digits&lt;br /&gt;
***expiration date&lt;br /&gt;
***billing address&lt;br /&gt;
***subtotal&lt;br /&gt;
***shipping and handling price&lt;br /&gt;
***total before tax&lt;br /&gt;
***tax&lt;br /&gt;
***grand total&lt;br /&gt;
**&amp;lt;del&amp;gt;discount price&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
* Little semantic HTML of interest, except an anchor with id &amp;quot;payment-info&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports multiple shipments.&lt;br /&gt;
*Supports one seller per item.&lt;br /&gt;
*Displays shipping and delivery estimate.&lt;br /&gt;
*Offers item grouping preference.&lt;br /&gt;
*Gift options.&lt;br /&gt;
&lt;br /&gt;
==== Skype ====&lt;br /&gt;
&lt;br /&gt;
===== Skype Phone =====&lt;br /&gt;
*[[receipt-example-skype-phone|example source code]]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Skype-order-history.html Skype order history]&lt;br /&gt;
&lt;br /&gt;
* Shipping Address&lt;br /&gt;
* date in dd/mm/yyyy format&lt;br /&gt;
* Order number in nnnn-nnnnnnn-nnn format&lt;br /&gt;
* Reference (was blank in example, presumed to appear on bank statement for this transaction)&lt;br /&gt;
* Items&lt;br /&gt;
** Quantity&lt;br /&gt;
** Description&lt;br /&gt;
** Price&lt;br /&gt;
** Total&lt;br /&gt;
** VAT (tax) %&lt;br /&gt;
* Payment&lt;br /&gt;
** subtotal (&amp;quot;total&amp;quot;)&lt;br /&gt;
** shipping cost&lt;br /&gt;
** grand total (&amp;quot;total (gross)&amp;quot;)&lt;br /&gt;
** total (VAT excluded)&lt;br /&gt;
** VAT (amount)&lt;br /&gt;
* Chosen payment method: &amp;quot;Your payment method is: Credit card&amp;quot;&lt;br /&gt;
* Legal blurb&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
* Order resume class=&amp;quot;order-listing&amp;quot;&lt;br /&gt;
* Each item class=&amp;quot;row&amp;quot;&lt;br /&gt;
* All totals rows class=&amp;quot;totals-row&amp;quot; except grand total class=&amp;quot;grandtotal-row&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Displayed credit-card-statement reference (presumably).&lt;br /&gt;
&lt;br /&gt;
==== Internet banking transaction receipts ====&lt;br /&gt;
===== Example 1 =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
time&lt;br /&gt;
receipt type (e.g. TRANSFER BETWEEN MY ACCOUNTS)&lt;br /&gt;
  transfer from&lt;br /&gt;
  transfer to&lt;br /&gt;
amount&lt;br /&gt;
description&lt;br /&gt;
information/comment&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Digital product purchase receipts ====&lt;br /&gt;
===== Example 1 : Software =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
order/receipt number&lt;br /&gt;
seller's details&lt;br /&gt;
  sold by (hCard candidate)&lt;br /&gt;
    org&lt;br /&gt;
    adr&lt;br /&gt;
  tax number (VAT in this example)&lt;br /&gt;
  tax id (Federal Tax ID)&lt;br /&gt;
buyer's details&lt;br /&gt;
  buyer (hCard candidate)&lt;br /&gt;
    name&lt;br /&gt;
    org&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
    country-name&lt;br /&gt;
    tel&lt;br /&gt;
    email&lt;br /&gt;
  credit card number (PAN truncated - with type)&lt;br /&gt;
item list&lt;br /&gt;
  product code&lt;br /&gt;
  name&lt;br /&gt;
  comments&lt;br /&gt;
  price&lt;br /&gt;
  delivery method&lt;br /&gt;
  quantity&lt;br /&gt;
  total in selected currency&lt;br /&gt;
  total in sellers currency&lt;br /&gt;
total (sum of item list totals)&lt;br /&gt;
processing fee&lt;br /&gt;
grand total (final amount charged)&lt;br /&gt;
information (caveats and tax info)&lt;br /&gt;
permalink&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : SSL certificate =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
purchase information&lt;br /&gt;
  order id&lt;br /&gt;
  product name&lt;br /&gt;
  domain name&lt;br /&gt;
  validity period&lt;br /&gt;
  number of licenses&lt;br /&gt;
  card number (PAN truncated)&lt;br /&gt;
  amount (with selected currency)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Physical product purchase receipts ====&lt;br /&gt;
===== Example 1 : Computer hardware =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller's name (hCard candidate)&lt;br /&gt;
seller's URL (hCard candidate)&lt;br /&gt;
invoice id&lt;br /&gt;
org govt reference (ABN - Australian Business Number)&lt;br /&gt;
date&lt;br /&gt;
seller details (hCard candidate)&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
buyer (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  billing address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  delivery address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  phone&lt;br /&gt;
item list&lt;br /&gt;
  item&lt;br /&gt;
  description&lt;br /&gt;
  amount&lt;br /&gt;
  quantity&lt;br /&gt;
  product url&lt;br /&gt;
  total&lt;br /&gt;
delivery cost&lt;br /&gt;
total excluding tax&lt;br /&gt;
tax (GST - Goods and Service Tax)&lt;br /&gt;
total including tax&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Service purchase receipts ====&lt;br /&gt;
===== Example 1 : Online subscription =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
seller's details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  country-name&lt;br /&gt;
buyer's details (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  phone&lt;br /&gt;
date&lt;br /&gt;
receipt id&lt;br /&gt;
item list&lt;br /&gt;
  product description&lt;br /&gt;
  quantity&lt;br /&gt;
  rate (per unit)&lt;br /&gt;
  price&lt;br /&gt;
sub total&lt;br /&gt;
amount paid&lt;br /&gt;
balance due&lt;br /&gt;
information&lt;br /&gt;
transaction id&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : Co-location =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
sellers details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  url&lt;br /&gt;
  phone&lt;br /&gt;
message&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
amount&lt;br /&gt;
information&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== A1Books ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/A1Books-Sales-Order-anon.htm Example]&lt;br /&gt;
&lt;br /&gt;
*vendor &lt;br /&gt;
**name&lt;br /&gt;
**fax&lt;br /&gt;
*date&lt;br /&gt;
*order number&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**list price&lt;br /&gt;
**sale price&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*subtotal&lt;br /&gt;
*shipping&lt;br /&gt;
*total&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*account information&lt;br /&gt;
**phone&lt;br /&gt;
**e-mail&lt;br /&gt;
*payment&lt;br /&gt;
**method&lt;br /&gt;
**last four digits&lt;br /&gt;
&lt;br /&gt;
No semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports one seller per item.&lt;br /&gt;
*Does not display tax.&lt;br /&gt;
&lt;br /&gt;
==== Barnes&amp;amp;Noble ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/BarnesAndNoble.com-receipt.anon.tidied.htm Example]&lt;br /&gt;
&lt;br /&gt;
*date&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*payment&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**charge&lt;br /&gt;
*savings on shipping&lt;br /&gt;
*order no.&lt;br /&gt;
*delivery option&lt;br /&gt;
*items&lt;br /&gt;
**description: title, author, ISBN, price&lt;br /&gt;
**qty&lt;br /&gt;
**gift options: wrap, message&lt;br /&gt;
**total price&lt;br /&gt;
*shipment subtotal&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*shipment total (seems to account for orders requiring multiple shipments)&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*receiptOrderNumbers&lt;br /&gt;
*receiptOrderPlacedOn&lt;br /&gt;
*orderInformation&lt;br /&gt;
**shippingAddress&lt;br /&gt;
**billingAddress&lt;br /&gt;
**paymentInformation&lt;br /&gt;
*shippingSelections&lt;br /&gt;
*showProducts&lt;br /&gt;
**reviewTable&lt;br /&gt;
***qtyValuePosition&lt;br /&gt;
***reviewGiftOptions&lt;br /&gt;
*reviewTotalsDisplay&lt;br /&gt;
**reviewTotalsSummary&lt;br /&gt;
**reviewTotalsNote&lt;br /&gt;
**reviewTotalsBreakdown&lt;br /&gt;
*reviewTotalsSummary&lt;br /&gt;
**reviewGrandTotal&lt;br /&gt;
*reviewCreditCardCharged&lt;br /&gt;
*review&lt;br /&gt;
&lt;br /&gt;
The semantic class names found are a good start, although the &amp;quot;review&amp;quot; part appears to be context-specific (reviewing an order). Additionally, the implied hierarchy in names such as &amp;quot;reviewTotalsSummary&amp;quot; and &amp;quot;receiptOrderPlacedOn&amp;quot; is probably unnecessary for our purposes.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports multiple shipments.&lt;br /&gt;
*Gift options.&lt;br /&gt;
*Explicitly stated credit-card charge.&lt;br /&gt;
&lt;br /&gt;
==== Facebook ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/Facebook-gift-receipt.html Example]&lt;br /&gt;
&lt;br /&gt;
*purchase total&lt;br /&gt;
*items (informal description of two items, including quantity)&lt;br /&gt;
*recipient name&lt;br /&gt;
*order id&lt;br /&gt;
*billed-to name&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Quite minimal and informal receipt. Good example of how a microformat would preserve human readability and informal style while enabling machine reading.&lt;br /&gt;
&lt;br /&gt;
==== Google Checkout ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-e-mail-receipt.tidied.html Example email receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-Order-Receipt_DVD-Empire.tidied.htm Example web receipt]&lt;br /&gt;
&lt;br /&gt;
*vendor address&lt;br /&gt;
*shipping address&lt;br /&gt;
*date&lt;br /&gt;
*order id&lt;br /&gt;
*items&lt;br /&gt;
**shipping status (&amp;quot;Not yet shipped&amp;quot;, etc.)&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*total&lt;br /&gt;
*order history (placed, received, charged, shipped) (web receipt only)&lt;br /&gt;
**credit-card statement reference (only after the charge has been made)&lt;br /&gt;
*payment info (web receipt only)&lt;br /&gt;
**card type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**cardholder address&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*taxRow&lt;br /&gt;
**taxIdentifier&lt;br /&gt;
**taxAmount&lt;br /&gt;
*totalAmount&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Explicit seller address (one per order).&lt;br /&gt;
*Current shipping status of each item.&lt;br /&gt;
*E-mail receipt has permalink.&lt;br /&gt;
*Order history (date placed, received, charged, shipped).&lt;br /&gt;
*Displayed credit-card statement reference only after card was charged.&lt;br /&gt;
&lt;br /&gt;
==== iTunes ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/iTunes-receipt-e-mail.html iTunes e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*billing address&lt;br /&gt;
*order no.&lt;br /&gt;
*receipt date&lt;br /&gt;
*order total&lt;br /&gt;
*card &lt;br /&gt;
**type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
*item&lt;br /&gt;
**item no.&lt;br /&gt;
**description (including link to write a review)&lt;br /&gt;
**unit price&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*No quantity information.&lt;br /&gt;
&lt;br /&gt;
==== Longs/FujiFilm ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Longs-Fujifilm-photo-receipt.html Longs/Fujifilm e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*order no.&lt;br /&gt;
*payment info&lt;br /&gt;
**method (COD, credit card, etc.)&lt;br /&gt;
*customer address&lt;br /&gt;
*pickup address&lt;br /&gt;
*items&lt;br /&gt;
**name&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
**line item subtotal&lt;br /&gt;
*order items total&lt;br /&gt;
*tax&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*payment-heading&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*No order date; has pick-up date instead.&lt;br /&gt;
*Has pickup address rather than shipping address.&lt;br /&gt;
&lt;br /&gt;
==== Mobivox/PayPal ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal.htm Mobivox/PayPal receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal-printable.htm Mobivox/PayPal printable receipt]&lt;br /&gt;
&lt;br /&gt;
*seller address&lt;br /&gt;
*receipt id&lt;br /&gt;
*date of order&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**item option (not quite sure what this is for)&lt;br /&gt;
**unit price&lt;br /&gt;
**qty&lt;br /&gt;
**total&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
*total amount&lt;br /&gt;
*payment info&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**charge&lt;br /&gt;
**appears on bill/statement as &amp;quot;MOBIVOXCORP&amp;quot;&lt;br /&gt;
*buyer contact&lt;br /&gt;
&lt;br /&gt;
Relevant semantic HTML:&lt;br /&gt;
*order-summary&lt;br /&gt;
**cart&lt;br /&gt;
***(unnamed tr)&lt;br /&gt;
****item-name&lt;br /&gt;
****item-total&lt;br /&gt;
****item-option (not quite sure what this is for)&lt;br /&gt;
**subtotal&lt;br /&gt;
**totals-value&lt;br /&gt;
**totals-currency&lt;br /&gt;
**purchase-summary&lt;br /&gt;
***summary-total&lt;br /&gt;
****price-total&lt;br /&gt;
****price-currency&lt;br /&gt;
*funding-mix&lt;br /&gt;
**payment-type&lt;br /&gt;
**amount&lt;br /&gt;
**ccStatement&lt;br /&gt;
*contact-information (contains hCard microformat)&lt;br /&gt;
&lt;br /&gt;
This semantic HTML is the most complete and well-thought-out I've seen in this analysis. It even makes use of the fieldset element in forms, something I've never seen before.[[User:Lastorset|Lastorset]] 16:21, 25 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
Microformats used:&lt;br /&gt;
*hCard (non-compliant due to missing formatted name): buyer contact info&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Explicitly stated credit-card charge.&lt;br /&gt;
*Displayed credit-card-statement reference.&lt;br /&gt;
*Explicitly displayed seller address (one seller per order).&lt;br /&gt;
&lt;br /&gt;
==== Symantec ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Symantec-reminder-e-mail.html Symantec e-mail reminder]&lt;br /&gt;
&lt;br /&gt;
*buyer name&lt;br /&gt;
*date&lt;br /&gt;
*payment method&lt;br /&gt;
*last 4 digits&lt;br /&gt;
*appears on statement as &amp;quot;DR *Symantec&amp;quot;&lt;br /&gt;
*items&lt;br /&gt;
**qty&lt;br /&gt;
**product name&lt;br /&gt;
**platform&lt;br /&gt;
**delivery method&lt;br /&gt;
**price&lt;br /&gt;
*subtotal&lt;br /&gt;
*grand total&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*As an e-mail &amp;quot;order reminder&amp;quot; rather than a receipt, this was slightly more informal than the other samples. As such there was &lt;br /&gt;
**no order id&lt;br /&gt;
**a permalink&lt;br /&gt;
*&amp;quot;Delivery method&amp;quot; could be download or ship.&lt;br /&gt;
&lt;br /&gt;
== Analysis ==&lt;br /&gt;
&lt;br /&gt;
=== Analysis of Bills ===&lt;br /&gt;
&lt;br /&gt;
=== Analysis of Receipts ===&lt;br /&gt;
Analyzed using spreadsheet available at http://spreadsheets.google.com/pub?key=pAGYQr-yhoUh6sl5NaqEVZw. E-mail &amp;lt;code&amp;gt;leifarne at storset dot net&amp;lt;/code&amp;gt; if you want edit permissions.&lt;br /&gt;
&lt;br /&gt;
The analysis was performed on the following samples: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Update the following list when analysis on new items is performed. --&amp;gt;&lt;br /&gt;
*[[#Amazon|Amazon]]&lt;br /&gt;
*[[#Skype|Skype]]&lt;br /&gt;
*[[#A1Books|A1Books]]&lt;br /&gt;
*[[#Barnes&amp;amp;Noble|Barnes&amp;amp;Noble]]&lt;br /&gt;
*[[#Facebook|Facebook]]&lt;br /&gt;
*[[#Google Checkout|Google Checkout]]&lt;br /&gt;
*[[#iTunes|iTunes]]&lt;br /&gt;
*[[#Longs/FujiFilm|Longs/FujiFilm]]&lt;br /&gt;
*[[#Mobivox/PayPal|Mobivox/PayPal]]&lt;br /&gt;
*[[#Symantec|Symantec]]&lt;br /&gt;
&lt;br /&gt;
====Addresses====&lt;br /&gt;
All receipts have hCard candidates (i. e. name and/or address) of at least one of these types:&lt;br /&gt;
*buyer/customer&lt;br /&gt;
*seller&lt;br /&gt;
*shipping&lt;br /&gt;
*billing&lt;br /&gt;
*pickup&lt;br /&gt;
&lt;br /&gt;
====Shipping====&lt;br /&gt;
These vendors supported '''multiple shipments''':&lt;br /&gt;
*Amazon.com&lt;br /&gt;
*Barnes&amp;amp;Noble&lt;br /&gt;
**Also displayed shipment subtotals.&lt;br /&gt;
&lt;br /&gt;
These displayed '''shipping method/speed''':&lt;br /&gt;
*Amazon.com&lt;br /&gt;
*Barnes&amp;amp;Noble&lt;br /&gt;
*Symantec&lt;br /&gt;
&lt;br /&gt;
These displayed '''gift''' choices:&lt;br /&gt;
*Amazon.com&lt;br /&gt;
*Barnes&amp;amp;Noble&lt;br /&gt;
&lt;br /&gt;
For most vendors, each item had the following information:&lt;br /&gt;
*description&lt;br /&gt;
*quantity&lt;br /&gt;
*unit price&lt;br /&gt;
*line total&lt;br /&gt;
Google Checkout additionally provided shipping status.&lt;br /&gt;
&lt;br /&gt;
====Payment information====&lt;br /&gt;
Most vendors displayed:&lt;br /&gt;
*payment method (credit card or COD, card type)&lt;br /&gt;
*last 4 or 5 digits of credit card&lt;br /&gt;
*expiration date of credit card&lt;br /&gt;
&lt;br /&gt;
Some also displayed&lt;br /&gt;
*reference on credit-card statement (&amp;quot;This order will appear as ABCD0001234 on your credit-card statement.&amp;quot;)&lt;br /&gt;
*the credit-card charge itself&lt;br /&gt;
&lt;br /&gt;
====Totals====&lt;br /&gt;
Most displayed:&lt;br /&gt;
*subtotal&lt;br /&gt;
*shipping and handling cost (if applicable)&lt;br /&gt;
*tax&lt;br /&gt;
*grand total&lt;br /&gt;
&lt;br /&gt;
Some also displayed:&lt;br /&gt;
*total before tax&lt;br /&gt;
*total quantity (only A1Books)&lt;br /&gt;
&lt;br /&gt;
====Marketplace====&lt;br /&gt;
Most receipt formats are for one seller only. The following support different sellers:&lt;br /&gt;
*A1Books: per item&lt;br /&gt;
*Amazon.com: per item&lt;br /&gt;
*Google Checkout: per receipt&lt;br /&gt;
*PayPal: per receipt&lt;br /&gt;
&lt;br /&gt;
====Other properties====&lt;br /&gt;
Almost all receipts had&lt;br /&gt;
*order date&lt;br /&gt;
**Facebook had no date.&lt;br /&gt;
**Longs/FujiFilm had pick-up date instead.&lt;br /&gt;
*order id&lt;br /&gt;
**Symantec did not mention order id.&lt;br /&gt;
&lt;br /&gt;
Other interesting items:&lt;br /&gt;
*permalink (on most e-mail receipts)&lt;br /&gt;
*link to purchase history&lt;br /&gt;
*order history (Google Checkout):&lt;br /&gt;
**placed&lt;br /&gt;
**received&lt;br /&gt;
**charged&lt;br /&gt;
**shipped&lt;br /&gt;
&lt;br /&gt;
====Conclusion====&lt;br /&gt;
Central [[microformats#the_microformats_principles|microformat principles]] are to &amp;quot;start as simple as possible&amp;quot; and use the Pareto principle. Accordingly, an 80/20 solution should focus on solving the critical few problems. One way of doing so is to focus on the elements that are found in all or nearly all samples:&lt;br /&gt;
*addresses (buyer/customer, seller, shipping, billing, pickup)&lt;br /&gt;
*line item information (description, quantity, unit price)&lt;br /&gt;
*payment method (with credit-card information, if applicable)&lt;br /&gt;
*totals and charges (subtotal, shipping &amp;amp; handling, tax, grand total)&lt;br /&gt;
*order date&lt;br /&gt;
*order id&lt;br /&gt;
&lt;br /&gt;
The following elements are more rarely seen:&lt;br /&gt;
*multiple shipments&lt;br /&gt;
*shipping details&lt;br /&gt;
*gift options&lt;br /&gt;
*credit-card-statement reference&lt;br /&gt;
*seller information per item&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
== Existing Practices ==&lt;br /&gt;
&lt;br /&gt;
Listed below is an overview of existing patterns and practices found in the wild for bill and receipt data.&lt;br /&gt;
&lt;br /&gt;
===Summary of common patterns discovered===&lt;br /&gt;
&lt;br /&gt;
===Other attempts to solve The Problem===&lt;br /&gt;
For paper receipts, [http://www.neatreceipts.com/ NeatReceipts Scanalizer] offers a heuristic-based solution.&lt;br /&gt;
&lt;br /&gt;
== Proposal ==&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[receipt]]&lt;br /&gt;
* http://en.wikipedia.org/wiki/Receipt&lt;/div&gt;</summary>
		<author><name>Lastorset</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=19959</id>
		<title>receipt-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=19959"/>
		<updated>2007-08-20T20:16:03Z</updated>

		<summary type="html">&lt;p&gt;Lastorset: /* Analysis of Receipts */ Made basis of analysis explicit&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Receipt examples =&lt;br /&gt;
&lt;br /&gt;
=== Contributors ===&lt;br /&gt;
*Rob Manson&lt;br /&gt;
*Leif Arne Storset&lt;br /&gt;
&lt;br /&gt;
== Real-World Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Bill / Invoice ===&lt;br /&gt;
&lt;br /&gt;
Bills or Invoices are &amp;quot;yet to be paid&amp;quot; items.&lt;br /&gt;
&lt;br /&gt;
Question: Perhaps these examples (yet to be provided) should be moved to a separate page as Bill/Invoice is quite different from Receipt.&lt;br /&gt;
&lt;br /&gt;
: With [[hResume]], I've [[hresume-brainstorming|suggested]] that the subtle difference between actively seeking work and just presenting your resume be a case of including [[hlisting]] markup.&lt;br /&gt;
: With bills vs invoices, it may turn out that the content found within would be identical, and it might just be a case of putting in a class flag to indicate whether the presented document has been paid for or not.&lt;br /&gt;
: [[User:SignpostMarv|SignpostMarv]] 12:55, 21 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
::I think a class flag is a great idea, but I don't believe we have any samples for invoices. However, if we look at order review vs. order summary rather than invoices vs. receipts, the payment flag does become relevant in many of the sampled online stores.&lt;br /&gt;
::How would such a flag be implemented? &lt;br /&gt;
::*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;hreceipt unpaid&amp;quot;/&amp;quot;hreceipt paid&amp;quot;&amp;gt;...&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;hreceipt&amp;quot; title=&amp;quot;paid&amp;quot;&amp;gt;...&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::[[User:Lastorset|Lastorset]] 14:55, 16 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Receipts ===&lt;br /&gt;
&lt;br /&gt;
Receipts are post-purchase items.&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* [http://mobileonlinebusiness.com.au/uf/receipt/Amazon.com-Vieworder-anon.htm Example]&lt;br /&gt;
* contains: &lt;br /&gt;
**&amp;lt;del&amp;gt;email address&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
**date of order&lt;br /&gt;
**order id&lt;br /&gt;
**shipments&lt;br /&gt;
***shipping estimate&lt;br /&gt;
***delivery estimate&lt;br /&gt;
***shipping address&lt;br /&gt;
***shipping speed&lt;br /&gt;
***shipping preference (item grouping)&lt;br /&gt;
***items&lt;br /&gt;
****quantity&lt;br /&gt;
****seller&lt;br /&gt;
****price&lt;br /&gt;
****item information&lt;br /&gt;
**payment&lt;br /&gt;
***card type&lt;br /&gt;
***last 5 digits&lt;br /&gt;
***expiration date&lt;br /&gt;
***billing address&lt;br /&gt;
***subtotal&lt;br /&gt;
***shipping and handling price&lt;br /&gt;
***total before tax&lt;br /&gt;
***tax&lt;br /&gt;
***grand total&lt;br /&gt;
**&amp;lt;del&amp;gt;discount price&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
* Little semantic HTML of interest, except an anchor with id &amp;quot;payment-info&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports multiple shipments.&lt;br /&gt;
*Supports one seller per item.&lt;br /&gt;
*Displays shipping and delivery estimate.&lt;br /&gt;
*Offers item grouping preference.&lt;br /&gt;
*Gift options.&lt;br /&gt;
&lt;br /&gt;
==== Skype ====&lt;br /&gt;
&lt;br /&gt;
===== Skype Phone =====&lt;br /&gt;
*[[receipt-example-skype-phone|example source code]]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Skype-order-history.html Skype order history]&lt;br /&gt;
&lt;br /&gt;
* Shipping Address&lt;br /&gt;
* date in dd/mm/yyyy format&lt;br /&gt;
* Order number in nnnn-nnnnnnn-nnn format&lt;br /&gt;
* Reference (was blank in example, presumed to appear on bank statement for this transaction)&lt;br /&gt;
* Items&lt;br /&gt;
** Quantity&lt;br /&gt;
** Description&lt;br /&gt;
** Price&lt;br /&gt;
** Total&lt;br /&gt;
** VAT (tax) %&lt;br /&gt;
* Payment&lt;br /&gt;
** subtotal (&amp;quot;total&amp;quot;)&lt;br /&gt;
** shipping cost&lt;br /&gt;
** grand total (&amp;quot;total (gross)&amp;quot;)&lt;br /&gt;
** total (VAT excluded)&lt;br /&gt;
** VAT (amount)&lt;br /&gt;
* Chosen payment method: &amp;quot;Your payment method is: Credit card&amp;quot;&lt;br /&gt;
* Legal blurb&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
* Order resume class=&amp;quot;order-listing&amp;quot;&lt;br /&gt;
* Each item class=&amp;quot;row&amp;quot;&lt;br /&gt;
* All totals rows class=&amp;quot;totals-row&amp;quot; except grand total class=&amp;quot;grandtotal-row&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Displayed credit-card-statement reference (presumably).&lt;br /&gt;
&lt;br /&gt;
==== Internet banking transaction receipts ====&lt;br /&gt;
===== Example 1 =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
time&lt;br /&gt;
receipt type (e.g. TRANSFER BETWEEN MY ACCOUNTS)&lt;br /&gt;
  transfer from&lt;br /&gt;
  transfer to&lt;br /&gt;
amount&lt;br /&gt;
description&lt;br /&gt;
information/comment&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Digital product purchase receipts ====&lt;br /&gt;
===== Example 1 : Software =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
order/receipt number&lt;br /&gt;
seller's details&lt;br /&gt;
  sold by (hCard candidate)&lt;br /&gt;
    org&lt;br /&gt;
    adr&lt;br /&gt;
  tax number (VAT in this example)&lt;br /&gt;
  tax id (Federal Tax ID)&lt;br /&gt;
buyer's details&lt;br /&gt;
  buyer (hCard candidate)&lt;br /&gt;
    name&lt;br /&gt;
    org&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
    country-name&lt;br /&gt;
    tel&lt;br /&gt;
    email&lt;br /&gt;
  credit card number (PAN truncated - with type)&lt;br /&gt;
item list&lt;br /&gt;
  product code&lt;br /&gt;
  name&lt;br /&gt;
  comments&lt;br /&gt;
  price&lt;br /&gt;
  delivery method&lt;br /&gt;
  quantity&lt;br /&gt;
  total in selected currency&lt;br /&gt;
  total in sellers currency&lt;br /&gt;
total (sum of item list totals)&lt;br /&gt;
processing fee&lt;br /&gt;
grand total (final amount charged)&lt;br /&gt;
information (caveats and tax info)&lt;br /&gt;
permalink&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : SSL certificate =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
purchase information&lt;br /&gt;
  order id&lt;br /&gt;
  product name&lt;br /&gt;
  domain name&lt;br /&gt;
  validity period&lt;br /&gt;
  number of licenses&lt;br /&gt;
  card number (PAN truncated)&lt;br /&gt;
  amount (with selected currency)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Physical product purchase receipts ====&lt;br /&gt;
===== Example 1 : Computer hardware =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller's name (hCard candidate)&lt;br /&gt;
seller's URL (hCard candidate)&lt;br /&gt;
invoice id&lt;br /&gt;
org govt reference (ABN - Australian Business Number)&lt;br /&gt;
date&lt;br /&gt;
seller details (hCard candidate)&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
buyer (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  billing address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  delivery address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  phone&lt;br /&gt;
item list&lt;br /&gt;
  item&lt;br /&gt;
  description&lt;br /&gt;
  amount&lt;br /&gt;
  quantity&lt;br /&gt;
  product url&lt;br /&gt;
  total&lt;br /&gt;
delivery cost&lt;br /&gt;
total excluding tax&lt;br /&gt;
tax (GST - Goods and Service Tax)&lt;br /&gt;
total including tax&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Service purchase receipts ====&lt;br /&gt;
===== Example 1 : Online subscription =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
seller's details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  country-name&lt;br /&gt;
buyer's details (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  phone&lt;br /&gt;
date&lt;br /&gt;
receipt id&lt;br /&gt;
item list&lt;br /&gt;
  product description&lt;br /&gt;
  quantity&lt;br /&gt;
  rate (per unit)&lt;br /&gt;
  price&lt;br /&gt;
sub total&lt;br /&gt;
amount paid&lt;br /&gt;
balance due&lt;br /&gt;
information&lt;br /&gt;
transaction id&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : Co-location =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
sellers details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  url&lt;br /&gt;
  phone&lt;br /&gt;
message&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
amount&lt;br /&gt;
information&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== A1Books ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/A1Books-Sales-Order-anon.htm Example]&lt;br /&gt;
&lt;br /&gt;
*vendor &lt;br /&gt;
**name&lt;br /&gt;
**fax&lt;br /&gt;
*date&lt;br /&gt;
*order number&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**list price&lt;br /&gt;
**sale price&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*subtotal&lt;br /&gt;
*shipping&lt;br /&gt;
*total&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*account information&lt;br /&gt;
**phone&lt;br /&gt;
**e-mail&lt;br /&gt;
*payment&lt;br /&gt;
**method&lt;br /&gt;
**last four digits&lt;br /&gt;
&lt;br /&gt;
No semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports one seller per item.&lt;br /&gt;
*Does not display tax.&lt;br /&gt;
&lt;br /&gt;
==== Barnes&amp;amp;Noble ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/BarnesAndNoble.com-receipt.anon.tidied.htm Example]&lt;br /&gt;
&lt;br /&gt;
*date&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*payment&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**charge&lt;br /&gt;
*savings on shipping&lt;br /&gt;
*order no.&lt;br /&gt;
*delivery option&lt;br /&gt;
*items&lt;br /&gt;
**description: title, author, ISBN, price&lt;br /&gt;
**qty&lt;br /&gt;
**gift options: wrap, message&lt;br /&gt;
**total price&lt;br /&gt;
*shipment subtotal&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*shipment total (seems to account for orders requiring multiple shipments)&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*receiptOrderNumbers&lt;br /&gt;
*receiptOrderPlacedOn&lt;br /&gt;
*orderInformation&lt;br /&gt;
**shippingAddress&lt;br /&gt;
**billingAddress&lt;br /&gt;
**paymentInformation&lt;br /&gt;
*shippingSelections&lt;br /&gt;
*showProducts&lt;br /&gt;
**reviewTable&lt;br /&gt;
***qtyValuePosition&lt;br /&gt;
***reviewGiftOptions&lt;br /&gt;
*reviewTotalsDisplay&lt;br /&gt;
**reviewTotalsSummary&lt;br /&gt;
**reviewTotalsNote&lt;br /&gt;
**reviewTotalsBreakdown&lt;br /&gt;
*reviewTotalsSummary&lt;br /&gt;
**reviewGrandTotal&lt;br /&gt;
*reviewCreditCardCharged&lt;br /&gt;
*review&lt;br /&gt;
&lt;br /&gt;
The semantic class names found are a good start, although the &amp;quot;review&amp;quot; part appears to be context-specific (reviewing an order). Additionally, the implied hierarchy in names such as &amp;quot;reviewTotalsSummary&amp;quot; and &amp;quot;receiptOrderPlacedOn&amp;quot; is probably unnecessary for our purposes.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports multiple shipments.&lt;br /&gt;
*Gift options.&lt;br /&gt;
*Explicitly stated credit-card charge.&lt;br /&gt;
&lt;br /&gt;
==== Facebook ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/Facebook-gift-receipt.html Example]&lt;br /&gt;
&lt;br /&gt;
*purchase total&lt;br /&gt;
*items (informal description of two items, including quantity)&lt;br /&gt;
*recipient name&lt;br /&gt;
*order id&lt;br /&gt;
*billed-to name&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Quite minimal and informal receipt. Good example of how a microformat would preserve human readability and informal style while enabling machine reading.&lt;br /&gt;
&lt;br /&gt;
==== Google Checkout ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-e-mail-receipt.tidied.html Example email receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-Order-Receipt_DVD-Empire.tidied.htm Example web receipt]&lt;br /&gt;
&lt;br /&gt;
*vendor address&lt;br /&gt;
*shipping address&lt;br /&gt;
*date&lt;br /&gt;
*order id&lt;br /&gt;
*items&lt;br /&gt;
**shipping status (&amp;quot;Not yet shipped&amp;quot;, etc.)&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*total&lt;br /&gt;
*order history (placed, received, charged, shipped) (web receipt only)&lt;br /&gt;
**credit-card statement reference (only after the charge has been made)&lt;br /&gt;
*payment info (web receipt only)&lt;br /&gt;
**card type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**cardholder address&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*taxRow&lt;br /&gt;
**taxIdentifier&lt;br /&gt;
**taxAmount&lt;br /&gt;
*totalAmount&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Explicit seller address (one per order).&lt;br /&gt;
*Current shipping status of each item.&lt;br /&gt;
*E-mail receipt has permalink.&lt;br /&gt;
*Order history (date placed, received, charged, shipped).&lt;br /&gt;
*Displayed credit-card statement reference only after card was charged.&lt;br /&gt;
&lt;br /&gt;
==== iTunes ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/iTunes-receipt-e-mail.html iTunes e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*billing address&lt;br /&gt;
*order no.&lt;br /&gt;
*receipt date&lt;br /&gt;
*order total&lt;br /&gt;
*card &lt;br /&gt;
**type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
*item&lt;br /&gt;
**item no.&lt;br /&gt;
**description (including link to write a review)&lt;br /&gt;
**unit price&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*No quantity information.&lt;br /&gt;
&lt;br /&gt;
==== Longs/FujiFilm ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Longs-Fujifilm-photo-receipt.html Longs/Fujifilm e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*order no.&lt;br /&gt;
*payment info&lt;br /&gt;
**method (COD, credit card, etc.)&lt;br /&gt;
*customer address&lt;br /&gt;
*pickup address&lt;br /&gt;
*items&lt;br /&gt;
**name&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
**line item subtotal&lt;br /&gt;
*order items total&lt;br /&gt;
*tax&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*payment-heading&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*No order date; has pick-up date instead.&lt;br /&gt;
*Has pickup address rather than shipping address.&lt;br /&gt;
&lt;br /&gt;
==== Mobivox/PayPal ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal.htm Mobivox/PayPal receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal-printable.htm Mobivox/PayPal printable receipt]&lt;br /&gt;
&lt;br /&gt;
*seller address&lt;br /&gt;
*receipt id&lt;br /&gt;
*date of order&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**item option (not quite sure what this is for)&lt;br /&gt;
**unit price&lt;br /&gt;
**qty&lt;br /&gt;
**total&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
*total amount&lt;br /&gt;
*payment info&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**charge&lt;br /&gt;
**appears on bill/statement as &amp;quot;MOBIVOXCORP&amp;quot;&lt;br /&gt;
*buyer contact&lt;br /&gt;
&lt;br /&gt;
Relevant semantic HTML:&lt;br /&gt;
*order-summary&lt;br /&gt;
**cart&lt;br /&gt;
***(unnamed tr)&lt;br /&gt;
****item-name&lt;br /&gt;
****item-total&lt;br /&gt;
****item-option (not quite sure what this is for)&lt;br /&gt;
**subtotal&lt;br /&gt;
**totals-value&lt;br /&gt;
**totals-currency&lt;br /&gt;
**purchase-summary&lt;br /&gt;
***summary-total&lt;br /&gt;
****price-total&lt;br /&gt;
****price-currency&lt;br /&gt;
*funding-mix&lt;br /&gt;
**payment-type&lt;br /&gt;
**amount&lt;br /&gt;
**ccStatement&lt;br /&gt;
*contact-information (contains hCard microformat)&lt;br /&gt;
&lt;br /&gt;
This semantic HTML is the most complete and well-thought-out I've seen in this analysis. It even makes use of the fieldset element in forms, something I've never seen before.[[User:Lastorset|Lastorset]] 16:21, 25 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
Microformats used:&lt;br /&gt;
*hCard (non-compliant due to missing formatted name): buyer contact info&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Explicitly stated credit-card charge.&lt;br /&gt;
*Displayed credit-card-statement reference.&lt;br /&gt;
*Explicitly displayed seller address (one seller per order).&lt;br /&gt;
&lt;br /&gt;
==== Symantec ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Symantec-reminder-e-mail.html Symantec e-mail reminder]&lt;br /&gt;
&lt;br /&gt;
*buyer name&lt;br /&gt;
*date&lt;br /&gt;
*payment method&lt;br /&gt;
*last 4 digits&lt;br /&gt;
*appears on statement as &amp;quot;DR *Symantec&amp;quot;&lt;br /&gt;
*items&lt;br /&gt;
**qty&lt;br /&gt;
**product name&lt;br /&gt;
**platform&lt;br /&gt;
**delivery method&lt;br /&gt;
**price&lt;br /&gt;
*subtotal&lt;br /&gt;
*grand total&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*As an e-mail &amp;quot;order reminder&amp;quot; rather than a receipt, this was slightly more informal than the other samples. As such there was &lt;br /&gt;
**no order id&lt;br /&gt;
**a permalink&lt;br /&gt;
*&amp;quot;Delivery method&amp;quot; could be download or ship.&lt;br /&gt;
&lt;br /&gt;
== Analysis ==&lt;br /&gt;
&lt;br /&gt;
=== Analysis of Bills ===&lt;br /&gt;
&lt;br /&gt;
=== Analysis of Receipts ===&lt;br /&gt;
Analyzed using spreadsheet available at http://spreadsheets.google.com/pub?key=pAGYQr-yhoUh6sl5NaqEVZw. E-mail &amp;lt;code&amp;gt;leifarne at storset dot net&amp;lt;/code&amp;gt; if you want edit permissions.&lt;br /&gt;
&lt;br /&gt;
The analysis was performed on the following samples: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Update the following list when analysis on new items is performed. --&amp;gt;&lt;br /&gt;
*[[#Amazon|Amazon]]&lt;br /&gt;
*[[#Skype|Skype]]&lt;br /&gt;
*[[#A1Books|A1Books]]&lt;br /&gt;
*[[#Barnes&amp;amp;Noble|Barnes&amp;amp;Noble]]&lt;br /&gt;
*[[#Facebook|Facebook]]&lt;br /&gt;
*[[#Google Checkout|Google Checkout]]&lt;br /&gt;
*[[#iTunes|iTunes]]&lt;br /&gt;
*[[#Longs/FujiFilm|Longs/FujiFilm]]&lt;br /&gt;
*[[#Mobivox/PayPal|Mobivox/PayPal]]&lt;br /&gt;
*[[#Symantec|Symantec]]&lt;br /&gt;
&lt;br /&gt;
====Addresses====&lt;br /&gt;
All receipts have hCard candidates (i. e. name and/or address) of at least one of these types:&lt;br /&gt;
*buyer/customer&lt;br /&gt;
*seller&lt;br /&gt;
*shipping&lt;br /&gt;
*billing&lt;br /&gt;
*pickup&lt;br /&gt;
&lt;br /&gt;
====Shipping====&lt;br /&gt;
These vendors supported '''multiple shipments''':&lt;br /&gt;
*Amazon.com&lt;br /&gt;
*Barnes&amp;amp;Noble&lt;br /&gt;
**Also displayed shipment subtotals.&lt;br /&gt;
&lt;br /&gt;
These displayed '''shipping method/speed''':&lt;br /&gt;
*Amazon.com&lt;br /&gt;
*Barnes&amp;amp;Noble&lt;br /&gt;
*Symantec&lt;br /&gt;
&lt;br /&gt;
These displayed '''gift''' choices:&lt;br /&gt;
*Amazon.com&lt;br /&gt;
*Barnes&amp;amp;Noble&lt;br /&gt;
&lt;br /&gt;
For most vendors, each item had the following information:&lt;br /&gt;
*description&lt;br /&gt;
*quantity&lt;br /&gt;
*unit price&lt;br /&gt;
*line total&lt;br /&gt;
Google Checkout additionally provided shipping status.&lt;br /&gt;
&lt;br /&gt;
====Payment information====&lt;br /&gt;
Most vendors displayed:&lt;br /&gt;
*payment method (credit card or COD, card type)&lt;br /&gt;
*last 4 or 5 digits of credit card&lt;br /&gt;
*expiration date of credit card&lt;br /&gt;
&lt;br /&gt;
Some also displayed&lt;br /&gt;
*reference on credit-card statement (&amp;quot;This order will appear as ABCD0001234 on your credit-card statement.&amp;quot;)&lt;br /&gt;
*the credit-card charge itself&lt;br /&gt;
&lt;br /&gt;
====Totals====&lt;br /&gt;
Most displayed:&lt;br /&gt;
*subtotal&lt;br /&gt;
*shipping and handling cost (if applicable)&lt;br /&gt;
*tax&lt;br /&gt;
*grand total&lt;br /&gt;
&lt;br /&gt;
Some also displayed:&lt;br /&gt;
*total before tax&lt;br /&gt;
*total quantity (only A1Books)&lt;br /&gt;
&lt;br /&gt;
====Marketplace====&lt;br /&gt;
Most receipt formats are for one seller only. The following support different sellers:&lt;br /&gt;
*A1Books: per item&lt;br /&gt;
*Amazon.com: per item&lt;br /&gt;
*Google Checkout: per receipt&lt;br /&gt;
*PayPal: per receipt&lt;br /&gt;
&lt;br /&gt;
====Other properties====&lt;br /&gt;
Almost all receipts had&lt;br /&gt;
*order date&lt;br /&gt;
**Facebook had no date.&lt;br /&gt;
**Longs/FujiFilm had pick-up date instead.&lt;br /&gt;
*order id&lt;br /&gt;
**Symantec did not mention order id.&lt;br /&gt;
&lt;br /&gt;
Other interesting items:&lt;br /&gt;
*permalink (on most e-mail receipts)&lt;br /&gt;
*link to purchase history&lt;br /&gt;
*order history (Google Checkout):&lt;br /&gt;
**placed&lt;br /&gt;
**received&lt;br /&gt;
**charged&lt;br /&gt;
**shipped&lt;br /&gt;
&lt;br /&gt;
== Existing Practices ==&lt;br /&gt;
&lt;br /&gt;
Listed below is an overview of existing patterns and practices found in the wild for bill and receipt data.&lt;br /&gt;
&lt;br /&gt;
===Summary of common patterns discovered===&lt;br /&gt;
&lt;br /&gt;
===Other attempts to solve The Problem===&lt;br /&gt;
For paper receipts, [http://www.neatreceipts.com/ NeatReceipts Scanalizer] offers a heuristic-based solution.&lt;br /&gt;
&lt;br /&gt;
== Proposal ==&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[receipt]]&lt;br /&gt;
* http://en.wikipedia.org/wiki/Receipt&lt;/div&gt;</summary>
		<author><name>Lastorset</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=receipt&amp;diff=33281</id>
		<title>receipt</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=receipt&amp;diff=33281"/>
		<updated>2007-08-17T18:41:16Z</updated>

		<summary type="html">&lt;p&gt;Lastorset: /* Related pages */ linked to receipt-formats&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Receipt=&lt;br /&gt;
&lt;br /&gt;
Preparation for a possible receipt/ billing microformat.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
&amp;lt;!-- alphabetical by surname --&amp;gt;&lt;br /&gt;
*[[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*Rob Manson&lt;br /&gt;
&lt;br /&gt;
== The Problem ==&lt;br /&gt;
&lt;br /&gt;
The ability to securely purchase items through a web browser has created a large number of sites that contain the entire purchasing process online. It is common that a customer selects the items that they want to buy, a bill is displayed, a purchase occurs and finally a receipt is displayed to the customer. Currently, it is difficult for a computer to understand when a bill is displayed, when a receipt is displayed and what items are a part of that bill or receipt.&lt;br /&gt;
&lt;br /&gt;
Typically, receipts are e-mailed to customers. It would be helpful if there was a better way to extract the receipt data from a website and process it using another piece of software. It would also be beneficial for other Microformats to be able to display a bill or receipt as part of their content. hListing, and hProduct, hAudio are a three examples of Microformats that could use a bill/receipt Microformat.&lt;br /&gt;
&lt;br /&gt;
==Use cases==&lt;br /&gt;
Extract details to:&lt;br /&gt;
* accountancy/ personal finance software&lt;br /&gt;
* expense claim software&lt;br /&gt;
* tax return software&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Related pages==&lt;br /&gt;
*[[receipt-examples]]&lt;br /&gt;
*[[receipt-formats]]&lt;/div&gt;</summary>
		<author><name>Lastorset</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=trade-examples&amp;diff=19971</id>
		<title>trade-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=trade-examples&amp;diff=19971"/>
		<updated>2007-08-17T18:40:44Z</updated>

		<summary type="html">&lt;p&gt;Lastorset: suggestion moving some content&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= What trade is all about =&lt;br /&gt;
&lt;br /&gt;
'''Trade''' is the act of transacting goods between two parties. Transactions may or may not involve the actual exchange of goods, as they may simply represent an order for goods.&lt;br /&gt;
&lt;br /&gt;
This is an exploratory page to document trade examples currently published around the web. Typically, the metadata associated with this content is stored in non-semantic markup and proprietary formats. The purpose of the studies on this page is to serve as background for the design of a simple distributed trade microformat.&lt;br /&gt;
&lt;br /&gt;
:The first part of this page (up to the examples) may fit better on a page simply named &amp;quot;trade&amp;quot;. [[User:Lastorset|Leif Arne Storset]] 11:40, 17 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Why do we need a trade microformat? ==&lt;br /&gt;
&lt;br /&gt;
There are many examples of financial transactions across the web and in desktop applications, including bank statements, purchase receipts, wishlists, [[PersonalFinanceManager | PFM]] applications, etc. A standardized format would facilitate integration between vendors, financial institutions and applications to provide for far more robust financial accounting integration.&lt;br /&gt;
&lt;br /&gt;
There is no published standard means of communicating trade. As such there are many different implementations, and much parsing occurs at both ends of the equation. &lt;br /&gt;
&lt;br /&gt;
=== Example ===&lt;br /&gt;
&lt;br /&gt;
* A bank stores structured transactional metadata in a mainframe.&lt;br /&gt;
* A consumer references this information in an online banking web application.&lt;br /&gt;
* A consumer tracks their finances using mobile banking.&lt;br /&gt;
* A consumer deposits their cash using an ATM.&lt;br /&gt;
* A consumer uses their mobile device and NFC technology to purchase items at a storefront.&lt;br /&gt;
* A consumer manages their personal goals using an online toolkit.&lt;br /&gt;
* A consumer also manages their budget using Quicken.&lt;br /&gt;
* A consumer purchases items with their credit card on an e-commerce portal.&lt;br /&gt;
* A consumer maintains a list of items they wish to purchase at a future date.&lt;br /&gt;
* A small business supplies services to a consumer, emails them an invoice and uses an e-check as payment.&lt;br /&gt;
&lt;br /&gt;
Each of these platforms uses a proprietary means of displaying, structuring and storing the same data. A microformat devoted to trade would provide for easy interoperability between services and applications, facilitating further trade, and simplifying the means of transferring data.&lt;br /&gt;
&lt;br /&gt;
== Participants ==&lt;br /&gt;
* [[ClayNewton | Clay Newton]]&lt;br /&gt;
&lt;br /&gt;
== How people trade today ==&lt;br /&gt;
&lt;br /&gt;
=== Current ===&lt;br /&gt;
* People transact through a number of electronic forms&lt;br /&gt;
** card transactions&lt;br /&gt;
** ACH (Automatic Clearing House)&lt;br /&gt;
** POS (Point of Sale)&lt;br /&gt;
** Check (e-checks)&lt;br /&gt;
** Transfers&lt;br /&gt;
*** Interbank&lt;br /&gt;
*** Intrabank&lt;br /&gt;
*** P2P&lt;br /&gt;
** ATM&lt;br /&gt;
*** Deposits&lt;br /&gt;
*** Transfers&lt;br /&gt;
*** Withdrawals&lt;br /&gt;
*** Purchases&lt;br /&gt;
* People use records of these transactions to&lt;br /&gt;
** Plan their finances&lt;br /&gt;
** Manage their expenses&lt;br /&gt;
** Report their PNL&lt;br /&gt;
* All of which create collections of records&lt;br /&gt;
** Bank statements&lt;br /&gt;
** Purchase orders&lt;br /&gt;
** wishlists&lt;br /&gt;
** Financial Management suites&lt;br /&gt;
** Account aggregators&lt;br /&gt;
** Budgets&lt;br /&gt;
*** Personal&lt;br /&gt;
*** Business / Enterprise&lt;br /&gt;
&lt;br /&gt;
=== Human ===&lt;br /&gt;
People use a number of means to track their finances in meatspace. &lt;br /&gt;
&lt;br /&gt;
Consumers use their check registers to track finances. Many times consumers will use a spreadsheet for budgeting, or Quicken / MS Money to track expenditures. Many people track their finances using envelopes to represent discretionary spending within specific categories. People are beginning to use tools like Mvelopes and Wesabe to do an electronic equivalent.&lt;br /&gt;
&lt;br /&gt;
Business use robust financial software to manage their finances. Spreadsheets are common, as is the use of financial ledgers.&lt;br /&gt;
&lt;br /&gt;
=== Behavior ===&lt;br /&gt;
* TODO: '''notes below are from the behavior boilerplate'''&lt;br /&gt;
* What people actually '''do'''. Think empirical evidence, much as in the same way that the scientific method requires gathering of empirical data.&lt;br /&gt;
* not:&lt;br /&gt;
** what they ''might'' do&lt;br /&gt;
** ''should have'' done&lt;br /&gt;
** ''would'' do&lt;br /&gt;
** Intention/Desire/Want. A common mistake done by folks researching background for formats is to explicitly *ask* folks what they *want* or *prefer*, as opposed to *studying* what they *do*.  It is well known among behavioral researchers/surveyors that *asking* people what they *want*, or even *asking* people what they *do*, will give you very different (and worse / less accurate) answers than actually *studying* what they *do* in the real world.&lt;br /&gt;
** Formats. Formats are prescriptions for behavior, not behavior itself.  For documenting formats, create a *-formats page.&lt;br /&gt;
&lt;br /&gt;
=== Web ===&lt;br /&gt;
* TODO: '''notes below are from the WEB boilerplate'''&lt;br /&gt;
* The examples MUST focus on examples actually published on the Web, at a publicly available URL, which should be documented along with the example itself on the wiki page.&lt;br /&gt;
* Non-web examples are ok *only* for secondary/tertiary consideration, and by no means outweight (no matter what their quantity etc.) the Web examples.&lt;br /&gt;
** private files&lt;br /&gt;
** paper&lt;br /&gt;
** etc.&lt;br /&gt;
&lt;br /&gt;
== Trade Examples ==&lt;br /&gt;
=== Bank of America ===&lt;br /&gt;
[http://www.bankofamerica.com Bank of America]&lt;br /&gt;
==== Deposit Accounts ====&lt;br /&gt;
Grouped by Account&lt;br /&gt;
* date&lt;br /&gt;
** posted&lt;br /&gt;
** scheduled&lt;br /&gt;
* payee Name&lt;br /&gt;
* type&lt;br /&gt;
** check image url (front)&lt;br /&gt;
** check image url (back)&lt;br /&gt;
* status&lt;br /&gt;
* amount&lt;br /&gt;
* running balance&lt;br /&gt;
* fee info&lt;br /&gt;
* amount held&lt;br /&gt;
* date held&lt;br /&gt;
&lt;br /&gt;
'''Markup:'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;tr class=&amp;quot;module1bkgd3&amp;quot; id=&amp;quot;row17&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;td class=&amp;quot;mi&amp;quot; width=&amp;quot;6&amp;quot;&amp;gt;&amp;lt;a name=&amp;quot;skip17&amp;quot;&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;img &lt;br /&gt;
 src=&amp;quot;spacer-image-url&amp;quot; alt=&amp;quot;&amp;quot; border=&amp;quot;0&amp;quot; width=&amp;quot;6&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;td class=&amp;quot;mi&amp;quot; width=&amp;quot;6&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;div id=&amp;quot;fdi17&amp;quot; class=&amp;quot;inline&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;some-url&amp;quot; &lt;br /&gt;
  onclick=&amp;quot;some-js()&amp;quot; class=&amp;quot;linknormal&amp;quot; id=&amp;quot;di17&amp;quot;&amp;gt;&amp;lt;img &lt;br /&gt;
  id=&amp;quot;rtImg17&amp;quot; src=&amp;quot;expand-image-url&amp;quot; alt=&amp;quot;Expand this &lt;br /&gt;
  form to view and enter additional details for this &lt;br /&gt;
  transaction&amp;quot; align=&amp;quot;absmiddle&amp;quot; border=&amp;quot;0&amp;quot;&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;td class=&amp;quot;tp&amp;quot; align=&amp;quot;left&amp;quot; width=&amp;quot;15%&amp;quot;&amp;gt;07/31/2007&amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;td class=&amp;quot;t2&amp;quot; width=&amp;quot;36%&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;div id=&amp;quot;dld17&amp;quot; class=&amp;quot;inline&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;a href=&amp;quot;some-url&amp;quot; class=&amp;quot;linknormal4&amp;quot; title=&amp;quot;BANK &lt;br /&gt;
   OF AMERICA DES:PAYROLL ID: INDN:NEWTON CLAY CO &lt;br /&gt;
   ID:1042472499 PPD REF:000478766385121108250007211&lt;br /&gt;
   00301576107073122&amp;quot; onclick=&amp;quot;some-js()&amp;quot;&amp;gt;BANK OF &lt;br /&gt;
   AMERICA DES:PAYROLL ID: INDN:NEWT...&amp;lt;/a&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;/td&amp;gt;		&lt;br /&gt;
 &amp;lt;td class=&amp;quot;mi&amp;quot; align=&amp;quot;center&amp;quot; width=&amp;quot;10%&amp;quot;&amp;gt;&amp;lt;img &lt;br /&gt;
 src=&amp;quot;deposit-image-url&amp;quot; alt=&amp;quot;Deposit&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;td class=&amp;quot;mi&amp;quot; align=&amp;quot;center&amp;quot; width=&amp;quot;10%&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;a onclick=&amp;quot;some-js()&amp;quot; href=&amp;quot;some-url&amp;quot; &lt;br /&gt;
  class=&amp;quot;linknormal2&amp;quot; title=&amp;quot;&amp;quot;&amp;gt;&amp;lt;img id=&amp;quot;stat_17&amp;quot; &lt;br /&gt;
  src=&amp;quot;status-image-url&amp;quot; alt=&amp;quot;Cleared. Select this &lt;br /&gt;
  link to mark transaction as reconciled.&amp;quot; border=&amp;quot;0&amp;quot;&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;
 &amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;td class=&amp;quot;mi&amp;quot; align=&amp;quot;right&amp;quot; nowrap=&amp;quot;nowrap&amp;quot; &lt;br /&gt;
 width=&amp;quot;75&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;statementcolmn2&amp;quot;&amp;gt;&amp;lt;span &lt;br /&gt;
  class=&amp;quot;textn2&amp;quot;&amp;gt;$1,234.56&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;td class=&amp;quot;module1bkgd4&amp;quot; width=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;img &lt;br /&gt;
 src=&amp;quot;spacer-image-url&amp;quot; alt=&amp;quot;&amp;quot; height=&amp;quot;1&amp;quot; &lt;br /&gt;
 width=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;td class=&amp;quot;mi&amp;quot; nowrap=&amp;quot;nowrap&amp;quot; width=&amp;quot;11%&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;statementcolmn2&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;span class=&amp;quot;textn2&amp;quot;&amp;gt;$8,910.11&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;/td&amp;gt;&lt;br /&gt;
 &amp;lt;td width=&amp;quot;10&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;spacer-image-url&amp;quot; &lt;br /&gt;
 alt=&amp;quot;&amp;quot; border=&amp;quot;0&amp;quot; width=&amp;quot;10&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Keep the Change ====&lt;br /&gt;
* date posted&lt;br /&gt;
* # of transactions&lt;br /&gt;
** transaction description&lt;br /&gt;
** transaction url&lt;br /&gt;
** is matched?&lt;br /&gt;
** transaction amount&lt;br /&gt;
* amount you keep&lt;br /&gt;
* to account&lt;br /&gt;
* no transfer&lt;br /&gt;
==== Card Accounts ====&lt;br /&gt;
* date&lt;br /&gt;
** transaction&lt;br /&gt;
** posted&lt;br /&gt;
* description&lt;br /&gt;
* amount&lt;br /&gt;
* running balance&lt;br /&gt;
* card type&lt;br /&gt;
* transaction type&lt;br /&gt;
* periodic rate&lt;br /&gt;
* reference number&lt;br /&gt;
* reward&lt;br /&gt;
** reward type&lt;br /&gt;
** reward url&lt;br /&gt;
&lt;br /&gt;
=== Wells Fargo ===&lt;br /&gt;
[http://www.wellsfargo.com Wells Fargo]&lt;br /&gt;
&lt;br /&gt;
enter notes here&lt;br /&gt;
&lt;br /&gt;
=== Citibank ===&lt;br /&gt;
[http://www.citibank.com Citibank]&lt;br /&gt;
&lt;br /&gt;
enter notes here&lt;br /&gt;
&lt;br /&gt;
=== ING ===&lt;br /&gt;
[http://www.ing.com ING]&lt;br /&gt;
&lt;br /&gt;
enter notes here&lt;br /&gt;
&lt;br /&gt;
=== Amazon.com ===&lt;br /&gt;
[http://www.amazon.com Amazon.com]&lt;br /&gt;
&lt;br /&gt;
enter notes here&lt;br /&gt;
&lt;br /&gt;
=== eBay ===&lt;br /&gt;
[http://www.ebay.com Ebay]&lt;br /&gt;
&lt;br /&gt;
enter notes here&lt;br /&gt;
&lt;br /&gt;
=== Paypal ===&lt;br /&gt;
[http://www.paypal.com Paypal]&lt;br /&gt;
&lt;br /&gt;
enter notes here&lt;br /&gt;
&lt;br /&gt;
=== Quicken ===&lt;br /&gt;
[http://www.quicken.com Quicken]&lt;br /&gt;
==== Deposits Accounts ====&lt;br /&gt;
* post date (PostDt)&lt;br /&gt;
* transaction description (TrDesc)&lt;br /&gt;
* transaction amount (TrAmt)&lt;br /&gt;
* type (TT)&lt;br /&gt;
* running balance (RunningBal)&lt;br /&gt;
&lt;br /&gt;
'''Markup:'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;Item&amp;gt;&lt;br /&gt;
&amp;lt;PostDt&amp;gt;12/27/2005&amp;lt;/PostDt&amp;gt;&lt;br /&gt;
&amp;lt;TrDesc&amp;gt;FIREWOOD CAFE-METREON 12/22 CARD #0265 PURCHASE  #24388945357670320615609 SAN FRANCISCO, CA&amp;lt;/TrDesc&amp;gt;&lt;br /&gt;
&amp;lt;TrAmt&amp;gt;-$10.95&amp;lt;/TrAmt&amp;gt;&lt;br /&gt;
&amp;lt;TT&amp;gt;D&amp;lt;/TT&amp;gt;&lt;br /&gt;
&amp;lt;RunningBal&amp;gt;$2,916.63&amp;lt;/RunningBal&amp;gt;&lt;br /&gt;
&amp;lt;/Item&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Quickbooks ===&lt;br /&gt;
enter notes here&lt;br /&gt;
&lt;br /&gt;
=== Wesabe ===&lt;br /&gt;
[http://www.wesabe.com Wesabe]&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;TRANSACTION-ID&amp;quot; class=&amp;quot;txaction_display&amp;quot; &amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;merchant_info&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;date&amp;quot;&amp;gt; Friday, March 23rd &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;div class=&amp;quot;merchant&amp;quot; id=&amp;quot;TRANSACTION-ID&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;name&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;MERCH-ID&amp;quot;&amp;gt;Mojo JOJO&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
      &amp;lt;div class=&amp;quot;tags&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;span class=&amp;quot;rating_text&amp;quot;&amp;gt;Rating: &amp;lt;span class=&amp;quot;user&amp;quot;&amp;gt;User&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
      Tags: &amp;lt;a href=&amp;quot;TAG-URL&amp;quot;&amp;gt;groceries&amp;lt;/a&amp;gt;&lt;br /&gt;
      &amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;balance&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;credit&amp;quot;&amp;gt;$988.56&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;amount&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;nowrap&amp;quot;&amp;gt;-$7.56&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Yodlee ===&lt;br /&gt;
enter notes here&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[trade-brainstorming | Brainstorming trade]]&lt;/div&gt;</summary>
		<author><name>Lastorset</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=19958</id>
		<title>receipt-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=19958"/>
		<updated>2007-08-17T09:43:02Z</updated>

		<summary type="html">&lt;p&gt;Lastorset: /* Google Checkout */ new info on statement reference&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Receipt examples =&lt;br /&gt;
&lt;br /&gt;
=== Contributors ===&lt;br /&gt;
*Rob Manson&lt;br /&gt;
*Leif Arne Storset&lt;br /&gt;
&lt;br /&gt;
== Real-World Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Bill / Invoice ===&lt;br /&gt;
&lt;br /&gt;
Bills or Invoices are &amp;quot;yet to be paid&amp;quot; items.&lt;br /&gt;
&lt;br /&gt;
Question: Perhaps these examples (yet to be provided) should be moved to a separate page as Bill/Invoice is quite different from Receipt.&lt;br /&gt;
&lt;br /&gt;
: With [[hResume]], I've [[hresume-brainstorming|suggested]] that the subtle difference between actively seeking work and just presenting your resume be a case of including [[hlisting]] markup.&lt;br /&gt;
: With bills vs invoices, it may turn out that the content found within would be identical, and it might just be a case of putting in a class flag to indicate whether the presented document has been paid for or not.&lt;br /&gt;
: [[User:SignpostMarv|SignpostMarv]] 12:55, 21 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
::I think a class flag is a great idea, but I don't believe we have any samples for invoices. However, if we look at order review vs. order summary rather than invoices vs. receipts, the payment flag does become relevant in many of the sampled online stores.&lt;br /&gt;
::How would such a flag be implemented? &lt;br /&gt;
::*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;hreceipt unpaid&amp;quot;/&amp;quot;hreceipt paid&amp;quot;&amp;gt;...&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;hreceipt&amp;quot; title=&amp;quot;paid&amp;quot;&amp;gt;...&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::[[User:Lastorset|Lastorset]] 14:55, 16 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Receipts ===&lt;br /&gt;
&lt;br /&gt;
Receipts are post-purchase items.&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* [http://mobileonlinebusiness.com.au/uf/receipt/Amazon.com-Vieworder-anon.htm Example]&lt;br /&gt;
* contains: &lt;br /&gt;
**&amp;lt;del&amp;gt;email address&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
**date of order&lt;br /&gt;
**order id&lt;br /&gt;
**shipments&lt;br /&gt;
***shipping estimate&lt;br /&gt;
***delivery estimate&lt;br /&gt;
***shipping address&lt;br /&gt;
***shipping speed&lt;br /&gt;
***shipping preference (item grouping)&lt;br /&gt;
***items&lt;br /&gt;
****quantity&lt;br /&gt;
****seller&lt;br /&gt;
****price&lt;br /&gt;
****item information&lt;br /&gt;
**payment&lt;br /&gt;
***card type&lt;br /&gt;
***last 5 digits&lt;br /&gt;
***expiration date&lt;br /&gt;
***billing address&lt;br /&gt;
***subtotal&lt;br /&gt;
***shipping and handling price&lt;br /&gt;
***total before tax&lt;br /&gt;
***tax&lt;br /&gt;
***grand total&lt;br /&gt;
**&amp;lt;del&amp;gt;discount price&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
* Little semantic HTML of interest, except an anchor with id &amp;quot;payment-info&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports multiple shipments.&lt;br /&gt;
*Supports one seller per item.&lt;br /&gt;
*Displays shipping and delivery estimate.&lt;br /&gt;
*Offers item grouping preference.&lt;br /&gt;
*Gift options.&lt;br /&gt;
&lt;br /&gt;
==== Skype ====&lt;br /&gt;
&lt;br /&gt;
===== Skype Phone =====&lt;br /&gt;
*[[receipt-example-skype-phone|example source code]]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Skype-order-history.html Skype order history]&lt;br /&gt;
&lt;br /&gt;
* Shipping Address&lt;br /&gt;
* date in dd/mm/yyyy format&lt;br /&gt;
* Order number in nnnn-nnnnnnn-nnn format&lt;br /&gt;
* Reference (was blank in example, presumed to appear on bank statement for this transaction)&lt;br /&gt;
* Items&lt;br /&gt;
** Quantity&lt;br /&gt;
** Description&lt;br /&gt;
** Price&lt;br /&gt;
** Total&lt;br /&gt;
** VAT (tax) %&lt;br /&gt;
* Payment&lt;br /&gt;
** subtotal (&amp;quot;total&amp;quot;)&lt;br /&gt;
** shipping cost&lt;br /&gt;
** grand total (&amp;quot;total (gross)&amp;quot;)&lt;br /&gt;
** total (VAT excluded)&lt;br /&gt;
** VAT (amount)&lt;br /&gt;
* Chosen payment method: &amp;quot;Your payment method is: Credit card&amp;quot;&lt;br /&gt;
* Legal blurb&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
* Order resume class=&amp;quot;order-listing&amp;quot;&lt;br /&gt;
* Each item class=&amp;quot;row&amp;quot;&lt;br /&gt;
* All totals rows class=&amp;quot;totals-row&amp;quot; except grand total class=&amp;quot;grandtotal-row&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Displayed credit-card-statement reference (presumably).&lt;br /&gt;
&lt;br /&gt;
==== Internet banking transaction receipts ====&lt;br /&gt;
===== Example 1 =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
time&lt;br /&gt;
receipt type (e.g. TRANSFER BETWEEN MY ACCOUNTS)&lt;br /&gt;
  transfer from&lt;br /&gt;
  transfer to&lt;br /&gt;
amount&lt;br /&gt;
description&lt;br /&gt;
information/comment&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Digital product purchase receipts ====&lt;br /&gt;
===== Example 1 : Software =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
order/receipt number&lt;br /&gt;
seller's details&lt;br /&gt;
  sold by (hCard candidate)&lt;br /&gt;
    org&lt;br /&gt;
    adr&lt;br /&gt;
  tax number (VAT in this example)&lt;br /&gt;
  tax id (Federal Tax ID)&lt;br /&gt;
buyer's details&lt;br /&gt;
  buyer (hCard candidate)&lt;br /&gt;
    name&lt;br /&gt;
    org&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
    country-name&lt;br /&gt;
    tel&lt;br /&gt;
    email&lt;br /&gt;
  credit card number (PAN truncated - with type)&lt;br /&gt;
item list&lt;br /&gt;
  product code&lt;br /&gt;
  name&lt;br /&gt;
  comments&lt;br /&gt;
  price&lt;br /&gt;
  delivery method&lt;br /&gt;
  quantity&lt;br /&gt;
  total in selected currency&lt;br /&gt;
  total in sellers currency&lt;br /&gt;
total (sum of item list totals)&lt;br /&gt;
processing fee&lt;br /&gt;
grand total (final amount charged)&lt;br /&gt;
information (caveats and tax info)&lt;br /&gt;
permalink&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : SSL certificate =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
purchase information&lt;br /&gt;
  order id&lt;br /&gt;
  product name&lt;br /&gt;
  domain name&lt;br /&gt;
  validity period&lt;br /&gt;
  number of licenses&lt;br /&gt;
  card number (PAN truncated)&lt;br /&gt;
  amount (with selected currency)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Physical product purchase receipts ====&lt;br /&gt;
===== Example 1 : Computer hardware =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller's name (hCard candidate)&lt;br /&gt;
seller's URL (hCard candidate)&lt;br /&gt;
invoice id&lt;br /&gt;
org govt reference (ABN - Australian Business Number)&lt;br /&gt;
date&lt;br /&gt;
seller details (hCard candidate)&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
buyer (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  billing address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  delivery address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  phone&lt;br /&gt;
item list&lt;br /&gt;
  item&lt;br /&gt;
  description&lt;br /&gt;
  amount&lt;br /&gt;
  quantity&lt;br /&gt;
  product url&lt;br /&gt;
  total&lt;br /&gt;
delivery cost&lt;br /&gt;
total excluding tax&lt;br /&gt;
tax (GST - Goods and Service Tax)&lt;br /&gt;
total including tax&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Service purchase receipts ====&lt;br /&gt;
===== Example 1 : Online subscription =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
seller's details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  country-name&lt;br /&gt;
buyer's details (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  phone&lt;br /&gt;
date&lt;br /&gt;
receipt id&lt;br /&gt;
item list&lt;br /&gt;
  product description&lt;br /&gt;
  quantity&lt;br /&gt;
  rate (per unit)&lt;br /&gt;
  price&lt;br /&gt;
sub total&lt;br /&gt;
amount paid&lt;br /&gt;
balance due&lt;br /&gt;
information&lt;br /&gt;
transaction id&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : Co-location =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
sellers details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  url&lt;br /&gt;
  phone&lt;br /&gt;
message&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
amount&lt;br /&gt;
information&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== A1Books ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/A1Books-Sales-Order-anon.htm Example]&lt;br /&gt;
&lt;br /&gt;
*vendor &lt;br /&gt;
**name&lt;br /&gt;
**fax&lt;br /&gt;
*date&lt;br /&gt;
*order number&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**list price&lt;br /&gt;
**sale price&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*subtotal&lt;br /&gt;
*shipping&lt;br /&gt;
*total&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*account information&lt;br /&gt;
**phone&lt;br /&gt;
**e-mail&lt;br /&gt;
*payment&lt;br /&gt;
**method&lt;br /&gt;
**last four digits&lt;br /&gt;
&lt;br /&gt;
No semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports one seller per item.&lt;br /&gt;
*Does not display tax.&lt;br /&gt;
&lt;br /&gt;
==== Barnes&amp;amp;Noble ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/BarnesAndNoble.com-receipt.anon.tidied.htm Example]&lt;br /&gt;
&lt;br /&gt;
*date&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*payment&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**charge&lt;br /&gt;
*savings on shipping&lt;br /&gt;
*order no.&lt;br /&gt;
*delivery option&lt;br /&gt;
*items&lt;br /&gt;
**description: title, author, ISBN, price&lt;br /&gt;
**qty&lt;br /&gt;
**gift options: wrap, message&lt;br /&gt;
**total price&lt;br /&gt;
*shipment subtotal&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*shipment total (seems to account for orders requiring multiple shipments)&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*receiptOrderNumbers&lt;br /&gt;
*receiptOrderPlacedOn&lt;br /&gt;
*orderInformation&lt;br /&gt;
**shippingAddress&lt;br /&gt;
**billingAddress&lt;br /&gt;
**paymentInformation&lt;br /&gt;
*shippingSelections&lt;br /&gt;
*showProducts&lt;br /&gt;
**reviewTable&lt;br /&gt;
***qtyValuePosition&lt;br /&gt;
***reviewGiftOptions&lt;br /&gt;
*reviewTotalsDisplay&lt;br /&gt;
**reviewTotalsSummary&lt;br /&gt;
**reviewTotalsNote&lt;br /&gt;
**reviewTotalsBreakdown&lt;br /&gt;
*reviewTotalsSummary&lt;br /&gt;
**reviewGrandTotal&lt;br /&gt;
*reviewCreditCardCharged&lt;br /&gt;
*review&lt;br /&gt;
&lt;br /&gt;
The semantic class names found are a good start, although the &amp;quot;review&amp;quot; part appears to be context-specific (reviewing an order). Additionally, the implied hierarchy in names such as &amp;quot;reviewTotalsSummary&amp;quot; and &amp;quot;receiptOrderPlacedOn&amp;quot; is probably unnecessary for our purposes.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports multiple shipments.&lt;br /&gt;
*Gift options.&lt;br /&gt;
*Explicitly stated credit-card charge.&lt;br /&gt;
&lt;br /&gt;
==== Facebook ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/Facebook-gift-receipt.html Example]&lt;br /&gt;
&lt;br /&gt;
*purchase total&lt;br /&gt;
*items (informal description of two items, including quantity)&lt;br /&gt;
*recipient name&lt;br /&gt;
*order id&lt;br /&gt;
*billed-to name&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Quite minimal and informal receipt. Good example of how a microformat would preserve human readability and informal style while enabling machine reading.&lt;br /&gt;
&lt;br /&gt;
==== Google Checkout ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-e-mail-receipt.tidied.html Example email receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-Order-Receipt_DVD-Empire.tidied.htm Example web receipt]&lt;br /&gt;
&lt;br /&gt;
*vendor address&lt;br /&gt;
*shipping address&lt;br /&gt;
*date&lt;br /&gt;
*order id&lt;br /&gt;
*items&lt;br /&gt;
**shipping status (&amp;quot;Not yet shipped&amp;quot;, etc.)&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*total&lt;br /&gt;
*order history (placed, received, charged, shipped) (web receipt only)&lt;br /&gt;
**credit-card statement reference (only after the charge has been made)&lt;br /&gt;
*payment info (web receipt only)&lt;br /&gt;
**card type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**cardholder address&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*taxRow&lt;br /&gt;
**taxIdentifier&lt;br /&gt;
**taxAmount&lt;br /&gt;
*totalAmount&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Explicit seller address (one per order).&lt;br /&gt;
*Current shipping status of each item.&lt;br /&gt;
*E-mail receipt has permalink.&lt;br /&gt;
*Order history (date placed, received, charged, shipped).&lt;br /&gt;
*Displayed credit-card statement reference only after card was charged.&lt;br /&gt;
&lt;br /&gt;
==== iTunes ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/iTunes-receipt-e-mail.html iTunes e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*billing address&lt;br /&gt;
*order no.&lt;br /&gt;
*receipt date&lt;br /&gt;
*order total&lt;br /&gt;
*card &lt;br /&gt;
**type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
*item&lt;br /&gt;
**item no.&lt;br /&gt;
**description (including link to write a review)&lt;br /&gt;
**unit price&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*No quantity information.&lt;br /&gt;
&lt;br /&gt;
==== Longs/FujiFilm ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Longs-Fujifilm-photo-receipt.html Longs/Fujifilm e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*order no.&lt;br /&gt;
*payment info&lt;br /&gt;
**method (COD, credit card, etc.)&lt;br /&gt;
*customer address&lt;br /&gt;
*pickup address&lt;br /&gt;
*items&lt;br /&gt;
**name&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
**line item subtotal&lt;br /&gt;
*order items total&lt;br /&gt;
*tax&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*payment-heading&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*No order date; has pick-up date instead.&lt;br /&gt;
*Has pickup address rather than shipping address.&lt;br /&gt;
&lt;br /&gt;
==== Mobivox/PayPal ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal.htm Mobivox/PayPal receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal-printable.htm Mobivox/PayPal printable receipt]&lt;br /&gt;
&lt;br /&gt;
*seller address&lt;br /&gt;
*receipt id&lt;br /&gt;
*date of order&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**item option (not quite sure what this is for)&lt;br /&gt;
**unit price&lt;br /&gt;
**qty&lt;br /&gt;
**total&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
*total amount&lt;br /&gt;
*payment info&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**charge&lt;br /&gt;
**appears on bill/statement as &amp;quot;MOBIVOXCORP&amp;quot;&lt;br /&gt;
*buyer contact&lt;br /&gt;
&lt;br /&gt;
Relevant semantic HTML:&lt;br /&gt;
*order-summary&lt;br /&gt;
**cart&lt;br /&gt;
***(unnamed tr)&lt;br /&gt;
****item-name&lt;br /&gt;
****item-total&lt;br /&gt;
****item-option (not quite sure what this is for)&lt;br /&gt;
**subtotal&lt;br /&gt;
**totals-value&lt;br /&gt;
**totals-currency&lt;br /&gt;
**purchase-summary&lt;br /&gt;
***summary-total&lt;br /&gt;
****price-total&lt;br /&gt;
****price-currency&lt;br /&gt;
*funding-mix&lt;br /&gt;
**payment-type&lt;br /&gt;
**amount&lt;br /&gt;
**ccStatement&lt;br /&gt;
*contact-information (contains hCard microformat)&lt;br /&gt;
&lt;br /&gt;
This semantic HTML is the most complete and well-thought-out I've seen in this analysis. It even makes use of the fieldset element in forms, something I've never seen before.[[User:Lastorset|Lastorset]] 16:21, 25 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
Microformats used:&lt;br /&gt;
*hCard (non-compliant due to missing formatted name): buyer contact info&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Explicitly stated credit-card charge.&lt;br /&gt;
*Displayed credit-card-statement reference.&lt;br /&gt;
*Explicitly displayed seller address (one seller per order).&lt;br /&gt;
&lt;br /&gt;
==== Symantec ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Symantec-reminder-e-mail.html Symantec e-mail reminder]&lt;br /&gt;
&lt;br /&gt;
*buyer name&lt;br /&gt;
*date&lt;br /&gt;
*payment method&lt;br /&gt;
*last 4 digits&lt;br /&gt;
*appears on statement as &amp;quot;DR *Symantec&amp;quot;&lt;br /&gt;
*items&lt;br /&gt;
**qty&lt;br /&gt;
**product name&lt;br /&gt;
**platform&lt;br /&gt;
**delivery method&lt;br /&gt;
**price&lt;br /&gt;
*subtotal&lt;br /&gt;
*grand total&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*As an e-mail &amp;quot;order reminder&amp;quot; rather than a receipt, this was slightly more informal than the other samples. As such there was &lt;br /&gt;
**no order id&lt;br /&gt;
**a permalink&lt;br /&gt;
*&amp;quot;Delivery method&amp;quot; could be download or ship.&lt;br /&gt;
&lt;br /&gt;
== Analysis ==&lt;br /&gt;
&lt;br /&gt;
=== Analysis of Bills ===&lt;br /&gt;
&lt;br /&gt;
=== Analysis of Receipts ===&lt;br /&gt;
Analyzed using spreadsheet available at http://spreadsheets.google.com/pub?key=pAGYQr-yhoUh6sl5NaqEVZw. E-mail &amp;lt;code&amp;gt;leifarne at storset dot net&amp;lt;/code&amp;gt; if you want edit permissions.&lt;br /&gt;
&lt;br /&gt;
====Addresses====&lt;br /&gt;
All receipts have hCard candidates (i. e. name and/or address) of at least one of these types:&lt;br /&gt;
*buyer/customer&lt;br /&gt;
*seller&lt;br /&gt;
*shipping&lt;br /&gt;
*billing&lt;br /&gt;
*pickup&lt;br /&gt;
&lt;br /&gt;
====Shipping====&lt;br /&gt;
These vendors supported '''multiple shipments''':&lt;br /&gt;
*Amazon.com&lt;br /&gt;
*Barnes&amp;amp;Noble&lt;br /&gt;
**Also displayed shipment subtotals.&lt;br /&gt;
&lt;br /&gt;
These displayed '''shipping method/speed''':&lt;br /&gt;
*Amazon.com&lt;br /&gt;
*Barnes&amp;amp;Noble&lt;br /&gt;
*Symantec&lt;br /&gt;
&lt;br /&gt;
These displayed '''gift''' choices:&lt;br /&gt;
*Amazon.com&lt;br /&gt;
*Barnes&amp;amp;Noble&lt;br /&gt;
&lt;br /&gt;
For most vendors, each item had the following information:&lt;br /&gt;
*description&lt;br /&gt;
*quantity&lt;br /&gt;
*unit price&lt;br /&gt;
*line total&lt;br /&gt;
Google Checkout additionally provided shipping status.&lt;br /&gt;
&lt;br /&gt;
====Payment information====&lt;br /&gt;
Most vendors displayed:&lt;br /&gt;
*payment method (credit card or COD, card type)&lt;br /&gt;
*last 4 or 5 digits of credit card&lt;br /&gt;
*expiration date of credit card&lt;br /&gt;
&lt;br /&gt;
Some also displayed&lt;br /&gt;
*reference on credit-card statement (&amp;quot;This order will appear as ABCD0001234 on your credit-card statement.&amp;quot;)&lt;br /&gt;
*the credit-card charge itself&lt;br /&gt;
&lt;br /&gt;
====Totals====&lt;br /&gt;
Most displayed:&lt;br /&gt;
*subtotal&lt;br /&gt;
*shipping and handling cost (if applicable)&lt;br /&gt;
*tax&lt;br /&gt;
*grand total&lt;br /&gt;
&lt;br /&gt;
Some also displayed:&lt;br /&gt;
*total before tax&lt;br /&gt;
*total quantity (only A1Books)&lt;br /&gt;
&lt;br /&gt;
====Marketplace====&lt;br /&gt;
Most receipt formats are for one seller only. The following support different sellers:&lt;br /&gt;
*A1Books: per item&lt;br /&gt;
*Amazon.com: per item&lt;br /&gt;
*Google Checkout: per receipt&lt;br /&gt;
*PayPal: per receipt&lt;br /&gt;
&lt;br /&gt;
====Other properties====&lt;br /&gt;
Almost all receipts had&lt;br /&gt;
*order date&lt;br /&gt;
**Facebook had no date.&lt;br /&gt;
**Longs/FujiFilm had pick-up date instead.&lt;br /&gt;
*order id&lt;br /&gt;
**Symantec did not mention order id.&lt;br /&gt;
&lt;br /&gt;
Other interesting items:&lt;br /&gt;
*permalink (on most e-mail receipts)&lt;br /&gt;
*link to purchase history&lt;br /&gt;
*order history (Google Checkout):&lt;br /&gt;
**placed&lt;br /&gt;
**received&lt;br /&gt;
**charged&lt;br /&gt;
**shipped&lt;br /&gt;
&lt;br /&gt;
== Existing Practices ==&lt;br /&gt;
&lt;br /&gt;
Listed below is an overview of existing patterns and practices found in the wild for bill and receipt data.&lt;br /&gt;
&lt;br /&gt;
===Summary of common patterns discovered===&lt;br /&gt;
&lt;br /&gt;
===Other attempts to solve The Problem===&lt;br /&gt;
For paper receipts, [http://www.neatreceipts.com/ NeatReceipts Scanalizer] offers a heuristic-based solution.&lt;br /&gt;
&lt;br /&gt;
== Proposal ==&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[receipt]]&lt;br /&gt;
* http://en.wikipedia.org/wiki/Receipt&lt;/div&gt;</summary>
		<author><name>Lastorset</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=receipt-formats&amp;diff=19961</id>
		<title>receipt-formats</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=receipt-formats&amp;diff=19961"/>
		<updated>2007-08-17T01:10:28Z</updated>

		<summary type="html">&lt;p&gt;Lastorset: /* Open Financial Exchange */ Wikipedia link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Existing receipt formats=&lt;br /&gt;
&lt;br /&gt;
==Contributors==&lt;br /&gt;
*Leif Arne Storset&lt;br /&gt;
&lt;br /&gt;
==Quicken Interchange Format (QIF)==&lt;br /&gt;
Quicken Interchange Format (QIF) is an open specification for reading and writing financial data to media (i.e. files). It's unclear what invoice/receipt support is available, but invoice accounts are mentioned in the Wikipedia article. Further analysis needed.&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
*[http://en.wikipedia.org/wiki/QIF Wikipedia article]&lt;br /&gt;
&lt;br /&gt;
==Open Financial Exchange==&lt;br /&gt;
Analysis needed.&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
*[http://en.wikipedia.org/wiki/Open_Financial_Exchange Wikipedia article]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[receipt]]&lt;/div&gt;</summary>
		<author><name>Lastorset</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=receipt-formats&amp;diff=19771</id>
		<title>receipt-formats</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=receipt-formats&amp;diff=19771"/>
		<updated>2007-08-17T01:07:26Z</updated>

		<summary type="html">&lt;p&gt;Lastorset: added contributor section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Existing receipt formats=&lt;br /&gt;
&lt;br /&gt;
==Contributors==&lt;br /&gt;
*Leif Arne Storset&lt;br /&gt;
&lt;br /&gt;
==Quicken Interchange Format (QIF)==&lt;br /&gt;
Quicken Interchange Format (QIF) is an open specification for reading and writing financial data to media (i.e. files). It's unclear what invoice/receipt support is available, but invoice accounts are mentioned in the Wikipedia article. Further analysis needed.&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
*[http://en.wikipedia.org/wiki/QIF Wikipedia article]&lt;br /&gt;
&lt;br /&gt;
==Open Financial Exchange==&lt;br /&gt;
Analysis needed.&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[receipt]]&lt;/div&gt;</summary>
		<author><name>Lastorset</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=19798</id>
		<title>receipt-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=19798"/>
		<updated>2007-08-17T01:07:07Z</updated>

		<summary type="html">&lt;p&gt;Lastorset: Adjusted start of page a bit: changed title, added myself as a contributor&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Receipt examples =&lt;br /&gt;
&lt;br /&gt;
=== Contributors ===&lt;br /&gt;
*Rob Manson&lt;br /&gt;
*Leif Arne Storset&lt;br /&gt;
&lt;br /&gt;
== Real-World Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Bill / Invoice ===&lt;br /&gt;
&lt;br /&gt;
Bills or Invoices are &amp;quot;yet to be paid&amp;quot; items.&lt;br /&gt;
&lt;br /&gt;
Question: Perhaps these examples (yet to be provided) should be moved to a separate page as Bill/Invoice is quite different from Receipt.&lt;br /&gt;
&lt;br /&gt;
: With [[hResume]], I've [[hresume-brainstorming|suggested]] that the subtle difference between actively seeking work and just presenting your resume be a case of including [[hlisting]] markup.&lt;br /&gt;
: With bills vs invoices, it may turn out that the content found within would be identical, and it might just be a case of putting in a class flag to indicate whether the presented document has been paid for or not.&lt;br /&gt;
: [[User:SignpostMarv|SignpostMarv]] 12:55, 21 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
::I think a class flag is a great idea, but I don't believe we have any samples for invoices. However, if we look at order review vs. order summary rather than invoices vs. receipts, the payment flag does become relevant in many of the sampled online stores.&lt;br /&gt;
::How would such a flag be implemented? &lt;br /&gt;
::*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;hreceipt unpaid&amp;quot;/&amp;quot;hreceipt paid&amp;quot;&amp;gt;...&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;hreceipt&amp;quot; title=&amp;quot;paid&amp;quot;&amp;gt;...&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::[[User:Lastorset|Lastorset]] 14:55, 16 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Receipts ===&lt;br /&gt;
&lt;br /&gt;
Receipts are post-purchase items.&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* [http://mobileonlinebusiness.com.au/uf/receipt/Amazon.com-Vieworder-anon.htm Example]&lt;br /&gt;
* contains: &lt;br /&gt;
**&amp;lt;del&amp;gt;email address&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
**date of order&lt;br /&gt;
**order id&lt;br /&gt;
**shipments&lt;br /&gt;
***shipping estimate&lt;br /&gt;
***delivery estimate&lt;br /&gt;
***shipping address&lt;br /&gt;
***shipping speed&lt;br /&gt;
***shipping preference (item grouping)&lt;br /&gt;
***items&lt;br /&gt;
****quantity&lt;br /&gt;
****seller&lt;br /&gt;
****price&lt;br /&gt;
****item information&lt;br /&gt;
**payment&lt;br /&gt;
***card type&lt;br /&gt;
***last 5 digits&lt;br /&gt;
***expiration date&lt;br /&gt;
***billing address&lt;br /&gt;
***subtotal&lt;br /&gt;
***shipping and handling price&lt;br /&gt;
***total before tax&lt;br /&gt;
***tax&lt;br /&gt;
***grand total&lt;br /&gt;
**&amp;lt;del&amp;gt;discount price&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
* Little semantic HTML of interest, except an anchor with id &amp;quot;payment-info&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports multiple shipments.&lt;br /&gt;
*Supports one seller per item.&lt;br /&gt;
*Displays shipping and delivery estimate.&lt;br /&gt;
*Offers item grouping preference.&lt;br /&gt;
*Gift options.&lt;br /&gt;
&lt;br /&gt;
==== Skype ====&lt;br /&gt;
&lt;br /&gt;
===== Skype Phone =====&lt;br /&gt;
*[[receipt-example-skype-phone|example source code]]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Skype-order-history.html Skype order history]&lt;br /&gt;
&lt;br /&gt;
* Shipping Address&lt;br /&gt;
* date in dd/mm/yyyy format&lt;br /&gt;
* Order number in nnnn-nnnnnnn-nnn format&lt;br /&gt;
* Reference (was blank in example, presumed to appear on bank statement for this transaction)&lt;br /&gt;
* Items&lt;br /&gt;
** Quantity&lt;br /&gt;
** Description&lt;br /&gt;
** Price&lt;br /&gt;
** Total&lt;br /&gt;
** VAT (tax) %&lt;br /&gt;
* Payment&lt;br /&gt;
** subtotal (&amp;quot;total&amp;quot;)&lt;br /&gt;
** shipping cost&lt;br /&gt;
** grand total (&amp;quot;total (gross)&amp;quot;)&lt;br /&gt;
** total (VAT excluded)&lt;br /&gt;
** VAT (amount)&lt;br /&gt;
* Chosen payment method: &amp;quot;Your payment method is: Credit card&amp;quot;&lt;br /&gt;
* Legal blurb&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
* Order resume class=&amp;quot;order-listing&amp;quot;&lt;br /&gt;
* Each item class=&amp;quot;row&amp;quot;&lt;br /&gt;
* All totals rows class=&amp;quot;totals-row&amp;quot; except grand total class=&amp;quot;grandtotal-row&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Displayed credit-card-statement reference (presumably).&lt;br /&gt;
&lt;br /&gt;
==== Internet banking transaction receipts ====&lt;br /&gt;
===== Example 1 =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
time&lt;br /&gt;
receipt type (e.g. TRANSFER BETWEEN MY ACCOUNTS)&lt;br /&gt;
  transfer from&lt;br /&gt;
  transfer to&lt;br /&gt;
amount&lt;br /&gt;
description&lt;br /&gt;
information/comment&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Digital product purchase receipts ====&lt;br /&gt;
===== Example 1 : Software =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
order/receipt number&lt;br /&gt;
seller's details&lt;br /&gt;
  sold by (hCard candidate)&lt;br /&gt;
    org&lt;br /&gt;
    adr&lt;br /&gt;
  tax number (VAT in this example)&lt;br /&gt;
  tax id (Federal Tax ID)&lt;br /&gt;
buyer's details&lt;br /&gt;
  buyer (hCard candidate)&lt;br /&gt;
    name&lt;br /&gt;
    org&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
    country-name&lt;br /&gt;
    tel&lt;br /&gt;
    email&lt;br /&gt;
  credit card number (PAN truncated - with type)&lt;br /&gt;
item list&lt;br /&gt;
  product code&lt;br /&gt;
  name&lt;br /&gt;
  comments&lt;br /&gt;
  price&lt;br /&gt;
  delivery method&lt;br /&gt;
  quantity&lt;br /&gt;
  total in selected currency&lt;br /&gt;
  total in sellers currency&lt;br /&gt;
total (sum of item list totals)&lt;br /&gt;
processing fee&lt;br /&gt;
grand total (final amount charged)&lt;br /&gt;
information (caveats and tax info)&lt;br /&gt;
permalink&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : SSL certificate =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
purchase information&lt;br /&gt;
  order id&lt;br /&gt;
  product name&lt;br /&gt;
  domain name&lt;br /&gt;
  validity period&lt;br /&gt;
  number of licenses&lt;br /&gt;
  card number (PAN truncated)&lt;br /&gt;
  amount (with selected currency)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Physical product purchase receipts ====&lt;br /&gt;
===== Example 1 : Computer hardware =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller's name (hCard candidate)&lt;br /&gt;
seller's URL (hCard candidate)&lt;br /&gt;
invoice id&lt;br /&gt;
org govt reference (ABN - Australian Business Number)&lt;br /&gt;
date&lt;br /&gt;
seller details (hCard candidate)&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
buyer (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  billing address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  delivery address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  phone&lt;br /&gt;
item list&lt;br /&gt;
  item&lt;br /&gt;
  description&lt;br /&gt;
  amount&lt;br /&gt;
  quantity&lt;br /&gt;
  product url&lt;br /&gt;
  total&lt;br /&gt;
delivery cost&lt;br /&gt;
total excluding tax&lt;br /&gt;
tax (GST - Goods and Service Tax)&lt;br /&gt;
total including tax&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Service purchase receipts ====&lt;br /&gt;
===== Example 1 : Online subscription =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
seller's details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  country-name&lt;br /&gt;
buyer's details (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  phone&lt;br /&gt;
date&lt;br /&gt;
receipt id&lt;br /&gt;
item list&lt;br /&gt;
  product description&lt;br /&gt;
  quantity&lt;br /&gt;
  rate (per unit)&lt;br /&gt;
  price&lt;br /&gt;
sub total&lt;br /&gt;
amount paid&lt;br /&gt;
balance due&lt;br /&gt;
information&lt;br /&gt;
transaction id&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : Co-location =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
sellers details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  url&lt;br /&gt;
  phone&lt;br /&gt;
message&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
amount&lt;br /&gt;
information&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== A1Books ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/A1Books-Sales-Order-anon.htm Example]&lt;br /&gt;
&lt;br /&gt;
*vendor &lt;br /&gt;
**name&lt;br /&gt;
**fax&lt;br /&gt;
*date&lt;br /&gt;
*order number&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**list price&lt;br /&gt;
**sale price&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*subtotal&lt;br /&gt;
*shipping&lt;br /&gt;
*total&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*account information&lt;br /&gt;
**phone&lt;br /&gt;
**e-mail&lt;br /&gt;
*payment&lt;br /&gt;
**method&lt;br /&gt;
**last four digits&lt;br /&gt;
&lt;br /&gt;
No semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports one seller per item.&lt;br /&gt;
*Does not display tax.&lt;br /&gt;
&lt;br /&gt;
==== Barnes&amp;amp;Noble ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/BarnesAndNoble.com-receipt.anon.tidied.htm Example]&lt;br /&gt;
&lt;br /&gt;
*date&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*payment&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**charge&lt;br /&gt;
*savings on shipping&lt;br /&gt;
*order no.&lt;br /&gt;
*delivery option&lt;br /&gt;
*items&lt;br /&gt;
**description: title, author, ISBN, price&lt;br /&gt;
**qty&lt;br /&gt;
**gift options: wrap, message&lt;br /&gt;
**total price&lt;br /&gt;
*shipment subtotal&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*shipment total (seems to account for orders requiring multiple shipments)&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*receiptOrderNumbers&lt;br /&gt;
*receiptOrderPlacedOn&lt;br /&gt;
*orderInformation&lt;br /&gt;
**shippingAddress&lt;br /&gt;
**billingAddress&lt;br /&gt;
**paymentInformation&lt;br /&gt;
*shippingSelections&lt;br /&gt;
*showProducts&lt;br /&gt;
**reviewTable&lt;br /&gt;
***qtyValuePosition&lt;br /&gt;
***reviewGiftOptions&lt;br /&gt;
*reviewTotalsDisplay&lt;br /&gt;
**reviewTotalsSummary&lt;br /&gt;
**reviewTotalsNote&lt;br /&gt;
**reviewTotalsBreakdown&lt;br /&gt;
*reviewTotalsSummary&lt;br /&gt;
**reviewGrandTotal&lt;br /&gt;
*reviewCreditCardCharged&lt;br /&gt;
*review&lt;br /&gt;
&lt;br /&gt;
The semantic class names found are a good start, although the &amp;quot;review&amp;quot; part appears to be context-specific (reviewing an order). Additionally, the implied hierarchy in names such as &amp;quot;reviewTotalsSummary&amp;quot; and &amp;quot;receiptOrderPlacedOn&amp;quot; is probably unnecessary for our purposes.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports multiple shipments.&lt;br /&gt;
*Gift options.&lt;br /&gt;
*Explicitly stated credit-card charge.&lt;br /&gt;
&lt;br /&gt;
==== Facebook ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/Facebook-gift-receipt.html Example]&lt;br /&gt;
&lt;br /&gt;
*purchase total&lt;br /&gt;
*items (informal description of two items, including quantity)&lt;br /&gt;
*recipient name&lt;br /&gt;
*order id&lt;br /&gt;
*billed-to name&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Quite minimal and informal receipt. Good example of how a microformat would preserve human readability and informal style while enabling machine reading.&lt;br /&gt;
&lt;br /&gt;
==== Google Checkout ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-e-mail-receipt.tidied.html Example email receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-Order-Receipt_DVD-Empire.tidied.htm Example web receipt]&lt;br /&gt;
&lt;br /&gt;
*vendor address&lt;br /&gt;
*shipping address&lt;br /&gt;
*date&lt;br /&gt;
*order id&lt;br /&gt;
*items&lt;br /&gt;
**shipping status (&amp;quot;Not yet shipped&amp;quot;, etc.)&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*total&lt;br /&gt;
*order history (placed, received, charged, shipped) (web receipt only)&lt;br /&gt;
*payment info (web receipt only)&lt;br /&gt;
**card type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**cardholder address&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*taxRow&lt;br /&gt;
**taxIdentifier&lt;br /&gt;
**taxAmount&lt;br /&gt;
*totalAmount&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Explicit seller address (one per order).&lt;br /&gt;
*Current shipping status of each item.&lt;br /&gt;
*E-mail receipt has permalink.&lt;br /&gt;
*Order history (date placed, received, charged, shipped).&lt;br /&gt;
&lt;br /&gt;
==== iTunes ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/iTunes-receipt-e-mail.html iTunes e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*billing address&lt;br /&gt;
*order no.&lt;br /&gt;
*receipt date&lt;br /&gt;
*order total&lt;br /&gt;
*card &lt;br /&gt;
**type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
*item&lt;br /&gt;
**item no.&lt;br /&gt;
**description (including link to write a review)&lt;br /&gt;
**unit price&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*No quantity information.&lt;br /&gt;
&lt;br /&gt;
==== Longs/FujiFilm ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Longs-Fujifilm-photo-receipt.html Longs/Fujifilm e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*order no.&lt;br /&gt;
*payment info&lt;br /&gt;
**method (COD, credit card, etc.)&lt;br /&gt;
*customer address&lt;br /&gt;
*pickup address&lt;br /&gt;
*items&lt;br /&gt;
**name&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
**line item subtotal&lt;br /&gt;
*order items total&lt;br /&gt;
*tax&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*payment-heading&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*No order date; has pick-up date instead.&lt;br /&gt;
*Has pickup address rather than shipping address.&lt;br /&gt;
&lt;br /&gt;
==== Mobivox/PayPal ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal.htm Mobivox/PayPal receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal-printable.htm Mobivox/PayPal printable receipt]&lt;br /&gt;
&lt;br /&gt;
*seller address&lt;br /&gt;
*receipt id&lt;br /&gt;
*date of order&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**item option (not quite sure what this is for)&lt;br /&gt;
**unit price&lt;br /&gt;
**qty&lt;br /&gt;
**total&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
*total amount&lt;br /&gt;
*payment info&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**charge&lt;br /&gt;
**appears on bill/statement as &amp;quot;MOBIVOXCORP&amp;quot;&lt;br /&gt;
*buyer contact&lt;br /&gt;
&lt;br /&gt;
Relevant semantic HTML:&lt;br /&gt;
*order-summary&lt;br /&gt;
**cart&lt;br /&gt;
***(unnamed tr)&lt;br /&gt;
****item-name&lt;br /&gt;
****item-total&lt;br /&gt;
****item-option (not quite sure what this is for)&lt;br /&gt;
**subtotal&lt;br /&gt;
**totals-value&lt;br /&gt;
**totals-currency&lt;br /&gt;
**purchase-summary&lt;br /&gt;
***summary-total&lt;br /&gt;
****price-total&lt;br /&gt;
****price-currency&lt;br /&gt;
*funding-mix&lt;br /&gt;
**payment-type&lt;br /&gt;
**amount&lt;br /&gt;
**ccStatement&lt;br /&gt;
*contact-information (contains hCard microformat)&lt;br /&gt;
&lt;br /&gt;
This semantic HTML is the most complete and well-thought-out I've seen in this analysis. It even makes use of the fieldset element in forms, something I've never seen before.[[User:Lastorset|Lastorset]] 16:21, 25 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
Microformats used:&lt;br /&gt;
*hCard (non-compliant due to missing formatted name): buyer contact info&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Explicitly stated credit-card charge.&lt;br /&gt;
*Displayed credit-card-statement reference.&lt;br /&gt;
*Explicitly displayed seller address (one seller per order).&lt;br /&gt;
&lt;br /&gt;
==== Symantec ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Symantec-reminder-e-mail.html Symantec e-mail reminder]&lt;br /&gt;
&lt;br /&gt;
*buyer name&lt;br /&gt;
*date&lt;br /&gt;
*payment method&lt;br /&gt;
*last 4 digits&lt;br /&gt;
*appears on statement as &amp;quot;DR *Symantec&amp;quot;&lt;br /&gt;
*items&lt;br /&gt;
**qty&lt;br /&gt;
**product name&lt;br /&gt;
**platform&lt;br /&gt;
**delivery method&lt;br /&gt;
**price&lt;br /&gt;
*subtotal&lt;br /&gt;
*grand total&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*As an e-mail &amp;quot;order reminder&amp;quot; rather than a receipt, this was slightly more informal than the other samples. As such there was &lt;br /&gt;
**no order id&lt;br /&gt;
**a permalink&lt;br /&gt;
*&amp;quot;Delivery method&amp;quot; could be download or ship.&lt;br /&gt;
&lt;br /&gt;
== Analysis ==&lt;br /&gt;
&lt;br /&gt;
=== Analysis of Bills ===&lt;br /&gt;
&lt;br /&gt;
=== Analysis of Receipts ===&lt;br /&gt;
Analyzed using spreadsheet available at http://spreadsheets.google.com/pub?key=pAGYQr-yhoUh6sl5NaqEVZw. E-mail &amp;lt;code&amp;gt;leifarne at storset dot net&amp;lt;/code&amp;gt; if you want edit permissions.&lt;br /&gt;
&lt;br /&gt;
====Addresses====&lt;br /&gt;
All receipts have hCard candidates (i. e. name and/or address) of at least one of these types:&lt;br /&gt;
*buyer/customer&lt;br /&gt;
*seller&lt;br /&gt;
*shipping&lt;br /&gt;
*billing&lt;br /&gt;
*pickup&lt;br /&gt;
&lt;br /&gt;
====Shipping====&lt;br /&gt;
These vendors supported '''multiple shipments''':&lt;br /&gt;
*Amazon.com&lt;br /&gt;
*Barnes&amp;amp;Noble&lt;br /&gt;
**Also displayed shipment subtotals.&lt;br /&gt;
&lt;br /&gt;
These displayed '''shipping method/speed''':&lt;br /&gt;
*Amazon.com&lt;br /&gt;
*Barnes&amp;amp;Noble&lt;br /&gt;
*Symantec&lt;br /&gt;
&lt;br /&gt;
These displayed '''gift''' choices:&lt;br /&gt;
*Amazon.com&lt;br /&gt;
*Barnes&amp;amp;Noble&lt;br /&gt;
&lt;br /&gt;
For most vendors, each item had the following information:&lt;br /&gt;
*description&lt;br /&gt;
*quantity&lt;br /&gt;
*unit price&lt;br /&gt;
*line total&lt;br /&gt;
Google Checkout additionally provided shipping status.&lt;br /&gt;
&lt;br /&gt;
====Payment information====&lt;br /&gt;
Most vendors displayed:&lt;br /&gt;
*payment method (credit card or COD, card type)&lt;br /&gt;
*last 4 or 5 digits of credit card&lt;br /&gt;
*expiration date of credit card&lt;br /&gt;
&lt;br /&gt;
Some also displayed&lt;br /&gt;
*reference on credit-card statement (&amp;quot;This order will appear as ABCD0001234 on your credit-card statement.&amp;quot;)&lt;br /&gt;
*the credit-card charge itself&lt;br /&gt;
&lt;br /&gt;
====Totals====&lt;br /&gt;
Most displayed:&lt;br /&gt;
*subtotal&lt;br /&gt;
*shipping and handling cost (if applicable)&lt;br /&gt;
*tax&lt;br /&gt;
*grand total&lt;br /&gt;
&lt;br /&gt;
Some also displayed:&lt;br /&gt;
*total before tax&lt;br /&gt;
*total quantity (only A1Books)&lt;br /&gt;
&lt;br /&gt;
====Marketplace====&lt;br /&gt;
Most receipt formats are for one seller only. The following support different sellers:&lt;br /&gt;
*A1Books: per item&lt;br /&gt;
*Amazon.com: per item&lt;br /&gt;
*Google Checkout: per receipt&lt;br /&gt;
*PayPal: per receipt&lt;br /&gt;
&lt;br /&gt;
====Other properties====&lt;br /&gt;
Almost all receipts had&lt;br /&gt;
*order date&lt;br /&gt;
**Facebook had no date.&lt;br /&gt;
**Longs/FujiFilm had pick-up date instead.&lt;br /&gt;
*order id&lt;br /&gt;
**Symantec did not mention order id.&lt;br /&gt;
&lt;br /&gt;
Other interesting items:&lt;br /&gt;
*permalink (on most e-mail receipts)&lt;br /&gt;
*link to purchase history&lt;br /&gt;
*order history (Google Checkout):&lt;br /&gt;
**placed&lt;br /&gt;
**received&lt;br /&gt;
**charged&lt;br /&gt;
**shipped&lt;br /&gt;
&lt;br /&gt;
== Existing Practices ==&lt;br /&gt;
&lt;br /&gt;
Listed below is an overview of existing patterns and practices found in the wild for bill and receipt data.&lt;br /&gt;
&lt;br /&gt;
===Summary of common patterns discovered===&lt;br /&gt;
&lt;br /&gt;
===Other attempts to solve The Problem===&lt;br /&gt;
For paper receipts, [http://www.neatreceipts.com/ NeatReceipts Scanalizer] offers a heuristic-based solution.&lt;br /&gt;
&lt;br /&gt;
== Proposal ==&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[receipt]]&lt;br /&gt;
* http://en.wikipedia.org/wiki/Receipt&lt;/div&gt;</summary>
		<author><name>Lastorset</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=receipt-formats&amp;diff=19770</id>
		<title>receipt-formats</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=receipt-formats&amp;diff=19770"/>
		<updated>2007-08-17T01:04:58Z</updated>

		<summary type="html">&lt;p&gt;Lastorset: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Existing receipt formats=&lt;br /&gt;
==Quicken Interchange Format (QIF)==&lt;br /&gt;
Quicken Interchange Format (QIF) is an open specification for reading and writing financial data to media (i.e. files). It's unclear what invoice/receipt support is available, but invoice accounts are mentioned in the Wikipedia article. Further analysis needed.&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
*[http://en.wikipedia.org/wiki/QIF Wikipedia article]&lt;br /&gt;
&lt;br /&gt;
==Open Financial Exchange==&lt;br /&gt;
Analysis needed.&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[receipt]]&lt;/div&gt;</summary>
		<author><name>Lastorset</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=receipt-formats&amp;diff=19768</id>
		<title>receipt-formats</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=receipt-formats&amp;diff=19768"/>
		<updated>2007-08-17T01:03:25Z</updated>

		<summary type="html">&lt;p&gt;Lastorset: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Quicken Interchange Format (QIF)==&lt;br /&gt;
Quicken Interchange Format (QIF) is an open specification for reading and writing financial data to media (i.e. files). It's unclear what invoice/receipt support is available, but invoice accounts are mentioned in the Wikipedia article. Further analysis needed.&lt;br /&gt;
&lt;br /&gt;
===Further reading===&lt;br /&gt;
*[http://en.wikipedia.org/wiki/QIF Wikipedia article]&lt;br /&gt;
&lt;br /&gt;
==Open Financial Exchange==&lt;br /&gt;
Analysis needed.&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[receipt]]&lt;/div&gt;</summary>
		<author><name>Lastorset</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=19769</id>
		<title>receipt-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=19769"/>
		<updated>2007-08-17T00:56:35Z</updated>

		<summary type="html">&lt;p&gt;Lastorset: /* Analysis of Receipts */ linked to spreadsheet analysis&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Receipt =&lt;br /&gt;
&lt;br /&gt;
Overview of Receipt exploratory discussion goes here...&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
=== Contributors ===&lt;br /&gt;
Rob Manson&lt;br /&gt;
&lt;br /&gt;
== Real-World Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Bill / Invoice ===&lt;br /&gt;
&lt;br /&gt;
Bills or Invoices are &amp;quot;yet to be paid&amp;quot; items.&lt;br /&gt;
&lt;br /&gt;
Question: Perhaps these examples (yet to be provided) should be moved to a separate page as Bill/Invoice is quite different from Receipt.&lt;br /&gt;
&lt;br /&gt;
: With [[hResume]], I've [[hresume-brainstorming|suggested]] that the subtle difference between actively seeking work and just presenting your resume be a case of including [[hlisting]] markup.&lt;br /&gt;
: With bills vs invoices, it may turn out that the content found within would be identical, and it might just be a case of putting in a class flag to indicate whether the presented document has been paid for or not.&lt;br /&gt;
: [[User:SignpostMarv|SignpostMarv]] 12:55, 21 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
::I think a class flag is a great idea, but I don't believe we have any samples for invoices. However, if we look at order review vs. order summary rather than invoices vs. receipts, the payment flag does become relevant in many of the sampled online stores.&lt;br /&gt;
::How would such a flag be implemented? &lt;br /&gt;
::*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;hreceipt unpaid&amp;quot;/&amp;quot;hreceipt paid&amp;quot;&amp;gt;...&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;hreceipt&amp;quot; title=&amp;quot;paid&amp;quot;&amp;gt;...&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::[[User:Lastorset|Lastorset]] 14:55, 16 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Receipts ===&lt;br /&gt;
&lt;br /&gt;
Receipts are post-purchase items.&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* [http://mobileonlinebusiness.com.au/uf/receipt/Amazon.com-Vieworder-anon.htm Example]&lt;br /&gt;
* contains: &lt;br /&gt;
**&amp;lt;del&amp;gt;email address&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
**date of order&lt;br /&gt;
**order id&lt;br /&gt;
**shipments&lt;br /&gt;
***shipping estimate&lt;br /&gt;
***delivery estimate&lt;br /&gt;
***shipping address&lt;br /&gt;
***shipping speed&lt;br /&gt;
***shipping preference (item grouping)&lt;br /&gt;
***items&lt;br /&gt;
****quantity&lt;br /&gt;
****seller&lt;br /&gt;
****price&lt;br /&gt;
****item information&lt;br /&gt;
**payment&lt;br /&gt;
***card type&lt;br /&gt;
***last 5 digits&lt;br /&gt;
***expiration date&lt;br /&gt;
***billing address&lt;br /&gt;
***subtotal&lt;br /&gt;
***shipping and handling price&lt;br /&gt;
***total before tax&lt;br /&gt;
***tax&lt;br /&gt;
***grand total&lt;br /&gt;
**&amp;lt;del&amp;gt;discount price&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
* Little semantic HTML of interest, except an anchor with id &amp;quot;payment-info&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports multiple shipments.&lt;br /&gt;
*Supports one seller per item.&lt;br /&gt;
*Displays shipping and delivery estimate.&lt;br /&gt;
*Offers item grouping preference.&lt;br /&gt;
*Gift options.&lt;br /&gt;
&lt;br /&gt;
==== Skype ====&lt;br /&gt;
&lt;br /&gt;
===== Skype Phone =====&lt;br /&gt;
*[[receipt-example-skype-phone|example source code]]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Skype-order-history.html Skype order history]&lt;br /&gt;
&lt;br /&gt;
* Shipping Address&lt;br /&gt;
* date in dd/mm/yyyy format&lt;br /&gt;
* Order number in nnnn-nnnnnnn-nnn format&lt;br /&gt;
* Reference (was blank in example, presumed to appear on bank statement for this transaction)&lt;br /&gt;
* Items&lt;br /&gt;
** Quantity&lt;br /&gt;
** Description&lt;br /&gt;
** Price&lt;br /&gt;
** Total&lt;br /&gt;
** VAT (tax) %&lt;br /&gt;
* Payment&lt;br /&gt;
** subtotal (&amp;quot;total&amp;quot;)&lt;br /&gt;
** shipping cost&lt;br /&gt;
** grand total (&amp;quot;total (gross)&amp;quot;)&lt;br /&gt;
** total (VAT excluded)&lt;br /&gt;
** VAT (amount)&lt;br /&gt;
* Chosen payment method: &amp;quot;Your payment method is: Credit card&amp;quot;&lt;br /&gt;
* Legal blurb&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
* Order resume class=&amp;quot;order-listing&amp;quot;&lt;br /&gt;
* Each item class=&amp;quot;row&amp;quot;&lt;br /&gt;
* All totals rows class=&amp;quot;totals-row&amp;quot; except grand total class=&amp;quot;grandtotal-row&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Displayed credit-card-statement reference (presumably).&lt;br /&gt;
&lt;br /&gt;
==== Internet banking transaction receipts ====&lt;br /&gt;
===== Example 1 =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
time&lt;br /&gt;
receipt type (e.g. TRANSFER BETWEEN MY ACCOUNTS)&lt;br /&gt;
  transfer from&lt;br /&gt;
  transfer to&lt;br /&gt;
amount&lt;br /&gt;
description&lt;br /&gt;
information/comment&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Digital product purchase receipts ====&lt;br /&gt;
===== Example 1 : Software =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
order/receipt number&lt;br /&gt;
seller's details&lt;br /&gt;
  sold by (hCard candidate)&lt;br /&gt;
    org&lt;br /&gt;
    adr&lt;br /&gt;
  tax number (VAT in this example)&lt;br /&gt;
  tax id (Federal Tax ID)&lt;br /&gt;
buyer's details&lt;br /&gt;
  buyer (hCard candidate)&lt;br /&gt;
    name&lt;br /&gt;
    org&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
    country-name&lt;br /&gt;
    tel&lt;br /&gt;
    email&lt;br /&gt;
  credit card number (PAN truncated - with type)&lt;br /&gt;
item list&lt;br /&gt;
  product code&lt;br /&gt;
  name&lt;br /&gt;
  comments&lt;br /&gt;
  price&lt;br /&gt;
  delivery method&lt;br /&gt;
  quantity&lt;br /&gt;
  total in selected currency&lt;br /&gt;
  total in sellers currency&lt;br /&gt;
total (sum of item list totals)&lt;br /&gt;
processing fee&lt;br /&gt;
grand total (final amount charged)&lt;br /&gt;
information (caveats and tax info)&lt;br /&gt;
permalink&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : SSL certificate =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
purchase information&lt;br /&gt;
  order id&lt;br /&gt;
  product name&lt;br /&gt;
  domain name&lt;br /&gt;
  validity period&lt;br /&gt;
  number of licenses&lt;br /&gt;
  card number (PAN truncated)&lt;br /&gt;
  amount (with selected currency)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Physical product purchase receipts ====&lt;br /&gt;
===== Example 1 : Computer hardware =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller's name (hCard candidate)&lt;br /&gt;
seller's URL (hCard candidate)&lt;br /&gt;
invoice id&lt;br /&gt;
org govt reference (ABN - Australian Business Number)&lt;br /&gt;
date&lt;br /&gt;
seller details (hCard candidate)&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
buyer (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  billing address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  delivery address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  phone&lt;br /&gt;
item list&lt;br /&gt;
  item&lt;br /&gt;
  description&lt;br /&gt;
  amount&lt;br /&gt;
  quantity&lt;br /&gt;
  product url&lt;br /&gt;
  total&lt;br /&gt;
delivery cost&lt;br /&gt;
total excluding tax&lt;br /&gt;
tax (GST - Goods and Service Tax)&lt;br /&gt;
total including tax&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Service purchase receipts ====&lt;br /&gt;
===== Example 1 : Online subscription =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
seller's details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  country-name&lt;br /&gt;
buyer's details (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  phone&lt;br /&gt;
date&lt;br /&gt;
receipt id&lt;br /&gt;
item list&lt;br /&gt;
  product description&lt;br /&gt;
  quantity&lt;br /&gt;
  rate (per unit)&lt;br /&gt;
  price&lt;br /&gt;
sub total&lt;br /&gt;
amount paid&lt;br /&gt;
balance due&lt;br /&gt;
information&lt;br /&gt;
transaction id&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : Co-location =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
sellers details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  url&lt;br /&gt;
  phone&lt;br /&gt;
message&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
amount&lt;br /&gt;
information&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== A1Books ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/A1Books-Sales-Order-anon.htm Example]&lt;br /&gt;
&lt;br /&gt;
*vendor &lt;br /&gt;
**name&lt;br /&gt;
**fax&lt;br /&gt;
*date&lt;br /&gt;
*order number&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**list price&lt;br /&gt;
**sale price&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*subtotal&lt;br /&gt;
*shipping&lt;br /&gt;
*total&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*account information&lt;br /&gt;
**phone&lt;br /&gt;
**e-mail&lt;br /&gt;
*payment&lt;br /&gt;
**method&lt;br /&gt;
**last four digits&lt;br /&gt;
&lt;br /&gt;
No semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports one seller per item.&lt;br /&gt;
*Does not display tax.&lt;br /&gt;
&lt;br /&gt;
==== Barnes&amp;amp;Noble ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/BarnesAndNoble.com-receipt.anon.tidied.htm Example]&lt;br /&gt;
&lt;br /&gt;
*date&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*payment&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**charge&lt;br /&gt;
*savings on shipping&lt;br /&gt;
*order no.&lt;br /&gt;
*delivery option&lt;br /&gt;
*items&lt;br /&gt;
**description: title, author, ISBN, price&lt;br /&gt;
**qty&lt;br /&gt;
**gift options: wrap, message&lt;br /&gt;
**total price&lt;br /&gt;
*shipment subtotal&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*shipment total (seems to account for orders requiring multiple shipments)&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*receiptOrderNumbers&lt;br /&gt;
*receiptOrderPlacedOn&lt;br /&gt;
*orderInformation&lt;br /&gt;
**shippingAddress&lt;br /&gt;
**billingAddress&lt;br /&gt;
**paymentInformation&lt;br /&gt;
*shippingSelections&lt;br /&gt;
*showProducts&lt;br /&gt;
**reviewTable&lt;br /&gt;
***qtyValuePosition&lt;br /&gt;
***reviewGiftOptions&lt;br /&gt;
*reviewTotalsDisplay&lt;br /&gt;
**reviewTotalsSummary&lt;br /&gt;
**reviewTotalsNote&lt;br /&gt;
**reviewTotalsBreakdown&lt;br /&gt;
*reviewTotalsSummary&lt;br /&gt;
**reviewGrandTotal&lt;br /&gt;
*reviewCreditCardCharged&lt;br /&gt;
*review&lt;br /&gt;
&lt;br /&gt;
The semantic class names found are a good start, although the &amp;quot;review&amp;quot; part appears to be context-specific (reviewing an order). Additionally, the implied hierarchy in names such as &amp;quot;reviewTotalsSummary&amp;quot; and &amp;quot;receiptOrderPlacedOn&amp;quot; is probably unnecessary for our purposes.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports multiple shipments.&lt;br /&gt;
*Gift options.&lt;br /&gt;
*Explicitly stated credit-card charge.&lt;br /&gt;
&lt;br /&gt;
==== Facebook ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/Facebook-gift-receipt.html Example]&lt;br /&gt;
&lt;br /&gt;
*purchase total&lt;br /&gt;
*items (informal description of two items, including quantity)&lt;br /&gt;
*recipient name&lt;br /&gt;
*order id&lt;br /&gt;
*billed-to name&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Quite minimal and informal receipt. Good example of how a microformat would preserve human readability and informal style while enabling machine reading.&lt;br /&gt;
&lt;br /&gt;
==== Google Checkout ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-e-mail-receipt.tidied.html Example email receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-Order-Receipt_DVD-Empire.tidied.htm Example web receipt]&lt;br /&gt;
&lt;br /&gt;
*vendor address&lt;br /&gt;
*shipping address&lt;br /&gt;
*date&lt;br /&gt;
*order id&lt;br /&gt;
*items&lt;br /&gt;
**shipping status (&amp;quot;Not yet shipped&amp;quot;, etc.)&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*total&lt;br /&gt;
*order history (placed, received, charged, shipped) (web receipt only)&lt;br /&gt;
*payment info (web receipt only)&lt;br /&gt;
**card type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**cardholder address&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*taxRow&lt;br /&gt;
**taxIdentifier&lt;br /&gt;
**taxAmount&lt;br /&gt;
*totalAmount&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Explicit seller address (one per order).&lt;br /&gt;
*Current shipping status of each item.&lt;br /&gt;
*E-mail receipt has permalink.&lt;br /&gt;
*Order history (date placed, received, charged, shipped).&lt;br /&gt;
&lt;br /&gt;
==== iTunes ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/iTunes-receipt-e-mail.html iTunes e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*billing address&lt;br /&gt;
*order no.&lt;br /&gt;
*receipt date&lt;br /&gt;
*order total&lt;br /&gt;
*card &lt;br /&gt;
**type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
*item&lt;br /&gt;
**item no.&lt;br /&gt;
**description (including link to write a review)&lt;br /&gt;
**unit price&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*No quantity information.&lt;br /&gt;
&lt;br /&gt;
==== Longs/FujiFilm ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Longs-Fujifilm-photo-receipt.html Longs/Fujifilm e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*order no.&lt;br /&gt;
*payment info&lt;br /&gt;
**method (COD, credit card, etc.)&lt;br /&gt;
*customer address&lt;br /&gt;
*pickup address&lt;br /&gt;
*items&lt;br /&gt;
**name&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
**line item subtotal&lt;br /&gt;
*order items total&lt;br /&gt;
*tax&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*payment-heading&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*No order date; has pick-up date instead.&lt;br /&gt;
*Has pickup address rather than shipping address.&lt;br /&gt;
&lt;br /&gt;
==== Mobivox/PayPal ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal.htm Mobivox/PayPal receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal-printable.htm Mobivox/PayPal printable receipt]&lt;br /&gt;
&lt;br /&gt;
*seller address&lt;br /&gt;
*receipt id&lt;br /&gt;
*date of order&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**item option (not quite sure what this is for)&lt;br /&gt;
**unit price&lt;br /&gt;
**qty&lt;br /&gt;
**total&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
*total amount&lt;br /&gt;
*payment info&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**charge&lt;br /&gt;
**appears on bill/statement as &amp;quot;MOBIVOXCORP&amp;quot;&lt;br /&gt;
*buyer contact&lt;br /&gt;
&lt;br /&gt;
Relevant semantic HTML:&lt;br /&gt;
*order-summary&lt;br /&gt;
**cart&lt;br /&gt;
***(unnamed tr)&lt;br /&gt;
****item-name&lt;br /&gt;
****item-total&lt;br /&gt;
****item-option (not quite sure what this is for)&lt;br /&gt;
**subtotal&lt;br /&gt;
**totals-value&lt;br /&gt;
**totals-currency&lt;br /&gt;
**purchase-summary&lt;br /&gt;
***summary-total&lt;br /&gt;
****price-total&lt;br /&gt;
****price-currency&lt;br /&gt;
*funding-mix&lt;br /&gt;
**payment-type&lt;br /&gt;
**amount&lt;br /&gt;
**ccStatement&lt;br /&gt;
*contact-information (contains hCard microformat)&lt;br /&gt;
&lt;br /&gt;
This semantic HTML is the most complete and well-thought-out I've seen in this analysis. It even makes use of the fieldset element in forms, something I've never seen before.[[User:Lastorset|Lastorset]] 16:21, 25 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
Microformats used:&lt;br /&gt;
*hCard (non-compliant due to missing formatted name): buyer contact info&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Explicitly stated credit-card charge.&lt;br /&gt;
*Displayed credit-card-statement reference.&lt;br /&gt;
*Explicitly displayed seller address (one seller per order).&lt;br /&gt;
&lt;br /&gt;
==== Symantec ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Symantec-reminder-e-mail.html Symantec e-mail reminder]&lt;br /&gt;
&lt;br /&gt;
*buyer name&lt;br /&gt;
*date&lt;br /&gt;
*payment method&lt;br /&gt;
*last 4 digits&lt;br /&gt;
*appears on statement as &amp;quot;DR *Symantec&amp;quot;&lt;br /&gt;
*items&lt;br /&gt;
**qty&lt;br /&gt;
**product name&lt;br /&gt;
**platform&lt;br /&gt;
**delivery method&lt;br /&gt;
**price&lt;br /&gt;
*subtotal&lt;br /&gt;
*grand total&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*As an e-mail &amp;quot;order reminder&amp;quot; rather than a receipt, this was slightly more informal than the other samples. As such there was &lt;br /&gt;
**no order id&lt;br /&gt;
**a permalink&lt;br /&gt;
*&amp;quot;Delivery method&amp;quot; could be download or ship.&lt;br /&gt;
&lt;br /&gt;
== Analysis ==&lt;br /&gt;
&lt;br /&gt;
=== Analysis of Bills ===&lt;br /&gt;
&lt;br /&gt;
=== Analysis of Receipts ===&lt;br /&gt;
Analyzed using spreadsheet available at http://spreadsheets.google.com/pub?key=pAGYQr-yhoUh6sl5NaqEVZw. E-mail &amp;lt;code&amp;gt;leifarne at storset dot net&amp;lt;/code&amp;gt; if you want edit permissions.&lt;br /&gt;
&lt;br /&gt;
====Addresses====&lt;br /&gt;
All receipts have hCard candidates (i. e. name and/or address) of at least one of these types:&lt;br /&gt;
*buyer/customer&lt;br /&gt;
*seller&lt;br /&gt;
*shipping&lt;br /&gt;
*billing&lt;br /&gt;
*pickup&lt;br /&gt;
&lt;br /&gt;
====Shipping====&lt;br /&gt;
These vendors supported '''multiple shipments''':&lt;br /&gt;
*Amazon.com&lt;br /&gt;
*Barnes&amp;amp;Noble&lt;br /&gt;
**Also displayed shipment subtotals.&lt;br /&gt;
&lt;br /&gt;
These displayed '''shipping method/speed''':&lt;br /&gt;
*Amazon.com&lt;br /&gt;
*Barnes&amp;amp;Noble&lt;br /&gt;
*Symantec&lt;br /&gt;
&lt;br /&gt;
These displayed '''gift''' choices:&lt;br /&gt;
*Amazon.com&lt;br /&gt;
*Barnes&amp;amp;Noble&lt;br /&gt;
&lt;br /&gt;
For most vendors, each item had the following information:&lt;br /&gt;
*description&lt;br /&gt;
*quantity&lt;br /&gt;
*unit price&lt;br /&gt;
*line total&lt;br /&gt;
Google Checkout additionally provided shipping status.&lt;br /&gt;
&lt;br /&gt;
====Payment information====&lt;br /&gt;
Most vendors displayed:&lt;br /&gt;
*payment method (credit card or COD, card type)&lt;br /&gt;
*last 4 or 5 digits of credit card&lt;br /&gt;
*expiration date of credit card&lt;br /&gt;
&lt;br /&gt;
Some also displayed&lt;br /&gt;
*reference on credit-card statement (&amp;quot;This order will appear as ABCD0001234 on your credit-card statement.&amp;quot;)&lt;br /&gt;
*the credit-card charge itself&lt;br /&gt;
&lt;br /&gt;
====Totals====&lt;br /&gt;
Most displayed:&lt;br /&gt;
*subtotal&lt;br /&gt;
*shipping and handling cost (if applicable)&lt;br /&gt;
*tax&lt;br /&gt;
*grand total&lt;br /&gt;
&lt;br /&gt;
Some also displayed:&lt;br /&gt;
*total before tax&lt;br /&gt;
*total quantity (only A1Books)&lt;br /&gt;
&lt;br /&gt;
====Marketplace====&lt;br /&gt;
Most receipt formats are for one seller only. The following support different sellers:&lt;br /&gt;
*A1Books: per item&lt;br /&gt;
*Amazon.com: per item&lt;br /&gt;
*Google Checkout: per receipt&lt;br /&gt;
*PayPal: per receipt&lt;br /&gt;
&lt;br /&gt;
====Other properties====&lt;br /&gt;
Almost all receipts had&lt;br /&gt;
*order date&lt;br /&gt;
**Facebook had no date.&lt;br /&gt;
**Longs/FujiFilm had pick-up date instead.&lt;br /&gt;
*order id&lt;br /&gt;
**Symantec did not mention order id.&lt;br /&gt;
&lt;br /&gt;
Other interesting items:&lt;br /&gt;
*permalink (on most e-mail receipts)&lt;br /&gt;
*link to purchase history&lt;br /&gt;
*order history (Google Checkout):&lt;br /&gt;
**placed&lt;br /&gt;
**received&lt;br /&gt;
**charged&lt;br /&gt;
**shipped&lt;br /&gt;
&lt;br /&gt;
== Existing Practices ==&lt;br /&gt;
&lt;br /&gt;
Listed below is an overview of existing patterns and practices found in the wild for bill and receipt data.&lt;br /&gt;
&lt;br /&gt;
===Summary of common patterns discovered===&lt;br /&gt;
&lt;br /&gt;
===Other attempts to solve The Problem===&lt;br /&gt;
For paper receipts, [http://www.neatreceipts.com/ NeatReceipts Scanalizer] offers a heuristic-based solution.&lt;br /&gt;
&lt;br /&gt;
== Proposal ==&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[receipt]]&lt;br /&gt;
* http://en.wikipedia.org/wiki/Receipt&lt;/div&gt;</summary>
		<author><name>Lastorset</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=process&amp;diff=19772</id>
		<title>process</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=process&amp;diff=19772"/>
		<updated>2007-08-17T00:29:18Z</updated>

		<summary type="html">&lt;p&gt;Lastorset: /* Pages to create */ clarified list a bit&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div style=&amp;quot;float:right;margin-left:1em&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If this is your first visit, please see the [[introduction]] page first.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h1&amp;gt;So you wanna develop a new microformat?&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Get some experience first ==&lt;br /&gt;
Before even considering pursuing a new microformat, first:&lt;br /&gt;
&lt;br /&gt;
# Make your site [[POSH]].&lt;br /&gt;
# Add &amp;lt;em&amp;gt;existing&amp;lt;/em&amp;gt; microformats to your sites like [[hcard|hCard]] for your contact info etc., [[hcalendar|hCalendar]] for your events, [[hatom|hAtom]] for your episodic content (e.g. blogs).  See [[get-started]] for more specific examples of adding microformats to your sites.&lt;br /&gt;
&lt;br /&gt;
This will help familiarize you with how [[POSH]] and [[microformats]] currently work. Such &amp;quot;real world&amp;quot; experience will greatly help you with the development a new microformat.&lt;br /&gt;
&lt;br /&gt;
Then, ask yourself:&lt;br /&gt;
&lt;br /&gt;
==Why?==&lt;br /&gt;
There must be a problem to be solved. No problem, no microformat. &lt;br /&gt;
&lt;br /&gt;
Once you've found your 'problem,' ask yourself: 'is there a simpler problem here?' If so, let's solve that problem first. We want to deal with the simplest problems first and only then build up to more complex problems.&lt;br /&gt;
&lt;br /&gt;
Also, search around on the web. Chances are that someone else has encountered the same problem as you. If you still believe that you have an unsolved problem, post something to the [http://microformats.org/mailman/listinfo/microformats-new/ microformats-new] mailing list or any other public channel (see http://microformats.org/discuss/) We want to involve all interested parties in the discussion.  Start the discussion '''BEFORE''' you start creating any pages on the wiki.  We're not using the wiki as a general &amp;amp;quot;scratch pad&amp;amp;quot;.  If you can't summarize the problem you are trying to solve in a short email, and feel like you need a long document, you're probably trying to solve too big of a problem - see previous paragraph.&lt;br /&gt;
&lt;br /&gt;
==Document Current Behavior==&lt;br /&gt;
Document examples of current human behavior. [[why-examples|Why examples first?]]&lt;br /&gt;
&lt;br /&gt;
Remember, we're [http://ifindkarma.typepad.com/relax/2004/12/microformats.html paving the cowpaths]- before you do that you have to ''find'' the cowpaths. Your [[examples]] should be a collection of real world sites and pages which are publishing the kind of data you wish to structure with a microformat.  From those pages and sites, you should extract markup examples and the schemas implied therein, and provide analysis.&lt;br /&gt;
&lt;br /&gt;
This collection of examples should be public, preferably on a wiki because there's no way you can do it by yourself (no matter how many of you there are).  The [[reviews-formats]] page is a good example of research done before the creation of a microformat. Before developing [[hreview|hReview]], the collaborators went out, documented current practices around reviews on web sites, and provided some analysis of the schemas implied therein.&lt;br /&gt;
&lt;br /&gt;
It's quite possible during this step that you'll find someone else who has dealt with the problem you're addressing.  Perhaps even solved it.  Do your best to open a dialog with others who have encountered the same problem. We don't want to build walls between competing communities - we want people to work together to develop a good solution which will cover the majority of cases.&lt;br /&gt;
&lt;br /&gt;
==Propose a Microformat==&lt;br /&gt;
Actually, '''DON'T!!!''' &lt;br /&gt;
&lt;br /&gt;
There are other things to try before developing a microformat. First, ask yourself these questions:&lt;br /&gt;
&lt;br /&gt;
# Is there a standard element in XHTML that would work?&lt;br /&gt;
# Is there a compound of XHTML elements that would work?&lt;br /&gt;
# Ok, if the answer to the above two is 'no,' we can talk about a microformat. &lt;br /&gt;
&lt;br /&gt;
For more details on semantic XHTML, examples of using XHTML elements, and constructing XHTML compounds, see [http://tantek.com/presentations/2005/03/elementsofxhtml/ The Elements of Meaningful XHTML].&lt;br /&gt;
&lt;br /&gt;
First you should observe [[microformats#the_microformats_principles|the microformats principles]].&lt;br /&gt;
&lt;br /&gt;
After you understand the principes, ask yourself: &amp;amp;quot;are there any well established, interoperably implemented standards we can look at which address this problem?&amp;amp;quot; For example, hCard and hCalendar were built on top of the IETF standards for vCard and iCal, respectively, both of which are widely interoperably implemented, and dominant in their space (there were no competing formats with anywhere near the same levels of adoption). The developers of those standards had already spent many years in standards committees arguing about and developing the schemas.  Better to leverage all the hard work that others have done before you, than to go off as a solo cowboy inventor, and waste time repeating all their mistakes.  It's also much easier to start from a well established schema, and map into into XHTML than to develop a new schema.&lt;br /&gt;
&lt;br /&gt;
Remember, microformats should be designed for humans first and machines second. Here are few questions that may help you decide if you really need a microformat for the problem you are trying to solve:&lt;br /&gt;
&lt;br /&gt;
# If I looked at this microformat in a browser that didn't support CSS or had CSS turned off, would it still be human-readable?&lt;br /&gt;
# Are this format's elements stylable with CSS?&lt;br /&gt;
    &lt;br /&gt;
If the proposed format doesn't pass these two things, it's not likely to gain much acceptance. Remember: ''humans first, machines second''.&lt;br /&gt;
&lt;br /&gt;
== Iterate ==&lt;br /&gt;
In the process of developing a microformat, you'll likely get a lot of feedback from others interested in microformats. The effort needs to be iterated and adapted. Microformat development should be collaborative and community-based.&lt;br /&gt;
&lt;br /&gt;
Here's an ASCII-art flow diagram:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
DIAGRAM:&lt;br /&gt;
problem statement----&amp;gt;research/discussion----&amp;gt;proposal/draft----&amp;gt;standard&lt;br /&gt;
^________________V   ^___________________V   ^______________V&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that each stage involves iteration. That iteration consists of discussion and feedback and may result in major changes. Do not be afraid to make major changes and please don't get too attached to any particular solutions.&lt;br /&gt;
&lt;br /&gt;
=== Naming considerations ===&lt;br /&gt;
'''DO NOT''' start with even labeling your effort &amp;quot;hXYZ&amp;quot;.  This is a ''very'' common mistake.&lt;br /&gt;
&lt;br /&gt;
Always start with the general problem area.&lt;br /&gt;
&lt;br /&gt;
Thus name the problem area (*- pages below) generically and specifically avoid starting with code name / brand name like hNewCoolFormat.  &lt;br /&gt;
&lt;br /&gt;
Good: '''[[product-examples]]'''.  Bad: '''hProduct-examples'''.&lt;br /&gt;
&lt;br /&gt;
=== Pages to create ===&lt;br /&gt;
A pattern has emerged from successful microformat development efforts of several specific kinds of wiki pages being created, in a particular order (though not always).&lt;br /&gt;
&lt;br /&gt;
After a specific problem area (*) has been determined (principle 1), consider creating and filling out the following pages for it.  If you're unable to come up with material for the pages, then you should probably reconsider whether or not the problem is worth (or ready for) solving.  &lt;br /&gt;
# *-examples.  Find examples on today's web of the the type of content you think needs a microformat.  Document them with URLs.  Document the implicit schemas that the content examples imply.  This is the action that helps follow principle 3, design for humans first, machines second ... adapt to current behaviors and usage patterns.  Start by cloning the [[examples]] page and filling it out.&lt;br /&gt;
# *-formats.  Find widely adopted interoperable current data formats and standards that attempt to or have attempted to solve the problem previously.  Document their explicit schemas.  This is necessary prerequisite for following through with principle 4, &amp;quot;reuse building blocks from widely adopted standards&amp;quot;.&lt;br /&gt;
# *-brainstorming.  Use the current real-world web examples and their implicit schemas to determine an 80/20 as-simple-as-possible (principle 2) generic schema to represent their data.  Yes, this means you will explicitly ''omit'' some features of some use cases, or perhaps entire use cases which are more edge-cases than representative of larger, aggregate/macro behaviors.  See which existing microformats can be reused as building blocks (principle 5, modularity).  Use those existing data formats and schemas as a [[existing-classes|source of names]] for the fields (principle 4).  Consider how would you embed this microformat in other formats (also principle 5, embeddability). See the [[brainstorming]] page for a bit more info.&lt;br /&gt;
# With an 80/20 schema, and a source of field names, write up one or more straw proposals for a microformat in the *-brainstorming page. Make sure the straw proposals encourage the decentralized distribution of data (principle 6). Postpone the choice of root class name as it often overlaps with the naming of the microformat itself. Always keep close at hand the [[naming-principles|microformats naming principles]] when choosing names.&lt;br /&gt;
# Brainstorming about the substance of the microformat (its properties and values) should precede naming the microformat itself.  Thus after proposals have been written up and are being discussed for the schema, create a naming section for the microformat itself and root class name, where various names can be considered. &lt;br /&gt;
&lt;br /&gt;
When it seems like there is some amount of consensus around one of the straw proposals for a microformat with a specific name(**), write it up as a separate wiki page as a draft specification, and then start creating the following pages to track it.&lt;br /&gt;
#  **-faq.  There will likely be common questions about the new microformat which can/should be answered in an FAQ page.&lt;br /&gt;
#  **-issues.  Folks may also raise issues about the microformat which aren't immediately addressable.  An issues document helps serves to capture these issues, who raised them, and when, so that folks working on the microformat can be sure to go through and thoroughly answer them.&lt;br /&gt;
#  **-examples. Eventually there may be too many real world examples of a microformat to document them in an informative section at the end of the specification, thus the list deserves its own page.&lt;br /&gt;
#  **-implementations. Eventually there may be too many implementations of a microformat to document them in an informative section at the end of the specification, thus the list deserves its own page.&lt;br /&gt;
#  **-brainstorming. Eventually there will be non-trivial proposals/suggestions/clarifications for changes in the microformats as part of iteration. Create such a format specific [[brainstorming]] page for such suggestions.&lt;br /&gt;
&lt;br /&gt;
=== Moving from Stage to Stage ===&lt;br /&gt;
&lt;br /&gt;
These stages of development are mirrored on the main page where microformats are divided into &amp;amp;quot;Exploratory Discussions&amp;amp;quot;, &amp;amp;quot;Drafts&amp;amp;quot;, and &amp;amp;quot;Specifications&amp;amp;quot;.  How do microformats move from one stage to the other?  To help answer this question, it's probably useful to write up a set of desiderata for each stage.&lt;br /&gt;
&lt;br /&gt;
==== Exploratory Discussions ====&lt;br /&gt;
&lt;br /&gt;
You need a problem, and you need to attempt to state it.  You should do it on this wiki using current items under exploratory discussion as a guide.  Then send a note to the microformats-new list to get the attention of others who are interested in microformats.  This is probably a good chance to pull in people from outside the current microformats community who may also be experiencing the same issue.  &lt;br /&gt;
&lt;br /&gt;
Feedback will probably range the gamut.  Others may challenge your problem statement, the need for a microformat, concur, or add.  All constructive feedback is good.&lt;br /&gt;
&lt;br /&gt;
As a result of feedback, you may decide to abort your microformat idea or substantially modify it.  One thing you want to be sure to do at this stage is to avoid [[reinvented-wheels|reinventing the wheel]].  Are there elemental microformats you can reuse as building blocks?  Doing this will save you effort and help you get implemented later because implementers will have less work to do.&lt;br /&gt;
&lt;br /&gt;
However, do not be cowed from moving forward just because some people object.  If you can find a group of people you respect who feel your idea has merit and, perhaps most importantly, are willing to continue working with you on getting it in shape, proceed.&lt;br /&gt;
&lt;br /&gt;
==== Drafts ====&lt;br /&gt;
&lt;br /&gt;
Here, you need to write what is essentially a specification, but with the idea that it could change a lot.  Again, this needs to go in the wiki, and you should send a note to microformats-discuss to alert people that something new has happened.  Don't hesitate to continue trying to pull in feedback from relevant resources outside the community.  Drafts need to include at least the following:&lt;br /&gt;
&lt;br /&gt;
* Statements regarding the fact that you will not patent and are adopting appropriate copyright as illustrated by current drafts.&lt;br /&gt;
* An XMDP stating attribute values.  You may want to place this on a separate wiki page and link to it.  In that case use the naming convention *-profile, e.g. [[hcard-profile]].&lt;br /&gt;
* Examples from current practice that show how the microformat would be used.  Keep an eye out for how the microformat is actually improving things.  If it's not, that might be an indication that you either need to abandon or change a lot.&lt;br /&gt;
* References that back up your design decisions for the microformat.  To the extent possible, you do not want to invent things from whole cloth.&lt;br /&gt;
* A list of implementations (if any).&lt;br /&gt;
* An issues section for people to feed back to you with detailed objections.&lt;br /&gt;
&lt;br /&gt;
==== Specifications ====&lt;br /&gt;
&lt;br /&gt;
You will usually need at least one iteration to get past the draft stage.  By the time something becomes a specification, it should be stable so that developers can pick it up and write to it.  This in turn implies that there are at least a couple of implementations.&lt;br /&gt;
&lt;br /&gt;
Before moving to the specifications section, drop a note to microformats-discuss and wait a day or two for major objections.  If none are forthcoming, move the microformat to the specifications area.  This move will wake up any sleeping editors, and they may raise an objection and move you back to draft.  If you have followed the process, now is the time to pin them down.  At this juncture, any remaining issues should be easy to resolve.&lt;br /&gt;
&lt;br /&gt;
== Other Documents ==&lt;br /&gt;
&lt;br /&gt;
=== Patterns ===&lt;br /&gt;
&lt;br /&gt;
What about other types of pages on the wiki, like &amp;quot;patterns&amp;quot; (e.g. [[include-pattern]])?&lt;br /&gt;
&lt;br /&gt;
How do those get created?&lt;br /&gt;
&lt;br /&gt;
The short explanation is this: &lt;br /&gt;
&lt;br /&gt;
The patterns are not formats at all.  They do not stand on their own. They are merely documentation of pieces of other formats that are expected to (or are) being reused by other formats.  The real world examples for includes in particular were documented in the context of [[resume-examples]], [[resume-formats]], and [[resume-brainstorming]] (as noted at the very top of [[include-pattern|the document]]) &amp;quot;Initially developed as part of resume-brainstorming...&amp;quot;  Later, real world examples for reviews were found to need the include pattern as well.&lt;br /&gt;
&lt;br /&gt;
== Related ==&lt;br /&gt;
&lt;br /&gt;
* [[process-brainstorming]]&lt;/div&gt;</summary>
		<author><name>Lastorset</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=19767</id>
		<title>receipt-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=19767"/>
		<updated>2007-08-17T00:14:53Z</updated>

		<summary type="html">&lt;p&gt;Lastorset: /* Analysis of Receipts */ subheadings&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Receipt =&lt;br /&gt;
&lt;br /&gt;
Overview of Receipt exploratory discussion goes here...&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
=== Contributors ===&lt;br /&gt;
Rob Manson&lt;br /&gt;
&lt;br /&gt;
== Real-World Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Bill / Invoice ===&lt;br /&gt;
&lt;br /&gt;
Bills or Invoices are &amp;quot;yet to be paid&amp;quot; items.&lt;br /&gt;
&lt;br /&gt;
Question: Perhaps these examples (yet to be provided) should be moved to a separate page as Bill/Invoice is quite different from Receipt.&lt;br /&gt;
&lt;br /&gt;
: With [[hResume]], I've [[hresume-brainstorming|suggested]] that the subtle difference between actively seeking work and just presenting your resume be a case of including [[hlisting]] markup.&lt;br /&gt;
: With bills vs invoices, it may turn out that the content found within would be identical, and it might just be a case of putting in a class flag to indicate whether the presented document has been paid for or not.&lt;br /&gt;
: [[User:SignpostMarv|SignpostMarv]] 12:55, 21 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
::I think a class flag is a great idea, but I don't believe we have any samples for invoices. However, if we look at order review vs. order summary rather than invoices vs. receipts, the payment flag does become relevant in many of the sampled online stores.&lt;br /&gt;
::How would such a flag be implemented? &lt;br /&gt;
::*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;hreceipt unpaid&amp;quot;/&amp;quot;hreceipt paid&amp;quot;&amp;gt;...&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;hreceipt&amp;quot; title=&amp;quot;paid&amp;quot;&amp;gt;...&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::[[User:Lastorset|Lastorset]] 14:55, 16 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Receipts ===&lt;br /&gt;
&lt;br /&gt;
Receipts are post-purchase items.&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* [http://mobileonlinebusiness.com.au/uf/receipt/Amazon.com-Vieworder-anon.htm Example]&lt;br /&gt;
* contains: &lt;br /&gt;
**&amp;lt;del&amp;gt;email address&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
**date of order&lt;br /&gt;
**order id&lt;br /&gt;
**shipments&lt;br /&gt;
***shipping estimate&lt;br /&gt;
***delivery estimate&lt;br /&gt;
***shipping address&lt;br /&gt;
***shipping speed&lt;br /&gt;
***shipping preference (item grouping)&lt;br /&gt;
***items&lt;br /&gt;
****quantity&lt;br /&gt;
****seller&lt;br /&gt;
****price&lt;br /&gt;
****item information&lt;br /&gt;
**payment&lt;br /&gt;
***card type&lt;br /&gt;
***last 5 digits&lt;br /&gt;
***expiration date&lt;br /&gt;
***billing address&lt;br /&gt;
***subtotal&lt;br /&gt;
***shipping and handling price&lt;br /&gt;
***total before tax&lt;br /&gt;
***tax&lt;br /&gt;
***grand total&lt;br /&gt;
**&amp;lt;del&amp;gt;discount price&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
* Little semantic HTML of interest, except an anchor with id &amp;quot;payment-info&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports multiple shipments.&lt;br /&gt;
*Supports one seller per item.&lt;br /&gt;
*Displays shipping and delivery estimate.&lt;br /&gt;
*Offers item grouping preference.&lt;br /&gt;
*Gift options.&lt;br /&gt;
&lt;br /&gt;
==== Skype ====&lt;br /&gt;
&lt;br /&gt;
===== Skype Phone =====&lt;br /&gt;
*[[receipt-example-skype-phone|example source code]]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Skype-order-history.html Skype order history]&lt;br /&gt;
&lt;br /&gt;
* Shipping Address&lt;br /&gt;
* date in dd/mm/yyyy format&lt;br /&gt;
* Order number in nnnn-nnnnnnn-nnn format&lt;br /&gt;
* Reference (was blank in example, presumed to appear on bank statement for this transaction)&lt;br /&gt;
* Items&lt;br /&gt;
** Quantity&lt;br /&gt;
** Description&lt;br /&gt;
** Price&lt;br /&gt;
** Total&lt;br /&gt;
** VAT (tax) %&lt;br /&gt;
* Payment&lt;br /&gt;
** subtotal (&amp;quot;total&amp;quot;)&lt;br /&gt;
** shipping cost&lt;br /&gt;
** grand total (&amp;quot;total (gross)&amp;quot;)&lt;br /&gt;
** total (VAT excluded)&lt;br /&gt;
** VAT (amount)&lt;br /&gt;
* Chosen payment method: &amp;quot;Your payment method is: Credit card&amp;quot;&lt;br /&gt;
* Legal blurb&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
* Order resume class=&amp;quot;order-listing&amp;quot;&lt;br /&gt;
* Each item class=&amp;quot;row&amp;quot;&lt;br /&gt;
* All totals rows class=&amp;quot;totals-row&amp;quot; except grand total class=&amp;quot;grandtotal-row&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Displayed credit-card-statement reference (presumably).&lt;br /&gt;
&lt;br /&gt;
==== Internet banking transaction receipts ====&lt;br /&gt;
===== Example 1 =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
time&lt;br /&gt;
receipt type (e.g. TRANSFER BETWEEN MY ACCOUNTS)&lt;br /&gt;
  transfer from&lt;br /&gt;
  transfer to&lt;br /&gt;
amount&lt;br /&gt;
description&lt;br /&gt;
information/comment&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Digital product purchase receipts ====&lt;br /&gt;
===== Example 1 : Software =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
order/receipt number&lt;br /&gt;
seller's details&lt;br /&gt;
  sold by (hCard candidate)&lt;br /&gt;
    org&lt;br /&gt;
    adr&lt;br /&gt;
  tax number (VAT in this example)&lt;br /&gt;
  tax id (Federal Tax ID)&lt;br /&gt;
buyer's details&lt;br /&gt;
  buyer (hCard candidate)&lt;br /&gt;
    name&lt;br /&gt;
    org&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
    country-name&lt;br /&gt;
    tel&lt;br /&gt;
    email&lt;br /&gt;
  credit card number (PAN truncated - with type)&lt;br /&gt;
item list&lt;br /&gt;
  product code&lt;br /&gt;
  name&lt;br /&gt;
  comments&lt;br /&gt;
  price&lt;br /&gt;
  delivery method&lt;br /&gt;
  quantity&lt;br /&gt;
  total in selected currency&lt;br /&gt;
  total in sellers currency&lt;br /&gt;
total (sum of item list totals)&lt;br /&gt;
processing fee&lt;br /&gt;
grand total (final amount charged)&lt;br /&gt;
information (caveats and tax info)&lt;br /&gt;
permalink&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : SSL certificate =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
purchase information&lt;br /&gt;
  order id&lt;br /&gt;
  product name&lt;br /&gt;
  domain name&lt;br /&gt;
  validity period&lt;br /&gt;
  number of licenses&lt;br /&gt;
  card number (PAN truncated)&lt;br /&gt;
  amount (with selected currency)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Physical product purchase receipts ====&lt;br /&gt;
===== Example 1 : Computer hardware =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller's name (hCard candidate)&lt;br /&gt;
seller's URL (hCard candidate)&lt;br /&gt;
invoice id&lt;br /&gt;
org govt reference (ABN - Australian Business Number)&lt;br /&gt;
date&lt;br /&gt;
seller details (hCard candidate)&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
buyer (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  billing address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  delivery address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  phone&lt;br /&gt;
item list&lt;br /&gt;
  item&lt;br /&gt;
  description&lt;br /&gt;
  amount&lt;br /&gt;
  quantity&lt;br /&gt;
  product url&lt;br /&gt;
  total&lt;br /&gt;
delivery cost&lt;br /&gt;
total excluding tax&lt;br /&gt;
tax (GST - Goods and Service Tax)&lt;br /&gt;
total including tax&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Service purchase receipts ====&lt;br /&gt;
===== Example 1 : Online subscription =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
seller's details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  country-name&lt;br /&gt;
buyer's details (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  phone&lt;br /&gt;
date&lt;br /&gt;
receipt id&lt;br /&gt;
item list&lt;br /&gt;
  product description&lt;br /&gt;
  quantity&lt;br /&gt;
  rate (per unit)&lt;br /&gt;
  price&lt;br /&gt;
sub total&lt;br /&gt;
amount paid&lt;br /&gt;
balance due&lt;br /&gt;
information&lt;br /&gt;
transaction id&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : Co-location =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
sellers details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  url&lt;br /&gt;
  phone&lt;br /&gt;
message&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
amount&lt;br /&gt;
information&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== A1Books ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/A1Books-Sales-Order-anon.htm Example]&lt;br /&gt;
&lt;br /&gt;
*vendor &lt;br /&gt;
**name&lt;br /&gt;
**fax&lt;br /&gt;
*date&lt;br /&gt;
*order number&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**list price&lt;br /&gt;
**sale price&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*subtotal&lt;br /&gt;
*shipping&lt;br /&gt;
*total&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*account information&lt;br /&gt;
**phone&lt;br /&gt;
**e-mail&lt;br /&gt;
*payment&lt;br /&gt;
**method&lt;br /&gt;
**last four digits&lt;br /&gt;
&lt;br /&gt;
No semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports one seller per item.&lt;br /&gt;
*Does not display tax.&lt;br /&gt;
&lt;br /&gt;
==== Barnes&amp;amp;Noble ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/BarnesAndNoble.com-receipt.anon.tidied.htm Example]&lt;br /&gt;
&lt;br /&gt;
*date&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*payment&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**charge&lt;br /&gt;
*savings on shipping&lt;br /&gt;
*order no.&lt;br /&gt;
*delivery option&lt;br /&gt;
*items&lt;br /&gt;
**description: title, author, ISBN, price&lt;br /&gt;
**qty&lt;br /&gt;
**gift options: wrap, message&lt;br /&gt;
**total price&lt;br /&gt;
*shipment subtotal&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*shipment total (seems to account for orders requiring multiple shipments)&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*receiptOrderNumbers&lt;br /&gt;
*receiptOrderPlacedOn&lt;br /&gt;
*orderInformation&lt;br /&gt;
**shippingAddress&lt;br /&gt;
**billingAddress&lt;br /&gt;
**paymentInformation&lt;br /&gt;
*shippingSelections&lt;br /&gt;
*showProducts&lt;br /&gt;
**reviewTable&lt;br /&gt;
***qtyValuePosition&lt;br /&gt;
***reviewGiftOptions&lt;br /&gt;
*reviewTotalsDisplay&lt;br /&gt;
**reviewTotalsSummary&lt;br /&gt;
**reviewTotalsNote&lt;br /&gt;
**reviewTotalsBreakdown&lt;br /&gt;
*reviewTotalsSummary&lt;br /&gt;
**reviewGrandTotal&lt;br /&gt;
*reviewCreditCardCharged&lt;br /&gt;
*review&lt;br /&gt;
&lt;br /&gt;
The semantic class names found are a good start, although the &amp;quot;review&amp;quot; part appears to be context-specific (reviewing an order). Additionally, the implied hierarchy in names such as &amp;quot;reviewTotalsSummary&amp;quot; and &amp;quot;receiptOrderPlacedOn&amp;quot; is probably unnecessary for our purposes.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports multiple shipments.&lt;br /&gt;
*Gift options.&lt;br /&gt;
*Explicitly stated credit-card charge.&lt;br /&gt;
&lt;br /&gt;
==== Facebook ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/Facebook-gift-receipt.html Example]&lt;br /&gt;
&lt;br /&gt;
*purchase total&lt;br /&gt;
*items (informal description of two items, including quantity)&lt;br /&gt;
*recipient name&lt;br /&gt;
*order id&lt;br /&gt;
*billed-to name&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Quite minimal and informal receipt. Good example of how a microformat would preserve human readability and informal style while enabling machine reading.&lt;br /&gt;
&lt;br /&gt;
==== Google Checkout ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-e-mail-receipt.tidied.html Example email receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-Order-Receipt_DVD-Empire.tidied.htm Example web receipt]&lt;br /&gt;
&lt;br /&gt;
*vendor address&lt;br /&gt;
*shipping address&lt;br /&gt;
*date&lt;br /&gt;
*order id&lt;br /&gt;
*items&lt;br /&gt;
**shipping status (&amp;quot;Not yet shipped&amp;quot;, etc.)&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*total&lt;br /&gt;
*order history (placed, received, charged, shipped) (web receipt only)&lt;br /&gt;
*payment info (web receipt only)&lt;br /&gt;
**card type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**cardholder address&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*taxRow&lt;br /&gt;
**taxIdentifier&lt;br /&gt;
**taxAmount&lt;br /&gt;
*totalAmount&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Explicit seller address (one per order).&lt;br /&gt;
*Current shipping status of each item.&lt;br /&gt;
*E-mail receipt has permalink.&lt;br /&gt;
*Order history (date placed, received, charged, shipped).&lt;br /&gt;
&lt;br /&gt;
==== iTunes ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/iTunes-receipt-e-mail.html iTunes e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*billing address&lt;br /&gt;
*order no.&lt;br /&gt;
*receipt date&lt;br /&gt;
*order total&lt;br /&gt;
*card &lt;br /&gt;
**type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
*item&lt;br /&gt;
**item no.&lt;br /&gt;
**description (including link to write a review)&lt;br /&gt;
**unit price&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*No quantity information.&lt;br /&gt;
&lt;br /&gt;
==== Longs/FujiFilm ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Longs-Fujifilm-photo-receipt.html Longs/Fujifilm e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*order no.&lt;br /&gt;
*payment info&lt;br /&gt;
**method (COD, credit card, etc.)&lt;br /&gt;
*customer address&lt;br /&gt;
*pickup address&lt;br /&gt;
*items&lt;br /&gt;
**name&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
**line item subtotal&lt;br /&gt;
*order items total&lt;br /&gt;
*tax&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*payment-heading&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*No order date; has pick-up date instead.&lt;br /&gt;
*Has pickup address rather than shipping address.&lt;br /&gt;
&lt;br /&gt;
==== Mobivox/PayPal ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal.htm Mobivox/PayPal receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal-printable.htm Mobivox/PayPal printable receipt]&lt;br /&gt;
&lt;br /&gt;
*seller address&lt;br /&gt;
*receipt id&lt;br /&gt;
*date of order&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**item option (not quite sure what this is for)&lt;br /&gt;
**unit price&lt;br /&gt;
**qty&lt;br /&gt;
**total&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
*total amount&lt;br /&gt;
*payment info&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**charge&lt;br /&gt;
**appears on bill/statement as &amp;quot;MOBIVOXCORP&amp;quot;&lt;br /&gt;
*buyer contact&lt;br /&gt;
&lt;br /&gt;
Relevant semantic HTML:&lt;br /&gt;
*order-summary&lt;br /&gt;
**cart&lt;br /&gt;
***(unnamed tr)&lt;br /&gt;
****item-name&lt;br /&gt;
****item-total&lt;br /&gt;
****item-option (not quite sure what this is for)&lt;br /&gt;
**subtotal&lt;br /&gt;
**totals-value&lt;br /&gt;
**totals-currency&lt;br /&gt;
**purchase-summary&lt;br /&gt;
***summary-total&lt;br /&gt;
****price-total&lt;br /&gt;
****price-currency&lt;br /&gt;
*funding-mix&lt;br /&gt;
**payment-type&lt;br /&gt;
**amount&lt;br /&gt;
**ccStatement&lt;br /&gt;
*contact-information (contains hCard microformat)&lt;br /&gt;
&lt;br /&gt;
This semantic HTML is the most complete and well-thought-out I've seen in this analysis. It even makes use of the fieldset element in forms, something I've never seen before.[[User:Lastorset|Lastorset]] 16:21, 25 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
Microformats used:&lt;br /&gt;
*hCard (non-compliant due to missing formatted name): buyer contact info&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Explicitly stated credit-card charge.&lt;br /&gt;
*Displayed credit-card-statement reference.&lt;br /&gt;
*Explicitly displayed seller address (one seller per order).&lt;br /&gt;
&lt;br /&gt;
==== Symantec ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Symantec-reminder-e-mail.html Symantec e-mail reminder]&lt;br /&gt;
&lt;br /&gt;
*buyer name&lt;br /&gt;
*date&lt;br /&gt;
*payment method&lt;br /&gt;
*last 4 digits&lt;br /&gt;
*appears on statement as &amp;quot;DR *Symantec&amp;quot;&lt;br /&gt;
*items&lt;br /&gt;
**qty&lt;br /&gt;
**product name&lt;br /&gt;
**platform&lt;br /&gt;
**delivery method&lt;br /&gt;
**price&lt;br /&gt;
*subtotal&lt;br /&gt;
*grand total&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*As an e-mail &amp;quot;order reminder&amp;quot; rather than a receipt, this was slightly more informal than the other samples. As such there was &lt;br /&gt;
**no order id&lt;br /&gt;
**a permalink&lt;br /&gt;
*&amp;quot;Delivery method&amp;quot; could be download or ship.&lt;br /&gt;
&lt;br /&gt;
== Analysis ==&lt;br /&gt;
&lt;br /&gt;
=== Analysis of Bills ===&lt;br /&gt;
&lt;br /&gt;
=== Analysis of Receipts ===&lt;br /&gt;
&lt;br /&gt;
====Addresses====&lt;br /&gt;
All receipts have hCard candidates (i. e. name and/or address) of at least one of these types:&lt;br /&gt;
*buyer/customer&lt;br /&gt;
*seller&lt;br /&gt;
*shipping&lt;br /&gt;
*billing&lt;br /&gt;
*pickup&lt;br /&gt;
&lt;br /&gt;
====Shipping====&lt;br /&gt;
These vendors supported '''multiple shipments''':&lt;br /&gt;
*Amazon.com&lt;br /&gt;
*Barnes&amp;amp;Noble&lt;br /&gt;
**Also displayed shipment subtotals.&lt;br /&gt;
&lt;br /&gt;
These displayed '''shipping method/speed''':&lt;br /&gt;
*Amazon.com&lt;br /&gt;
*Barnes&amp;amp;Noble&lt;br /&gt;
*Symantec&lt;br /&gt;
&lt;br /&gt;
These displayed '''gift''' choices:&lt;br /&gt;
*Amazon.com&lt;br /&gt;
*Barnes&amp;amp;Noble&lt;br /&gt;
&lt;br /&gt;
For most vendors, each item had the following information:&lt;br /&gt;
*description&lt;br /&gt;
*quantity&lt;br /&gt;
*unit price&lt;br /&gt;
*line total&lt;br /&gt;
Google Checkout additionally provided shipping status.&lt;br /&gt;
&lt;br /&gt;
====Payment information====&lt;br /&gt;
Most vendors displayed:&lt;br /&gt;
*payment method (credit card or COD, card type)&lt;br /&gt;
*last 4 or 5 digits of credit card&lt;br /&gt;
*expiration date of credit card&lt;br /&gt;
&lt;br /&gt;
Some also displayed&lt;br /&gt;
*reference on credit-card statement (&amp;quot;This order will appear as ABCD0001234 on your credit-card statement.&amp;quot;)&lt;br /&gt;
*the credit-card charge itself&lt;br /&gt;
&lt;br /&gt;
====Totals====&lt;br /&gt;
Most displayed:&lt;br /&gt;
*subtotal&lt;br /&gt;
*shipping and handling cost (if applicable)&lt;br /&gt;
*tax&lt;br /&gt;
*grand total&lt;br /&gt;
&lt;br /&gt;
Some also displayed:&lt;br /&gt;
*total before tax&lt;br /&gt;
*total quantity (only A1Books)&lt;br /&gt;
&lt;br /&gt;
====Marketplace====&lt;br /&gt;
Most receipt formats are for one seller only. The following support different sellers:&lt;br /&gt;
*A1Books: per item&lt;br /&gt;
*Amazon.com: per item&lt;br /&gt;
*Google Checkout: per receipt&lt;br /&gt;
*PayPal: per receipt&lt;br /&gt;
&lt;br /&gt;
====Other properties====&lt;br /&gt;
Almost all receipts had&lt;br /&gt;
*order date&lt;br /&gt;
**Facebook had no date.&lt;br /&gt;
**Longs/FujiFilm had pick-up date instead.&lt;br /&gt;
*order id&lt;br /&gt;
**Symantec did not mention order id.&lt;br /&gt;
&lt;br /&gt;
Other interesting items:&lt;br /&gt;
*permalink (on most e-mail receipts)&lt;br /&gt;
*link to purchase history&lt;br /&gt;
*order history (Google Checkout):&lt;br /&gt;
**placed&lt;br /&gt;
**received&lt;br /&gt;
**charged&lt;br /&gt;
**shipped&lt;br /&gt;
&lt;br /&gt;
== Existing Practices ==&lt;br /&gt;
&lt;br /&gt;
Listed below is an overview of existing patterns and practices found in the wild for bill and receipt data.&lt;br /&gt;
&lt;br /&gt;
===Summary of common patterns discovered===&lt;br /&gt;
&lt;br /&gt;
===Other attempts to solve The Problem===&lt;br /&gt;
For paper receipts, [http://www.neatreceipts.com/ NeatReceipts Scanalizer] offers a heuristic-based solution.&lt;br /&gt;
&lt;br /&gt;
== Proposal ==&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[receipt]]&lt;br /&gt;
* http://en.wikipedia.org/wiki/Receipt&lt;/div&gt;</summary>
		<author><name>Lastorset</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=19765</id>
		<title>receipt-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=19765"/>
		<updated>2007-08-17T00:14:09Z</updated>

		<summary type="html">&lt;p&gt;Lastorset: /* Analysis */ Group-analysis results&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Receipt =&lt;br /&gt;
&lt;br /&gt;
Overview of Receipt exploratory discussion goes here...&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
=== Contributors ===&lt;br /&gt;
Rob Manson&lt;br /&gt;
&lt;br /&gt;
== Real-World Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Bill / Invoice ===&lt;br /&gt;
&lt;br /&gt;
Bills or Invoices are &amp;quot;yet to be paid&amp;quot; items.&lt;br /&gt;
&lt;br /&gt;
Question: Perhaps these examples (yet to be provided) should be moved to a separate page as Bill/Invoice is quite different from Receipt.&lt;br /&gt;
&lt;br /&gt;
: With [[hResume]], I've [[hresume-brainstorming|suggested]] that the subtle difference between actively seeking work and just presenting your resume be a case of including [[hlisting]] markup.&lt;br /&gt;
: With bills vs invoices, it may turn out that the content found within would be identical, and it might just be a case of putting in a class flag to indicate whether the presented document has been paid for or not.&lt;br /&gt;
: [[User:SignpostMarv|SignpostMarv]] 12:55, 21 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
::I think a class flag is a great idea, but I don't believe we have any samples for invoices. However, if we look at order review vs. order summary rather than invoices vs. receipts, the payment flag does become relevant in many of the sampled online stores.&lt;br /&gt;
::How would such a flag be implemented? &lt;br /&gt;
::*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;hreceipt unpaid&amp;quot;/&amp;quot;hreceipt paid&amp;quot;&amp;gt;...&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;hreceipt&amp;quot; title=&amp;quot;paid&amp;quot;&amp;gt;...&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::[[User:Lastorset|Lastorset]] 14:55, 16 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Receipts ===&lt;br /&gt;
&lt;br /&gt;
Receipts are post-purchase items.&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* [http://mobileonlinebusiness.com.au/uf/receipt/Amazon.com-Vieworder-anon.htm Example]&lt;br /&gt;
* contains: &lt;br /&gt;
**&amp;lt;del&amp;gt;email address&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
**date of order&lt;br /&gt;
**order id&lt;br /&gt;
**shipments&lt;br /&gt;
***shipping estimate&lt;br /&gt;
***delivery estimate&lt;br /&gt;
***shipping address&lt;br /&gt;
***shipping speed&lt;br /&gt;
***shipping preference (item grouping)&lt;br /&gt;
***items&lt;br /&gt;
****quantity&lt;br /&gt;
****seller&lt;br /&gt;
****price&lt;br /&gt;
****item information&lt;br /&gt;
**payment&lt;br /&gt;
***card type&lt;br /&gt;
***last 5 digits&lt;br /&gt;
***expiration date&lt;br /&gt;
***billing address&lt;br /&gt;
***subtotal&lt;br /&gt;
***shipping and handling price&lt;br /&gt;
***total before tax&lt;br /&gt;
***tax&lt;br /&gt;
***grand total&lt;br /&gt;
**&amp;lt;del&amp;gt;discount price&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
* Little semantic HTML of interest, except an anchor with id &amp;quot;payment-info&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports multiple shipments.&lt;br /&gt;
*Supports one seller per item.&lt;br /&gt;
*Displays shipping and delivery estimate.&lt;br /&gt;
*Offers item grouping preference.&lt;br /&gt;
*Gift options.&lt;br /&gt;
&lt;br /&gt;
==== Skype ====&lt;br /&gt;
&lt;br /&gt;
===== Skype Phone =====&lt;br /&gt;
*[[receipt-example-skype-phone|example source code]]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Skype-order-history.html Skype order history]&lt;br /&gt;
&lt;br /&gt;
* Shipping Address&lt;br /&gt;
* date in dd/mm/yyyy format&lt;br /&gt;
* Order number in nnnn-nnnnnnn-nnn format&lt;br /&gt;
* Reference (was blank in example, presumed to appear on bank statement for this transaction)&lt;br /&gt;
* Items&lt;br /&gt;
** Quantity&lt;br /&gt;
** Description&lt;br /&gt;
** Price&lt;br /&gt;
** Total&lt;br /&gt;
** VAT (tax) %&lt;br /&gt;
* Payment&lt;br /&gt;
** subtotal (&amp;quot;total&amp;quot;)&lt;br /&gt;
** shipping cost&lt;br /&gt;
** grand total (&amp;quot;total (gross)&amp;quot;)&lt;br /&gt;
** total (VAT excluded)&lt;br /&gt;
** VAT (amount)&lt;br /&gt;
* Chosen payment method: &amp;quot;Your payment method is: Credit card&amp;quot;&lt;br /&gt;
* Legal blurb&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
* Order resume class=&amp;quot;order-listing&amp;quot;&lt;br /&gt;
* Each item class=&amp;quot;row&amp;quot;&lt;br /&gt;
* All totals rows class=&amp;quot;totals-row&amp;quot; except grand total class=&amp;quot;grandtotal-row&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Displayed credit-card-statement reference (presumably).&lt;br /&gt;
&lt;br /&gt;
==== Internet banking transaction receipts ====&lt;br /&gt;
===== Example 1 =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
time&lt;br /&gt;
receipt type (e.g. TRANSFER BETWEEN MY ACCOUNTS)&lt;br /&gt;
  transfer from&lt;br /&gt;
  transfer to&lt;br /&gt;
amount&lt;br /&gt;
description&lt;br /&gt;
information/comment&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Digital product purchase receipts ====&lt;br /&gt;
===== Example 1 : Software =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
order/receipt number&lt;br /&gt;
seller's details&lt;br /&gt;
  sold by (hCard candidate)&lt;br /&gt;
    org&lt;br /&gt;
    adr&lt;br /&gt;
  tax number (VAT in this example)&lt;br /&gt;
  tax id (Federal Tax ID)&lt;br /&gt;
buyer's details&lt;br /&gt;
  buyer (hCard candidate)&lt;br /&gt;
    name&lt;br /&gt;
    org&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
    country-name&lt;br /&gt;
    tel&lt;br /&gt;
    email&lt;br /&gt;
  credit card number (PAN truncated - with type)&lt;br /&gt;
item list&lt;br /&gt;
  product code&lt;br /&gt;
  name&lt;br /&gt;
  comments&lt;br /&gt;
  price&lt;br /&gt;
  delivery method&lt;br /&gt;
  quantity&lt;br /&gt;
  total in selected currency&lt;br /&gt;
  total in sellers currency&lt;br /&gt;
total (sum of item list totals)&lt;br /&gt;
processing fee&lt;br /&gt;
grand total (final amount charged)&lt;br /&gt;
information (caveats and tax info)&lt;br /&gt;
permalink&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : SSL certificate =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
purchase information&lt;br /&gt;
  order id&lt;br /&gt;
  product name&lt;br /&gt;
  domain name&lt;br /&gt;
  validity period&lt;br /&gt;
  number of licenses&lt;br /&gt;
  card number (PAN truncated)&lt;br /&gt;
  amount (with selected currency)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Physical product purchase receipts ====&lt;br /&gt;
===== Example 1 : Computer hardware =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller's name (hCard candidate)&lt;br /&gt;
seller's URL (hCard candidate)&lt;br /&gt;
invoice id&lt;br /&gt;
org govt reference (ABN - Australian Business Number)&lt;br /&gt;
date&lt;br /&gt;
seller details (hCard candidate)&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
buyer (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  billing address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  delivery address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  phone&lt;br /&gt;
item list&lt;br /&gt;
  item&lt;br /&gt;
  description&lt;br /&gt;
  amount&lt;br /&gt;
  quantity&lt;br /&gt;
  product url&lt;br /&gt;
  total&lt;br /&gt;
delivery cost&lt;br /&gt;
total excluding tax&lt;br /&gt;
tax (GST - Goods and Service Tax)&lt;br /&gt;
total including tax&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Service purchase receipts ====&lt;br /&gt;
===== Example 1 : Online subscription =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
seller's details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  country-name&lt;br /&gt;
buyer's details (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  phone&lt;br /&gt;
date&lt;br /&gt;
receipt id&lt;br /&gt;
item list&lt;br /&gt;
  product description&lt;br /&gt;
  quantity&lt;br /&gt;
  rate (per unit)&lt;br /&gt;
  price&lt;br /&gt;
sub total&lt;br /&gt;
amount paid&lt;br /&gt;
balance due&lt;br /&gt;
information&lt;br /&gt;
transaction id&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : Co-location =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
sellers details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  url&lt;br /&gt;
  phone&lt;br /&gt;
message&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
amount&lt;br /&gt;
information&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== A1Books ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/A1Books-Sales-Order-anon.htm Example]&lt;br /&gt;
&lt;br /&gt;
*vendor &lt;br /&gt;
**name&lt;br /&gt;
**fax&lt;br /&gt;
*date&lt;br /&gt;
*order number&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**list price&lt;br /&gt;
**sale price&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*subtotal&lt;br /&gt;
*shipping&lt;br /&gt;
*total&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*account information&lt;br /&gt;
**phone&lt;br /&gt;
**e-mail&lt;br /&gt;
*payment&lt;br /&gt;
**method&lt;br /&gt;
**last four digits&lt;br /&gt;
&lt;br /&gt;
No semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports one seller per item.&lt;br /&gt;
*Does not display tax.&lt;br /&gt;
&lt;br /&gt;
==== Barnes&amp;amp;Noble ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/BarnesAndNoble.com-receipt.anon.tidied.htm Example]&lt;br /&gt;
&lt;br /&gt;
*date&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*payment&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**charge&lt;br /&gt;
*savings on shipping&lt;br /&gt;
*order no.&lt;br /&gt;
*delivery option&lt;br /&gt;
*items&lt;br /&gt;
**description: title, author, ISBN, price&lt;br /&gt;
**qty&lt;br /&gt;
**gift options: wrap, message&lt;br /&gt;
**total price&lt;br /&gt;
*shipment subtotal&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*shipment total (seems to account for orders requiring multiple shipments)&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*receiptOrderNumbers&lt;br /&gt;
*receiptOrderPlacedOn&lt;br /&gt;
*orderInformation&lt;br /&gt;
**shippingAddress&lt;br /&gt;
**billingAddress&lt;br /&gt;
**paymentInformation&lt;br /&gt;
*shippingSelections&lt;br /&gt;
*showProducts&lt;br /&gt;
**reviewTable&lt;br /&gt;
***qtyValuePosition&lt;br /&gt;
***reviewGiftOptions&lt;br /&gt;
*reviewTotalsDisplay&lt;br /&gt;
**reviewTotalsSummary&lt;br /&gt;
**reviewTotalsNote&lt;br /&gt;
**reviewTotalsBreakdown&lt;br /&gt;
*reviewTotalsSummary&lt;br /&gt;
**reviewGrandTotal&lt;br /&gt;
*reviewCreditCardCharged&lt;br /&gt;
*review&lt;br /&gt;
&lt;br /&gt;
The semantic class names found are a good start, although the &amp;quot;review&amp;quot; part appears to be context-specific (reviewing an order). Additionally, the implied hierarchy in names such as &amp;quot;reviewTotalsSummary&amp;quot; and &amp;quot;receiptOrderPlacedOn&amp;quot; is probably unnecessary for our purposes.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports multiple shipments.&lt;br /&gt;
*Gift options.&lt;br /&gt;
*Explicitly stated credit-card charge.&lt;br /&gt;
&lt;br /&gt;
==== Facebook ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/Facebook-gift-receipt.html Example]&lt;br /&gt;
&lt;br /&gt;
*purchase total&lt;br /&gt;
*items (informal description of two items, including quantity)&lt;br /&gt;
*recipient name&lt;br /&gt;
*order id&lt;br /&gt;
*billed-to name&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Quite minimal and informal receipt. Good example of how a microformat would preserve human readability and informal style while enabling machine reading.&lt;br /&gt;
&lt;br /&gt;
==== Google Checkout ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-e-mail-receipt.tidied.html Example email receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-Order-Receipt_DVD-Empire.tidied.htm Example web receipt]&lt;br /&gt;
&lt;br /&gt;
*vendor address&lt;br /&gt;
*shipping address&lt;br /&gt;
*date&lt;br /&gt;
*order id&lt;br /&gt;
*items&lt;br /&gt;
**shipping status (&amp;quot;Not yet shipped&amp;quot;, etc.)&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*total&lt;br /&gt;
*order history (placed, received, charged, shipped) (web receipt only)&lt;br /&gt;
*payment info (web receipt only)&lt;br /&gt;
**card type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**cardholder address&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*taxRow&lt;br /&gt;
**taxIdentifier&lt;br /&gt;
**taxAmount&lt;br /&gt;
*totalAmount&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Explicit seller address (one per order).&lt;br /&gt;
*Current shipping status of each item.&lt;br /&gt;
*E-mail receipt has permalink.&lt;br /&gt;
*Order history (date placed, received, charged, shipped).&lt;br /&gt;
&lt;br /&gt;
==== iTunes ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/iTunes-receipt-e-mail.html iTunes e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*billing address&lt;br /&gt;
*order no.&lt;br /&gt;
*receipt date&lt;br /&gt;
*order total&lt;br /&gt;
*card &lt;br /&gt;
**type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
*item&lt;br /&gt;
**item no.&lt;br /&gt;
**description (including link to write a review)&lt;br /&gt;
**unit price&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*No quantity information.&lt;br /&gt;
&lt;br /&gt;
==== Longs/FujiFilm ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Longs-Fujifilm-photo-receipt.html Longs/Fujifilm e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*order no.&lt;br /&gt;
*payment info&lt;br /&gt;
**method (COD, credit card, etc.)&lt;br /&gt;
*customer address&lt;br /&gt;
*pickup address&lt;br /&gt;
*items&lt;br /&gt;
**name&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
**line item subtotal&lt;br /&gt;
*order items total&lt;br /&gt;
*tax&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*payment-heading&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*No order date; has pick-up date instead.&lt;br /&gt;
*Has pickup address rather than shipping address.&lt;br /&gt;
&lt;br /&gt;
==== Mobivox/PayPal ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal.htm Mobivox/PayPal receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal-printable.htm Mobivox/PayPal printable receipt]&lt;br /&gt;
&lt;br /&gt;
*seller address&lt;br /&gt;
*receipt id&lt;br /&gt;
*date of order&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**item option (not quite sure what this is for)&lt;br /&gt;
**unit price&lt;br /&gt;
**qty&lt;br /&gt;
**total&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
*total amount&lt;br /&gt;
*payment info&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**charge&lt;br /&gt;
**appears on bill/statement as &amp;quot;MOBIVOXCORP&amp;quot;&lt;br /&gt;
*buyer contact&lt;br /&gt;
&lt;br /&gt;
Relevant semantic HTML:&lt;br /&gt;
*order-summary&lt;br /&gt;
**cart&lt;br /&gt;
***(unnamed tr)&lt;br /&gt;
****item-name&lt;br /&gt;
****item-total&lt;br /&gt;
****item-option (not quite sure what this is for)&lt;br /&gt;
**subtotal&lt;br /&gt;
**totals-value&lt;br /&gt;
**totals-currency&lt;br /&gt;
**purchase-summary&lt;br /&gt;
***summary-total&lt;br /&gt;
****price-total&lt;br /&gt;
****price-currency&lt;br /&gt;
*funding-mix&lt;br /&gt;
**payment-type&lt;br /&gt;
**amount&lt;br /&gt;
**ccStatement&lt;br /&gt;
*contact-information (contains hCard microformat)&lt;br /&gt;
&lt;br /&gt;
This semantic HTML is the most complete and well-thought-out I've seen in this analysis. It even makes use of the fieldset element in forms, something I've never seen before.[[User:Lastorset|Lastorset]] 16:21, 25 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
Microformats used:&lt;br /&gt;
*hCard (non-compliant due to missing formatted name): buyer contact info&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Explicitly stated credit-card charge.&lt;br /&gt;
*Displayed credit-card-statement reference.&lt;br /&gt;
*Explicitly displayed seller address (one seller per order).&lt;br /&gt;
&lt;br /&gt;
==== Symantec ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Symantec-reminder-e-mail.html Symantec e-mail reminder]&lt;br /&gt;
&lt;br /&gt;
*buyer name&lt;br /&gt;
*date&lt;br /&gt;
*payment method&lt;br /&gt;
*last 4 digits&lt;br /&gt;
*appears on statement as &amp;quot;DR *Symantec&amp;quot;&lt;br /&gt;
*items&lt;br /&gt;
**qty&lt;br /&gt;
**product name&lt;br /&gt;
**platform&lt;br /&gt;
**delivery method&lt;br /&gt;
**price&lt;br /&gt;
*subtotal&lt;br /&gt;
*grand total&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*As an e-mail &amp;quot;order reminder&amp;quot; rather than a receipt, this was slightly more informal than the other samples. As such there was &lt;br /&gt;
**no order id&lt;br /&gt;
**a permalink&lt;br /&gt;
*&amp;quot;Delivery method&amp;quot; could be download or ship.&lt;br /&gt;
&lt;br /&gt;
== Analysis ==&lt;br /&gt;
&lt;br /&gt;
=== Analysis of Bills ===&lt;br /&gt;
&lt;br /&gt;
=== Analysis of Receipts ===&lt;br /&gt;
&lt;br /&gt;
====Addresses====&lt;br /&gt;
All receipts have hCard candidates (i. e. name and/or address) of at least one of these types:&lt;br /&gt;
*buyer/customer&lt;br /&gt;
*seller&lt;br /&gt;
*shipping&lt;br /&gt;
*billing&lt;br /&gt;
*pickup&lt;br /&gt;
&lt;br /&gt;
====Shipping====&lt;br /&gt;
These vendors supported multiple shipments:&lt;br /&gt;
*Amazon.com&lt;br /&gt;
*Barnes&amp;amp;Noble&lt;br /&gt;
**Also displayed shipment subtotals.&lt;br /&gt;
&lt;br /&gt;
These displayed shipping method/speed:&lt;br /&gt;
*Amazon.com&lt;br /&gt;
*Barnes&amp;amp;Noble&lt;br /&gt;
*Symantec&lt;br /&gt;
&lt;br /&gt;
These displayed gift options:&lt;br /&gt;
*Amazon.com&lt;br /&gt;
*Barnes&amp;amp;Noble&lt;br /&gt;
&lt;br /&gt;
For most vendors, each item had the following information:&lt;br /&gt;
*description&lt;br /&gt;
*quantity&lt;br /&gt;
*unit price&lt;br /&gt;
*line total&lt;br /&gt;
Google Checkout additionally provided shipping status.&lt;br /&gt;
&lt;br /&gt;
====Payment information====&lt;br /&gt;
Most vendors displayed:&lt;br /&gt;
*payment method (credit card or COD, card type)&lt;br /&gt;
*last 4 or 5 digits of credit card&lt;br /&gt;
*expiration date of credit card&lt;br /&gt;
&lt;br /&gt;
Some also displayed&lt;br /&gt;
*reference on credit-card statement (&amp;quot;This order will appear as ABCD0001234 on your credit-card statement.&amp;quot;)&lt;br /&gt;
*the credit-card charge itself&lt;br /&gt;
&lt;br /&gt;
====Totals====&lt;br /&gt;
Most displayed:&lt;br /&gt;
*subtotal&lt;br /&gt;
*shipping and handling cost (if applicable)&lt;br /&gt;
*tax&lt;br /&gt;
*grand total&lt;br /&gt;
&lt;br /&gt;
Some also displayed:&lt;br /&gt;
*total before tax&lt;br /&gt;
*total quantity (only A1Books)&lt;br /&gt;
&lt;br /&gt;
====Marketplace====&lt;br /&gt;
Most receipt formats are for one seller only. The following support different sellers:&lt;br /&gt;
*A1Books: per item&lt;br /&gt;
*Amazon.com: per item&lt;br /&gt;
*Google Checkout: per receipt&lt;br /&gt;
*PayPal: per receipt&lt;br /&gt;
&lt;br /&gt;
====Other properties====&lt;br /&gt;
Almost all receipts had&lt;br /&gt;
*order date&lt;br /&gt;
**Facebook had no date.&lt;br /&gt;
**Longs/FujiFilm had pick-up date instead.&lt;br /&gt;
*order id&lt;br /&gt;
**Symantec did not mention order id.&lt;br /&gt;
&lt;br /&gt;
Other interesting items:&lt;br /&gt;
*permalink (on most e-mail receipts)&lt;br /&gt;
*link to purchase history&lt;br /&gt;
*order history (Google Checkout):&lt;br /&gt;
**placed&lt;br /&gt;
**received&lt;br /&gt;
**charged&lt;br /&gt;
**shipped&lt;br /&gt;
&lt;br /&gt;
== Existing Practices ==&lt;br /&gt;
&lt;br /&gt;
Listed below is an overview of existing patterns and practices found in the wild for bill and receipt data.&lt;br /&gt;
&lt;br /&gt;
===Summary of common patterns discovered===&lt;br /&gt;
&lt;br /&gt;
===Other attempts to solve The Problem===&lt;br /&gt;
For paper receipts, [http://www.neatreceipts.com/ NeatReceipts Scanalizer] offers a heuristic-based solution.&lt;br /&gt;
&lt;br /&gt;
== Proposal ==&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[receipt]]&lt;br /&gt;
* http://en.wikipedia.org/wiki/Receipt&lt;/div&gt;</summary>
		<author><name>Lastorset</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=19764</id>
		<title>receipt-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=19764"/>
		<updated>2007-08-16T23:49:11Z</updated>

		<summary type="html">&lt;p&gt;Lastorset: /* Symantec */ Notable results from group analysis.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Receipt =&lt;br /&gt;
&lt;br /&gt;
Overview of Receipt exploratory discussion goes here...&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
=== Contributors ===&lt;br /&gt;
Rob Manson&lt;br /&gt;
&lt;br /&gt;
== Real-World Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Bill / Invoice ===&lt;br /&gt;
&lt;br /&gt;
Bills or Invoices are &amp;quot;yet to be paid&amp;quot; items.&lt;br /&gt;
&lt;br /&gt;
Question: Perhaps these examples (yet to be provided) should be moved to a separate page as Bill/Invoice is quite different from Receipt.&lt;br /&gt;
&lt;br /&gt;
: With [[hResume]], I've [[hresume-brainstorming|suggested]] that the subtle difference between actively seeking work and just presenting your resume be a case of including [[hlisting]] markup.&lt;br /&gt;
: With bills vs invoices, it may turn out that the content found within would be identical, and it might just be a case of putting in a class flag to indicate whether the presented document has been paid for or not.&lt;br /&gt;
: [[User:SignpostMarv|SignpostMarv]] 12:55, 21 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
::I think a class flag is a great idea, but I don't believe we have any samples for invoices. However, if we look at order review vs. order summary rather than invoices vs. receipts, the payment flag does become relevant in many of the sampled online stores.&lt;br /&gt;
::How would such a flag be implemented? &lt;br /&gt;
::*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;hreceipt unpaid&amp;quot;/&amp;quot;hreceipt paid&amp;quot;&amp;gt;...&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;hreceipt&amp;quot; title=&amp;quot;paid&amp;quot;&amp;gt;...&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::[[User:Lastorset|Lastorset]] 14:55, 16 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Receipts ===&lt;br /&gt;
&lt;br /&gt;
Receipts are post-purchase items.&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* [http://mobileonlinebusiness.com.au/uf/receipt/Amazon.com-Vieworder-anon.htm Example]&lt;br /&gt;
* contains: &lt;br /&gt;
**&amp;lt;del&amp;gt;email address&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
**date of order&lt;br /&gt;
**order id&lt;br /&gt;
**shipments&lt;br /&gt;
***shipping estimate&lt;br /&gt;
***delivery estimate&lt;br /&gt;
***shipping address&lt;br /&gt;
***shipping speed&lt;br /&gt;
***shipping preference (item grouping)&lt;br /&gt;
***items&lt;br /&gt;
****quantity&lt;br /&gt;
****seller&lt;br /&gt;
****price&lt;br /&gt;
****item information&lt;br /&gt;
**payment&lt;br /&gt;
***card type&lt;br /&gt;
***last 5 digits&lt;br /&gt;
***expiration date&lt;br /&gt;
***billing address&lt;br /&gt;
***subtotal&lt;br /&gt;
***shipping and handling price&lt;br /&gt;
***total before tax&lt;br /&gt;
***tax&lt;br /&gt;
***grand total&lt;br /&gt;
**&amp;lt;del&amp;gt;discount price&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
* Little semantic HTML of interest, except an anchor with id &amp;quot;payment-info&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports multiple shipments.&lt;br /&gt;
*Supports one seller per item.&lt;br /&gt;
*Displays shipping and delivery estimate.&lt;br /&gt;
*Offers item grouping preference.&lt;br /&gt;
*Gift options.&lt;br /&gt;
&lt;br /&gt;
==== Skype ====&lt;br /&gt;
&lt;br /&gt;
===== Skype Phone =====&lt;br /&gt;
*[[receipt-example-skype-phone|example source code]]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Skype-order-history.html Skype order history]&lt;br /&gt;
&lt;br /&gt;
* Shipping Address&lt;br /&gt;
* date in dd/mm/yyyy format&lt;br /&gt;
* Order number in nnnn-nnnnnnn-nnn format&lt;br /&gt;
* Reference (was blank in example, presumed to appear on bank statement for this transaction)&lt;br /&gt;
* Items&lt;br /&gt;
** Quantity&lt;br /&gt;
** Description&lt;br /&gt;
** Price&lt;br /&gt;
** Total&lt;br /&gt;
** VAT (tax) %&lt;br /&gt;
* Payment&lt;br /&gt;
** subtotal (&amp;quot;total&amp;quot;)&lt;br /&gt;
** shipping cost&lt;br /&gt;
** grand total (&amp;quot;total (gross)&amp;quot;)&lt;br /&gt;
** total (VAT excluded)&lt;br /&gt;
** VAT (amount)&lt;br /&gt;
* Chosen payment method: &amp;quot;Your payment method is: Credit card&amp;quot;&lt;br /&gt;
* Legal blurb&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
* Order resume class=&amp;quot;order-listing&amp;quot;&lt;br /&gt;
* Each item class=&amp;quot;row&amp;quot;&lt;br /&gt;
* All totals rows class=&amp;quot;totals-row&amp;quot; except grand total class=&amp;quot;grandtotal-row&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Displayed credit-card-statement reference (presumably).&lt;br /&gt;
&lt;br /&gt;
==== Internet banking transaction receipts ====&lt;br /&gt;
===== Example 1 =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
time&lt;br /&gt;
receipt type (e.g. TRANSFER BETWEEN MY ACCOUNTS)&lt;br /&gt;
  transfer from&lt;br /&gt;
  transfer to&lt;br /&gt;
amount&lt;br /&gt;
description&lt;br /&gt;
information/comment&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Digital product purchase receipts ====&lt;br /&gt;
===== Example 1 : Software =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
order/receipt number&lt;br /&gt;
seller's details&lt;br /&gt;
  sold by (hCard candidate)&lt;br /&gt;
    org&lt;br /&gt;
    adr&lt;br /&gt;
  tax number (VAT in this example)&lt;br /&gt;
  tax id (Federal Tax ID)&lt;br /&gt;
buyer's details&lt;br /&gt;
  buyer (hCard candidate)&lt;br /&gt;
    name&lt;br /&gt;
    org&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
    country-name&lt;br /&gt;
    tel&lt;br /&gt;
    email&lt;br /&gt;
  credit card number (PAN truncated - with type)&lt;br /&gt;
item list&lt;br /&gt;
  product code&lt;br /&gt;
  name&lt;br /&gt;
  comments&lt;br /&gt;
  price&lt;br /&gt;
  delivery method&lt;br /&gt;
  quantity&lt;br /&gt;
  total in selected currency&lt;br /&gt;
  total in sellers currency&lt;br /&gt;
total (sum of item list totals)&lt;br /&gt;
processing fee&lt;br /&gt;
grand total (final amount charged)&lt;br /&gt;
information (caveats and tax info)&lt;br /&gt;
permalink&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : SSL certificate =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
purchase information&lt;br /&gt;
  order id&lt;br /&gt;
  product name&lt;br /&gt;
  domain name&lt;br /&gt;
  validity period&lt;br /&gt;
  number of licenses&lt;br /&gt;
  card number (PAN truncated)&lt;br /&gt;
  amount (with selected currency)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Physical product purchase receipts ====&lt;br /&gt;
===== Example 1 : Computer hardware =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller's name (hCard candidate)&lt;br /&gt;
seller's URL (hCard candidate)&lt;br /&gt;
invoice id&lt;br /&gt;
org govt reference (ABN - Australian Business Number)&lt;br /&gt;
date&lt;br /&gt;
seller details (hCard candidate)&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
buyer (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  billing address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  delivery address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  phone&lt;br /&gt;
item list&lt;br /&gt;
  item&lt;br /&gt;
  description&lt;br /&gt;
  amount&lt;br /&gt;
  quantity&lt;br /&gt;
  product url&lt;br /&gt;
  total&lt;br /&gt;
delivery cost&lt;br /&gt;
total excluding tax&lt;br /&gt;
tax (GST - Goods and Service Tax)&lt;br /&gt;
total including tax&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Service purchase receipts ====&lt;br /&gt;
===== Example 1 : Online subscription =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
seller's details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  country-name&lt;br /&gt;
buyer's details (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  phone&lt;br /&gt;
date&lt;br /&gt;
receipt id&lt;br /&gt;
item list&lt;br /&gt;
  product description&lt;br /&gt;
  quantity&lt;br /&gt;
  rate (per unit)&lt;br /&gt;
  price&lt;br /&gt;
sub total&lt;br /&gt;
amount paid&lt;br /&gt;
balance due&lt;br /&gt;
information&lt;br /&gt;
transaction id&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : Co-location =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
sellers details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  url&lt;br /&gt;
  phone&lt;br /&gt;
message&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
amount&lt;br /&gt;
information&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== A1Books ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/A1Books-Sales-Order-anon.htm Example]&lt;br /&gt;
&lt;br /&gt;
*vendor &lt;br /&gt;
**name&lt;br /&gt;
**fax&lt;br /&gt;
*date&lt;br /&gt;
*order number&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**list price&lt;br /&gt;
**sale price&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*subtotal&lt;br /&gt;
*shipping&lt;br /&gt;
*total&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*account information&lt;br /&gt;
**phone&lt;br /&gt;
**e-mail&lt;br /&gt;
*payment&lt;br /&gt;
**method&lt;br /&gt;
**last four digits&lt;br /&gt;
&lt;br /&gt;
No semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports one seller per item.&lt;br /&gt;
*Does not display tax.&lt;br /&gt;
&lt;br /&gt;
==== Barnes&amp;amp;Noble ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/BarnesAndNoble.com-receipt.anon.tidied.htm Example]&lt;br /&gt;
&lt;br /&gt;
*date&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*payment&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**charge&lt;br /&gt;
*savings on shipping&lt;br /&gt;
*order no.&lt;br /&gt;
*delivery option&lt;br /&gt;
*items&lt;br /&gt;
**description: title, author, ISBN, price&lt;br /&gt;
**qty&lt;br /&gt;
**gift options: wrap, message&lt;br /&gt;
**total price&lt;br /&gt;
*shipment subtotal&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*shipment total (seems to account for orders requiring multiple shipments)&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*receiptOrderNumbers&lt;br /&gt;
*receiptOrderPlacedOn&lt;br /&gt;
*orderInformation&lt;br /&gt;
**shippingAddress&lt;br /&gt;
**billingAddress&lt;br /&gt;
**paymentInformation&lt;br /&gt;
*shippingSelections&lt;br /&gt;
*showProducts&lt;br /&gt;
**reviewTable&lt;br /&gt;
***qtyValuePosition&lt;br /&gt;
***reviewGiftOptions&lt;br /&gt;
*reviewTotalsDisplay&lt;br /&gt;
**reviewTotalsSummary&lt;br /&gt;
**reviewTotalsNote&lt;br /&gt;
**reviewTotalsBreakdown&lt;br /&gt;
*reviewTotalsSummary&lt;br /&gt;
**reviewGrandTotal&lt;br /&gt;
*reviewCreditCardCharged&lt;br /&gt;
*review&lt;br /&gt;
&lt;br /&gt;
The semantic class names found are a good start, although the &amp;quot;review&amp;quot; part appears to be context-specific (reviewing an order). Additionally, the implied hierarchy in names such as &amp;quot;reviewTotalsSummary&amp;quot; and &amp;quot;receiptOrderPlacedOn&amp;quot; is probably unnecessary for our purposes.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports multiple shipments.&lt;br /&gt;
*Gift options.&lt;br /&gt;
*Explicitly stated credit-card charge.&lt;br /&gt;
&lt;br /&gt;
==== Facebook ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/Facebook-gift-receipt.html Example]&lt;br /&gt;
&lt;br /&gt;
*purchase total&lt;br /&gt;
*items (informal description of two items, including quantity)&lt;br /&gt;
*recipient name&lt;br /&gt;
*order id&lt;br /&gt;
*billed-to name&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Quite minimal and informal receipt. Good example of how a microformat would preserve human readability and informal style while enabling machine reading.&lt;br /&gt;
&lt;br /&gt;
==== Google Checkout ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-e-mail-receipt.tidied.html Example email receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-Order-Receipt_DVD-Empire.tidied.htm Example web receipt]&lt;br /&gt;
&lt;br /&gt;
*vendor address&lt;br /&gt;
*shipping address&lt;br /&gt;
*date&lt;br /&gt;
*order id&lt;br /&gt;
*items&lt;br /&gt;
**shipping status (&amp;quot;Not yet shipped&amp;quot;, etc.)&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*total&lt;br /&gt;
*order history (placed, received, charged, shipped) (web receipt only)&lt;br /&gt;
*payment info (web receipt only)&lt;br /&gt;
**card type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**cardholder address&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*taxRow&lt;br /&gt;
**taxIdentifier&lt;br /&gt;
**taxAmount&lt;br /&gt;
*totalAmount&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Explicit seller address (one per order).&lt;br /&gt;
*Current shipping status of each item.&lt;br /&gt;
*E-mail receipt has permalink.&lt;br /&gt;
*Order history (date placed, received, charged, shipped).&lt;br /&gt;
&lt;br /&gt;
==== iTunes ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/iTunes-receipt-e-mail.html iTunes e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*billing address&lt;br /&gt;
*order no.&lt;br /&gt;
*receipt date&lt;br /&gt;
*order total&lt;br /&gt;
*card &lt;br /&gt;
**type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
*item&lt;br /&gt;
**item no.&lt;br /&gt;
**description (including link to write a review)&lt;br /&gt;
**unit price&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*No quantity information.&lt;br /&gt;
&lt;br /&gt;
==== Longs/FujiFilm ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Longs-Fujifilm-photo-receipt.html Longs/Fujifilm e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*order no.&lt;br /&gt;
*payment info&lt;br /&gt;
**method (COD, credit card, etc.)&lt;br /&gt;
*customer address&lt;br /&gt;
*pickup address&lt;br /&gt;
*items&lt;br /&gt;
**name&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
**line item subtotal&lt;br /&gt;
*order items total&lt;br /&gt;
*tax&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*payment-heading&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*No order date; has pick-up date instead.&lt;br /&gt;
*Has pickup address rather than shipping address.&lt;br /&gt;
&lt;br /&gt;
==== Mobivox/PayPal ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal.htm Mobivox/PayPal receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal-printable.htm Mobivox/PayPal printable receipt]&lt;br /&gt;
&lt;br /&gt;
*seller address&lt;br /&gt;
*receipt id&lt;br /&gt;
*date of order&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**item option (not quite sure what this is for)&lt;br /&gt;
**unit price&lt;br /&gt;
**qty&lt;br /&gt;
**total&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
*total amount&lt;br /&gt;
*payment info&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**charge&lt;br /&gt;
**appears on bill/statement as &amp;quot;MOBIVOXCORP&amp;quot;&lt;br /&gt;
*buyer contact&lt;br /&gt;
&lt;br /&gt;
Relevant semantic HTML:&lt;br /&gt;
*order-summary&lt;br /&gt;
**cart&lt;br /&gt;
***(unnamed tr)&lt;br /&gt;
****item-name&lt;br /&gt;
****item-total&lt;br /&gt;
****item-option (not quite sure what this is for)&lt;br /&gt;
**subtotal&lt;br /&gt;
**totals-value&lt;br /&gt;
**totals-currency&lt;br /&gt;
**purchase-summary&lt;br /&gt;
***summary-total&lt;br /&gt;
****price-total&lt;br /&gt;
****price-currency&lt;br /&gt;
*funding-mix&lt;br /&gt;
**payment-type&lt;br /&gt;
**amount&lt;br /&gt;
**ccStatement&lt;br /&gt;
*contact-information (contains hCard microformat)&lt;br /&gt;
&lt;br /&gt;
This semantic HTML is the most complete and well-thought-out I've seen in this analysis. It even makes use of the fieldset element in forms, something I've never seen before.[[User:Lastorset|Lastorset]] 16:21, 25 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
Microformats used:&lt;br /&gt;
*hCard (non-compliant due to missing formatted name): buyer contact info&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Explicitly stated credit-card charge.&lt;br /&gt;
*Displayed credit-card-statement reference.&lt;br /&gt;
*Explicitly displayed seller address (one seller per order).&lt;br /&gt;
&lt;br /&gt;
==== Symantec ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Symantec-reminder-e-mail.html Symantec e-mail reminder]&lt;br /&gt;
&lt;br /&gt;
*buyer name&lt;br /&gt;
*date&lt;br /&gt;
*payment method&lt;br /&gt;
*last 4 digits&lt;br /&gt;
*appears on statement as &amp;quot;DR *Symantec&amp;quot;&lt;br /&gt;
*items&lt;br /&gt;
**qty&lt;br /&gt;
**product name&lt;br /&gt;
**platform&lt;br /&gt;
**delivery method&lt;br /&gt;
**price&lt;br /&gt;
*subtotal&lt;br /&gt;
*grand total&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*As an e-mail &amp;quot;order reminder&amp;quot; rather than a receipt, this was slightly more informal than the other samples. As such there was &lt;br /&gt;
**no order id&lt;br /&gt;
**a permalink&lt;br /&gt;
*&amp;quot;Delivery method&amp;quot; could be download or ship.&lt;br /&gt;
&lt;br /&gt;
=== Analysis ===&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Bills ====&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Receipts ====&lt;br /&gt;
&lt;br /&gt;
== Existing Practices ==&lt;br /&gt;
&lt;br /&gt;
Listed below is an overview of existing patterns and practices found in the wild for bill and receipt data.&lt;br /&gt;
&lt;br /&gt;
===Summary of common patterns discovered===&lt;br /&gt;
&lt;br /&gt;
===Other attempts to solve The Problem===&lt;br /&gt;
For paper receipts, [http://www.neatreceipts.com/ NeatReceipts Scanalizer] offers a heuristic-based solution.&lt;br /&gt;
&lt;br /&gt;
== Proposal ==&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[receipt]]&lt;br /&gt;
* http://en.wikipedia.org/wiki/Receipt&lt;/div&gt;</summary>
		<author><name>Lastorset</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=19760</id>
		<title>receipt-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=19760"/>
		<updated>2007-08-16T23:46:45Z</updated>

		<summary type="html">&lt;p&gt;Lastorset: /* Skype */ Notable results from group analysis.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Receipt =&lt;br /&gt;
&lt;br /&gt;
Overview of Receipt exploratory discussion goes here...&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
=== Contributors ===&lt;br /&gt;
Rob Manson&lt;br /&gt;
&lt;br /&gt;
== Real-World Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Bill / Invoice ===&lt;br /&gt;
&lt;br /&gt;
Bills or Invoices are &amp;quot;yet to be paid&amp;quot; items.&lt;br /&gt;
&lt;br /&gt;
Question: Perhaps these examples (yet to be provided) should be moved to a separate page as Bill/Invoice is quite different from Receipt.&lt;br /&gt;
&lt;br /&gt;
: With [[hResume]], I've [[hresume-brainstorming|suggested]] that the subtle difference between actively seeking work and just presenting your resume be a case of including [[hlisting]] markup.&lt;br /&gt;
: With bills vs invoices, it may turn out that the content found within would be identical, and it might just be a case of putting in a class flag to indicate whether the presented document has been paid for or not.&lt;br /&gt;
: [[User:SignpostMarv|SignpostMarv]] 12:55, 21 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
::I think a class flag is a great idea, but I don't believe we have any samples for invoices. However, if we look at order review vs. order summary rather than invoices vs. receipts, the payment flag does become relevant in many of the sampled online stores.&lt;br /&gt;
::How would such a flag be implemented? &lt;br /&gt;
::*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;hreceipt unpaid&amp;quot;/&amp;quot;hreceipt paid&amp;quot;&amp;gt;...&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;hreceipt&amp;quot; title=&amp;quot;paid&amp;quot;&amp;gt;...&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::[[User:Lastorset|Lastorset]] 14:55, 16 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Receipts ===&lt;br /&gt;
&lt;br /&gt;
Receipts are post-purchase items.&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* [http://mobileonlinebusiness.com.au/uf/receipt/Amazon.com-Vieworder-anon.htm Example]&lt;br /&gt;
* contains: &lt;br /&gt;
**&amp;lt;del&amp;gt;email address&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
**date of order&lt;br /&gt;
**order id&lt;br /&gt;
**shipments&lt;br /&gt;
***shipping estimate&lt;br /&gt;
***delivery estimate&lt;br /&gt;
***shipping address&lt;br /&gt;
***shipping speed&lt;br /&gt;
***shipping preference (item grouping)&lt;br /&gt;
***items&lt;br /&gt;
****quantity&lt;br /&gt;
****seller&lt;br /&gt;
****price&lt;br /&gt;
****item information&lt;br /&gt;
**payment&lt;br /&gt;
***card type&lt;br /&gt;
***last 5 digits&lt;br /&gt;
***expiration date&lt;br /&gt;
***billing address&lt;br /&gt;
***subtotal&lt;br /&gt;
***shipping and handling price&lt;br /&gt;
***total before tax&lt;br /&gt;
***tax&lt;br /&gt;
***grand total&lt;br /&gt;
**&amp;lt;del&amp;gt;discount price&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
* Little semantic HTML of interest, except an anchor with id &amp;quot;payment-info&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports multiple shipments.&lt;br /&gt;
*Supports one seller per item.&lt;br /&gt;
*Displays shipping and delivery estimate.&lt;br /&gt;
*Offers item grouping preference.&lt;br /&gt;
*Gift options.&lt;br /&gt;
&lt;br /&gt;
==== Skype ====&lt;br /&gt;
&lt;br /&gt;
===== Skype Phone =====&lt;br /&gt;
*[[receipt-example-skype-phone|example source code]]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Skype-order-history.html Skype order history]&lt;br /&gt;
&lt;br /&gt;
* Shipping Address&lt;br /&gt;
* date in dd/mm/yyyy format&lt;br /&gt;
* Order number in nnnn-nnnnnnn-nnn format&lt;br /&gt;
* Reference (was blank in example, presumed to appear on bank statement for this transaction)&lt;br /&gt;
* Items&lt;br /&gt;
** Quantity&lt;br /&gt;
** Description&lt;br /&gt;
** Price&lt;br /&gt;
** Total&lt;br /&gt;
** VAT (tax) %&lt;br /&gt;
* Payment&lt;br /&gt;
** subtotal (&amp;quot;total&amp;quot;)&lt;br /&gt;
** shipping cost&lt;br /&gt;
** grand total (&amp;quot;total (gross)&amp;quot;)&lt;br /&gt;
** total (VAT excluded)&lt;br /&gt;
** VAT (amount)&lt;br /&gt;
* Chosen payment method: &amp;quot;Your payment method is: Credit card&amp;quot;&lt;br /&gt;
* Legal blurb&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
* Order resume class=&amp;quot;order-listing&amp;quot;&lt;br /&gt;
* Each item class=&amp;quot;row&amp;quot;&lt;br /&gt;
* All totals rows class=&amp;quot;totals-row&amp;quot; except grand total class=&amp;quot;grandtotal-row&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Displayed credit-card-statement reference (presumably).&lt;br /&gt;
&lt;br /&gt;
==== Internet banking transaction receipts ====&lt;br /&gt;
===== Example 1 =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
time&lt;br /&gt;
receipt type (e.g. TRANSFER BETWEEN MY ACCOUNTS)&lt;br /&gt;
  transfer from&lt;br /&gt;
  transfer to&lt;br /&gt;
amount&lt;br /&gt;
description&lt;br /&gt;
information/comment&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Digital product purchase receipts ====&lt;br /&gt;
===== Example 1 : Software =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
order/receipt number&lt;br /&gt;
seller's details&lt;br /&gt;
  sold by (hCard candidate)&lt;br /&gt;
    org&lt;br /&gt;
    adr&lt;br /&gt;
  tax number (VAT in this example)&lt;br /&gt;
  tax id (Federal Tax ID)&lt;br /&gt;
buyer's details&lt;br /&gt;
  buyer (hCard candidate)&lt;br /&gt;
    name&lt;br /&gt;
    org&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
    country-name&lt;br /&gt;
    tel&lt;br /&gt;
    email&lt;br /&gt;
  credit card number (PAN truncated - with type)&lt;br /&gt;
item list&lt;br /&gt;
  product code&lt;br /&gt;
  name&lt;br /&gt;
  comments&lt;br /&gt;
  price&lt;br /&gt;
  delivery method&lt;br /&gt;
  quantity&lt;br /&gt;
  total in selected currency&lt;br /&gt;
  total in sellers currency&lt;br /&gt;
total (sum of item list totals)&lt;br /&gt;
processing fee&lt;br /&gt;
grand total (final amount charged)&lt;br /&gt;
information (caveats and tax info)&lt;br /&gt;
permalink&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : SSL certificate =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
purchase information&lt;br /&gt;
  order id&lt;br /&gt;
  product name&lt;br /&gt;
  domain name&lt;br /&gt;
  validity period&lt;br /&gt;
  number of licenses&lt;br /&gt;
  card number (PAN truncated)&lt;br /&gt;
  amount (with selected currency)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Physical product purchase receipts ====&lt;br /&gt;
===== Example 1 : Computer hardware =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller's name (hCard candidate)&lt;br /&gt;
seller's URL (hCard candidate)&lt;br /&gt;
invoice id&lt;br /&gt;
org govt reference (ABN - Australian Business Number)&lt;br /&gt;
date&lt;br /&gt;
seller details (hCard candidate)&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
buyer (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  billing address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  delivery address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  phone&lt;br /&gt;
item list&lt;br /&gt;
  item&lt;br /&gt;
  description&lt;br /&gt;
  amount&lt;br /&gt;
  quantity&lt;br /&gt;
  product url&lt;br /&gt;
  total&lt;br /&gt;
delivery cost&lt;br /&gt;
total excluding tax&lt;br /&gt;
tax (GST - Goods and Service Tax)&lt;br /&gt;
total including tax&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Service purchase receipts ====&lt;br /&gt;
===== Example 1 : Online subscription =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
seller's details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  country-name&lt;br /&gt;
buyer's details (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  phone&lt;br /&gt;
date&lt;br /&gt;
receipt id&lt;br /&gt;
item list&lt;br /&gt;
  product description&lt;br /&gt;
  quantity&lt;br /&gt;
  rate (per unit)&lt;br /&gt;
  price&lt;br /&gt;
sub total&lt;br /&gt;
amount paid&lt;br /&gt;
balance due&lt;br /&gt;
information&lt;br /&gt;
transaction id&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : Co-location =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
sellers details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  url&lt;br /&gt;
  phone&lt;br /&gt;
message&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
amount&lt;br /&gt;
information&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== A1Books ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/A1Books-Sales-Order-anon.htm Example]&lt;br /&gt;
&lt;br /&gt;
*vendor &lt;br /&gt;
**name&lt;br /&gt;
**fax&lt;br /&gt;
*date&lt;br /&gt;
*order number&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**list price&lt;br /&gt;
**sale price&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*subtotal&lt;br /&gt;
*shipping&lt;br /&gt;
*total&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*account information&lt;br /&gt;
**phone&lt;br /&gt;
**e-mail&lt;br /&gt;
*payment&lt;br /&gt;
**method&lt;br /&gt;
**last four digits&lt;br /&gt;
&lt;br /&gt;
No semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports one seller per item.&lt;br /&gt;
*Does not display tax.&lt;br /&gt;
&lt;br /&gt;
==== Barnes&amp;amp;Noble ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/BarnesAndNoble.com-receipt.anon.tidied.htm Example]&lt;br /&gt;
&lt;br /&gt;
*date&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*payment&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**charge&lt;br /&gt;
*savings on shipping&lt;br /&gt;
*order no.&lt;br /&gt;
*delivery option&lt;br /&gt;
*items&lt;br /&gt;
**description: title, author, ISBN, price&lt;br /&gt;
**qty&lt;br /&gt;
**gift options: wrap, message&lt;br /&gt;
**total price&lt;br /&gt;
*shipment subtotal&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*shipment total (seems to account for orders requiring multiple shipments)&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*receiptOrderNumbers&lt;br /&gt;
*receiptOrderPlacedOn&lt;br /&gt;
*orderInformation&lt;br /&gt;
**shippingAddress&lt;br /&gt;
**billingAddress&lt;br /&gt;
**paymentInformation&lt;br /&gt;
*shippingSelections&lt;br /&gt;
*showProducts&lt;br /&gt;
**reviewTable&lt;br /&gt;
***qtyValuePosition&lt;br /&gt;
***reviewGiftOptions&lt;br /&gt;
*reviewTotalsDisplay&lt;br /&gt;
**reviewTotalsSummary&lt;br /&gt;
**reviewTotalsNote&lt;br /&gt;
**reviewTotalsBreakdown&lt;br /&gt;
*reviewTotalsSummary&lt;br /&gt;
**reviewGrandTotal&lt;br /&gt;
*reviewCreditCardCharged&lt;br /&gt;
*review&lt;br /&gt;
&lt;br /&gt;
The semantic class names found are a good start, although the &amp;quot;review&amp;quot; part appears to be context-specific (reviewing an order). Additionally, the implied hierarchy in names such as &amp;quot;reviewTotalsSummary&amp;quot; and &amp;quot;receiptOrderPlacedOn&amp;quot; is probably unnecessary for our purposes.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports multiple shipments.&lt;br /&gt;
*Gift options.&lt;br /&gt;
*Explicitly stated credit-card charge.&lt;br /&gt;
&lt;br /&gt;
==== Facebook ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/Facebook-gift-receipt.html Example]&lt;br /&gt;
&lt;br /&gt;
*purchase total&lt;br /&gt;
*items (informal description of two items, including quantity)&lt;br /&gt;
*recipient name&lt;br /&gt;
*order id&lt;br /&gt;
*billed-to name&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Quite minimal and informal receipt. Good example of how a microformat would preserve human readability and informal style while enabling machine reading.&lt;br /&gt;
&lt;br /&gt;
==== Google Checkout ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-e-mail-receipt.tidied.html Example email receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-Order-Receipt_DVD-Empire.tidied.htm Example web receipt]&lt;br /&gt;
&lt;br /&gt;
*vendor address&lt;br /&gt;
*shipping address&lt;br /&gt;
*date&lt;br /&gt;
*order id&lt;br /&gt;
*items&lt;br /&gt;
**shipping status (&amp;quot;Not yet shipped&amp;quot;, etc.)&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*total&lt;br /&gt;
*order history (placed, received, charged, shipped) (web receipt only)&lt;br /&gt;
*payment info (web receipt only)&lt;br /&gt;
**card type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**cardholder address&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*taxRow&lt;br /&gt;
**taxIdentifier&lt;br /&gt;
**taxAmount&lt;br /&gt;
*totalAmount&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Explicit seller address (one per order).&lt;br /&gt;
*Current shipping status of each item.&lt;br /&gt;
*E-mail receipt has permalink.&lt;br /&gt;
*Order history (date placed, received, charged, shipped).&lt;br /&gt;
&lt;br /&gt;
==== iTunes ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/iTunes-receipt-e-mail.html iTunes e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*billing address&lt;br /&gt;
*order no.&lt;br /&gt;
*receipt date&lt;br /&gt;
*order total&lt;br /&gt;
*card &lt;br /&gt;
**type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
*item&lt;br /&gt;
**item no.&lt;br /&gt;
**description (including link to write a review)&lt;br /&gt;
**unit price&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*No quantity information.&lt;br /&gt;
&lt;br /&gt;
==== Longs/FujiFilm ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Longs-Fujifilm-photo-receipt.html Longs/Fujifilm e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*order no.&lt;br /&gt;
*payment info&lt;br /&gt;
**method (COD, credit card, etc.)&lt;br /&gt;
*customer address&lt;br /&gt;
*pickup address&lt;br /&gt;
*items&lt;br /&gt;
**name&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
**line item subtotal&lt;br /&gt;
*order items total&lt;br /&gt;
*tax&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*payment-heading&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*No order date; has pick-up date instead.&lt;br /&gt;
*Has pickup address rather than shipping address.&lt;br /&gt;
&lt;br /&gt;
==== Mobivox/PayPal ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal.htm Mobivox/PayPal receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal-printable.htm Mobivox/PayPal printable receipt]&lt;br /&gt;
&lt;br /&gt;
*seller address&lt;br /&gt;
*receipt id&lt;br /&gt;
*date of order&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**item option (not quite sure what this is for)&lt;br /&gt;
**unit price&lt;br /&gt;
**qty&lt;br /&gt;
**total&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
*total amount&lt;br /&gt;
*payment info&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**charge&lt;br /&gt;
**appears on bill/statement as &amp;quot;MOBIVOXCORP&amp;quot;&lt;br /&gt;
*buyer contact&lt;br /&gt;
&lt;br /&gt;
Relevant semantic HTML:&lt;br /&gt;
*order-summary&lt;br /&gt;
**cart&lt;br /&gt;
***(unnamed tr)&lt;br /&gt;
****item-name&lt;br /&gt;
****item-total&lt;br /&gt;
****item-option (not quite sure what this is for)&lt;br /&gt;
**subtotal&lt;br /&gt;
**totals-value&lt;br /&gt;
**totals-currency&lt;br /&gt;
**purchase-summary&lt;br /&gt;
***summary-total&lt;br /&gt;
****price-total&lt;br /&gt;
****price-currency&lt;br /&gt;
*funding-mix&lt;br /&gt;
**payment-type&lt;br /&gt;
**amount&lt;br /&gt;
**ccStatement&lt;br /&gt;
*contact-information (contains hCard microformat)&lt;br /&gt;
&lt;br /&gt;
This semantic HTML is the most complete and well-thought-out I've seen in this analysis. It even makes use of the fieldset element in forms, something I've never seen before.[[User:Lastorset|Lastorset]] 16:21, 25 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
Microformats used:&lt;br /&gt;
*hCard (non-compliant due to missing formatted name): buyer contact info&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Explicitly stated credit-card charge.&lt;br /&gt;
*Displayed credit-card-statement reference.&lt;br /&gt;
*Explicitly displayed seller address (one seller per order).&lt;br /&gt;
&lt;br /&gt;
==== Symantec ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Symantec-reminder-e-mail.html Symantec e-mail reminder]&lt;br /&gt;
&lt;br /&gt;
*buyer name&lt;br /&gt;
*date&lt;br /&gt;
*payment method&lt;br /&gt;
*last 4 digits&lt;br /&gt;
*appears on statement as &amp;quot;DR *Symantec&amp;quot;&lt;br /&gt;
*items&lt;br /&gt;
**qty&lt;br /&gt;
**product name&lt;br /&gt;
**platform&lt;br /&gt;
**delivery method&lt;br /&gt;
**price&lt;br /&gt;
*subtotal&lt;br /&gt;
*grand total&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML&lt;br /&gt;
&lt;br /&gt;
=== Analysis ===&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Bills ====&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Receipts ====&lt;br /&gt;
&lt;br /&gt;
== Existing Practices ==&lt;br /&gt;
&lt;br /&gt;
Listed below is an overview of existing patterns and practices found in the wild for bill and receipt data.&lt;br /&gt;
&lt;br /&gt;
===Summary of common patterns discovered===&lt;br /&gt;
&lt;br /&gt;
===Other attempts to solve The Problem===&lt;br /&gt;
For paper receipts, [http://www.neatreceipts.com/ NeatReceipts Scanalizer] offers a heuristic-based solution.&lt;br /&gt;
&lt;br /&gt;
== Proposal ==&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[receipt]]&lt;br /&gt;
* http://en.wikipedia.org/wiki/Receipt&lt;/div&gt;</summary>
		<author><name>Lastorset</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=19759</id>
		<title>receipt-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=19759"/>
		<updated>2007-08-16T23:44:52Z</updated>

		<summary type="html">&lt;p&gt;Lastorset: /* Mobivox/PayPal */ Notable results from group analysis&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Receipt =&lt;br /&gt;
&lt;br /&gt;
Overview of Receipt exploratory discussion goes here...&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
=== Contributors ===&lt;br /&gt;
Rob Manson&lt;br /&gt;
&lt;br /&gt;
== Real-World Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Bill / Invoice ===&lt;br /&gt;
&lt;br /&gt;
Bills or Invoices are &amp;quot;yet to be paid&amp;quot; items.&lt;br /&gt;
&lt;br /&gt;
Question: Perhaps these examples (yet to be provided) should be moved to a separate page as Bill/Invoice is quite different from Receipt.&lt;br /&gt;
&lt;br /&gt;
: With [[hResume]], I've [[hresume-brainstorming|suggested]] that the subtle difference between actively seeking work and just presenting your resume be a case of including [[hlisting]] markup.&lt;br /&gt;
: With bills vs invoices, it may turn out that the content found within would be identical, and it might just be a case of putting in a class flag to indicate whether the presented document has been paid for or not.&lt;br /&gt;
: [[User:SignpostMarv|SignpostMarv]] 12:55, 21 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
::I think a class flag is a great idea, but I don't believe we have any samples for invoices. However, if we look at order review vs. order summary rather than invoices vs. receipts, the payment flag does become relevant in many of the sampled online stores.&lt;br /&gt;
::How would such a flag be implemented? &lt;br /&gt;
::*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;hreceipt unpaid&amp;quot;/&amp;quot;hreceipt paid&amp;quot;&amp;gt;...&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;hreceipt&amp;quot; title=&amp;quot;paid&amp;quot;&amp;gt;...&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::[[User:Lastorset|Lastorset]] 14:55, 16 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Receipts ===&lt;br /&gt;
&lt;br /&gt;
Receipts are post-purchase items.&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* [http://mobileonlinebusiness.com.au/uf/receipt/Amazon.com-Vieworder-anon.htm Example]&lt;br /&gt;
* contains: &lt;br /&gt;
**&amp;lt;del&amp;gt;email address&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
**date of order&lt;br /&gt;
**order id&lt;br /&gt;
**shipments&lt;br /&gt;
***shipping estimate&lt;br /&gt;
***delivery estimate&lt;br /&gt;
***shipping address&lt;br /&gt;
***shipping speed&lt;br /&gt;
***shipping preference (item grouping)&lt;br /&gt;
***items&lt;br /&gt;
****quantity&lt;br /&gt;
****seller&lt;br /&gt;
****price&lt;br /&gt;
****item information&lt;br /&gt;
**payment&lt;br /&gt;
***card type&lt;br /&gt;
***last 5 digits&lt;br /&gt;
***expiration date&lt;br /&gt;
***billing address&lt;br /&gt;
***subtotal&lt;br /&gt;
***shipping and handling price&lt;br /&gt;
***total before tax&lt;br /&gt;
***tax&lt;br /&gt;
***grand total&lt;br /&gt;
**&amp;lt;del&amp;gt;discount price&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
* Little semantic HTML of interest, except an anchor with id &amp;quot;payment-info&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports multiple shipments.&lt;br /&gt;
*Supports one seller per item.&lt;br /&gt;
*Displays shipping and delivery estimate.&lt;br /&gt;
*Offers item grouping preference.&lt;br /&gt;
*Gift options.&lt;br /&gt;
&lt;br /&gt;
==== Skype ====&lt;br /&gt;
&lt;br /&gt;
===== Skype Phone =====&lt;br /&gt;
*[[receipt-example-skype-phone|example source code]]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Skype-order-history.html Skype order history]&lt;br /&gt;
&lt;br /&gt;
* Shipping Address&lt;br /&gt;
* date in dd/mm/yyyy format&lt;br /&gt;
* Order number in nnnn-nnnnnnn-nnn format&lt;br /&gt;
* Reference (was blank in example, presumed to appear on bank statement for this transaction)&lt;br /&gt;
* Items&lt;br /&gt;
** Quantity&lt;br /&gt;
** Description&lt;br /&gt;
** Price&lt;br /&gt;
** Total&lt;br /&gt;
** VAT (tax) %&lt;br /&gt;
* Payment&lt;br /&gt;
** subtotal (&amp;quot;total&amp;quot;)&lt;br /&gt;
** shipping cost&lt;br /&gt;
** grand total (&amp;quot;total (gross)&amp;quot;)&lt;br /&gt;
** total (VAT excluded)&lt;br /&gt;
** VAT (amount)&lt;br /&gt;
* Chosen payment method: &amp;quot;Your payment method is: Credit card&amp;quot;&lt;br /&gt;
* Legal blurb&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
* Order resume class=&amp;quot;order-listing&amp;quot;&lt;br /&gt;
* Each item class=&amp;quot;row&amp;quot;&lt;br /&gt;
* All totals rows class=&amp;quot;totals-row&amp;quot; except grand total class=&amp;quot;grandtotal-row&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Internet banking transaction receipts ====&lt;br /&gt;
===== Example 1 =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
time&lt;br /&gt;
receipt type (e.g. TRANSFER BETWEEN MY ACCOUNTS)&lt;br /&gt;
  transfer from&lt;br /&gt;
  transfer to&lt;br /&gt;
amount&lt;br /&gt;
description&lt;br /&gt;
information/comment&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Digital product purchase receipts ====&lt;br /&gt;
===== Example 1 : Software =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
order/receipt number&lt;br /&gt;
seller's details&lt;br /&gt;
  sold by (hCard candidate)&lt;br /&gt;
    org&lt;br /&gt;
    adr&lt;br /&gt;
  tax number (VAT in this example)&lt;br /&gt;
  tax id (Federal Tax ID)&lt;br /&gt;
buyer's details&lt;br /&gt;
  buyer (hCard candidate)&lt;br /&gt;
    name&lt;br /&gt;
    org&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
    country-name&lt;br /&gt;
    tel&lt;br /&gt;
    email&lt;br /&gt;
  credit card number (PAN truncated - with type)&lt;br /&gt;
item list&lt;br /&gt;
  product code&lt;br /&gt;
  name&lt;br /&gt;
  comments&lt;br /&gt;
  price&lt;br /&gt;
  delivery method&lt;br /&gt;
  quantity&lt;br /&gt;
  total in selected currency&lt;br /&gt;
  total in sellers currency&lt;br /&gt;
total (sum of item list totals)&lt;br /&gt;
processing fee&lt;br /&gt;
grand total (final amount charged)&lt;br /&gt;
information (caveats and tax info)&lt;br /&gt;
permalink&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : SSL certificate =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
purchase information&lt;br /&gt;
  order id&lt;br /&gt;
  product name&lt;br /&gt;
  domain name&lt;br /&gt;
  validity period&lt;br /&gt;
  number of licenses&lt;br /&gt;
  card number (PAN truncated)&lt;br /&gt;
  amount (with selected currency)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Physical product purchase receipts ====&lt;br /&gt;
===== Example 1 : Computer hardware =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller's name (hCard candidate)&lt;br /&gt;
seller's URL (hCard candidate)&lt;br /&gt;
invoice id&lt;br /&gt;
org govt reference (ABN - Australian Business Number)&lt;br /&gt;
date&lt;br /&gt;
seller details (hCard candidate)&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
buyer (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  billing address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  delivery address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  phone&lt;br /&gt;
item list&lt;br /&gt;
  item&lt;br /&gt;
  description&lt;br /&gt;
  amount&lt;br /&gt;
  quantity&lt;br /&gt;
  product url&lt;br /&gt;
  total&lt;br /&gt;
delivery cost&lt;br /&gt;
total excluding tax&lt;br /&gt;
tax (GST - Goods and Service Tax)&lt;br /&gt;
total including tax&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Service purchase receipts ====&lt;br /&gt;
===== Example 1 : Online subscription =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
seller's details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  country-name&lt;br /&gt;
buyer's details (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  phone&lt;br /&gt;
date&lt;br /&gt;
receipt id&lt;br /&gt;
item list&lt;br /&gt;
  product description&lt;br /&gt;
  quantity&lt;br /&gt;
  rate (per unit)&lt;br /&gt;
  price&lt;br /&gt;
sub total&lt;br /&gt;
amount paid&lt;br /&gt;
balance due&lt;br /&gt;
information&lt;br /&gt;
transaction id&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : Co-location =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
sellers details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  url&lt;br /&gt;
  phone&lt;br /&gt;
message&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
amount&lt;br /&gt;
information&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== A1Books ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/A1Books-Sales-Order-anon.htm Example]&lt;br /&gt;
&lt;br /&gt;
*vendor &lt;br /&gt;
**name&lt;br /&gt;
**fax&lt;br /&gt;
*date&lt;br /&gt;
*order number&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**list price&lt;br /&gt;
**sale price&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*subtotal&lt;br /&gt;
*shipping&lt;br /&gt;
*total&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*account information&lt;br /&gt;
**phone&lt;br /&gt;
**e-mail&lt;br /&gt;
*payment&lt;br /&gt;
**method&lt;br /&gt;
**last four digits&lt;br /&gt;
&lt;br /&gt;
No semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports one seller per item.&lt;br /&gt;
*Does not display tax.&lt;br /&gt;
&lt;br /&gt;
==== Barnes&amp;amp;Noble ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/BarnesAndNoble.com-receipt.anon.tidied.htm Example]&lt;br /&gt;
&lt;br /&gt;
*date&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*payment&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**charge&lt;br /&gt;
*savings on shipping&lt;br /&gt;
*order no.&lt;br /&gt;
*delivery option&lt;br /&gt;
*items&lt;br /&gt;
**description: title, author, ISBN, price&lt;br /&gt;
**qty&lt;br /&gt;
**gift options: wrap, message&lt;br /&gt;
**total price&lt;br /&gt;
*shipment subtotal&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*shipment total (seems to account for orders requiring multiple shipments)&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*receiptOrderNumbers&lt;br /&gt;
*receiptOrderPlacedOn&lt;br /&gt;
*orderInformation&lt;br /&gt;
**shippingAddress&lt;br /&gt;
**billingAddress&lt;br /&gt;
**paymentInformation&lt;br /&gt;
*shippingSelections&lt;br /&gt;
*showProducts&lt;br /&gt;
**reviewTable&lt;br /&gt;
***qtyValuePosition&lt;br /&gt;
***reviewGiftOptions&lt;br /&gt;
*reviewTotalsDisplay&lt;br /&gt;
**reviewTotalsSummary&lt;br /&gt;
**reviewTotalsNote&lt;br /&gt;
**reviewTotalsBreakdown&lt;br /&gt;
*reviewTotalsSummary&lt;br /&gt;
**reviewGrandTotal&lt;br /&gt;
*reviewCreditCardCharged&lt;br /&gt;
*review&lt;br /&gt;
&lt;br /&gt;
The semantic class names found are a good start, although the &amp;quot;review&amp;quot; part appears to be context-specific (reviewing an order). Additionally, the implied hierarchy in names such as &amp;quot;reviewTotalsSummary&amp;quot; and &amp;quot;receiptOrderPlacedOn&amp;quot; is probably unnecessary for our purposes.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports multiple shipments.&lt;br /&gt;
*Gift options.&lt;br /&gt;
*Explicitly stated credit-card charge.&lt;br /&gt;
&lt;br /&gt;
==== Facebook ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/Facebook-gift-receipt.html Example]&lt;br /&gt;
&lt;br /&gt;
*purchase total&lt;br /&gt;
*items (informal description of two items, including quantity)&lt;br /&gt;
*recipient name&lt;br /&gt;
*order id&lt;br /&gt;
*billed-to name&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Quite minimal and informal receipt. Good example of how a microformat would preserve human readability and informal style while enabling machine reading.&lt;br /&gt;
&lt;br /&gt;
==== Google Checkout ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-e-mail-receipt.tidied.html Example email receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-Order-Receipt_DVD-Empire.tidied.htm Example web receipt]&lt;br /&gt;
&lt;br /&gt;
*vendor address&lt;br /&gt;
*shipping address&lt;br /&gt;
*date&lt;br /&gt;
*order id&lt;br /&gt;
*items&lt;br /&gt;
**shipping status (&amp;quot;Not yet shipped&amp;quot;, etc.)&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*total&lt;br /&gt;
*order history (placed, received, charged, shipped) (web receipt only)&lt;br /&gt;
*payment info (web receipt only)&lt;br /&gt;
**card type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**cardholder address&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*taxRow&lt;br /&gt;
**taxIdentifier&lt;br /&gt;
**taxAmount&lt;br /&gt;
*totalAmount&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Explicit seller address (one per order).&lt;br /&gt;
*Current shipping status of each item.&lt;br /&gt;
*E-mail receipt has permalink.&lt;br /&gt;
*Order history (date placed, received, charged, shipped).&lt;br /&gt;
&lt;br /&gt;
==== iTunes ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/iTunes-receipt-e-mail.html iTunes e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*billing address&lt;br /&gt;
*order no.&lt;br /&gt;
*receipt date&lt;br /&gt;
*order total&lt;br /&gt;
*card &lt;br /&gt;
**type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
*item&lt;br /&gt;
**item no.&lt;br /&gt;
**description (including link to write a review)&lt;br /&gt;
**unit price&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*No quantity information.&lt;br /&gt;
&lt;br /&gt;
==== Longs/FujiFilm ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Longs-Fujifilm-photo-receipt.html Longs/Fujifilm e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*order no.&lt;br /&gt;
*payment info&lt;br /&gt;
**method (COD, credit card, etc.)&lt;br /&gt;
*customer address&lt;br /&gt;
*pickup address&lt;br /&gt;
*items&lt;br /&gt;
**name&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
**line item subtotal&lt;br /&gt;
*order items total&lt;br /&gt;
*tax&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*payment-heading&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*No order date; has pick-up date instead.&lt;br /&gt;
*Has pickup address rather than shipping address.&lt;br /&gt;
&lt;br /&gt;
==== Mobivox/PayPal ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal.htm Mobivox/PayPal receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal-printable.htm Mobivox/PayPal printable receipt]&lt;br /&gt;
&lt;br /&gt;
*seller address&lt;br /&gt;
*receipt id&lt;br /&gt;
*date of order&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**item option (not quite sure what this is for)&lt;br /&gt;
**unit price&lt;br /&gt;
**qty&lt;br /&gt;
**total&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
*total amount&lt;br /&gt;
*payment info&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**charge&lt;br /&gt;
**appears on bill/statement as &amp;quot;MOBIVOXCORP&amp;quot;&lt;br /&gt;
*buyer contact&lt;br /&gt;
&lt;br /&gt;
Relevant semantic HTML:&lt;br /&gt;
*order-summary&lt;br /&gt;
**cart&lt;br /&gt;
***(unnamed tr)&lt;br /&gt;
****item-name&lt;br /&gt;
****item-total&lt;br /&gt;
****item-option (not quite sure what this is for)&lt;br /&gt;
**subtotal&lt;br /&gt;
**totals-value&lt;br /&gt;
**totals-currency&lt;br /&gt;
**purchase-summary&lt;br /&gt;
***summary-total&lt;br /&gt;
****price-total&lt;br /&gt;
****price-currency&lt;br /&gt;
*funding-mix&lt;br /&gt;
**payment-type&lt;br /&gt;
**amount&lt;br /&gt;
**ccStatement&lt;br /&gt;
*contact-information (contains hCard microformat)&lt;br /&gt;
&lt;br /&gt;
This semantic HTML is the most complete and well-thought-out I've seen in this analysis. It even makes use of the fieldset element in forms, something I've never seen before.[[User:Lastorset|Lastorset]] 16:21, 25 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
Microformats used:&lt;br /&gt;
*hCard (non-compliant due to missing formatted name): buyer contact info&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Explicitly stated credit-card charge.&lt;br /&gt;
*Displayed credit-card-statement reference.&lt;br /&gt;
*Explicitly displayed seller address (one seller per order).&lt;br /&gt;
&lt;br /&gt;
==== Symantec ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Symantec-reminder-e-mail.html Symantec e-mail reminder]&lt;br /&gt;
&lt;br /&gt;
*buyer name&lt;br /&gt;
*date&lt;br /&gt;
*payment method&lt;br /&gt;
*last 4 digits&lt;br /&gt;
*appears on statement as &amp;quot;DR *Symantec&amp;quot;&lt;br /&gt;
*items&lt;br /&gt;
**qty&lt;br /&gt;
**product name&lt;br /&gt;
**platform&lt;br /&gt;
**delivery method&lt;br /&gt;
**price&lt;br /&gt;
*subtotal&lt;br /&gt;
*grand total&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML&lt;br /&gt;
&lt;br /&gt;
=== Analysis ===&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Bills ====&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Receipts ====&lt;br /&gt;
&lt;br /&gt;
== Existing Practices ==&lt;br /&gt;
&lt;br /&gt;
Listed below is an overview of existing patterns and practices found in the wild for bill and receipt data.&lt;br /&gt;
&lt;br /&gt;
===Summary of common patterns discovered===&lt;br /&gt;
&lt;br /&gt;
===Other attempts to solve The Problem===&lt;br /&gt;
For paper receipts, [http://www.neatreceipts.com/ NeatReceipts Scanalizer] offers a heuristic-based solution.&lt;br /&gt;
&lt;br /&gt;
== Proposal ==&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[receipt]]&lt;br /&gt;
* http://en.wikipedia.org/wiki/Receipt&lt;/div&gt;</summary>
		<author><name>Lastorset</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=19756</id>
		<title>receipt-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=19756"/>
		<updated>2007-08-16T23:43:05Z</updated>

		<summary type="html">&lt;p&gt;Lastorset: /* Barnes&amp;amp;Noble */ Notable results from group analysis&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Receipt =&lt;br /&gt;
&lt;br /&gt;
Overview of Receipt exploratory discussion goes here...&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
=== Contributors ===&lt;br /&gt;
Rob Manson&lt;br /&gt;
&lt;br /&gt;
== Real-World Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Bill / Invoice ===&lt;br /&gt;
&lt;br /&gt;
Bills or Invoices are &amp;quot;yet to be paid&amp;quot; items.&lt;br /&gt;
&lt;br /&gt;
Question: Perhaps these examples (yet to be provided) should be moved to a separate page as Bill/Invoice is quite different from Receipt.&lt;br /&gt;
&lt;br /&gt;
: With [[hResume]], I've [[hresume-brainstorming|suggested]] that the subtle difference between actively seeking work and just presenting your resume be a case of including [[hlisting]] markup.&lt;br /&gt;
: With bills vs invoices, it may turn out that the content found within would be identical, and it might just be a case of putting in a class flag to indicate whether the presented document has been paid for or not.&lt;br /&gt;
: [[User:SignpostMarv|SignpostMarv]] 12:55, 21 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
::I think a class flag is a great idea, but I don't believe we have any samples for invoices. However, if we look at order review vs. order summary rather than invoices vs. receipts, the payment flag does become relevant in many of the sampled online stores.&lt;br /&gt;
::How would such a flag be implemented? &lt;br /&gt;
::*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;hreceipt unpaid&amp;quot;/&amp;quot;hreceipt paid&amp;quot;&amp;gt;...&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;hreceipt&amp;quot; title=&amp;quot;paid&amp;quot;&amp;gt;...&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::[[User:Lastorset|Lastorset]] 14:55, 16 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Receipts ===&lt;br /&gt;
&lt;br /&gt;
Receipts are post-purchase items.&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* [http://mobileonlinebusiness.com.au/uf/receipt/Amazon.com-Vieworder-anon.htm Example]&lt;br /&gt;
* contains: &lt;br /&gt;
**&amp;lt;del&amp;gt;email address&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
**date of order&lt;br /&gt;
**order id&lt;br /&gt;
**shipments&lt;br /&gt;
***shipping estimate&lt;br /&gt;
***delivery estimate&lt;br /&gt;
***shipping address&lt;br /&gt;
***shipping speed&lt;br /&gt;
***shipping preference (item grouping)&lt;br /&gt;
***items&lt;br /&gt;
****quantity&lt;br /&gt;
****seller&lt;br /&gt;
****price&lt;br /&gt;
****item information&lt;br /&gt;
**payment&lt;br /&gt;
***card type&lt;br /&gt;
***last 5 digits&lt;br /&gt;
***expiration date&lt;br /&gt;
***billing address&lt;br /&gt;
***subtotal&lt;br /&gt;
***shipping and handling price&lt;br /&gt;
***total before tax&lt;br /&gt;
***tax&lt;br /&gt;
***grand total&lt;br /&gt;
**&amp;lt;del&amp;gt;discount price&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
* Little semantic HTML of interest, except an anchor with id &amp;quot;payment-info&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports multiple shipments.&lt;br /&gt;
*Supports one seller per item.&lt;br /&gt;
*Displays shipping and delivery estimate.&lt;br /&gt;
*Offers item grouping preference.&lt;br /&gt;
*Gift options.&lt;br /&gt;
&lt;br /&gt;
==== Skype ====&lt;br /&gt;
&lt;br /&gt;
===== Skype Phone =====&lt;br /&gt;
*[[receipt-example-skype-phone|example source code]]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Skype-order-history.html Skype order history]&lt;br /&gt;
&lt;br /&gt;
* Shipping Address&lt;br /&gt;
* date in dd/mm/yyyy format&lt;br /&gt;
* Order number in nnnn-nnnnnnn-nnn format&lt;br /&gt;
* Reference (was blank in example, presumed to appear on bank statement for this transaction)&lt;br /&gt;
* Items&lt;br /&gt;
** Quantity&lt;br /&gt;
** Description&lt;br /&gt;
** Price&lt;br /&gt;
** Total&lt;br /&gt;
** VAT (tax) %&lt;br /&gt;
* Payment&lt;br /&gt;
** subtotal (&amp;quot;total&amp;quot;)&lt;br /&gt;
** shipping cost&lt;br /&gt;
** grand total (&amp;quot;total (gross)&amp;quot;)&lt;br /&gt;
** total (VAT excluded)&lt;br /&gt;
** VAT (amount)&lt;br /&gt;
* Chosen payment method: &amp;quot;Your payment method is: Credit card&amp;quot;&lt;br /&gt;
* Legal blurb&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
* Order resume class=&amp;quot;order-listing&amp;quot;&lt;br /&gt;
* Each item class=&amp;quot;row&amp;quot;&lt;br /&gt;
* All totals rows class=&amp;quot;totals-row&amp;quot; except grand total class=&amp;quot;grandtotal-row&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Internet banking transaction receipts ====&lt;br /&gt;
===== Example 1 =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
time&lt;br /&gt;
receipt type (e.g. TRANSFER BETWEEN MY ACCOUNTS)&lt;br /&gt;
  transfer from&lt;br /&gt;
  transfer to&lt;br /&gt;
amount&lt;br /&gt;
description&lt;br /&gt;
information/comment&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Digital product purchase receipts ====&lt;br /&gt;
===== Example 1 : Software =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
order/receipt number&lt;br /&gt;
seller's details&lt;br /&gt;
  sold by (hCard candidate)&lt;br /&gt;
    org&lt;br /&gt;
    adr&lt;br /&gt;
  tax number (VAT in this example)&lt;br /&gt;
  tax id (Federal Tax ID)&lt;br /&gt;
buyer's details&lt;br /&gt;
  buyer (hCard candidate)&lt;br /&gt;
    name&lt;br /&gt;
    org&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
    country-name&lt;br /&gt;
    tel&lt;br /&gt;
    email&lt;br /&gt;
  credit card number (PAN truncated - with type)&lt;br /&gt;
item list&lt;br /&gt;
  product code&lt;br /&gt;
  name&lt;br /&gt;
  comments&lt;br /&gt;
  price&lt;br /&gt;
  delivery method&lt;br /&gt;
  quantity&lt;br /&gt;
  total in selected currency&lt;br /&gt;
  total in sellers currency&lt;br /&gt;
total (sum of item list totals)&lt;br /&gt;
processing fee&lt;br /&gt;
grand total (final amount charged)&lt;br /&gt;
information (caveats and tax info)&lt;br /&gt;
permalink&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : SSL certificate =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
purchase information&lt;br /&gt;
  order id&lt;br /&gt;
  product name&lt;br /&gt;
  domain name&lt;br /&gt;
  validity period&lt;br /&gt;
  number of licenses&lt;br /&gt;
  card number (PAN truncated)&lt;br /&gt;
  amount (with selected currency)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Physical product purchase receipts ====&lt;br /&gt;
===== Example 1 : Computer hardware =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller's name (hCard candidate)&lt;br /&gt;
seller's URL (hCard candidate)&lt;br /&gt;
invoice id&lt;br /&gt;
org govt reference (ABN - Australian Business Number)&lt;br /&gt;
date&lt;br /&gt;
seller details (hCard candidate)&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
buyer (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  billing address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  delivery address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  phone&lt;br /&gt;
item list&lt;br /&gt;
  item&lt;br /&gt;
  description&lt;br /&gt;
  amount&lt;br /&gt;
  quantity&lt;br /&gt;
  product url&lt;br /&gt;
  total&lt;br /&gt;
delivery cost&lt;br /&gt;
total excluding tax&lt;br /&gt;
tax (GST - Goods and Service Tax)&lt;br /&gt;
total including tax&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Service purchase receipts ====&lt;br /&gt;
===== Example 1 : Online subscription =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
seller's details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  country-name&lt;br /&gt;
buyer's details (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  phone&lt;br /&gt;
date&lt;br /&gt;
receipt id&lt;br /&gt;
item list&lt;br /&gt;
  product description&lt;br /&gt;
  quantity&lt;br /&gt;
  rate (per unit)&lt;br /&gt;
  price&lt;br /&gt;
sub total&lt;br /&gt;
amount paid&lt;br /&gt;
balance due&lt;br /&gt;
information&lt;br /&gt;
transaction id&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : Co-location =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
sellers details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  url&lt;br /&gt;
  phone&lt;br /&gt;
message&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
amount&lt;br /&gt;
information&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== A1Books ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/A1Books-Sales-Order-anon.htm Example]&lt;br /&gt;
&lt;br /&gt;
*vendor &lt;br /&gt;
**name&lt;br /&gt;
**fax&lt;br /&gt;
*date&lt;br /&gt;
*order number&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**list price&lt;br /&gt;
**sale price&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*subtotal&lt;br /&gt;
*shipping&lt;br /&gt;
*total&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*account information&lt;br /&gt;
**phone&lt;br /&gt;
**e-mail&lt;br /&gt;
*payment&lt;br /&gt;
**method&lt;br /&gt;
**last four digits&lt;br /&gt;
&lt;br /&gt;
No semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports one seller per item.&lt;br /&gt;
*Does not display tax.&lt;br /&gt;
&lt;br /&gt;
==== Barnes&amp;amp;Noble ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/BarnesAndNoble.com-receipt.anon.tidied.htm Example]&lt;br /&gt;
&lt;br /&gt;
*date&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*payment&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**charge&lt;br /&gt;
*savings on shipping&lt;br /&gt;
*order no.&lt;br /&gt;
*delivery option&lt;br /&gt;
*items&lt;br /&gt;
**description: title, author, ISBN, price&lt;br /&gt;
**qty&lt;br /&gt;
**gift options: wrap, message&lt;br /&gt;
**total price&lt;br /&gt;
*shipment subtotal&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*shipment total (seems to account for orders requiring multiple shipments)&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*receiptOrderNumbers&lt;br /&gt;
*receiptOrderPlacedOn&lt;br /&gt;
*orderInformation&lt;br /&gt;
**shippingAddress&lt;br /&gt;
**billingAddress&lt;br /&gt;
**paymentInformation&lt;br /&gt;
*shippingSelections&lt;br /&gt;
*showProducts&lt;br /&gt;
**reviewTable&lt;br /&gt;
***qtyValuePosition&lt;br /&gt;
***reviewGiftOptions&lt;br /&gt;
*reviewTotalsDisplay&lt;br /&gt;
**reviewTotalsSummary&lt;br /&gt;
**reviewTotalsNote&lt;br /&gt;
**reviewTotalsBreakdown&lt;br /&gt;
*reviewTotalsSummary&lt;br /&gt;
**reviewGrandTotal&lt;br /&gt;
*reviewCreditCardCharged&lt;br /&gt;
*review&lt;br /&gt;
&lt;br /&gt;
The semantic class names found are a good start, although the &amp;quot;review&amp;quot; part appears to be context-specific (reviewing an order). Additionally, the implied hierarchy in names such as &amp;quot;reviewTotalsSummary&amp;quot; and &amp;quot;receiptOrderPlacedOn&amp;quot; is probably unnecessary for our purposes.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports multiple shipments.&lt;br /&gt;
*Gift options.&lt;br /&gt;
*Explicitly stated credit-card charge.&lt;br /&gt;
&lt;br /&gt;
==== Facebook ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/Facebook-gift-receipt.html Example]&lt;br /&gt;
&lt;br /&gt;
*purchase total&lt;br /&gt;
*items (informal description of two items, including quantity)&lt;br /&gt;
*recipient name&lt;br /&gt;
*order id&lt;br /&gt;
*billed-to name&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Quite minimal and informal receipt. Good example of how a microformat would preserve human readability and informal style while enabling machine reading.&lt;br /&gt;
&lt;br /&gt;
==== Google Checkout ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-e-mail-receipt.tidied.html Example email receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-Order-Receipt_DVD-Empire.tidied.htm Example web receipt]&lt;br /&gt;
&lt;br /&gt;
*vendor address&lt;br /&gt;
*shipping address&lt;br /&gt;
*date&lt;br /&gt;
*order id&lt;br /&gt;
*items&lt;br /&gt;
**shipping status (&amp;quot;Not yet shipped&amp;quot;, etc.)&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*total&lt;br /&gt;
*order history (placed, received, charged, shipped) (web receipt only)&lt;br /&gt;
*payment info (web receipt only)&lt;br /&gt;
**card type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**cardholder address&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*taxRow&lt;br /&gt;
**taxIdentifier&lt;br /&gt;
**taxAmount&lt;br /&gt;
*totalAmount&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Explicit seller address (one per order).&lt;br /&gt;
*Current shipping status of each item.&lt;br /&gt;
*E-mail receipt has permalink.&lt;br /&gt;
*Order history (date placed, received, charged, shipped).&lt;br /&gt;
&lt;br /&gt;
==== iTunes ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/iTunes-receipt-e-mail.html iTunes e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*billing address&lt;br /&gt;
*order no.&lt;br /&gt;
*receipt date&lt;br /&gt;
*order total&lt;br /&gt;
*card &lt;br /&gt;
**type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
*item&lt;br /&gt;
**item no.&lt;br /&gt;
**description (including link to write a review)&lt;br /&gt;
**unit price&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*No quantity information.&lt;br /&gt;
&lt;br /&gt;
==== Longs/FujiFilm ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Longs-Fujifilm-photo-receipt.html Longs/Fujifilm e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*order no.&lt;br /&gt;
*payment info&lt;br /&gt;
**method (COD, credit card, etc.)&lt;br /&gt;
*customer address&lt;br /&gt;
*pickup address&lt;br /&gt;
*items&lt;br /&gt;
**name&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
**line item subtotal&lt;br /&gt;
*order items total&lt;br /&gt;
*tax&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*payment-heading&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*No order date; has pick-up date instead.&lt;br /&gt;
*Has pickup address rather than shipping address.&lt;br /&gt;
&lt;br /&gt;
==== Mobivox/PayPal ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal.htm Mobivox/PayPal receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal-printable.htm Mobivox/PayPal printable receipt]&lt;br /&gt;
&lt;br /&gt;
*seller address&lt;br /&gt;
*receipt id&lt;br /&gt;
*date of order&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**item option (not quite sure what this is for)&lt;br /&gt;
**unit price&lt;br /&gt;
**qty&lt;br /&gt;
**total&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
*total amount&lt;br /&gt;
*payment info&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**charge&lt;br /&gt;
**appears on bill/statement as &amp;quot;MOBIVOXCORP&amp;quot;&lt;br /&gt;
*buyer contact&lt;br /&gt;
&lt;br /&gt;
Relevant semantic HTML:&lt;br /&gt;
*order-summary&lt;br /&gt;
**cart&lt;br /&gt;
***(unnamed tr)&lt;br /&gt;
****item-name&lt;br /&gt;
****item-total&lt;br /&gt;
****item-option (not quite sure what this is for)&lt;br /&gt;
**subtotal&lt;br /&gt;
**totals-value&lt;br /&gt;
**totals-currency&lt;br /&gt;
**purchase-summary&lt;br /&gt;
***summary-total&lt;br /&gt;
****price-total&lt;br /&gt;
****price-currency&lt;br /&gt;
*funding-mix&lt;br /&gt;
**payment-type&lt;br /&gt;
**amount&lt;br /&gt;
**ccStatement&lt;br /&gt;
*contact-information (contains hCard microformat)&lt;br /&gt;
&lt;br /&gt;
This semantic HTML is the most complete and well-thought-out I've seen in this analysis. It even makes use of the fieldset element in forms, something I've never seen before.[[User:Lastorset|Lastorset]] 16:21, 25 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
Microformats used:&lt;br /&gt;
*hCard (non-compliant due to missing formatted name): buyer contact info&lt;br /&gt;
&lt;br /&gt;
==== Symantec ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Symantec-reminder-e-mail.html Symantec e-mail reminder]&lt;br /&gt;
&lt;br /&gt;
*buyer name&lt;br /&gt;
*date&lt;br /&gt;
*payment method&lt;br /&gt;
*last 4 digits&lt;br /&gt;
*appears on statement as &amp;quot;DR *Symantec&amp;quot;&lt;br /&gt;
*items&lt;br /&gt;
**qty&lt;br /&gt;
**product name&lt;br /&gt;
**platform&lt;br /&gt;
**delivery method&lt;br /&gt;
**price&lt;br /&gt;
*subtotal&lt;br /&gt;
*grand total&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML&lt;br /&gt;
&lt;br /&gt;
=== Analysis ===&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Bills ====&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Receipts ====&lt;br /&gt;
&lt;br /&gt;
== Existing Practices ==&lt;br /&gt;
&lt;br /&gt;
Listed below is an overview of existing patterns and practices found in the wild for bill and receipt data.&lt;br /&gt;
&lt;br /&gt;
===Summary of common patterns discovered===&lt;br /&gt;
&lt;br /&gt;
===Other attempts to solve The Problem===&lt;br /&gt;
For paper receipts, [http://www.neatreceipts.com/ NeatReceipts Scanalizer] offers a heuristic-based solution.&lt;br /&gt;
&lt;br /&gt;
== Proposal ==&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[receipt]]&lt;br /&gt;
* http://en.wikipedia.org/wiki/Receipt&lt;/div&gt;</summary>
		<author><name>Lastorset</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=19755</id>
		<title>receipt-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=19755"/>
		<updated>2007-08-16T23:42:17Z</updated>

		<summary type="html">&lt;p&gt;Lastorset: /* Longs/FujiFilm */ Notable results from group analysis&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Receipt =&lt;br /&gt;
&lt;br /&gt;
Overview of Receipt exploratory discussion goes here...&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
=== Contributors ===&lt;br /&gt;
Rob Manson&lt;br /&gt;
&lt;br /&gt;
== Real-World Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Bill / Invoice ===&lt;br /&gt;
&lt;br /&gt;
Bills or Invoices are &amp;quot;yet to be paid&amp;quot; items.&lt;br /&gt;
&lt;br /&gt;
Question: Perhaps these examples (yet to be provided) should be moved to a separate page as Bill/Invoice is quite different from Receipt.&lt;br /&gt;
&lt;br /&gt;
: With [[hResume]], I've [[hresume-brainstorming|suggested]] that the subtle difference between actively seeking work and just presenting your resume be a case of including [[hlisting]] markup.&lt;br /&gt;
: With bills vs invoices, it may turn out that the content found within would be identical, and it might just be a case of putting in a class flag to indicate whether the presented document has been paid for or not.&lt;br /&gt;
: [[User:SignpostMarv|SignpostMarv]] 12:55, 21 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
::I think a class flag is a great idea, but I don't believe we have any samples for invoices. However, if we look at order review vs. order summary rather than invoices vs. receipts, the payment flag does become relevant in many of the sampled online stores.&lt;br /&gt;
::How would such a flag be implemented? &lt;br /&gt;
::*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;hreceipt unpaid&amp;quot;/&amp;quot;hreceipt paid&amp;quot;&amp;gt;...&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;hreceipt&amp;quot; title=&amp;quot;paid&amp;quot;&amp;gt;...&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::[[User:Lastorset|Lastorset]] 14:55, 16 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Receipts ===&lt;br /&gt;
&lt;br /&gt;
Receipts are post-purchase items.&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* [http://mobileonlinebusiness.com.au/uf/receipt/Amazon.com-Vieworder-anon.htm Example]&lt;br /&gt;
* contains: &lt;br /&gt;
**&amp;lt;del&amp;gt;email address&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
**date of order&lt;br /&gt;
**order id&lt;br /&gt;
**shipments&lt;br /&gt;
***shipping estimate&lt;br /&gt;
***delivery estimate&lt;br /&gt;
***shipping address&lt;br /&gt;
***shipping speed&lt;br /&gt;
***shipping preference (item grouping)&lt;br /&gt;
***items&lt;br /&gt;
****quantity&lt;br /&gt;
****seller&lt;br /&gt;
****price&lt;br /&gt;
****item information&lt;br /&gt;
**payment&lt;br /&gt;
***card type&lt;br /&gt;
***last 5 digits&lt;br /&gt;
***expiration date&lt;br /&gt;
***billing address&lt;br /&gt;
***subtotal&lt;br /&gt;
***shipping and handling price&lt;br /&gt;
***total before tax&lt;br /&gt;
***tax&lt;br /&gt;
***grand total&lt;br /&gt;
**&amp;lt;del&amp;gt;discount price&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
* Little semantic HTML of interest, except an anchor with id &amp;quot;payment-info&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports multiple shipments.&lt;br /&gt;
*Supports one seller per item.&lt;br /&gt;
*Displays shipping and delivery estimate.&lt;br /&gt;
*Offers item grouping preference.&lt;br /&gt;
*Gift options.&lt;br /&gt;
&lt;br /&gt;
==== Skype ====&lt;br /&gt;
&lt;br /&gt;
===== Skype Phone =====&lt;br /&gt;
*[[receipt-example-skype-phone|example source code]]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Skype-order-history.html Skype order history]&lt;br /&gt;
&lt;br /&gt;
* Shipping Address&lt;br /&gt;
* date in dd/mm/yyyy format&lt;br /&gt;
* Order number in nnnn-nnnnnnn-nnn format&lt;br /&gt;
* Reference (was blank in example, presumed to appear on bank statement for this transaction)&lt;br /&gt;
* Items&lt;br /&gt;
** Quantity&lt;br /&gt;
** Description&lt;br /&gt;
** Price&lt;br /&gt;
** Total&lt;br /&gt;
** VAT (tax) %&lt;br /&gt;
* Payment&lt;br /&gt;
** subtotal (&amp;quot;total&amp;quot;)&lt;br /&gt;
** shipping cost&lt;br /&gt;
** grand total (&amp;quot;total (gross)&amp;quot;)&lt;br /&gt;
** total (VAT excluded)&lt;br /&gt;
** VAT (amount)&lt;br /&gt;
* Chosen payment method: &amp;quot;Your payment method is: Credit card&amp;quot;&lt;br /&gt;
* Legal blurb&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
* Order resume class=&amp;quot;order-listing&amp;quot;&lt;br /&gt;
* Each item class=&amp;quot;row&amp;quot;&lt;br /&gt;
* All totals rows class=&amp;quot;totals-row&amp;quot; except grand total class=&amp;quot;grandtotal-row&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Internet banking transaction receipts ====&lt;br /&gt;
===== Example 1 =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
time&lt;br /&gt;
receipt type (e.g. TRANSFER BETWEEN MY ACCOUNTS)&lt;br /&gt;
  transfer from&lt;br /&gt;
  transfer to&lt;br /&gt;
amount&lt;br /&gt;
description&lt;br /&gt;
information/comment&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Digital product purchase receipts ====&lt;br /&gt;
===== Example 1 : Software =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
order/receipt number&lt;br /&gt;
seller's details&lt;br /&gt;
  sold by (hCard candidate)&lt;br /&gt;
    org&lt;br /&gt;
    adr&lt;br /&gt;
  tax number (VAT in this example)&lt;br /&gt;
  tax id (Federal Tax ID)&lt;br /&gt;
buyer's details&lt;br /&gt;
  buyer (hCard candidate)&lt;br /&gt;
    name&lt;br /&gt;
    org&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
    country-name&lt;br /&gt;
    tel&lt;br /&gt;
    email&lt;br /&gt;
  credit card number (PAN truncated - with type)&lt;br /&gt;
item list&lt;br /&gt;
  product code&lt;br /&gt;
  name&lt;br /&gt;
  comments&lt;br /&gt;
  price&lt;br /&gt;
  delivery method&lt;br /&gt;
  quantity&lt;br /&gt;
  total in selected currency&lt;br /&gt;
  total in sellers currency&lt;br /&gt;
total (sum of item list totals)&lt;br /&gt;
processing fee&lt;br /&gt;
grand total (final amount charged)&lt;br /&gt;
information (caveats and tax info)&lt;br /&gt;
permalink&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : SSL certificate =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
purchase information&lt;br /&gt;
  order id&lt;br /&gt;
  product name&lt;br /&gt;
  domain name&lt;br /&gt;
  validity period&lt;br /&gt;
  number of licenses&lt;br /&gt;
  card number (PAN truncated)&lt;br /&gt;
  amount (with selected currency)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Physical product purchase receipts ====&lt;br /&gt;
===== Example 1 : Computer hardware =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller's name (hCard candidate)&lt;br /&gt;
seller's URL (hCard candidate)&lt;br /&gt;
invoice id&lt;br /&gt;
org govt reference (ABN - Australian Business Number)&lt;br /&gt;
date&lt;br /&gt;
seller details (hCard candidate)&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
buyer (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  billing address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  delivery address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  phone&lt;br /&gt;
item list&lt;br /&gt;
  item&lt;br /&gt;
  description&lt;br /&gt;
  amount&lt;br /&gt;
  quantity&lt;br /&gt;
  product url&lt;br /&gt;
  total&lt;br /&gt;
delivery cost&lt;br /&gt;
total excluding tax&lt;br /&gt;
tax (GST - Goods and Service Tax)&lt;br /&gt;
total including tax&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Service purchase receipts ====&lt;br /&gt;
===== Example 1 : Online subscription =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
seller's details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  country-name&lt;br /&gt;
buyer's details (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  phone&lt;br /&gt;
date&lt;br /&gt;
receipt id&lt;br /&gt;
item list&lt;br /&gt;
  product description&lt;br /&gt;
  quantity&lt;br /&gt;
  rate (per unit)&lt;br /&gt;
  price&lt;br /&gt;
sub total&lt;br /&gt;
amount paid&lt;br /&gt;
balance due&lt;br /&gt;
information&lt;br /&gt;
transaction id&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : Co-location =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
sellers details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  url&lt;br /&gt;
  phone&lt;br /&gt;
message&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
amount&lt;br /&gt;
information&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== A1Books ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/A1Books-Sales-Order-anon.htm Example]&lt;br /&gt;
&lt;br /&gt;
*vendor &lt;br /&gt;
**name&lt;br /&gt;
**fax&lt;br /&gt;
*date&lt;br /&gt;
*order number&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**list price&lt;br /&gt;
**sale price&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*subtotal&lt;br /&gt;
*shipping&lt;br /&gt;
*total&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*account information&lt;br /&gt;
**phone&lt;br /&gt;
**e-mail&lt;br /&gt;
*payment&lt;br /&gt;
**method&lt;br /&gt;
**last four digits&lt;br /&gt;
&lt;br /&gt;
No semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports one seller per item.&lt;br /&gt;
*Does not display tax.&lt;br /&gt;
&lt;br /&gt;
==== Barnes&amp;amp;Noble ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/BarnesAndNoble.com-receipt.anon.tidied.htm Example]&lt;br /&gt;
&lt;br /&gt;
*date&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*payment&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**charge&lt;br /&gt;
*savings on shipping&lt;br /&gt;
*order no.&lt;br /&gt;
*delivery option&lt;br /&gt;
*items&lt;br /&gt;
**description: title, author, ISBN, price&lt;br /&gt;
**qty&lt;br /&gt;
**gift options: wrap, message&lt;br /&gt;
**total price&lt;br /&gt;
*shipment subtotal&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*shipment total (seems to account for orders requiring multiple shipments)&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*receiptOrderNumbers&lt;br /&gt;
*receiptOrderPlacedOn&lt;br /&gt;
*orderInformation&lt;br /&gt;
**shippingAddress&lt;br /&gt;
**billingAddress&lt;br /&gt;
**paymentInformation&lt;br /&gt;
*shippingSelections&lt;br /&gt;
*showProducts&lt;br /&gt;
**reviewTable&lt;br /&gt;
***qtyValuePosition&lt;br /&gt;
***reviewGiftOptions&lt;br /&gt;
*reviewTotalsDisplay&lt;br /&gt;
**reviewTotalsSummary&lt;br /&gt;
**reviewTotalsNote&lt;br /&gt;
**reviewTotalsBreakdown&lt;br /&gt;
*reviewTotalsSummary&lt;br /&gt;
**reviewGrandTotal&lt;br /&gt;
*reviewCreditCardCharged&lt;br /&gt;
*review&lt;br /&gt;
&lt;br /&gt;
The semantic class names found are a good start, although the &amp;quot;review&amp;quot; part appears to be context-specific (reviewing an order). Additionally, the implied hierarchy in names such as &amp;quot;reviewTotalsSummary&amp;quot; and &amp;quot;receiptOrderPlacedOn&amp;quot; is probably unnecessary for our purposes.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports multiple shipments.&lt;br /&gt;
*Gift options.&lt;br /&gt;
&lt;br /&gt;
==== Facebook ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/Facebook-gift-receipt.html Example]&lt;br /&gt;
&lt;br /&gt;
*purchase total&lt;br /&gt;
*items (informal description of two items, including quantity)&lt;br /&gt;
*recipient name&lt;br /&gt;
*order id&lt;br /&gt;
*billed-to name&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Quite minimal and informal receipt. Good example of how a microformat would preserve human readability and informal style while enabling machine reading.&lt;br /&gt;
&lt;br /&gt;
==== Google Checkout ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-e-mail-receipt.tidied.html Example email receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-Order-Receipt_DVD-Empire.tidied.htm Example web receipt]&lt;br /&gt;
&lt;br /&gt;
*vendor address&lt;br /&gt;
*shipping address&lt;br /&gt;
*date&lt;br /&gt;
*order id&lt;br /&gt;
*items&lt;br /&gt;
**shipping status (&amp;quot;Not yet shipped&amp;quot;, etc.)&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*total&lt;br /&gt;
*order history (placed, received, charged, shipped) (web receipt only)&lt;br /&gt;
*payment info (web receipt only)&lt;br /&gt;
**card type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**cardholder address&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*taxRow&lt;br /&gt;
**taxIdentifier&lt;br /&gt;
**taxAmount&lt;br /&gt;
*totalAmount&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Explicit seller address (one per order).&lt;br /&gt;
*Current shipping status of each item.&lt;br /&gt;
*E-mail receipt has permalink.&lt;br /&gt;
*Order history (date placed, received, charged, shipped).&lt;br /&gt;
&lt;br /&gt;
==== iTunes ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/iTunes-receipt-e-mail.html iTunes e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*billing address&lt;br /&gt;
*order no.&lt;br /&gt;
*receipt date&lt;br /&gt;
*order total&lt;br /&gt;
*card &lt;br /&gt;
**type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
*item&lt;br /&gt;
**item no.&lt;br /&gt;
**description (including link to write a review)&lt;br /&gt;
**unit price&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*No quantity information.&lt;br /&gt;
&lt;br /&gt;
==== Longs/FujiFilm ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Longs-Fujifilm-photo-receipt.html Longs/Fujifilm e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*order no.&lt;br /&gt;
*payment info&lt;br /&gt;
**method (COD, credit card, etc.)&lt;br /&gt;
*customer address&lt;br /&gt;
*pickup address&lt;br /&gt;
*items&lt;br /&gt;
**name&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
**line item subtotal&lt;br /&gt;
*order items total&lt;br /&gt;
*tax&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*payment-heading&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*No order date; has pick-up date instead.&lt;br /&gt;
*Has pickup address rather than shipping address.&lt;br /&gt;
&lt;br /&gt;
==== Mobivox/PayPal ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal.htm Mobivox/PayPal receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal-printable.htm Mobivox/PayPal printable receipt]&lt;br /&gt;
&lt;br /&gt;
*seller address&lt;br /&gt;
*receipt id&lt;br /&gt;
*date of order&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**item option (not quite sure what this is for)&lt;br /&gt;
**unit price&lt;br /&gt;
**qty&lt;br /&gt;
**total&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
*total amount&lt;br /&gt;
*payment info&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**charge&lt;br /&gt;
**appears on bill/statement as &amp;quot;MOBIVOXCORP&amp;quot;&lt;br /&gt;
*buyer contact&lt;br /&gt;
&lt;br /&gt;
Relevant semantic HTML:&lt;br /&gt;
*order-summary&lt;br /&gt;
**cart&lt;br /&gt;
***(unnamed tr)&lt;br /&gt;
****item-name&lt;br /&gt;
****item-total&lt;br /&gt;
****item-option (not quite sure what this is for)&lt;br /&gt;
**subtotal&lt;br /&gt;
**totals-value&lt;br /&gt;
**totals-currency&lt;br /&gt;
**purchase-summary&lt;br /&gt;
***summary-total&lt;br /&gt;
****price-total&lt;br /&gt;
****price-currency&lt;br /&gt;
*funding-mix&lt;br /&gt;
**payment-type&lt;br /&gt;
**amount&lt;br /&gt;
**ccStatement&lt;br /&gt;
*contact-information (contains hCard microformat)&lt;br /&gt;
&lt;br /&gt;
This semantic HTML is the most complete and well-thought-out I've seen in this analysis. It even makes use of the fieldset element in forms, something I've never seen before.[[User:Lastorset|Lastorset]] 16:21, 25 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
Microformats used:&lt;br /&gt;
*hCard (non-compliant due to missing formatted name): buyer contact info&lt;br /&gt;
&lt;br /&gt;
==== Symantec ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Symantec-reminder-e-mail.html Symantec e-mail reminder]&lt;br /&gt;
&lt;br /&gt;
*buyer name&lt;br /&gt;
*date&lt;br /&gt;
*payment method&lt;br /&gt;
*last 4 digits&lt;br /&gt;
*appears on statement as &amp;quot;DR *Symantec&amp;quot;&lt;br /&gt;
*items&lt;br /&gt;
**qty&lt;br /&gt;
**product name&lt;br /&gt;
**platform&lt;br /&gt;
**delivery method&lt;br /&gt;
**price&lt;br /&gt;
*subtotal&lt;br /&gt;
*grand total&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML&lt;br /&gt;
&lt;br /&gt;
=== Analysis ===&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Bills ====&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Receipts ====&lt;br /&gt;
&lt;br /&gt;
== Existing Practices ==&lt;br /&gt;
&lt;br /&gt;
Listed below is an overview of existing patterns and practices found in the wild for bill and receipt data.&lt;br /&gt;
&lt;br /&gt;
===Summary of common patterns discovered===&lt;br /&gt;
&lt;br /&gt;
===Other attempts to solve The Problem===&lt;br /&gt;
For paper receipts, [http://www.neatreceipts.com/ NeatReceipts Scanalizer] offers a heuristic-based solution.&lt;br /&gt;
&lt;br /&gt;
== Proposal ==&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[receipt]]&lt;br /&gt;
* http://en.wikipedia.org/wiki/Receipt&lt;/div&gt;</summary>
		<author><name>Lastorset</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=19754</id>
		<title>receipt-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=19754"/>
		<updated>2007-08-16T23:39:14Z</updated>

		<summary type="html">&lt;p&gt;Lastorset: /* iTunes */ Notable results from group analysis&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Receipt =&lt;br /&gt;
&lt;br /&gt;
Overview of Receipt exploratory discussion goes here...&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
=== Contributors ===&lt;br /&gt;
Rob Manson&lt;br /&gt;
&lt;br /&gt;
== Real-World Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Bill / Invoice ===&lt;br /&gt;
&lt;br /&gt;
Bills or Invoices are &amp;quot;yet to be paid&amp;quot; items.&lt;br /&gt;
&lt;br /&gt;
Question: Perhaps these examples (yet to be provided) should be moved to a separate page as Bill/Invoice is quite different from Receipt.&lt;br /&gt;
&lt;br /&gt;
: With [[hResume]], I've [[hresume-brainstorming|suggested]] that the subtle difference between actively seeking work and just presenting your resume be a case of including [[hlisting]] markup.&lt;br /&gt;
: With bills vs invoices, it may turn out that the content found within would be identical, and it might just be a case of putting in a class flag to indicate whether the presented document has been paid for or not.&lt;br /&gt;
: [[User:SignpostMarv|SignpostMarv]] 12:55, 21 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
::I think a class flag is a great idea, but I don't believe we have any samples for invoices. However, if we look at order review vs. order summary rather than invoices vs. receipts, the payment flag does become relevant in many of the sampled online stores.&lt;br /&gt;
::How would such a flag be implemented? &lt;br /&gt;
::*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;hreceipt unpaid&amp;quot;/&amp;quot;hreceipt paid&amp;quot;&amp;gt;...&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;hreceipt&amp;quot; title=&amp;quot;paid&amp;quot;&amp;gt;...&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::[[User:Lastorset|Lastorset]] 14:55, 16 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Receipts ===&lt;br /&gt;
&lt;br /&gt;
Receipts are post-purchase items.&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* [http://mobileonlinebusiness.com.au/uf/receipt/Amazon.com-Vieworder-anon.htm Example]&lt;br /&gt;
* contains: &lt;br /&gt;
**&amp;lt;del&amp;gt;email address&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
**date of order&lt;br /&gt;
**order id&lt;br /&gt;
**shipments&lt;br /&gt;
***shipping estimate&lt;br /&gt;
***delivery estimate&lt;br /&gt;
***shipping address&lt;br /&gt;
***shipping speed&lt;br /&gt;
***shipping preference (item grouping)&lt;br /&gt;
***items&lt;br /&gt;
****quantity&lt;br /&gt;
****seller&lt;br /&gt;
****price&lt;br /&gt;
****item information&lt;br /&gt;
**payment&lt;br /&gt;
***card type&lt;br /&gt;
***last 5 digits&lt;br /&gt;
***expiration date&lt;br /&gt;
***billing address&lt;br /&gt;
***subtotal&lt;br /&gt;
***shipping and handling price&lt;br /&gt;
***total before tax&lt;br /&gt;
***tax&lt;br /&gt;
***grand total&lt;br /&gt;
**&amp;lt;del&amp;gt;discount price&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
* Little semantic HTML of interest, except an anchor with id &amp;quot;payment-info&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports multiple shipments.&lt;br /&gt;
*Supports one seller per item.&lt;br /&gt;
*Displays shipping and delivery estimate.&lt;br /&gt;
*Offers item grouping preference.&lt;br /&gt;
*Gift options.&lt;br /&gt;
&lt;br /&gt;
==== Skype ====&lt;br /&gt;
&lt;br /&gt;
===== Skype Phone =====&lt;br /&gt;
*[[receipt-example-skype-phone|example source code]]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Skype-order-history.html Skype order history]&lt;br /&gt;
&lt;br /&gt;
* Shipping Address&lt;br /&gt;
* date in dd/mm/yyyy format&lt;br /&gt;
* Order number in nnnn-nnnnnnn-nnn format&lt;br /&gt;
* Reference (was blank in example, presumed to appear on bank statement for this transaction)&lt;br /&gt;
* Items&lt;br /&gt;
** Quantity&lt;br /&gt;
** Description&lt;br /&gt;
** Price&lt;br /&gt;
** Total&lt;br /&gt;
** VAT (tax) %&lt;br /&gt;
* Payment&lt;br /&gt;
** subtotal (&amp;quot;total&amp;quot;)&lt;br /&gt;
** shipping cost&lt;br /&gt;
** grand total (&amp;quot;total (gross)&amp;quot;)&lt;br /&gt;
** total (VAT excluded)&lt;br /&gt;
** VAT (amount)&lt;br /&gt;
* Chosen payment method: &amp;quot;Your payment method is: Credit card&amp;quot;&lt;br /&gt;
* Legal blurb&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
* Order resume class=&amp;quot;order-listing&amp;quot;&lt;br /&gt;
* Each item class=&amp;quot;row&amp;quot;&lt;br /&gt;
* All totals rows class=&amp;quot;totals-row&amp;quot; except grand total class=&amp;quot;grandtotal-row&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Internet banking transaction receipts ====&lt;br /&gt;
===== Example 1 =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
time&lt;br /&gt;
receipt type (e.g. TRANSFER BETWEEN MY ACCOUNTS)&lt;br /&gt;
  transfer from&lt;br /&gt;
  transfer to&lt;br /&gt;
amount&lt;br /&gt;
description&lt;br /&gt;
information/comment&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Digital product purchase receipts ====&lt;br /&gt;
===== Example 1 : Software =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
order/receipt number&lt;br /&gt;
seller's details&lt;br /&gt;
  sold by (hCard candidate)&lt;br /&gt;
    org&lt;br /&gt;
    adr&lt;br /&gt;
  tax number (VAT in this example)&lt;br /&gt;
  tax id (Federal Tax ID)&lt;br /&gt;
buyer's details&lt;br /&gt;
  buyer (hCard candidate)&lt;br /&gt;
    name&lt;br /&gt;
    org&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
    country-name&lt;br /&gt;
    tel&lt;br /&gt;
    email&lt;br /&gt;
  credit card number (PAN truncated - with type)&lt;br /&gt;
item list&lt;br /&gt;
  product code&lt;br /&gt;
  name&lt;br /&gt;
  comments&lt;br /&gt;
  price&lt;br /&gt;
  delivery method&lt;br /&gt;
  quantity&lt;br /&gt;
  total in selected currency&lt;br /&gt;
  total in sellers currency&lt;br /&gt;
total (sum of item list totals)&lt;br /&gt;
processing fee&lt;br /&gt;
grand total (final amount charged)&lt;br /&gt;
information (caveats and tax info)&lt;br /&gt;
permalink&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : SSL certificate =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
purchase information&lt;br /&gt;
  order id&lt;br /&gt;
  product name&lt;br /&gt;
  domain name&lt;br /&gt;
  validity period&lt;br /&gt;
  number of licenses&lt;br /&gt;
  card number (PAN truncated)&lt;br /&gt;
  amount (with selected currency)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Physical product purchase receipts ====&lt;br /&gt;
===== Example 1 : Computer hardware =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller's name (hCard candidate)&lt;br /&gt;
seller's URL (hCard candidate)&lt;br /&gt;
invoice id&lt;br /&gt;
org govt reference (ABN - Australian Business Number)&lt;br /&gt;
date&lt;br /&gt;
seller details (hCard candidate)&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
buyer (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  billing address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  delivery address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  phone&lt;br /&gt;
item list&lt;br /&gt;
  item&lt;br /&gt;
  description&lt;br /&gt;
  amount&lt;br /&gt;
  quantity&lt;br /&gt;
  product url&lt;br /&gt;
  total&lt;br /&gt;
delivery cost&lt;br /&gt;
total excluding tax&lt;br /&gt;
tax (GST - Goods and Service Tax)&lt;br /&gt;
total including tax&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Service purchase receipts ====&lt;br /&gt;
===== Example 1 : Online subscription =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
seller's details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  country-name&lt;br /&gt;
buyer's details (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  phone&lt;br /&gt;
date&lt;br /&gt;
receipt id&lt;br /&gt;
item list&lt;br /&gt;
  product description&lt;br /&gt;
  quantity&lt;br /&gt;
  rate (per unit)&lt;br /&gt;
  price&lt;br /&gt;
sub total&lt;br /&gt;
amount paid&lt;br /&gt;
balance due&lt;br /&gt;
information&lt;br /&gt;
transaction id&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : Co-location =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
sellers details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  url&lt;br /&gt;
  phone&lt;br /&gt;
message&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
amount&lt;br /&gt;
information&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== A1Books ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/A1Books-Sales-Order-anon.htm Example]&lt;br /&gt;
&lt;br /&gt;
*vendor &lt;br /&gt;
**name&lt;br /&gt;
**fax&lt;br /&gt;
*date&lt;br /&gt;
*order number&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**list price&lt;br /&gt;
**sale price&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*subtotal&lt;br /&gt;
*shipping&lt;br /&gt;
*total&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*account information&lt;br /&gt;
**phone&lt;br /&gt;
**e-mail&lt;br /&gt;
*payment&lt;br /&gt;
**method&lt;br /&gt;
**last four digits&lt;br /&gt;
&lt;br /&gt;
No semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports one seller per item.&lt;br /&gt;
*Does not display tax.&lt;br /&gt;
&lt;br /&gt;
==== Barnes&amp;amp;Noble ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/BarnesAndNoble.com-receipt.anon.tidied.htm Example]&lt;br /&gt;
&lt;br /&gt;
*date&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*payment&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**charge&lt;br /&gt;
*savings on shipping&lt;br /&gt;
*order no.&lt;br /&gt;
*delivery option&lt;br /&gt;
*items&lt;br /&gt;
**description: title, author, ISBN, price&lt;br /&gt;
**qty&lt;br /&gt;
**gift options: wrap, message&lt;br /&gt;
**total price&lt;br /&gt;
*shipment subtotal&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*shipment total (seems to account for orders requiring multiple shipments)&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*receiptOrderNumbers&lt;br /&gt;
*receiptOrderPlacedOn&lt;br /&gt;
*orderInformation&lt;br /&gt;
**shippingAddress&lt;br /&gt;
**billingAddress&lt;br /&gt;
**paymentInformation&lt;br /&gt;
*shippingSelections&lt;br /&gt;
*showProducts&lt;br /&gt;
**reviewTable&lt;br /&gt;
***qtyValuePosition&lt;br /&gt;
***reviewGiftOptions&lt;br /&gt;
*reviewTotalsDisplay&lt;br /&gt;
**reviewTotalsSummary&lt;br /&gt;
**reviewTotalsNote&lt;br /&gt;
**reviewTotalsBreakdown&lt;br /&gt;
*reviewTotalsSummary&lt;br /&gt;
**reviewGrandTotal&lt;br /&gt;
*reviewCreditCardCharged&lt;br /&gt;
*review&lt;br /&gt;
&lt;br /&gt;
The semantic class names found are a good start, although the &amp;quot;review&amp;quot; part appears to be context-specific (reviewing an order). Additionally, the implied hierarchy in names such as &amp;quot;reviewTotalsSummary&amp;quot; and &amp;quot;receiptOrderPlacedOn&amp;quot; is probably unnecessary for our purposes.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports multiple shipments.&lt;br /&gt;
*Gift options.&lt;br /&gt;
&lt;br /&gt;
==== Facebook ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/Facebook-gift-receipt.html Example]&lt;br /&gt;
&lt;br /&gt;
*purchase total&lt;br /&gt;
*items (informal description of two items, including quantity)&lt;br /&gt;
*recipient name&lt;br /&gt;
*order id&lt;br /&gt;
*billed-to name&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Quite minimal and informal receipt. Good example of how a microformat would preserve human readability and informal style while enabling machine reading.&lt;br /&gt;
&lt;br /&gt;
==== Google Checkout ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-e-mail-receipt.tidied.html Example email receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-Order-Receipt_DVD-Empire.tidied.htm Example web receipt]&lt;br /&gt;
&lt;br /&gt;
*vendor address&lt;br /&gt;
*shipping address&lt;br /&gt;
*date&lt;br /&gt;
*order id&lt;br /&gt;
*items&lt;br /&gt;
**shipping status (&amp;quot;Not yet shipped&amp;quot;, etc.)&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*total&lt;br /&gt;
*order history (placed, received, charged, shipped) (web receipt only)&lt;br /&gt;
*payment info (web receipt only)&lt;br /&gt;
**card type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**cardholder address&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*taxRow&lt;br /&gt;
**taxIdentifier&lt;br /&gt;
**taxAmount&lt;br /&gt;
*totalAmount&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Explicit seller address (one per order).&lt;br /&gt;
*Current shipping status of each item.&lt;br /&gt;
*E-mail receipt has permalink.&lt;br /&gt;
*Order history (date placed, received, charged, shipped).&lt;br /&gt;
&lt;br /&gt;
==== iTunes ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/iTunes-receipt-e-mail.html iTunes e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*billing address&lt;br /&gt;
*order no.&lt;br /&gt;
*receipt date&lt;br /&gt;
*order total&lt;br /&gt;
*card &lt;br /&gt;
**type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
*item&lt;br /&gt;
**item no.&lt;br /&gt;
**description (including link to write a review)&lt;br /&gt;
**unit price&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*No quantity information.&lt;br /&gt;
&lt;br /&gt;
==== Longs/FujiFilm ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Longs-Fujifilm-photo-receipt.html Longs/Fujifilm e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*order no.&lt;br /&gt;
*payment info&lt;br /&gt;
**method (COD, credit card, etc.)&lt;br /&gt;
*customer address&lt;br /&gt;
*pickup address&lt;br /&gt;
*items&lt;br /&gt;
**name&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
**line item subtotal&lt;br /&gt;
*order items total&lt;br /&gt;
*tax&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*payment-heading&lt;br /&gt;
&lt;br /&gt;
==== Mobivox/PayPal ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal.htm Mobivox/PayPal receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal-printable.htm Mobivox/PayPal printable receipt]&lt;br /&gt;
&lt;br /&gt;
*seller address&lt;br /&gt;
*receipt id&lt;br /&gt;
*date of order&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**item option (not quite sure what this is for)&lt;br /&gt;
**unit price&lt;br /&gt;
**qty&lt;br /&gt;
**total&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
*total amount&lt;br /&gt;
*payment info&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**charge&lt;br /&gt;
**appears on bill/statement as &amp;quot;MOBIVOXCORP&amp;quot;&lt;br /&gt;
*buyer contact&lt;br /&gt;
&lt;br /&gt;
Relevant semantic HTML:&lt;br /&gt;
*order-summary&lt;br /&gt;
**cart&lt;br /&gt;
***(unnamed tr)&lt;br /&gt;
****item-name&lt;br /&gt;
****item-total&lt;br /&gt;
****item-option (not quite sure what this is for)&lt;br /&gt;
**subtotal&lt;br /&gt;
**totals-value&lt;br /&gt;
**totals-currency&lt;br /&gt;
**purchase-summary&lt;br /&gt;
***summary-total&lt;br /&gt;
****price-total&lt;br /&gt;
****price-currency&lt;br /&gt;
*funding-mix&lt;br /&gt;
**payment-type&lt;br /&gt;
**amount&lt;br /&gt;
**ccStatement&lt;br /&gt;
*contact-information (contains hCard microformat)&lt;br /&gt;
&lt;br /&gt;
This semantic HTML is the most complete and well-thought-out I've seen in this analysis. It even makes use of the fieldset element in forms, something I've never seen before.[[User:Lastorset|Lastorset]] 16:21, 25 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
Microformats used:&lt;br /&gt;
*hCard (non-compliant due to missing formatted name): buyer contact info&lt;br /&gt;
&lt;br /&gt;
==== Symantec ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Symantec-reminder-e-mail.html Symantec e-mail reminder]&lt;br /&gt;
&lt;br /&gt;
*buyer name&lt;br /&gt;
*date&lt;br /&gt;
*payment method&lt;br /&gt;
*last 4 digits&lt;br /&gt;
*appears on statement as &amp;quot;DR *Symantec&amp;quot;&lt;br /&gt;
*items&lt;br /&gt;
**qty&lt;br /&gt;
**product name&lt;br /&gt;
**platform&lt;br /&gt;
**delivery method&lt;br /&gt;
**price&lt;br /&gt;
*subtotal&lt;br /&gt;
*grand total&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML&lt;br /&gt;
&lt;br /&gt;
=== Analysis ===&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Bills ====&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Receipts ====&lt;br /&gt;
&lt;br /&gt;
== Existing Practices ==&lt;br /&gt;
&lt;br /&gt;
Listed below is an overview of existing patterns and practices found in the wild for bill and receipt data.&lt;br /&gt;
&lt;br /&gt;
===Summary of common patterns discovered===&lt;br /&gt;
&lt;br /&gt;
===Other attempts to solve The Problem===&lt;br /&gt;
For paper receipts, [http://www.neatreceipts.com/ NeatReceipts Scanalizer] offers a heuristic-based solution.&lt;br /&gt;
&lt;br /&gt;
== Proposal ==&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[receipt]]&lt;br /&gt;
* http://en.wikipedia.org/wiki/Receipt&lt;/div&gt;</summary>
		<author><name>Lastorset</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=19753</id>
		<title>receipt-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=19753"/>
		<updated>2007-08-16T23:38:19Z</updated>

		<summary type="html">&lt;p&gt;Lastorset: /* Google Checkout */ Notable results from group analysis&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Receipt =&lt;br /&gt;
&lt;br /&gt;
Overview of Receipt exploratory discussion goes here...&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
=== Contributors ===&lt;br /&gt;
Rob Manson&lt;br /&gt;
&lt;br /&gt;
== Real-World Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Bill / Invoice ===&lt;br /&gt;
&lt;br /&gt;
Bills or Invoices are &amp;quot;yet to be paid&amp;quot; items.&lt;br /&gt;
&lt;br /&gt;
Question: Perhaps these examples (yet to be provided) should be moved to a separate page as Bill/Invoice is quite different from Receipt.&lt;br /&gt;
&lt;br /&gt;
: With [[hResume]], I've [[hresume-brainstorming|suggested]] that the subtle difference between actively seeking work and just presenting your resume be a case of including [[hlisting]] markup.&lt;br /&gt;
: With bills vs invoices, it may turn out that the content found within would be identical, and it might just be a case of putting in a class flag to indicate whether the presented document has been paid for or not.&lt;br /&gt;
: [[User:SignpostMarv|SignpostMarv]] 12:55, 21 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
::I think a class flag is a great idea, but I don't believe we have any samples for invoices. However, if we look at order review vs. order summary rather than invoices vs. receipts, the payment flag does become relevant in many of the sampled online stores.&lt;br /&gt;
::How would such a flag be implemented? &lt;br /&gt;
::*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;hreceipt unpaid&amp;quot;/&amp;quot;hreceipt paid&amp;quot;&amp;gt;...&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;hreceipt&amp;quot; title=&amp;quot;paid&amp;quot;&amp;gt;...&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::[[User:Lastorset|Lastorset]] 14:55, 16 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Receipts ===&lt;br /&gt;
&lt;br /&gt;
Receipts are post-purchase items.&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* [http://mobileonlinebusiness.com.au/uf/receipt/Amazon.com-Vieworder-anon.htm Example]&lt;br /&gt;
* contains: &lt;br /&gt;
**&amp;lt;del&amp;gt;email address&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
**date of order&lt;br /&gt;
**order id&lt;br /&gt;
**shipments&lt;br /&gt;
***shipping estimate&lt;br /&gt;
***delivery estimate&lt;br /&gt;
***shipping address&lt;br /&gt;
***shipping speed&lt;br /&gt;
***shipping preference (item grouping)&lt;br /&gt;
***items&lt;br /&gt;
****quantity&lt;br /&gt;
****seller&lt;br /&gt;
****price&lt;br /&gt;
****item information&lt;br /&gt;
**payment&lt;br /&gt;
***card type&lt;br /&gt;
***last 5 digits&lt;br /&gt;
***expiration date&lt;br /&gt;
***billing address&lt;br /&gt;
***subtotal&lt;br /&gt;
***shipping and handling price&lt;br /&gt;
***total before tax&lt;br /&gt;
***tax&lt;br /&gt;
***grand total&lt;br /&gt;
**&amp;lt;del&amp;gt;discount price&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
* Little semantic HTML of interest, except an anchor with id &amp;quot;payment-info&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports multiple shipments.&lt;br /&gt;
*Supports one seller per item.&lt;br /&gt;
*Displays shipping and delivery estimate.&lt;br /&gt;
*Offers item grouping preference.&lt;br /&gt;
*Gift options.&lt;br /&gt;
&lt;br /&gt;
==== Skype ====&lt;br /&gt;
&lt;br /&gt;
===== Skype Phone =====&lt;br /&gt;
*[[receipt-example-skype-phone|example source code]]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Skype-order-history.html Skype order history]&lt;br /&gt;
&lt;br /&gt;
* Shipping Address&lt;br /&gt;
* date in dd/mm/yyyy format&lt;br /&gt;
* Order number in nnnn-nnnnnnn-nnn format&lt;br /&gt;
* Reference (was blank in example, presumed to appear on bank statement for this transaction)&lt;br /&gt;
* Items&lt;br /&gt;
** Quantity&lt;br /&gt;
** Description&lt;br /&gt;
** Price&lt;br /&gt;
** Total&lt;br /&gt;
** VAT (tax) %&lt;br /&gt;
* Payment&lt;br /&gt;
** subtotal (&amp;quot;total&amp;quot;)&lt;br /&gt;
** shipping cost&lt;br /&gt;
** grand total (&amp;quot;total (gross)&amp;quot;)&lt;br /&gt;
** total (VAT excluded)&lt;br /&gt;
** VAT (amount)&lt;br /&gt;
* Chosen payment method: &amp;quot;Your payment method is: Credit card&amp;quot;&lt;br /&gt;
* Legal blurb&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
* Order resume class=&amp;quot;order-listing&amp;quot;&lt;br /&gt;
* Each item class=&amp;quot;row&amp;quot;&lt;br /&gt;
* All totals rows class=&amp;quot;totals-row&amp;quot; except grand total class=&amp;quot;grandtotal-row&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Internet banking transaction receipts ====&lt;br /&gt;
===== Example 1 =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
time&lt;br /&gt;
receipt type (e.g. TRANSFER BETWEEN MY ACCOUNTS)&lt;br /&gt;
  transfer from&lt;br /&gt;
  transfer to&lt;br /&gt;
amount&lt;br /&gt;
description&lt;br /&gt;
information/comment&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Digital product purchase receipts ====&lt;br /&gt;
===== Example 1 : Software =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
order/receipt number&lt;br /&gt;
seller's details&lt;br /&gt;
  sold by (hCard candidate)&lt;br /&gt;
    org&lt;br /&gt;
    adr&lt;br /&gt;
  tax number (VAT in this example)&lt;br /&gt;
  tax id (Federal Tax ID)&lt;br /&gt;
buyer's details&lt;br /&gt;
  buyer (hCard candidate)&lt;br /&gt;
    name&lt;br /&gt;
    org&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
    country-name&lt;br /&gt;
    tel&lt;br /&gt;
    email&lt;br /&gt;
  credit card number (PAN truncated - with type)&lt;br /&gt;
item list&lt;br /&gt;
  product code&lt;br /&gt;
  name&lt;br /&gt;
  comments&lt;br /&gt;
  price&lt;br /&gt;
  delivery method&lt;br /&gt;
  quantity&lt;br /&gt;
  total in selected currency&lt;br /&gt;
  total in sellers currency&lt;br /&gt;
total (sum of item list totals)&lt;br /&gt;
processing fee&lt;br /&gt;
grand total (final amount charged)&lt;br /&gt;
information (caveats and tax info)&lt;br /&gt;
permalink&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : SSL certificate =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
purchase information&lt;br /&gt;
  order id&lt;br /&gt;
  product name&lt;br /&gt;
  domain name&lt;br /&gt;
  validity period&lt;br /&gt;
  number of licenses&lt;br /&gt;
  card number (PAN truncated)&lt;br /&gt;
  amount (with selected currency)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Physical product purchase receipts ====&lt;br /&gt;
===== Example 1 : Computer hardware =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller's name (hCard candidate)&lt;br /&gt;
seller's URL (hCard candidate)&lt;br /&gt;
invoice id&lt;br /&gt;
org govt reference (ABN - Australian Business Number)&lt;br /&gt;
date&lt;br /&gt;
seller details (hCard candidate)&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
buyer (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  billing address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  delivery address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  phone&lt;br /&gt;
item list&lt;br /&gt;
  item&lt;br /&gt;
  description&lt;br /&gt;
  amount&lt;br /&gt;
  quantity&lt;br /&gt;
  product url&lt;br /&gt;
  total&lt;br /&gt;
delivery cost&lt;br /&gt;
total excluding tax&lt;br /&gt;
tax (GST - Goods and Service Tax)&lt;br /&gt;
total including tax&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Service purchase receipts ====&lt;br /&gt;
===== Example 1 : Online subscription =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
seller's details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  country-name&lt;br /&gt;
buyer's details (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  phone&lt;br /&gt;
date&lt;br /&gt;
receipt id&lt;br /&gt;
item list&lt;br /&gt;
  product description&lt;br /&gt;
  quantity&lt;br /&gt;
  rate (per unit)&lt;br /&gt;
  price&lt;br /&gt;
sub total&lt;br /&gt;
amount paid&lt;br /&gt;
balance due&lt;br /&gt;
information&lt;br /&gt;
transaction id&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : Co-location =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
sellers details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  url&lt;br /&gt;
  phone&lt;br /&gt;
message&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
amount&lt;br /&gt;
information&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== A1Books ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/A1Books-Sales-Order-anon.htm Example]&lt;br /&gt;
&lt;br /&gt;
*vendor &lt;br /&gt;
**name&lt;br /&gt;
**fax&lt;br /&gt;
*date&lt;br /&gt;
*order number&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**list price&lt;br /&gt;
**sale price&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*subtotal&lt;br /&gt;
*shipping&lt;br /&gt;
*total&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*account information&lt;br /&gt;
**phone&lt;br /&gt;
**e-mail&lt;br /&gt;
*payment&lt;br /&gt;
**method&lt;br /&gt;
**last four digits&lt;br /&gt;
&lt;br /&gt;
No semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports one seller per item.&lt;br /&gt;
*Does not display tax.&lt;br /&gt;
&lt;br /&gt;
==== Barnes&amp;amp;Noble ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/BarnesAndNoble.com-receipt.anon.tidied.htm Example]&lt;br /&gt;
&lt;br /&gt;
*date&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*payment&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**charge&lt;br /&gt;
*savings on shipping&lt;br /&gt;
*order no.&lt;br /&gt;
*delivery option&lt;br /&gt;
*items&lt;br /&gt;
**description: title, author, ISBN, price&lt;br /&gt;
**qty&lt;br /&gt;
**gift options: wrap, message&lt;br /&gt;
**total price&lt;br /&gt;
*shipment subtotal&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*shipment total (seems to account for orders requiring multiple shipments)&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*receiptOrderNumbers&lt;br /&gt;
*receiptOrderPlacedOn&lt;br /&gt;
*orderInformation&lt;br /&gt;
**shippingAddress&lt;br /&gt;
**billingAddress&lt;br /&gt;
**paymentInformation&lt;br /&gt;
*shippingSelections&lt;br /&gt;
*showProducts&lt;br /&gt;
**reviewTable&lt;br /&gt;
***qtyValuePosition&lt;br /&gt;
***reviewGiftOptions&lt;br /&gt;
*reviewTotalsDisplay&lt;br /&gt;
**reviewTotalsSummary&lt;br /&gt;
**reviewTotalsNote&lt;br /&gt;
**reviewTotalsBreakdown&lt;br /&gt;
*reviewTotalsSummary&lt;br /&gt;
**reviewGrandTotal&lt;br /&gt;
*reviewCreditCardCharged&lt;br /&gt;
*review&lt;br /&gt;
&lt;br /&gt;
The semantic class names found are a good start, although the &amp;quot;review&amp;quot; part appears to be context-specific (reviewing an order). Additionally, the implied hierarchy in names such as &amp;quot;reviewTotalsSummary&amp;quot; and &amp;quot;receiptOrderPlacedOn&amp;quot; is probably unnecessary for our purposes.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports multiple shipments.&lt;br /&gt;
*Gift options.&lt;br /&gt;
&lt;br /&gt;
==== Facebook ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/Facebook-gift-receipt.html Example]&lt;br /&gt;
&lt;br /&gt;
*purchase total&lt;br /&gt;
*items (informal description of two items, including quantity)&lt;br /&gt;
*recipient name&lt;br /&gt;
*order id&lt;br /&gt;
*billed-to name&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Quite minimal and informal receipt. Good example of how a microformat would preserve human readability and informal style while enabling machine reading.&lt;br /&gt;
&lt;br /&gt;
==== Google Checkout ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-e-mail-receipt.tidied.html Example email receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-Order-Receipt_DVD-Empire.tidied.htm Example web receipt]&lt;br /&gt;
&lt;br /&gt;
*vendor address&lt;br /&gt;
*shipping address&lt;br /&gt;
*date&lt;br /&gt;
*order id&lt;br /&gt;
*items&lt;br /&gt;
**shipping status (&amp;quot;Not yet shipped&amp;quot;, etc.)&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*total&lt;br /&gt;
*order history (placed, received, charged, shipped) (web receipt only)&lt;br /&gt;
*payment info (web receipt only)&lt;br /&gt;
**card type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**cardholder address&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*taxRow&lt;br /&gt;
**taxIdentifier&lt;br /&gt;
**taxAmount&lt;br /&gt;
*totalAmount&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Explicit seller address (one per order).&lt;br /&gt;
*Current shipping status of each item.&lt;br /&gt;
*E-mail receipt has permalink.&lt;br /&gt;
*Order history (date placed, received, charged, shipped).&lt;br /&gt;
&lt;br /&gt;
==== iTunes ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/iTunes-receipt-e-mail.html iTunes e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*billing address&lt;br /&gt;
*order no.&lt;br /&gt;
*receipt date&lt;br /&gt;
*order total&lt;br /&gt;
*card &lt;br /&gt;
**type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
*item&lt;br /&gt;
**item no.&lt;br /&gt;
**description (including link to write a review)&lt;br /&gt;
**unit price&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Longs/FujiFilm ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Longs-Fujifilm-photo-receipt.html Longs/Fujifilm e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*order no.&lt;br /&gt;
*payment info&lt;br /&gt;
**method (COD, credit card, etc.)&lt;br /&gt;
*customer address&lt;br /&gt;
*pickup address&lt;br /&gt;
*items&lt;br /&gt;
**name&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
**line item subtotal&lt;br /&gt;
*order items total&lt;br /&gt;
*tax&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*payment-heading&lt;br /&gt;
&lt;br /&gt;
==== Mobivox/PayPal ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal.htm Mobivox/PayPal receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal-printable.htm Mobivox/PayPal printable receipt]&lt;br /&gt;
&lt;br /&gt;
*seller address&lt;br /&gt;
*receipt id&lt;br /&gt;
*date of order&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**item option (not quite sure what this is for)&lt;br /&gt;
**unit price&lt;br /&gt;
**qty&lt;br /&gt;
**total&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
*total amount&lt;br /&gt;
*payment info&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**charge&lt;br /&gt;
**appears on bill/statement as &amp;quot;MOBIVOXCORP&amp;quot;&lt;br /&gt;
*buyer contact&lt;br /&gt;
&lt;br /&gt;
Relevant semantic HTML:&lt;br /&gt;
*order-summary&lt;br /&gt;
**cart&lt;br /&gt;
***(unnamed tr)&lt;br /&gt;
****item-name&lt;br /&gt;
****item-total&lt;br /&gt;
****item-option (not quite sure what this is for)&lt;br /&gt;
**subtotal&lt;br /&gt;
**totals-value&lt;br /&gt;
**totals-currency&lt;br /&gt;
**purchase-summary&lt;br /&gt;
***summary-total&lt;br /&gt;
****price-total&lt;br /&gt;
****price-currency&lt;br /&gt;
*funding-mix&lt;br /&gt;
**payment-type&lt;br /&gt;
**amount&lt;br /&gt;
**ccStatement&lt;br /&gt;
*contact-information (contains hCard microformat)&lt;br /&gt;
&lt;br /&gt;
This semantic HTML is the most complete and well-thought-out I've seen in this analysis. It even makes use of the fieldset element in forms, something I've never seen before.[[User:Lastorset|Lastorset]] 16:21, 25 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
Microformats used:&lt;br /&gt;
*hCard (non-compliant due to missing formatted name): buyer contact info&lt;br /&gt;
&lt;br /&gt;
==== Symantec ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Symantec-reminder-e-mail.html Symantec e-mail reminder]&lt;br /&gt;
&lt;br /&gt;
*buyer name&lt;br /&gt;
*date&lt;br /&gt;
*payment method&lt;br /&gt;
*last 4 digits&lt;br /&gt;
*appears on statement as &amp;quot;DR *Symantec&amp;quot;&lt;br /&gt;
*items&lt;br /&gt;
**qty&lt;br /&gt;
**product name&lt;br /&gt;
**platform&lt;br /&gt;
**delivery method&lt;br /&gt;
**price&lt;br /&gt;
*subtotal&lt;br /&gt;
*grand total&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML&lt;br /&gt;
&lt;br /&gt;
=== Analysis ===&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Bills ====&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Receipts ====&lt;br /&gt;
&lt;br /&gt;
== Existing Practices ==&lt;br /&gt;
&lt;br /&gt;
Listed below is an overview of existing patterns and practices found in the wild for bill and receipt data.&lt;br /&gt;
&lt;br /&gt;
===Summary of common patterns discovered===&lt;br /&gt;
&lt;br /&gt;
===Other attempts to solve The Problem===&lt;br /&gt;
For paper receipts, [http://www.neatreceipts.com/ NeatReceipts Scanalizer] offers a heuristic-based solution.&lt;br /&gt;
&lt;br /&gt;
== Proposal ==&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[receipt]]&lt;br /&gt;
* http://en.wikipedia.org/wiki/Receipt&lt;/div&gt;</summary>
		<author><name>Lastorset</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=19752</id>
		<title>receipt-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=19752"/>
		<updated>2007-08-16T23:34:58Z</updated>

		<summary type="html">&lt;p&gt;Lastorset: /* Facebook */  Notable results from group analysis&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Receipt =&lt;br /&gt;
&lt;br /&gt;
Overview of Receipt exploratory discussion goes here...&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
=== Contributors ===&lt;br /&gt;
Rob Manson&lt;br /&gt;
&lt;br /&gt;
== Real-World Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Bill / Invoice ===&lt;br /&gt;
&lt;br /&gt;
Bills or Invoices are &amp;quot;yet to be paid&amp;quot; items.&lt;br /&gt;
&lt;br /&gt;
Question: Perhaps these examples (yet to be provided) should be moved to a separate page as Bill/Invoice is quite different from Receipt.&lt;br /&gt;
&lt;br /&gt;
: With [[hResume]], I've [[hresume-brainstorming|suggested]] that the subtle difference between actively seeking work and just presenting your resume be a case of including [[hlisting]] markup.&lt;br /&gt;
: With bills vs invoices, it may turn out that the content found within would be identical, and it might just be a case of putting in a class flag to indicate whether the presented document has been paid for or not.&lt;br /&gt;
: [[User:SignpostMarv|SignpostMarv]] 12:55, 21 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
::I think a class flag is a great idea, but I don't believe we have any samples for invoices. However, if we look at order review vs. order summary rather than invoices vs. receipts, the payment flag does become relevant in many of the sampled online stores.&lt;br /&gt;
::How would such a flag be implemented? &lt;br /&gt;
::*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;hreceipt unpaid&amp;quot;/&amp;quot;hreceipt paid&amp;quot;&amp;gt;...&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;hreceipt&amp;quot; title=&amp;quot;paid&amp;quot;&amp;gt;...&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::[[User:Lastorset|Lastorset]] 14:55, 16 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Receipts ===&lt;br /&gt;
&lt;br /&gt;
Receipts are post-purchase items.&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* [http://mobileonlinebusiness.com.au/uf/receipt/Amazon.com-Vieworder-anon.htm Example]&lt;br /&gt;
* contains: &lt;br /&gt;
**&amp;lt;del&amp;gt;email address&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
**date of order&lt;br /&gt;
**order id&lt;br /&gt;
**shipments&lt;br /&gt;
***shipping estimate&lt;br /&gt;
***delivery estimate&lt;br /&gt;
***shipping address&lt;br /&gt;
***shipping speed&lt;br /&gt;
***shipping preference (item grouping)&lt;br /&gt;
***items&lt;br /&gt;
****quantity&lt;br /&gt;
****seller&lt;br /&gt;
****price&lt;br /&gt;
****item information&lt;br /&gt;
**payment&lt;br /&gt;
***card type&lt;br /&gt;
***last 5 digits&lt;br /&gt;
***expiration date&lt;br /&gt;
***billing address&lt;br /&gt;
***subtotal&lt;br /&gt;
***shipping and handling price&lt;br /&gt;
***total before tax&lt;br /&gt;
***tax&lt;br /&gt;
***grand total&lt;br /&gt;
**&amp;lt;del&amp;gt;discount price&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
* Little semantic HTML of interest, except an anchor with id &amp;quot;payment-info&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports multiple shipments.&lt;br /&gt;
*Supports one seller per item.&lt;br /&gt;
*Displays shipping and delivery estimate.&lt;br /&gt;
*Offers item grouping preference.&lt;br /&gt;
*Gift options.&lt;br /&gt;
&lt;br /&gt;
==== Skype ====&lt;br /&gt;
&lt;br /&gt;
===== Skype Phone =====&lt;br /&gt;
*[[receipt-example-skype-phone|example source code]]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Skype-order-history.html Skype order history]&lt;br /&gt;
&lt;br /&gt;
* Shipping Address&lt;br /&gt;
* date in dd/mm/yyyy format&lt;br /&gt;
* Order number in nnnn-nnnnnnn-nnn format&lt;br /&gt;
* Reference (was blank in example, presumed to appear on bank statement for this transaction)&lt;br /&gt;
* Items&lt;br /&gt;
** Quantity&lt;br /&gt;
** Description&lt;br /&gt;
** Price&lt;br /&gt;
** Total&lt;br /&gt;
** VAT (tax) %&lt;br /&gt;
* Payment&lt;br /&gt;
** subtotal (&amp;quot;total&amp;quot;)&lt;br /&gt;
** shipping cost&lt;br /&gt;
** grand total (&amp;quot;total (gross)&amp;quot;)&lt;br /&gt;
** total (VAT excluded)&lt;br /&gt;
** VAT (amount)&lt;br /&gt;
* Chosen payment method: &amp;quot;Your payment method is: Credit card&amp;quot;&lt;br /&gt;
* Legal blurb&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
* Order resume class=&amp;quot;order-listing&amp;quot;&lt;br /&gt;
* Each item class=&amp;quot;row&amp;quot;&lt;br /&gt;
* All totals rows class=&amp;quot;totals-row&amp;quot; except grand total class=&amp;quot;grandtotal-row&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Internet banking transaction receipts ====&lt;br /&gt;
===== Example 1 =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
time&lt;br /&gt;
receipt type (e.g. TRANSFER BETWEEN MY ACCOUNTS)&lt;br /&gt;
  transfer from&lt;br /&gt;
  transfer to&lt;br /&gt;
amount&lt;br /&gt;
description&lt;br /&gt;
information/comment&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Digital product purchase receipts ====&lt;br /&gt;
===== Example 1 : Software =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
order/receipt number&lt;br /&gt;
seller's details&lt;br /&gt;
  sold by (hCard candidate)&lt;br /&gt;
    org&lt;br /&gt;
    adr&lt;br /&gt;
  tax number (VAT in this example)&lt;br /&gt;
  tax id (Federal Tax ID)&lt;br /&gt;
buyer's details&lt;br /&gt;
  buyer (hCard candidate)&lt;br /&gt;
    name&lt;br /&gt;
    org&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
    country-name&lt;br /&gt;
    tel&lt;br /&gt;
    email&lt;br /&gt;
  credit card number (PAN truncated - with type)&lt;br /&gt;
item list&lt;br /&gt;
  product code&lt;br /&gt;
  name&lt;br /&gt;
  comments&lt;br /&gt;
  price&lt;br /&gt;
  delivery method&lt;br /&gt;
  quantity&lt;br /&gt;
  total in selected currency&lt;br /&gt;
  total in sellers currency&lt;br /&gt;
total (sum of item list totals)&lt;br /&gt;
processing fee&lt;br /&gt;
grand total (final amount charged)&lt;br /&gt;
information (caveats and tax info)&lt;br /&gt;
permalink&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : SSL certificate =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
purchase information&lt;br /&gt;
  order id&lt;br /&gt;
  product name&lt;br /&gt;
  domain name&lt;br /&gt;
  validity period&lt;br /&gt;
  number of licenses&lt;br /&gt;
  card number (PAN truncated)&lt;br /&gt;
  amount (with selected currency)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Physical product purchase receipts ====&lt;br /&gt;
===== Example 1 : Computer hardware =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller's name (hCard candidate)&lt;br /&gt;
seller's URL (hCard candidate)&lt;br /&gt;
invoice id&lt;br /&gt;
org govt reference (ABN - Australian Business Number)&lt;br /&gt;
date&lt;br /&gt;
seller details (hCard candidate)&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
buyer (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  billing address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  delivery address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  phone&lt;br /&gt;
item list&lt;br /&gt;
  item&lt;br /&gt;
  description&lt;br /&gt;
  amount&lt;br /&gt;
  quantity&lt;br /&gt;
  product url&lt;br /&gt;
  total&lt;br /&gt;
delivery cost&lt;br /&gt;
total excluding tax&lt;br /&gt;
tax (GST - Goods and Service Tax)&lt;br /&gt;
total including tax&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Service purchase receipts ====&lt;br /&gt;
===== Example 1 : Online subscription =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
seller's details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  country-name&lt;br /&gt;
buyer's details (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  phone&lt;br /&gt;
date&lt;br /&gt;
receipt id&lt;br /&gt;
item list&lt;br /&gt;
  product description&lt;br /&gt;
  quantity&lt;br /&gt;
  rate (per unit)&lt;br /&gt;
  price&lt;br /&gt;
sub total&lt;br /&gt;
amount paid&lt;br /&gt;
balance due&lt;br /&gt;
information&lt;br /&gt;
transaction id&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : Co-location =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
sellers details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  url&lt;br /&gt;
  phone&lt;br /&gt;
message&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
amount&lt;br /&gt;
information&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== A1Books ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/A1Books-Sales-Order-anon.htm Example]&lt;br /&gt;
&lt;br /&gt;
*vendor &lt;br /&gt;
**name&lt;br /&gt;
**fax&lt;br /&gt;
*date&lt;br /&gt;
*order number&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**list price&lt;br /&gt;
**sale price&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*subtotal&lt;br /&gt;
*shipping&lt;br /&gt;
*total&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*account information&lt;br /&gt;
**phone&lt;br /&gt;
**e-mail&lt;br /&gt;
*payment&lt;br /&gt;
**method&lt;br /&gt;
**last four digits&lt;br /&gt;
&lt;br /&gt;
No semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports one seller per item.&lt;br /&gt;
*Does not display tax.&lt;br /&gt;
&lt;br /&gt;
==== Barnes&amp;amp;Noble ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/BarnesAndNoble.com-receipt.anon.tidied.htm Example]&lt;br /&gt;
&lt;br /&gt;
*date&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*payment&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**charge&lt;br /&gt;
*savings on shipping&lt;br /&gt;
*order no.&lt;br /&gt;
*delivery option&lt;br /&gt;
*items&lt;br /&gt;
**description: title, author, ISBN, price&lt;br /&gt;
**qty&lt;br /&gt;
**gift options: wrap, message&lt;br /&gt;
**total price&lt;br /&gt;
*shipment subtotal&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*shipment total (seems to account for orders requiring multiple shipments)&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*receiptOrderNumbers&lt;br /&gt;
*receiptOrderPlacedOn&lt;br /&gt;
*orderInformation&lt;br /&gt;
**shippingAddress&lt;br /&gt;
**billingAddress&lt;br /&gt;
**paymentInformation&lt;br /&gt;
*shippingSelections&lt;br /&gt;
*showProducts&lt;br /&gt;
**reviewTable&lt;br /&gt;
***qtyValuePosition&lt;br /&gt;
***reviewGiftOptions&lt;br /&gt;
*reviewTotalsDisplay&lt;br /&gt;
**reviewTotalsSummary&lt;br /&gt;
**reviewTotalsNote&lt;br /&gt;
**reviewTotalsBreakdown&lt;br /&gt;
*reviewTotalsSummary&lt;br /&gt;
**reviewGrandTotal&lt;br /&gt;
*reviewCreditCardCharged&lt;br /&gt;
*review&lt;br /&gt;
&lt;br /&gt;
The semantic class names found are a good start, although the &amp;quot;review&amp;quot; part appears to be context-specific (reviewing an order). Additionally, the implied hierarchy in names such as &amp;quot;reviewTotalsSummary&amp;quot; and &amp;quot;receiptOrderPlacedOn&amp;quot; is probably unnecessary for our purposes.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports multiple shipments.&lt;br /&gt;
*Gift options.&lt;br /&gt;
&lt;br /&gt;
==== Facebook ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/Facebook-gift-receipt.html Example]&lt;br /&gt;
&lt;br /&gt;
*purchase total&lt;br /&gt;
*items (informal description of two items, including quantity)&lt;br /&gt;
*recipient name&lt;br /&gt;
*order id&lt;br /&gt;
*billed-to name&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Quite minimal and informal receipt. Good example of how a microformat would preserve human readability and informal style while enabling machine reading.&lt;br /&gt;
&lt;br /&gt;
==== Google Checkout ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-e-mail-receipt.tidied.html Example email receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-Order-Receipt_DVD-Empire.tidied.htm Example web receipt]&lt;br /&gt;
&lt;br /&gt;
*vendor address&lt;br /&gt;
*shipping address&lt;br /&gt;
*date&lt;br /&gt;
*order id&lt;br /&gt;
*items&lt;br /&gt;
**shipping status (&amp;quot;Not yet shipped&amp;quot;, etc.)&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*total&lt;br /&gt;
*order history (placed, received, charged, shipped) (web receipt only)&lt;br /&gt;
*payment info (web receipt only)&lt;br /&gt;
**card type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**cardholder address&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*taxRow&lt;br /&gt;
**taxIdentifier&lt;br /&gt;
**taxAmount&lt;br /&gt;
*totalAmount&lt;br /&gt;
&lt;br /&gt;
==== iTunes ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/iTunes-receipt-e-mail.html iTunes e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*billing address&lt;br /&gt;
*order no.&lt;br /&gt;
*receipt date&lt;br /&gt;
*order total&lt;br /&gt;
*card &lt;br /&gt;
**type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
*item&lt;br /&gt;
**item no.&lt;br /&gt;
**description (including link to write a review)&lt;br /&gt;
**unit price&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Longs/FujiFilm ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Longs-Fujifilm-photo-receipt.html Longs/Fujifilm e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*order no.&lt;br /&gt;
*payment info&lt;br /&gt;
**method (COD, credit card, etc.)&lt;br /&gt;
*customer address&lt;br /&gt;
*pickup address&lt;br /&gt;
*items&lt;br /&gt;
**name&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
**line item subtotal&lt;br /&gt;
*order items total&lt;br /&gt;
*tax&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*payment-heading&lt;br /&gt;
&lt;br /&gt;
==== Mobivox/PayPal ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal.htm Mobivox/PayPal receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal-printable.htm Mobivox/PayPal printable receipt]&lt;br /&gt;
&lt;br /&gt;
*seller address&lt;br /&gt;
*receipt id&lt;br /&gt;
*date of order&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**item option (not quite sure what this is for)&lt;br /&gt;
**unit price&lt;br /&gt;
**qty&lt;br /&gt;
**total&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
*total amount&lt;br /&gt;
*payment info&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**charge&lt;br /&gt;
**appears on bill/statement as &amp;quot;MOBIVOXCORP&amp;quot;&lt;br /&gt;
*buyer contact&lt;br /&gt;
&lt;br /&gt;
Relevant semantic HTML:&lt;br /&gt;
*order-summary&lt;br /&gt;
**cart&lt;br /&gt;
***(unnamed tr)&lt;br /&gt;
****item-name&lt;br /&gt;
****item-total&lt;br /&gt;
****item-option (not quite sure what this is for)&lt;br /&gt;
**subtotal&lt;br /&gt;
**totals-value&lt;br /&gt;
**totals-currency&lt;br /&gt;
**purchase-summary&lt;br /&gt;
***summary-total&lt;br /&gt;
****price-total&lt;br /&gt;
****price-currency&lt;br /&gt;
*funding-mix&lt;br /&gt;
**payment-type&lt;br /&gt;
**amount&lt;br /&gt;
**ccStatement&lt;br /&gt;
*contact-information (contains hCard microformat)&lt;br /&gt;
&lt;br /&gt;
This semantic HTML is the most complete and well-thought-out I've seen in this analysis. It even makes use of the fieldset element in forms, something I've never seen before.[[User:Lastorset|Lastorset]] 16:21, 25 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
Microformats used:&lt;br /&gt;
*hCard (non-compliant due to missing formatted name): buyer contact info&lt;br /&gt;
&lt;br /&gt;
==== Symantec ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Symantec-reminder-e-mail.html Symantec e-mail reminder]&lt;br /&gt;
&lt;br /&gt;
*buyer name&lt;br /&gt;
*date&lt;br /&gt;
*payment method&lt;br /&gt;
*last 4 digits&lt;br /&gt;
*appears on statement as &amp;quot;DR *Symantec&amp;quot;&lt;br /&gt;
*items&lt;br /&gt;
**qty&lt;br /&gt;
**product name&lt;br /&gt;
**platform&lt;br /&gt;
**delivery method&lt;br /&gt;
**price&lt;br /&gt;
*subtotal&lt;br /&gt;
*grand total&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML&lt;br /&gt;
&lt;br /&gt;
=== Analysis ===&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Bills ====&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Receipts ====&lt;br /&gt;
&lt;br /&gt;
== Existing Practices ==&lt;br /&gt;
&lt;br /&gt;
Listed below is an overview of existing patterns and practices found in the wild for bill and receipt data.&lt;br /&gt;
&lt;br /&gt;
===Summary of common patterns discovered===&lt;br /&gt;
&lt;br /&gt;
===Other attempts to solve The Problem===&lt;br /&gt;
For paper receipts, [http://www.neatreceipts.com/ NeatReceipts Scanalizer] offers a heuristic-based solution.&lt;br /&gt;
&lt;br /&gt;
== Proposal ==&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[receipt]]&lt;br /&gt;
* http://en.wikipedia.org/wiki/Receipt&lt;/div&gt;</summary>
		<author><name>Lastorset</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=19750</id>
		<title>receipt-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=19750"/>
		<updated>2007-08-16T23:31:18Z</updated>

		<summary type="html">&lt;p&gt;Lastorset: /* Barnes&amp;amp;Noble */ Notable items from group analysis&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Receipt =&lt;br /&gt;
&lt;br /&gt;
Overview of Receipt exploratory discussion goes here...&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
=== Contributors ===&lt;br /&gt;
Rob Manson&lt;br /&gt;
&lt;br /&gt;
== Real-World Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Bill / Invoice ===&lt;br /&gt;
&lt;br /&gt;
Bills or Invoices are &amp;quot;yet to be paid&amp;quot; items.&lt;br /&gt;
&lt;br /&gt;
Question: Perhaps these examples (yet to be provided) should be moved to a separate page as Bill/Invoice is quite different from Receipt.&lt;br /&gt;
&lt;br /&gt;
: With [[hResume]], I've [[hresume-brainstorming|suggested]] that the subtle difference between actively seeking work and just presenting your resume be a case of including [[hlisting]] markup.&lt;br /&gt;
: With bills vs invoices, it may turn out that the content found within would be identical, and it might just be a case of putting in a class flag to indicate whether the presented document has been paid for or not.&lt;br /&gt;
: [[User:SignpostMarv|SignpostMarv]] 12:55, 21 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
::I think a class flag is a great idea, but I don't believe we have any samples for invoices. However, if we look at order review vs. order summary rather than invoices vs. receipts, the payment flag does become relevant in many of the sampled online stores.&lt;br /&gt;
::How would such a flag be implemented? &lt;br /&gt;
::*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;hreceipt unpaid&amp;quot;/&amp;quot;hreceipt paid&amp;quot;&amp;gt;...&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;hreceipt&amp;quot; title=&amp;quot;paid&amp;quot;&amp;gt;...&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::[[User:Lastorset|Lastorset]] 14:55, 16 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Receipts ===&lt;br /&gt;
&lt;br /&gt;
Receipts are post-purchase items.&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* [http://mobileonlinebusiness.com.au/uf/receipt/Amazon.com-Vieworder-anon.htm Example]&lt;br /&gt;
* contains: &lt;br /&gt;
**&amp;lt;del&amp;gt;email address&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
**date of order&lt;br /&gt;
**order id&lt;br /&gt;
**shipments&lt;br /&gt;
***shipping estimate&lt;br /&gt;
***delivery estimate&lt;br /&gt;
***shipping address&lt;br /&gt;
***shipping speed&lt;br /&gt;
***shipping preference (item grouping)&lt;br /&gt;
***items&lt;br /&gt;
****quantity&lt;br /&gt;
****seller&lt;br /&gt;
****price&lt;br /&gt;
****item information&lt;br /&gt;
**payment&lt;br /&gt;
***card type&lt;br /&gt;
***last 5 digits&lt;br /&gt;
***expiration date&lt;br /&gt;
***billing address&lt;br /&gt;
***subtotal&lt;br /&gt;
***shipping and handling price&lt;br /&gt;
***total before tax&lt;br /&gt;
***tax&lt;br /&gt;
***grand total&lt;br /&gt;
**&amp;lt;del&amp;gt;discount price&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
* Little semantic HTML of interest, except an anchor with id &amp;quot;payment-info&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports multiple shipments.&lt;br /&gt;
*Supports one seller per item.&lt;br /&gt;
*Displays shipping and delivery estimate.&lt;br /&gt;
*Offers item grouping preference.&lt;br /&gt;
*Gift options.&lt;br /&gt;
&lt;br /&gt;
==== Skype ====&lt;br /&gt;
&lt;br /&gt;
===== Skype Phone =====&lt;br /&gt;
*[[receipt-example-skype-phone|example source code]]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Skype-order-history.html Skype order history]&lt;br /&gt;
&lt;br /&gt;
* Shipping Address&lt;br /&gt;
* date in dd/mm/yyyy format&lt;br /&gt;
* Order number in nnnn-nnnnnnn-nnn format&lt;br /&gt;
* Reference (was blank in example, presumed to appear on bank statement for this transaction)&lt;br /&gt;
* Items&lt;br /&gt;
** Quantity&lt;br /&gt;
** Description&lt;br /&gt;
** Price&lt;br /&gt;
** Total&lt;br /&gt;
** VAT (tax) %&lt;br /&gt;
* Payment&lt;br /&gt;
** subtotal (&amp;quot;total&amp;quot;)&lt;br /&gt;
** shipping cost&lt;br /&gt;
** grand total (&amp;quot;total (gross)&amp;quot;)&lt;br /&gt;
** total (VAT excluded)&lt;br /&gt;
** VAT (amount)&lt;br /&gt;
* Chosen payment method: &amp;quot;Your payment method is: Credit card&amp;quot;&lt;br /&gt;
* Legal blurb&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
* Order resume class=&amp;quot;order-listing&amp;quot;&lt;br /&gt;
* Each item class=&amp;quot;row&amp;quot;&lt;br /&gt;
* All totals rows class=&amp;quot;totals-row&amp;quot; except grand total class=&amp;quot;grandtotal-row&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Internet banking transaction receipts ====&lt;br /&gt;
===== Example 1 =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
time&lt;br /&gt;
receipt type (e.g. TRANSFER BETWEEN MY ACCOUNTS)&lt;br /&gt;
  transfer from&lt;br /&gt;
  transfer to&lt;br /&gt;
amount&lt;br /&gt;
description&lt;br /&gt;
information/comment&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Digital product purchase receipts ====&lt;br /&gt;
===== Example 1 : Software =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
order/receipt number&lt;br /&gt;
seller's details&lt;br /&gt;
  sold by (hCard candidate)&lt;br /&gt;
    org&lt;br /&gt;
    adr&lt;br /&gt;
  tax number (VAT in this example)&lt;br /&gt;
  tax id (Federal Tax ID)&lt;br /&gt;
buyer's details&lt;br /&gt;
  buyer (hCard candidate)&lt;br /&gt;
    name&lt;br /&gt;
    org&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
    country-name&lt;br /&gt;
    tel&lt;br /&gt;
    email&lt;br /&gt;
  credit card number (PAN truncated - with type)&lt;br /&gt;
item list&lt;br /&gt;
  product code&lt;br /&gt;
  name&lt;br /&gt;
  comments&lt;br /&gt;
  price&lt;br /&gt;
  delivery method&lt;br /&gt;
  quantity&lt;br /&gt;
  total in selected currency&lt;br /&gt;
  total in sellers currency&lt;br /&gt;
total (sum of item list totals)&lt;br /&gt;
processing fee&lt;br /&gt;
grand total (final amount charged)&lt;br /&gt;
information (caveats and tax info)&lt;br /&gt;
permalink&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : SSL certificate =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
purchase information&lt;br /&gt;
  order id&lt;br /&gt;
  product name&lt;br /&gt;
  domain name&lt;br /&gt;
  validity period&lt;br /&gt;
  number of licenses&lt;br /&gt;
  card number (PAN truncated)&lt;br /&gt;
  amount (with selected currency)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Physical product purchase receipts ====&lt;br /&gt;
===== Example 1 : Computer hardware =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller's name (hCard candidate)&lt;br /&gt;
seller's URL (hCard candidate)&lt;br /&gt;
invoice id&lt;br /&gt;
org govt reference (ABN - Australian Business Number)&lt;br /&gt;
date&lt;br /&gt;
seller details (hCard candidate)&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
buyer (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  billing address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  delivery address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  phone&lt;br /&gt;
item list&lt;br /&gt;
  item&lt;br /&gt;
  description&lt;br /&gt;
  amount&lt;br /&gt;
  quantity&lt;br /&gt;
  product url&lt;br /&gt;
  total&lt;br /&gt;
delivery cost&lt;br /&gt;
total excluding tax&lt;br /&gt;
tax (GST - Goods and Service Tax)&lt;br /&gt;
total including tax&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Service purchase receipts ====&lt;br /&gt;
===== Example 1 : Online subscription =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
seller's details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  country-name&lt;br /&gt;
buyer's details (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  phone&lt;br /&gt;
date&lt;br /&gt;
receipt id&lt;br /&gt;
item list&lt;br /&gt;
  product description&lt;br /&gt;
  quantity&lt;br /&gt;
  rate (per unit)&lt;br /&gt;
  price&lt;br /&gt;
sub total&lt;br /&gt;
amount paid&lt;br /&gt;
balance due&lt;br /&gt;
information&lt;br /&gt;
transaction id&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : Co-location =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
sellers details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  url&lt;br /&gt;
  phone&lt;br /&gt;
message&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
amount&lt;br /&gt;
information&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== A1Books ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/A1Books-Sales-Order-anon.htm Example]&lt;br /&gt;
&lt;br /&gt;
*vendor &lt;br /&gt;
**name&lt;br /&gt;
**fax&lt;br /&gt;
*date&lt;br /&gt;
*order number&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**list price&lt;br /&gt;
**sale price&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*subtotal&lt;br /&gt;
*shipping&lt;br /&gt;
*total&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*account information&lt;br /&gt;
**phone&lt;br /&gt;
**e-mail&lt;br /&gt;
*payment&lt;br /&gt;
**method&lt;br /&gt;
**last four digits&lt;br /&gt;
&lt;br /&gt;
No semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports one seller per item.&lt;br /&gt;
*Does not display tax.&lt;br /&gt;
&lt;br /&gt;
==== Barnes&amp;amp;Noble ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/BarnesAndNoble.com-receipt.anon.tidied.htm Example]&lt;br /&gt;
&lt;br /&gt;
*date&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*payment&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**charge&lt;br /&gt;
*savings on shipping&lt;br /&gt;
*order no.&lt;br /&gt;
*delivery option&lt;br /&gt;
*items&lt;br /&gt;
**description: title, author, ISBN, price&lt;br /&gt;
**qty&lt;br /&gt;
**gift options: wrap, message&lt;br /&gt;
**total price&lt;br /&gt;
*shipment subtotal&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*shipment total (seems to account for orders requiring multiple shipments)&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*receiptOrderNumbers&lt;br /&gt;
*receiptOrderPlacedOn&lt;br /&gt;
*orderInformation&lt;br /&gt;
**shippingAddress&lt;br /&gt;
**billingAddress&lt;br /&gt;
**paymentInformation&lt;br /&gt;
*shippingSelections&lt;br /&gt;
*showProducts&lt;br /&gt;
**reviewTable&lt;br /&gt;
***qtyValuePosition&lt;br /&gt;
***reviewGiftOptions&lt;br /&gt;
*reviewTotalsDisplay&lt;br /&gt;
**reviewTotalsSummary&lt;br /&gt;
**reviewTotalsNote&lt;br /&gt;
**reviewTotalsBreakdown&lt;br /&gt;
*reviewTotalsSummary&lt;br /&gt;
**reviewGrandTotal&lt;br /&gt;
*reviewCreditCardCharged&lt;br /&gt;
*review&lt;br /&gt;
&lt;br /&gt;
The semantic class names found are a good start, although the &amp;quot;review&amp;quot; part appears to be context-specific (reviewing an order). Additionally, the implied hierarchy in names such as &amp;quot;reviewTotalsSummary&amp;quot; and &amp;quot;receiptOrderPlacedOn&amp;quot; is probably unnecessary for our purposes.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports multiple shipments.&lt;br /&gt;
*Gift options.&lt;br /&gt;
&lt;br /&gt;
==== Facebook ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/Facebook-gift-receipt.html Example]&lt;br /&gt;
&lt;br /&gt;
*purchase total&lt;br /&gt;
*items (informal description of two items, including quantity)&lt;br /&gt;
*recipient name&lt;br /&gt;
*order id&lt;br /&gt;
*billed-to name&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Google Checkout ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-e-mail-receipt.tidied.html Example email receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-Order-Receipt_DVD-Empire.tidied.htm Example web receipt]&lt;br /&gt;
&lt;br /&gt;
*vendor address&lt;br /&gt;
*shipping address&lt;br /&gt;
*date&lt;br /&gt;
*order id&lt;br /&gt;
*items&lt;br /&gt;
**shipping status (&amp;quot;Not yet shipped&amp;quot;, etc.)&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*total&lt;br /&gt;
*order history (placed, received, charged, shipped) (web receipt only)&lt;br /&gt;
*payment info (web receipt only)&lt;br /&gt;
**card type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**cardholder address&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*taxRow&lt;br /&gt;
**taxIdentifier&lt;br /&gt;
**taxAmount&lt;br /&gt;
*totalAmount&lt;br /&gt;
&lt;br /&gt;
==== iTunes ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/iTunes-receipt-e-mail.html iTunes e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*billing address&lt;br /&gt;
*order no.&lt;br /&gt;
*receipt date&lt;br /&gt;
*order total&lt;br /&gt;
*card &lt;br /&gt;
**type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
*item&lt;br /&gt;
**item no.&lt;br /&gt;
**description (including link to write a review)&lt;br /&gt;
**unit price&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Longs/FujiFilm ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Longs-Fujifilm-photo-receipt.html Longs/Fujifilm e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*order no.&lt;br /&gt;
*payment info&lt;br /&gt;
**method (COD, credit card, etc.)&lt;br /&gt;
*customer address&lt;br /&gt;
*pickup address&lt;br /&gt;
*items&lt;br /&gt;
**name&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
**line item subtotal&lt;br /&gt;
*order items total&lt;br /&gt;
*tax&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*payment-heading&lt;br /&gt;
&lt;br /&gt;
==== Mobivox/PayPal ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal.htm Mobivox/PayPal receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal-printable.htm Mobivox/PayPal printable receipt]&lt;br /&gt;
&lt;br /&gt;
*seller address&lt;br /&gt;
*receipt id&lt;br /&gt;
*date of order&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**item option (not quite sure what this is for)&lt;br /&gt;
**unit price&lt;br /&gt;
**qty&lt;br /&gt;
**total&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
*total amount&lt;br /&gt;
*payment info&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**charge&lt;br /&gt;
**appears on bill/statement as &amp;quot;MOBIVOXCORP&amp;quot;&lt;br /&gt;
*buyer contact&lt;br /&gt;
&lt;br /&gt;
Relevant semantic HTML:&lt;br /&gt;
*order-summary&lt;br /&gt;
**cart&lt;br /&gt;
***(unnamed tr)&lt;br /&gt;
****item-name&lt;br /&gt;
****item-total&lt;br /&gt;
****item-option (not quite sure what this is for)&lt;br /&gt;
**subtotal&lt;br /&gt;
**totals-value&lt;br /&gt;
**totals-currency&lt;br /&gt;
**purchase-summary&lt;br /&gt;
***summary-total&lt;br /&gt;
****price-total&lt;br /&gt;
****price-currency&lt;br /&gt;
*funding-mix&lt;br /&gt;
**payment-type&lt;br /&gt;
**amount&lt;br /&gt;
**ccStatement&lt;br /&gt;
*contact-information (contains hCard microformat)&lt;br /&gt;
&lt;br /&gt;
This semantic HTML is the most complete and well-thought-out I've seen in this analysis. It even makes use of the fieldset element in forms, something I've never seen before.[[User:Lastorset|Lastorset]] 16:21, 25 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
Microformats used:&lt;br /&gt;
*hCard (non-compliant due to missing formatted name): buyer contact info&lt;br /&gt;
&lt;br /&gt;
==== Symantec ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Symantec-reminder-e-mail.html Symantec e-mail reminder]&lt;br /&gt;
&lt;br /&gt;
*buyer name&lt;br /&gt;
*date&lt;br /&gt;
*payment method&lt;br /&gt;
*last 4 digits&lt;br /&gt;
*appears on statement as &amp;quot;DR *Symantec&amp;quot;&lt;br /&gt;
*items&lt;br /&gt;
**qty&lt;br /&gt;
**product name&lt;br /&gt;
**platform&lt;br /&gt;
**delivery method&lt;br /&gt;
**price&lt;br /&gt;
*subtotal&lt;br /&gt;
*grand total&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML&lt;br /&gt;
&lt;br /&gt;
=== Analysis ===&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Bills ====&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Receipts ====&lt;br /&gt;
&lt;br /&gt;
== Existing Practices ==&lt;br /&gt;
&lt;br /&gt;
Listed below is an overview of existing patterns and practices found in the wild for bill and receipt data.&lt;br /&gt;
&lt;br /&gt;
===Summary of common patterns discovered===&lt;br /&gt;
&lt;br /&gt;
===Other attempts to solve The Problem===&lt;br /&gt;
For paper receipts, [http://www.neatreceipts.com/ NeatReceipts Scanalizer] offers a heuristic-based solution.&lt;br /&gt;
&lt;br /&gt;
== Proposal ==&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[receipt]]&lt;br /&gt;
* http://en.wikipedia.org/wiki/Receipt&lt;/div&gt;</summary>
		<author><name>Lastorset</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=19745</id>
		<title>receipt-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=19745"/>
		<updated>2007-08-16T23:27:18Z</updated>

		<summary type="html">&lt;p&gt;Lastorset: /* Amazon */ Notable items from group analysis&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Receipt =&lt;br /&gt;
&lt;br /&gt;
Overview of Receipt exploratory discussion goes here...&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
=== Contributors ===&lt;br /&gt;
Rob Manson&lt;br /&gt;
&lt;br /&gt;
== Real-World Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Bill / Invoice ===&lt;br /&gt;
&lt;br /&gt;
Bills or Invoices are &amp;quot;yet to be paid&amp;quot; items.&lt;br /&gt;
&lt;br /&gt;
Question: Perhaps these examples (yet to be provided) should be moved to a separate page as Bill/Invoice is quite different from Receipt.&lt;br /&gt;
&lt;br /&gt;
: With [[hResume]], I've [[hresume-brainstorming|suggested]] that the subtle difference between actively seeking work and just presenting your resume be a case of including [[hlisting]] markup.&lt;br /&gt;
: With bills vs invoices, it may turn out that the content found within would be identical, and it might just be a case of putting in a class flag to indicate whether the presented document has been paid for or not.&lt;br /&gt;
: [[User:SignpostMarv|SignpostMarv]] 12:55, 21 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
::I think a class flag is a great idea, but I don't believe we have any samples for invoices. However, if we look at order review vs. order summary rather than invoices vs. receipts, the payment flag does become relevant in many of the sampled online stores.&lt;br /&gt;
::How would such a flag be implemented? &lt;br /&gt;
::*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;hreceipt unpaid&amp;quot;/&amp;quot;hreceipt paid&amp;quot;&amp;gt;...&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;hreceipt&amp;quot; title=&amp;quot;paid&amp;quot;&amp;gt;...&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::[[User:Lastorset|Lastorset]] 14:55, 16 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Receipts ===&lt;br /&gt;
&lt;br /&gt;
Receipts are post-purchase items.&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* [http://mobileonlinebusiness.com.au/uf/receipt/Amazon.com-Vieworder-anon.htm Example]&lt;br /&gt;
* contains: &lt;br /&gt;
**&amp;lt;del&amp;gt;email address&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
**date of order&lt;br /&gt;
**order id&lt;br /&gt;
**shipments&lt;br /&gt;
***shipping estimate&lt;br /&gt;
***delivery estimate&lt;br /&gt;
***shipping address&lt;br /&gt;
***shipping speed&lt;br /&gt;
***shipping preference (item grouping)&lt;br /&gt;
***items&lt;br /&gt;
****quantity&lt;br /&gt;
****seller&lt;br /&gt;
****price&lt;br /&gt;
****item information&lt;br /&gt;
**payment&lt;br /&gt;
***card type&lt;br /&gt;
***last 5 digits&lt;br /&gt;
***expiration date&lt;br /&gt;
***billing address&lt;br /&gt;
***subtotal&lt;br /&gt;
***shipping and handling price&lt;br /&gt;
***total before tax&lt;br /&gt;
***tax&lt;br /&gt;
***grand total&lt;br /&gt;
**&amp;lt;del&amp;gt;discount price&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
* Little semantic HTML of interest, except an anchor with id &amp;quot;payment-info&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports multiple shipments.&lt;br /&gt;
*Supports one seller per item.&lt;br /&gt;
*Displays shipping and delivery estimate.&lt;br /&gt;
*Offers item grouping preference.&lt;br /&gt;
*Gift options.&lt;br /&gt;
&lt;br /&gt;
==== Skype ====&lt;br /&gt;
&lt;br /&gt;
===== Skype Phone =====&lt;br /&gt;
*[[receipt-example-skype-phone|example source code]]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Skype-order-history.html Skype order history]&lt;br /&gt;
&lt;br /&gt;
* Shipping Address&lt;br /&gt;
* date in dd/mm/yyyy format&lt;br /&gt;
* Order number in nnnn-nnnnnnn-nnn format&lt;br /&gt;
* Reference (was blank in example, presumed to appear on bank statement for this transaction)&lt;br /&gt;
* Items&lt;br /&gt;
** Quantity&lt;br /&gt;
** Description&lt;br /&gt;
** Price&lt;br /&gt;
** Total&lt;br /&gt;
** VAT (tax) %&lt;br /&gt;
* Payment&lt;br /&gt;
** subtotal (&amp;quot;total&amp;quot;)&lt;br /&gt;
** shipping cost&lt;br /&gt;
** grand total (&amp;quot;total (gross)&amp;quot;)&lt;br /&gt;
** total (VAT excluded)&lt;br /&gt;
** VAT (amount)&lt;br /&gt;
* Chosen payment method: &amp;quot;Your payment method is: Credit card&amp;quot;&lt;br /&gt;
* Legal blurb&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
* Order resume class=&amp;quot;order-listing&amp;quot;&lt;br /&gt;
* Each item class=&amp;quot;row&amp;quot;&lt;br /&gt;
* All totals rows class=&amp;quot;totals-row&amp;quot; except grand total class=&amp;quot;grandtotal-row&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Internet banking transaction receipts ====&lt;br /&gt;
===== Example 1 =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
time&lt;br /&gt;
receipt type (e.g. TRANSFER BETWEEN MY ACCOUNTS)&lt;br /&gt;
  transfer from&lt;br /&gt;
  transfer to&lt;br /&gt;
amount&lt;br /&gt;
description&lt;br /&gt;
information/comment&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Digital product purchase receipts ====&lt;br /&gt;
===== Example 1 : Software =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
order/receipt number&lt;br /&gt;
seller's details&lt;br /&gt;
  sold by (hCard candidate)&lt;br /&gt;
    org&lt;br /&gt;
    adr&lt;br /&gt;
  tax number (VAT in this example)&lt;br /&gt;
  tax id (Federal Tax ID)&lt;br /&gt;
buyer's details&lt;br /&gt;
  buyer (hCard candidate)&lt;br /&gt;
    name&lt;br /&gt;
    org&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
    country-name&lt;br /&gt;
    tel&lt;br /&gt;
    email&lt;br /&gt;
  credit card number (PAN truncated - with type)&lt;br /&gt;
item list&lt;br /&gt;
  product code&lt;br /&gt;
  name&lt;br /&gt;
  comments&lt;br /&gt;
  price&lt;br /&gt;
  delivery method&lt;br /&gt;
  quantity&lt;br /&gt;
  total in selected currency&lt;br /&gt;
  total in sellers currency&lt;br /&gt;
total (sum of item list totals)&lt;br /&gt;
processing fee&lt;br /&gt;
grand total (final amount charged)&lt;br /&gt;
information (caveats and tax info)&lt;br /&gt;
permalink&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : SSL certificate =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
purchase information&lt;br /&gt;
  order id&lt;br /&gt;
  product name&lt;br /&gt;
  domain name&lt;br /&gt;
  validity period&lt;br /&gt;
  number of licenses&lt;br /&gt;
  card number (PAN truncated)&lt;br /&gt;
  amount (with selected currency)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Physical product purchase receipts ====&lt;br /&gt;
===== Example 1 : Computer hardware =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller's name (hCard candidate)&lt;br /&gt;
seller's URL (hCard candidate)&lt;br /&gt;
invoice id&lt;br /&gt;
org govt reference (ABN - Australian Business Number)&lt;br /&gt;
date&lt;br /&gt;
seller details (hCard candidate)&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
buyer (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  billing address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  delivery address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  phone&lt;br /&gt;
item list&lt;br /&gt;
  item&lt;br /&gt;
  description&lt;br /&gt;
  amount&lt;br /&gt;
  quantity&lt;br /&gt;
  product url&lt;br /&gt;
  total&lt;br /&gt;
delivery cost&lt;br /&gt;
total excluding tax&lt;br /&gt;
tax (GST - Goods and Service Tax)&lt;br /&gt;
total including tax&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Service purchase receipts ====&lt;br /&gt;
===== Example 1 : Online subscription =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
seller's details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  country-name&lt;br /&gt;
buyer's details (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  phone&lt;br /&gt;
date&lt;br /&gt;
receipt id&lt;br /&gt;
item list&lt;br /&gt;
  product description&lt;br /&gt;
  quantity&lt;br /&gt;
  rate (per unit)&lt;br /&gt;
  price&lt;br /&gt;
sub total&lt;br /&gt;
amount paid&lt;br /&gt;
balance due&lt;br /&gt;
information&lt;br /&gt;
transaction id&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : Co-location =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
sellers details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  url&lt;br /&gt;
  phone&lt;br /&gt;
message&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
amount&lt;br /&gt;
information&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== A1Books ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/A1Books-Sales-Order-anon.htm Example]&lt;br /&gt;
&lt;br /&gt;
*vendor &lt;br /&gt;
**name&lt;br /&gt;
**fax&lt;br /&gt;
*date&lt;br /&gt;
*order number&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**list price&lt;br /&gt;
**sale price&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*subtotal&lt;br /&gt;
*shipping&lt;br /&gt;
*total&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*account information&lt;br /&gt;
**phone&lt;br /&gt;
**e-mail&lt;br /&gt;
*payment&lt;br /&gt;
**method&lt;br /&gt;
**last four digits&lt;br /&gt;
&lt;br /&gt;
No semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports one seller per item.&lt;br /&gt;
*Does not display tax.&lt;br /&gt;
&lt;br /&gt;
==== Barnes&amp;amp;Noble ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/BarnesAndNoble.com-receipt.anon.tidied.htm Example]&lt;br /&gt;
&lt;br /&gt;
*date&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*payment&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**charge&lt;br /&gt;
*savings on shipping&lt;br /&gt;
*order no.&lt;br /&gt;
*delivery option&lt;br /&gt;
*items&lt;br /&gt;
**description: title, author, ISBN, price&lt;br /&gt;
**qty&lt;br /&gt;
**gift options: wrap, message&lt;br /&gt;
**total price&lt;br /&gt;
*shipment subtotal&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*shipment total (seems to account for orders requiring multiple shipments)&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*receiptOrderNumbers&lt;br /&gt;
*receiptOrderPlacedOn&lt;br /&gt;
*orderInformation&lt;br /&gt;
**shippingAddress&lt;br /&gt;
**billingAddress&lt;br /&gt;
**paymentInformation&lt;br /&gt;
*shippingSelections&lt;br /&gt;
*showProducts&lt;br /&gt;
**reviewTable&lt;br /&gt;
***qtyValuePosition&lt;br /&gt;
***reviewGiftOptions&lt;br /&gt;
*reviewTotalsDisplay&lt;br /&gt;
**reviewTotalsSummary&lt;br /&gt;
**reviewTotalsNote&lt;br /&gt;
**reviewTotalsBreakdown&lt;br /&gt;
*reviewTotalsSummary&lt;br /&gt;
**reviewGrandTotal&lt;br /&gt;
*reviewCreditCardCharged&lt;br /&gt;
*review&lt;br /&gt;
&lt;br /&gt;
The semantic class names found are a good start, although the &amp;quot;review&amp;quot; part appears to be context-specific (reviewing an order). Additionally, the implied hierarchy in names such as &amp;quot;reviewTotalsSummary&amp;quot; and &amp;quot;receiptOrderPlacedOn&amp;quot; is probably unnecessary for our purposes.&lt;br /&gt;
&lt;br /&gt;
==== Facebook ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/Facebook-gift-receipt.html Example]&lt;br /&gt;
&lt;br /&gt;
*purchase total&lt;br /&gt;
*items (informal description of two items, including quantity)&lt;br /&gt;
*recipient name&lt;br /&gt;
*order id&lt;br /&gt;
*billed-to name&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Google Checkout ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-e-mail-receipt.tidied.html Example email receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-Order-Receipt_DVD-Empire.tidied.htm Example web receipt]&lt;br /&gt;
&lt;br /&gt;
*vendor address&lt;br /&gt;
*shipping address&lt;br /&gt;
*date&lt;br /&gt;
*order id&lt;br /&gt;
*items&lt;br /&gt;
**shipping status (&amp;quot;Not yet shipped&amp;quot;, etc.)&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*total&lt;br /&gt;
*order history (placed, received, charged, shipped) (web receipt only)&lt;br /&gt;
*payment info (web receipt only)&lt;br /&gt;
**card type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**cardholder address&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*taxRow&lt;br /&gt;
**taxIdentifier&lt;br /&gt;
**taxAmount&lt;br /&gt;
*totalAmount&lt;br /&gt;
&lt;br /&gt;
==== iTunes ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/iTunes-receipt-e-mail.html iTunes e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*billing address&lt;br /&gt;
*order no.&lt;br /&gt;
*receipt date&lt;br /&gt;
*order total&lt;br /&gt;
*card &lt;br /&gt;
**type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
*item&lt;br /&gt;
**item no.&lt;br /&gt;
**description (including link to write a review)&lt;br /&gt;
**unit price&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Longs/FujiFilm ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Longs-Fujifilm-photo-receipt.html Longs/Fujifilm e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*order no.&lt;br /&gt;
*payment info&lt;br /&gt;
**method (COD, credit card, etc.)&lt;br /&gt;
*customer address&lt;br /&gt;
*pickup address&lt;br /&gt;
*items&lt;br /&gt;
**name&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
**line item subtotal&lt;br /&gt;
*order items total&lt;br /&gt;
*tax&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*payment-heading&lt;br /&gt;
&lt;br /&gt;
==== Mobivox/PayPal ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal.htm Mobivox/PayPal receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal-printable.htm Mobivox/PayPal printable receipt]&lt;br /&gt;
&lt;br /&gt;
*seller address&lt;br /&gt;
*receipt id&lt;br /&gt;
*date of order&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**item option (not quite sure what this is for)&lt;br /&gt;
**unit price&lt;br /&gt;
**qty&lt;br /&gt;
**total&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
*total amount&lt;br /&gt;
*payment info&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**charge&lt;br /&gt;
**appears on bill/statement as &amp;quot;MOBIVOXCORP&amp;quot;&lt;br /&gt;
*buyer contact&lt;br /&gt;
&lt;br /&gt;
Relevant semantic HTML:&lt;br /&gt;
*order-summary&lt;br /&gt;
**cart&lt;br /&gt;
***(unnamed tr)&lt;br /&gt;
****item-name&lt;br /&gt;
****item-total&lt;br /&gt;
****item-option (not quite sure what this is for)&lt;br /&gt;
**subtotal&lt;br /&gt;
**totals-value&lt;br /&gt;
**totals-currency&lt;br /&gt;
**purchase-summary&lt;br /&gt;
***summary-total&lt;br /&gt;
****price-total&lt;br /&gt;
****price-currency&lt;br /&gt;
*funding-mix&lt;br /&gt;
**payment-type&lt;br /&gt;
**amount&lt;br /&gt;
**ccStatement&lt;br /&gt;
*contact-information (contains hCard microformat)&lt;br /&gt;
&lt;br /&gt;
This semantic HTML is the most complete and well-thought-out I've seen in this analysis. It even makes use of the fieldset element in forms, something I've never seen before.[[User:Lastorset|Lastorset]] 16:21, 25 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
Microformats used:&lt;br /&gt;
*hCard (non-compliant due to missing formatted name): buyer contact info&lt;br /&gt;
&lt;br /&gt;
==== Symantec ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Symantec-reminder-e-mail.html Symantec e-mail reminder]&lt;br /&gt;
&lt;br /&gt;
*buyer name&lt;br /&gt;
*date&lt;br /&gt;
*payment method&lt;br /&gt;
*last 4 digits&lt;br /&gt;
*appears on statement as &amp;quot;DR *Symantec&amp;quot;&lt;br /&gt;
*items&lt;br /&gt;
**qty&lt;br /&gt;
**product name&lt;br /&gt;
**platform&lt;br /&gt;
**delivery method&lt;br /&gt;
**price&lt;br /&gt;
*subtotal&lt;br /&gt;
*grand total&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML&lt;br /&gt;
&lt;br /&gt;
=== Analysis ===&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Bills ====&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Receipts ====&lt;br /&gt;
&lt;br /&gt;
== Existing Practices ==&lt;br /&gt;
&lt;br /&gt;
Listed below is an overview of existing patterns and practices found in the wild for bill and receipt data.&lt;br /&gt;
&lt;br /&gt;
===Summary of common patterns discovered===&lt;br /&gt;
&lt;br /&gt;
===Other attempts to solve The Problem===&lt;br /&gt;
For paper receipts, [http://www.neatreceipts.com/ NeatReceipts Scanalizer] offers a heuristic-based solution.&lt;br /&gt;
&lt;br /&gt;
== Proposal ==&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[receipt]]&lt;br /&gt;
* http://en.wikipedia.org/wiki/Receipt&lt;/div&gt;</summary>
		<author><name>Lastorset</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=19741</id>
		<title>receipt-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=19741"/>
		<updated>2007-08-16T23:21:43Z</updated>

		<summary type="html">&lt;p&gt;Lastorset: /* A1Books */ Notable items from group analysis&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Receipt =&lt;br /&gt;
&lt;br /&gt;
Overview of Receipt exploratory discussion goes here...&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
=== Contributors ===&lt;br /&gt;
Rob Manson&lt;br /&gt;
&lt;br /&gt;
== Real-World Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Bill / Invoice ===&lt;br /&gt;
&lt;br /&gt;
Bills or Invoices are &amp;quot;yet to be paid&amp;quot; items.&lt;br /&gt;
&lt;br /&gt;
Question: Perhaps these examples (yet to be provided) should be moved to a separate page as Bill/Invoice is quite different from Receipt.&lt;br /&gt;
&lt;br /&gt;
: With [[hResume]], I've [[hresume-brainstorming|suggested]] that the subtle difference between actively seeking work and just presenting your resume be a case of including [[hlisting]] markup.&lt;br /&gt;
: With bills vs invoices, it may turn out that the content found within would be identical, and it might just be a case of putting in a class flag to indicate whether the presented document has been paid for or not.&lt;br /&gt;
: [[User:SignpostMarv|SignpostMarv]] 12:55, 21 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
::I think a class flag is a great idea, but I don't believe we have any samples for invoices. However, if we look at order review vs. order summary rather than invoices vs. receipts, the payment flag does become relevant in many of the sampled online stores.&lt;br /&gt;
::How would such a flag be implemented? &lt;br /&gt;
::*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;hreceipt unpaid&amp;quot;/&amp;quot;hreceipt paid&amp;quot;&amp;gt;...&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;hreceipt&amp;quot; title=&amp;quot;paid&amp;quot;&amp;gt;...&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::[[User:Lastorset|Lastorset]] 14:55, 16 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Receipts ===&lt;br /&gt;
&lt;br /&gt;
Receipts are post-purchase items.&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* [http://mobileonlinebusiness.com.au/uf/receipt/Amazon.com-Vieworder-anon.htm Example]&lt;br /&gt;
* contains: &lt;br /&gt;
**&amp;lt;del&amp;gt;email address&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
**date of order&lt;br /&gt;
**order id&lt;br /&gt;
**shipments&lt;br /&gt;
***shipping estimate&lt;br /&gt;
***delivery estimate&lt;br /&gt;
***shipping address&lt;br /&gt;
***shipping speed&lt;br /&gt;
***shipping preference (item grouping)&lt;br /&gt;
***items&lt;br /&gt;
****quantity&lt;br /&gt;
****seller&lt;br /&gt;
****price&lt;br /&gt;
****item information&lt;br /&gt;
**payment&lt;br /&gt;
***card type&lt;br /&gt;
***last 5 digits&lt;br /&gt;
***expiration date&lt;br /&gt;
***billing address&lt;br /&gt;
***subtotal&lt;br /&gt;
***shipping and handling price&lt;br /&gt;
***total before tax&lt;br /&gt;
***tax&lt;br /&gt;
***grand total&lt;br /&gt;
**&amp;lt;del&amp;gt;discount price&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
* Little semantic HTML of interest, except an anchor with id &amp;quot;payment-info&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Skype ====&lt;br /&gt;
&lt;br /&gt;
===== Skype Phone =====&lt;br /&gt;
*[[receipt-example-skype-phone|example source code]]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Skype-order-history.html Skype order history]&lt;br /&gt;
&lt;br /&gt;
* Shipping Address&lt;br /&gt;
* date in dd/mm/yyyy format&lt;br /&gt;
* Order number in nnnn-nnnnnnn-nnn format&lt;br /&gt;
* Reference (was blank in example, presumed to appear on bank statement for this transaction)&lt;br /&gt;
* Items&lt;br /&gt;
** Quantity&lt;br /&gt;
** Description&lt;br /&gt;
** Price&lt;br /&gt;
** Total&lt;br /&gt;
** VAT (tax) %&lt;br /&gt;
* Payment&lt;br /&gt;
** subtotal (&amp;quot;total&amp;quot;)&lt;br /&gt;
** shipping cost&lt;br /&gt;
** grand total (&amp;quot;total (gross)&amp;quot;)&lt;br /&gt;
** total (VAT excluded)&lt;br /&gt;
** VAT (amount)&lt;br /&gt;
* Chosen payment method: &amp;quot;Your payment method is: Credit card&amp;quot;&lt;br /&gt;
* Legal blurb&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
* Order resume class=&amp;quot;order-listing&amp;quot;&lt;br /&gt;
* Each item class=&amp;quot;row&amp;quot;&lt;br /&gt;
* All totals rows class=&amp;quot;totals-row&amp;quot; except grand total class=&amp;quot;grandtotal-row&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Internet banking transaction receipts ====&lt;br /&gt;
===== Example 1 =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
time&lt;br /&gt;
receipt type (e.g. TRANSFER BETWEEN MY ACCOUNTS)&lt;br /&gt;
  transfer from&lt;br /&gt;
  transfer to&lt;br /&gt;
amount&lt;br /&gt;
description&lt;br /&gt;
information/comment&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Digital product purchase receipts ====&lt;br /&gt;
===== Example 1 : Software =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
order/receipt number&lt;br /&gt;
seller's details&lt;br /&gt;
  sold by (hCard candidate)&lt;br /&gt;
    org&lt;br /&gt;
    adr&lt;br /&gt;
  tax number (VAT in this example)&lt;br /&gt;
  tax id (Federal Tax ID)&lt;br /&gt;
buyer's details&lt;br /&gt;
  buyer (hCard candidate)&lt;br /&gt;
    name&lt;br /&gt;
    org&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
    country-name&lt;br /&gt;
    tel&lt;br /&gt;
    email&lt;br /&gt;
  credit card number (PAN truncated - with type)&lt;br /&gt;
item list&lt;br /&gt;
  product code&lt;br /&gt;
  name&lt;br /&gt;
  comments&lt;br /&gt;
  price&lt;br /&gt;
  delivery method&lt;br /&gt;
  quantity&lt;br /&gt;
  total in selected currency&lt;br /&gt;
  total in sellers currency&lt;br /&gt;
total (sum of item list totals)&lt;br /&gt;
processing fee&lt;br /&gt;
grand total (final amount charged)&lt;br /&gt;
information (caveats and tax info)&lt;br /&gt;
permalink&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : SSL certificate =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
purchase information&lt;br /&gt;
  order id&lt;br /&gt;
  product name&lt;br /&gt;
  domain name&lt;br /&gt;
  validity period&lt;br /&gt;
  number of licenses&lt;br /&gt;
  card number (PAN truncated)&lt;br /&gt;
  amount (with selected currency)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Physical product purchase receipts ====&lt;br /&gt;
===== Example 1 : Computer hardware =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller's name (hCard candidate)&lt;br /&gt;
seller's URL (hCard candidate)&lt;br /&gt;
invoice id&lt;br /&gt;
org govt reference (ABN - Australian Business Number)&lt;br /&gt;
date&lt;br /&gt;
seller details (hCard candidate)&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
buyer (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  billing address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  delivery address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  phone&lt;br /&gt;
item list&lt;br /&gt;
  item&lt;br /&gt;
  description&lt;br /&gt;
  amount&lt;br /&gt;
  quantity&lt;br /&gt;
  product url&lt;br /&gt;
  total&lt;br /&gt;
delivery cost&lt;br /&gt;
total excluding tax&lt;br /&gt;
tax (GST - Goods and Service Tax)&lt;br /&gt;
total including tax&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Service purchase receipts ====&lt;br /&gt;
===== Example 1 : Online subscription =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
seller's details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  country-name&lt;br /&gt;
buyer's details (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  phone&lt;br /&gt;
date&lt;br /&gt;
receipt id&lt;br /&gt;
item list&lt;br /&gt;
  product description&lt;br /&gt;
  quantity&lt;br /&gt;
  rate (per unit)&lt;br /&gt;
  price&lt;br /&gt;
sub total&lt;br /&gt;
amount paid&lt;br /&gt;
balance due&lt;br /&gt;
information&lt;br /&gt;
transaction id&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : Co-location =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
sellers details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  url&lt;br /&gt;
  phone&lt;br /&gt;
message&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
amount&lt;br /&gt;
information&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== A1Books ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/A1Books-Sales-Order-anon.htm Example]&lt;br /&gt;
&lt;br /&gt;
*vendor &lt;br /&gt;
**name&lt;br /&gt;
**fax&lt;br /&gt;
*date&lt;br /&gt;
*order number&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**list price&lt;br /&gt;
**sale price&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*subtotal&lt;br /&gt;
*shipping&lt;br /&gt;
*total&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*account information&lt;br /&gt;
**phone&lt;br /&gt;
**e-mail&lt;br /&gt;
*payment&lt;br /&gt;
**method&lt;br /&gt;
**last four digits&lt;br /&gt;
&lt;br /&gt;
No semantic HTML.&lt;br /&gt;
&lt;br /&gt;
Notes:&lt;br /&gt;
*Supports one seller per item.&lt;br /&gt;
*Does not display tax.&lt;br /&gt;
&lt;br /&gt;
==== Barnes&amp;amp;Noble ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/BarnesAndNoble.com-receipt.anon.tidied.htm Example]&lt;br /&gt;
&lt;br /&gt;
*date&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*payment&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**charge&lt;br /&gt;
*savings on shipping&lt;br /&gt;
*order no.&lt;br /&gt;
*delivery option&lt;br /&gt;
*items&lt;br /&gt;
**description: title, author, ISBN, price&lt;br /&gt;
**qty&lt;br /&gt;
**gift options: wrap, message&lt;br /&gt;
**total price&lt;br /&gt;
*shipment subtotal&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*shipment total (seems to account for orders requiring multiple shipments)&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*receiptOrderNumbers&lt;br /&gt;
*receiptOrderPlacedOn&lt;br /&gt;
*orderInformation&lt;br /&gt;
**shippingAddress&lt;br /&gt;
**billingAddress&lt;br /&gt;
**paymentInformation&lt;br /&gt;
*shippingSelections&lt;br /&gt;
*showProducts&lt;br /&gt;
**reviewTable&lt;br /&gt;
***qtyValuePosition&lt;br /&gt;
***reviewGiftOptions&lt;br /&gt;
*reviewTotalsDisplay&lt;br /&gt;
**reviewTotalsSummary&lt;br /&gt;
**reviewTotalsNote&lt;br /&gt;
**reviewTotalsBreakdown&lt;br /&gt;
*reviewTotalsSummary&lt;br /&gt;
**reviewGrandTotal&lt;br /&gt;
*reviewCreditCardCharged&lt;br /&gt;
*review&lt;br /&gt;
&lt;br /&gt;
The semantic class names found are a good start, although the &amp;quot;review&amp;quot; part appears to be context-specific (reviewing an order). Additionally, the implied hierarchy in names such as &amp;quot;reviewTotalsSummary&amp;quot; and &amp;quot;receiptOrderPlacedOn&amp;quot; is probably unnecessary for our purposes.&lt;br /&gt;
&lt;br /&gt;
==== Facebook ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/Facebook-gift-receipt.html Example]&lt;br /&gt;
&lt;br /&gt;
*purchase total&lt;br /&gt;
*items (informal description of two items, including quantity)&lt;br /&gt;
*recipient name&lt;br /&gt;
*order id&lt;br /&gt;
*billed-to name&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Google Checkout ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-e-mail-receipt.tidied.html Example email receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-Order-Receipt_DVD-Empire.tidied.htm Example web receipt]&lt;br /&gt;
&lt;br /&gt;
*vendor address&lt;br /&gt;
*shipping address&lt;br /&gt;
*date&lt;br /&gt;
*order id&lt;br /&gt;
*items&lt;br /&gt;
**shipping status (&amp;quot;Not yet shipped&amp;quot;, etc.)&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*total&lt;br /&gt;
*order history (placed, received, charged, shipped) (web receipt only)&lt;br /&gt;
*payment info (web receipt only)&lt;br /&gt;
**card type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**cardholder address&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*taxRow&lt;br /&gt;
**taxIdentifier&lt;br /&gt;
**taxAmount&lt;br /&gt;
*totalAmount&lt;br /&gt;
&lt;br /&gt;
==== iTunes ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/iTunes-receipt-e-mail.html iTunes e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*billing address&lt;br /&gt;
*order no.&lt;br /&gt;
*receipt date&lt;br /&gt;
*order total&lt;br /&gt;
*card &lt;br /&gt;
**type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
*item&lt;br /&gt;
**item no.&lt;br /&gt;
**description (including link to write a review)&lt;br /&gt;
**unit price&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Longs/FujiFilm ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Longs-Fujifilm-photo-receipt.html Longs/Fujifilm e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*order no.&lt;br /&gt;
*payment info&lt;br /&gt;
**method (COD, credit card, etc.)&lt;br /&gt;
*customer address&lt;br /&gt;
*pickup address&lt;br /&gt;
*items&lt;br /&gt;
**name&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
**line item subtotal&lt;br /&gt;
*order items total&lt;br /&gt;
*tax&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*payment-heading&lt;br /&gt;
&lt;br /&gt;
==== Mobivox/PayPal ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal.htm Mobivox/PayPal receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal-printable.htm Mobivox/PayPal printable receipt]&lt;br /&gt;
&lt;br /&gt;
*seller address&lt;br /&gt;
*receipt id&lt;br /&gt;
*date of order&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**item option (not quite sure what this is for)&lt;br /&gt;
**unit price&lt;br /&gt;
**qty&lt;br /&gt;
**total&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
*total amount&lt;br /&gt;
*payment info&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**charge&lt;br /&gt;
**appears on bill/statement as &amp;quot;MOBIVOXCORP&amp;quot;&lt;br /&gt;
*buyer contact&lt;br /&gt;
&lt;br /&gt;
Relevant semantic HTML:&lt;br /&gt;
*order-summary&lt;br /&gt;
**cart&lt;br /&gt;
***(unnamed tr)&lt;br /&gt;
****item-name&lt;br /&gt;
****item-total&lt;br /&gt;
****item-option (not quite sure what this is for)&lt;br /&gt;
**subtotal&lt;br /&gt;
**totals-value&lt;br /&gt;
**totals-currency&lt;br /&gt;
**purchase-summary&lt;br /&gt;
***summary-total&lt;br /&gt;
****price-total&lt;br /&gt;
****price-currency&lt;br /&gt;
*funding-mix&lt;br /&gt;
**payment-type&lt;br /&gt;
**amount&lt;br /&gt;
**ccStatement&lt;br /&gt;
*contact-information (contains hCard microformat)&lt;br /&gt;
&lt;br /&gt;
This semantic HTML is the most complete and well-thought-out I've seen in this analysis. It even makes use of the fieldset element in forms, something I've never seen before.[[User:Lastorset|Lastorset]] 16:21, 25 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
Microformats used:&lt;br /&gt;
*hCard (non-compliant due to missing formatted name): buyer contact info&lt;br /&gt;
&lt;br /&gt;
==== Symantec ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Symantec-reminder-e-mail.html Symantec e-mail reminder]&lt;br /&gt;
&lt;br /&gt;
*buyer name&lt;br /&gt;
*date&lt;br /&gt;
*payment method&lt;br /&gt;
*last 4 digits&lt;br /&gt;
*appears on statement as &amp;quot;DR *Symantec&amp;quot;&lt;br /&gt;
*items&lt;br /&gt;
**qty&lt;br /&gt;
**product name&lt;br /&gt;
**platform&lt;br /&gt;
**delivery method&lt;br /&gt;
**price&lt;br /&gt;
*subtotal&lt;br /&gt;
*grand total&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML&lt;br /&gt;
&lt;br /&gt;
=== Analysis ===&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Bills ====&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Receipts ====&lt;br /&gt;
&lt;br /&gt;
== Existing Practices ==&lt;br /&gt;
&lt;br /&gt;
Listed below is an overview of existing patterns and practices found in the wild for bill and receipt data.&lt;br /&gt;
&lt;br /&gt;
===Summary of common patterns discovered===&lt;br /&gt;
&lt;br /&gt;
===Other attempts to solve The Problem===&lt;br /&gt;
For paper receipts, [http://www.neatreceipts.com/ NeatReceipts Scanalizer] offers a heuristic-based solution.&lt;br /&gt;
&lt;br /&gt;
== Proposal ==&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[receipt]]&lt;br /&gt;
* http://en.wikipedia.org/wiki/Receipt&lt;/div&gt;</summary>
		<author><name>Lastorset</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=19739</id>
		<title>receipt-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=19739"/>
		<updated>2007-08-16T22:34:46Z</updated>

		<summary type="html">&lt;p&gt;Lastorset: /* Barnes&amp;amp;Noble */ forgot date&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Receipt =&lt;br /&gt;
&lt;br /&gt;
Overview of Receipt exploratory discussion goes here...&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
=== Contributors ===&lt;br /&gt;
Rob Manson&lt;br /&gt;
&lt;br /&gt;
== Real-World Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Bill / Invoice ===&lt;br /&gt;
&lt;br /&gt;
Bills or Invoices are &amp;quot;yet to be paid&amp;quot; items.&lt;br /&gt;
&lt;br /&gt;
Question: Perhaps these examples (yet to be provided) should be moved to a separate page as Bill/Invoice is quite different from Receipt.&lt;br /&gt;
&lt;br /&gt;
: With [[hResume]], I've [[hresume-brainstorming|suggested]] that the subtle difference between actively seeking work and just presenting your resume be a case of including [[hlisting]] markup.&lt;br /&gt;
: With bills vs invoices, it may turn out that the content found within would be identical, and it might just be a case of putting in a class flag to indicate whether the presented document has been paid for or not.&lt;br /&gt;
: [[User:SignpostMarv|SignpostMarv]] 12:55, 21 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
::I think a class flag is a great idea, but I don't believe we have any samples for invoices. However, if we look at order review vs. order summary rather than invoices vs. receipts, the payment flag does become relevant in many of the sampled online stores.&lt;br /&gt;
::How would such a flag be implemented? &lt;br /&gt;
::*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;hreceipt unpaid&amp;quot;/&amp;quot;hreceipt paid&amp;quot;&amp;gt;...&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;hreceipt&amp;quot; title=&amp;quot;paid&amp;quot;&amp;gt;...&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::[[User:Lastorset|Lastorset]] 14:55, 16 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Receipts ===&lt;br /&gt;
&lt;br /&gt;
Receipts are post-purchase items.&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* [http://mobileonlinebusiness.com.au/uf/receipt/Amazon.com-Vieworder-anon.htm Example]&lt;br /&gt;
* contains: &lt;br /&gt;
**&amp;lt;del&amp;gt;email address&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
**date of order&lt;br /&gt;
**order id&lt;br /&gt;
**shipments&lt;br /&gt;
***shipping estimate&lt;br /&gt;
***delivery estimate&lt;br /&gt;
***shipping address&lt;br /&gt;
***shipping speed&lt;br /&gt;
***shipping preference (item grouping)&lt;br /&gt;
***items&lt;br /&gt;
****quantity&lt;br /&gt;
****seller&lt;br /&gt;
****price&lt;br /&gt;
****item information&lt;br /&gt;
**payment&lt;br /&gt;
***card type&lt;br /&gt;
***last 5 digits&lt;br /&gt;
***expiration date&lt;br /&gt;
***billing address&lt;br /&gt;
***subtotal&lt;br /&gt;
***shipping and handling price&lt;br /&gt;
***total before tax&lt;br /&gt;
***tax&lt;br /&gt;
***grand total&lt;br /&gt;
**&amp;lt;del&amp;gt;discount price&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
* Little semantic HTML of interest, except an anchor with id &amp;quot;payment-info&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Skype ====&lt;br /&gt;
&lt;br /&gt;
===== Skype Phone =====&lt;br /&gt;
*[[receipt-example-skype-phone|example source code]]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Skype-order-history.html Skype order history]&lt;br /&gt;
&lt;br /&gt;
* Shipping Address&lt;br /&gt;
* date in dd/mm/yyyy format&lt;br /&gt;
* Order number in nnnn-nnnnnnn-nnn format&lt;br /&gt;
* Reference (was blank in example, presumed to appear on bank statement for this transaction)&lt;br /&gt;
* Items&lt;br /&gt;
** Quantity&lt;br /&gt;
** Description&lt;br /&gt;
** Price&lt;br /&gt;
** Total&lt;br /&gt;
** VAT (tax) %&lt;br /&gt;
* Payment&lt;br /&gt;
** subtotal (&amp;quot;total&amp;quot;)&lt;br /&gt;
** shipping cost&lt;br /&gt;
** grand total (&amp;quot;total (gross)&amp;quot;)&lt;br /&gt;
** total (VAT excluded)&lt;br /&gt;
** VAT (amount)&lt;br /&gt;
* Chosen payment method: &amp;quot;Your payment method is: Credit card&amp;quot;&lt;br /&gt;
* Legal blurb&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
* Order resume class=&amp;quot;order-listing&amp;quot;&lt;br /&gt;
* Each item class=&amp;quot;row&amp;quot;&lt;br /&gt;
* All totals rows class=&amp;quot;totals-row&amp;quot; except grand total class=&amp;quot;grandtotal-row&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Internet banking transaction receipts ====&lt;br /&gt;
===== Example 1 =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
time&lt;br /&gt;
receipt type (e.g. TRANSFER BETWEEN MY ACCOUNTS)&lt;br /&gt;
  transfer from&lt;br /&gt;
  transfer to&lt;br /&gt;
amount&lt;br /&gt;
description&lt;br /&gt;
information/comment&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Digital product purchase receipts ====&lt;br /&gt;
===== Example 1 : Software =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
order/receipt number&lt;br /&gt;
seller's details&lt;br /&gt;
  sold by (hCard candidate)&lt;br /&gt;
    org&lt;br /&gt;
    adr&lt;br /&gt;
  tax number (VAT in this example)&lt;br /&gt;
  tax id (Federal Tax ID)&lt;br /&gt;
buyer's details&lt;br /&gt;
  buyer (hCard candidate)&lt;br /&gt;
    name&lt;br /&gt;
    org&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
    country-name&lt;br /&gt;
    tel&lt;br /&gt;
    email&lt;br /&gt;
  credit card number (PAN truncated - with type)&lt;br /&gt;
item list&lt;br /&gt;
  product code&lt;br /&gt;
  name&lt;br /&gt;
  comments&lt;br /&gt;
  price&lt;br /&gt;
  delivery method&lt;br /&gt;
  quantity&lt;br /&gt;
  total in selected currency&lt;br /&gt;
  total in sellers currency&lt;br /&gt;
total (sum of item list totals)&lt;br /&gt;
processing fee&lt;br /&gt;
grand total (final amount charged)&lt;br /&gt;
information (caveats and tax info)&lt;br /&gt;
permalink&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : SSL certificate =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
purchase information&lt;br /&gt;
  order id&lt;br /&gt;
  product name&lt;br /&gt;
  domain name&lt;br /&gt;
  validity period&lt;br /&gt;
  number of licenses&lt;br /&gt;
  card number (PAN truncated)&lt;br /&gt;
  amount (with selected currency)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Physical product purchase receipts ====&lt;br /&gt;
===== Example 1 : Computer hardware =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller's name (hCard candidate)&lt;br /&gt;
seller's URL (hCard candidate)&lt;br /&gt;
invoice id&lt;br /&gt;
org govt reference (ABN - Australian Business Number)&lt;br /&gt;
date&lt;br /&gt;
seller details (hCard candidate)&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
buyer (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  billing address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  delivery address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  phone&lt;br /&gt;
item list&lt;br /&gt;
  item&lt;br /&gt;
  description&lt;br /&gt;
  amount&lt;br /&gt;
  quantity&lt;br /&gt;
  product url&lt;br /&gt;
  total&lt;br /&gt;
delivery cost&lt;br /&gt;
total excluding tax&lt;br /&gt;
tax (GST - Goods and Service Tax)&lt;br /&gt;
total including tax&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Service purchase receipts ====&lt;br /&gt;
===== Example 1 : Online subscription =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
seller's details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  country-name&lt;br /&gt;
buyer's details (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  phone&lt;br /&gt;
date&lt;br /&gt;
receipt id&lt;br /&gt;
item list&lt;br /&gt;
  product description&lt;br /&gt;
  quantity&lt;br /&gt;
  rate (per unit)&lt;br /&gt;
  price&lt;br /&gt;
sub total&lt;br /&gt;
amount paid&lt;br /&gt;
balance due&lt;br /&gt;
information&lt;br /&gt;
transaction id&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : Co-location =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
sellers details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  url&lt;br /&gt;
  phone&lt;br /&gt;
message&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
amount&lt;br /&gt;
information&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== A1Books ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/A1Books-Sales-Order-anon.htm Example]&lt;br /&gt;
&lt;br /&gt;
*vendor &lt;br /&gt;
**name&lt;br /&gt;
**fax&lt;br /&gt;
*date&lt;br /&gt;
*order number&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**list price&lt;br /&gt;
**sale price&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*subtotal&lt;br /&gt;
*shipping&lt;br /&gt;
*total&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*account information&lt;br /&gt;
**phone&lt;br /&gt;
**e-mail&lt;br /&gt;
*payment&lt;br /&gt;
**method&lt;br /&gt;
**last four digits&lt;br /&gt;
&lt;br /&gt;
No semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Barnes&amp;amp;Noble ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/BarnesAndNoble.com-receipt.anon.tidied.htm Example]&lt;br /&gt;
&lt;br /&gt;
*date&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*payment&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**charge&lt;br /&gt;
*savings on shipping&lt;br /&gt;
*order no.&lt;br /&gt;
*delivery option&lt;br /&gt;
*items&lt;br /&gt;
**description: title, author, ISBN, price&lt;br /&gt;
**qty&lt;br /&gt;
**gift options: wrap, message&lt;br /&gt;
**total price&lt;br /&gt;
*shipment subtotal&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*shipment total (seems to account for orders requiring multiple shipments)&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*receiptOrderNumbers&lt;br /&gt;
*receiptOrderPlacedOn&lt;br /&gt;
*orderInformation&lt;br /&gt;
**shippingAddress&lt;br /&gt;
**billingAddress&lt;br /&gt;
**paymentInformation&lt;br /&gt;
*shippingSelections&lt;br /&gt;
*showProducts&lt;br /&gt;
**reviewTable&lt;br /&gt;
***qtyValuePosition&lt;br /&gt;
***reviewGiftOptions&lt;br /&gt;
*reviewTotalsDisplay&lt;br /&gt;
**reviewTotalsSummary&lt;br /&gt;
**reviewTotalsNote&lt;br /&gt;
**reviewTotalsBreakdown&lt;br /&gt;
*reviewTotalsSummary&lt;br /&gt;
**reviewGrandTotal&lt;br /&gt;
*reviewCreditCardCharged&lt;br /&gt;
*review&lt;br /&gt;
&lt;br /&gt;
The semantic class names found are a good start, although the &amp;quot;review&amp;quot; part appears to be context-specific (reviewing an order). Additionally, the implied hierarchy in names such as &amp;quot;reviewTotalsSummary&amp;quot; and &amp;quot;receiptOrderPlacedOn&amp;quot; is probably unnecessary for our purposes.&lt;br /&gt;
&lt;br /&gt;
==== Facebook ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/Facebook-gift-receipt.html Example]&lt;br /&gt;
&lt;br /&gt;
*purchase total&lt;br /&gt;
*items (informal description of two items, including quantity)&lt;br /&gt;
*recipient name&lt;br /&gt;
*order id&lt;br /&gt;
*billed-to name&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Google Checkout ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-e-mail-receipt.tidied.html Example email receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-Order-Receipt_DVD-Empire.tidied.htm Example web receipt]&lt;br /&gt;
&lt;br /&gt;
*vendor address&lt;br /&gt;
*shipping address&lt;br /&gt;
*date&lt;br /&gt;
*order id&lt;br /&gt;
*items&lt;br /&gt;
**shipping status (&amp;quot;Not yet shipped&amp;quot;, etc.)&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*total&lt;br /&gt;
*order history (placed, received, charged, shipped) (web receipt only)&lt;br /&gt;
*payment info (web receipt only)&lt;br /&gt;
**card type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**cardholder address&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*taxRow&lt;br /&gt;
**taxIdentifier&lt;br /&gt;
**taxAmount&lt;br /&gt;
*totalAmount&lt;br /&gt;
&lt;br /&gt;
==== iTunes ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/iTunes-receipt-e-mail.html iTunes e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*billing address&lt;br /&gt;
*order no.&lt;br /&gt;
*receipt date&lt;br /&gt;
*order total&lt;br /&gt;
*card &lt;br /&gt;
**type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
*item&lt;br /&gt;
**item no.&lt;br /&gt;
**description (including link to write a review)&lt;br /&gt;
**unit price&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Longs/FujiFilm ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Longs-Fujifilm-photo-receipt.html Longs/Fujifilm e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*order no.&lt;br /&gt;
*payment info&lt;br /&gt;
**method (COD, credit card, etc.)&lt;br /&gt;
*customer address&lt;br /&gt;
*pickup address&lt;br /&gt;
*items&lt;br /&gt;
**name&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
**line item subtotal&lt;br /&gt;
*order items total&lt;br /&gt;
*tax&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*payment-heading&lt;br /&gt;
&lt;br /&gt;
==== Mobivox/PayPal ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal.htm Mobivox/PayPal receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal-printable.htm Mobivox/PayPal printable receipt]&lt;br /&gt;
&lt;br /&gt;
*seller address&lt;br /&gt;
*receipt id&lt;br /&gt;
*date of order&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**item option (not quite sure what this is for)&lt;br /&gt;
**unit price&lt;br /&gt;
**qty&lt;br /&gt;
**total&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
*total amount&lt;br /&gt;
*payment info&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**charge&lt;br /&gt;
**appears on bill/statement as &amp;quot;MOBIVOXCORP&amp;quot;&lt;br /&gt;
*buyer contact&lt;br /&gt;
&lt;br /&gt;
Relevant semantic HTML:&lt;br /&gt;
*order-summary&lt;br /&gt;
**cart&lt;br /&gt;
***(unnamed tr)&lt;br /&gt;
****item-name&lt;br /&gt;
****item-total&lt;br /&gt;
****item-option (not quite sure what this is for)&lt;br /&gt;
**subtotal&lt;br /&gt;
**totals-value&lt;br /&gt;
**totals-currency&lt;br /&gt;
**purchase-summary&lt;br /&gt;
***summary-total&lt;br /&gt;
****price-total&lt;br /&gt;
****price-currency&lt;br /&gt;
*funding-mix&lt;br /&gt;
**payment-type&lt;br /&gt;
**amount&lt;br /&gt;
**ccStatement&lt;br /&gt;
*contact-information (contains hCard microformat)&lt;br /&gt;
&lt;br /&gt;
This semantic HTML is the most complete and well-thought-out I've seen in this analysis. It even makes use of the fieldset element in forms, something I've never seen before.[[User:Lastorset|Lastorset]] 16:21, 25 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
Microformats used:&lt;br /&gt;
*hCard (non-compliant due to missing formatted name): buyer contact info&lt;br /&gt;
&lt;br /&gt;
==== Symantec ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Symantec-reminder-e-mail.html Symantec e-mail reminder]&lt;br /&gt;
&lt;br /&gt;
*buyer name&lt;br /&gt;
*date&lt;br /&gt;
*payment method&lt;br /&gt;
*last 4 digits&lt;br /&gt;
*appears on statement as &amp;quot;DR *Symantec&amp;quot;&lt;br /&gt;
*items&lt;br /&gt;
**qty&lt;br /&gt;
**product name&lt;br /&gt;
**platform&lt;br /&gt;
**delivery method&lt;br /&gt;
**price&lt;br /&gt;
*subtotal&lt;br /&gt;
*grand total&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML&lt;br /&gt;
&lt;br /&gt;
=== Analysis ===&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Bills ====&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Receipts ====&lt;br /&gt;
&lt;br /&gt;
== Existing Practices ==&lt;br /&gt;
&lt;br /&gt;
Listed below is an overview of existing patterns and practices found in the wild for bill and receipt data.&lt;br /&gt;
&lt;br /&gt;
===Summary of common patterns discovered===&lt;br /&gt;
&lt;br /&gt;
===Other attempts to solve The Problem===&lt;br /&gt;
For paper receipts, [http://www.neatreceipts.com/ NeatReceipts Scanalizer] offers a heuristic-based solution.&lt;br /&gt;
&lt;br /&gt;
== Proposal ==&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[receipt]]&lt;br /&gt;
* http://en.wikipedia.org/wiki/Receipt&lt;/div&gt;</summary>
		<author><name>Lastorset</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=19737</id>
		<title>receipt-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=19737"/>
		<updated>2007-08-16T22:25:29Z</updated>

		<summary type="html">&lt;p&gt;Lastorset: /* A1Books */ forgot method&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Receipt =&lt;br /&gt;
&lt;br /&gt;
Overview of Receipt exploratory discussion goes here...&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
=== Contributors ===&lt;br /&gt;
Rob Manson&lt;br /&gt;
&lt;br /&gt;
== Real-World Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Bill / Invoice ===&lt;br /&gt;
&lt;br /&gt;
Bills or Invoices are &amp;quot;yet to be paid&amp;quot; items.&lt;br /&gt;
&lt;br /&gt;
Question: Perhaps these examples (yet to be provided) should be moved to a separate page as Bill/Invoice is quite different from Receipt.&lt;br /&gt;
&lt;br /&gt;
: With [[hResume]], I've [[hresume-brainstorming|suggested]] that the subtle difference between actively seeking work and just presenting your resume be a case of including [[hlisting]] markup.&lt;br /&gt;
: With bills vs invoices, it may turn out that the content found within would be identical, and it might just be a case of putting in a class flag to indicate whether the presented document has been paid for or not.&lt;br /&gt;
: [[User:SignpostMarv|SignpostMarv]] 12:55, 21 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
::I think a class flag is a great idea, but I don't believe we have any samples for invoices. However, if we look at order review vs. order summary rather than invoices vs. receipts, the payment flag does become relevant in many of the sampled online stores.&lt;br /&gt;
::How would such a flag be implemented? &lt;br /&gt;
::*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;hreceipt unpaid&amp;quot;/&amp;quot;hreceipt paid&amp;quot;&amp;gt;...&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;hreceipt&amp;quot; title=&amp;quot;paid&amp;quot;&amp;gt;...&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::[[User:Lastorset|Lastorset]] 14:55, 16 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Receipts ===&lt;br /&gt;
&lt;br /&gt;
Receipts are post-purchase items.&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* [http://mobileonlinebusiness.com.au/uf/receipt/Amazon.com-Vieworder-anon.htm Example]&lt;br /&gt;
* contains: &lt;br /&gt;
**&amp;lt;del&amp;gt;email address&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
**date of order&lt;br /&gt;
**order id&lt;br /&gt;
**shipments&lt;br /&gt;
***shipping estimate&lt;br /&gt;
***delivery estimate&lt;br /&gt;
***shipping address&lt;br /&gt;
***shipping speed&lt;br /&gt;
***shipping preference (item grouping)&lt;br /&gt;
***items&lt;br /&gt;
****quantity&lt;br /&gt;
****seller&lt;br /&gt;
****price&lt;br /&gt;
****item information&lt;br /&gt;
**payment&lt;br /&gt;
***card type&lt;br /&gt;
***last 5 digits&lt;br /&gt;
***expiration date&lt;br /&gt;
***billing address&lt;br /&gt;
***subtotal&lt;br /&gt;
***shipping and handling price&lt;br /&gt;
***total before tax&lt;br /&gt;
***tax&lt;br /&gt;
***grand total&lt;br /&gt;
**&amp;lt;del&amp;gt;discount price&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
* Little semantic HTML of interest, except an anchor with id &amp;quot;payment-info&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Skype ====&lt;br /&gt;
&lt;br /&gt;
===== Skype Phone =====&lt;br /&gt;
*[[receipt-example-skype-phone|example source code]]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Skype-order-history.html Skype order history]&lt;br /&gt;
&lt;br /&gt;
* Shipping Address&lt;br /&gt;
* date in dd/mm/yyyy format&lt;br /&gt;
* Order number in nnnn-nnnnnnn-nnn format&lt;br /&gt;
* Reference (was blank in example, presumed to appear on bank statement for this transaction)&lt;br /&gt;
* Items&lt;br /&gt;
** Quantity&lt;br /&gt;
** Description&lt;br /&gt;
** Price&lt;br /&gt;
** Total&lt;br /&gt;
** VAT (tax) %&lt;br /&gt;
* Payment&lt;br /&gt;
** subtotal (&amp;quot;total&amp;quot;)&lt;br /&gt;
** shipping cost&lt;br /&gt;
** grand total (&amp;quot;total (gross)&amp;quot;)&lt;br /&gt;
** total (VAT excluded)&lt;br /&gt;
** VAT (amount)&lt;br /&gt;
* Chosen payment method: &amp;quot;Your payment method is: Credit card&amp;quot;&lt;br /&gt;
* Legal blurb&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
* Order resume class=&amp;quot;order-listing&amp;quot;&lt;br /&gt;
* Each item class=&amp;quot;row&amp;quot;&lt;br /&gt;
* All totals rows class=&amp;quot;totals-row&amp;quot; except grand total class=&amp;quot;grandtotal-row&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Internet banking transaction receipts ====&lt;br /&gt;
===== Example 1 =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
time&lt;br /&gt;
receipt type (e.g. TRANSFER BETWEEN MY ACCOUNTS)&lt;br /&gt;
  transfer from&lt;br /&gt;
  transfer to&lt;br /&gt;
amount&lt;br /&gt;
description&lt;br /&gt;
information/comment&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Digital product purchase receipts ====&lt;br /&gt;
===== Example 1 : Software =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
order/receipt number&lt;br /&gt;
seller's details&lt;br /&gt;
  sold by (hCard candidate)&lt;br /&gt;
    org&lt;br /&gt;
    adr&lt;br /&gt;
  tax number (VAT in this example)&lt;br /&gt;
  tax id (Federal Tax ID)&lt;br /&gt;
buyer's details&lt;br /&gt;
  buyer (hCard candidate)&lt;br /&gt;
    name&lt;br /&gt;
    org&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
    country-name&lt;br /&gt;
    tel&lt;br /&gt;
    email&lt;br /&gt;
  credit card number (PAN truncated - with type)&lt;br /&gt;
item list&lt;br /&gt;
  product code&lt;br /&gt;
  name&lt;br /&gt;
  comments&lt;br /&gt;
  price&lt;br /&gt;
  delivery method&lt;br /&gt;
  quantity&lt;br /&gt;
  total in selected currency&lt;br /&gt;
  total in sellers currency&lt;br /&gt;
total (sum of item list totals)&lt;br /&gt;
processing fee&lt;br /&gt;
grand total (final amount charged)&lt;br /&gt;
information (caveats and tax info)&lt;br /&gt;
permalink&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : SSL certificate =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
purchase information&lt;br /&gt;
  order id&lt;br /&gt;
  product name&lt;br /&gt;
  domain name&lt;br /&gt;
  validity period&lt;br /&gt;
  number of licenses&lt;br /&gt;
  card number (PAN truncated)&lt;br /&gt;
  amount (with selected currency)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Physical product purchase receipts ====&lt;br /&gt;
===== Example 1 : Computer hardware =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller's name (hCard candidate)&lt;br /&gt;
seller's URL (hCard candidate)&lt;br /&gt;
invoice id&lt;br /&gt;
org govt reference (ABN - Australian Business Number)&lt;br /&gt;
date&lt;br /&gt;
seller details (hCard candidate)&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
buyer (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  billing address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  delivery address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  phone&lt;br /&gt;
item list&lt;br /&gt;
  item&lt;br /&gt;
  description&lt;br /&gt;
  amount&lt;br /&gt;
  quantity&lt;br /&gt;
  product url&lt;br /&gt;
  total&lt;br /&gt;
delivery cost&lt;br /&gt;
total excluding tax&lt;br /&gt;
tax (GST - Goods and Service Tax)&lt;br /&gt;
total including tax&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Service purchase receipts ====&lt;br /&gt;
===== Example 1 : Online subscription =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
seller's details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  country-name&lt;br /&gt;
buyer's details (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  phone&lt;br /&gt;
date&lt;br /&gt;
receipt id&lt;br /&gt;
item list&lt;br /&gt;
  product description&lt;br /&gt;
  quantity&lt;br /&gt;
  rate (per unit)&lt;br /&gt;
  price&lt;br /&gt;
sub total&lt;br /&gt;
amount paid&lt;br /&gt;
balance due&lt;br /&gt;
information&lt;br /&gt;
transaction id&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : Co-location =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
sellers details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  url&lt;br /&gt;
  phone&lt;br /&gt;
message&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
amount&lt;br /&gt;
information&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== A1Books ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/A1Books-Sales-Order-anon.htm Example]&lt;br /&gt;
&lt;br /&gt;
*vendor &lt;br /&gt;
**name&lt;br /&gt;
**fax&lt;br /&gt;
*date&lt;br /&gt;
*order number&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**list price&lt;br /&gt;
**sale price&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*subtotal&lt;br /&gt;
*shipping&lt;br /&gt;
*total&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*account information&lt;br /&gt;
**phone&lt;br /&gt;
**e-mail&lt;br /&gt;
*payment&lt;br /&gt;
**method&lt;br /&gt;
**last four digits&lt;br /&gt;
&lt;br /&gt;
No semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Barnes&amp;amp;Noble ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/BarnesAndNoble.com-receipt.anon.tidied.htm Example]&lt;br /&gt;
&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*payment&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**charge&lt;br /&gt;
*savings on shipping&lt;br /&gt;
*order no.&lt;br /&gt;
*delivery option&lt;br /&gt;
*items&lt;br /&gt;
**description: title, author, ISBN, price&lt;br /&gt;
**qty&lt;br /&gt;
**gift options: wrap, message&lt;br /&gt;
**total price&lt;br /&gt;
*shipment subtotal&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*shipment total (seems to account for orders requiring multiple shipments)&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*receiptOrderNumbers&lt;br /&gt;
*receiptOrderPlacedOn&lt;br /&gt;
*orderInformation&lt;br /&gt;
**shippingAddress&lt;br /&gt;
**billingAddress&lt;br /&gt;
**paymentInformation&lt;br /&gt;
*shippingSelections&lt;br /&gt;
*showProducts&lt;br /&gt;
**reviewTable&lt;br /&gt;
***qtyValuePosition&lt;br /&gt;
***reviewGiftOptions&lt;br /&gt;
*reviewTotalsDisplay&lt;br /&gt;
**reviewTotalsSummary&lt;br /&gt;
**reviewTotalsNote&lt;br /&gt;
**reviewTotalsBreakdown&lt;br /&gt;
*reviewTotalsSummary&lt;br /&gt;
**reviewGrandTotal&lt;br /&gt;
*reviewCreditCardCharged&lt;br /&gt;
*review&lt;br /&gt;
&lt;br /&gt;
The semantic class names found are a good start, although the &amp;quot;review&amp;quot; part appears to be context-specific (reviewing an order). Additionally, the implied hierarchy in names such as &amp;quot;reviewTotalsSummary&amp;quot; and &amp;quot;receiptOrderPlacedOn&amp;quot; is probably unnecessary for our purposes.&lt;br /&gt;
&lt;br /&gt;
==== Facebook ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/Facebook-gift-receipt.html Example]&lt;br /&gt;
&lt;br /&gt;
*purchase total&lt;br /&gt;
*items (informal description of two items, including quantity)&lt;br /&gt;
*recipient name&lt;br /&gt;
*order id&lt;br /&gt;
*billed-to name&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Google Checkout ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-e-mail-receipt.tidied.html Example email receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-Order-Receipt_DVD-Empire.tidied.htm Example web receipt]&lt;br /&gt;
&lt;br /&gt;
*vendor address&lt;br /&gt;
*shipping address&lt;br /&gt;
*date&lt;br /&gt;
*order id&lt;br /&gt;
*items&lt;br /&gt;
**shipping status (&amp;quot;Not yet shipped&amp;quot;, etc.)&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*total&lt;br /&gt;
*order history (placed, received, charged, shipped) (web receipt only)&lt;br /&gt;
*payment info (web receipt only)&lt;br /&gt;
**card type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**cardholder address&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*taxRow&lt;br /&gt;
**taxIdentifier&lt;br /&gt;
**taxAmount&lt;br /&gt;
*totalAmount&lt;br /&gt;
&lt;br /&gt;
==== iTunes ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/iTunes-receipt-e-mail.html iTunes e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*billing address&lt;br /&gt;
*order no.&lt;br /&gt;
*receipt date&lt;br /&gt;
*order total&lt;br /&gt;
*card &lt;br /&gt;
**type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
*item&lt;br /&gt;
**item no.&lt;br /&gt;
**description (including link to write a review)&lt;br /&gt;
**unit price&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Longs/FujiFilm ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Longs-Fujifilm-photo-receipt.html Longs/Fujifilm e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*order no.&lt;br /&gt;
*payment info&lt;br /&gt;
**method (COD, credit card, etc.)&lt;br /&gt;
*customer address&lt;br /&gt;
*pickup address&lt;br /&gt;
*items&lt;br /&gt;
**name&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
**line item subtotal&lt;br /&gt;
*order items total&lt;br /&gt;
*tax&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*payment-heading&lt;br /&gt;
&lt;br /&gt;
==== Mobivox/PayPal ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal.htm Mobivox/PayPal receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal-printable.htm Mobivox/PayPal printable receipt]&lt;br /&gt;
&lt;br /&gt;
*seller address&lt;br /&gt;
*receipt id&lt;br /&gt;
*date of order&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**item option (not quite sure what this is for)&lt;br /&gt;
**unit price&lt;br /&gt;
**qty&lt;br /&gt;
**total&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
*total amount&lt;br /&gt;
*payment info&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**charge&lt;br /&gt;
**appears on bill/statement as &amp;quot;MOBIVOXCORP&amp;quot;&lt;br /&gt;
*buyer contact&lt;br /&gt;
&lt;br /&gt;
Relevant semantic HTML:&lt;br /&gt;
*order-summary&lt;br /&gt;
**cart&lt;br /&gt;
***(unnamed tr)&lt;br /&gt;
****item-name&lt;br /&gt;
****item-total&lt;br /&gt;
****item-option (not quite sure what this is for)&lt;br /&gt;
**subtotal&lt;br /&gt;
**totals-value&lt;br /&gt;
**totals-currency&lt;br /&gt;
**purchase-summary&lt;br /&gt;
***summary-total&lt;br /&gt;
****price-total&lt;br /&gt;
****price-currency&lt;br /&gt;
*funding-mix&lt;br /&gt;
**payment-type&lt;br /&gt;
**amount&lt;br /&gt;
**ccStatement&lt;br /&gt;
*contact-information (contains hCard microformat)&lt;br /&gt;
&lt;br /&gt;
This semantic HTML is the most complete and well-thought-out I've seen in this analysis. It even makes use of the fieldset element in forms, something I've never seen before.[[User:Lastorset|Lastorset]] 16:21, 25 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
Microformats used:&lt;br /&gt;
*hCard (non-compliant due to missing formatted name): buyer contact info&lt;br /&gt;
&lt;br /&gt;
==== Symantec ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Symantec-reminder-e-mail.html Symantec e-mail reminder]&lt;br /&gt;
&lt;br /&gt;
*buyer name&lt;br /&gt;
*date&lt;br /&gt;
*payment method&lt;br /&gt;
*last 4 digits&lt;br /&gt;
*appears on statement as &amp;quot;DR *Symantec&amp;quot;&lt;br /&gt;
*items&lt;br /&gt;
**qty&lt;br /&gt;
**product name&lt;br /&gt;
**platform&lt;br /&gt;
**delivery method&lt;br /&gt;
**price&lt;br /&gt;
*subtotal&lt;br /&gt;
*grand total&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML&lt;br /&gt;
&lt;br /&gt;
=== Analysis ===&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Bills ====&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Receipts ====&lt;br /&gt;
&lt;br /&gt;
== Existing Practices ==&lt;br /&gt;
&lt;br /&gt;
Listed below is an overview of existing patterns and practices found in the wild for bill and receipt data.&lt;br /&gt;
&lt;br /&gt;
===Summary of common patterns discovered===&lt;br /&gt;
&lt;br /&gt;
===Other attempts to solve The Problem===&lt;br /&gt;
For paper receipts, [http://www.neatreceipts.com/ NeatReceipts Scanalizer] offers a heuristic-based solution.&lt;br /&gt;
&lt;br /&gt;
== Proposal ==&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[receipt]]&lt;br /&gt;
* http://en.wikipedia.org/wiki/Receipt&lt;/div&gt;</summary>
		<author><name>Lastorset</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=19735</id>
		<title>receipt-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=19735"/>
		<updated>2007-08-16T22:24:47Z</updated>

		<summary type="html">&lt;p&gt;Lastorset: /* Barnes&amp;amp;Noble */ forgot method&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Receipt =&lt;br /&gt;
&lt;br /&gt;
Overview of Receipt exploratory discussion goes here...&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
=== Contributors ===&lt;br /&gt;
Rob Manson&lt;br /&gt;
&lt;br /&gt;
== Real-World Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Bill / Invoice ===&lt;br /&gt;
&lt;br /&gt;
Bills or Invoices are &amp;quot;yet to be paid&amp;quot; items.&lt;br /&gt;
&lt;br /&gt;
Question: Perhaps these examples (yet to be provided) should be moved to a separate page as Bill/Invoice is quite different from Receipt.&lt;br /&gt;
&lt;br /&gt;
: With [[hResume]], I've [[hresume-brainstorming|suggested]] that the subtle difference between actively seeking work and just presenting your resume be a case of including [[hlisting]] markup.&lt;br /&gt;
: With bills vs invoices, it may turn out that the content found within would be identical, and it might just be a case of putting in a class flag to indicate whether the presented document has been paid for or not.&lt;br /&gt;
: [[User:SignpostMarv|SignpostMarv]] 12:55, 21 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
::I think a class flag is a great idea, but I don't believe we have any samples for invoices. However, if we look at order review vs. order summary rather than invoices vs. receipts, the payment flag does become relevant in many of the sampled online stores.&lt;br /&gt;
::How would such a flag be implemented? &lt;br /&gt;
::*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;hreceipt unpaid&amp;quot;/&amp;quot;hreceipt paid&amp;quot;&amp;gt;...&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;hreceipt&amp;quot; title=&amp;quot;paid&amp;quot;&amp;gt;...&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::[[User:Lastorset|Lastorset]] 14:55, 16 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Receipts ===&lt;br /&gt;
&lt;br /&gt;
Receipts are post-purchase items.&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* [http://mobileonlinebusiness.com.au/uf/receipt/Amazon.com-Vieworder-anon.htm Example]&lt;br /&gt;
* contains: &lt;br /&gt;
**&amp;lt;del&amp;gt;email address&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
**date of order&lt;br /&gt;
**order id&lt;br /&gt;
**shipments&lt;br /&gt;
***shipping estimate&lt;br /&gt;
***delivery estimate&lt;br /&gt;
***shipping address&lt;br /&gt;
***shipping speed&lt;br /&gt;
***shipping preference (item grouping)&lt;br /&gt;
***items&lt;br /&gt;
****quantity&lt;br /&gt;
****seller&lt;br /&gt;
****price&lt;br /&gt;
****item information&lt;br /&gt;
**payment&lt;br /&gt;
***card type&lt;br /&gt;
***last 5 digits&lt;br /&gt;
***expiration date&lt;br /&gt;
***billing address&lt;br /&gt;
***subtotal&lt;br /&gt;
***shipping and handling price&lt;br /&gt;
***total before tax&lt;br /&gt;
***tax&lt;br /&gt;
***grand total&lt;br /&gt;
**&amp;lt;del&amp;gt;discount price&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
* Little semantic HTML of interest, except an anchor with id &amp;quot;payment-info&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Skype ====&lt;br /&gt;
&lt;br /&gt;
===== Skype Phone =====&lt;br /&gt;
*[[receipt-example-skype-phone|example source code]]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Skype-order-history.html Skype order history]&lt;br /&gt;
&lt;br /&gt;
* Shipping Address&lt;br /&gt;
* date in dd/mm/yyyy format&lt;br /&gt;
* Order number in nnnn-nnnnnnn-nnn format&lt;br /&gt;
* Reference (was blank in example, presumed to appear on bank statement for this transaction)&lt;br /&gt;
* Items&lt;br /&gt;
** Quantity&lt;br /&gt;
** Description&lt;br /&gt;
** Price&lt;br /&gt;
** Total&lt;br /&gt;
** VAT (tax) %&lt;br /&gt;
* Payment&lt;br /&gt;
** subtotal (&amp;quot;total&amp;quot;)&lt;br /&gt;
** shipping cost&lt;br /&gt;
** grand total (&amp;quot;total (gross)&amp;quot;)&lt;br /&gt;
** total (VAT excluded)&lt;br /&gt;
** VAT (amount)&lt;br /&gt;
* Chosen payment method: &amp;quot;Your payment method is: Credit card&amp;quot;&lt;br /&gt;
* Legal blurb&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
* Order resume class=&amp;quot;order-listing&amp;quot;&lt;br /&gt;
* Each item class=&amp;quot;row&amp;quot;&lt;br /&gt;
* All totals rows class=&amp;quot;totals-row&amp;quot; except grand total class=&amp;quot;grandtotal-row&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Internet banking transaction receipts ====&lt;br /&gt;
===== Example 1 =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
time&lt;br /&gt;
receipt type (e.g. TRANSFER BETWEEN MY ACCOUNTS)&lt;br /&gt;
  transfer from&lt;br /&gt;
  transfer to&lt;br /&gt;
amount&lt;br /&gt;
description&lt;br /&gt;
information/comment&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Digital product purchase receipts ====&lt;br /&gt;
===== Example 1 : Software =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
order/receipt number&lt;br /&gt;
seller's details&lt;br /&gt;
  sold by (hCard candidate)&lt;br /&gt;
    org&lt;br /&gt;
    adr&lt;br /&gt;
  tax number (VAT in this example)&lt;br /&gt;
  tax id (Federal Tax ID)&lt;br /&gt;
buyer's details&lt;br /&gt;
  buyer (hCard candidate)&lt;br /&gt;
    name&lt;br /&gt;
    org&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
    country-name&lt;br /&gt;
    tel&lt;br /&gt;
    email&lt;br /&gt;
  credit card number (PAN truncated - with type)&lt;br /&gt;
item list&lt;br /&gt;
  product code&lt;br /&gt;
  name&lt;br /&gt;
  comments&lt;br /&gt;
  price&lt;br /&gt;
  delivery method&lt;br /&gt;
  quantity&lt;br /&gt;
  total in selected currency&lt;br /&gt;
  total in sellers currency&lt;br /&gt;
total (sum of item list totals)&lt;br /&gt;
processing fee&lt;br /&gt;
grand total (final amount charged)&lt;br /&gt;
information (caveats and tax info)&lt;br /&gt;
permalink&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : SSL certificate =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
purchase information&lt;br /&gt;
  order id&lt;br /&gt;
  product name&lt;br /&gt;
  domain name&lt;br /&gt;
  validity period&lt;br /&gt;
  number of licenses&lt;br /&gt;
  card number (PAN truncated)&lt;br /&gt;
  amount (with selected currency)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Physical product purchase receipts ====&lt;br /&gt;
===== Example 1 : Computer hardware =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller's name (hCard candidate)&lt;br /&gt;
seller's URL (hCard candidate)&lt;br /&gt;
invoice id&lt;br /&gt;
org govt reference (ABN - Australian Business Number)&lt;br /&gt;
date&lt;br /&gt;
seller details (hCard candidate)&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
buyer (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  billing address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  delivery address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  phone&lt;br /&gt;
item list&lt;br /&gt;
  item&lt;br /&gt;
  description&lt;br /&gt;
  amount&lt;br /&gt;
  quantity&lt;br /&gt;
  product url&lt;br /&gt;
  total&lt;br /&gt;
delivery cost&lt;br /&gt;
total excluding tax&lt;br /&gt;
tax (GST - Goods and Service Tax)&lt;br /&gt;
total including tax&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Service purchase receipts ====&lt;br /&gt;
===== Example 1 : Online subscription =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
seller's details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  country-name&lt;br /&gt;
buyer's details (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  phone&lt;br /&gt;
date&lt;br /&gt;
receipt id&lt;br /&gt;
item list&lt;br /&gt;
  product description&lt;br /&gt;
  quantity&lt;br /&gt;
  rate (per unit)&lt;br /&gt;
  price&lt;br /&gt;
sub total&lt;br /&gt;
amount paid&lt;br /&gt;
balance due&lt;br /&gt;
information&lt;br /&gt;
transaction id&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : Co-location =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
sellers details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  url&lt;br /&gt;
  phone&lt;br /&gt;
message&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
amount&lt;br /&gt;
information&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== A1Books ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/A1Books-Sales-Order-anon.htm Example]&lt;br /&gt;
&lt;br /&gt;
*vendor &lt;br /&gt;
**name&lt;br /&gt;
**fax&lt;br /&gt;
*date&lt;br /&gt;
*order number&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**list price&lt;br /&gt;
**sale price&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*subtotal&lt;br /&gt;
*shipping&lt;br /&gt;
*total&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*account information&lt;br /&gt;
**phone&lt;br /&gt;
**e-mail&lt;br /&gt;
*credit card last four digits&lt;br /&gt;
&lt;br /&gt;
No semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Barnes&amp;amp;Noble ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/BarnesAndNoble.com-receipt.anon.tidied.htm Example]&lt;br /&gt;
&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*payment&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**charge&lt;br /&gt;
*savings on shipping&lt;br /&gt;
*order no.&lt;br /&gt;
*delivery option&lt;br /&gt;
*items&lt;br /&gt;
**description: title, author, ISBN, price&lt;br /&gt;
**qty&lt;br /&gt;
**gift options: wrap, message&lt;br /&gt;
**total price&lt;br /&gt;
*shipment subtotal&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*shipment total (seems to account for orders requiring multiple shipments)&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*receiptOrderNumbers&lt;br /&gt;
*receiptOrderPlacedOn&lt;br /&gt;
*orderInformation&lt;br /&gt;
**shippingAddress&lt;br /&gt;
**billingAddress&lt;br /&gt;
**paymentInformation&lt;br /&gt;
*shippingSelections&lt;br /&gt;
*showProducts&lt;br /&gt;
**reviewTable&lt;br /&gt;
***qtyValuePosition&lt;br /&gt;
***reviewGiftOptions&lt;br /&gt;
*reviewTotalsDisplay&lt;br /&gt;
**reviewTotalsSummary&lt;br /&gt;
**reviewTotalsNote&lt;br /&gt;
**reviewTotalsBreakdown&lt;br /&gt;
*reviewTotalsSummary&lt;br /&gt;
**reviewGrandTotal&lt;br /&gt;
*reviewCreditCardCharged&lt;br /&gt;
*review&lt;br /&gt;
&lt;br /&gt;
The semantic class names found are a good start, although the &amp;quot;review&amp;quot; part appears to be context-specific (reviewing an order). Additionally, the implied hierarchy in names such as &amp;quot;reviewTotalsSummary&amp;quot; and &amp;quot;receiptOrderPlacedOn&amp;quot; is probably unnecessary for our purposes.&lt;br /&gt;
&lt;br /&gt;
==== Facebook ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/Facebook-gift-receipt.html Example]&lt;br /&gt;
&lt;br /&gt;
*purchase total&lt;br /&gt;
*items (informal description of two items, including quantity)&lt;br /&gt;
*recipient name&lt;br /&gt;
*order id&lt;br /&gt;
*billed-to name&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Google Checkout ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-e-mail-receipt.tidied.html Example email receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-Order-Receipt_DVD-Empire.tidied.htm Example web receipt]&lt;br /&gt;
&lt;br /&gt;
*vendor address&lt;br /&gt;
*shipping address&lt;br /&gt;
*date&lt;br /&gt;
*order id&lt;br /&gt;
*items&lt;br /&gt;
**shipping status (&amp;quot;Not yet shipped&amp;quot;, etc.)&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*total&lt;br /&gt;
*order history (placed, received, charged, shipped) (web receipt only)&lt;br /&gt;
*payment info (web receipt only)&lt;br /&gt;
**card type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**cardholder address&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*taxRow&lt;br /&gt;
**taxIdentifier&lt;br /&gt;
**taxAmount&lt;br /&gt;
*totalAmount&lt;br /&gt;
&lt;br /&gt;
==== iTunes ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/iTunes-receipt-e-mail.html iTunes e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*billing address&lt;br /&gt;
*order no.&lt;br /&gt;
*receipt date&lt;br /&gt;
*order total&lt;br /&gt;
*card &lt;br /&gt;
**type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
*item&lt;br /&gt;
**item no.&lt;br /&gt;
**description (including link to write a review)&lt;br /&gt;
**unit price&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Longs/FujiFilm ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Longs-Fujifilm-photo-receipt.html Longs/Fujifilm e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*order no.&lt;br /&gt;
*payment info&lt;br /&gt;
**method (COD, credit card, etc.)&lt;br /&gt;
*customer address&lt;br /&gt;
*pickup address&lt;br /&gt;
*items&lt;br /&gt;
**name&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
**line item subtotal&lt;br /&gt;
*order items total&lt;br /&gt;
*tax&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*payment-heading&lt;br /&gt;
&lt;br /&gt;
==== Mobivox/PayPal ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal.htm Mobivox/PayPal receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal-printable.htm Mobivox/PayPal printable receipt]&lt;br /&gt;
&lt;br /&gt;
*seller address&lt;br /&gt;
*receipt id&lt;br /&gt;
*date of order&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**item option (not quite sure what this is for)&lt;br /&gt;
**unit price&lt;br /&gt;
**qty&lt;br /&gt;
**total&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
*total amount&lt;br /&gt;
*payment info&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**charge&lt;br /&gt;
**appears on bill/statement as &amp;quot;MOBIVOXCORP&amp;quot;&lt;br /&gt;
*buyer contact&lt;br /&gt;
&lt;br /&gt;
Relevant semantic HTML:&lt;br /&gt;
*order-summary&lt;br /&gt;
**cart&lt;br /&gt;
***(unnamed tr)&lt;br /&gt;
****item-name&lt;br /&gt;
****item-total&lt;br /&gt;
****item-option (not quite sure what this is for)&lt;br /&gt;
**subtotal&lt;br /&gt;
**totals-value&lt;br /&gt;
**totals-currency&lt;br /&gt;
**purchase-summary&lt;br /&gt;
***summary-total&lt;br /&gt;
****price-total&lt;br /&gt;
****price-currency&lt;br /&gt;
*funding-mix&lt;br /&gt;
**payment-type&lt;br /&gt;
**amount&lt;br /&gt;
**ccStatement&lt;br /&gt;
*contact-information (contains hCard microformat)&lt;br /&gt;
&lt;br /&gt;
This semantic HTML is the most complete and well-thought-out I've seen in this analysis. It even makes use of the fieldset element in forms, something I've never seen before.[[User:Lastorset|Lastorset]] 16:21, 25 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
Microformats used:&lt;br /&gt;
*hCard (non-compliant due to missing formatted name): buyer contact info&lt;br /&gt;
&lt;br /&gt;
==== Symantec ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Symantec-reminder-e-mail.html Symantec e-mail reminder]&lt;br /&gt;
&lt;br /&gt;
*buyer name&lt;br /&gt;
*date&lt;br /&gt;
*payment method&lt;br /&gt;
*last 4 digits&lt;br /&gt;
*appears on statement as &amp;quot;DR *Symantec&amp;quot;&lt;br /&gt;
*items&lt;br /&gt;
**qty&lt;br /&gt;
**product name&lt;br /&gt;
**platform&lt;br /&gt;
**delivery method&lt;br /&gt;
**price&lt;br /&gt;
*subtotal&lt;br /&gt;
*grand total&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML&lt;br /&gt;
&lt;br /&gt;
=== Analysis ===&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Bills ====&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Receipts ====&lt;br /&gt;
&lt;br /&gt;
== Existing Practices ==&lt;br /&gt;
&lt;br /&gt;
Listed below is an overview of existing patterns and practices found in the wild for bill and receipt data.&lt;br /&gt;
&lt;br /&gt;
===Summary of common patterns discovered===&lt;br /&gt;
&lt;br /&gt;
===Other attempts to solve The Problem===&lt;br /&gt;
For paper receipts, [http://www.neatreceipts.com/ NeatReceipts Scanalizer] offers a heuristic-based solution.&lt;br /&gt;
&lt;br /&gt;
== Proposal ==&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[receipt]]&lt;br /&gt;
* http://en.wikipedia.org/wiki/Receipt&lt;/div&gt;</summary>
		<author><name>Lastorset</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=19734</id>
		<title>receipt-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=19734"/>
		<updated>2007-08-16T22:09:12Z</updated>

		<summary type="html">&lt;p&gt;Lastorset: /* Skype Phone */ adjusted to more closely reflect sample&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Receipt =&lt;br /&gt;
&lt;br /&gt;
Overview of Receipt exploratory discussion goes here...&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
=== Contributors ===&lt;br /&gt;
Rob Manson&lt;br /&gt;
&lt;br /&gt;
== Real-World Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Bill / Invoice ===&lt;br /&gt;
&lt;br /&gt;
Bills or Invoices are &amp;quot;yet to be paid&amp;quot; items.&lt;br /&gt;
&lt;br /&gt;
Question: Perhaps these examples (yet to be provided) should be moved to a separate page as Bill/Invoice is quite different from Receipt.&lt;br /&gt;
&lt;br /&gt;
: With [[hResume]], I've [[hresume-brainstorming|suggested]] that the subtle difference between actively seeking work and just presenting your resume be a case of including [[hlisting]] markup.&lt;br /&gt;
: With bills vs invoices, it may turn out that the content found within would be identical, and it might just be a case of putting in a class flag to indicate whether the presented document has been paid for or not.&lt;br /&gt;
: [[User:SignpostMarv|SignpostMarv]] 12:55, 21 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
::I think a class flag is a great idea, but I don't believe we have any samples for invoices. However, if we look at order review vs. order summary rather than invoices vs. receipts, the payment flag does become relevant in many of the sampled online stores.&lt;br /&gt;
::How would such a flag be implemented? &lt;br /&gt;
::*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;hreceipt unpaid&amp;quot;/&amp;quot;hreceipt paid&amp;quot;&amp;gt;...&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;hreceipt&amp;quot; title=&amp;quot;paid&amp;quot;&amp;gt;...&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::[[User:Lastorset|Lastorset]] 14:55, 16 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Receipts ===&lt;br /&gt;
&lt;br /&gt;
Receipts are post-purchase items.&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* [http://mobileonlinebusiness.com.au/uf/receipt/Amazon.com-Vieworder-anon.htm Example]&lt;br /&gt;
* contains: &lt;br /&gt;
**&amp;lt;del&amp;gt;email address&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
**date of order&lt;br /&gt;
**order id&lt;br /&gt;
**shipments&lt;br /&gt;
***shipping estimate&lt;br /&gt;
***delivery estimate&lt;br /&gt;
***shipping address&lt;br /&gt;
***shipping speed&lt;br /&gt;
***shipping preference (item grouping)&lt;br /&gt;
***items&lt;br /&gt;
****quantity&lt;br /&gt;
****seller&lt;br /&gt;
****price&lt;br /&gt;
****item information&lt;br /&gt;
**payment&lt;br /&gt;
***card type&lt;br /&gt;
***last 5 digits&lt;br /&gt;
***expiration date&lt;br /&gt;
***billing address&lt;br /&gt;
***subtotal&lt;br /&gt;
***shipping and handling price&lt;br /&gt;
***total before tax&lt;br /&gt;
***tax&lt;br /&gt;
***grand total&lt;br /&gt;
**&amp;lt;del&amp;gt;discount price&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
* Little semantic HTML of interest, except an anchor with id &amp;quot;payment-info&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Skype ====&lt;br /&gt;
&lt;br /&gt;
===== Skype Phone =====&lt;br /&gt;
*[[receipt-example-skype-phone|example source code]]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Skype-order-history.html Skype order history]&lt;br /&gt;
&lt;br /&gt;
* Shipping Address&lt;br /&gt;
* date in dd/mm/yyyy format&lt;br /&gt;
* Order number in nnnn-nnnnnnn-nnn format&lt;br /&gt;
* Reference (was blank in example, presumed to appear on bank statement for this transaction)&lt;br /&gt;
* Items&lt;br /&gt;
** Quantity&lt;br /&gt;
** Description&lt;br /&gt;
** Price&lt;br /&gt;
** Total&lt;br /&gt;
** VAT (tax) %&lt;br /&gt;
* Payment&lt;br /&gt;
** subtotal (&amp;quot;total&amp;quot;)&lt;br /&gt;
** shipping cost&lt;br /&gt;
** grand total (&amp;quot;total (gross)&amp;quot;)&lt;br /&gt;
** total (VAT excluded)&lt;br /&gt;
** VAT (amount)&lt;br /&gt;
* Chosen payment method: &amp;quot;Your payment method is: Credit card&amp;quot;&lt;br /&gt;
* Legal blurb&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
* Order resume class=&amp;quot;order-listing&amp;quot;&lt;br /&gt;
* Each item class=&amp;quot;row&amp;quot;&lt;br /&gt;
* All totals rows class=&amp;quot;totals-row&amp;quot; except grand total class=&amp;quot;grandtotal-row&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Internet banking transaction receipts ====&lt;br /&gt;
===== Example 1 =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
time&lt;br /&gt;
receipt type (e.g. TRANSFER BETWEEN MY ACCOUNTS)&lt;br /&gt;
  transfer from&lt;br /&gt;
  transfer to&lt;br /&gt;
amount&lt;br /&gt;
description&lt;br /&gt;
information/comment&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Digital product purchase receipts ====&lt;br /&gt;
===== Example 1 : Software =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
order/receipt number&lt;br /&gt;
seller's details&lt;br /&gt;
  sold by (hCard candidate)&lt;br /&gt;
    org&lt;br /&gt;
    adr&lt;br /&gt;
  tax number (VAT in this example)&lt;br /&gt;
  tax id (Federal Tax ID)&lt;br /&gt;
buyer's details&lt;br /&gt;
  buyer (hCard candidate)&lt;br /&gt;
    name&lt;br /&gt;
    org&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
    country-name&lt;br /&gt;
    tel&lt;br /&gt;
    email&lt;br /&gt;
  credit card number (PAN truncated - with type)&lt;br /&gt;
item list&lt;br /&gt;
  product code&lt;br /&gt;
  name&lt;br /&gt;
  comments&lt;br /&gt;
  price&lt;br /&gt;
  delivery method&lt;br /&gt;
  quantity&lt;br /&gt;
  total in selected currency&lt;br /&gt;
  total in sellers currency&lt;br /&gt;
total (sum of item list totals)&lt;br /&gt;
processing fee&lt;br /&gt;
grand total (final amount charged)&lt;br /&gt;
information (caveats and tax info)&lt;br /&gt;
permalink&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : SSL certificate =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
purchase information&lt;br /&gt;
  order id&lt;br /&gt;
  product name&lt;br /&gt;
  domain name&lt;br /&gt;
  validity period&lt;br /&gt;
  number of licenses&lt;br /&gt;
  card number (PAN truncated)&lt;br /&gt;
  amount (with selected currency)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Physical product purchase receipts ====&lt;br /&gt;
===== Example 1 : Computer hardware =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller's name (hCard candidate)&lt;br /&gt;
seller's URL (hCard candidate)&lt;br /&gt;
invoice id&lt;br /&gt;
org govt reference (ABN - Australian Business Number)&lt;br /&gt;
date&lt;br /&gt;
seller details (hCard candidate)&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
buyer (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  billing address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  delivery address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  phone&lt;br /&gt;
item list&lt;br /&gt;
  item&lt;br /&gt;
  description&lt;br /&gt;
  amount&lt;br /&gt;
  quantity&lt;br /&gt;
  product url&lt;br /&gt;
  total&lt;br /&gt;
delivery cost&lt;br /&gt;
total excluding tax&lt;br /&gt;
tax (GST - Goods and Service Tax)&lt;br /&gt;
total including tax&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Service purchase receipts ====&lt;br /&gt;
===== Example 1 : Online subscription =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
seller's details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  country-name&lt;br /&gt;
buyer's details (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  phone&lt;br /&gt;
date&lt;br /&gt;
receipt id&lt;br /&gt;
item list&lt;br /&gt;
  product description&lt;br /&gt;
  quantity&lt;br /&gt;
  rate (per unit)&lt;br /&gt;
  price&lt;br /&gt;
sub total&lt;br /&gt;
amount paid&lt;br /&gt;
balance due&lt;br /&gt;
information&lt;br /&gt;
transaction id&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : Co-location =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
sellers details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  url&lt;br /&gt;
  phone&lt;br /&gt;
message&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
amount&lt;br /&gt;
information&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== A1Books ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/A1Books-Sales-Order-anon.htm Example]&lt;br /&gt;
&lt;br /&gt;
*vendor &lt;br /&gt;
**name&lt;br /&gt;
**fax&lt;br /&gt;
*date&lt;br /&gt;
*order number&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**list price&lt;br /&gt;
**sale price&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*subtotal&lt;br /&gt;
*shipping&lt;br /&gt;
*total&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*account information&lt;br /&gt;
**phone&lt;br /&gt;
**e-mail&lt;br /&gt;
*credit card last four digits&lt;br /&gt;
&lt;br /&gt;
No semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Barnes&amp;amp;Noble ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/BarnesAndNoble.com-receipt.anon.tidied.htm Example]&lt;br /&gt;
&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*payment&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**charge&lt;br /&gt;
*savings on shipping&lt;br /&gt;
*order no.&lt;br /&gt;
*delivery option&lt;br /&gt;
*items&lt;br /&gt;
**description: title, author, ISBN, price&lt;br /&gt;
**qty&lt;br /&gt;
**gift options: wrap, message&lt;br /&gt;
**total price&lt;br /&gt;
*shipment subtotal&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*shipment total (seems to account for orders requiring multiple shipments)&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*receiptOrderNumbers&lt;br /&gt;
*receiptOrderPlacedOn&lt;br /&gt;
*orderInformation&lt;br /&gt;
**shippingAddress&lt;br /&gt;
**billingAddress&lt;br /&gt;
**paymentInformation&lt;br /&gt;
*shippingSelections&lt;br /&gt;
*showProducts&lt;br /&gt;
**reviewTable&lt;br /&gt;
***qtyValuePosition&lt;br /&gt;
***reviewGiftOptions&lt;br /&gt;
*reviewTotalsDisplay&lt;br /&gt;
**reviewTotalsSummary&lt;br /&gt;
**reviewTotalsNote&lt;br /&gt;
**reviewTotalsBreakdown&lt;br /&gt;
*reviewTotalsSummary&lt;br /&gt;
**reviewGrandTotal&lt;br /&gt;
*reviewCreditCardCharged&lt;br /&gt;
*review&lt;br /&gt;
&lt;br /&gt;
The semantic class names found are a good start, although the &amp;quot;review&amp;quot; part appears to be context-specific (reviewing an order). Additionally, the implied hierarchy in names such as &amp;quot;reviewTotalsSummary&amp;quot; and &amp;quot;receiptOrderPlacedOn&amp;quot; is probably unnecessary for our purposes.&lt;br /&gt;
&lt;br /&gt;
==== Facebook ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/Facebook-gift-receipt.html Example]&lt;br /&gt;
&lt;br /&gt;
*purchase total&lt;br /&gt;
*items (informal description of two items, including quantity)&lt;br /&gt;
*recipient name&lt;br /&gt;
*order id&lt;br /&gt;
*billed-to name&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Google Checkout ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-e-mail-receipt.tidied.html Example email receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-Order-Receipt_DVD-Empire.tidied.htm Example web receipt]&lt;br /&gt;
&lt;br /&gt;
*vendor address&lt;br /&gt;
*shipping address&lt;br /&gt;
*date&lt;br /&gt;
*order id&lt;br /&gt;
*items&lt;br /&gt;
**shipping status (&amp;quot;Not yet shipped&amp;quot;, etc.)&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*total&lt;br /&gt;
*order history (placed, received, charged, shipped) (web receipt only)&lt;br /&gt;
*payment info (web receipt only)&lt;br /&gt;
**card type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**cardholder address&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*taxRow&lt;br /&gt;
**taxIdentifier&lt;br /&gt;
**taxAmount&lt;br /&gt;
*totalAmount&lt;br /&gt;
&lt;br /&gt;
==== iTunes ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/iTunes-receipt-e-mail.html iTunes e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*billing address&lt;br /&gt;
*order no.&lt;br /&gt;
*receipt date&lt;br /&gt;
*order total&lt;br /&gt;
*card &lt;br /&gt;
**type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
*item&lt;br /&gt;
**item no.&lt;br /&gt;
**description (including link to write a review)&lt;br /&gt;
**unit price&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Longs/FujiFilm ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Longs-Fujifilm-photo-receipt.html Longs/Fujifilm e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*order no.&lt;br /&gt;
*payment info&lt;br /&gt;
**method (COD, credit card, etc.)&lt;br /&gt;
*customer address&lt;br /&gt;
*pickup address&lt;br /&gt;
*items&lt;br /&gt;
**name&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
**line item subtotal&lt;br /&gt;
*order items total&lt;br /&gt;
*tax&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*payment-heading&lt;br /&gt;
&lt;br /&gt;
==== Mobivox/PayPal ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal.htm Mobivox/PayPal receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal-printable.htm Mobivox/PayPal printable receipt]&lt;br /&gt;
&lt;br /&gt;
*seller address&lt;br /&gt;
*receipt id&lt;br /&gt;
*date of order&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**item option (not quite sure what this is for)&lt;br /&gt;
**unit price&lt;br /&gt;
**qty&lt;br /&gt;
**total&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
*total amount&lt;br /&gt;
*payment info&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**charge&lt;br /&gt;
**appears on bill/statement as &amp;quot;MOBIVOXCORP&amp;quot;&lt;br /&gt;
*buyer contact&lt;br /&gt;
&lt;br /&gt;
Relevant semantic HTML:&lt;br /&gt;
*order-summary&lt;br /&gt;
**cart&lt;br /&gt;
***(unnamed tr)&lt;br /&gt;
****item-name&lt;br /&gt;
****item-total&lt;br /&gt;
****item-option (not quite sure what this is for)&lt;br /&gt;
**subtotal&lt;br /&gt;
**totals-value&lt;br /&gt;
**totals-currency&lt;br /&gt;
**purchase-summary&lt;br /&gt;
***summary-total&lt;br /&gt;
****price-total&lt;br /&gt;
****price-currency&lt;br /&gt;
*funding-mix&lt;br /&gt;
**payment-type&lt;br /&gt;
**amount&lt;br /&gt;
**ccStatement&lt;br /&gt;
*contact-information (contains hCard microformat)&lt;br /&gt;
&lt;br /&gt;
This semantic HTML is the most complete and well-thought-out I've seen in this analysis. It even makes use of the fieldset element in forms, something I've never seen before.[[User:Lastorset|Lastorset]] 16:21, 25 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
Microformats used:&lt;br /&gt;
*hCard (non-compliant due to missing formatted name): buyer contact info&lt;br /&gt;
&lt;br /&gt;
==== Symantec ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Symantec-reminder-e-mail.html Symantec e-mail reminder]&lt;br /&gt;
&lt;br /&gt;
*buyer name&lt;br /&gt;
*date&lt;br /&gt;
*payment method&lt;br /&gt;
*last 4 digits&lt;br /&gt;
*appears on statement as &amp;quot;DR *Symantec&amp;quot;&lt;br /&gt;
*items&lt;br /&gt;
**qty&lt;br /&gt;
**product name&lt;br /&gt;
**platform&lt;br /&gt;
**delivery method&lt;br /&gt;
**price&lt;br /&gt;
*subtotal&lt;br /&gt;
*grand total&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML&lt;br /&gt;
&lt;br /&gt;
=== Analysis ===&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Bills ====&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Receipts ====&lt;br /&gt;
&lt;br /&gt;
== Existing Practices ==&lt;br /&gt;
&lt;br /&gt;
Listed below is an overview of existing patterns and practices found in the wild for bill and receipt data.&lt;br /&gt;
&lt;br /&gt;
===Summary of common patterns discovered===&lt;br /&gt;
&lt;br /&gt;
===Other attempts to solve The Problem===&lt;br /&gt;
For paper receipts, [http://www.neatreceipts.com/ NeatReceipts Scanalizer] offers a heuristic-based solution.&lt;br /&gt;
&lt;br /&gt;
== Proposal ==&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[receipt]]&lt;br /&gt;
* http://en.wikipedia.org/wiki/Receipt&lt;/div&gt;</summary>
		<author><name>Lastorset</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=User:Lastorset&amp;diff=33233</id>
		<title>User:Lastorset</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=User:Lastorset&amp;diff=33233"/>
		<updated>2007-08-16T21:58:00Z</updated>

		<summary type="html">&lt;p&gt;Lastorset: thanks&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Lastorset, you may want to change your User page code to (remove the nowiki tags in the source to have it mean something) :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{public-domain-release}}&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[[User:Tantek|Tantek]] 17:58, 17 Jul 2007 (PDT)&lt;br /&gt;
:Thanks, Tantek![[User:Lastorset| Leif Arne Storset]] 14:58, 16 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
{{public-domain-release}}&lt;/div&gt;</summary>
		<author><name>Lastorset</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=19733</id>
		<title>receipt-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=19733"/>
		<updated>2007-08-16T21:55:12Z</updated>

		<summary type="html">&lt;p&gt;Lastorset: /* Bill / Invoice */ comment&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Receipt =&lt;br /&gt;
&lt;br /&gt;
Overview of Receipt exploratory discussion goes here...&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
=== Contributors ===&lt;br /&gt;
Rob Manson&lt;br /&gt;
&lt;br /&gt;
== Real-World Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Bill / Invoice ===&lt;br /&gt;
&lt;br /&gt;
Bills or Invoices are &amp;quot;yet to be paid&amp;quot; items.&lt;br /&gt;
&lt;br /&gt;
Question: Perhaps these examples (yet to be provided) should be moved to a separate page as Bill/Invoice is quite different from Receipt.&lt;br /&gt;
&lt;br /&gt;
: With [[hResume]], I've [[hresume-brainstorming|suggested]] that the subtle difference between actively seeking work and just presenting your resume be a case of including [[hlisting]] markup.&lt;br /&gt;
: With bills vs invoices, it may turn out that the content found within would be identical, and it might just be a case of putting in a class flag to indicate whether the presented document has been paid for or not.&lt;br /&gt;
: [[User:SignpostMarv|SignpostMarv]] 12:55, 21 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
::I think a class flag is a great idea, but I don't believe we have any samples for invoices. However, if we look at order review vs. order summary rather than invoices vs. receipts, the payment flag does become relevant in many of the sampled online stores.&lt;br /&gt;
::How would such a flag be implemented? &lt;br /&gt;
::*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;hreceipt unpaid&amp;quot;/&amp;quot;hreceipt paid&amp;quot;&amp;gt;...&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::*&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;hreceipt&amp;quot; title=&amp;quot;paid&amp;quot;&amp;gt;...&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
::[[User:Lastorset|Lastorset]] 14:55, 16 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Receipts ===&lt;br /&gt;
&lt;br /&gt;
Receipts are post-purchase items.&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* [http://mobileonlinebusiness.com.au/uf/receipt/Amazon.com-Vieworder-anon.htm Example]&lt;br /&gt;
* contains: &lt;br /&gt;
**&amp;lt;del&amp;gt;email address&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
**date of order&lt;br /&gt;
**order id&lt;br /&gt;
**shipments&lt;br /&gt;
***shipping estimate&lt;br /&gt;
***delivery estimate&lt;br /&gt;
***shipping address&lt;br /&gt;
***shipping speed&lt;br /&gt;
***shipping preference (item grouping)&lt;br /&gt;
***items&lt;br /&gt;
****quantity&lt;br /&gt;
****seller&lt;br /&gt;
****price&lt;br /&gt;
****item information&lt;br /&gt;
**payment&lt;br /&gt;
***card type&lt;br /&gt;
***last 5 digits&lt;br /&gt;
***expiration date&lt;br /&gt;
***billing address&lt;br /&gt;
***subtotal&lt;br /&gt;
***shipping and handling price&lt;br /&gt;
***total before tax&lt;br /&gt;
***tax&lt;br /&gt;
***grand total&lt;br /&gt;
**&amp;lt;del&amp;gt;discount price&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
* Little semantic HTML of interest, except an anchor with id &amp;quot;payment-info&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Skype ====&lt;br /&gt;
&lt;br /&gt;
===== Skype Phone =====&lt;br /&gt;
*[[receipt-example-skype-phone|example source code]]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Skype-order-history.html Skype order history]&lt;br /&gt;
&lt;br /&gt;
* Name&lt;br /&gt;
* Shipping Address&lt;br /&gt;
* Order blurb &amp;quot;Confirmation of incoming order&amp;quot;&lt;br /&gt;
** date in dd/mm/yyyy format&lt;br /&gt;
* Order number in nnnn-nnnnnnn-nnn format&lt;br /&gt;
* Reference (was blank in example, presumed to appear on bank statement for this transaction)&lt;br /&gt;
* Order resume&lt;br /&gt;
** Quantity&lt;br /&gt;
** Description&lt;br /&gt;
** Price&lt;br /&gt;
** Total&lt;br /&gt;
** VAT (tax) %&lt;br /&gt;
* Payment&lt;br /&gt;
** subtotal&lt;br /&gt;
** shipping cost&lt;br /&gt;
** VAT (percentage)&lt;br /&gt;
** grand total&lt;br /&gt;
** total (VAT excluded)&lt;br /&gt;
** VAT (amount)&lt;br /&gt;
* Notification of chosen payment method blurb: &amp;quot;Your payment method is: Credit card&amp;quot;&lt;br /&gt;
* Legal blurb&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
* Order resume class=&amp;quot;order-listing&amp;quot;&lt;br /&gt;
* Each item class=&amp;quot;row&amp;quot;&lt;br /&gt;
* All totals rows class=&amp;quot;totals-row&amp;quot; except grand total class=&amp;quot;grandtotal-row&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Internet banking transaction receipts ====&lt;br /&gt;
===== Example 1 =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
time&lt;br /&gt;
receipt type (e.g. TRANSFER BETWEEN MY ACCOUNTS)&lt;br /&gt;
  transfer from&lt;br /&gt;
  transfer to&lt;br /&gt;
amount&lt;br /&gt;
description&lt;br /&gt;
information/comment&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Digital product purchase receipts ====&lt;br /&gt;
===== Example 1 : Software =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
order/receipt number&lt;br /&gt;
seller's details&lt;br /&gt;
  sold by (hCard candidate)&lt;br /&gt;
    org&lt;br /&gt;
    adr&lt;br /&gt;
  tax number (VAT in this example)&lt;br /&gt;
  tax id (Federal Tax ID)&lt;br /&gt;
buyer's details&lt;br /&gt;
  buyer (hCard candidate)&lt;br /&gt;
    name&lt;br /&gt;
    org&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
    country-name&lt;br /&gt;
    tel&lt;br /&gt;
    email&lt;br /&gt;
  credit card number (PAN truncated - with type)&lt;br /&gt;
item list&lt;br /&gt;
  product code&lt;br /&gt;
  name&lt;br /&gt;
  comments&lt;br /&gt;
  price&lt;br /&gt;
  delivery method&lt;br /&gt;
  quantity&lt;br /&gt;
  total in selected currency&lt;br /&gt;
  total in sellers currency&lt;br /&gt;
total (sum of item list totals)&lt;br /&gt;
processing fee&lt;br /&gt;
grand total (final amount charged)&lt;br /&gt;
information (caveats and tax info)&lt;br /&gt;
permalink&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : SSL certificate =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
purchase information&lt;br /&gt;
  order id&lt;br /&gt;
  product name&lt;br /&gt;
  domain name&lt;br /&gt;
  validity period&lt;br /&gt;
  number of licenses&lt;br /&gt;
  card number (PAN truncated)&lt;br /&gt;
  amount (with selected currency)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Physical product purchase receipts ====&lt;br /&gt;
===== Example 1 : Computer hardware =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller's name (hCard candidate)&lt;br /&gt;
seller's URL (hCard candidate)&lt;br /&gt;
invoice id&lt;br /&gt;
org govt reference (ABN - Australian Business Number)&lt;br /&gt;
date&lt;br /&gt;
seller details (hCard candidate)&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
buyer (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  billing address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  delivery address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  phone&lt;br /&gt;
item list&lt;br /&gt;
  item&lt;br /&gt;
  description&lt;br /&gt;
  amount&lt;br /&gt;
  quantity&lt;br /&gt;
  product url&lt;br /&gt;
  total&lt;br /&gt;
delivery cost&lt;br /&gt;
total excluding tax&lt;br /&gt;
tax (GST - Goods and Service Tax)&lt;br /&gt;
total including tax&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Service purchase receipts ====&lt;br /&gt;
===== Example 1 : Online subscription =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
seller's details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  country-name&lt;br /&gt;
buyer's details (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  phone&lt;br /&gt;
date&lt;br /&gt;
receipt id&lt;br /&gt;
item list&lt;br /&gt;
  product description&lt;br /&gt;
  quantity&lt;br /&gt;
  rate (per unit)&lt;br /&gt;
  price&lt;br /&gt;
sub total&lt;br /&gt;
amount paid&lt;br /&gt;
balance due&lt;br /&gt;
information&lt;br /&gt;
transaction id&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : Co-location =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
sellers details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  url&lt;br /&gt;
  phone&lt;br /&gt;
message&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
amount&lt;br /&gt;
information&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== A1Books ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/A1Books-Sales-Order-anon.htm Example]&lt;br /&gt;
&lt;br /&gt;
*vendor &lt;br /&gt;
**name&lt;br /&gt;
**fax&lt;br /&gt;
*date&lt;br /&gt;
*order number&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**list price&lt;br /&gt;
**sale price&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*subtotal&lt;br /&gt;
*shipping&lt;br /&gt;
*total&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*account information&lt;br /&gt;
**phone&lt;br /&gt;
**e-mail&lt;br /&gt;
*credit card last four digits&lt;br /&gt;
&lt;br /&gt;
No semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Barnes&amp;amp;Noble ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/BarnesAndNoble.com-receipt.anon.tidied.htm Example]&lt;br /&gt;
&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*payment&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**charge&lt;br /&gt;
*savings on shipping&lt;br /&gt;
*order no.&lt;br /&gt;
*delivery option&lt;br /&gt;
*items&lt;br /&gt;
**description: title, author, ISBN, price&lt;br /&gt;
**qty&lt;br /&gt;
**gift options: wrap, message&lt;br /&gt;
**total price&lt;br /&gt;
*shipment subtotal&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*shipment total (seems to account for orders requiring multiple shipments)&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*receiptOrderNumbers&lt;br /&gt;
*receiptOrderPlacedOn&lt;br /&gt;
*orderInformation&lt;br /&gt;
**shippingAddress&lt;br /&gt;
**billingAddress&lt;br /&gt;
**paymentInformation&lt;br /&gt;
*shippingSelections&lt;br /&gt;
*showProducts&lt;br /&gt;
**reviewTable&lt;br /&gt;
***qtyValuePosition&lt;br /&gt;
***reviewGiftOptions&lt;br /&gt;
*reviewTotalsDisplay&lt;br /&gt;
**reviewTotalsSummary&lt;br /&gt;
**reviewTotalsNote&lt;br /&gt;
**reviewTotalsBreakdown&lt;br /&gt;
*reviewTotalsSummary&lt;br /&gt;
**reviewGrandTotal&lt;br /&gt;
*reviewCreditCardCharged&lt;br /&gt;
*review&lt;br /&gt;
&lt;br /&gt;
The semantic class names found are a good start, although the &amp;quot;review&amp;quot; part appears to be context-specific (reviewing an order). Additionally, the implied hierarchy in names such as &amp;quot;reviewTotalsSummary&amp;quot; and &amp;quot;receiptOrderPlacedOn&amp;quot; is probably unnecessary for our purposes.&lt;br /&gt;
&lt;br /&gt;
==== Facebook ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/Facebook-gift-receipt.html Example]&lt;br /&gt;
&lt;br /&gt;
*purchase total&lt;br /&gt;
*items (informal description of two items, including quantity)&lt;br /&gt;
*recipient name&lt;br /&gt;
*order id&lt;br /&gt;
*billed-to name&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Google Checkout ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-e-mail-receipt.tidied.html Example email receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-Order-Receipt_DVD-Empire.tidied.htm Example web receipt]&lt;br /&gt;
&lt;br /&gt;
*vendor address&lt;br /&gt;
*shipping address&lt;br /&gt;
*date&lt;br /&gt;
*order id&lt;br /&gt;
*items&lt;br /&gt;
**shipping status (&amp;quot;Not yet shipped&amp;quot;, etc.)&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*total&lt;br /&gt;
*order history (placed, received, charged, shipped) (web receipt only)&lt;br /&gt;
*payment info (web receipt only)&lt;br /&gt;
**card type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**cardholder address&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*taxRow&lt;br /&gt;
**taxIdentifier&lt;br /&gt;
**taxAmount&lt;br /&gt;
*totalAmount&lt;br /&gt;
&lt;br /&gt;
==== iTunes ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/iTunes-receipt-e-mail.html iTunes e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*billing address&lt;br /&gt;
*order no.&lt;br /&gt;
*receipt date&lt;br /&gt;
*order total&lt;br /&gt;
*card &lt;br /&gt;
**type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
*item&lt;br /&gt;
**item no.&lt;br /&gt;
**description (including link to write a review)&lt;br /&gt;
**unit price&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Longs/FujiFilm ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Longs-Fujifilm-photo-receipt.html Longs/Fujifilm e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*order no.&lt;br /&gt;
*payment info&lt;br /&gt;
**method (COD, credit card, etc.)&lt;br /&gt;
*customer address&lt;br /&gt;
*pickup address&lt;br /&gt;
*items&lt;br /&gt;
**name&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
**line item subtotal&lt;br /&gt;
*order items total&lt;br /&gt;
*tax&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*payment-heading&lt;br /&gt;
&lt;br /&gt;
==== Mobivox/PayPal ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal.htm Mobivox/PayPal receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal-printable.htm Mobivox/PayPal printable receipt]&lt;br /&gt;
&lt;br /&gt;
*seller address&lt;br /&gt;
*receipt id&lt;br /&gt;
*date of order&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**item option (not quite sure what this is for)&lt;br /&gt;
**unit price&lt;br /&gt;
**qty&lt;br /&gt;
**total&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
*total amount&lt;br /&gt;
*payment info&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**charge&lt;br /&gt;
**appears on bill/statement as &amp;quot;MOBIVOXCORP&amp;quot;&lt;br /&gt;
*buyer contact&lt;br /&gt;
&lt;br /&gt;
Relevant semantic HTML:&lt;br /&gt;
*order-summary&lt;br /&gt;
**cart&lt;br /&gt;
***(unnamed tr)&lt;br /&gt;
****item-name&lt;br /&gt;
****item-total&lt;br /&gt;
****item-option (not quite sure what this is for)&lt;br /&gt;
**subtotal&lt;br /&gt;
**totals-value&lt;br /&gt;
**totals-currency&lt;br /&gt;
**purchase-summary&lt;br /&gt;
***summary-total&lt;br /&gt;
****price-total&lt;br /&gt;
****price-currency&lt;br /&gt;
*funding-mix&lt;br /&gt;
**payment-type&lt;br /&gt;
**amount&lt;br /&gt;
**ccStatement&lt;br /&gt;
*contact-information (contains hCard microformat)&lt;br /&gt;
&lt;br /&gt;
This semantic HTML is the most complete and well-thought-out I've seen in this analysis. It even makes use of the fieldset element in forms, something I've never seen before.[[User:Lastorset|Lastorset]] 16:21, 25 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
Microformats used:&lt;br /&gt;
*hCard (non-compliant due to missing formatted name): buyer contact info&lt;br /&gt;
&lt;br /&gt;
==== Symantec ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Symantec-reminder-e-mail.html Symantec e-mail reminder]&lt;br /&gt;
&lt;br /&gt;
*buyer name&lt;br /&gt;
*date&lt;br /&gt;
*payment method&lt;br /&gt;
*last 4 digits&lt;br /&gt;
*appears on statement as &amp;quot;DR *Symantec&amp;quot;&lt;br /&gt;
*items&lt;br /&gt;
**qty&lt;br /&gt;
**product name&lt;br /&gt;
**platform&lt;br /&gt;
**delivery method&lt;br /&gt;
**price&lt;br /&gt;
*subtotal&lt;br /&gt;
*grand total&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML&lt;br /&gt;
&lt;br /&gt;
=== Analysis ===&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Bills ====&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Receipts ====&lt;br /&gt;
&lt;br /&gt;
== Existing Practices ==&lt;br /&gt;
&lt;br /&gt;
Listed below is an overview of existing patterns and practices found in the wild for bill and receipt data.&lt;br /&gt;
&lt;br /&gt;
===Summary of common patterns discovered===&lt;br /&gt;
&lt;br /&gt;
===Other attempts to solve The Problem===&lt;br /&gt;
For paper receipts, [http://www.neatreceipts.com/ NeatReceipts Scanalizer] offers a heuristic-based solution.&lt;br /&gt;
&lt;br /&gt;
== Proposal ==&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[receipt]]&lt;br /&gt;
* http://en.wikipedia.org/wiki/Receipt&lt;/div&gt;</summary>
		<author><name>Lastorset</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=19731</id>
		<title>receipt-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=19731"/>
		<updated>2007-08-16T21:39:56Z</updated>

		<summary type="html">&lt;p&gt;Lastorset: /* Barnes&amp;amp;Noble */ POSH analysis&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Receipt =&lt;br /&gt;
&lt;br /&gt;
Overview of Receipt exploratory discussion goes here...&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
=== Contributors ===&lt;br /&gt;
Rob Manson&lt;br /&gt;
&lt;br /&gt;
== Real-World Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Bill / Invoice ===&lt;br /&gt;
&lt;br /&gt;
Bills or Invoices are &amp;quot;yet to be paid&amp;quot; items.&lt;br /&gt;
&lt;br /&gt;
Question: Perhaps these examples (yet to be provided) should be moved to a separate page as Bill/Invoice is quite different from Receipt.&lt;br /&gt;
&lt;br /&gt;
: With [[hResume]], I've [[hresume-brainstorming|suggested]] that the subtle difference between actively seeking work and just presenting your resume be a case of including [[hlisting]] markup.&lt;br /&gt;
: With bills vs invoices, it may turn out that the content found within would be identical, and it might just be a case of putting in a class flag to indicate whether the presented document has been paid for or not.&lt;br /&gt;
: [[User:SignpostMarv|SignpostMarv]] 12:55, 21 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Receipts ===&lt;br /&gt;
&lt;br /&gt;
Receipts are post-purchase items.&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* [http://mobileonlinebusiness.com.au/uf/receipt/Amazon.com-Vieworder-anon.htm Example]&lt;br /&gt;
* contains: &lt;br /&gt;
**&amp;lt;del&amp;gt;email address&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
**date of order&lt;br /&gt;
**order id&lt;br /&gt;
**shipments&lt;br /&gt;
***shipping estimate&lt;br /&gt;
***delivery estimate&lt;br /&gt;
***shipping address&lt;br /&gt;
***shipping speed&lt;br /&gt;
***shipping preference (item grouping)&lt;br /&gt;
***items&lt;br /&gt;
****quantity&lt;br /&gt;
****seller&lt;br /&gt;
****price&lt;br /&gt;
****item information&lt;br /&gt;
**payment&lt;br /&gt;
***card type&lt;br /&gt;
***last 5 digits&lt;br /&gt;
***expiration date&lt;br /&gt;
***billing address&lt;br /&gt;
***subtotal&lt;br /&gt;
***shipping and handling price&lt;br /&gt;
***total before tax&lt;br /&gt;
***tax&lt;br /&gt;
***grand total&lt;br /&gt;
**&amp;lt;del&amp;gt;discount price&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
* Little semantic HTML of interest, except an anchor with id &amp;quot;payment-info&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Skype ====&lt;br /&gt;
&lt;br /&gt;
===== Skype Phone =====&lt;br /&gt;
*[[receipt-example-skype-phone|example source code]]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Skype-order-history.html Skype order history]&lt;br /&gt;
&lt;br /&gt;
* Name&lt;br /&gt;
* Shipping Address&lt;br /&gt;
* Order blurb &amp;quot;Confirmation of incoming order&amp;quot;&lt;br /&gt;
** date in dd/mm/yyyy format&lt;br /&gt;
* Order number in nnnn-nnnnnnn-nnn format&lt;br /&gt;
* Reference (was blank in example, presumed to appear on bank statement for this transaction)&lt;br /&gt;
* Order resume&lt;br /&gt;
** Quantity&lt;br /&gt;
** Description&lt;br /&gt;
** Price&lt;br /&gt;
** Total&lt;br /&gt;
** VAT (tax) %&lt;br /&gt;
* Payment&lt;br /&gt;
** subtotal&lt;br /&gt;
** shipping cost&lt;br /&gt;
** VAT (percentage)&lt;br /&gt;
** grand total&lt;br /&gt;
** total (VAT excluded)&lt;br /&gt;
** VAT (amount)&lt;br /&gt;
* Notification of chosen payment method blurb: &amp;quot;Your payment method is: Credit card&amp;quot;&lt;br /&gt;
* Legal blurb&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
* Order resume class=&amp;quot;order-listing&amp;quot;&lt;br /&gt;
* Each item class=&amp;quot;row&amp;quot;&lt;br /&gt;
* All totals rows class=&amp;quot;totals-row&amp;quot; except grand total class=&amp;quot;grandtotal-row&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Internet banking transaction receipts ====&lt;br /&gt;
===== Example 1 =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
time&lt;br /&gt;
receipt type (e.g. TRANSFER BETWEEN MY ACCOUNTS)&lt;br /&gt;
  transfer from&lt;br /&gt;
  transfer to&lt;br /&gt;
amount&lt;br /&gt;
description&lt;br /&gt;
information/comment&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Digital product purchase receipts ====&lt;br /&gt;
===== Example 1 : Software =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
order/receipt number&lt;br /&gt;
seller's details&lt;br /&gt;
  sold by (hCard candidate)&lt;br /&gt;
    org&lt;br /&gt;
    adr&lt;br /&gt;
  tax number (VAT in this example)&lt;br /&gt;
  tax id (Federal Tax ID)&lt;br /&gt;
buyer's details&lt;br /&gt;
  buyer (hCard candidate)&lt;br /&gt;
    name&lt;br /&gt;
    org&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
    country-name&lt;br /&gt;
    tel&lt;br /&gt;
    email&lt;br /&gt;
  credit card number (PAN truncated - with type)&lt;br /&gt;
item list&lt;br /&gt;
  product code&lt;br /&gt;
  name&lt;br /&gt;
  comments&lt;br /&gt;
  price&lt;br /&gt;
  delivery method&lt;br /&gt;
  quantity&lt;br /&gt;
  total in selected currency&lt;br /&gt;
  total in sellers currency&lt;br /&gt;
total (sum of item list totals)&lt;br /&gt;
processing fee&lt;br /&gt;
grand total (final amount charged)&lt;br /&gt;
information (caveats and tax info)&lt;br /&gt;
permalink&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : SSL certificate =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
purchase information&lt;br /&gt;
  order id&lt;br /&gt;
  product name&lt;br /&gt;
  domain name&lt;br /&gt;
  validity period&lt;br /&gt;
  number of licenses&lt;br /&gt;
  card number (PAN truncated)&lt;br /&gt;
  amount (with selected currency)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Physical product purchase receipts ====&lt;br /&gt;
===== Example 1 : Computer hardware =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller's name (hCard candidate)&lt;br /&gt;
seller's URL (hCard candidate)&lt;br /&gt;
invoice id&lt;br /&gt;
org govt reference (ABN - Australian Business Number)&lt;br /&gt;
date&lt;br /&gt;
seller details (hCard candidate)&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
buyer (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  billing address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  delivery address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  phone&lt;br /&gt;
item list&lt;br /&gt;
  item&lt;br /&gt;
  description&lt;br /&gt;
  amount&lt;br /&gt;
  quantity&lt;br /&gt;
  product url&lt;br /&gt;
  total&lt;br /&gt;
delivery cost&lt;br /&gt;
total excluding tax&lt;br /&gt;
tax (GST - Goods and Service Tax)&lt;br /&gt;
total including tax&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Service purchase receipts ====&lt;br /&gt;
===== Example 1 : Online subscription =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
seller's details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  country-name&lt;br /&gt;
buyer's details (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  phone&lt;br /&gt;
date&lt;br /&gt;
receipt id&lt;br /&gt;
item list&lt;br /&gt;
  product description&lt;br /&gt;
  quantity&lt;br /&gt;
  rate (per unit)&lt;br /&gt;
  price&lt;br /&gt;
sub total&lt;br /&gt;
amount paid&lt;br /&gt;
balance due&lt;br /&gt;
information&lt;br /&gt;
transaction id&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : Co-location =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
sellers details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  url&lt;br /&gt;
  phone&lt;br /&gt;
message&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
amount&lt;br /&gt;
information&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== A1Books ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/A1Books-Sales-Order-anon.htm Example]&lt;br /&gt;
&lt;br /&gt;
*vendor &lt;br /&gt;
**name&lt;br /&gt;
**fax&lt;br /&gt;
*date&lt;br /&gt;
*order number&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**list price&lt;br /&gt;
**sale price&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*subtotal&lt;br /&gt;
*shipping&lt;br /&gt;
*total&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*account information&lt;br /&gt;
**phone&lt;br /&gt;
**e-mail&lt;br /&gt;
*credit card last four digits&lt;br /&gt;
&lt;br /&gt;
No semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Barnes&amp;amp;Noble ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/BarnesAndNoble.com-receipt.anon.tidied.htm Example]&lt;br /&gt;
&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*payment&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**charge&lt;br /&gt;
*savings on shipping&lt;br /&gt;
*order no.&lt;br /&gt;
*delivery option&lt;br /&gt;
*items&lt;br /&gt;
**description: title, author, ISBN, price&lt;br /&gt;
**qty&lt;br /&gt;
**gift options: wrap, message&lt;br /&gt;
**total price&lt;br /&gt;
*shipment subtotal&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*shipment total (seems to account for orders requiring multiple shipments)&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*receiptOrderNumbers&lt;br /&gt;
*receiptOrderPlacedOn&lt;br /&gt;
*orderInformation&lt;br /&gt;
**shippingAddress&lt;br /&gt;
**billingAddress&lt;br /&gt;
**paymentInformation&lt;br /&gt;
*shippingSelections&lt;br /&gt;
*showProducts&lt;br /&gt;
**reviewTable&lt;br /&gt;
***qtyValuePosition&lt;br /&gt;
***reviewGiftOptions&lt;br /&gt;
*reviewTotalsDisplay&lt;br /&gt;
**reviewTotalsSummary&lt;br /&gt;
**reviewTotalsNote&lt;br /&gt;
**reviewTotalsBreakdown&lt;br /&gt;
*reviewTotalsSummary&lt;br /&gt;
**reviewGrandTotal&lt;br /&gt;
*reviewCreditCardCharged&lt;br /&gt;
*review&lt;br /&gt;
&lt;br /&gt;
The semantic class names found are a good start, although the &amp;quot;review&amp;quot; part appears to be context-specific (reviewing an order). Additionally, the implied hierarchy in names such as &amp;quot;reviewTotalsSummary&amp;quot; and &amp;quot;receiptOrderPlacedOn&amp;quot; is probably unnecessary for our purposes.&lt;br /&gt;
&lt;br /&gt;
==== Facebook ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/Facebook-gift-receipt.html Example]&lt;br /&gt;
&lt;br /&gt;
*purchase total&lt;br /&gt;
*items (informal description of two items, including quantity)&lt;br /&gt;
*recipient name&lt;br /&gt;
*order id&lt;br /&gt;
*billed-to name&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Google Checkout ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-e-mail-receipt.tidied.html Example email receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-Order-Receipt_DVD-Empire.tidied.htm Example web receipt]&lt;br /&gt;
&lt;br /&gt;
*vendor address&lt;br /&gt;
*shipping address&lt;br /&gt;
*date&lt;br /&gt;
*order id&lt;br /&gt;
*items&lt;br /&gt;
**shipping status (&amp;quot;Not yet shipped&amp;quot;, etc.)&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*total&lt;br /&gt;
*order history (placed, received, charged, shipped) (web receipt only)&lt;br /&gt;
*payment info (web receipt only)&lt;br /&gt;
**card type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**cardholder address&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*taxRow&lt;br /&gt;
**taxIdentifier&lt;br /&gt;
**taxAmount&lt;br /&gt;
*totalAmount&lt;br /&gt;
&lt;br /&gt;
==== iTunes ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/iTunes-receipt-e-mail.html iTunes e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*billing address&lt;br /&gt;
*order no.&lt;br /&gt;
*receipt date&lt;br /&gt;
*order total&lt;br /&gt;
*card &lt;br /&gt;
**type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
*item&lt;br /&gt;
**item no.&lt;br /&gt;
**description (including link to write a review)&lt;br /&gt;
**unit price&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Longs/FujiFilm ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Longs-Fujifilm-photo-receipt.html Longs/Fujifilm e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*order no.&lt;br /&gt;
*payment info&lt;br /&gt;
**method (COD, credit card, etc.)&lt;br /&gt;
*customer address&lt;br /&gt;
*pickup address&lt;br /&gt;
*items&lt;br /&gt;
**name&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
**line item subtotal&lt;br /&gt;
*order items total&lt;br /&gt;
*tax&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*payment-heading&lt;br /&gt;
&lt;br /&gt;
==== Mobivox/PayPal ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal.htm Mobivox/PayPal receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal-printable.htm Mobivox/PayPal printable receipt]&lt;br /&gt;
&lt;br /&gt;
*seller address&lt;br /&gt;
*receipt id&lt;br /&gt;
*date of order&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**item option (not quite sure what this is for)&lt;br /&gt;
**unit price&lt;br /&gt;
**qty&lt;br /&gt;
**total&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
*total amount&lt;br /&gt;
*payment info&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**charge&lt;br /&gt;
**appears on bill/statement as &amp;quot;MOBIVOXCORP&amp;quot;&lt;br /&gt;
*buyer contact&lt;br /&gt;
&lt;br /&gt;
Relevant semantic HTML:&lt;br /&gt;
*order-summary&lt;br /&gt;
**cart&lt;br /&gt;
***(unnamed tr)&lt;br /&gt;
****item-name&lt;br /&gt;
****item-total&lt;br /&gt;
****item-option (not quite sure what this is for)&lt;br /&gt;
**subtotal&lt;br /&gt;
**totals-value&lt;br /&gt;
**totals-currency&lt;br /&gt;
**purchase-summary&lt;br /&gt;
***summary-total&lt;br /&gt;
****price-total&lt;br /&gt;
****price-currency&lt;br /&gt;
*funding-mix&lt;br /&gt;
**payment-type&lt;br /&gt;
**amount&lt;br /&gt;
**ccStatement&lt;br /&gt;
*contact-information (contains hCard microformat)&lt;br /&gt;
&lt;br /&gt;
This semantic HTML is the most complete and well-thought-out I've seen in this analysis. It even makes use of the fieldset element in forms, something I've never seen before.[[User:Lastorset|Lastorset]] 16:21, 25 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
Microformats used:&lt;br /&gt;
*hCard (non-compliant due to missing formatted name): buyer contact info&lt;br /&gt;
&lt;br /&gt;
==== Symantec ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Symantec-reminder-e-mail.html Symantec e-mail reminder]&lt;br /&gt;
&lt;br /&gt;
*buyer name&lt;br /&gt;
*date&lt;br /&gt;
*payment method&lt;br /&gt;
*last 4 digits&lt;br /&gt;
*appears on statement as &amp;quot;DR *Symantec&amp;quot;&lt;br /&gt;
*items&lt;br /&gt;
**qty&lt;br /&gt;
**product name&lt;br /&gt;
**platform&lt;br /&gt;
**delivery method&lt;br /&gt;
**price&lt;br /&gt;
*subtotal&lt;br /&gt;
*grand total&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML&lt;br /&gt;
&lt;br /&gt;
=== Analysis ===&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Bills ====&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Receipts ====&lt;br /&gt;
&lt;br /&gt;
== Existing Practices ==&lt;br /&gt;
&lt;br /&gt;
Listed below is an overview of existing patterns and practices found in the wild for bill and receipt data.&lt;br /&gt;
&lt;br /&gt;
===Summary of common patterns discovered===&lt;br /&gt;
&lt;br /&gt;
===Other attempts to solve The Problem===&lt;br /&gt;
For paper receipts, [http://www.neatreceipts.com/ NeatReceipts Scanalizer] offers a heuristic-based solution.&lt;br /&gt;
&lt;br /&gt;
== Proposal ==&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[receipt]]&lt;br /&gt;
* http://en.wikipedia.org/wiki/Receipt&lt;/div&gt;</summary>
		<author><name>Lastorset</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=testimonials&amp;diff=23272</id>
		<title>testimonials</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=testimonials&amp;diff=23272"/>
		<updated>2007-08-10T21:55:23Z</updated>

		<summary type="html">&lt;p&gt;Lastorset: /* Custom application format */ fix accidental formatting&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Testimonals =&lt;br /&gt;
&lt;br /&gt;
These are stories from the [http://microformats.org/discuss/mail/microformats-discuss micformats-discuss mailing list], where users characterize why exactly they find microformats so useful and compelling.&lt;br /&gt;
&lt;br /&gt;
== [http://www.lizcoworldwide.com/wordpress/index.php?p=92 Liz Dunn] ==&lt;br /&gt;
I wrote a little essay on my personal blog about why I like, nay, LOVE, microformats. The goal of this essay was to get my friends, who aren't super extra into web formats, excited about the possibilities of microformats. I'm not sure it worked, since one friend commented that she didn't think she was the audience for my blog anymore. But I'm not going to stop writing about microformats!&lt;br /&gt;
 &lt;br /&gt;
== [http://microformats.org/discuss/mail/microformats-discuss/2005-October/001253.html Kevin Lawver] ==&lt;br /&gt;
&lt;br /&gt;
My personal interest in microformats stems from my general laziness and love of conformity.  I don't want to have to think about how to mark something up all the time.  I think Microformats can go a long way towards standardizing how we mark up particular pieces of data... I work at a company that has a huge collection of developers spread all over the world.  If I can tell all of them, &amp;quot;Hey, you should mark a review or search result or list of blog posts this way, and heres' the documentation,&amp;quot; they'll be more likely to do that, and we'll have an easier time maintaining and &amp;quot;discovering&amp;quot; that content.&lt;br /&gt;
&lt;br /&gt;
== [http://microformats.org/discuss/mail/microformats-discuss/2005-October/001181.html Ernest Prabhakar] ==&lt;br /&gt;
&lt;br /&gt;
===  Organization web page ===&lt;br /&gt;
&lt;br /&gt;
I'm responsible for the website for an informal group at work. The  &lt;br /&gt;
HTML I inherited was a horrible mess, and painful to maintain.  I  &lt;br /&gt;
realized that it was pretty much just a list of events, people, and  &lt;br /&gt;
resources.   So, just to avoid having to think about HTML design, I  &lt;br /&gt;
turned the whole thing into a bunch of XOXO, hCards, and hEvents.    &lt;br /&gt;
Then, in order to make it look the way I wanted, I just added (or  &lt;br /&gt;
often, stole:-) appropriate style declarations.&lt;br /&gt;
&lt;br /&gt;
Could I have done this without microformats? Actually, no.  ''You''  &lt;br /&gt;
might, but '''I''' couldn't.  Microformat was the crutch to help me think  &lt;br /&gt;
intelligently about CSS.  As a bonus, I can now use all these funky  &lt;br /&gt;
tools to extract vCards -- and show the entire site as a  &lt;br /&gt;
presentation. Cool!&lt;br /&gt;
&lt;br /&gt;
=== Custom application format ===&lt;br /&gt;
&lt;br /&gt;
One of my side projects is working on a program to display lyrics for  &lt;br /&gt;
sing-a-longs (i.e., church worship services).   I was experimenting  &lt;br /&gt;
with a bunch of different XML schemas, but a) I wasn't sure I had it  &lt;br /&gt;
right, and b) there was no way I could imagine getting a lot of  &lt;br /&gt;
people to adopt it.&lt;br /&gt;
&lt;br /&gt;
Then I discovered [http://www.meyerweb.com/eric/tools/s5  S5].&lt;br /&gt;
I suddenly realized that XOXO was the perfect  format for encoding lyrics (stanzas, lines, etc.). &lt;br /&gt;
It is so obviously *right* that it is trivial to evangelize, rather  &lt;br /&gt;
than arguing over every last tag.   It is flexible, so people can add  &lt;br /&gt;
their own metadata if needed, and socialize them informally rather  &lt;br /&gt;
than having to push them through a central standard (which I'd have  &lt;br /&gt;
to maintain, ugh). It is also non-intimidating, so people who know  &lt;br /&gt;
HTML but not XML (believe me, there's a lot of them) are comfortable  &lt;br /&gt;
adopting it.&lt;br /&gt;
&lt;br /&gt;
Not bad.  But wait, there's more!  This also means:&lt;br /&gt;
# There's a trivial way to view every file (browser), even without  my app&lt;br /&gt;
# Design can be done using CSS, meanings trivial to customize -- I  don't need to provide a tool&lt;br /&gt;
# I can reuse the existing HTML viewing tools on my platform&lt;br /&gt;
&lt;br /&gt;
At this point, I literally cannot imagine tackling any web site or  &lt;br /&gt;
application format problem withOUT leveraging existing  &lt;br /&gt;
microformats.   It is the shortest route to success for the kinds of  &lt;br /&gt;
things *I* care about.  Where getting an 80% solution out - now- is  &lt;br /&gt;
the most important thing. If you slice the 80/20 correctly, it is  &lt;br /&gt;
actually only the top 5% of customers who ever actually run into the  &lt;br /&gt;
tough edge cases.  The long tail rarely cares -- certainly not enough  &lt;br /&gt;
to pay the added cost.&lt;br /&gt;
&lt;br /&gt;
Its kinda like optimizing source code.  Its better to write it first  &lt;br /&gt;
then optimize the hotspots, than try to pre-optimized what you *think* &lt;br /&gt;
the problems will be.&lt;/div&gt;</summary>
		<author><name>Lastorset</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=19729</id>
		<title>receipt-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=19729"/>
		<updated>2007-07-25T23:48:32Z</updated>

		<summary type="html">&lt;p&gt;Lastorset: /* Existing Practices */ OCR for the paper version of the problem&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Receipt =&lt;br /&gt;
&lt;br /&gt;
Overview of Receipt exploratory discussion goes here...&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
=== Contributors ===&lt;br /&gt;
Rob Manson&lt;br /&gt;
&lt;br /&gt;
== Real-World Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Bill / Invoice ===&lt;br /&gt;
&lt;br /&gt;
Bills or Invoices are &amp;quot;yet to be paid&amp;quot; items.&lt;br /&gt;
&lt;br /&gt;
Question: Perhaps these examples (yet to be provided) should be moved to a separate page as Bill/Invoice is quite different from Receipt.&lt;br /&gt;
&lt;br /&gt;
: With [[hResume]], I've [[hresume-brainstorming|suggested]] that the subtle difference between actively seeking work and just presenting your resume be a case of including [[hlisting]] markup.&lt;br /&gt;
: With bills vs invoices, it may turn out that the content found within would be identical, and it might just be a case of putting in a class flag to indicate whether the presented document has been paid for or not.&lt;br /&gt;
: [[User:SignpostMarv|SignpostMarv]] 12:55, 21 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Receipts ===&lt;br /&gt;
&lt;br /&gt;
Receipts are post-purchase items.&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* [http://mobileonlinebusiness.com.au/uf/receipt/Amazon.com-Vieworder-anon.htm Example]&lt;br /&gt;
* contains: &lt;br /&gt;
**&amp;lt;del&amp;gt;email address&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
**date of order&lt;br /&gt;
**order id&lt;br /&gt;
**shipments&lt;br /&gt;
***shipping estimate&lt;br /&gt;
***delivery estimate&lt;br /&gt;
***shipping address&lt;br /&gt;
***shipping speed&lt;br /&gt;
***shipping preference (item grouping)&lt;br /&gt;
***items&lt;br /&gt;
****quantity&lt;br /&gt;
****seller&lt;br /&gt;
****price&lt;br /&gt;
****item information&lt;br /&gt;
**payment&lt;br /&gt;
***card type&lt;br /&gt;
***last 5 digits&lt;br /&gt;
***expiration date&lt;br /&gt;
***billing address&lt;br /&gt;
***subtotal&lt;br /&gt;
***shipping and handling price&lt;br /&gt;
***total before tax&lt;br /&gt;
***tax&lt;br /&gt;
***grand total&lt;br /&gt;
**&amp;lt;del&amp;gt;discount price&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
* Little semantic HTML of interest, except an anchor with id &amp;quot;payment-info&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Skype ====&lt;br /&gt;
&lt;br /&gt;
===== Skype Phone =====&lt;br /&gt;
*[[receipt-example-skype-phone|example source code]]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Skype-order-history.html Skype order history]&lt;br /&gt;
&lt;br /&gt;
* Name&lt;br /&gt;
* Shipping Address&lt;br /&gt;
* Order blurb &amp;quot;Confirmation of incoming order&amp;quot;&lt;br /&gt;
** date in dd/mm/yyyy format&lt;br /&gt;
* Order number in nnnn-nnnnnnn-nnn format&lt;br /&gt;
* Reference (was blank in example, presumed to appear on bank statement for this transaction)&lt;br /&gt;
* Order resume&lt;br /&gt;
** Quantity&lt;br /&gt;
** Description&lt;br /&gt;
** Price&lt;br /&gt;
** Total&lt;br /&gt;
** VAT (tax) %&lt;br /&gt;
* Payment&lt;br /&gt;
** subtotal&lt;br /&gt;
** shipping cost&lt;br /&gt;
** VAT (percentage)&lt;br /&gt;
** grand total&lt;br /&gt;
** total (VAT excluded)&lt;br /&gt;
** VAT (amount)&lt;br /&gt;
* Notification of chosen payment method blurb: &amp;quot;Your payment method is: Credit card&amp;quot;&lt;br /&gt;
* Legal blurb&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
* Order resume class=&amp;quot;order-listing&amp;quot;&lt;br /&gt;
* Each item class=&amp;quot;row&amp;quot;&lt;br /&gt;
* All totals rows class=&amp;quot;totals-row&amp;quot; except grand total class=&amp;quot;grandtotal-row&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Internet banking transaction receipts ====&lt;br /&gt;
===== Example 1 =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
time&lt;br /&gt;
receipt type (e.g. TRANSFER BETWEEN MY ACCOUNTS)&lt;br /&gt;
  transfer from&lt;br /&gt;
  transfer to&lt;br /&gt;
amount&lt;br /&gt;
description&lt;br /&gt;
information/comment&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Digital product purchase receipts ====&lt;br /&gt;
===== Example 1 : Software =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
order/receipt number&lt;br /&gt;
seller's details&lt;br /&gt;
  sold by (hCard candidate)&lt;br /&gt;
    org&lt;br /&gt;
    adr&lt;br /&gt;
  tax number (VAT in this example)&lt;br /&gt;
  tax id (Federal Tax ID)&lt;br /&gt;
buyer's details&lt;br /&gt;
  buyer (hCard candidate)&lt;br /&gt;
    name&lt;br /&gt;
    org&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
    country-name&lt;br /&gt;
    tel&lt;br /&gt;
    email&lt;br /&gt;
  credit card number (PAN truncated - with type)&lt;br /&gt;
item list&lt;br /&gt;
  product code&lt;br /&gt;
  name&lt;br /&gt;
  comments&lt;br /&gt;
  price&lt;br /&gt;
  delivery method&lt;br /&gt;
  quantity&lt;br /&gt;
  total in selected currency&lt;br /&gt;
  total in sellers currency&lt;br /&gt;
total (sum of item list totals)&lt;br /&gt;
processing fee&lt;br /&gt;
grand total (final amount charged)&lt;br /&gt;
information (caveats and tax info)&lt;br /&gt;
permalink&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : SSL certificate =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
purchase information&lt;br /&gt;
  order id&lt;br /&gt;
  product name&lt;br /&gt;
  domain name&lt;br /&gt;
  validity period&lt;br /&gt;
  number of licenses&lt;br /&gt;
  card number (PAN truncated)&lt;br /&gt;
  amount (with selected currency)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Physical product purchase receipts ====&lt;br /&gt;
===== Example 1 : Computer hardware =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller's name (hCard candidate)&lt;br /&gt;
seller's URL (hCard candidate)&lt;br /&gt;
invoice id&lt;br /&gt;
org govt reference (ABN - Australian Business Number)&lt;br /&gt;
date&lt;br /&gt;
seller details (hCard candidate)&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
buyer (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  billing address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  delivery address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  phone&lt;br /&gt;
item list&lt;br /&gt;
  item&lt;br /&gt;
  description&lt;br /&gt;
  amount&lt;br /&gt;
  quantity&lt;br /&gt;
  product url&lt;br /&gt;
  total&lt;br /&gt;
delivery cost&lt;br /&gt;
total excluding tax&lt;br /&gt;
tax (GST - Goods and Service Tax)&lt;br /&gt;
total including tax&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Service purchase receipts ====&lt;br /&gt;
===== Example 1 : Online subscription =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
seller's details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  country-name&lt;br /&gt;
buyer's details (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  phone&lt;br /&gt;
date&lt;br /&gt;
receipt id&lt;br /&gt;
item list&lt;br /&gt;
  product description&lt;br /&gt;
  quantity&lt;br /&gt;
  rate (per unit)&lt;br /&gt;
  price&lt;br /&gt;
sub total&lt;br /&gt;
amount paid&lt;br /&gt;
balance due&lt;br /&gt;
information&lt;br /&gt;
transaction id&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : Co-location =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
sellers details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  url&lt;br /&gt;
  phone&lt;br /&gt;
message&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
amount&lt;br /&gt;
information&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== A1Books ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/A1Books-Sales-Order-anon.htm Example]&lt;br /&gt;
&lt;br /&gt;
*vendor &lt;br /&gt;
**name&lt;br /&gt;
**fax&lt;br /&gt;
*date&lt;br /&gt;
*order number&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**list price&lt;br /&gt;
**sale price&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*subtotal&lt;br /&gt;
*shipping&lt;br /&gt;
*total&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*account information&lt;br /&gt;
**phone&lt;br /&gt;
**e-mail&lt;br /&gt;
*credit card last four digits&lt;br /&gt;
&lt;br /&gt;
No semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Barnes&amp;amp;Noble ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/BarnesAndNoble.com-receipt.anon.tidied.htm Example]&lt;br /&gt;
&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*payment&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**charge&lt;br /&gt;
*savings on shipping&lt;br /&gt;
*order no.&lt;br /&gt;
*delivery option&lt;br /&gt;
*items&lt;br /&gt;
**description: title, author, ISBN, price&lt;br /&gt;
**qty&lt;br /&gt;
**gift options: wrap, message&lt;br /&gt;
**total price&lt;br /&gt;
*shipment subtotal&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*shipment total (seems to account for orders requiring multiple shipments)&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*receiptOrderNumbers&lt;br /&gt;
*receiptOrderPlacedOn&lt;br /&gt;
*orderInformation&lt;br /&gt;
**shippingAddress&lt;br /&gt;
**billingAddress&lt;br /&gt;
**paymentInformation&lt;br /&gt;
*shippingSelections&lt;br /&gt;
*showProducts&lt;br /&gt;
**reviewTable&lt;br /&gt;
***qtyValuePosition&lt;br /&gt;
***reviewGiftOptions&lt;br /&gt;
*reviewTotalsDisplay&lt;br /&gt;
**reviewTotalsSummary&lt;br /&gt;
**reviewTotalsNote&lt;br /&gt;
**reviewTotalsBreakdown&lt;br /&gt;
*reviewTotalsSummary&lt;br /&gt;
**reviewGrandTotal&lt;br /&gt;
*reviewCreditCardCharged&lt;br /&gt;
*review&lt;br /&gt;
&lt;br /&gt;
==== Facebook ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/Facebook-gift-receipt.html Example]&lt;br /&gt;
&lt;br /&gt;
*purchase total&lt;br /&gt;
*items (informal description of two items, including quantity)&lt;br /&gt;
*recipient name&lt;br /&gt;
*order id&lt;br /&gt;
*billed-to name&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Google Checkout ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-e-mail-receipt.tidied.html Example email receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-Order-Receipt_DVD-Empire.tidied.htm Example web receipt]&lt;br /&gt;
&lt;br /&gt;
*vendor address&lt;br /&gt;
*shipping address&lt;br /&gt;
*date&lt;br /&gt;
*order id&lt;br /&gt;
*items&lt;br /&gt;
**shipping status (&amp;quot;Not yet shipped&amp;quot;, etc.)&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*total&lt;br /&gt;
*order history (placed, received, charged, shipped) (web receipt only)&lt;br /&gt;
*payment info (web receipt only)&lt;br /&gt;
**card type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**cardholder address&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*taxRow&lt;br /&gt;
**taxIdentifier&lt;br /&gt;
**taxAmount&lt;br /&gt;
*totalAmount&lt;br /&gt;
&lt;br /&gt;
==== iTunes ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/iTunes-receipt-e-mail.html iTunes e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*billing address&lt;br /&gt;
*order no.&lt;br /&gt;
*receipt date&lt;br /&gt;
*order total&lt;br /&gt;
*card &lt;br /&gt;
**type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
*item&lt;br /&gt;
**item no.&lt;br /&gt;
**description (including link to write a review)&lt;br /&gt;
**unit price&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Longs/FujiFilm ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Longs-Fujifilm-photo-receipt.html Longs/Fujifilm e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*order no.&lt;br /&gt;
*payment info&lt;br /&gt;
**method (COD, credit card, etc.)&lt;br /&gt;
*customer address&lt;br /&gt;
*pickup address&lt;br /&gt;
*items&lt;br /&gt;
**name&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
**line item subtotal&lt;br /&gt;
*order items total&lt;br /&gt;
*tax&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*payment-heading&lt;br /&gt;
&lt;br /&gt;
==== Mobivox/PayPal ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal.htm Mobivox/PayPal receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal-printable.htm Mobivox/PayPal printable receipt]&lt;br /&gt;
&lt;br /&gt;
*seller address&lt;br /&gt;
*receipt id&lt;br /&gt;
*date of order&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**item option (not quite sure what this is for)&lt;br /&gt;
**unit price&lt;br /&gt;
**qty&lt;br /&gt;
**total&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
*total amount&lt;br /&gt;
*payment info&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**charge&lt;br /&gt;
**appears on bill/statement as &amp;quot;MOBIVOXCORP&amp;quot;&lt;br /&gt;
*buyer contact&lt;br /&gt;
&lt;br /&gt;
Relevant semantic HTML:&lt;br /&gt;
*order-summary&lt;br /&gt;
**cart&lt;br /&gt;
***(unnamed tr)&lt;br /&gt;
****item-name&lt;br /&gt;
****item-total&lt;br /&gt;
****item-option (not quite sure what this is for)&lt;br /&gt;
**subtotal&lt;br /&gt;
**totals-value&lt;br /&gt;
**totals-currency&lt;br /&gt;
**purchase-summary&lt;br /&gt;
***summary-total&lt;br /&gt;
****price-total&lt;br /&gt;
****price-currency&lt;br /&gt;
*funding-mix&lt;br /&gt;
**payment-type&lt;br /&gt;
**amount&lt;br /&gt;
**ccStatement&lt;br /&gt;
*contact-information (contains hCard microformat)&lt;br /&gt;
&lt;br /&gt;
This semantic HTML is the most complete and well-thought-out I've seen in this analysis. It even makes use of the fieldset element in forms, something I've never seen before.[[User:Lastorset|Lastorset]] 16:21, 25 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
Microformats used:&lt;br /&gt;
*hCard (non-compliant due to missing formatted name): buyer contact info&lt;br /&gt;
&lt;br /&gt;
==== Symantec ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Symantec-reminder-e-mail.html Symantec e-mail reminder]&lt;br /&gt;
&lt;br /&gt;
*buyer name&lt;br /&gt;
*date&lt;br /&gt;
*payment method&lt;br /&gt;
*last 4 digits&lt;br /&gt;
*appears on statement as &amp;quot;DR *Symantec&amp;quot;&lt;br /&gt;
*items&lt;br /&gt;
**qty&lt;br /&gt;
**product name&lt;br /&gt;
**platform&lt;br /&gt;
**delivery method&lt;br /&gt;
**price&lt;br /&gt;
*subtotal&lt;br /&gt;
*grand total&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML&lt;br /&gt;
&lt;br /&gt;
=== Analysis ===&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Bills ====&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Receipts ====&lt;br /&gt;
&lt;br /&gt;
== Existing Practices ==&lt;br /&gt;
&lt;br /&gt;
Listed below is an overview of existing patterns and practices found in the wild for bill and receipt data.&lt;br /&gt;
&lt;br /&gt;
===Summary of common patterns discovered===&lt;br /&gt;
&lt;br /&gt;
===Other attempts to solve The Problem===&lt;br /&gt;
For paper receipts, [http://www.neatreceipts.com/ NeatReceipts Scanalizer] offers a heuristic-based solution.&lt;br /&gt;
&lt;br /&gt;
== Proposal ==&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[receipt]]&lt;br /&gt;
* http://en.wikipedia.org/wiki/Receipt&lt;/div&gt;</summary>
		<author><name>Lastorset</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=18780</id>
		<title>receipt-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=18780"/>
		<updated>2007-07-25T23:26:22Z</updated>

		<summary type="html">&lt;p&gt;Lastorset: /* Google Checkout */ forgot permalink&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Receipt =&lt;br /&gt;
&lt;br /&gt;
Overview of Receipt exploratory discussion goes here...&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
=== Contributors ===&lt;br /&gt;
Rob Manson&lt;br /&gt;
&lt;br /&gt;
== Real-World Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Bill / Invoice ===&lt;br /&gt;
&lt;br /&gt;
Bills or Invoices are &amp;quot;yet to be paid&amp;quot; items.&lt;br /&gt;
&lt;br /&gt;
Question: Perhaps these examples (yet to be provided) should be moved to a separate page as Bill/Invoice is quite different from Receipt.&lt;br /&gt;
&lt;br /&gt;
: With [[hResume]], I've [[hresume-brainstorming|suggested]] that the subtle difference between actively seeking work and just presenting your resume be a case of including [[hlisting]] markup.&lt;br /&gt;
: With bills vs invoices, it may turn out that the content found within would be identical, and it might just be a case of putting in a class flag to indicate whether the presented document has been paid for or not.&lt;br /&gt;
: [[User:SignpostMarv|SignpostMarv]] 12:55, 21 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Receipts ===&lt;br /&gt;
&lt;br /&gt;
Receipts are post-purchase items.&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* [http://mobileonlinebusiness.com.au/uf/receipt/Amazon.com-Vieworder-anon.htm Example]&lt;br /&gt;
* contains: &lt;br /&gt;
**&amp;lt;del&amp;gt;email address&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
**date of order&lt;br /&gt;
**order id&lt;br /&gt;
**shipments&lt;br /&gt;
***shipping estimate&lt;br /&gt;
***delivery estimate&lt;br /&gt;
***shipping address&lt;br /&gt;
***shipping speed&lt;br /&gt;
***shipping preference (item grouping)&lt;br /&gt;
***items&lt;br /&gt;
****quantity&lt;br /&gt;
****seller&lt;br /&gt;
****price&lt;br /&gt;
****item information&lt;br /&gt;
**payment&lt;br /&gt;
***card type&lt;br /&gt;
***last 5 digits&lt;br /&gt;
***expiration date&lt;br /&gt;
***billing address&lt;br /&gt;
***subtotal&lt;br /&gt;
***shipping and handling price&lt;br /&gt;
***total before tax&lt;br /&gt;
***tax&lt;br /&gt;
***grand total&lt;br /&gt;
**&amp;lt;del&amp;gt;discount price&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
* Little semantic HTML of interest, except an anchor with id &amp;quot;payment-info&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Skype ====&lt;br /&gt;
&lt;br /&gt;
===== Skype Phone =====&lt;br /&gt;
*[[receipt-example-skype-phone|example source code]]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Skype-order-history.html Skype order history]&lt;br /&gt;
&lt;br /&gt;
* Name&lt;br /&gt;
* Shipping Address&lt;br /&gt;
* Order blurb &amp;quot;Confirmation of incoming order&amp;quot;&lt;br /&gt;
** date in dd/mm/yyyy format&lt;br /&gt;
* Order number in nnnn-nnnnnnn-nnn format&lt;br /&gt;
* Reference (was blank in example, presumed to appear on bank statement for this transaction)&lt;br /&gt;
* Order resume&lt;br /&gt;
** Quantity&lt;br /&gt;
** Description&lt;br /&gt;
** Price&lt;br /&gt;
** Total&lt;br /&gt;
** VAT (tax) %&lt;br /&gt;
* Payment&lt;br /&gt;
** subtotal&lt;br /&gt;
** shipping cost&lt;br /&gt;
** VAT (percentage)&lt;br /&gt;
** grand total&lt;br /&gt;
** total (VAT excluded)&lt;br /&gt;
** VAT (amount)&lt;br /&gt;
* Notification of chosen payment method blurb: &amp;quot;Your payment method is: Credit card&amp;quot;&lt;br /&gt;
* Legal blurb&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
* Order resume class=&amp;quot;order-listing&amp;quot;&lt;br /&gt;
* Each item class=&amp;quot;row&amp;quot;&lt;br /&gt;
* All totals rows class=&amp;quot;totals-row&amp;quot; except grand total class=&amp;quot;grandtotal-row&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Internet banking transaction receipts ====&lt;br /&gt;
===== Example 1 =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
time&lt;br /&gt;
receipt type (e.g. TRANSFER BETWEEN MY ACCOUNTS)&lt;br /&gt;
  transfer from&lt;br /&gt;
  transfer to&lt;br /&gt;
amount&lt;br /&gt;
description&lt;br /&gt;
information/comment&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Digital product purchase receipts ====&lt;br /&gt;
===== Example 1 : Software =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
order/receipt number&lt;br /&gt;
seller's details&lt;br /&gt;
  sold by (hCard candidate)&lt;br /&gt;
    org&lt;br /&gt;
    adr&lt;br /&gt;
  tax number (VAT in this example)&lt;br /&gt;
  tax id (Federal Tax ID)&lt;br /&gt;
buyer's details&lt;br /&gt;
  buyer (hCard candidate)&lt;br /&gt;
    name&lt;br /&gt;
    org&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
    country-name&lt;br /&gt;
    tel&lt;br /&gt;
    email&lt;br /&gt;
  credit card number (PAN truncated - with type)&lt;br /&gt;
item list&lt;br /&gt;
  product code&lt;br /&gt;
  name&lt;br /&gt;
  comments&lt;br /&gt;
  price&lt;br /&gt;
  delivery method&lt;br /&gt;
  quantity&lt;br /&gt;
  total in selected currency&lt;br /&gt;
  total in sellers currency&lt;br /&gt;
total (sum of item list totals)&lt;br /&gt;
processing fee&lt;br /&gt;
grand total (final amount charged)&lt;br /&gt;
information (caveats and tax info)&lt;br /&gt;
permalink&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : SSL certificate =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
purchase information&lt;br /&gt;
  order id&lt;br /&gt;
  product name&lt;br /&gt;
  domain name&lt;br /&gt;
  validity period&lt;br /&gt;
  number of licenses&lt;br /&gt;
  card number (PAN truncated)&lt;br /&gt;
  amount (with selected currency)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Physical product purchase receipts ====&lt;br /&gt;
===== Example 1 : Computer hardware =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller's name (hCard candidate)&lt;br /&gt;
seller's URL (hCard candidate)&lt;br /&gt;
invoice id&lt;br /&gt;
org govt reference (ABN - Australian Business Number)&lt;br /&gt;
date&lt;br /&gt;
seller details (hCard candidate)&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
buyer (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  billing address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  delivery address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  phone&lt;br /&gt;
item list&lt;br /&gt;
  item&lt;br /&gt;
  description&lt;br /&gt;
  amount&lt;br /&gt;
  quantity&lt;br /&gt;
  product url&lt;br /&gt;
  total&lt;br /&gt;
delivery cost&lt;br /&gt;
total excluding tax&lt;br /&gt;
tax (GST - Goods and Service Tax)&lt;br /&gt;
total including tax&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Service purchase receipts ====&lt;br /&gt;
===== Example 1 : Online subscription =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
seller's details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  country-name&lt;br /&gt;
buyer's details (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  phone&lt;br /&gt;
date&lt;br /&gt;
receipt id&lt;br /&gt;
item list&lt;br /&gt;
  product description&lt;br /&gt;
  quantity&lt;br /&gt;
  rate (per unit)&lt;br /&gt;
  price&lt;br /&gt;
sub total&lt;br /&gt;
amount paid&lt;br /&gt;
balance due&lt;br /&gt;
information&lt;br /&gt;
transaction id&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : Co-location =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
sellers details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  url&lt;br /&gt;
  phone&lt;br /&gt;
message&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
amount&lt;br /&gt;
information&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== A1Books ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/A1Books-Sales-Order-anon.htm Example]&lt;br /&gt;
&lt;br /&gt;
*vendor &lt;br /&gt;
**name&lt;br /&gt;
**fax&lt;br /&gt;
*date&lt;br /&gt;
*order number&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**list price&lt;br /&gt;
**sale price&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*subtotal&lt;br /&gt;
*shipping&lt;br /&gt;
*total&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*account information&lt;br /&gt;
**phone&lt;br /&gt;
**e-mail&lt;br /&gt;
*credit card last four digits&lt;br /&gt;
&lt;br /&gt;
No semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Barnes&amp;amp;Noble ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/BarnesAndNoble.com-receipt.anon.tidied.htm Example]&lt;br /&gt;
&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*payment&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**charge&lt;br /&gt;
*savings on shipping&lt;br /&gt;
*order no.&lt;br /&gt;
*delivery option&lt;br /&gt;
*items&lt;br /&gt;
**description: title, author, ISBN, price&lt;br /&gt;
**qty&lt;br /&gt;
**gift options: wrap, message&lt;br /&gt;
**total price&lt;br /&gt;
*shipment subtotal&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*shipment total (seems to account for orders requiring multiple shipments)&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*receiptOrderNumbers&lt;br /&gt;
*receiptOrderPlacedOn&lt;br /&gt;
*orderInformation&lt;br /&gt;
**shippingAddress&lt;br /&gt;
**billingAddress&lt;br /&gt;
**paymentInformation&lt;br /&gt;
*shippingSelections&lt;br /&gt;
*showProducts&lt;br /&gt;
**reviewTable&lt;br /&gt;
***qtyValuePosition&lt;br /&gt;
***reviewGiftOptions&lt;br /&gt;
*reviewTotalsDisplay&lt;br /&gt;
**reviewTotalsSummary&lt;br /&gt;
**reviewTotalsNote&lt;br /&gt;
**reviewTotalsBreakdown&lt;br /&gt;
*reviewTotalsSummary&lt;br /&gt;
**reviewGrandTotal&lt;br /&gt;
*reviewCreditCardCharged&lt;br /&gt;
*review&lt;br /&gt;
&lt;br /&gt;
==== Facebook ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/Facebook-gift-receipt.html Example]&lt;br /&gt;
&lt;br /&gt;
*purchase total&lt;br /&gt;
*items (informal description of two items, including quantity)&lt;br /&gt;
*recipient name&lt;br /&gt;
*order id&lt;br /&gt;
*billed-to name&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Google Checkout ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-e-mail-receipt.tidied.html Example email receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-Order-Receipt_DVD-Empire.tidied.htm Example web receipt]&lt;br /&gt;
&lt;br /&gt;
*vendor address&lt;br /&gt;
*shipping address&lt;br /&gt;
*date&lt;br /&gt;
*order id&lt;br /&gt;
*items&lt;br /&gt;
**shipping status (&amp;quot;Not yet shipped&amp;quot;, etc.)&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*total&lt;br /&gt;
*order history (placed, received, charged, shipped) (web receipt only)&lt;br /&gt;
*payment info (web receipt only)&lt;br /&gt;
**card type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**cardholder address&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*taxRow&lt;br /&gt;
**taxIdentifier&lt;br /&gt;
**taxAmount&lt;br /&gt;
*totalAmount&lt;br /&gt;
&lt;br /&gt;
==== iTunes ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/iTunes-receipt-e-mail.html iTunes e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*billing address&lt;br /&gt;
*order no.&lt;br /&gt;
*receipt date&lt;br /&gt;
*order total&lt;br /&gt;
*card &lt;br /&gt;
**type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
*item&lt;br /&gt;
**item no.&lt;br /&gt;
**description (including link to write a review)&lt;br /&gt;
**unit price&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Longs/FujiFilm ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Longs-Fujifilm-photo-receipt.html Longs/Fujifilm e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*order no.&lt;br /&gt;
*payment info&lt;br /&gt;
**method (COD, credit card, etc.)&lt;br /&gt;
*customer address&lt;br /&gt;
*pickup address&lt;br /&gt;
*items&lt;br /&gt;
**name&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
**line item subtotal&lt;br /&gt;
*order items total&lt;br /&gt;
*tax&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*payment-heading&lt;br /&gt;
&lt;br /&gt;
==== Mobivox/PayPal ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal.htm Mobivox/PayPal receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal-printable.htm Mobivox/PayPal printable receipt]&lt;br /&gt;
&lt;br /&gt;
*seller address&lt;br /&gt;
*receipt id&lt;br /&gt;
*date of order&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**item option (not quite sure what this is for)&lt;br /&gt;
**unit price&lt;br /&gt;
**qty&lt;br /&gt;
**total&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
*total amount&lt;br /&gt;
*payment info&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**charge&lt;br /&gt;
**appears on bill/statement as &amp;quot;MOBIVOXCORP&amp;quot;&lt;br /&gt;
*buyer contact&lt;br /&gt;
&lt;br /&gt;
Relevant semantic HTML:&lt;br /&gt;
*order-summary&lt;br /&gt;
**cart&lt;br /&gt;
***(unnamed tr)&lt;br /&gt;
****item-name&lt;br /&gt;
****item-total&lt;br /&gt;
****item-option (not quite sure what this is for)&lt;br /&gt;
**subtotal&lt;br /&gt;
**totals-value&lt;br /&gt;
**totals-currency&lt;br /&gt;
**purchase-summary&lt;br /&gt;
***summary-total&lt;br /&gt;
****price-total&lt;br /&gt;
****price-currency&lt;br /&gt;
*funding-mix&lt;br /&gt;
**payment-type&lt;br /&gt;
**amount&lt;br /&gt;
**ccStatement&lt;br /&gt;
*contact-information (contains hCard microformat)&lt;br /&gt;
&lt;br /&gt;
This semantic HTML is the most complete and well-thought-out I've seen in this analysis. It even makes use of the fieldset element in forms, something I've never seen before.[[User:Lastorset|Lastorset]] 16:21, 25 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
Microformats used:&lt;br /&gt;
*hCard (non-compliant due to missing formatted name): buyer contact info&lt;br /&gt;
&lt;br /&gt;
==== Symantec ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Symantec-reminder-e-mail.html Symantec e-mail reminder]&lt;br /&gt;
&lt;br /&gt;
*buyer name&lt;br /&gt;
*date&lt;br /&gt;
*payment method&lt;br /&gt;
*last 4 digits&lt;br /&gt;
*appears on statement as &amp;quot;DR *Symantec&amp;quot;&lt;br /&gt;
*items&lt;br /&gt;
**qty&lt;br /&gt;
**product name&lt;br /&gt;
**platform&lt;br /&gt;
**delivery method&lt;br /&gt;
**price&lt;br /&gt;
*subtotal&lt;br /&gt;
*grand total&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML&lt;br /&gt;
&lt;br /&gt;
=== Analysis ===&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Bills ====&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Receipts ====&lt;br /&gt;
&lt;br /&gt;
== Existing Practices ==&lt;br /&gt;
&lt;br /&gt;
Listed below is an overview of existing patterns and practices found in the wild for bill and receipt data.&lt;br /&gt;
&lt;br /&gt;
===Summary of common patterns discovered===&lt;br /&gt;
&lt;br /&gt;
===Other attempts to solve The Problem===&lt;br /&gt;
&lt;br /&gt;
== Proposal ==&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[receipt]]&lt;br /&gt;
* http://en.wikipedia.org/wiki/Receipt&lt;/div&gt;</summary>
		<author><name>Lastorset</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=18779</id>
		<title>receipt-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=18779"/>
		<updated>2007-07-25T23:24:23Z</updated>

		<summary type="html">&lt;p&gt;Lastorset: /* Symantec */ analysis&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Receipt =&lt;br /&gt;
&lt;br /&gt;
Overview of Receipt exploratory discussion goes here...&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
=== Contributors ===&lt;br /&gt;
Rob Manson&lt;br /&gt;
&lt;br /&gt;
== Real-World Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Bill / Invoice ===&lt;br /&gt;
&lt;br /&gt;
Bills or Invoices are &amp;quot;yet to be paid&amp;quot; items.&lt;br /&gt;
&lt;br /&gt;
Question: Perhaps these examples (yet to be provided) should be moved to a separate page as Bill/Invoice is quite different from Receipt.&lt;br /&gt;
&lt;br /&gt;
: With [[hResume]], I've [[hresume-brainstorming|suggested]] that the subtle difference between actively seeking work and just presenting your resume be a case of including [[hlisting]] markup.&lt;br /&gt;
: With bills vs invoices, it may turn out that the content found within would be identical, and it might just be a case of putting in a class flag to indicate whether the presented document has been paid for or not.&lt;br /&gt;
: [[User:SignpostMarv|SignpostMarv]] 12:55, 21 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Receipts ===&lt;br /&gt;
&lt;br /&gt;
Receipts are post-purchase items.&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* [http://mobileonlinebusiness.com.au/uf/receipt/Amazon.com-Vieworder-anon.htm Example]&lt;br /&gt;
* contains: &lt;br /&gt;
**&amp;lt;del&amp;gt;email address&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
**date of order&lt;br /&gt;
**order id&lt;br /&gt;
**shipments&lt;br /&gt;
***shipping estimate&lt;br /&gt;
***delivery estimate&lt;br /&gt;
***shipping address&lt;br /&gt;
***shipping speed&lt;br /&gt;
***shipping preference (item grouping)&lt;br /&gt;
***items&lt;br /&gt;
****quantity&lt;br /&gt;
****seller&lt;br /&gt;
****price&lt;br /&gt;
****item information&lt;br /&gt;
**payment&lt;br /&gt;
***card type&lt;br /&gt;
***last 5 digits&lt;br /&gt;
***expiration date&lt;br /&gt;
***billing address&lt;br /&gt;
***subtotal&lt;br /&gt;
***shipping and handling price&lt;br /&gt;
***total before tax&lt;br /&gt;
***tax&lt;br /&gt;
***grand total&lt;br /&gt;
**&amp;lt;del&amp;gt;discount price&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
* Little semantic HTML of interest, except an anchor with id &amp;quot;payment-info&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Skype ====&lt;br /&gt;
&lt;br /&gt;
===== Skype Phone =====&lt;br /&gt;
*[[receipt-example-skype-phone|example source code]]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Skype-order-history.html Skype order history]&lt;br /&gt;
&lt;br /&gt;
* Name&lt;br /&gt;
* Shipping Address&lt;br /&gt;
* Order blurb &amp;quot;Confirmation of incoming order&amp;quot;&lt;br /&gt;
** date in dd/mm/yyyy format&lt;br /&gt;
* Order number in nnnn-nnnnnnn-nnn format&lt;br /&gt;
* Reference (was blank in example, presumed to appear on bank statement for this transaction)&lt;br /&gt;
* Order resume&lt;br /&gt;
** Quantity&lt;br /&gt;
** Description&lt;br /&gt;
** Price&lt;br /&gt;
** Total&lt;br /&gt;
** VAT (tax) %&lt;br /&gt;
* Payment&lt;br /&gt;
** subtotal&lt;br /&gt;
** shipping cost&lt;br /&gt;
** VAT (percentage)&lt;br /&gt;
** grand total&lt;br /&gt;
** total (VAT excluded)&lt;br /&gt;
** VAT (amount)&lt;br /&gt;
* Notification of chosen payment method blurb: &amp;quot;Your payment method is: Credit card&amp;quot;&lt;br /&gt;
* Legal blurb&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
* Order resume class=&amp;quot;order-listing&amp;quot;&lt;br /&gt;
* Each item class=&amp;quot;row&amp;quot;&lt;br /&gt;
* All totals rows class=&amp;quot;totals-row&amp;quot; except grand total class=&amp;quot;grandtotal-row&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Internet banking transaction receipts ====&lt;br /&gt;
===== Example 1 =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
time&lt;br /&gt;
receipt type (e.g. TRANSFER BETWEEN MY ACCOUNTS)&lt;br /&gt;
  transfer from&lt;br /&gt;
  transfer to&lt;br /&gt;
amount&lt;br /&gt;
description&lt;br /&gt;
information/comment&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Digital product purchase receipts ====&lt;br /&gt;
===== Example 1 : Software =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
order/receipt number&lt;br /&gt;
seller's details&lt;br /&gt;
  sold by (hCard candidate)&lt;br /&gt;
    org&lt;br /&gt;
    adr&lt;br /&gt;
  tax number (VAT in this example)&lt;br /&gt;
  tax id (Federal Tax ID)&lt;br /&gt;
buyer's details&lt;br /&gt;
  buyer (hCard candidate)&lt;br /&gt;
    name&lt;br /&gt;
    org&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
    country-name&lt;br /&gt;
    tel&lt;br /&gt;
    email&lt;br /&gt;
  credit card number (PAN truncated - with type)&lt;br /&gt;
item list&lt;br /&gt;
  product code&lt;br /&gt;
  name&lt;br /&gt;
  comments&lt;br /&gt;
  price&lt;br /&gt;
  delivery method&lt;br /&gt;
  quantity&lt;br /&gt;
  total in selected currency&lt;br /&gt;
  total in sellers currency&lt;br /&gt;
total (sum of item list totals)&lt;br /&gt;
processing fee&lt;br /&gt;
grand total (final amount charged)&lt;br /&gt;
information (caveats and tax info)&lt;br /&gt;
permalink&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : SSL certificate =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
purchase information&lt;br /&gt;
  order id&lt;br /&gt;
  product name&lt;br /&gt;
  domain name&lt;br /&gt;
  validity period&lt;br /&gt;
  number of licenses&lt;br /&gt;
  card number (PAN truncated)&lt;br /&gt;
  amount (with selected currency)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Physical product purchase receipts ====&lt;br /&gt;
===== Example 1 : Computer hardware =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller's name (hCard candidate)&lt;br /&gt;
seller's URL (hCard candidate)&lt;br /&gt;
invoice id&lt;br /&gt;
org govt reference (ABN - Australian Business Number)&lt;br /&gt;
date&lt;br /&gt;
seller details (hCard candidate)&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
buyer (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  billing address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  delivery address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  phone&lt;br /&gt;
item list&lt;br /&gt;
  item&lt;br /&gt;
  description&lt;br /&gt;
  amount&lt;br /&gt;
  quantity&lt;br /&gt;
  product url&lt;br /&gt;
  total&lt;br /&gt;
delivery cost&lt;br /&gt;
total excluding tax&lt;br /&gt;
tax (GST - Goods and Service Tax)&lt;br /&gt;
total including tax&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Service purchase receipts ====&lt;br /&gt;
===== Example 1 : Online subscription =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
seller's details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  country-name&lt;br /&gt;
buyer's details (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  phone&lt;br /&gt;
date&lt;br /&gt;
receipt id&lt;br /&gt;
item list&lt;br /&gt;
  product description&lt;br /&gt;
  quantity&lt;br /&gt;
  rate (per unit)&lt;br /&gt;
  price&lt;br /&gt;
sub total&lt;br /&gt;
amount paid&lt;br /&gt;
balance due&lt;br /&gt;
information&lt;br /&gt;
transaction id&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : Co-location =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
sellers details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  url&lt;br /&gt;
  phone&lt;br /&gt;
message&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
amount&lt;br /&gt;
information&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== A1Books ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/A1Books-Sales-Order-anon.htm Example]&lt;br /&gt;
&lt;br /&gt;
*vendor &lt;br /&gt;
**name&lt;br /&gt;
**fax&lt;br /&gt;
*date&lt;br /&gt;
*order number&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**list price&lt;br /&gt;
**sale price&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*subtotal&lt;br /&gt;
*shipping&lt;br /&gt;
*total&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*account information&lt;br /&gt;
**phone&lt;br /&gt;
**e-mail&lt;br /&gt;
*credit card last four digits&lt;br /&gt;
&lt;br /&gt;
No semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Barnes&amp;amp;Noble ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/BarnesAndNoble.com-receipt.anon.tidied.htm Example]&lt;br /&gt;
&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*payment&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**charge&lt;br /&gt;
*savings on shipping&lt;br /&gt;
*order no.&lt;br /&gt;
*delivery option&lt;br /&gt;
*items&lt;br /&gt;
**description: title, author, ISBN, price&lt;br /&gt;
**qty&lt;br /&gt;
**gift options: wrap, message&lt;br /&gt;
**total price&lt;br /&gt;
*shipment subtotal&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*shipment total (seems to account for orders requiring multiple shipments)&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*receiptOrderNumbers&lt;br /&gt;
*receiptOrderPlacedOn&lt;br /&gt;
*orderInformation&lt;br /&gt;
**shippingAddress&lt;br /&gt;
**billingAddress&lt;br /&gt;
**paymentInformation&lt;br /&gt;
*shippingSelections&lt;br /&gt;
*showProducts&lt;br /&gt;
**reviewTable&lt;br /&gt;
***qtyValuePosition&lt;br /&gt;
***reviewGiftOptions&lt;br /&gt;
*reviewTotalsDisplay&lt;br /&gt;
**reviewTotalsSummary&lt;br /&gt;
**reviewTotalsNote&lt;br /&gt;
**reviewTotalsBreakdown&lt;br /&gt;
*reviewTotalsSummary&lt;br /&gt;
**reviewGrandTotal&lt;br /&gt;
*reviewCreditCardCharged&lt;br /&gt;
*review&lt;br /&gt;
&lt;br /&gt;
==== Facebook ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/Facebook-gift-receipt.html Example]&lt;br /&gt;
&lt;br /&gt;
*purchase total&lt;br /&gt;
*items (informal description of two items, including quantity)&lt;br /&gt;
*recipient name&lt;br /&gt;
*order id&lt;br /&gt;
*billed-to name&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Google Checkout ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-e-mail-receipt.tidied.html Example email receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-Order-Receipt_DVD-Empire.tidied.htm Example web receipt]&lt;br /&gt;
&lt;br /&gt;
*vendor address&lt;br /&gt;
*shipping address&lt;br /&gt;
*date&lt;br /&gt;
*order id&lt;br /&gt;
*items&lt;br /&gt;
**shipping status (&amp;quot;Not yet shipped&amp;quot;, etc.)&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*total&lt;br /&gt;
*order history (placed, received, charged, shipped) (web receipt only)&lt;br /&gt;
*payment info (web receipt only)&lt;br /&gt;
**card type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**cardholder address&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*taxRow&lt;br /&gt;
**taxIdentifier&lt;br /&gt;
**taxAmount&lt;br /&gt;
*totalAmount&lt;br /&gt;
&lt;br /&gt;
==== iTunes ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/iTunes-receipt-e-mail.html iTunes e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*billing address&lt;br /&gt;
*order no.&lt;br /&gt;
*receipt date&lt;br /&gt;
*order total&lt;br /&gt;
*card &lt;br /&gt;
**type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
*item&lt;br /&gt;
**item no.&lt;br /&gt;
**description (including link to write a review)&lt;br /&gt;
**unit price&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Longs/FujiFilm ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Longs-Fujifilm-photo-receipt.html Longs/Fujifilm e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*order no.&lt;br /&gt;
*payment info&lt;br /&gt;
**method (COD, credit card, etc.)&lt;br /&gt;
*customer address&lt;br /&gt;
*pickup address&lt;br /&gt;
*items&lt;br /&gt;
**name&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
**line item subtotal&lt;br /&gt;
*order items total&lt;br /&gt;
*tax&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*payment-heading&lt;br /&gt;
&lt;br /&gt;
==== Mobivox/PayPal ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal.htm Mobivox/PayPal receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal-printable.htm Mobivox/PayPal printable receipt]&lt;br /&gt;
&lt;br /&gt;
*seller address&lt;br /&gt;
*receipt id&lt;br /&gt;
*date of order&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**item option (not quite sure what this is for)&lt;br /&gt;
**unit price&lt;br /&gt;
**qty&lt;br /&gt;
**total&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
*total amount&lt;br /&gt;
*payment info&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**charge&lt;br /&gt;
**appears on bill/statement as &amp;quot;MOBIVOXCORP&amp;quot;&lt;br /&gt;
*buyer contact&lt;br /&gt;
&lt;br /&gt;
Relevant semantic HTML:&lt;br /&gt;
*order-summary&lt;br /&gt;
**cart&lt;br /&gt;
***(unnamed tr)&lt;br /&gt;
****item-name&lt;br /&gt;
****item-total&lt;br /&gt;
****item-option (not quite sure what this is for)&lt;br /&gt;
**subtotal&lt;br /&gt;
**totals-value&lt;br /&gt;
**totals-currency&lt;br /&gt;
**purchase-summary&lt;br /&gt;
***summary-total&lt;br /&gt;
****price-total&lt;br /&gt;
****price-currency&lt;br /&gt;
*funding-mix&lt;br /&gt;
**payment-type&lt;br /&gt;
**amount&lt;br /&gt;
**ccStatement&lt;br /&gt;
*contact-information (contains hCard microformat)&lt;br /&gt;
&lt;br /&gt;
This semantic HTML is the most complete and well-thought-out I've seen in this analysis. It even makes use of the fieldset element in forms, something I've never seen before.[[User:Lastorset|Lastorset]] 16:21, 25 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
Microformats used:&lt;br /&gt;
*hCard (non-compliant due to missing formatted name): buyer contact info&lt;br /&gt;
&lt;br /&gt;
==== Symantec ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Symantec-reminder-e-mail.html Symantec e-mail reminder]&lt;br /&gt;
&lt;br /&gt;
*buyer name&lt;br /&gt;
*date&lt;br /&gt;
*payment method&lt;br /&gt;
*last 4 digits&lt;br /&gt;
*appears on statement as &amp;quot;DR *Symantec&amp;quot;&lt;br /&gt;
*items&lt;br /&gt;
**qty&lt;br /&gt;
**product name&lt;br /&gt;
**platform&lt;br /&gt;
**delivery method&lt;br /&gt;
**price&lt;br /&gt;
*subtotal&lt;br /&gt;
*grand total&lt;br /&gt;
*permalink&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML&lt;br /&gt;
&lt;br /&gt;
=== Analysis ===&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Bills ====&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Receipts ====&lt;br /&gt;
&lt;br /&gt;
== Existing Practices ==&lt;br /&gt;
&lt;br /&gt;
Listed below is an overview of existing patterns and practices found in the wild for bill and receipt data.&lt;br /&gt;
&lt;br /&gt;
===Summary of common patterns discovered===&lt;br /&gt;
&lt;br /&gt;
===Other attempts to solve The Problem===&lt;br /&gt;
&lt;br /&gt;
== Proposal ==&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[receipt]]&lt;br /&gt;
* http://en.wikipedia.org/wiki/Receipt&lt;/div&gt;</summary>
		<author><name>Lastorset</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=18778</id>
		<title>receipt-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=18778"/>
		<updated>2007-07-25T23:21:43Z</updated>

		<summary type="html">&lt;p&gt;Lastorset: /* Mobivox/PayPal */ analysis&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Receipt =&lt;br /&gt;
&lt;br /&gt;
Overview of Receipt exploratory discussion goes here...&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
=== Contributors ===&lt;br /&gt;
Rob Manson&lt;br /&gt;
&lt;br /&gt;
== Real-World Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Bill / Invoice ===&lt;br /&gt;
&lt;br /&gt;
Bills or Invoices are &amp;quot;yet to be paid&amp;quot; items.&lt;br /&gt;
&lt;br /&gt;
Question: Perhaps these examples (yet to be provided) should be moved to a separate page as Bill/Invoice is quite different from Receipt.&lt;br /&gt;
&lt;br /&gt;
: With [[hResume]], I've [[hresume-brainstorming|suggested]] that the subtle difference between actively seeking work and just presenting your resume be a case of including [[hlisting]] markup.&lt;br /&gt;
: With bills vs invoices, it may turn out that the content found within would be identical, and it might just be a case of putting in a class flag to indicate whether the presented document has been paid for or not.&lt;br /&gt;
: [[User:SignpostMarv|SignpostMarv]] 12:55, 21 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Receipts ===&lt;br /&gt;
&lt;br /&gt;
Receipts are post-purchase items.&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* [http://mobileonlinebusiness.com.au/uf/receipt/Amazon.com-Vieworder-anon.htm Example]&lt;br /&gt;
* contains: &lt;br /&gt;
**&amp;lt;del&amp;gt;email address&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
**date of order&lt;br /&gt;
**order id&lt;br /&gt;
**shipments&lt;br /&gt;
***shipping estimate&lt;br /&gt;
***delivery estimate&lt;br /&gt;
***shipping address&lt;br /&gt;
***shipping speed&lt;br /&gt;
***shipping preference (item grouping)&lt;br /&gt;
***items&lt;br /&gt;
****quantity&lt;br /&gt;
****seller&lt;br /&gt;
****price&lt;br /&gt;
****item information&lt;br /&gt;
**payment&lt;br /&gt;
***card type&lt;br /&gt;
***last 5 digits&lt;br /&gt;
***expiration date&lt;br /&gt;
***billing address&lt;br /&gt;
***subtotal&lt;br /&gt;
***shipping and handling price&lt;br /&gt;
***total before tax&lt;br /&gt;
***tax&lt;br /&gt;
***grand total&lt;br /&gt;
**&amp;lt;del&amp;gt;discount price&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
* Little semantic HTML of interest, except an anchor with id &amp;quot;payment-info&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Skype ====&lt;br /&gt;
&lt;br /&gt;
===== Skype Phone =====&lt;br /&gt;
*[[receipt-example-skype-phone|example source code]]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Skype-order-history.html Skype order history]&lt;br /&gt;
&lt;br /&gt;
* Name&lt;br /&gt;
* Shipping Address&lt;br /&gt;
* Order blurb &amp;quot;Confirmation of incoming order&amp;quot;&lt;br /&gt;
** date in dd/mm/yyyy format&lt;br /&gt;
* Order number in nnnn-nnnnnnn-nnn format&lt;br /&gt;
* Reference (was blank in example, presumed to appear on bank statement for this transaction)&lt;br /&gt;
* Order resume&lt;br /&gt;
** Quantity&lt;br /&gt;
** Description&lt;br /&gt;
** Price&lt;br /&gt;
** Total&lt;br /&gt;
** VAT (tax) %&lt;br /&gt;
* Payment&lt;br /&gt;
** subtotal&lt;br /&gt;
** shipping cost&lt;br /&gt;
** VAT (percentage)&lt;br /&gt;
** grand total&lt;br /&gt;
** total (VAT excluded)&lt;br /&gt;
** VAT (amount)&lt;br /&gt;
* Notification of chosen payment method blurb: &amp;quot;Your payment method is: Credit card&amp;quot;&lt;br /&gt;
* Legal blurb&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
* Order resume class=&amp;quot;order-listing&amp;quot;&lt;br /&gt;
* Each item class=&amp;quot;row&amp;quot;&lt;br /&gt;
* All totals rows class=&amp;quot;totals-row&amp;quot; except grand total class=&amp;quot;grandtotal-row&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Internet banking transaction receipts ====&lt;br /&gt;
===== Example 1 =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
time&lt;br /&gt;
receipt type (e.g. TRANSFER BETWEEN MY ACCOUNTS)&lt;br /&gt;
  transfer from&lt;br /&gt;
  transfer to&lt;br /&gt;
amount&lt;br /&gt;
description&lt;br /&gt;
information/comment&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Digital product purchase receipts ====&lt;br /&gt;
===== Example 1 : Software =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
order/receipt number&lt;br /&gt;
seller's details&lt;br /&gt;
  sold by (hCard candidate)&lt;br /&gt;
    org&lt;br /&gt;
    adr&lt;br /&gt;
  tax number (VAT in this example)&lt;br /&gt;
  tax id (Federal Tax ID)&lt;br /&gt;
buyer's details&lt;br /&gt;
  buyer (hCard candidate)&lt;br /&gt;
    name&lt;br /&gt;
    org&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
    country-name&lt;br /&gt;
    tel&lt;br /&gt;
    email&lt;br /&gt;
  credit card number (PAN truncated - with type)&lt;br /&gt;
item list&lt;br /&gt;
  product code&lt;br /&gt;
  name&lt;br /&gt;
  comments&lt;br /&gt;
  price&lt;br /&gt;
  delivery method&lt;br /&gt;
  quantity&lt;br /&gt;
  total in selected currency&lt;br /&gt;
  total in sellers currency&lt;br /&gt;
total (sum of item list totals)&lt;br /&gt;
processing fee&lt;br /&gt;
grand total (final amount charged)&lt;br /&gt;
information (caveats and tax info)&lt;br /&gt;
permalink&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : SSL certificate =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
purchase information&lt;br /&gt;
  order id&lt;br /&gt;
  product name&lt;br /&gt;
  domain name&lt;br /&gt;
  validity period&lt;br /&gt;
  number of licenses&lt;br /&gt;
  card number (PAN truncated)&lt;br /&gt;
  amount (with selected currency)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Physical product purchase receipts ====&lt;br /&gt;
===== Example 1 : Computer hardware =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller's name (hCard candidate)&lt;br /&gt;
seller's URL (hCard candidate)&lt;br /&gt;
invoice id&lt;br /&gt;
org govt reference (ABN - Australian Business Number)&lt;br /&gt;
date&lt;br /&gt;
seller details (hCard candidate)&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
buyer (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  billing address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  delivery address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  phone&lt;br /&gt;
item list&lt;br /&gt;
  item&lt;br /&gt;
  description&lt;br /&gt;
  amount&lt;br /&gt;
  quantity&lt;br /&gt;
  product url&lt;br /&gt;
  total&lt;br /&gt;
delivery cost&lt;br /&gt;
total excluding tax&lt;br /&gt;
tax (GST - Goods and Service Tax)&lt;br /&gt;
total including tax&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Service purchase receipts ====&lt;br /&gt;
===== Example 1 : Online subscription =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
seller's details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  country-name&lt;br /&gt;
buyer's details (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  phone&lt;br /&gt;
date&lt;br /&gt;
receipt id&lt;br /&gt;
item list&lt;br /&gt;
  product description&lt;br /&gt;
  quantity&lt;br /&gt;
  rate (per unit)&lt;br /&gt;
  price&lt;br /&gt;
sub total&lt;br /&gt;
amount paid&lt;br /&gt;
balance due&lt;br /&gt;
information&lt;br /&gt;
transaction id&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : Co-location =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
sellers details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  url&lt;br /&gt;
  phone&lt;br /&gt;
message&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
amount&lt;br /&gt;
information&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== A1Books ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/A1Books-Sales-Order-anon.htm Example]&lt;br /&gt;
&lt;br /&gt;
*vendor &lt;br /&gt;
**name&lt;br /&gt;
**fax&lt;br /&gt;
*date&lt;br /&gt;
*order number&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**list price&lt;br /&gt;
**sale price&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*subtotal&lt;br /&gt;
*shipping&lt;br /&gt;
*total&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*account information&lt;br /&gt;
**phone&lt;br /&gt;
**e-mail&lt;br /&gt;
*credit card last four digits&lt;br /&gt;
&lt;br /&gt;
No semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Barnes&amp;amp;Noble ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/BarnesAndNoble.com-receipt.anon.tidied.htm Example]&lt;br /&gt;
&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*payment&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**charge&lt;br /&gt;
*savings on shipping&lt;br /&gt;
*order no.&lt;br /&gt;
*delivery option&lt;br /&gt;
*items&lt;br /&gt;
**description: title, author, ISBN, price&lt;br /&gt;
**qty&lt;br /&gt;
**gift options: wrap, message&lt;br /&gt;
**total price&lt;br /&gt;
*shipment subtotal&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*shipment total (seems to account for orders requiring multiple shipments)&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*receiptOrderNumbers&lt;br /&gt;
*receiptOrderPlacedOn&lt;br /&gt;
*orderInformation&lt;br /&gt;
**shippingAddress&lt;br /&gt;
**billingAddress&lt;br /&gt;
**paymentInformation&lt;br /&gt;
*shippingSelections&lt;br /&gt;
*showProducts&lt;br /&gt;
**reviewTable&lt;br /&gt;
***qtyValuePosition&lt;br /&gt;
***reviewGiftOptions&lt;br /&gt;
*reviewTotalsDisplay&lt;br /&gt;
**reviewTotalsSummary&lt;br /&gt;
**reviewTotalsNote&lt;br /&gt;
**reviewTotalsBreakdown&lt;br /&gt;
*reviewTotalsSummary&lt;br /&gt;
**reviewGrandTotal&lt;br /&gt;
*reviewCreditCardCharged&lt;br /&gt;
*review&lt;br /&gt;
&lt;br /&gt;
==== Facebook ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/Facebook-gift-receipt.html Example]&lt;br /&gt;
&lt;br /&gt;
*purchase total&lt;br /&gt;
*items (informal description of two items, including quantity)&lt;br /&gt;
*recipient name&lt;br /&gt;
*order id&lt;br /&gt;
*billed-to name&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Google Checkout ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-e-mail-receipt.tidied.html Example email receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-Order-Receipt_DVD-Empire.tidied.htm Example web receipt]&lt;br /&gt;
&lt;br /&gt;
*vendor address&lt;br /&gt;
*shipping address&lt;br /&gt;
*date&lt;br /&gt;
*order id&lt;br /&gt;
*items&lt;br /&gt;
**shipping status (&amp;quot;Not yet shipped&amp;quot;, etc.)&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*total&lt;br /&gt;
*order history (placed, received, charged, shipped) (web receipt only)&lt;br /&gt;
*payment info (web receipt only)&lt;br /&gt;
**card type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**cardholder address&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*taxRow&lt;br /&gt;
**taxIdentifier&lt;br /&gt;
**taxAmount&lt;br /&gt;
*totalAmount&lt;br /&gt;
&lt;br /&gt;
==== iTunes ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/iTunes-receipt-e-mail.html iTunes e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*billing address&lt;br /&gt;
*order no.&lt;br /&gt;
*receipt date&lt;br /&gt;
*order total&lt;br /&gt;
*card &lt;br /&gt;
**type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
*item&lt;br /&gt;
**item no.&lt;br /&gt;
**description (including link to write a review)&lt;br /&gt;
**unit price&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Longs/FujiFilm ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Longs-Fujifilm-photo-receipt.html Longs/Fujifilm e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*order no.&lt;br /&gt;
*payment info&lt;br /&gt;
**method (COD, credit card, etc.)&lt;br /&gt;
*customer address&lt;br /&gt;
*pickup address&lt;br /&gt;
*items&lt;br /&gt;
**name&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
**line item subtotal&lt;br /&gt;
*order items total&lt;br /&gt;
*tax&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*payment-heading&lt;br /&gt;
&lt;br /&gt;
==== Mobivox/PayPal ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal.htm Mobivox/PayPal receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal-printable.htm Mobivox/PayPal printable receipt]&lt;br /&gt;
&lt;br /&gt;
*seller address&lt;br /&gt;
*receipt id&lt;br /&gt;
*date of order&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**item option (not quite sure what this is for)&lt;br /&gt;
**unit price&lt;br /&gt;
**qty&lt;br /&gt;
**total&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
*total amount&lt;br /&gt;
*payment info&lt;br /&gt;
**method&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**charge&lt;br /&gt;
**appears on bill/statement as &amp;quot;MOBIVOXCORP&amp;quot;&lt;br /&gt;
*buyer contact&lt;br /&gt;
&lt;br /&gt;
Relevant semantic HTML:&lt;br /&gt;
*order-summary&lt;br /&gt;
**cart&lt;br /&gt;
***(unnamed tr)&lt;br /&gt;
****item-name&lt;br /&gt;
****item-total&lt;br /&gt;
****item-option (not quite sure what this is for)&lt;br /&gt;
**subtotal&lt;br /&gt;
**totals-value&lt;br /&gt;
**totals-currency&lt;br /&gt;
**purchase-summary&lt;br /&gt;
***summary-total&lt;br /&gt;
****price-total&lt;br /&gt;
****price-currency&lt;br /&gt;
*funding-mix&lt;br /&gt;
**payment-type&lt;br /&gt;
**amount&lt;br /&gt;
**ccStatement&lt;br /&gt;
*contact-information (contains hCard microformat)&lt;br /&gt;
&lt;br /&gt;
This semantic HTML is the most complete and well-thought-out I've seen in this analysis. It even makes use of the fieldset element in forms, something I've never seen before.[[User:Lastorset|Lastorset]] 16:21, 25 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
Microformats used:&lt;br /&gt;
*hCard (non-compliant due to missing formatted name): buyer contact info&lt;br /&gt;
&lt;br /&gt;
==== Symantec ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Symantec-reminder-e-mail.html Symantec e-mail reminder]&lt;br /&gt;
&lt;br /&gt;
=== Analysis ===&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Bills ====&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Receipts ====&lt;br /&gt;
&lt;br /&gt;
== Existing Practices ==&lt;br /&gt;
&lt;br /&gt;
Listed below is an overview of existing patterns and practices found in the wild for bill and receipt data.&lt;br /&gt;
&lt;br /&gt;
===Summary of common patterns discovered===&lt;br /&gt;
&lt;br /&gt;
===Other attempts to solve The Problem===&lt;br /&gt;
&lt;br /&gt;
== Proposal ==&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[receipt]]&lt;br /&gt;
* http://en.wikipedia.org/wiki/Receipt&lt;/div&gt;</summary>
		<author><name>Lastorset</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=18777</id>
		<title>receipt-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=18777"/>
		<updated>2007-07-25T22:51:55Z</updated>

		<summary type="html">&lt;p&gt;Lastorset: /* Google Checkout */ semantic HTML&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Receipt =&lt;br /&gt;
&lt;br /&gt;
Overview of Receipt exploratory discussion goes here...&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
=== Contributors ===&lt;br /&gt;
Rob Manson&lt;br /&gt;
&lt;br /&gt;
== Real-World Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Bill / Invoice ===&lt;br /&gt;
&lt;br /&gt;
Bills or Invoices are &amp;quot;yet to be paid&amp;quot; items.&lt;br /&gt;
&lt;br /&gt;
Question: Perhaps these examples (yet to be provided) should be moved to a separate page as Bill/Invoice is quite different from Receipt.&lt;br /&gt;
&lt;br /&gt;
: With [[hResume]], I've [[hresume-brainstorming|suggested]] that the subtle difference between actively seeking work and just presenting your resume be a case of including [[hlisting]] markup.&lt;br /&gt;
: With bills vs invoices, it may turn out that the content found within would be identical, and it might just be a case of putting in a class flag to indicate whether the presented document has been paid for or not.&lt;br /&gt;
: [[User:SignpostMarv|SignpostMarv]] 12:55, 21 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Receipts ===&lt;br /&gt;
&lt;br /&gt;
Receipts are post-purchase items.&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* [http://mobileonlinebusiness.com.au/uf/receipt/Amazon.com-Vieworder-anon.htm Example]&lt;br /&gt;
* contains: &lt;br /&gt;
**&amp;lt;del&amp;gt;email address&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
**date of order&lt;br /&gt;
**order id&lt;br /&gt;
**shipments&lt;br /&gt;
***shipping estimate&lt;br /&gt;
***delivery estimate&lt;br /&gt;
***shipping address&lt;br /&gt;
***shipping speed&lt;br /&gt;
***shipping preference (item grouping)&lt;br /&gt;
***items&lt;br /&gt;
****quantity&lt;br /&gt;
****seller&lt;br /&gt;
****price&lt;br /&gt;
****item information&lt;br /&gt;
**payment&lt;br /&gt;
***card type&lt;br /&gt;
***last 5 digits&lt;br /&gt;
***expiration date&lt;br /&gt;
***billing address&lt;br /&gt;
***subtotal&lt;br /&gt;
***shipping and handling price&lt;br /&gt;
***total before tax&lt;br /&gt;
***tax&lt;br /&gt;
***grand total&lt;br /&gt;
**&amp;lt;del&amp;gt;discount price&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
* Little semantic HTML of interest, except an anchor with id &amp;quot;payment-info&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Skype ====&lt;br /&gt;
&lt;br /&gt;
===== Skype Phone =====&lt;br /&gt;
*[[receipt-example-skype-phone|example source code]]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Skype-order-history.html Skype order history]&lt;br /&gt;
&lt;br /&gt;
* Name&lt;br /&gt;
* Shipping Address&lt;br /&gt;
* Order blurb &amp;quot;Confirmation of incoming order&amp;quot;&lt;br /&gt;
** date in dd/mm/yyyy format&lt;br /&gt;
* Order number in nnnn-nnnnnnn-nnn format&lt;br /&gt;
* Reference (was blank in example, presumed to appear on bank statement for this transaction)&lt;br /&gt;
* Order resume&lt;br /&gt;
** Quantity&lt;br /&gt;
** Description&lt;br /&gt;
** Price&lt;br /&gt;
** Total&lt;br /&gt;
** VAT (tax) %&lt;br /&gt;
* Payment&lt;br /&gt;
** subtotal&lt;br /&gt;
** shipping cost&lt;br /&gt;
** VAT (percentage)&lt;br /&gt;
** grand total&lt;br /&gt;
** total (VAT excluded)&lt;br /&gt;
** VAT (amount)&lt;br /&gt;
* Notification of chosen payment method blurb: &amp;quot;Your payment method is: Credit card&amp;quot;&lt;br /&gt;
* Legal blurb&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
* Order resume class=&amp;quot;order-listing&amp;quot;&lt;br /&gt;
* Each item class=&amp;quot;row&amp;quot;&lt;br /&gt;
* All totals rows class=&amp;quot;totals-row&amp;quot; except grand total class=&amp;quot;grandtotal-row&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Internet banking transaction receipts ====&lt;br /&gt;
===== Example 1 =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
time&lt;br /&gt;
receipt type (e.g. TRANSFER BETWEEN MY ACCOUNTS)&lt;br /&gt;
  transfer from&lt;br /&gt;
  transfer to&lt;br /&gt;
amount&lt;br /&gt;
description&lt;br /&gt;
information/comment&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Digital product purchase receipts ====&lt;br /&gt;
===== Example 1 : Software =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
order/receipt number&lt;br /&gt;
seller's details&lt;br /&gt;
  sold by (hCard candidate)&lt;br /&gt;
    org&lt;br /&gt;
    adr&lt;br /&gt;
  tax number (VAT in this example)&lt;br /&gt;
  tax id (Federal Tax ID)&lt;br /&gt;
buyer's details&lt;br /&gt;
  buyer (hCard candidate)&lt;br /&gt;
    name&lt;br /&gt;
    org&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
    country-name&lt;br /&gt;
    tel&lt;br /&gt;
    email&lt;br /&gt;
  credit card number (PAN truncated - with type)&lt;br /&gt;
item list&lt;br /&gt;
  product code&lt;br /&gt;
  name&lt;br /&gt;
  comments&lt;br /&gt;
  price&lt;br /&gt;
  delivery method&lt;br /&gt;
  quantity&lt;br /&gt;
  total in selected currency&lt;br /&gt;
  total in sellers currency&lt;br /&gt;
total (sum of item list totals)&lt;br /&gt;
processing fee&lt;br /&gt;
grand total (final amount charged)&lt;br /&gt;
information (caveats and tax info)&lt;br /&gt;
permalink&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : SSL certificate =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
purchase information&lt;br /&gt;
  order id&lt;br /&gt;
  product name&lt;br /&gt;
  domain name&lt;br /&gt;
  validity period&lt;br /&gt;
  number of licenses&lt;br /&gt;
  card number (PAN truncated)&lt;br /&gt;
  amount (with selected currency)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Physical product purchase receipts ====&lt;br /&gt;
===== Example 1 : Computer hardware =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller's name (hCard candidate)&lt;br /&gt;
seller's URL (hCard candidate)&lt;br /&gt;
invoice id&lt;br /&gt;
org govt reference (ABN - Australian Business Number)&lt;br /&gt;
date&lt;br /&gt;
seller details (hCard candidate)&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
buyer (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  billing address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  delivery address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  phone&lt;br /&gt;
item list&lt;br /&gt;
  item&lt;br /&gt;
  description&lt;br /&gt;
  amount&lt;br /&gt;
  quantity&lt;br /&gt;
  product url&lt;br /&gt;
  total&lt;br /&gt;
delivery cost&lt;br /&gt;
total excluding tax&lt;br /&gt;
tax (GST - Goods and Service Tax)&lt;br /&gt;
total including tax&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Service purchase receipts ====&lt;br /&gt;
===== Example 1 : Online subscription =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
seller's details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  country-name&lt;br /&gt;
buyer's details (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  phone&lt;br /&gt;
date&lt;br /&gt;
receipt id&lt;br /&gt;
item list&lt;br /&gt;
  product description&lt;br /&gt;
  quantity&lt;br /&gt;
  rate (per unit)&lt;br /&gt;
  price&lt;br /&gt;
sub total&lt;br /&gt;
amount paid&lt;br /&gt;
balance due&lt;br /&gt;
information&lt;br /&gt;
transaction id&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : Co-location =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
sellers details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  url&lt;br /&gt;
  phone&lt;br /&gt;
message&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
amount&lt;br /&gt;
information&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== A1Books ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/A1Books-Sales-Order-anon.htm Example]&lt;br /&gt;
&lt;br /&gt;
*vendor &lt;br /&gt;
**name&lt;br /&gt;
**fax&lt;br /&gt;
*date&lt;br /&gt;
*order number&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**list price&lt;br /&gt;
**sale price&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*subtotal&lt;br /&gt;
*shipping&lt;br /&gt;
*total&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*account information&lt;br /&gt;
**phone&lt;br /&gt;
**e-mail&lt;br /&gt;
*credit card last four digits&lt;br /&gt;
&lt;br /&gt;
No semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Barnes&amp;amp;Noble ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/BarnesAndNoble.com-receipt.anon.tidied.htm Example]&lt;br /&gt;
&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*payment&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**charge&lt;br /&gt;
*savings on shipping&lt;br /&gt;
*order no.&lt;br /&gt;
*delivery option&lt;br /&gt;
*items&lt;br /&gt;
**description: title, author, ISBN, price&lt;br /&gt;
**qty&lt;br /&gt;
**gift options: wrap, message&lt;br /&gt;
**total price&lt;br /&gt;
*shipment subtotal&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*shipment total (seems to account for orders requiring multiple shipments)&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*receiptOrderNumbers&lt;br /&gt;
*receiptOrderPlacedOn&lt;br /&gt;
*orderInformation&lt;br /&gt;
**shippingAddress&lt;br /&gt;
**billingAddress&lt;br /&gt;
**paymentInformation&lt;br /&gt;
*shippingSelections&lt;br /&gt;
*showProducts&lt;br /&gt;
**reviewTable&lt;br /&gt;
***qtyValuePosition&lt;br /&gt;
***reviewGiftOptions&lt;br /&gt;
*reviewTotalsDisplay&lt;br /&gt;
**reviewTotalsSummary&lt;br /&gt;
**reviewTotalsNote&lt;br /&gt;
**reviewTotalsBreakdown&lt;br /&gt;
*reviewTotalsSummary&lt;br /&gt;
**reviewGrandTotal&lt;br /&gt;
*reviewCreditCardCharged&lt;br /&gt;
*review&lt;br /&gt;
&lt;br /&gt;
==== Facebook ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/Facebook-gift-receipt.html Example]&lt;br /&gt;
&lt;br /&gt;
*purchase total&lt;br /&gt;
*items (informal description of two items, including quantity)&lt;br /&gt;
*recipient name&lt;br /&gt;
*order id&lt;br /&gt;
*billed-to name&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Google Checkout ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-e-mail-receipt.tidied.html Example email receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-Order-Receipt_DVD-Empire.tidied.htm Example web receipt]&lt;br /&gt;
&lt;br /&gt;
*vendor address&lt;br /&gt;
*shipping address&lt;br /&gt;
*date&lt;br /&gt;
*order id&lt;br /&gt;
*items&lt;br /&gt;
**shipping status (&amp;quot;Not yet shipped&amp;quot;, etc.)&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*total&lt;br /&gt;
*order history (placed, received, charged, shipped) (web receipt only)&lt;br /&gt;
*payment info (web receipt only)&lt;br /&gt;
**card type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**cardholder address&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*taxRow&lt;br /&gt;
**taxIdentifier&lt;br /&gt;
**taxAmount&lt;br /&gt;
*totalAmount&lt;br /&gt;
&lt;br /&gt;
==== iTunes ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/iTunes-receipt-e-mail.html iTunes e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*billing address&lt;br /&gt;
*order no.&lt;br /&gt;
*receipt date&lt;br /&gt;
*order total&lt;br /&gt;
*card &lt;br /&gt;
**type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
*item&lt;br /&gt;
**item no.&lt;br /&gt;
**description (including link to write a review)&lt;br /&gt;
**unit price&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Longs/FujiFilm ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Longs-Fujifilm-photo-receipt.html Longs/Fujifilm e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*order no.&lt;br /&gt;
*payment info&lt;br /&gt;
**method (COD, credit card, etc.)&lt;br /&gt;
*customer address&lt;br /&gt;
*pickup address&lt;br /&gt;
*items&lt;br /&gt;
**name&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
**line item subtotal&lt;br /&gt;
*order items total&lt;br /&gt;
*tax&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*payment-heading&lt;br /&gt;
&lt;br /&gt;
==== Mobivox/PayPal ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal.htm Mobivox/PayPal receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal-printable.htm Mobivox/PayPal printable receipt]&lt;br /&gt;
&lt;br /&gt;
==== Symantec ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Symantec-reminder-e-mail.html Symantec e-mail reminder]&lt;br /&gt;
&lt;br /&gt;
=== Analysis ===&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Bills ====&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Receipts ====&lt;br /&gt;
&lt;br /&gt;
== Existing Practices ==&lt;br /&gt;
&lt;br /&gt;
Listed below is an overview of existing patterns and practices found in the wild for bill and receipt data.&lt;br /&gt;
&lt;br /&gt;
===Summary of common patterns discovered===&lt;br /&gt;
&lt;br /&gt;
===Other attempts to solve The Problem===&lt;br /&gt;
&lt;br /&gt;
== Proposal ==&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[receipt]]&lt;br /&gt;
* http://en.wikipedia.org/wiki/Receipt&lt;/div&gt;</summary>
		<author><name>Lastorset</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=18775</id>
		<title>receipt-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=18775"/>
		<updated>2007-07-25T22:50:34Z</updated>

		<summary type="html">&lt;p&gt;Lastorset: /* Longs/FujiFilm */ analysis&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Receipt =&lt;br /&gt;
&lt;br /&gt;
Overview of Receipt exploratory discussion goes here...&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
=== Contributors ===&lt;br /&gt;
Rob Manson&lt;br /&gt;
&lt;br /&gt;
== Real-World Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Bill / Invoice ===&lt;br /&gt;
&lt;br /&gt;
Bills or Invoices are &amp;quot;yet to be paid&amp;quot; items.&lt;br /&gt;
&lt;br /&gt;
Question: Perhaps these examples (yet to be provided) should be moved to a separate page as Bill/Invoice is quite different from Receipt.&lt;br /&gt;
&lt;br /&gt;
: With [[hResume]], I've [[hresume-brainstorming|suggested]] that the subtle difference between actively seeking work and just presenting your resume be a case of including [[hlisting]] markup.&lt;br /&gt;
: With bills vs invoices, it may turn out that the content found within would be identical, and it might just be a case of putting in a class flag to indicate whether the presented document has been paid for or not.&lt;br /&gt;
: [[User:SignpostMarv|SignpostMarv]] 12:55, 21 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Receipts ===&lt;br /&gt;
&lt;br /&gt;
Receipts are post-purchase items.&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* [http://mobileonlinebusiness.com.au/uf/receipt/Amazon.com-Vieworder-anon.htm Example]&lt;br /&gt;
* contains: &lt;br /&gt;
**&amp;lt;del&amp;gt;email address&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
**date of order&lt;br /&gt;
**order id&lt;br /&gt;
**shipments&lt;br /&gt;
***shipping estimate&lt;br /&gt;
***delivery estimate&lt;br /&gt;
***shipping address&lt;br /&gt;
***shipping speed&lt;br /&gt;
***shipping preference (item grouping)&lt;br /&gt;
***items&lt;br /&gt;
****quantity&lt;br /&gt;
****seller&lt;br /&gt;
****price&lt;br /&gt;
****item information&lt;br /&gt;
**payment&lt;br /&gt;
***card type&lt;br /&gt;
***last 5 digits&lt;br /&gt;
***expiration date&lt;br /&gt;
***billing address&lt;br /&gt;
***subtotal&lt;br /&gt;
***shipping and handling price&lt;br /&gt;
***total before tax&lt;br /&gt;
***tax&lt;br /&gt;
***grand total&lt;br /&gt;
**&amp;lt;del&amp;gt;discount price&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
* Little semantic HTML of interest, except an anchor with id &amp;quot;payment-info&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Skype ====&lt;br /&gt;
&lt;br /&gt;
===== Skype Phone =====&lt;br /&gt;
*[[receipt-example-skype-phone|example source code]]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Skype-order-history.html Skype order history]&lt;br /&gt;
&lt;br /&gt;
* Name&lt;br /&gt;
* Shipping Address&lt;br /&gt;
* Order blurb &amp;quot;Confirmation of incoming order&amp;quot;&lt;br /&gt;
** date in dd/mm/yyyy format&lt;br /&gt;
* Order number in nnnn-nnnnnnn-nnn format&lt;br /&gt;
* Reference (was blank in example, presumed to appear on bank statement for this transaction)&lt;br /&gt;
* Order resume&lt;br /&gt;
** Quantity&lt;br /&gt;
** Description&lt;br /&gt;
** Price&lt;br /&gt;
** Total&lt;br /&gt;
** VAT (tax) %&lt;br /&gt;
* Payment&lt;br /&gt;
** subtotal&lt;br /&gt;
** shipping cost&lt;br /&gt;
** VAT (percentage)&lt;br /&gt;
** grand total&lt;br /&gt;
** total (VAT excluded)&lt;br /&gt;
** VAT (amount)&lt;br /&gt;
* Notification of chosen payment method blurb: &amp;quot;Your payment method is: Credit card&amp;quot;&lt;br /&gt;
* Legal blurb&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
* Order resume class=&amp;quot;order-listing&amp;quot;&lt;br /&gt;
* Each item class=&amp;quot;row&amp;quot;&lt;br /&gt;
* All totals rows class=&amp;quot;totals-row&amp;quot; except grand total class=&amp;quot;grandtotal-row&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Internet banking transaction receipts ====&lt;br /&gt;
===== Example 1 =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
time&lt;br /&gt;
receipt type (e.g. TRANSFER BETWEEN MY ACCOUNTS)&lt;br /&gt;
  transfer from&lt;br /&gt;
  transfer to&lt;br /&gt;
amount&lt;br /&gt;
description&lt;br /&gt;
information/comment&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Digital product purchase receipts ====&lt;br /&gt;
===== Example 1 : Software =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
order/receipt number&lt;br /&gt;
seller's details&lt;br /&gt;
  sold by (hCard candidate)&lt;br /&gt;
    org&lt;br /&gt;
    adr&lt;br /&gt;
  tax number (VAT in this example)&lt;br /&gt;
  tax id (Federal Tax ID)&lt;br /&gt;
buyer's details&lt;br /&gt;
  buyer (hCard candidate)&lt;br /&gt;
    name&lt;br /&gt;
    org&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
    country-name&lt;br /&gt;
    tel&lt;br /&gt;
    email&lt;br /&gt;
  credit card number (PAN truncated - with type)&lt;br /&gt;
item list&lt;br /&gt;
  product code&lt;br /&gt;
  name&lt;br /&gt;
  comments&lt;br /&gt;
  price&lt;br /&gt;
  delivery method&lt;br /&gt;
  quantity&lt;br /&gt;
  total in selected currency&lt;br /&gt;
  total in sellers currency&lt;br /&gt;
total (sum of item list totals)&lt;br /&gt;
processing fee&lt;br /&gt;
grand total (final amount charged)&lt;br /&gt;
information (caveats and tax info)&lt;br /&gt;
permalink&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : SSL certificate =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
purchase information&lt;br /&gt;
  order id&lt;br /&gt;
  product name&lt;br /&gt;
  domain name&lt;br /&gt;
  validity period&lt;br /&gt;
  number of licenses&lt;br /&gt;
  card number (PAN truncated)&lt;br /&gt;
  amount (with selected currency)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Physical product purchase receipts ====&lt;br /&gt;
===== Example 1 : Computer hardware =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller's name (hCard candidate)&lt;br /&gt;
seller's URL (hCard candidate)&lt;br /&gt;
invoice id&lt;br /&gt;
org govt reference (ABN - Australian Business Number)&lt;br /&gt;
date&lt;br /&gt;
seller details (hCard candidate)&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
buyer (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  billing address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  delivery address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  phone&lt;br /&gt;
item list&lt;br /&gt;
  item&lt;br /&gt;
  description&lt;br /&gt;
  amount&lt;br /&gt;
  quantity&lt;br /&gt;
  product url&lt;br /&gt;
  total&lt;br /&gt;
delivery cost&lt;br /&gt;
total excluding tax&lt;br /&gt;
tax (GST - Goods and Service Tax)&lt;br /&gt;
total including tax&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Service purchase receipts ====&lt;br /&gt;
===== Example 1 : Online subscription =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
seller's details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  country-name&lt;br /&gt;
buyer's details (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  phone&lt;br /&gt;
date&lt;br /&gt;
receipt id&lt;br /&gt;
item list&lt;br /&gt;
  product description&lt;br /&gt;
  quantity&lt;br /&gt;
  rate (per unit)&lt;br /&gt;
  price&lt;br /&gt;
sub total&lt;br /&gt;
amount paid&lt;br /&gt;
balance due&lt;br /&gt;
information&lt;br /&gt;
transaction id&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : Co-location =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
sellers details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  url&lt;br /&gt;
  phone&lt;br /&gt;
message&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
amount&lt;br /&gt;
information&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== A1Books ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/A1Books-Sales-Order-anon.htm Example]&lt;br /&gt;
&lt;br /&gt;
*vendor &lt;br /&gt;
**name&lt;br /&gt;
**fax&lt;br /&gt;
*date&lt;br /&gt;
*order number&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**list price&lt;br /&gt;
**sale price&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*subtotal&lt;br /&gt;
*shipping&lt;br /&gt;
*total&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*account information&lt;br /&gt;
**phone&lt;br /&gt;
**e-mail&lt;br /&gt;
*credit card last four digits&lt;br /&gt;
&lt;br /&gt;
No semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Barnes&amp;amp;Noble ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/BarnesAndNoble.com-receipt.anon.tidied.htm Example]&lt;br /&gt;
&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*payment&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**charge&lt;br /&gt;
*savings on shipping&lt;br /&gt;
*order no.&lt;br /&gt;
*delivery option&lt;br /&gt;
*items&lt;br /&gt;
**description: title, author, ISBN, price&lt;br /&gt;
**qty&lt;br /&gt;
**gift options: wrap, message&lt;br /&gt;
**total price&lt;br /&gt;
*shipment subtotal&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*shipment total (seems to account for orders requiring multiple shipments)&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*receiptOrderNumbers&lt;br /&gt;
*receiptOrderPlacedOn&lt;br /&gt;
*orderInformation&lt;br /&gt;
**shippingAddress&lt;br /&gt;
**billingAddress&lt;br /&gt;
**paymentInformation&lt;br /&gt;
*shippingSelections&lt;br /&gt;
*showProducts&lt;br /&gt;
**reviewTable&lt;br /&gt;
***qtyValuePosition&lt;br /&gt;
***reviewGiftOptions&lt;br /&gt;
*reviewTotalsDisplay&lt;br /&gt;
**reviewTotalsSummary&lt;br /&gt;
**reviewTotalsNote&lt;br /&gt;
**reviewTotalsBreakdown&lt;br /&gt;
*reviewTotalsSummary&lt;br /&gt;
**reviewGrandTotal&lt;br /&gt;
*reviewCreditCardCharged&lt;br /&gt;
*review&lt;br /&gt;
&lt;br /&gt;
==== Facebook ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/Facebook-gift-receipt.html Example]&lt;br /&gt;
&lt;br /&gt;
*purchase total&lt;br /&gt;
*items (informal description of two items, including quantity)&lt;br /&gt;
*recipient name&lt;br /&gt;
*order id&lt;br /&gt;
*billed-to name&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Google Checkout ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-e-mail-receipt.tidied.html Example email receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-Order-Receipt_DVD-Empire.tidied.htm Example web receipt]&lt;br /&gt;
&lt;br /&gt;
*vendor address&lt;br /&gt;
*shipping address&lt;br /&gt;
*date&lt;br /&gt;
*order id&lt;br /&gt;
*items&lt;br /&gt;
**shipping status (&amp;quot;Not yet shipped&amp;quot;, etc.)&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*total&lt;br /&gt;
*order history (placed, received, charged, shipped) (web receipt only)&lt;br /&gt;
*payment info (web receipt only)&lt;br /&gt;
**card type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**cardholder address&lt;br /&gt;
&lt;br /&gt;
==== iTunes ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/iTunes-receipt-e-mail.html iTunes e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*billing address&lt;br /&gt;
*order no.&lt;br /&gt;
*receipt date&lt;br /&gt;
*order total&lt;br /&gt;
*card &lt;br /&gt;
**type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
*item&lt;br /&gt;
**item no.&lt;br /&gt;
**description (including link to write a review)&lt;br /&gt;
**unit price&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Longs/FujiFilm ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Longs-Fujifilm-photo-receipt.html Longs/Fujifilm e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*order no.&lt;br /&gt;
*payment info&lt;br /&gt;
**method (COD, credit card, etc.)&lt;br /&gt;
*customer address&lt;br /&gt;
*pickup address&lt;br /&gt;
*items&lt;br /&gt;
**name&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
**line item subtotal&lt;br /&gt;
*order items total&lt;br /&gt;
*tax&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*payment-heading&lt;br /&gt;
&lt;br /&gt;
==== Mobivox/PayPal ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal.htm Mobivox/PayPal receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal-printable.htm Mobivox/PayPal printable receipt]&lt;br /&gt;
&lt;br /&gt;
==== Symantec ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Symantec-reminder-e-mail.html Symantec e-mail reminder]&lt;br /&gt;
&lt;br /&gt;
=== Analysis ===&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Bills ====&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Receipts ====&lt;br /&gt;
&lt;br /&gt;
== Existing Practices ==&lt;br /&gt;
&lt;br /&gt;
Listed below is an overview of existing patterns and practices found in the wild for bill and receipt data.&lt;br /&gt;
&lt;br /&gt;
===Summary of common patterns discovered===&lt;br /&gt;
&lt;br /&gt;
===Other attempts to solve The Problem===&lt;br /&gt;
&lt;br /&gt;
== Proposal ==&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[receipt]]&lt;br /&gt;
* http://en.wikipedia.org/wiki/Receipt&lt;/div&gt;</summary>
		<author><name>Lastorset</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=18774</id>
		<title>receipt-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=18774"/>
		<updated>2007-07-25T22:39:54Z</updated>

		<summary type="html">&lt;p&gt;Lastorset: /* iTunes */ added e-mail field&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Receipt =&lt;br /&gt;
&lt;br /&gt;
Overview of Receipt exploratory discussion goes here...&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
=== Contributors ===&lt;br /&gt;
Rob Manson&lt;br /&gt;
&lt;br /&gt;
== Real-World Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Bill / Invoice ===&lt;br /&gt;
&lt;br /&gt;
Bills or Invoices are &amp;quot;yet to be paid&amp;quot; items.&lt;br /&gt;
&lt;br /&gt;
Question: Perhaps these examples (yet to be provided) should be moved to a separate page as Bill/Invoice is quite different from Receipt.&lt;br /&gt;
&lt;br /&gt;
: With [[hResume]], I've [[hresume-brainstorming|suggested]] that the subtle difference between actively seeking work and just presenting your resume be a case of including [[hlisting]] markup.&lt;br /&gt;
: With bills vs invoices, it may turn out that the content found within would be identical, and it might just be a case of putting in a class flag to indicate whether the presented document has been paid for or not.&lt;br /&gt;
: [[User:SignpostMarv|SignpostMarv]] 12:55, 21 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Receipts ===&lt;br /&gt;
&lt;br /&gt;
Receipts are post-purchase items.&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* [http://mobileonlinebusiness.com.au/uf/receipt/Amazon.com-Vieworder-anon.htm Example]&lt;br /&gt;
* contains: &lt;br /&gt;
**&amp;lt;del&amp;gt;email address&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
**date of order&lt;br /&gt;
**order id&lt;br /&gt;
**shipments&lt;br /&gt;
***shipping estimate&lt;br /&gt;
***delivery estimate&lt;br /&gt;
***shipping address&lt;br /&gt;
***shipping speed&lt;br /&gt;
***shipping preference (item grouping)&lt;br /&gt;
***items&lt;br /&gt;
****quantity&lt;br /&gt;
****seller&lt;br /&gt;
****price&lt;br /&gt;
****item information&lt;br /&gt;
**payment&lt;br /&gt;
***card type&lt;br /&gt;
***last 5 digits&lt;br /&gt;
***expiration date&lt;br /&gt;
***billing address&lt;br /&gt;
***subtotal&lt;br /&gt;
***shipping and handling price&lt;br /&gt;
***total before tax&lt;br /&gt;
***tax&lt;br /&gt;
***grand total&lt;br /&gt;
**&amp;lt;del&amp;gt;discount price&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
* Little semantic HTML of interest, except an anchor with id &amp;quot;payment-info&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Skype ====&lt;br /&gt;
&lt;br /&gt;
===== Skype Phone =====&lt;br /&gt;
*[[receipt-example-skype-phone|example source code]]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Skype-order-history.html Skype order history]&lt;br /&gt;
&lt;br /&gt;
* Name&lt;br /&gt;
* Shipping Address&lt;br /&gt;
* Order blurb &amp;quot;Confirmation of incoming order&amp;quot;&lt;br /&gt;
** date in dd/mm/yyyy format&lt;br /&gt;
* Order number in nnnn-nnnnnnn-nnn format&lt;br /&gt;
* Reference (was blank in example, presumed to appear on bank statement for this transaction)&lt;br /&gt;
* Order resume&lt;br /&gt;
** Quantity&lt;br /&gt;
** Description&lt;br /&gt;
** Price&lt;br /&gt;
** Total&lt;br /&gt;
** VAT (tax) %&lt;br /&gt;
* Payment&lt;br /&gt;
** subtotal&lt;br /&gt;
** shipping cost&lt;br /&gt;
** VAT (percentage)&lt;br /&gt;
** grand total&lt;br /&gt;
** total (VAT excluded)&lt;br /&gt;
** VAT (amount)&lt;br /&gt;
* Notification of chosen payment method blurb: &amp;quot;Your payment method is: Credit card&amp;quot;&lt;br /&gt;
* Legal blurb&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
* Order resume class=&amp;quot;order-listing&amp;quot;&lt;br /&gt;
* Each item class=&amp;quot;row&amp;quot;&lt;br /&gt;
* All totals rows class=&amp;quot;totals-row&amp;quot; except grand total class=&amp;quot;grandtotal-row&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Internet banking transaction receipts ====&lt;br /&gt;
===== Example 1 =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
time&lt;br /&gt;
receipt type (e.g. TRANSFER BETWEEN MY ACCOUNTS)&lt;br /&gt;
  transfer from&lt;br /&gt;
  transfer to&lt;br /&gt;
amount&lt;br /&gt;
description&lt;br /&gt;
information/comment&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Digital product purchase receipts ====&lt;br /&gt;
===== Example 1 : Software =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
order/receipt number&lt;br /&gt;
seller's details&lt;br /&gt;
  sold by (hCard candidate)&lt;br /&gt;
    org&lt;br /&gt;
    adr&lt;br /&gt;
  tax number (VAT in this example)&lt;br /&gt;
  tax id (Federal Tax ID)&lt;br /&gt;
buyer's details&lt;br /&gt;
  buyer (hCard candidate)&lt;br /&gt;
    name&lt;br /&gt;
    org&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
    country-name&lt;br /&gt;
    tel&lt;br /&gt;
    email&lt;br /&gt;
  credit card number (PAN truncated - with type)&lt;br /&gt;
item list&lt;br /&gt;
  product code&lt;br /&gt;
  name&lt;br /&gt;
  comments&lt;br /&gt;
  price&lt;br /&gt;
  delivery method&lt;br /&gt;
  quantity&lt;br /&gt;
  total in selected currency&lt;br /&gt;
  total in sellers currency&lt;br /&gt;
total (sum of item list totals)&lt;br /&gt;
processing fee&lt;br /&gt;
grand total (final amount charged)&lt;br /&gt;
information (caveats and tax info)&lt;br /&gt;
permalink&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : SSL certificate =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
purchase information&lt;br /&gt;
  order id&lt;br /&gt;
  product name&lt;br /&gt;
  domain name&lt;br /&gt;
  validity period&lt;br /&gt;
  number of licenses&lt;br /&gt;
  card number (PAN truncated)&lt;br /&gt;
  amount (with selected currency)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Physical product purchase receipts ====&lt;br /&gt;
===== Example 1 : Computer hardware =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller's name (hCard candidate)&lt;br /&gt;
seller's URL (hCard candidate)&lt;br /&gt;
invoice id&lt;br /&gt;
org govt reference (ABN - Australian Business Number)&lt;br /&gt;
date&lt;br /&gt;
seller details (hCard candidate)&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
buyer (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  billing address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  delivery address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  phone&lt;br /&gt;
item list&lt;br /&gt;
  item&lt;br /&gt;
  description&lt;br /&gt;
  amount&lt;br /&gt;
  quantity&lt;br /&gt;
  product url&lt;br /&gt;
  total&lt;br /&gt;
delivery cost&lt;br /&gt;
total excluding tax&lt;br /&gt;
tax (GST - Goods and Service Tax)&lt;br /&gt;
total including tax&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Service purchase receipts ====&lt;br /&gt;
===== Example 1 : Online subscription =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
seller's details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  country-name&lt;br /&gt;
buyer's details (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  phone&lt;br /&gt;
date&lt;br /&gt;
receipt id&lt;br /&gt;
item list&lt;br /&gt;
  product description&lt;br /&gt;
  quantity&lt;br /&gt;
  rate (per unit)&lt;br /&gt;
  price&lt;br /&gt;
sub total&lt;br /&gt;
amount paid&lt;br /&gt;
balance due&lt;br /&gt;
information&lt;br /&gt;
transaction id&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : Co-location =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
sellers details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  url&lt;br /&gt;
  phone&lt;br /&gt;
message&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
amount&lt;br /&gt;
information&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== A1Books ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/A1Books-Sales-Order-anon.htm Example]&lt;br /&gt;
&lt;br /&gt;
*vendor &lt;br /&gt;
**name&lt;br /&gt;
**fax&lt;br /&gt;
*date&lt;br /&gt;
*order number&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**list price&lt;br /&gt;
**sale price&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*subtotal&lt;br /&gt;
*shipping&lt;br /&gt;
*total&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*account information&lt;br /&gt;
**phone&lt;br /&gt;
**e-mail&lt;br /&gt;
*credit card last four digits&lt;br /&gt;
&lt;br /&gt;
No semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Barnes&amp;amp;Noble ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/BarnesAndNoble.com-receipt.anon.tidied.htm Example]&lt;br /&gt;
&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*payment&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**charge&lt;br /&gt;
*savings on shipping&lt;br /&gt;
*order no.&lt;br /&gt;
*delivery option&lt;br /&gt;
*items&lt;br /&gt;
**description: title, author, ISBN, price&lt;br /&gt;
**qty&lt;br /&gt;
**gift options: wrap, message&lt;br /&gt;
**total price&lt;br /&gt;
*shipment subtotal&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*shipment total (seems to account for orders requiring multiple shipments)&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*receiptOrderNumbers&lt;br /&gt;
*receiptOrderPlacedOn&lt;br /&gt;
*orderInformation&lt;br /&gt;
**shippingAddress&lt;br /&gt;
**billingAddress&lt;br /&gt;
**paymentInformation&lt;br /&gt;
*shippingSelections&lt;br /&gt;
*showProducts&lt;br /&gt;
**reviewTable&lt;br /&gt;
***qtyValuePosition&lt;br /&gt;
***reviewGiftOptions&lt;br /&gt;
*reviewTotalsDisplay&lt;br /&gt;
**reviewTotalsSummary&lt;br /&gt;
**reviewTotalsNote&lt;br /&gt;
**reviewTotalsBreakdown&lt;br /&gt;
*reviewTotalsSummary&lt;br /&gt;
**reviewGrandTotal&lt;br /&gt;
*reviewCreditCardCharged&lt;br /&gt;
*review&lt;br /&gt;
&lt;br /&gt;
==== Facebook ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/Facebook-gift-receipt.html Example]&lt;br /&gt;
&lt;br /&gt;
*purchase total&lt;br /&gt;
*items (informal description of two items, including quantity)&lt;br /&gt;
*recipient name&lt;br /&gt;
*order id&lt;br /&gt;
*billed-to name&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Google Checkout ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-e-mail-receipt.tidied.html Example email receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-Order-Receipt_DVD-Empire.tidied.htm Example web receipt]&lt;br /&gt;
&lt;br /&gt;
*vendor address&lt;br /&gt;
*shipping address&lt;br /&gt;
*date&lt;br /&gt;
*order id&lt;br /&gt;
*items&lt;br /&gt;
**shipping status (&amp;quot;Not yet shipped&amp;quot;, etc.)&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*total&lt;br /&gt;
*order history (placed, received, charged, shipped) (web receipt only)&lt;br /&gt;
*payment info (web receipt only)&lt;br /&gt;
**card type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**cardholder address&lt;br /&gt;
&lt;br /&gt;
==== iTunes ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/iTunes-receipt-e-mail.html iTunes e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*billing address (including e-mail)&lt;br /&gt;
*order no.&lt;br /&gt;
*receipt date&lt;br /&gt;
*order total&lt;br /&gt;
*card &lt;br /&gt;
**type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
*item&lt;br /&gt;
**item no.&lt;br /&gt;
**description (including link to write a review)&lt;br /&gt;
**unit price&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Longs/FujiFilm ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Longs-Fujifilm-photo-receipt.html Longs/Fujifilm e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
==== Mobivox/PayPal ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal.htm Mobivox/PayPal receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal-printable.htm Mobivox/PayPal printable receipt]&lt;br /&gt;
&lt;br /&gt;
==== Symantec ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Symantec-reminder-e-mail.html Symantec e-mail reminder]&lt;br /&gt;
&lt;br /&gt;
=== Analysis ===&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Bills ====&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Receipts ====&lt;br /&gt;
&lt;br /&gt;
== Existing Practices ==&lt;br /&gt;
&lt;br /&gt;
Listed below is an overview of existing patterns and practices found in the wild for bill and receipt data.&lt;br /&gt;
&lt;br /&gt;
===Summary of common patterns discovered===&lt;br /&gt;
&lt;br /&gt;
===Other attempts to solve The Problem===&lt;br /&gt;
&lt;br /&gt;
== Proposal ==&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[receipt]]&lt;br /&gt;
* http://en.wikipedia.org/wiki/Receipt&lt;/div&gt;</summary>
		<author><name>Lastorset</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=18773</id>
		<title>receipt-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=18773"/>
		<updated>2007-07-25T22:37:05Z</updated>

		<summary type="html">&lt;p&gt;Lastorset: /* iTunes */ analysis&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Receipt =&lt;br /&gt;
&lt;br /&gt;
Overview of Receipt exploratory discussion goes here...&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
=== Contributors ===&lt;br /&gt;
Rob Manson&lt;br /&gt;
&lt;br /&gt;
== Real-World Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Bill / Invoice ===&lt;br /&gt;
&lt;br /&gt;
Bills or Invoices are &amp;quot;yet to be paid&amp;quot; items.&lt;br /&gt;
&lt;br /&gt;
Question: Perhaps these examples (yet to be provided) should be moved to a separate page as Bill/Invoice is quite different from Receipt.&lt;br /&gt;
&lt;br /&gt;
: With [[hResume]], I've [[hresume-brainstorming|suggested]] that the subtle difference between actively seeking work and just presenting your resume be a case of including [[hlisting]] markup.&lt;br /&gt;
: With bills vs invoices, it may turn out that the content found within would be identical, and it might just be a case of putting in a class flag to indicate whether the presented document has been paid for or not.&lt;br /&gt;
: [[User:SignpostMarv|SignpostMarv]] 12:55, 21 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Receipts ===&lt;br /&gt;
&lt;br /&gt;
Receipts are post-purchase items.&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* [http://mobileonlinebusiness.com.au/uf/receipt/Amazon.com-Vieworder-anon.htm Example]&lt;br /&gt;
* contains: &lt;br /&gt;
**&amp;lt;del&amp;gt;email address&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
**date of order&lt;br /&gt;
**order id&lt;br /&gt;
**shipments&lt;br /&gt;
***shipping estimate&lt;br /&gt;
***delivery estimate&lt;br /&gt;
***shipping address&lt;br /&gt;
***shipping speed&lt;br /&gt;
***shipping preference (item grouping)&lt;br /&gt;
***items&lt;br /&gt;
****quantity&lt;br /&gt;
****seller&lt;br /&gt;
****price&lt;br /&gt;
****item information&lt;br /&gt;
**payment&lt;br /&gt;
***card type&lt;br /&gt;
***last 5 digits&lt;br /&gt;
***expiration date&lt;br /&gt;
***billing address&lt;br /&gt;
***subtotal&lt;br /&gt;
***shipping and handling price&lt;br /&gt;
***total before tax&lt;br /&gt;
***tax&lt;br /&gt;
***grand total&lt;br /&gt;
**&amp;lt;del&amp;gt;discount price&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
* Little semantic HTML of interest, except an anchor with id &amp;quot;payment-info&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Skype ====&lt;br /&gt;
&lt;br /&gt;
===== Skype Phone =====&lt;br /&gt;
*[[receipt-example-skype-phone|example source code]]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Skype-order-history.html Skype order history]&lt;br /&gt;
&lt;br /&gt;
* Name&lt;br /&gt;
* Shipping Address&lt;br /&gt;
* Order blurb &amp;quot;Confirmation of incoming order&amp;quot;&lt;br /&gt;
** date in dd/mm/yyyy format&lt;br /&gt;
* Order number in nnnn-nnnnnnn-nnn format&lt;br /&gt;
* Reference (was blank in example, presumed to appear on bank statement for this transaction)&lt;br /&gt;
* Order resume&lt;br /&gt;
** Quantity&lt;br /&gt;
** Description&lt;br /&gt;
** Price&lt;br /&gt;
** Total&lt;br /&gt;
** VAT (tax) %&lt;br /&gt;
* Payment&lt;br /&gt;
** subtotal&lt;br /&gt;
** shipping cost&lt;br /&gt;
** VAT (percentage)&lt;br /&gt;
** grand total&lt;br /&gt;
** total (VAT excluded)&lt;br /&gt;
** VAT (amount)&lt;br /&gt;
* Notification of chosen payment method blurb: &amp;quot;Your payment method is: Credit card&amp;quot;&lt;br /&gt;
* Legal blurb&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
* Order resume class=&amp;quot;order-listing&amp;quot;&lt;br /&gt;
* Each item class=&amp;quot;row&amp;quot;&lt;br /&gt;
* All totals rows class=&amp;quot;totals-row&amp;quot; except grand total class=&amp;quot;grandtotal-row&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Internet banking transaction receipts ====&lt;br /&gt;
===== Example 1 =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
time&lt;br /&gt;
receipt type (e.g. TRANSFER BETWEEN MY ACCOUNTS)&lt;br /&gt;
  transfer from&lt;br /&gt;
  transfer to&lt;br /&gt;
amount&lt;br /&gt;
description&lt;br /&gt;
information/comment&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Digital product purchase receipts ====&lt;br /&gt;
===== Example 1 : Software =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
order/receipt number&lt;br /&gt;
seller's details&lt;br /&gt;
  sold by (hCard candidate)&lt;br /&gt;
    org&lt;br /&gt;
    adr&lt;br /&gt;
  tax number (VAT in this example)&lt;br /&gt;
  tax id (Federal Tax ID)&lt;br /&gt;
buyer's details&lt;br /&gt;
  buyer (hCard candidate)&lt;br /&gt;
    name&lt;br /&gt;
    org&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
    country-name&lt;br /&gt;
    tel&lt;br /&gt;
    email&lt;br /&gt;
  credit card number (PAN truncated - with type)&lt;br /&gt;
item list&lt;br /&gt;
  product code&lt;br /&gt;
  name&lt;br /&gt;
  comments&lt;br /&gt;
  price&lt;br /&gt;
  delivery method&lt;br /&gt;
  quantity&lt;br /&gt;
  total in selected currency&lt;br /&gt;
  total in sellers currency&lt;br /&gt;
total (sum of item list totals)&lt;br /&gt;
processing fee&lt;br /&gt;
grand total (final amount charged)&lt;br /&gt;
information (caveats and tax info)&lt;br /&gt;
permalink&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : SSL certificate =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
purchase information&lt;br /&gt;
  order id&lt;br /&gt;
  product name&lt;br /&gt;
  domain name&lt;br /&gt;
  validity period&lt;br /&gt;
  number of licenses&lt;br /&gt;
  card number (PAN truncated)&lt;br /&gt;
  amount (with selected currency)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Physical product purchase receipts ====&lt;br /&gt;
===== Example 1 : Computer hardware =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller's name (hCard candidate)&lt;br /&gt;
seller's URL (hCard candidate)&lt;br /&gt;
invoice id&lt;br /&gt;
org govt reference (ABN - Australian Business Number)&lt;br /&gt;
date&lt;br /&gt;
seller details (hCard candidate)&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
buyer (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  billing address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  delivery address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  phone&lt;br /&gt;
item list&lt;br /&gt;
  item&lt;br /&gt;
  description&lt;br /&gt;
  amount&lt;br /&gt;
  quantity&lt;br /&gt;
  product url&lt;br /&gt;
  total&lt;br /&gt;
delivery cost&lt;br /&gt;
total excluding tax&lt;br /&gt;
tax (GST - Goods and Service Tax)&lt;br /&gt;
total including tax&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Service purchase receipts ====&lt;br /&gt;
===== Example 1 : Online subscription =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
seller's details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  country-name&lt;br /&gt;
buyer's details (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  phone&lt;br /&gt;
date&lt;br /&gt;
receipt id&lt;br /&gt;
item list&lt;br /&gt;
  product description&lt;br /&gt;
  quantity&lt;br /&gt;
  rate (per unit)&lt;br /&gt;
  price&lt;br /&gt;
sub total&lt;br /&gt;
amount paid&lt;br /&gt;
balance due&lt;br /&gt;
information&lt;br /&gt;
transaction id&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : Co-location =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
sellers details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  url&lt;br /&gt;
  phone&lt;br /&gt;
message&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
amount&lt;br /&gt;
information&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== A1Books ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/A1Books-Sales-Order-anon.htm Example]&lt;br /&gt;
&lt;br /&gt;
*vendor &lt;br /&gt;
**name&lt;br /&gt;
**fax&lt;br /&gt;
*date&lt;br /&gt;
*order number&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**list price&lt;br /&gt;
**sale price&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*subtotal&lt;br /&gt;
*shipping&lt;br /&gt;
*total&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*account information&lt;br /&gt;
**phone&lt;br /&gt;
**e-mail&lt;br /&gt;
*credit card last four digits&lt;br /&gt;
&lt;br /&gt;
No semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Barnes&amp;amp;Noble ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/BarnesAndNoble.com-receipt.anon.tidied.htm Example]&lt;br /&gt;
&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*payment&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**charge&lt;br /&gt;
*savings on shipping&lt;br /&gt;
*order no.&lt;br /&gt;
*delivery option&lt;br /&gt;
*items&lt;br /&gt;
**description: title, author, ISBN, price&lt;br /&gt;
**qty&lt;br /&gt;
**gift options: wrap, message&lt;br /&gt;
**total price&lt;br /&gt;
*shipment subtotal&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*shipment total (seems to account for orders requiring multiple shipments)&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*receiptOrderNumbers&lt;br /&gt;
*receiptOrderPlacedOn&lt;br /&gt;
*orderInformation&lt;br /&gt;
**shippingAddress&lt;br /&gt;
**billingAddress&lt;br /&gt;
**paymentInformation&lt;br /&gt;
*shippingSelections&lt;br /&gt;
*showProducts&lt;br /&gt;
**reviewTable&lt;br /&gt;
***qtyValuePosition&lt;br /&gt;
***reviewGiftOptions&lt;br /&gt;
*reviewTotalsDisplay&lt;br /&gt;
**reviewTotalsSummary&lt;br /&gt;
**reviewTotalsNote&lt;br /&gt;
**reviewTotalsBreakdown&lt;br /&gt;
*reviewTotalsSummary&lt;br /&gt;
**reviewGrandTotal&lt;br /&gt;
*reviewCreditCardCharged&lt;br /&gt;
*review&lt;br /&gt;
&lt;br /&gt;
==== Facebook ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/Facebook-gift-receipt.html Example]&lt;br /&gt;
&lt;br /&gt;
*purchase total&lt;br /&gt;
*items (informal description of two items, including quantity)&lt;br /&gt;
*recipient name&lt;br /&gt;
*order id&lt;br /&gt;
*billed-to name&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Google Checkout ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-e-mail-receipt.tidied.html Example email receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-Order-Receipt_DVD-Empire.tidied.htm Example web receipt]&lt;br /&gt;
&lt;br /&gt;
*vendor address&lt;br /&gt;
*shipping address&lt;br /&gt;
*date&lt;br /&gt;
*order id&lt;br /&gt;
*items&lt;br /&gt;
**shipping status (&amp;quot;Not yet shipped&amp;quot;, etc.)&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*total&lt;br /&gt;
*order history (placed, received, charged, shipped) (web receipt only)&lt;br /&gt;
*payment info (web receipt only)&lt;br /&gt;
**card type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**cardholder address&lt;br /&gt;
&lt;br /&gt;
==== iTunes ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/iTunes-receipt-e-mail.html iTunes e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
*billing address&lt;br /&gt;
*order no.&lt;br /&gt;
*receipt date&lt;br /&gt;
*order total&lt;br /&gt;
*card &lt;br /&gt;
**type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
*item&lt;br /&gt;
**item no.&lt;br /&gt;
**description (including link to write a review)&lt;br /&gt;
**unit price&lt;br /&gt;
*subtotal&lt;br /&gt;
*tax&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Longs/FujiFilm ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Longs-Fujifilm-photo-receipt.html Longs/Fujifilm e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
==== Mobivox/PayPal ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal.htm Mobivox/PayPal receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal-printable.htm Mobivox/PayPal printable receipt]&lt;br /&gt;
&lt;br /&gt;
==== Symantec ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Symantec-reminder-e-mail.html Symantec e-mail reminder]&lt;br /&gt;
&lt;br /&gt;
=== Analysis ===&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Bills ====&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Receipts ====&lt;br /&gt;
&lt;br /&gt;
== Existing Practices ==&lt;br /&gt;
&lt;br /&gt;
Listed below is an overview of existing patterns and practices found in the wild for bill and receipt data.&lt;br /&gt;
&lt;br /&gt;
===Summary of common patterns discovered===&lt;br /&gt;
&lt;br /&gt;
===Other attempts to solve The Problem===&lt;br /&gt;
&lt;br /&gt;
== Proposal ==&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[receipt]]&lt;br /&gt;
* http://en.wikipedia.org/wiki/Receipt&lt;/div&gt;</summary>
		<author><name>Lastorset</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=18772</id>
		<title>receipt-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=18772"/>
		<updated>2007-07-25T22:09:44Z</updated>

		<summary type="html">&lt;p&gt;Lastorset: /* Google Checkout */ analysis&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Receipt =&lt;br /&gt;
&lt;br /&gt;
Overview of Receipt exploratory discussion goes here...&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
=== Contributors ===&lt;br /&gt;
Rob Manson&lt;br /&gt;
&lt;br /&gt;
== Real-World Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Bill / Invoice ===&lt;br /&gt;
&lt;br /&gt;
Bills or Invoices are &amp;quot;yet to be paid&amp;quot; items.&lt;br /&gt;
&lt;br /&gt;
Question: Perhaps these examples (yet to be provided) should be moved to a separate page as Bill/Invoice is quite different from Receipt.&lt;br /&gt;
&lt;br /&gt;
: With [[hResume]], I've [[hresume-brainstorming|suggested]] that the subtle difference between actively seeking work and just presenting your resume be a case of including [[hlisting]] markup.&lt;br /&gt;
: With bills vs invoices, it may turn out that the content found within would be identical, and it might just be a case of putting in a class flag to indicate whether the presented document has been paid for or not.&lt;br /&gt;
: [[User:SignpostMarv|SignpostMarv]] 12:55, 21 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Receipts ===&lt;br /&gt;
&lt;br /&gt;
Receipts are post-purchase items.&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* [http://mobileonlinebusiness.com.au/uf/receipt/Amazon.com-Vieworder-anon.htm Example]&lt;br /&gt;
* contains: &lt;br /&gt;
**&amp;lt;del&amp;gt;email address&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
**date of order&lt;br /&gt;
**order id&lt;br /&gt;
**shipments&lt;br /&gt;
***shipping estimate&lt;br /&gt;
***delivery estimate&lt;br /&gt;
***shipping address&lt;br /&gt;
***shipping speed&lt;br /&gt;
***shipping preference (item grouping)&lt;br /&gt;
***items&lt;br /&gt;
****quantity&lt;br /&gt;
****seller&lt;br /&gt;
****price&lt;br /&gt;
****item information&lt;br /&gt;
**payment&lt;br /&gt;
***card type&lt;br /&gt;
***last 5 digits&lt;br /&gt;
***expiration date&lt;br /&gt;
***billing address&lt;br /&gt;
***subtotal&lt;br /&gt;
***shipping and handling price&lt;br /&gt;
***total before tax&lt;br /&gt;
***tax&lt;br /&gt;
***grand total&lt;br /&gt;
**&amp;lt;del&amp;gt;discount price&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
* Little semantic HTML of interest, except an anchor with id &amp;quot;payment-info&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Skype ====&lt;br /&gt;
&lt;br /&gt;
===== Skype Phone =====&lt;br /&gt;
*[[receipt-example-skype-phone|example source code]]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Skype-order-history.html Skype order history]&lt;br /&gt;
&lt;br /&gt;
* Name&lt;br /&gt;
* Shipping Address&lt;br /&gt;
* Order blurb &amp;quot;Confirmation of incoming order&amp;quot;&lt;br /&gt;
** date in dd/mm/yyyy format&lt;br /&gt;
* Order number in nnnn-nnnnnnn-nnn format&lt;br /&gt;
* Reference (was blank in example, presumed to appear on bank statement for this transaction)&lt;br /&gt;
* Order resume&lt;br /&gt;
** Quantity&lt;br /&gt;
** Description&lt;br /&gt;
** Price&lt;br /&gt;
** Total&lt;br /&gt;
** VAT (tax) %&lt;br /&gt;
* Payment&lt;br /&gt;
** subtotal&lt;br /&gt;
** shipping cost&lt;br /&gt;
** VAT (percentage)&lt;br /&gt;
** grand total&lt;br /&gt;
** total (VAT excluded)&lt;br /&gt;
** VAT (amount)&lt;br /&gt;
* Notification of chosen payment method blurb: &amp;quot;Your payment method is: Credit card&amp;quot;&lt;br /&gt;
* Legal blurb&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
* Order resume class=&amp;quot;order-listing&amp;quot;&lt;br /&gt;
* Each item class=&amp;quot;row&amp;quot;&lt;br /&gt;
* All totals rows class=&amp;quot;totals-row&amp;quot; except grand total class=&amp;quot;grandtotal-row&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Internet banking transaction receipts ====&lt;br /&gt;
===== Example 1 =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
time&lt;br /&gt;
receipt type (e.g. TRANSFER BETWEEN MY ACCOUNTS)&lt;br /&gt;
  transfer from&lt;br /&gt;
  transfer to&lt;br /&gt;
amount&lt;br /&gt;
description&lt;br /&gt;
information/comment&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Digital product purchase receipts ====&lt;br /&gt;
===== Example 1 : Software =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
order/receipt number&lt;br /&gt;
seller's details&lt;br /&gt;
  sold by (hCard candidate)&lt;br /&gt;
    org&lt;br /&gt;
    adr&lt;br /&gt;
  tax number (VAT in this example)&lt;br /&gt;
  tax id (Federal Tax ID)&lt;br /&gt;
buyer's details&lt;br /&gt;
  buyer (hCard candidate)&lt;br /&gt;
    name&lt;br /&gt;
    org&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
    country-name&lt;br /&gt;
    tel&lt;br /&gt;
    email&lt;br /&gt;
  credit card number (PAN truncated - with type)&lt;br /&gt;
item list&lt;br /&gt;
  product code&lt;br /&gt;
  name&lt;br /&gt;
  comments&lt;br /&gt;
  price&lt;br /&gt;
  delivery method&lt;br /&gt;
  quantity&lt;br /&gt;
  total in selected currency&lt;br /&gt;
  total in sellers currency&lt;br /&gt;
total (sum of item list totals)&lt;br /&gt;
processing fee&lt;br /&gt;
grand total (final amount charged)&lt;br /&gt;
information (caveats and tax info)&lt;br /&gt;
permalink&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : SSL certificate =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
purchase information&lt;br /&gt;
  order id&lt;br /&gt;
  product name&lt;br /&gt;
  domain name&lt;br /&gt;
  validity period&lt;br /&gt;
  number of licenses&lt;br /&gt;
  card number (PAN truncated)&lt;br /&gt;
  amount (with selected currency)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Physical product purchase receipts ====&lt;br /&gt;
===== Example 1 : Computer hardware =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller's name (hCard candidate)&lt;br /&gt;
seller's URL (hCard candidate)&lt;br /&gt;
invoice id&lt;br /&gt;
org govt reference (ABN - Australian Business Number)&lt;br /&gt;
date&lt;br /&gt;
seller details (hCard candidate)&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
buyer (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  billing address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  delivery address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  phone&lt;br /&gt;
item list&lt;br /&gt;
  item&lt;br /&gt;
  description&lt;br /&gt;
  amount&lt;br /&gt;
  quantity&lt;br /&gt;
  product url&lt;br /&gt;
  total&lt;br /&gt;
delivery cost&lt;br /&gt;
total excluding tax&lt;br /&gt;
tax (GST - Goods and Service Tax)&lt;br /&gt;
total including tax&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Service purchase receipts ====&lt;br /&gt;
===== Example 1 : Online subscription =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
seller's details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  country-name&lt;br /&gt;
buyer's details (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  phone&lt;br /&gt;
date&lt;br /&gt;
receipt id&lt;br /&gt;
item list&lt;br /&gt;
  product description&lt;br /&gt;
  quantity&lt;br /&gt;
  rate (per unit)&lt;br /&gt;
  price&lt;br /&gt;
sub total&lt;br /&gt;
amount paid&lt;br /&gt;
balance due&lt;br /&gt;
information&lt;br /&gt;
transaction id&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : Co-location =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
sellers details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  url&lt;br /&gt;
  phone&lt;br /&gt;
message&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
amount&lt;br /&gt;
information&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== A1Books ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/A1Books-Sales-Order-anon.htm Example]&lt;br /&gt;
&lt;br /&gt;
*vendor &lt;br /&gt;
**name&lt;br /&gt;
**fax&lt;br /&gt;
*date&lt;br /&gt;
*order number&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**list price&lt;br /&gt;
**sale price&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*subtotal&lt;br /&gt;
*shipping&lt;br /&gt;
*total&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*account information&lt;br /&gt;
**phone&lt;br /&gt;
**e-mail&lt;br /&gt;
*credit card last four digits&lt;br /&gt;
&lt;br /&gt;
No semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Barnes&amp;amp;Noble ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/BarnesAndNoble.com-receipt.anon.tidied.htm Example]&lt;br /&gt;
&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*payment&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**charge&lt;br /&gt;
*savings on shipping&lt;br /&gt;
*order no.&lt;br /&gt;
*delivery option&lt;br /&gt;
*items&lt;br /&gt;
**description: title, author, ISBN, price&lt;br /&gt;
**qty&lt;br /&gt;
**gift options: wrap, message&lt;br /&gt;
**total price&lt;br /&gt;
*shipment subtotal&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*shipment total (seems to account for orders requiring multiple shipments)&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*receiptOrderNumbers&lt;br /&gt;
*receiptOrderPlacedOn&lt;br /&gt;
*orderInformation&lt;br /&gt;
**shippingAddress&lt;br /&gt;
**billingAddress&lt;br /&gt;
**paymentInformation&lt;br /&gt;
*shippingSelections&lt;br /&gt;
*showProducts&lt;br /&gt;
**reviewTable&lt;br /&gt;
***qtyValuePosition&lt;br /&gt;
***reviewGiftOptions&lt;br /&gt;
*reviewTotalsDisplay&lt;br /&gt;
**reviewTotalsSummary&lt;br /&gt;
**reviewTotalsNote&lt;br /&gt;
**reviewTotalsBreakdown&lt;br /&gt;
*reviewTotalsSummary&lt;br /&gt;
**reviewGrandTotal&lt;br /&gt;
*reviewCreditCardCharged&lt;br /&gt;
*review&lt;br /&gt;
&lt;br /&gt;
==== Facebook ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/Facebook-gift-receipt.html Example]&lt;br /&gt;
&lt;br /&gt;
*purchase total&lt;br /&gt;
*items (informal description of two items, including quantity)&lt;br /&gt;
*recipient name&lt;br /&gt;
*order id&lt;br /&gt;
*billed-to name&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Google Checkout ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-e-mail-receipt.tidied.html Example email receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-Order-Receipt_DVD-Empire.tidied.htm Example web receipt]&lt;br /&gt;
&lt;br /&gt;
*vendor address&lt;br /&gt;
*shipping address&lt;br /&gt;
*date&lt;br /&gt;
*order id&lt;br /&gt;
*items&lt;br /&gt;
**shipping status (&amp;quot;Not yet shipped&amp;quot;, etc.)&lt;br /&gt;
**qty.&lt;br /&gt;
**description&lt;br /&gt;
**price&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*total&lt;br /&gt;
*order history (placed, received, charged, shipped) (web receipt only)&lt;br /&gt;
*payment info (web receipt only)&lt;br /&gt;
**card type&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**cardholder address&lt;br /&gt;
&lt;br /&gt;
==== iTunes ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/iTunes-receipt-e-mail.html iTunes e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
==== Longs/FujiFilm ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Longs-Fujifilm-photo-receipt.html Longs/Fujifilm e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
==== Mobivox/PayPal ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal.htm Mobivox/PayPal receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal-printable.htm Mobivox/PayPal printable receipt]&lt;br /&gt;
&lt;br /&gt;
==== Symantec ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Symantec-reminder-e-mail.html Symantec e-mail reminder]&lt;br /&gt;
&lt;br /&gt;
=== Analysis ===&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Bills ====&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Receipts ====&lt;br /&gt;
&lt;br /&gt;
== Existing Practices ==&lt;br /&gt;
&lt;br /&gt;
Listed below is an overview of existing patterns and practices found in the wild for bill and receipt data.&lt;br /&gt;
&lt;br /&gt;
===Summary of common patterns discovered===&lt;br /&gt;
&lt;br /&gt;
===Other attempts to solve The Problem===&lt;br /&gt;
&lt;br /&gt;
== Proposal ==&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[receipt]]&lt;br /&gt;
* http://en.wikipedia.org/wiki/Receipt&lt;/div&gt;</summary>
		<author><name>Lastorset</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=18771</id>
		<title>receipt-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=18771"/>
		<updated>2007-07-25T21:12:02Z</updated>

		<summary type="html">&lt;p&gt;Lastorset: /* Facebook */ analysis&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Receipt =&lt;br /&gt;
&lt;br /&gt;
Overview of Receipt exploratory discussion goes here...&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
=== Contributors ===&lt;br /&gt;
Rob Manson&lt;br /&gt;
&lt;br /&gt;
== Real-World Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Bill / Invoice ===&lt;br /&gt;
&lt;br /&gt;
Bills or Invoices are &amp;quot;yet to be paid&amp;quot; items.&lt;br /&gt;
&lt;br /&gt;
Question: Perhaps these examples (yet to be provided) should be moved to a separate page as Bill/Invoice is quite different from Receipt.&lt;br /&gt;
&lt;br /&gt;
: With [[hResume]], I've [[hresume-brainstorming|suggested]] that the subtle difference between actively seeking work and just presenting your resume be a case of including [[hlisting]] markup.&lt;br /&gt;
: With bills vs invoices, it may turn out that the content found within would be identical, and it might just be a case of putting in a class flag to indicate whether the presented document has been paid for or not.&lt;br /&gt;
: [[User:SignpostMarv|SignpostMarv]] 12:55, 21 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Receipts ===&lt;br /&gt;
&lt;br /&gt;
Receipts are post-purchase items.&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* [http://mobileonlinebusiness.com.au/uf/receipt/Amazon.com-Vieworder-anon.htm Example]&lt;br /&gt;
* contains: &lt;br /&gt;
**&amp;lt;del&amp;gt;email address&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
**date of order&lt;br /&gt;
**order id&lt;br /&gt;
**shipments&lt;br /&gt;
***shipping estimate&lt;br /&gt;
***delivery estimate&lt;br /&gt;
***shipping address&lt;br /&gt;
***shipping speed&lt;br /&gt;
***shipping preference (item grouping)&lt;br /&gt;
***items&lt;br /&gt;
****quantity&lt;br /&gt;
****seller&lt;br /&gt;
****price&lt;br /&gt;
****item information&lt;br /&gt;
**payment&lt;br /&gt;
***card type&lt;br /&gt;
***last 5 digits&lt;br /&gt;
***expiration date&lt;br /&gt;
***billing address&lt;br /&gt;
***subtotal&lt;br /&gt;
***shipping and handling price&lt;br /&gt;
***total before tax&lt;br /&gt;
***tax&lt;br /&gt;
***grand total&lt;br /&gt;
**&amp;lt;del&amp;gt;discount price&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
* Little semantic HTML of interest, except an anchor with id &amp;quot;payment-info&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Skype ====&lt;br /&gt;
&lt;br /&gt;
===== Skype Phone =====&lt;br /&gt;
*[[receipt-example-skype-phone|example source code]]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Skype-order-history.html Skype order history]&lt;br /&gt;
&lt;br /&gt;
* Name&lt;br /&gt;
* Shipping Address&lt;br /&gt;
* Order blurb &amp;quot;Confirmation of incoming order&amp;quot;&lt;br /&gt;
** date in dd/mm/yyyy format&lt;br /&gt;
* Order number in nnnn-nnnnnnn-nnn format&lt;br /&gt;
* Reference (was blank in example, presumed to appear on bank statement for this transaction)&lt;br /&gt;
* Order resume&lt;br /&gt;
** Quantity&lt;br /&gt;
** Description&lt;br /&gt;
** Price&lt;br /&gt;
** Total&lt;br /&gt;
** VAT (tax) %&lt;br /&gt;
* Payment&lt;br /&gt;
** subtotal&lt;br /&gt;
** shipping cost&lt;br /&gt;
** VAT (percentage)&lt;br /&gt;
** grand total&lt;br /&gt;
** total (VAT excluded)&lt;br /&gt;
** VAT (amount)&lt;br /&gt;
* Notification of chosen payment method blurb: &amp;quot;Your payment method is: Credit card&amp;quot;&lt;br /&gt;
* Legal blurb&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
* Order resume class=&amp;quot;order-listing&amp;quot;&lt;br /&gt;
* Each item class=&amp;quot;row&amp;quot;&lt;br /&gt;
* All totals rows class=&amp;quot;totals-row&amp;quot; except grand total class=&amp;quot;grandtotal-row&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Internet banking transaction receipts ====&lt;br /&gt;
===== Example 1 =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
time&lt;br /&gt;
receipt type (e.g. TRANSFER BETWEEN MY ACCOUNTS)&lt;br /&gt;
  transfer from&lt;br /&gt;
  transfer to&lt;br /&gt;
amount&lt;br /&gt;
description&lt;br /&gt;
information/comment&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Digital product purchase receipts ====&lt;br /&gt;
===== Example 1 : Software =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
order/receipt number&lt;br /&gt;
seller's details&lt;br /&gt;
  sold by (hCard candidate)&lt;br /&gt;
    org&lt;br /&gt;
    adr&lt;br /&gt;
  tax number (VAT in this example)&lt;br /&gt;
  tax id (Federal Tax ID)&lt;br /&gt;
buyer's details&lt;br /&gt;
  buyer (hCard candidate)&lt;br /&gt;
    name&lt;br /&gt;
    org&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
    country-name&lt;br /&gt;
    tel&lt;br /&gt;
    email&lt;br /&gt;
  credit card number (PAN truncated - with type)&lt;br /&gt;
item list&lt;br /&gt;
  product code&lt;br /&gt;
  name&lt;br /&gt;
  comments&lt;br /&gt;
  price&lt;br /&gt;
  delivery method&lt;br /&gt;
  quantity&lt;br /&gt;
  total in selected currency&lt;br /&gt;
  total in sellers currency&lt;br /&gt;
total (sum of item list totals)&lt;br /&gt;
processing fee&lt;br /&gt;
grand total (final amount charged)&lt;br /&gt;
information (caveats and tax info)&lt;br /&gt;
permalink&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : SSL certificate =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
purchase information&lt;br /&gt;
  order id&lt;br /&gt;
  product name&lt;br /&gt;
  domain name&lt;br /&gt;
  validity period&lt;br /&gt;
  number of licenses&lt;br /&gt;
  card number (PAN truncated)&lt;br /&gt;
  amount (with selected currency)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Physical product purchase receipts ====&lt;br /&gt;
===== Example 1 : Computer hardware =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller's name (hCard candidate)&lt;br /&gt;
seller's URL (hCard candidate)&lt;br /&gt;
invoice id&lt;br /&gt;
org govt reference (ABN - Australian Business Number)&lt;br /&gt;
date&lt;br /&gt;
seller details (hCard candidate)&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
buyer (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  billing address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  delivery address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  phone&lt;br /&gt;
item list&lt;br /&gt;
  item&lt;br /&gt;
  description&lt;br /&gt;
  amount&lt;br /&gt;
  quantity&lt;br /&gt;
  product url&lt;br /&gt;
  total&lt;br /&gt;
delivery cost&lt;br /&gt;
total excluding tax&lt;br /&gt;
tax (GST - Goods and Service Tax)&lt;br /&gt;
total including tax&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Service purchase receipts ====&lt;br /&gt;
===== Example 1 : Online subscription =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
seller's details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  country-name&lt;br /&gt;
buyer's details (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  phone&lt;br /&gt;
date&lt;br /&gt;
receipt id&lt;br /&gt;
item list&lt;br /&gt;
  product description&lt;br /&gt;
  quantity&lt;br /&gt;
  rate (per unit)&lt;br /&gt;
  price&lt;br /&gt;
sub total&lt;br /&gt;
amount paid&lt;br /&gt;
balance due&lt;br /&gt;
information&lt;br /&gt;
transaction id&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : Co-location =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
sellers details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  url&lt;br /&gt;
  phone&lt;br /&gt;
message&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
amount&lt;br /&gt;
information&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== A1Books ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/A1Books-Sales-Order-anon.htm Example]&lt;br /&gt;
&lt;br /&gt;
*vendor &lt;br /&gt;
**name&lt;br /&gt;
**fax&lt;br /&gt;
*date&lt;br /&gt;
*order number&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**list price&lt;br /&gt;
**sale price&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*subtotal&lt;br /&gt;
*shipping&lt;br /&gt;
*total&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*account information&lt;br /&gt;
**phone&lt;br /&gt;
**e-mail&lt;br /&gt;
*credit card last four digits&lt;br /&gt;
&lt;br /&gt;
No semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Barnes&amp;amp;Noble ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/BarnesAndNoble.com-receipt.anon.tidied.htm Example]&lt;br /&gt;
&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*payment&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**charge&lt;br /&gt;
*savings on shipping&lt;br /&gt;
*order no.&lt;br /&gt;
*delivery option&lt;br /&gt;
*items&lt;br /&gt;
**description: title, author, ISBN, price&lt;br /&gt;
**qty&lt;br /&gt;
**gift options: wrap, message&lt;br /&gt;
**total price&lt;br /&gt;
*shipment subtotal&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*shipment total (seems to account for orders requiring multiple shipments)&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*receiptOrderNumbers&lt;br /&gt;
*receiptOrderPlacedOn&lt;br /&gt;
*orderInformation&lt;br /&gt;
**shippingAddress&lt;br /&gt;
**billingAddress&lt;br /&gt;
**paymentInformation&lt;br /&gt;
*shippingSelections&lt;br /&gt;
*showProducts&lt;br /&gt;
**reviewTable&lt;br /&gt;
***qtyValuePosition&lt;br /&gt;
***reviewGiftOptions&lt;br /&gt;
*reviewTotalsDisplay&lt;br /&gt;
**reviewTotalsSummary&lt;br /&gt;
**reviewTotalsNote&lt;br /&gt;
**reviewTotalsBreakdown&lt;br /&gt;
*reviewTotalsSummary&lt;br /&gt;
**reviewGrandTotal&lt;br /&gt;
*reviewCreditCardCharged&lt;br /&gt;
*review&lt;br /&gt;
&lt;br /&gt;
==== Facebook ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/Facebook-gift-receipt.html Example]&lt;br /&gt;
&lt;br /&gt;
*purchase total&lt;br /&gt;
*items (informal description of two items, including quantity)&lt;br /&gt;
*recipient name&lt;br /&gt;
*order id&lt;br /&gt;
*billed-to name&lt;br /&gt;
&lt;br /&gt;
No relevant semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Google Checkout ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-e-mail-receipt.tidied.html Example email receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-Order-Receipt_DVD-Empire.tidied.htm Example web receipt]&lt;br /&gt;
&lt;br /&gt;
==== iTunes ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/iTunes-receipt-e-mail.html iTunes e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
==== Longs/FujiFilm ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Longs-Fujifilm-photo-receipt.html Longs/Fujifilm e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
==== Mobivox/PayPal ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal.htm Mobivox/PayPal receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal-printable.htm Mobivox/PayPal printable receipt]&lt;br /&gt;
&lt;br /&gt;
==== Symantec ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Symantec-reminder-e-mail.html Symantec e-mail reminder]&lt;br /&gt;
&lt;br /&gt;
=== Analysis ===&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Bills ====&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Receipts ====&lt;br /&gt;
&lt;br /&gt;
== Existing Practices ==&lt;br /&gt;
&lt;br /&gt;
Listed below is an overview of existing patterns and practices found in the wild for bill and receipt data.&lt;br /&gt;
&lt;br /&gt;
===Summary of common patterns discovered===&lt;br /&gt;
&lt;br /&gt;
===Other attempts to solve The Problem===&lt;br /&gt;
&lt;br /&gt;
== Proposal ==&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[receipt]]&lt;br /&gt;
* http://en.wikipedia.org/wiki/Receipt&lt;/div&gt;</summary>
		<author><name>Lastorset</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=18769</id>
		<title>receipt-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=18769"/>
		<updated>2007-07-24T23:39:25Z</updated>

		<summary type="html">&lt;p&gt;Lastorset: /* Barnes&amp;amp;Noble */ analysis&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Receipt =&lt;br /&gt;
&lt;br /&gt;
Overview of Receipt exploratory discussion goes here...&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
=== Contributors ===&lt;br /&gt;
Rob Manson&lt;br /&gt;
&lt;br /&gt;
== Real-World Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Bill / Invoice ===&lt;br /&gt;
&lt;br /&gt;
Bills or Invoices are &amp;quot;yet to be paid&amp;quot; items.&lt;br /&gt;
&lt;br /&gt;
Question: Perhaps these examples (yet to be provided) should be moved to a separate page as Bill/Invoice is quite different from Receipt.&lt;br /&gt;
&lt;br /&gt;
: With [[hResume]], I've [[hresume-brainstorming|suggested]] that the subtle difference between actively seeking work and just presenting your resume be a case of including [[hlisting]] markup.&lt;br /&gt;
: With bills vs invoices, it may turn out that the content found within would be identical, and it might just be a case of putting in a class flag to indicate whether the presented document has been paid for or not.&lt;br /&gt;
: [[User:SignpostMarv|SignpostMarv]] 12:55, 21 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Receipts ===&lt;br /&gt;
&lt;br /&gt;
Receipts are post-purchase items.&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* [http://mobileonlinebusiness.com.au/uf/receipt/Amazon.com-Vieworder-anon.htm Example]&lt;br /&gt;
* contains: &lt;br /&gt;
**&amp;lt;del&amp;gt;email address&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
**date of order&lt;br /&gt;
**order id&lt;br /&gt;
**shipments&lt;br /&gt;
***shipping estimate&lt;br /&gt;
***delivery estimate&lt;br /&gt;
***shipping address&lt;br /&gt;
***shipping speed&lt;br /&gt;
***shipping preference (item grouping)&lt;br /&gt;
***items&lt;br /&gt;
****quantity&lt;br /&gt;
****seller&lt;br /&gt;
****price&lt;br /&gt;
****item information&lt;br /&gt;
**payment&lt;br /&gt;
***card type&lt;br /&gt;
***last 5 digits&lt;br /&gt;
***expiration date&lt;br /&gt;
***billing address&lt;br /&gt;
***subtotal&lt;br /&gt;
***shipping and handling price&lt;br /&gt;
***total before tax&lt;br /&gt;
***tax&lt;br /&gt;
***grand total&lt;br /&gt;
**&amp;lt;del&amp;gt;discount price&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
* Little semantic HTML of interest, except an anchor with id &amp;quot;payment-info&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Skype ====&lt;br /&gt;
&lt;br /&gt;
===== Skype Phone =====&lt;br /&gt;
*[[receipt-example-skype-phone|example source code]]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Skype-order-history.html Skype order history]&lt;br /&gt;
&lt;br /&gt;
* Name&lt;br /&gt;
* Shipping Address&lt;br /&gt;
* Order blurb &amp;quot;Confirmation of incoming order&amp;quot;&lt;br /&gt;
** date in dd/mm/yyyy format&lt;br /&gt;
* Order number in nnnn-nnnnnnn-nnn format&lt;br /&gt;
* Reference (was blank in example, presumed to appear on bank statement for this transaction)&lt;br /&gt;
* Order resume&lt;br /&gt;
** Quantity&lt;br /&gt;
** Description&lt;br /&gt;
** Price&lt;br /&gt;
** Total&lt;br /&gt;
** VAT (tax) %&lt;br /&gt;
* Payment&lt;br /&gt;
** subtotal&lt;br /&gt;
** shipping cost&lt;br /&gt;
** VAT (percentage)&lt;br /&gt;
** grand total&lt;br /&gt;
** total (VAT excluded)&lt;br /&gt;
** VAT (amount)&lt;br /&gt;
* Notification of chosen payment method blurb: &amp;quot;Your payment method is: Credit card&amp;quot;&lt;br /&gt;
* Legal blurb&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
* Order resume class=&amp;quot;order-listing&amp;quot;&lt;br /&gt;
* Each item class=&amp;quot;row&amp;quot;&lt;br /&gt;
* All totals rows class=&amp;quot;totals-row&amp;quot; except grand total class=&amp;quot;grandtotal-row&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Internet banking transaction receipts ====&lt;br /&gt;
===== Example 1 =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
time&lt;br /&gt;
receipt type (e.g. TRANSFER BETWEEN MY ACCOUNTS)&lt;br /&gt;
  transfer from&lt;br /&gt;
  transfer to&lt;br /&gt;
amount&lt;br /&gt;
description&lt;br /&gt;
information/comment&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Digital product purchase receipts ====&lt;br /&gt;
===== Example 1 : Software =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
order/receipt number&lt;br /&gt;
seller's details&lt;br /&gt;
  sold by (hCard candidate)&lt;br /&gt;
    org&lt;br /&gt;
    adr&lt;br /&gt;
  tax number (VAT in this example)&lt;br /&gt;
  tax id (Federal Tax ID)&lt;br /&gt;
buyer's details&lt;br /&gt;
  buyer (hCard candidate)&lt;br /&gt;
    name&lt;br /&gt;
    org&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
    country-name&lt;br /&gt;
    tel&lt;br /&gt;
    email&lt;br /&gt;
  credit card number (PAN truncated - with type)&lt;br /&gt;
item list&lt;br /&gt;
  product code&lt;br /&gt;
  name&lt;br /&gt;
  comments&lt;br /&gt;
  price&lt;br /&gt;
  delivery method&lt;br /&gt;
  quantity&lt;br /&gt;
  total in selected currency&lt;br /&gt;
  total in sellers currency&lt;br /&gt;
total (sum of item list totals)&lt;br /&gt;
processing fee&lt;br /&gt;
grand total (final amount charged)&lt;br /&gt;
information (caveats and tax info)&lt;br /&gt;
permalink&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : SSL certificate =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
purchase information&lt;br /&gt;
  order id&lt;br /&gt;
  product name&lt;br /&gt;
  domain name&lt;br /&gt;
  validity period&lt;br /&gt;
  number of licenses&lt;br /&gt;
  card number (PAN truncated)&lt;br /&gt;
  amount (with selected currency)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Physical product purchase receipts ====&lt;br /&gt;
===== Example 1 : Computer hardware =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller's name (hCard candidate)&lt;br /&gt;
seller's URL (hCard candidate)&lt;br /&gt;
invoice id&lt;br /&gt;
org govt reference (ABN - Australian Business Number)&lt;br /&gt;
date&lt;br /&gt;
seller details (hCard candidate)&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
buyer (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  billing address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  delivery address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  phone&lt;br /&gt;
item list&lt;br /&gt;
  item&lt;br /&gt;
  description&lt;br /&gt;
  amount&lt;br /&gt;
  quantity&lt;br /&gt;
  product url&lt;br /&gt;
  total&lt;br /&gt;
delivery cost&lt;br /&gt;
total excluding tax&lt;br /&gt;
tax (GST - Goods and Service Tax)&lt;br /&gt;
total including tax&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Service purchase receipts ====&lt;br /&gt;
===== Example 1 : Online subscription =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
seller's details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  country-name&lt;br /&gt;
buyer's details (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  phone&lt;br /&gt;
date&lt;br /&gt;
receipt id&lt;br /&gt;
item list&lt;br /&gt;
  product description&lt;br /&gt;
  quantity&lt;br /&gt;
  rate (per unit)&lt;br /&gt;
  price&lt;br /&gt;
sub total&lt;br /&gt;
amount paid&lt;br /&gt;
balance due&lt;br /&gt;
information&lt;br /&gt;
transaction id&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : Co-location =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
sellers details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  url&lt;br /&gt;
  phone&lt;br /&gt;
message&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
amount&lt;br /&gt;
information&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== A1Books ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/A1Books-Sales-Order-anon.htm Example]&lt;br /&gt;
&lt;br /&gt;
*vendor &lt;br /&gt;
**name&lt;br /&gt;
**fax&lt;br /&gt;
*date&lt;br /&gt;
*order number&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**list price&lt;br /&gt;
**sale price&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*subtotal&lt;br /&gt;
*shipping&lt;br /&gt;
*total&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*account information&lt;br /&gt;
**phone&lt;br /&gt;
**e-mail&lt;br /&gt;
*credit card last four digits&lt;br /&gt;
&lt;br /&gt;
No semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Barnes&amp;amp;Noble ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/BarnesAndNoble.com-receipt.anon.tidied.htm Example]&lt;br /&gt;
&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*payment&lt;br /&gt;
**last 4 digits&lt;br /&gt;
**exp. date&lt;br /&gt;
**charge&lt;br /&gt;
*savings on shipping&lt;br /&gt;
*order no.&lt;br /&gt;
*delivery option&lt;br /&gt;
*items&lt;br /&gt;
**description: title, author, ISBN, price&lt;br /&gt;
**qty&lt;br /&gt;
**gift options: wrap, message&lt;br /&gt;
**total price&lt;br /&gt;
*shipment subtotal&lt;br /&gt;
*shipping cost&lt;br /&gt;
*tax&lt;br /&gt;
*shipment total (seems to account for orders requiring multiple shipments)&lt;br /&gt;
*order total&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
*receiptOrderNumbers&lt;br /&gt;
*receiptOrderPlacedOn&lt;br /&gt;
*orderInformation&lt;br /&gt;
**shippingAddress&lt;br /&gt;
**billingAddress&lt;br /&gt;
**paymentInformation&lt;br /&gt;
*shippingSelections&lt;br /&gt;
*showProducts&lt;br /&gt;
**reviewTable&lt;br /&gt;
***qtyValuePosition&lt;br /&gt;
***reviewGiftOptions&lt;br /&gt;
*reviewTotalsDisplay&lt;br /&gt;
**reviewTotalsSummary&lt;br /&gt;
**reviewTotalsNote&lt;br /&gt;
**reviewTotalsBreakdown&lt;br /&gt;
*reviewTotalsSummary&lt;br /&gt;
**reviewGrandTotal&lt;br /&gt;
*reviewCreditCardCharged&lt;br /&gt;
*review&lt;br /&gt;
&lt;br /&gt;
==== Facebook ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/Facebook-gift-receipt.html Example]&lt;br /&gt;
&lt;br /&gt;
==== Google Checkout ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-e-mail-receipt.tidied.html Example email receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-Order-Receipt_DVD-Empire.tidied.htm Example web receipt]&lt;br /&gt;
&lt;br /&gt;
==== iTunes ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/iTunes-receipt-e-mail.html iTunes e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
==== Longs/FujiFilm ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Longs-Fujifilm-photo-receipt.html Longs/Fujifilm e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
==== Mobivox/PayPal ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal.htm Mobivox/PayPal receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal-printable.htm Mobivox/PayPal printable receipt]&lt;br /&gt;
&lt;br /&gt;
==== Symantec ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Symantec-reminder-e-mail.html Symantec e-mail reminder]&lt;br /&gt;
&lt;br /&gt;
=== Analysis ===&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Bills ====&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Receipts ====&lt;br /&gt;
&lt;br /&gt;
== Existing Practices ==&lt;br /&gt;
&lt;br /&gt;
Listed below is an overview of existing patterns and practices found in the wild for bill and receipt data.&lt;br /&gt;
&lt;br /&gt;
===Summary of common patterns discovered===&lt;br /&gt;
&lt;br /&gt;
===Other attempts to solve The Problem===&lt;br /&gt;
&lt;br /&gt;
== Proposal ==&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[receipt]]&lt;br /&gt;
* http://en.wikipedia.org/wiki/Receipt&lt;/div&gt;</summary>
		<author><name>Lastorset</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=18730</id>
		<title>receipt-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=18730"/>
		<updated>2007-07-24T23:26:38Z</updated>

		<summary type="html">&lt;p&gt;Lastorset: /* A1Books */ analysis&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Receipt =&lt;br /&gt;
&lt;br /&gt;
Overview of Receipt exploratory discussion goes here...&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
=== Contributors ===&lt;br /&gt;
Rob Manson&lt;br /&gt;
&lt;br /&gt;
== Real-World Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Bill / Invoice ===&lt;br /&gt;
&lt;br /&gt;
Bills or Invoices are &amp;quot;yet to be paid&amp;quot; items.&lt;br /&gt;
&lt;br /&gt;
Question: Perhaps these examples (yet to be provided) should be moved to a separate page as Bill/Invoice is quite different from Receipt.&lt;br /&gt;
&lt;br /&gt;
: With [[hResume]], I've [[hresume-brainstorming|suggested]] that the subtle difference between actively seeking work and just presenting your resume be a case of including [[hlisting]] markup.&lt;br /&gt;
: With bills vs invoices, it may turn out that the content found within would be identical, and it might just be a case of putting in a class flag to indicate whether the presented document has been paid for or not.&lt;br /&gt;
: [[User:SignpostMarv|SignpostMarv]] 12:55, 21 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Receipts ===&lt;br /&gt;
&lt;br /&gt;
Receipts are post-purchase items.&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* [http://mobileonlinebusiness.com.au/uf/receipt/Amazon.com-Vieworder-anon.htm Example]&lt;br /&gt;
* contains: &lt;br /&gt;
**&amp;lt;del&amp;gt;email address&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
**date of order&lt;br /&gt;
**order id&lt;br /&gt;
**shipments&lt;br /&gt;
***shipping estimate&lt;br /&gt;
***delivery estimate&lt;br /&gt;
***shipping address&lt;br /&gt;
***shipping speed&lt;br /&gt;
***shipping preference (item grouping)&lt;br /&gt;
***items&lt;br /&gt;
****quantity&lt;br /&gt;
****seller&lt;br /&gt;
****price&lt;br /&gt;
****item information&lt;br /&gt;
**payment&lt;br /&gt;
***card type&lt;br /&gt;
***last 5 digits&lt;br /&gt;
***expiration date&lt;br /&gt;
***billing address&lt;br /&gt;
***subtotal&lt;br /&gt;
***shipping and handling price&lt;br /&gt;
***total before tax&lt;br /&gt;
***tax&lt;br /&gt;
***grand total&lt;br /&gt;
**&amp;lt;del&amp;gt;discount price&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
* Little semantic HTML of interest, except an anchor with id &amp;quot;payment-info&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Skype ====&lt;br /&gt;
&lt;br /&gt;
===== Skype Phone =====&lt;br /&gt;
*[[receipt-example-skype-phone|example source code]]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Skype-order-history.html Skype order history]&lt;br /&gt;
&lt;br /&gt;
* Name&lt;br /&gt;
* Shipping Address&lt;br /&gt;
* Order blurb &amp;quot;Confirmation of incoming order&amp;quot;&lt;br /&gt;
** date in dd/mm/yyyy format&lt;br /&gt;
* Order number in nnnn-nnnnnnn-nnn format&lt;br /&gt;
* Reference (was blank in example, presumed to appear on bank statement for this transaction)&lt;br /&gt;
* Order resume&lt;br /&gt;
** Quantity&lt;br /&gt;
** Description&lt;br /&gt;
** Price&lt;br /&gt;
** Total&lt;br /&gt;
** VAT (tax) %&lt;br /&gt;
* Payment&lt;br /&gt;
** subtotal&lt;br /&gt;
** shipping cost&lt;br /&gt;
** VAT (percentage)&lt;br /&gt;
** grand total&lt;br /&gt;
** total (VAT excluded)&lt;br /&gt;
** VAT (amount)&lt;br /&gt;
* Notification of chosen payment method blurb: &amp;quot;Your payment method is: Credit card&amp;quot;&lt;br /&gt;
* Legal blurb&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
* Order resume class=&amp;quot;order-listing&amp;quot;&lt;br /&gt;
* Each item class=&amp;quot;row&amp;quot;&lt;br /&gt;
* All totals rows class=&amp;quot;totals-row&amp;quot; except grand total class=&amp;quot;grandtotal-row&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Internet banking transaction receipts ====&lt;br /&gt;
===== Example 1 =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
time&lt;br /&gt;
receipt type (e.g. TRANSFER BETWEEN MY ACCOUNTS)&lt;br /&gt;
  transfer from&lt;br /&gt;
  transfer to&lt;br /&gt;
amount&lt;br /&gt;
description&lt;br /&gt;
information/comment&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Digital product purchase receipts ====&lt;br /&gt;
===== Example 1 : Software =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
order/receipt number&lt;br /&gt;
seller's details&lt;br /&gt;
  sold by (hCard candidate)&lt;br /&gt;
    org&lt;br /&gt;
    adr&lt;br /&gt;
  tax number (VAT in this example)&lt;br /&gt;
  tax id (Federal Tax ID)&lt;br /&gt;
buyer's details&lt;br /&gt;
  buyer (hCard candidate)&lt;br /&gt;
    name&lt;br /&gt;
    org&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
    country-name&lt;br /&gt;
    tel&lt;br /&gt;
    email&lt;br /&gt;
  credit card number (PAN truncated - with type)&lt;br /&gt;
item list&lt;br /&gt;
  product code&lt;br /&gt;
  name&lt;br /&gt;
  comments&lt;br /&gt;
  price&lt;br /&gt;
  delivery method&lt;br /&gt;
  quantity&lt;br /&gt;
  total in selected currency&lt;br /&gt;
  total in sellers currency&lt;br /&gt;
total (sum of item list totals)&lt;br /&gt;
processing fee&lt;br /&gt;
grand total (final amount charged)&lt;br /&gt;
information (caveats and tax info)&lt;br /&gt;
permalink&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : SSL certificate =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
purchase information&lt;br /&gt;
  order id&lt;br /&gt;
  product name&lt;br /&gt;
  domain name&lt;br /&gt;
  validity period&lt;br /&gt;
  number of licenses&lt;br /&gt;
  card number (PAN truncated)&lt;br /&gt;
  amount (with selected currency)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Physical product purchase receipts ====&lt;br /&gt;
===== Example 1 : Computer hardware =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller's name (hCard candidate)&lt;br /&gt;
seller's URL (hCard candidate)&lt;br /&gt;
invoice id&lt;br /&gt;
org govt reference (ABN - Australian Business Number)&lt;br /&gt;
date&lt;br /&gt;
seller details (hCard candidate)&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
buyer (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  billing address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  delivery address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  phone&lt;br /&gt;
item list&lt;br /&gt;
  item&lt;br /&gt;
  description&lt;br /&gt;
  amount&lt;br /&gt;
  quantity&lt;br /&gt;
  product url&lt;br /&gt;
  total&lt;br /&gt;
delivery cost&lt;br /&gt;
total excluding tax&lt;br /&gt;
tax (GST - Goods and Service Tax)&lt;br /&gt;
total including tax&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Service purchase receipts ====&lt;br /&gt;
===== Example 1 : Online subscription =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
seller's details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  country-name&lt;br /&gt;
buyer's details (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  phone&lt;br /&gt;
date&lt;br /&gt;
receipt id&lt;br /&gt;
item list&lt;br /&gt;
  product description&lt;br /&gt;
  quantity&lt;br /&gt;
  rate (per unit)&lt;br /&gt;
  price&lt;br /&gt;
sub total&lt;br /&gt;
amount paid&lt;br /&gt;
balance due&lt;br /&gt;
information&lt;br /&gt;
transaction id&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : Co-location =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
sellers details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  url&lt;br /&gt;
  phone&lt;br /&gt;
message&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
amount&lt;br /&gt;
information&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== A1Books ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/A1Books-Sales-Order-anon.htm Example]&lt;br /&gt;
&lt;br /&gt;
*vendor &lt;br /&gt;
**name&lt;br /&gt;
**fax&lt;br /&gt;
*date&lt;br /&gt;
*order number&lt;br /&gt;
*shipping address&lt;br /&gt;
*billing address&lt;br /&gt;
*items&lt;br /&gt;
**description&lt;br /&gt;
**list price&lt;br /&gt;
**sale price&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*subtotal&lt;br /&gt;
*shipping&lt;br /&gt;
*total&lt;br /&gt;
**quantity&lt;br /&gt;
**amount&lt;br /&gt;
*account information&lt;br /&gt;
**phone&lt;br /&gt;
**e-mail&lt;br /&gt;
*credit card last four digits&lt;br /&gt;
&lt;br /&gt;
No semantic HTML.&lt;br /&gt;
&lt;br /&gt;
==== Barnes&amp;amp;Noble ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/BarnesAndNoble.com-receipt.anon.tidied.htm Example]&lt;br /&gt;
&lt;br /&gt;
==== Facebook ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/Facebook-gift-receipt.html Example]&lt;br /&gt;
&lt;br /&gt;
==== Google Checkout ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-e-mail-receipt.tidied.html Example email receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-Order-Receipt_DVD-Empire.tidied.htm Example web receipt]&lt;br /&gt;
&lt;br /&gt;
==== iTunes ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/iTunes-receipt-e-mail.html iTunes e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
==== Longs/FujiFilm ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Longs-Fujifilm-photo-receipt.html Longs/Fujifilm e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
==== Mobivox/PayPal ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal.htm Mobivox/PayPal receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal-printable.htm Mobivox/PayPal printable receipt]&lt;br /&gt;
&lt;br /&gt;
==== Symantec ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Symantec-reminder-e-mail.html Symantec e-mail reminder]&lt;br /&gt;
&lt;br /&gt;
=== Analysis ===&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Bills ====&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Receipts ====&lt;br /&gt;
&lt;br /&gt;
== Existing Practices ==&lt;br /&gt;
&lt;br /&gt;
Listed below is an overview of existing patterns and practices found in the wild for bill and receipt data.&lt;br /&gt;
&lt;br /&gt;
===Summary of common patterns discovered===&lt;br /&gt;
&lt;br /&gt;
===Other attempts to solve The Problem===&lt;br /&gt;
&lt;br /&gt;
== Proposal ==&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[receipt]]&lt;br /&gt;
* http://en.wikipedia.org/wiki/Receipt&lt;/div&gt;</summary>
		<author><name>Lastorset</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=18729</id>
		<title>receipt-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=18729"/>
		<updated>2007-07-24T22:45:27Z</updated>

		<summary type="html">&lt;p&gt;Lastorset: /* Receipts */ Expanded Skype analysis and added semantics&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Receipt =&lt;br /&gt;
&lt;br /&gt;
Overview of Receipt exploratory discussion goes here...&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
=== Contributors ===&lt;br /&gt;
Rob Manson&lt;br /&gt;
&lt;br /&gt;
== Real-World Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Bill / Invoice ===&lt;br /&gt;
&lt;br /&gt;
Bills or Invoices are &amp;quot;yet to be paid&amp;quot; items.&lt;br /&gt;
&lt;br /&gt;
Question: Perhaps these examples (yet to be provided) should be moved to a separate page as Bill/Invoice is quite different from Receipt.&lt;br /&gt;
&lt;br /&gt;
: With [[hResume]], I've [[hresume-brainstorming|suggested]] that the subtle difference between actively seeking work and just presenting your resume be a case of including [[hlisting]] markup.&lt;br /&gt;
: With bills vs invoices, it may turn out that the content found within would be identical, and it might just be a case of putting in a class flag to indicate whether the presented document has been paid for or not.&lt;br /&gt;
: [[User:SignpostMarv|SignpostMarv]] 12:55, 21 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Receipts ===&lt;br /&gt;
&lt;br /&gt;
Receipts are post-purchase items.&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* [http://mobileonlinebusiness.com.au/uf/receipt/Amazon.com-Vieworder-anon.htm Example]&lt;br /&gt;
* contains: &lt;br /&gt;
**&amp;lt;del&amp;gt;email address&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
**date of order&lt;br /&gt;
**order id&lt;br /&gt;
**shipments&lt;br /&gt;
***shipping estimate&lt;br /&gt;
***delivery estimate&lt;br /&gt;
***shipping address&lt;br /&gt;
***shipping speed&lt;br /&gt;
***shipping preference (item grouping)&lt;br /&gt;
***items&lt;br /&gt;
****quantity&lt;br /&gt;
****seller&lt;br /&gt;
****price&lt;br /&gt;
****item information&lt;br /&gt;
**payment&lt;br /&gt;
***card type&lt;br /&gt;
***last 5 digits&lt;br /&gt;
***expiration date&lt;br /&gt;
***billing address&lt;br /&gt;
***subtotal&lt;br /&gt;
***shipping and handling price&lt;br /&gt;
***total before tax&lt;br /&gt;
***tax&lt;br /&gt;
***grand total&lt;br /&gt;
**&amp;lt;del&amp;gt;discount price&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
* Little semantic HTML of interest, except an anchor with id &amp;quot;payment-info&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Skype ====&lt;br /&gt;
&lt;br /&gt;
===== Skype Phone =====&lt;br /&gt;
*[[receipt-example-skype-phone|example source code]]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Skype-order-history.html Skype order history]&lt;br /&gt;
&lt;br /&gt;
* Name&lt;br /&gt;
* Shipping Address&lt;br /&gt;
* Order blurb &amp;quot;Confirmation of incoming order&amp;quot;&lt;br /&gt;
** date in dd/mm/yyyy format&lt;br /&gt;
* Order number in nnnn-nnnnnnn-nnn format&lt;br /&gt;
* Reference (was blank in example, presumed to appear on bank statement for this transaction)&lt;br /&gt;
* Order resume&lt;br /&gt;
** Quantity&lt;br /&gt;
** Description&lt;br /&gt;
** Price&lt;br /&gt;
** Total&lt;br /&gt;
** VAT (tax) %&lt;br /&gt;
* Payment&lt;br /&gt;
** subtotal&lt;br /&gt;
** shipping cost&lt;br /&gt;
** VAT (percentage)&lt;br /&gt;
** grand total&lt;br /&gt;
** total (VAT excluded)&lt;br /&gt;
** VAT (amount)&lt;br /&gt;
* Notification of chosen payment method blurb: &amp;quot;Your payment method is: Credit card&amp;quot;&lt;br /&gt;
* Legal blurb&lt;br /&gt;
&lt;br /&gt;
Semantic HTML:&lt;br /&gt;
* Order resume class=&amp;quot;order-listing&amp;quot;&lt;br /&gt;
* Each item class=&amp;quot;row&amp;quot;&lt;br /&gt;
* All totals rows class=&amp;quot;totals-row&amp;quot; except grand total class=&amp;quot;grandtotal-row&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Internet banking transaction receipts ====&lt;br /&gt;
===== Example 1 =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
time&lt;br /&gt;
receipt type (e.g. TRANSFER BETWEEN MY ACCOUNTS)&lt;br /&gt;
  transfer from&lt;br /&gt;
  transfer to&lt;br /&gt;
amount&lt;br /&gt;
description&lt;br /&gt;
information/comment&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Digital product purchase receipts ====&lt;br /&gt;
===== Example 1 : Software =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
order/receipt number&lt;br /&gt;
seller's details&lt;br /&gt;
  sold by (hCard candidate)&lt;br /&gt;
    org&lt;br /&gt;
    adr&lt;br /&gt;
  tax number (VAT in this example)&lt;br /&gt;
  tax id (Federal Tax ID)&lt;br /&gt;
buyer's details&lt;br /&gt;
  buyer (hCard candidate)&lt;br /&gt;
    name&lt;br /&gt;
    org&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
    country-name&lt;br /&gt;
    tel&lt;br /&gt;
    email&lt;br /&gt;
  credit card number (PAN truncated - with type)&lt;br /&gt;
item list&lt;br /&gt;
  product code&lt;br /&gt;
  name&lt;br /&gt;
  comments&lt;br /&gt;
  price&lt;br /&gt;
  delivery method&lt;br /&gt;
  quantity&lt;br /&gt;
  total in selected currency&lt;br /&gt;
  total in sellers currency&lt;br /&gt;
total (sum of item list totals)&lt;br /&gt;
processing fee&lt;br /&gt;
grand total (final amount charged)&lt;br /&gt;
information (caveats and tax info)&lt;br /&gt;
permalink&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : SSL certificate =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
purchase information&lt;br /&gt;
  order id&lt;br /&gt;
  product name&lt;br /&gt;
  domain name&lt;br /&gt;
  validity period&lt;br /&gt;
  number of licenses&lt;br /&gt;
  card number (PAN truncated)&lt;br /&gt;
  amount (with selected currency)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Physical product purchase receipts ====&lt;br /&gt;
===== Example 1 : Computer hardware =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller's name (hCard candidate)&lt;br /&gt;
seller's URL (hCard candidate)&lt;br /&gt;
invoice id&lt;br /&gt;
org govt reference (ABN - Australian Business Number)&lt;br /&gt;
date&lt;br /&gt;
seller details (hCard candidate)&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
buyer (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  billing address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  delivery address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  phone&lt;br /&gt;
item list&lt;br /&gt;
  item&lt;br /&gt;
  description&lt;br /&gt;
  amount&lt;br /&gt;
  quantity&lt;br /&gt;
  product url&lt;br /&gt;
  total&lt;br /&gt;
delivery cost&lt;br /&gt;
total excluding tax&lt;br /&gt;
tax (GST - Goods and Service Tax)&lt;br /&gt;
total including tax&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Service purchase receipts ====&lt;br /&gt;
===== Example 1 : Online subscription =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
seller's details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  country-name&lt;br /&gt;
buyer's details (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  phone&lt;br /&gt;
date&lt;br /&gt;
receipt id&lt;br /&gt;
item list&lt;br /&gt;
  product description&lt;br /&gt;
  quantity&lt;br /&gt;
  rate (per unit)&lt;br /&gt;
  price&lt;br /&gt;
sub total&lt;br /&gt;
amount paid&lt;br /&gt;
balance due&lt;br /&gt;
information&lt;br /&gt;
transaction id&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : Co-location =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
sellers details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  url&lt;br /&gt;
  phone&lt;br /&gt;
message&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
amount&lt;br /&gt;
information&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== A1Books ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/A1Books-Sales-Order-anon.htm Example]&lt;br /&gt;
&lt;br /&gt;
==== Barnes&amp;amp;Noble ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/BarnesAndNoble.com-receipt.anon.tidied.htm Example]&lt;br /&gt;
&lt;br /&gt;
==== Facebook ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/Facebook-gift-receipt.html Example]&lt;br /&gt;
&lt;br /&gt;
==== Google Checkout ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-e-mail-receipt.tidied.html Example email receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-Order-Receipt_DVD-Empire.tidied.htm Example web receipt]&lt;br /&gt;
&lt;br /&gt;
==== iTunes ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/iTunes-receipt-e-mail.html iTunes e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
==== Longs/FujiFilm ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Longs-Fujifilm-photo-receipt.html Longs/Fujifilm e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
==== Mobivox/PayPal ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal.htm Mobivox/PayPal receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal-printable.htm Mobivox/PayPal printable receipt]&lt;br /&gt;
&lt;br /&gt;
==== Symantec ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Symantec-reminder-e-mail.html Symantec e-mail reminder]&lt;br /&gt;
&lt;br /&gt;
=== Analysis ===&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Bills ====&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Receipts ====&lt;br /&gt;
&lt;br /&gt;
== Existing Practices ==&lt;br /&gt;
&lt;br /&gt;
Listed below is an overview of existing patterns and practices found in the wild for bill and receipt data.&lt;br /&gt;
&lt;br /&gt;
===Summary of common patterns discovered===&lt;br /&gt;
&lt;br /&gt;
===Other attempts to solve The Problem===&lt;br /&gt;
&lt;br /&gt;
== Proposal ==&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[receipt]]&lt;br /&gt;
* http://en.wikipedia.org/wiki/Receipt&lt;/div&gt;</summary>
		<author><name>Lastorset</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=18727</id>
		<title>receipt-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=receipt-examples&amp;diff=18727"/>
		<updated>2007-07-24T22:05:52Z</updated>

		<summary type="html">&lt;p&gt;Lastorset: /* Receipts */ merged two skype sections; removed incorrect statement about PDFs&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Receipt =&lt;br /&gt;
&lt;br /&gt;
Overview of Receipt exploratory discussion goes here...&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
&lt;br /&gt;
=== Contributors ===&lt;br /&gt;
Rob Manson&lt;br /&gt;
&lt;br /&gt;
== Real-World Examples ==&lt;br /&gt;
&lt;br /&gt;
=== Bill / Invoice ===&lt;br /&gt;
&lt;br /&gt;
Bills or Invoices are &amp;quot;yet to be paid&amp;quot; items.&lt;br /&gt;
&lt;br /&gt;
Question: Perhaps these examples (yet to be provided) should be moved to a separate page as Bill/Invoice is quite different from Receipt.&lt;br /&gt;
&lt;br /&gt;
: With [[hResume]], I've [[hresume-brainstorming|suggested]] that the subtle difference between actively seeking work and just presenting your resume be a case of including [[hlisting]] markup.&lt;br /&gt;
: With bills vs invoices, it may turn out that the content found within would be identical, and it might just be a case of putting in a class flag to indicate whether the presented document has been paid for or not.&lt;br /&gt;
: [[User:SignpostMarv|SignpostMarv]] 12:55, 21 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Receipts ===&lt;br /&gt;
&lt;br /&gt;
Receipts are post-purchase items.&lt;br /&gt;
&lt;br /&gt;
==== Amazon ====&lt;br /&gt;
* [http://mobileonlinebusiness.com.au/uf/receipt/Amazon.com-Vieworder-anon.htm Example]&lt;br /&gt;
* contains: &lt;br /&gt;
**&amp;lt;del&amp;gt;email address&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
**date of order&lt;br /&gt;
**order id&lt;br /&gt;
**shipments&lt;br /&gt;
***shipping estimate&lt;br /&gt;
***delivery estimate&lt;br /&gt;
***shipping address&lt;br /&gt;
***shipping speed&lt;br /&gt;
***shipping preference (item grouping)&lt;br /&gt;
***items&lt;br /&gt;
****quantity&lt;br /&gt;
****seller&lt;br /&gt;
****price&lt;br /&gt;
****item information&lt;br /&gt;
**payment&lt;br /&gt;
***card type&lt;br /&gt;
***last 5 digits&lt;br /&gt;
***expiration date&lt;br /&gt;
***billing address&lt;br /&gt;
***subtotal&lt;br /&gt;
***shipping and handling price&lt;br /&gt;
***total before tax&lt;br /&gt;
***tax&lt;br /&gt;
***grand total&lt;br /&gt;
**&amp;lt;del&amp;gt;discount price&amp;lt;/del&amp;gt; (could not find in examples)&lt;br /&gt;
* Little semantic HTML of interest, except an anchor with id &amp;quot;payment-info&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Skype ====&lt;br /&gt;
&lt;br /&gt;
===== Skype Phone =====&lt;br /&gt;
*[[receipt-example-skype-phone|example source code]]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Skype-order-history.html Skype order history]&lt;br /&gt;
&lt;br /&gt;
* Name&lt;br /&gt;
* Shipping Address&lt;br /&gt;
* Order blurb &amp;quot;Confirmation of incoming order&amp;quot;&lt;br /&gt;
** date in dd/mm/yyyy format&lt;br /&gt;
* Order number in nnnn-nnnnnnn-nnn format&lt;br /&gt;
* Reference (was blank in example, presumed to appear on bank statement for this transaction)&lt;br /&gt;
* Order resume&lt;br /&gt;
* Notification of chosen payment method blurb: &amp;quot;Your payment method is: Credit card&amp;quot;&lt;br /&gt;
* Legal blurb&lt;br /&gt;
&lt;br /&gt;
==== Internet banking transaction receipts ====&lt;br /&gt;
===== Example 1 =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
time&lt;br /&gt;
receipt type (e.g. TRANSFER BETWEEN MY ACCOUNTS)&lt;br /&gt;
  transfer from&lt;br /&gt;
  transfer to&lt;br /&gt;
amount&lt;br /&gt;
description&lt;br /&gt;
information/comment&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Digital product purchase receipts ====&lt;br /&gt;
===== Example 1 : Software =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
order/receipt number&lt;br /&gt;
seller's details&lt;br /&gt;
  sold by (hCard candidate)&lt;br /&gt;
    org&lt;br /&gt;
    adr&lt;br /&gt;
  tax number (VAT in this example)&lt;br /&gt;
  tax id (Federal Tax ID)&lt;br /&gt;
buyer's details&lt;br /&gt;
  buyer (hCard candidate)&lt;br /&gt;
    name&lt;br /&gt;
    org&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
    country-name&lt;br /&gt;
    tel&lt;br /&gt;
    email&lt;br /&gt;
  credit card number (PAN truncated - with type)&lt;br /&gt;
item list&lt;br /&gt;
  product code&lt;br /&gt;
  name&lt;br /&gt;
  comments&lt;br /&gt;
  price&lt;br /&gt;
  delivery method&lt;br /&gt;
  quantity&lt;br /&gt;
  total in selected currency&lt;br /&gt;
  total in sellers currency&lt;br /&gt;
total (sum of item list totals)&lt;br /&gt;
processing fee&lt;br /&gt;
grand total (final amount charged)&lt;br /&gt;
information (caveats and tax info)&lt;br /&gt;
permalink&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : SSL certificate =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
purchase information&lt;br /&gt;
  order id&lt;br /&gt;
  product name&lt;br /&gt;
  domain name&lt;br /&gt;
  validity period&lt;br /&gt;
  number of licenses&lt;br /&gt;
  card number (PAN truncated)&lt;br /&gt;
  amount (with selected currency)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Physical product purchase receipts ====&lt;br /&gt;
===== Example 1 : Computer hardware =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
seller's name (hCard candidate)&lt;br /&gt;
seller's URL (hCard candidate)&lt;br /&gt;
invoice id&lt;br /&gt;
org govt reference (ABN - Australian Business Number)&lt;br /&gt;
date&lt;br /&gt;
seller details (hCard candidate)&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
buyer (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  billing address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  delivery address&lt;br /&gt;
    street-address&lt;br /&gt;
    locality&lt;br /&gt;
    region&lt;br /&gt;
    postal-code&lt;br /&gt;
  phone&lt;br /&gt;
item list&lt;br /&gt;
  item&lt;br /&gt;
  description&lt;br /&gt;
  amount&lt;br /&gt;
  quantity&lt;br /&gt;
  product url&lt;br /&gt;
  total&lt;br /&gt;
delivery cost&lt;br /&gt;
total excluding tax&lt;br /&gt;
tax (GST - Goods and Service Tax)&lt;br /&gt;
total including tax&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Service purchase receipts ====&lt;br /&gt;
===== Example 1 : Online subscription =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
seller's details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  country-name&lt;br /&gt;
buyer's details (hCard candidate)&lt;br /&gt;
  fn&lt;br /&gt;
  street-address&lt;br /&gt;
  locality&lt;br /&gt;
  region&lt;br /&gt;
  postal-code&lt;br /&gt;
  phone&lt;br /&gt;
date&lt;br /&gt;
receipt id&lt;br /&gt;
item list&lt;br /&gt;
  product description&lt;br /&gt;
  quantity&lt;br /&gt;
  rate (per unit)&lt;br /&gt;
  price&lt;br /&gt;
sub total&lt;br /&gt;
amount paid&lt;br /&gt;
balance due&lt;br /&gt;
information&lt;br /&gt;
transaction id&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===== Example 2 : Co-location =====&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
receipt title/type&lt;br /&gt;
sellers details (hCard candidate)&lt;br /&gt;
  org&lt;br /&gt;
  url&lt;br /&gt;
  phone&lt;br /&gt;
message&lt;br /&gt;
receipt number&lt;br /&gt;
date&lt;br /&gt;
amount&lt;br /&gt;
information&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== A1Books ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/A1Books-Sales-Order-anon.htm Example]&lt;br /&gt;
&lt;br /&gt;
==== Barnes&amp;amp;Noble ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/BarnesAndNoble.com-receipt.anon.tidied.htm Example]&lt;br /&gt;
&lt;br /&gt;
==== Facebook ====&lt;br /&gt;
[http://mobileonlinebusiness.com.au/uf/receipt/Facebook-gift-receipt.html Example]&lt;br /&gt;
&lt;br /&gt;
==== Google Checkout ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-e-mail-receipt.tidied.html Example email receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Google-Checkout-Order-Receipt_DVD-Empire.tidied.htm Example web receipt]&lt;br /&gt;
&lt;br /&gt;
==== iTunes ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/iTunes-receipt-e-mail.html iTunes e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
==== Longs/FujiFilm ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Longs-Fujifilm-photo-receipt.html Longs/Fujifilm e-mail receipt]&lt;br /&gt;
&lt;br /&gt;
==== Mobivox/PayPal ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal.htm Mobivox/PayPal receipt]&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Mobivox-PayPal-printable.htm Mobivox/PayPal printable receipt]&lt;br /&gt;
&lt;br /&gt;
==== Symantec ====&lt;br /&gt;
*[http://mobileonlinebusiness.com.au/uf/receipt/Symantec-reminder-e-mail.html Symantec e-mail reminder]&lt;br /&gt;
&lt;br /&gt;
=== Analysis ===&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Bills ====&lt;br /&gt;
&lt;br /&gt;
==== Analysis of Receipts ====&lt;br /&gt;
&lt;br /&gt;
== Existing Practices ==&lt;br /&gt;
&lt;br /&gt;
Listed below is an overview of existing patterns and practices found in the wild for bill and receipt data.&lt;br /&gt;
&lt;br /&gt;
===Summary of common patterns discovered===&lt;br /&gt;
&lt;br /&gt;
===Other attempts to solve The Problem===&lt;br /&gt;
&lt;br /&gt;
== Proposal ==&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[receipt]]&lt;br /&gt;
* http://en.wikipedia.org/wiki/Receipt&lt;/div&gt;</summary>
		<author><name>Lastorset</name></author>
	</entry>
</feed>