mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-20 09:56:31 +00:00
[report]general ledger report migrated to script report
This commit is contained in:
@@ -16,7 +16,8 @@ def execute(filters=None):
|
||||
|
||||
def get_columns():
|
||||
return ["Posting Date:Date:100", "Account:Link/Account:200", "Debit:Currency:100",
|
||||
"Credit:Currency:100", "Voucher Type::120", "Voucher No::160", "Remarks::200"]
|
||||
"Credit:Currency:100", "Voucher Type::120", "Voucher No::160",
|
||||
"Cost Center:Link/Cost Center:100", "Remarks::200"]
|
||||
|
||||
def get_gl_entries(filters):
|
||||
return webnotes.conn.sql("""select
|
||||
|
||||
Reference in New Issue
Block a user