Payment Tool #2106

This commit is contained in:
Ankit Javalkar
2014-09-12 15:18:53 +05:30
committed by Anand Doshi
parent 84e08fd534
commit 8e7ca41817
22 changed files with 2903 additions and 1546 deletions

View File

@@ -61,6 +61,11 @@ def get_data():
"name": "Period Closing Voucher",
"description": _("Close Balance Sheet and book Profit or Loss.")
},
{
"type": "doctype",
"name": "Payment Tool",
"description": _("Create Payment Entries against Orders or Invoices.")
},
]
},
{