Deepesh Garg
|
e82f55ce9e
|
fix: Validate party account with company
(cherry picked from commit 5a2b571aa9)
|
2022-02-23 05:52:52 +00:00 |
|
Ankush Menat
|
90ebe6f266
|
fix: avoid creating bins without item-wh
Co-Authored-By: Shadrak Gurupnor <30501401+shadrak98@users.noreply.github.com>
Co-Authored-By: Saurabh <saurabh6790@gmail.com>
(cherry picked from commit c36bd7e1a6)
|
2022-02-17 20:17:13 +05:30 |
|
Saqib Ansari
|
23a5b3df18
|
fix: ignore pricing rule in all transactions
(cherry picked from commit ab36b27a94)
|
2022-02-09 08:02:56 +00:00 |
|
Saqib Ansari
|
fc67f02ffc
|
test: item price on remove pricing rule
(cherry picked from commit b8c41e3030)
# Conflicts:
# erpnext/accounts/doctype/pricing_rule/test_pricing_rule.py
|
2022-02-09 08:02:55 +00:00 |
|
ruthra kumar
|
e5112e16a8
|
fix: typeerror on invoice creation from SO/PO
(cherry picked from commit 9bd56b0f79)
|
2022-02-08 09:57:47 +00:00 |
|
Deepesh Garg
|
a4e897d30b
|
fix: Handle frozen books while handling
(cherry picked from commit 30a647ff80)
|
2022-01-15 13:26:20 +00:00 |
|
Saqib Ansari
|
ecf341d1b1
|
fix: cannot save debit note with zero quantity
(cherry picked from commit 2be5104848)
|
2022-01-07 13:06:01 +00:00 |
|
mergify[bot]
|
2838dc537e
|
fix: update idx after updating items in so/po (#29134) (#29136)
(cherry picked from commit 733c9defdf)
Co-authored-by: Ankush Menat <ankush@frappe.io>
|
2022-01-04 19:05:38 +05:30 |
|
Pruthvi Patel
|
84f3f34821
|
Update erpnext/controllers/accounts_controller.py
Co-authored-by: Saqib <nextchamp.saqib@gmail.com>
(cherry picked from commit 16a90d3e60)
|
2022-01-03 12:30:23 +00:00 |
|
Pruthvi Patel
|
e648a2ccde
|
fix: consider Discounted status
(cherry picked from commit 0799f378b4)
|
2022-01-03 12:30:23 +00:00 |
|
Pruthvi Patel
|
1efce21ba4
|
refactor: update_invoice_status with query builder
(cherry picked from commit 6c96ed4e11)
|
2022-01-03 12:30:22 +00:00 |
|
Deepesh Garg
|
b00f6676f1
|
fix: Start date validation for deferred invoices
(cherry picked from commit 7ad149f9fe)
|
2021-12-28 06:36:26 +00:00 |
|
mergify[bot]
|
99dfa91f81
|
feat: Grant commission on certain items only (#28645)
Co-authored-by: Sagar Vora <sagar@resilient.tech>
(cherry picked from commit e10ab1626c)
|
2021-12-03 15:17:45 +05:30 |
|
Deepesh Garg
|
03449a09ce
|
fix: Incorrect indentation
(cherry picked from commit 7f06c8ca57)
|
2021-11-26 08:59:30 +00:00 |
|
Deepesh Garg
|
125ce5dd6d
|
fix: Add tests
(cherry picked from commit f07f010962)
|
2021-11-26 08:59:30 +00:00 |
|
Deepesh Garg
|
31f95bd5d1
|
fix(refactor): Advance tds allocation to purchase invoice
(cherry picked from commit 5ba3b28d69)
|
2021-11-26 08:59:30 +00:00 |
|
Deepesh Garg
|
e2956922dc
|
fix: GL Entries on advance TDS allocation
(cherry picked from commit 25d208aa8a)
|
2021-11-26 08:59:29 +00:00 |
|
mergify[bot]
|
b9218b3c60
|
fix: over billing validation (#28573)
|
2021-11-26 12:46:49 +05:30 |
|
Ankush Menat
|
fbfaf75b66
|
chore: remove __future__ py2 compatibility imports
|
2021-11-25 17:42:24 +05:30 |
|
Deepesh Garg
|
a9452f1277
|
fix: Default party account getting overriden in invoices
(cherry picked from commit 88648570d7)
|
2021-11-12 07:34:40 +00:00 |
|
Rohit Waghchaure
|
f88c24155c
|
fix: COGS account in purchase receipt
(cherry picked from commit 2a14f255cf)
# Conflicts:
# erpnext/stock/doctype/purchase_receipt/test_purchase_receipt.py
|
2021-11-01 07:25:46 +00:00 |
|
Deepesh Garg
|
a60ecb95b0
|
fix: Ignore PO on So cancel
(cherry picked from commit 051aaa708d)
|
2021-10-29 06:28:28 +00:00 |
|
GangaManoj
|
ed58f206fa
|
fix: Remove unused imports
(cherry picked from commit d24cfff388)
|
2021-10-29 06:28:27 +00:00 |
|
GangaManoj
|
d47007adb2
|
fix: Remove print statements
(cherry picked from commit 8844fdbf23)
|
2021-10-29 06:28:26 +00:00 |
|
GangaManoj
|
7c42b8b702
|
fix: Unlink PO on cancelling SO
(cherry picked from commit e77534fe13)
|
2021-10-29 06:28:25 +00:00 |
|
GangaManoj
|
2fb18afea0
|
fix: Unlink PO on cancelling SO
(cherry picked from commit 8396f24e70)
|
2021-10-29 06:28:24 +00:00 |
|
mergify[bot]
|
fb742476f8
|
fix: Payment Terms validation precision (#28104)
(cherry picked from commit 9c1705205f)
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com>
Co-authored-by: Afshan <33727827+AfshanKhan@users.noreply.github.com>
|
2021-10-27 13:26:57 +05:30 |
|
mergify[bot]
|
019c5a338d
|
fix(ux): overbiling message in SO->SI, PO->PI (bp #28088)
(cherry picked from commit 6ec047cba9)
Co-authored-by: Ankush Menat <ankush@frappe.io>
|
2021-10-27 11:08:23 +05:30 |
|
mergify[bot]
|
34e92ab229
|
fix: incorrect status being set in Invoices (backport #28019) (#28031)
* fix: incorrect status being set in Invoices (#28019)
Co-authored-by: Pruthvi Patel <pruthvipatel145@gmail.com>
(cherry picked from commit 8d9d0987fe)
# Conflicts:
# erpnext/patches.txt
* fix: merge conflict
Co-authored-by: Sagar Vora <sagar@resilient.tech>
|
2021-10-20 19:31:47 +05:30 |
|
Saqib Ansari
|
2108bf9f73
|
fix: cost center in exchange gain loss gl entry
(cherry picked from commit 78ad50efc2)
|
2021-09-27 07:36:14 +00:00 |
|
Saqib Ansari
|
af531372da
|
fix: setting of gain/loss if party account is in company currency
(cherry picked from commit 64efe8bf15)
|
2021-09-27 07:36:13 +00:00 |
|
Frappe PR Bot
|
e5a062ceb6
|
feat: add Partly Paid status in Invoices (#27636)
(cherry picked from commit c8b9a55e96)
Co-authored-by: Sagar Vora <sagar@resilient.tech>
|
2021-09-22 12:17:58 +05:30 |
|
Ankush Menat
|
684ca451d3
|
fix(ux): better error message
Co-authored-by: Saqib <nextchamp.saqib@gmail.com>
(cherry picked from commit 21a955d20b)
|
2021-09-20 12:13:37 +00:00 |
|
Ankush Menat
|
8cdd6eacdd
|
refactor: add guard clause in for loop
Reduce overly indented code/improve readability.
(cherry picked from commit 5e4fbba753)
|
2021-09-20 12:13:37 +00:00 |
|
Ankush Menat
|
2dc590c0c0
|
fix: warn when overbilling checks are skipped.
(cherry picked from commit 43bf82b58b)
|
2021-09-20 12:13:36 +00:00 |
|
Ankush Menat
|
55393d160d
|
perf: extract loop invariant db calls
(cherry picked from commit 648b2d72a5)
|
2021-09-20 12:13:36 +00:00 |
|
Chillar Anand
|
4b2be2999f
|
chore: Cleanup imports (#27320)
* chore: Added isort to pre-commit config
* chore: Sort imports with isort
* chore: Remove imports with pycln
* chore: Sort imports with isort
* chore: Fix import issues
* chore: Fix sider issues
* chore: linting
* chore: linting / sorting import
from ecommerce refactor merge
* ci: dont allow unused imports
* chore: sort / clean ecommerce imports
Co-authored-by: Ankush Menat <ankush@iwebnotes.com>
|
2021-09-03 18:57:43 +05:30 |
|
Anuja Pawar
|
d81e837667
|
refactor: payment reconciliation tool (#27284)
|
2021-09-01 15:20:37 +05:30 |
|
skjbulcher
|
a1e5a64a66
|
fix: payment terms on Sales Order when Invoice Portion field is empty
|
2021-08-31 18:24:12 +05:30 |
|
Saqib Ansari
|
970e5af051
|
fix: cost center & naming series
|
2021-08-26 13:04:38 +05:30 |
|
Saqib Ansari
|
fb6af0481c
|
perf: reduce number of queries to get party link
|
2021-08-26 13:04:31 +05:30 |
|
Saqib Ansari
|
2cb8cc525c
|
feat: auto create advance entry on invoice submission
|
2021-08-26 13:01:21 +05:30 |
|
Deepesh Garg
|
74073ddc85
|
fix: Ignore due date validations if payment terms are copied from orders/receipts (#27120)
|
2021-08-24 21:56:49 +05:30 |
|
Frappe PR Bot
|
1e3a6a8a98
|
fix: discard empty rows from update items (#27021) (#27095)
(cherry picked from commit 6de7b8ea93)
Co-authored-by: Ankush Menat <ankush@iwebnotes.com>
|
2021-08-24 12:20:51 +05:30 |
|
Ankush Menat
|
9bb69e711a
|
chore: whitespace cleanup from codebase
|
2021-08-19 14:33:03 +05:30 |
|
Frappe PR Bot
|
77ad668a6f
|
fix: date_unchanged calculation in "Update Items" (#26992) (#27010)
Branch corrected https://github.com/frappe/erpnext/pull/26058
ERPNext generates "Cannot set quantity less than delivered quantity" error even the delivered qty is zero when user clicks "Update Items".
"date_unchanged" variable gets false value because of new_date is string.
"getdate(new_date)" corrects the date comparison.

(cherry picked from commit d8a7abcd02)
Co-authored-by: Türker Tunalı <turkert@hotmail.com>
|
2021-08-18 12:32:59 +00:00 |
|
Frappe PR Bot
|
1a39d1a311
|
fix: cost center & account validation in Sales/Purchase Taxes and Charges (#26881)
|
2021-08-10 19:38:39 +05:30 |
|
Deepesh Garg
|
9b561ea839
|
Merge branch 'version-13-hotfix' of https://github.com/frappe/erpnext into discount_accounting_v13
|
2021-08-10 10:38:14 +05:30 |
|
Deepesh Garg
|
cd980f5e6b
|
Merge pull request #26723 from GangaManoj/backport-po-payment-terms
feat: Fetch Payment Terms from linked Sales/Purchase Order
|
2021-08-10 10:34:39 +05:30 |
|
Frappe PR Bot
|
0ff9ef673c
|
fix: add parameter for db insert while adding item tax (#26855) (#26858)
(cherry picked from commit b3bbebd27c)
Co-authored-by: Afshan <33727827+AfshanKhan@users.noreply.github.com>
|
2021-08-09 17:58:18 +05:30 |
|