barredterra
cb2e6e1e2e
refactor: extract SN status logic
2026-04-27 21:41:12 +02:00
Rohit Waghchaure
8de272a8a1
fix: validation for cancellation
2026-03-09 12:05:46 +05:30
Rohit Waghchaure
81acefa8ad
fix: serial no status for Disassemble entry
2026-03-03 17:11:53 +05:30
Rohit Waghchaure
c37a56ec89
fix: voucher detail no in SABB
2026-03-01 21:54:00 +05:30
Rohit Waghchaure
d68a04ad16
fix: negative stock for purchae return
2026-01-23 01:19:52 +05:30
Rohit Waghchaure
a268316322
feat: option to import serial / batches using csv for outward entry
2026-01-20 13:10:40 +05:30
ljain112
e8510287e3
chore: remove unused imports
2026-01-17 14:45:57 +05:30
Mihir Kandoi
3d0f649411
feat: support for serial item
2026-01-16 10:23:11 +05:30
Mihir Kandoi
8d188cd32b
refactor: sample retention stock entry
2026-01-16 10:23:11 +05:30
Rohit Waghchaure
8d4a179a8f
refactor: single table for better performance
2026-01-11 13:43:09 +05:30
Rohit Waghchaure
8e143d68b4
fix: incoming rate calculation
2026-01-09 17:29:34 +05:30
rohitwaghchaure
d3a480200e
Merge branch 'develop' into fixed-serial-no-save-performance-issue
2026-01-09 16:57:24 +05:30
Rohit Waghchaure
b11f20596e
chore: removed unused code
2026-01-09 16:03:45 +05:30
Rohit Waghchaure
20320c4a6c
perf: SABB taking time to save the record
2026-01-06 18:47:35 +05:30
Rohit Waghchaure
c5fdc256fa
fix: warning message to avoid serial no series overlap issue
2025-12-08 14:17:02 +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
rohitwaghchaure
1512c94e79
Merge pull request #50486 from aerele/support-52693
...
fix: validate sabb autocreation when disabled
2025-11-18 17:58:22 +05:30
Mihir Kandoi
316b6d6867
feat: company wise valuation method
2025-11-17 10:37:11 +05:30
Kavin
3ca1940881
fix: validate sabb autocreation when disabled
2025-11-12 11:32:41 +05:30
Rohit Waghchaure
19a9497273
perf: serial no creation
2025-11-10 16:35:54 +05:30
Rohit Waghchaure
f2ad27eb06
perf: DN submission with SABB
2025-11-10 14:01:02 +05:30
Rohit Waghchaure
48b537dc8c
fix: prevent reuse of serial no in manufacture and repack entry
2025-11-05 15:09:50 +05:30
Rohit Waghchaure
9c21567309
fix: optimized the slow query to get the batchwise available qty
2025-10-27 13:17:52 +05:30
rohitwaghchaure
36d422fbb5
Merge pull request #50123 from rohitwaghchaure/fixed-better-validation-message
...
fix: validation for negative batch
2025-10-17 11:36:31 +05:30
Rohit Waghchaure
f9c8f27586
fix: validation for negative batch
2025-10-17 08:52:41 +05:30
rohitwaghchaure
df1e49ffb4
fix: negative error not throw for backdated entry ( #50091 )
2025-10-14 17:08:43 +05:30
Rohit Waghchaure
88a947ff4e
fix: negative error not throw for backdated entry
2025-10-14 16:48:38 +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
98f186b0e0
fix: posting date in serial no
2025-10-10 12:46:33 +05:30
rohitwaghchaure
6cf24feffc
Merge pull request #49935 from rohitwaghchaure/fixed-old-serial-nos-filter
...
refactor: old serial nos filter
2025-10-07 15:21:33 +05:30
Rohit Waghchaure
6a8bd0ae9e
refactor: old serial nos filter
2025-10-07 12:00:41 +05:30
Rohit Waghchaure
870181de87
fix: warning message if the batch has incorrect qty
2025-10-07 09:49:10 +05:30
rohitwaghchaure
0168639125
Merge pull request #49913 from aerele/support-50177
...
fix: check is_rejected attribute
2025-10-06 19:37:37 +05:30
Rohit Waghchaure
a60f7eaf3a
fix: do not consider draft bundles
2025-10-06 19:16:52 +05:30
Kavin
2ac2e02b2f
fix: check is_rejected attribute
2025-10-06 17:49:28 +05:30
Rohit Waghchaure
99b7a9d15c
refactor: posting datetime for SABB
2025-09-24 23:15:55 +05:30
Rohit Waghchaure
96e2e356b6
fix: validation for document status
2025-09-14 11:55:08 +05:30
rohitwaghchaure
b265b82f0b
Merge pull request #49538 from rohitwaghchaure/fixed-docstatus-issue-of-sabb
...
fix: SABB document status validation
2025-09-14 11:25:33 +05:30
Rohit Waghchaure
c0236191aa
fix: SABB document status validation
2025-09-14 10:53:38 +05:30
rohitwaghchaure
955e8714ee
Merge pull request #49477 from rohitwaghchaure/fixed-batch-qty-calculation
...
fix: batch qty calculation performance issue
2025-09-07 16:49:07 +05:30
Rohit Waghchaure
1a262483a4
fix: batch qty calculation performance issue
2025-09-07 16:24:00 +05:30
Rohit Waghchaure
11b82ba008
fix: non batch-wise valuation for batch item
2025-09-04 00:48:45 +05:30
Rohit Waghchaure
24e0e3505d
fix: valuation for batch items
2025-09-03 19:20:56 +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
Rohit Waghchaure
c8410cb5ca
fix: zero valuation rate for the batch
2025-08-07 01:47:54 +05:30
Rohit Waghchaure
7b05a2a097
feat: serial no and batch traceability report
2025-08-06 15:17:35 +05:30
rohitwaghchaure
a7a6ca197c
Merge pull request #48841 from rohitwaghchaure/fixed-support-45167
...
fix: serial no warehouse for backdated stock reco
2025-07-29 18:15:38 +05:30
Rohit Waghchaure
1deedc766c
fix: serial no warehouse for backdated stock reco
2025-07-29 17:49:46 +05:30
Rohit Waghchaure
a186b1266d
fix: prevent concurrency issues
2025-07-27 18:46:43 +05:30
Rohit Waghchaure
e073075834
fix: system was allowing credit notes with serial numbers for any customer
2025-07-15 14:00:04 +05:30