[fixes] Create and manage payment request

This commit is contained in:
Saurabh
2015-12-21 18:24:49 +05:30
parent db7a56b453
commit 3ba22676bf
5 changed files with 150 additions and 47 deletions

View File

@@ -32,6 +32,11 @@ def get_data():
"name": "Supplier",
"description": _("Supplier database.")
},
{
"type": "doctype",
"name": "Payment Request",
"description": _("Payment Request")
},
{
"type": "page",
"name": "Accounts Browser",
@@ -83,6 +88,11 @@ def get_data():
"name": "Fiscal Year",
"description": _("Financial / accounting year.")
},
{
"type": "doctype",
"name": "Payment Gateway",
"description": _("Setup Gateway accounts.")
},
{
"type": "page",
"name": "Accounts Browser",