Skip to content

Commit

Permalink
Added samples
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler King committed Jan 15, 2013
1 parent dc77d6b commit f24ed5a
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -8,6 +8,8 @@ This is a simple Symfony console application that I use to turn Markdown invoice
Simply create your invoice folders under `invoices/` directory. Example: paid, unpaid, estimates. A recommended file
naming format is `[YYYY]-[MM]-[DD]-[project].md` (2013-01-15-github.md).

See `sample/` dirctory for an example invoice in Markdown and it's PDF output when generated.

## Useage

```bash
Expand Down
38 changes: 38 additions & 0 deletions sample/2013-01-15-sample.md
@@ -0,0 +1,38 @@
# Company Name

---------------------------------------

Invoice: 20130115
Company: JohnDoe.com
Contact: John Doe <some-email@domain.com>

Developer: Your Name
E-Mail: you-email@domain.com
Skype: your.skype.address
Phone: +1000-000-0000

### Summary {#summary}

Task Description | Hrs | Hr. Cost | Sub Total
-------------------------------- | ------ | --------- | ---------
A task | 2 | $80.00 | $160.00
Another task | 1 | $40.00 | $40.00

*Sub Total*: $200.00 / **Grand Total**: $200.00 (no tax)

### Terms {#terms}

+ Payments are to be made payable to [NAME] via Paypal[^1] or Direct Deposit[^2].
+ Grand Total must be paid by the end of [DATE] (30 days).
+ If Grand Total is not paid by the end of [DATE], an late-fee[^3] will be applied to the Grand Total.

### Payments {#payments}

Date | Method | Amount
---------- | ---------- | ------
2012-01-15 | Paypal | $100.00


[^1]: Paypal e-mail address for payments is <[YOUR EMAIL]>.
[^2]: Please contact if you wish to do a Direct Deposit.
[^3]: Late-fee of *2%* interest per-day until paid.
Binary file added sample/2013-01-15-sample.pdf
Binary file not shown.

0 comments on commit f24ed5a

Please sign in to comment.