Change amount calcualtion in POS if there is write off amount and gl entries in this scenario

This commit is contained in:
Nabin Hait
2016-08-02 16:41:10 +05:30
parent afc0bbc8ff
commit 3bb1a421f0
5 changed files with 87 additions and 68 deletions

View File

@@ -26,6 +26,12 @@ def get_data():
"name": "Payment Entry",
"description": _("Bank/Cash transactions against party or for internal transfer")
},
{
"type": "page",
"name": "pos",
"label": _("POS"),
"description": _("Point of Sale")
},
{
"type": "report",
"name": "Accounts Receivable",