feat: item wise tds calculation
This commit is contained in:
commit
ea387937d0
@ -1603,4 +1603,4 @@
|
|||||||
"timeline_field": "supplier",
|
"timeline_field": "supplier",
|
||||||
"title_field": "title",
|
"title_field": "title",
|
||||||
"track_changes": 1
|
"track_changes": 1
|
||||||
}
|
}
|
||||||
|
@ -22,4 +22,4 @@ def execute():
|
|||||||
purchase_invoice.posting_date >= fiscal_year_details.year_start_date
|
purchase_invoice.posting_date >= fiscal_year_details.year_start_date
|
||||||
).where(
|
).where(
|
||||||
purchase_invoice.docstatus == 1
|
purchase_invoice.docstatus == 1
|
||||||
).run()
|
).run()
|
||||||
|
Loading…
Reference in New Issue
Block a user