Loic Oberle
|
e1bfffb72c
|
refactor(sales_invoice): replace sql with qb in get_discounting_status (#55378)
|
2026-05-28 16:43:17 +05:30 |
|
Loic Oberle
|
ead0c14a12
|
refactor(sales_invoice): replace sql with qb in check_if_reutrn_invoi… (#55374)
|
2026-05-28 16:36:46 +05:30 |
|
Nishka Gosalia
|
774756c3f4
|
Merge pull request #55367 from nishkagosalia/gh-55050
fix(UX): Move title field to More Info
|
2026-05-28 15:08:54 +05:30 |
|
Mihir Kandoi
|
10384b3b2e
|
fix: new bom version should not recalculate operations through routing (#55370)
|
2026-05-28 09:29:37 +00:00 |
|
nishkagosalia
|
34c24b86fa
|
fix(UX): Move title field to More Info
|
2026-05-28 14:38:08 +05:30 |
|
Nishka Gosalia
|
acb10299db
|
Merge pull request #55340 from nishkagosalia/gh-55106
feat: over order allowance setting
|
2026-05-28 14:18:33 +05:30 |
|
nishkagosalia
|
355d71dbd2
|
feat: over order allowance setting
|
2026-05-28 12:54:45 +05:30 |
|
Khushi Rawat
|
49567bff78
|
Merge pull request #55360 from khushi8112/validate-pe-cancel-on-bank-reconciliation
fix: block cancellation if reconciled with a Bank Transaction
|
2026-05-28 11:26:22 +05:30 |
|
khushi8112
|
63ff92cb7c
|
fix: test case
|
2026-05-28 01:49:56 +05:30 |
|
khushi8112
|
6f5852eabf
|
fix: block cancellation if reconciled with a Bank Transaction
|
2026-05-28 01:27:05 +05:30 |
|
Khushi Rawat
|
c90a33cba1
|
Merge pull request #55137 from khushi8112/sales-analytics-report
fix: use get_query instead of get_all for data fetching
|
2026-05-28 00:45:51 +05:30 |
|
Diptanil Saha
|
fcb87b437e
|
ci: add node setup on sync translations to version 16 hotfix (#55355)
|
2026-05-27 23:34:10 +05:30 |
|
Diptanil Saha
|
7561ad4666
|
ci: sync translations from develop to version-16-hotfix (#55348)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-05-27 20:50:03 +05:30 |
|
Diptanil Saha
|
1b076d0ccc
|
fix: render HTML labels in open payment requests link dropdown (#55315)
|
2026-05-27 20:09:28 +05:30 |
|
Lakshit Jain
|
1bcc214367
|
Merge pull request #55330 from ljain112/fix-tds-none
fix(tds): treat NULL and empty-string tax_withholding_group as equivalent
|
2026-05-27 16:54:03 +05:30 |
|
Lakshit Jain
|
dee4e94576
|
Merge pull request #55333 from ljain112/fix-financial-template-closing-bal
fix(custom_financial_template): sum account closing balances across dimensions
|
2026-05-27 16:53:34 +05:30 |
|
ljain112
|
4a49a205b3
|
fix(custom_financial_template): sum account closing balances across dimensions
|
2026-05-27 13:57:56 +05:30 |
|
ljain112
|
251e7b623c
|
fix: changes as per review
|
2026-05-27 13:06:07 +05:30 |
|
ljain112
|
a85f8a64b1
|
fix(tds): treat NULL and empty-string tax_withholding_group as equivalent
|
2026-05-27 12:40:57 +05:30 |
|
Pandiyan P
|
05a46ffefd
|
fix(selling): handle None values while grouping opportunities by utm … (#55300)
|
2026-05-27 06:52:43 +00:00 |
|
Sudharsanan Ashok
|
3ad67021d6
|
fix(manufacturing): allow to edit batch size while creating a work order (#55058)
|
2026-05-27 05:57:17 +00:00 |
|
MochaMind
|
8bb611dfee
|
fix: sync translations from crowdin (#55239)
|
2026-05-27 05:28:39 +05:30 |
|
Himanshu Jain
|
652014700c
|
fix(employee): js error if user does not have write permission for date field (#55312)
|
2026-05-27 01:49:16 +05:30 |
|
Diptanil Saha
|
2a7867511d
|
fix(sales_invoice): skip stock update for POS invoices linked to Delivery Note (#55311)
|
2026-05-26 20:13:40 +00:00 |
|
rohitwaghchaure
|
e1ddc50872
|
Merge pull request #55242 from rohitwaghchaure/fixed-stock-reco-for-legacy-serial-nos
fix: stock reco for legacy serial nos
|
2026-05-26 15:58:16 +05:30 |
|
rohitwaghchaure
|
5057057f43
|
Merge pull request #55290 from rohitwaghchaure/fixed-tax-amount-issue-in-invoice-lcv
fix: inclusive tax amount not considered while setting LCV from purchase invoice
|
2026-05-26 15:44:26 +05:30 |
|
Nihantra C. Patel
|
cad4d497bd
|
Merge pull request #55268 from Nihantra-Patel/immutable-ledger-reverse-posting-date
fix: use passed posting date for period closing validation in reverse GL entries
|
2026-05-26 15:43:06 +05:30 |
|
Rohit Waghchaure
|
048ddfc265
|
fix: inclusive tax amount not considered while setting LCV from purchase invoice
|
2026-05-26 15:13:05 +05:30 |
|
Nihantra Patel
|
9c39b01f1c
|
test: update testcase
|
2026-05-26 14:19:04 +05:30 |
|
Loic Oberle
|
a051049710
|
refactor(sales_order): Replace SQL with ORM in validate_po (#55198)
|
2026-05-26 08:20:04 +00:00 |
|
Mihir Kandoi
|
f023bf8a96
|
fix: single variant creation error (#55286)
* fix: single variant creation error
* feat: allow creation of any number of variants in multiple item variant creation dialog
|
2026-05-26 13:34:44 +05:30 |
|
Loic Oberle
|
b8327e4031
|
refactor(customer): replace SQL with query builder in get_customer_ou… (#55209)
|
2026-05-26 08:00:23 +00:00 |
|
Loic Oberle
|
bbb7b6f8e0
|
refactor(buying): replace sql query by orm (#55153)
|
2026-05-26 13:14:39 +05:30 |
|
Mihir Kandoi
|
090c25d848
|
feat: allow creation of any number of variants in multiple item variant creation dialog
|
2026-05-26 13:09:14 +05:30 |
|
Mihir Kandoi
|
bda75135c3
|
fix: single variant creation error
|
2026-05-26 12:53:47 +05:30 |
|
Mihir Kandoi
|
a128d851c5
|
refactor: remove unused customer field in Item DocType (#55277)
|
2026-05-26 05:17:00 +00:00 |
|
ruthra kumar
|
cd35fbde94
|
Merge pull request #55256 from ruthra-kumar/handle_stuck_running_state_in_process_pcv
refactor: handle processes stuck in running state in process pcv
|
2026-05-26 10:27:28 +05:30 |
|
Pandiyan P
|
c286a73e0b
|
fix: prevent AttributeError in batch query filters (#55257)
|
2026-05-26 10:23:18 +05:30 |
|
ruthra kumar
|
6cb7971342
|
refactor: atomic summarization step for process pcv
|
2026-05-26 09:55:38 +05:30 |
|
diptanilsaha
|
49d579a016
|
fix(payment_entry): sync paid/received amounts for cross-currency entries (#55270)
|
2026-05-25 23:16:33 +05:30 |
|
Nihantra Patel
|
f040bdf165
|
fix: use passed posting date in make_reverse_gl_entries
|
2026-05-25 21:39:54 +05:30 |
|
Rohit Waghchaure
|
9d5fd11bcd
|
fix: stock reco for legacy serial nos
|
2026-05-25 17:22:08 +05:30 |
|
rohitwaghchaure
|
af26986def
|
Merge pull request #55252 from rohitwaghchaure/fixed-job-card-buttons-class
fix: job card buttons color
|
2026-05-25 17:21:34 +05:30 |
|
rohitwaghchaure
|
7982ecfdf7
|
Merge pull request #55249 from aerele/fix/support-#68708
fix(stock): remove precision for valuation rate while creating sle
|
2026-05-25 17:21:01 +05:30 |
|
ruthra kumar
|
f414778486
|
refactor: handle processes stuck in running state in process pcv
|
2026-05-25 16:02:35 +05:30 |
|
Khushi Rawat
|
631a4a67ba
|
Merge pull request #55126 from khushi8112/asset-scrap-flow
fix: asset scrap flow related changes
|
2026-05-25 15:45:03 +05:30 |
|
Rohit Waghchaure
|
c327a5ca93
|
fix: job card buttons color
|
2026-05-25 15:33:12 +05:30 |
|
Sudharsanan11
|
66ba7be239
|
fix(stock): remove precision for valuation rate while calculating difference amount
|
2026-05-25 14:43:39 +05:30 |
|
Sudharsanan11
|
ccb8837c6c
|
fix(stock): remove precision for valuation rate while creating sle
|
2026-05-25 14:42:58 +05:30 |
|
ruthra kumar
|
1c3a9f7dd9
|
refactor: summarize in background
|
2026-05-25 14:11:46 +05:30 |
|