Mihir Kandoi
7deb407206
fix: incorrect putaway rule validation on stock reco
2025-12-02 10:42:28 +05:30
Rohit Waghchaure
ca47ae6fd8
fix: stock reservation validation
2025-11-25 12:01:51 +05:30
Akhil Narang
1cf9f903e5
fix: adapt to query builder
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev >
2025-11-19 21:36:37 +05:30
Rohit Waghchaure
ae0d9d1134
fix: validate reserved batches
2025-11-19 15:12:12 +05:30
Lakshit Jain
91f3c82bdf
feat!: Item Wise Tax Details Table ( #48692 )
...
* fix: Add `Item Wise Tax Detail` Table and update related doctypes
* fix: remove setting item_wise_tax_details in client side
* fix: Remove redundant code for updating item_wise_tax_details after rename
* fix: Add 'dont_recompute_tax' field to Item Wise Tax Detail
* fix: update item_wise_tax_details after validations
* chore: remove redundant code from payment_entry.js
* fix: changes in POS for item_wise_tax_details
* fix: handle merge taxes
* fix: update test case and fix precision issue
* chore: remove debugging statement
* chore: remove redundant import
* chore: linters
* chore: remove redundant code and minor refactor
* fix: correct function args
* fix: fix test cases
* fix: item wise sales register report
* fix: remove dont recompute from item wise tax details and calculation for deduct
* fix: do not retain old rows
* fix: added validation for item wise tax details
* fix: tax merging for pos
* fix: vat audit report(regional report)
* fix: query issue in item-wise sales register
* fix: set other_charges using temp object
* fix: precision issue in validation
* fix: changes as per failing test cases
* fix: tax merging
* fix: set no_copy for item wise tax detail
* fix: correct select field in query and other charged in item_wise_purchase_register
* fix: do not include rows with missing item or tax in merge_taxes
* fix: respect row wise rounding
* chore: remove unused import
* chore: incorrect tuple creation
* fix: handle rounding adjustment
* fix: currency option in item wise tax detail doctype
* fix: patch to migrate item_wise tax_details to table
* chore: remove item_wise_tax_detail from taxes table
* fix: use base_tax_withholding_net_total instead of tax_withholding_net_total
* fix: implemet item_wise_tax_detail for e-invoice (italy)
* fix: fetch document by doctypes in migration patch
* fix: fix multiple syntax errors and inconsistent variable usage
* fix: remove deprecated settings and update item wise tax details flag
* fix: enhance validation for item wise tax details and handle discrepancies
* fix: increase chunk size for migration and improve item-wise tax detail calculations
* fix: delete existing item-wise tax details to prevent duplicates during migration
* fix: remove unnecessary docstatus filter from tax details query
* fix: streamline validation checks in item wise tax details adjustment
* fix: update additional fields to reference item and invoice attributes in tax detail queries
* fix: Restrict tax query to the selected invoices in vat audit report
* fix: use `base_tax_withholding_net_total` for calculation in patch
* fix: set tax row_id and idx to None instead of empty strings
* fix: remove unused precision parameter from rounding differences handler
* fix: update docstatus in item_wise_tax_details as per doc
* fix: remove empty on_update method from SalesOrder class
* fix: remove empty on_update method from PurchaseOrder class
* fix: incorporate zero cutoff in tax calculation logic
* fix: increase threshold for rounding diff
2025-11-17 19:02:31 +05:30
Mihir Kandoi
9b303a2272
Merge pull request #50235 from mihir-kandoi/sre-sco
...
feat: stock reservation for subcontracting order
2025-11-16 13:06:21 +05:30
Rohit Waghchaure
f2ad27eb06
perf: DN submission with SABB
2025-11-10 14:01:02 +05:30
Rohit Waghchaure
076407ad70
test: test cases for item wise inventory account
2025-10-24 10:08:44 +05:30
Rohit Waghchaure
74192547ce
feat: enable item wise inventory account
2025-10-23 22:41:04 +05:30
rohitwaghchaure
63a65838d3
Merge pull request #50156 from rohitwaghchaure/fixed-internal-transfer-issue
...
fix: internal transfer entry with serial/batch
2025-10-17 21:03:08 +05:30
Rohit Waghchaure
9b4e62a758
fix: internal transfer entry with serial/batch
2025-10-17 20:32:36 +05:30
rohitwaghchaure
1fc5af67be
Merge pull request #50095 from aerele/support-50163
...
fix: preview stock ledger for manual serial and batch values
2025-10-15 11:17:15 +05:30
Mihir Kandoi
e9538f6d64
fix(stock): remove filter from query
2025-10-14 23:37:45 +05:30
Kavin
c5f68d0b27
fix: preview stock ledger for manual serial and batch values
2025-10-14 17:14:22 +05:30
Mihir Kandoi
f2b948a483
feat: subcontracting inward ( #47728 )
...
* feat: subcontracting inward
* feat: stock reservation
* feat: subcontracting delivery
* feat: all remaining stuff
* fix: linter errors
* fix: patch
* fix: modify stock entry type validation
* fix: customer provided item cost field mandatory validation
* fix: failing tests
* fix: failing tests
* fix: subcontracting controlller
* refactor: semi final
* refactor: final
* chore: resolve conflicts
* refactor: changes requested
* fix: reservation transfer of extra qty
* fix: consider add cost for customer provided rate field
* test: create test data
* test: subcontracted sales order (partial)
* test: fin
* fix: do not add self RM in DN created from SI
* fix: failing test case
* fix: conflicting function name
* refactor: final changes
* fix: more bugs
* perf: various and major performance improvements
* fix: consider warehouse as well in all queries
* fix: same item code with diff warehouse in manufacture entry
* refactor: readability
* fix: frontend validations
* perf: replace query inside loop with single query
* fix: set additional item flag to true when extra customer provided item is received
* fix: bugs found by coderabbit
* fix: more coderabbit bugs
* fix: add validation to disallow cancellation of manufacturing entry
* perf: use cached values wherever it makes sense
* test: fix redundant insert to child tables
* fix: consider SI return of billed self RM
* fix: bug found by coderabbit
---------
Co-authored-by: Mihir Kandoi <mihirkandoi@Mihirs-MacBook-Air.local >
2025-10-14 15:00:49 +05:30
Rohit Waghchaure
13ce7279a8
fix: sales return for product bundle items
2025-10-09 10:15:42 +05:30
Rohit Waghchaure
99b7a9d15c
refactor: posting datetime for SABB
2025-09-24 23:15:55 +05:30
Rohit Waghchaure
1a262483a4
fix: batch qty calculation performance issue
2025-09-07 16:24:00 +05:30
Rohit Waghchaure
bbc772abe7
fix: additional cost not consider in valuation rate for Stock Entry transfer
2025-08-17 10:34:33 +05:30
Logesh Periyasamy
a8d17b7590
Merge pull request #48761 from aerele/exchange-gain-or-loss-on-repost
...
fix: prevent gain or loss entry cancellation upon reposting
2025-08-05 20:55:44 +05:30
Rohit Waghchaure
af7dc363e1
perf: process_gl_map causing performance issues in the reposting
...
(cherry picked from commit a96fa55704 )
# Conflicts:
# erpnext/stock/doctype/stock_entry/stock_entry.py
2025-08-03 09:46:15 +00:00
Prateek Karamchandani
5f1ca4113d
feat: Ledger Preview for Stock Entry
2025-07-08 16:46:44 +05:30
rohitwaghchaure
b7bf2fad84
Merge pull request #48378 from aerele/refactor-quality-inspection
...
fix: update item reference in quality inspection
2025-07-08 16:01:38 +05:30
Mihir Kandoi
e342b1f7bd
refactor: remove do_reposting_for_each_stock_transaction feature
2025-07-08 11:35:45 +05:30
pugazhendhivelu
9da5010265
fix: update item reference in quality inspection
2025-07-03 15:44:00 +05:30
Mihir Kandoi
d294afa46e
Merge pull request #48123 from mihir-kandoi/fix-zero-rate-toast
...
fix: allow zero valuation rate toast showing even when rate is not 0
2025-06-24 11:45:20 +05:30
rohitwaghchaure
9491f6f83f
Merge pull request #48181 from rohitwaghchaure/fixed-support-41516
...
fix: SABB validation during the LCV
2025-06-20 21:23:44 +05:30
Rohit Waghchaure
e958f886d3
fix: SABB validation during the LCV
2025-06-20 21:06:43 +05:30
Sagar Vora
7e897c4a5d
Merge branch 'develop' into use-frappe.in_test
2025-06-20 08:09:35 +00:00
Rohit Waghchaure
d65cb56d66
fix: target inventory dimension for stock entry
2025-06-19 19:33:26 +05:30
Mihir Kandoi
41b876ff71
fix: allow zero valuation rate toast showing even when rate is not 0
2025-06-18 16:31:53 +05:30
Sagar Vora
7a482a6998
chore: use frappe.in_test
2025-06-17 21:28:21 +05:30
Rohit Waghchaure
6be6eab6ff
feat: LCV for Work Order and Subcontracting Receipt
2025-06-16 20:18:55 +05:30
Ankush Menat
d16a6d42a5
perf: Use lazy loaded documents ( #48017 )
...
* perf: Use lazy docs for status updaters and similar use cases
* perf: lazy load documents while reposting
2025-06-11 10:27:08 +00:00
Mihir Kandoi
b23a2dd8e8
fix: if condition to validate doctype
2025-06-11 14:50:33 +05:30
Mihir Kandoi
7a1cebfa3e
fix: show warning toast if rate is 0 and allow zero valuation rate checkbox is not enabled
2025-06-11 14:50:17 +05:30
Mihir Kandoi
1502515ed9
Revert "feat: show warning toast if rate is 0 and allow zero valuation rate c…"
2025-06-11 11:13:56 +05:30
Ankush Menat
765c7c2bcc
refactor: rename get_settings -> get_single_value ( #47961 )
2025-06-09 04:40:02 +00:00
Ankush Menat
73746e2c71
perf: use cached selling settings ( #47949 )
...
* perf: Use cached stock repost settings
* perf: Use cached selling settings
2025-06-06 14:10:12 +00:00
Ankush Menat
ea5c2c454b
perf: use cached stock settings ( #47945 )
2025-06-06 18:54:49 +05:30
Ankush Menat
a38ed286bd
perf: cache item metadata retrieval ( #47929 )
...
* perf(get_item_details): use cached doc, avoid full get_doc
* perf: short-circuit common usecase of same UOM
* perf: use cached doc for inspection
* perf: use cached valuation method and other item props
It rarely if ever changes after initial configuration
2025-06-06 11:39:27 +00:00
Mihir Kandoi
7c57f5a304
feat: show warning toast if rate is 0 and allow zero valuation rate checkbox is not enabled
2025-06-03 18:34:22 +05:30
rohitwaghchaure
738cb6a0c1
fix: incorrect inventory dimension for material transfer ( #47592 )
2025-05-20 19:13:08 +05:30
Rohit Waghchaure
1d862c111f
fix: not able to submit the stock entry
2025-05-03 11:34:48 +05:30
Mihir Kandoi
47927b38a9
feat: change sabb qty automatically incase of internal transfer PR if sabb only has 1 batch ( #47256 )
...
* feat: change sabb qty automatically incase of internal transfer PR if sabb only has 1 batch
* fix: prevent creation of SABB on every save
* perf: optimize code
* fix: remove unnecessary conditon
* refactor: change if to elif
* fix: remove dn_item_qty and set to item.qty
* test: added test
2025-04-29 11:45:46 +05:30
Rohit Waghchaure
fad1a32e63
fix: allow to make quality inspection after Purchase / Delivery
2025-04-28 13:28:35 +05:30
Sugesh393
8290a83591
fix: keep per_billed 100 for billed delivery note after return
2025-04-21 16:22:14 +05:30
ljain112
5063f1174e
fix: correct error message in validate_internal_transfer_qty
2025-04-14 19:06:22 +05:30
Mihir Kandoi
7fb75f0482
fix: use get instead of dot operator to access dict value
2025-04-07 11:06:19 +05:30
Türker Tunalı
ddbb44c6a2
perf: Stock entry cancel is slow
...
Some queries still use "timestamp" function instead of "posting_datetime". In my instance single stock entry cancel ends with request timeout. Using "posting_datetime" field directly improves the situation.
cont: https://github.com/frappe/erpnext/pull/46293
2025-04-06 12:25:42 +03:00