mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-03 13:38:27 +00:00
find wrong vouchers
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
def execute():
|
||||
import webnotes
|
||||
from webnotes.utils import flt
|
||||
vouchers = webnotes.conn.sql("""
|
||||
select parent, parenttype, modified, sum(tax_amount) as tax from `tabPurchase Taxes and Charges`
|
||||
where modified >= '2012-07-12'
|
||||
|
||||
Reference in New Issue
Block a user