brotherton-erpnext/erpnext/buying/report/procurement_tracker
Conor 74a782d81d
refactor: DB independent quoting and truthy/falsy values (#31358)
* refactor: DB independent quoting and truthy/falsy values

* style: reformat to black spec

* fix: ifnull -> coalesce

* fix: coalesce -> Coalesce

* fix: revert pypika comparison

* refactor: convert queries to QB

* fix: incorrect value types for query

`=` query makes no sense with list of values

* fix: remove warehouse docstatus condition

* fix: keep using base rate as rate

Co-authored-by: Ankush Menat <ankush@frappe.io>
2022-06-17 17:01:27 +05:30
..
__init__.py feat: create procurement tracker report 2019-04-26 01:31:16 +05:30
procurement_tracker.js feat: add date range filters 2019-05-03 16:00:02 +05:30
procurement_tracker.json fix(procurement-tracker): concatenate filter conditions with leading whitespaces (#18440) 2019-07-22 11:16:40 +05:30
procurement_tracker.py refactor: DB independent quoting and truthy/falsy values (#31358) 2022-06-17 17:01:27 +05:30
test_procurement_tracker.py style: format code with black 2022-03-28 18:52:46 +05:30