From 9d6a62b8939cec787e559b7022429b0d96e23f2a Mon Sep 17 00:00:00 2001 From: zhangshine Date: Sun, 14 Jun 2015 22:02:59 +0800 Subject: [PATCH] Screenshot --- README.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 1fdf161..8e936b2 100644 --- a/README.rst +++ b/README.rst @@ -7,6 +7,12 @@ PyInvoice Invoice/Receipt Generator. +Screenshot +---------- + +.. image:: https://ciciapp.github.io/PyInvoice/dist/invoice.png + :target: https://github.com/CiCiApp/PyInvoice + Dependency ---------- * Reportlab @@ -68,7 +74,7 @@ Usage doc.add_item(Item('Item', 'Item desc', 2, '2.2')) doc.add_item(Item('Item', 'Item desc', 3, '3.3')) - # Tax rate + # Tax rate, optional doc.set_item_tax_rate(20) # 20% # Transactions detail, optional