[design] POS - item grid and taxes

This commit is contained in:
Anand Doshi
2015-01-05 16:19:12 +05:30
parent ff58261407
commit 9b955feff8
13 changed files with 147 additions and 155 deletions

View File

@@ -12,7 +12,7 @@ from frappe.model.document import Document
class Project(Document):
def get_feed(self):
return self.status
return '{0}: {1}'.format(_(self.status), self.project_name)
def get_gross_profit(self):
pft, per_pft =0, 0