mergify[bot]
bd932da08b
feat: copy terms attachments to transactions (backport #53403 ) ( #54661 )
...
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2026-04-29 23:43:28 +02:00
Lakshit Jain
52a4ca9c41
feat: add support for 'not applicable' tax in item tax templates ( #50898 )
...
* feat: add support for 'not applicable' tax in item tax templates
* refactor: remove unused imports
* fix: import NOT_APPLICABLE_TAX in get_item_tax_map function
* fix: add item wise tax details for not applicable taxes
* test: added test case for `not_applicable`
* fix: do not create item wise tax details for not applicable tax
* fix: ensure tax rate is set to 0 for not applicable tax rows
* refactor: changes as per review
* test: update selling settings
* test: correct settings
* fix: return both net and current tax amounts for not applicable tax
(cherry picked from commit 453fe376ab )
2026-04-18 06:05:36 +00:00
Raghav0201
adc2960f5b
fix: resolve POS crash and correct is_return typo in TransactionBase
2026-03-23 22:13:29 +05:30
ruthra kumar
f1dfac417d
refactor: replace IntegrationTestCase with ERPNextTestCase repo-wide
...
- import ERPNextTestSuite
- use it on test class
2026-03-19 12:57:07 +05:30
Sudharsanan11
8b3c5baa9e
fix(accounts): set posting time to get incoming rate
...
(cherry picked from commit c5b3673a30 )
2026-03-02 08:16:32 +00:00
Rohit Waghchaure
5eb062c065
fix: item not found
2026-01-08 19:40:18 +05:30
ravibharathi656
a55092d8da
fix: set posting time during restore
2025-12-19 19:48:58 +05:30
Raffael Meyer
ba9bbed038
fix(Rename Tool): use "Link" field instead of "Select"
2025-12-16 17:54:50 +05:30
Diptanil Saha
31d55248e4
Merge pull request #50931 from diptanilsaha/gh-49357
2025-12-05 16:31:54 +05:30
mahsem
e148a38353
fix: state_to_state_province for translation ( #50244 )
...
Co-authored-by: Mihir Kandoi <kandoimihir@gmail.com >
2025-11-11 05:07:34 +00:00
ruthra kumar
06702ffae2
chore: better description for attachment in Rename Tool
2025-10-07 10:24:48 +05:30
Jannat Patel
866b252309
chore: update sales_data from site_info
2025-09-23 13:09:59 +05:30
l0gesh29
a88c62a307
feat: fetch valuation rate for internal transaction
2025-07-18 14:08:36 +05:30
l0gesh29
dd43594ad6
fix: consider empty string in previous doc validation
2025-07-03 16:04:19 +05:30
Ankush Menat
765c7c2bcc
refactor: rename get_settings -> get_single_value ( #47961 )
2025-06-09 04:40:02 +00:00
Ankush Menat
45a4beb401
perf: Use cached accounts settings ( #47947 )
2025-06-06 13:59:18 +00:00
rohitwaghchaure
75b5ba6e67
refactor: track completed app setup wizards and re-run the setup wizard upon new app installation. ( #47691 )
2025-06-03 13:02:45 +05:30
rohitwaghchaure
67c86ec028
fix: skip drop ship items ( #47670 )
2025-05-25 11:36:51 +05:30
Mihir Kandoi
48e6fee6a1
fix: rfq error on item_code
2025-04-29 18:19:45 +05:30
Raffael Meyer
cb111c43d4
fix(Rename Tool): allow more than 500 rows ( #47117 )
...
Co-authored-by: Sagar Vora <16315650+sagarvora@users.noreply.github.com >
2025-04-23 19:32:03 +02:00
ruthra kumar
a4c913a794
chore: fix typo
2025-03-08 14:54:11 +05:30
ruthra kumar
f585fd6b88
fix: attribute error on internal so and po
2025-03-08 09:14:36 +05:30
Raffael Meyer
a9bc395e98
fix: secure bulk transaction ( #45386 )
2025-01-24 14:44:26 +05:30
ruthra kumar
7b8a099d95
Merge pull request #44950 from mahsem/postal_code_move_and_fixes
...
fix: postal_code_move_and_fixes
2025-01-23 16:17:15 +05:30
ruthra kumar
51354c894a
refactor: use idx for identifying row
2025-01-02 11:54:55 +05:30
mahsem
185bbb4c20
fix: postal_code_move_and_fixes
2024-12-28 09:25:30 +01:00
ruthra kumar
2c5b5d4117
Merge pull request #44604 from akhilnarang/drop-pytz-usage
...
refactor: drop pytz
2024-12-13 15:02:14 +05:30
ruthra kumar
c97e058bc6
chore: rename and move test file
2024-12-10 17:48:13 +05:30
ruthra kumar
a06a6ccaa6
test: auto-filling of basic details on items
2024-12-10 17:48:13 +05:30
ruthra kumar
5b4987e160
chore: cleanup code
2024-12-10 17:48:13 +05:30
ruthra kumar
364126d2e4
refactor: remove unneccesary 'item' variable
2024-12-10 17:48:13 +05:30
ruthra kumar
d68f30769a
refactor: only use 'item_obj'
2024-12-10 17:48:13 +05:30
ruthra kumar
d0153065b0
chore: rename method
2024-12-10 17:48:13 +05:30
ruthra kumar
af580c9977
refactor: dynamic dimension handling and more
2024-12-10 17:48:13 +05:30
ruthra kumar
88e6b572a8
refactor: move remaining logic
...
Handle internal parties
conversion factor and applying pricing list rate
2024-12-10 17:48:13 +05:30
ruthra kumar
600d92100c
refactor: use helper method to fetch item details
2024-12-10 17:48:12 +05:30
ruthra kumar
ce1ee98a12
refactor: moving item code trigger to server side
...
1 to 1 barebones migration
2024-12-10 17:48:12 +05:30
Akhil Narang
af3743f09e
refactor: drop pytz
...
Follow up to https://github.com/frappe/frappe/pull/28093 so I can drop the pytz dependency
Signed-off-by: Akhil Narang <me@akhilnarang.dev >
2024-12-09 11:37:09 +05:30
Sagar Vora
b6b8a06fda
perf: reduce queries during transaction save
2024-11-30 00:20:18 +05:30
David
58c49dc9d2
refactor: Use IntegrationTestCase in multiple files
...
Signed-off-by: David <dgx.arnold@gmail.com >
2024-10-08 02:13:00 +02:00
Kitti U
d4dd01d8d1
feat: provide hook point for bulk transaction tasks
2024-09-07 17:46:19 +07:00
ruthra kumar
83ff94b9b8
refactor: better error messages
2024-06-17 07:29:24 +05:30
ruthra kumar
0f0b4d88bc
refactor: validation to force accounts to be on same currency
2024-06-10 20:16:23 +05:30
s-aga-r
9a290fdfc9
fix: validate uom is integer for PR item
2024-04-17 22:09:28 +05:30
Akhil Narang
3effaf21ef
refactor(treewide): formatting and ruff fixes, + manually enabled F401
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev >
2024-03-27 16:06:04 +05:30
Ankush Menat
dfde490c02
refactor!: switch to creation sort ( #40699 )
2024-03-27 13:45:34 +05:30
David
49dd4c1ef3
fix: permissions during bulk transaction logs
2024-03-18 23:08:38 +01:00
Ankush Menat
ec74a5e566
style: format js files
2024-03-10 19:45:40 +05:30
David Arnold
9a705169fd
fix: remove empty dn from bulk creation if date filter renders them empty
2024-01-30 13:51:48 +01:00
mergify[bot]
12a4f2761c
Merge branch 'develop' into feat/add-delivery-cutoff-date-on-so
2024-01-30 09:56:24 +00:00