Files
erpnext/erpnext
ruthra kumar 6c170abdf9 fix: tds incorrectly calculated for invoice that are below threshold
Two purchase invoices for the same supplier, using different tax
withholding categories have this issue.

| Category | single | cumulative |
|----------+--------+------------|
| cat1     |    100 |        500 |
| cat2     |   1000 |       5000 |

1. PINV1 of net total: 105/- uses cat1. TDS is calculated as it
breached single threshold
2. PINV2 of net total: 200/- uses cat2. TDS incorrectly calculated as
PINV1 already has TDS calculated and 'consider_party_ledger_amount' is enabled.

(cherry picked from commit 84b7c1bba0)
2023-05-18 07:09:19 +00:00
..
2022-04-12 23:31:47 +05:30
2022-03-29 17:29:34 +05:30
2022-03-29 17:29:34 +05:30
2022-09-30 23:41:01 -07:00
2022-05-25 23:52:40 +05:30
2022-03-29 17:29:34 +05:30
2023-05-11 14:38:38 +00:00
2023-04-22 10:08:26 +05:30
2022-08-22 09:49:15 +05:30