Skip to content

Instantly share code, notes, and snippets.

@rogeliozarate
Created February 15, 2012 20:21
Show Gist options
  • Save rogeliozarate/1838756 to your computer and use it in GitHub Desktop.
Save rogeliozarate/1838756 to your computer and use it in GitHub Desktop.
YAML for invoice
---
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
---
@rogeliozarate
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment