[report] accounts receivable migrated into new style

This commit is contained in:
Nabin Hait
2013-04-22 13:14:52 +05:30
parent f19822b041
commit e7366f763b
6 changed files with 210 additions and 1 deletions

View File

@@ -13,4 +13,4 @@ WHERE
AND `tabGL Entry`.`is_cancelled` = 'No'
AND `tabAccount`.`master_type` = 'Customer'
AND `tabAccount`.`name` = `tabGL Entry`.`account`
ORDER BY `tabGL Entry`.`posting_date`
ORDER BY `tabGL Entry`.`posting_date`, `tabGL Entry`.`account`