Created
February 15, 2012 20:21
-
-
Save rogeliozarate/1838756 to your computer and use it in GitHub Desktop.
YAML for invoice
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
invoice : 00001 | |
date_gen : 2012-02-14T13:07:01 | |
date_pub : | |
date_sent: | |
date_paid: | |
customer: | |
name : Nombre | |
contact: Contacto | |
address: | |
line1: Calle y numero | |
line2: Colonia | |
city : Ciudad | |
state: Estado | |
zip : 11111 | |
country: Mexico | |
product: | |
- sku : BL394D | |
quantity : 4 | |
description : Basketball | |
price : 450.00 | |
- sku : BL4438H | |
quantity : 1 | |
description : Super Hoop | |
price : 2392.00 | |
tax : 0 | |
total: 0 | |
comments: > | |
XXXX Comnents line 01 | |
YYYY Comments line 02 | |
ZZZZ Comments line 03 | |
--- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Based on http://yaml.org/start.html