Payment Entry: Payment period based on invoice date

This commit is contained in:
Nabin Hait
2016-06-28 17:07:16 +05:30
parent 16d6959d01
commit 221fa98b51
2 changed files with 34 additions and 39 deletions

View File

@@ -44,6 +44,11 @@ def get_data():
"name": "Company",
"description": _("Company (not Customer or Supplier) master.")
},
{
"type": "doctype",
"name": "Payment Entry",
"description": _("Payment entries against party or for internal transfer")
},
{
"type": "doctype",
"name": "Journal Entry",