ruthra kumar
85d255c8a2
refactor: select distinct types
...
(cherry picked from commit 61705047b0 )
2023-11-07 10:15:11 +00:00
ruthra kumar
3abee937f9
refactor(test): update repost settings for test cases
...
(cherry picked from commit ac79b8483f )
2023-11-07 10:15:09 +00:00
ruthra kumar
37dbb4d3f9
refactor: support for expense claim repost
...
(cherry picked from commit b651b36fff )
2023-11-07 10:15:08 +00:00
ruthra kumar
1b83a91246
refactor: configurable repost settings
...
(cherry picked from commit 5a068410c6 )
2023-11-07 10:15:07 +00:00
ruthra kumar
156d995ad8
chore: patch to update default repost settings value
...
(cherry picked from commit ebb186c8df )
2023-11-07 10:15:06 +00:00
ruthra kumar
c047fd7ac5
feat: settings page for repost
...
(cherry picked from commit d582a73795 )
2023-11-07 10:15:05 +00:00
ruthra kumar
dc10a721ab
Merge pull request #37958 from frappe/mergify/bp/version-15-hotfix/pr-37956
...
fix: type error on new payment entry (backport #37956 )
2023-11-07 12:38:15 +05:30
ruthra kumar
59371358ae
fix: type error on new payment entry
...
(cherry picked from commit adff287160 )
2023-11-07 06:53:27 +00:00
ruthra kumar
442c484258
Merge pull request #37950 from frappe/mergify/bp/version-15-hotfix/pr-37948
...
fix: typo in AR report (backport #37948 )
2023-11-06 20:47:54 +05:30
ruthra kumar
fc3d303b82
fix: typo in AR report
...
(cherry picked from commit 67e74d03ed )
2023-11-06 14:57:21 +00:00
mergify[bot]
915ca47515
fix: add translation wrapper (backport #37911 ) ( #37947 )
...
fix: add translation wrapper
(cherry picked from commit 8722318081 )
Co-authored-by: hyaray <hyaray@vip.qq.com >
2023-11-06 19:52:04 +05:30
mergify[bot]
a065f22a4c
fix: link between parent and child procedure (backport #37903 ) ( #37944 )
...
* fix: link between parent and child procedure
(cherry picked from commit 05f24ede96 )
* chore: add missing filters for `Parent Procedure`
(cherry picked from commit 8fbd4cea5b )
* test: add test case for Quality Procedure`
(cherry picked from commit 30c6b83a10 )
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-11-06 19:28:42 +05:30
mergify[bot]
e156564ea4
fix: don't reset rate if greater than zero in standalone debit note (backport #37935 ) ( #37941 )
...
* fix: don't reset rate if greater than zero in standalone debit note
(cherry picked from commit 5cce522ecd )
* fix(test): `test_gl_entries_for_standalone_debit_note`
(cherry picked from commit f9fc6c9c9d )
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-11-06 19:27:42 +05:30
mergify[bot]
7ad08179f2
fix: make Material Request Item required if Material Request is set in PO (backport #37928 ) ( #37937 )
...
fix: make `Material Request Item` required if `Material Request` is set in PO
(cherry picked from commit a9d91189b0 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-11-06 17:26:18 +05:30
mergify[bot]
df90fd7b35
feat: reserved production plan sub assembly items (backport #37884 ) ( #37927 )
...
feat: reserved production plan sub assembly items (#37884 )
(cherry picked from commit 34d3eb88b3 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-11-06 11:33:12 +05:30
ruthra kumar
21195343d5
Merge pull request #37925 from frappe/mergify/bp/version-15-hotfix/pr-37879
...
refactor: flag to toggle billed amy update in DN for Credit Note (backport #37879 )
2023-11-06 11:24:26 +05:30
ruthra kumar
61573f2645
refactor(test): enable billed amt update on Sales Return(Cr Note)
...
(cherry picked from commit 0c5bdbdcf3 )
2023-11-06 03:11:52 +00:00
ruthra kumar
463accbf04
refactor: flag to toggle billed amy update in DN for Credit Note
...
(cherry picked from commit a3191f1c8c )
2023-11-06 03:11:52 +00:00
mergify[bot]
fd7a768535
fix: POS change amount gl entry with no amount ( #37799 )
...
fix: POS change amount gl entry with no amount (#37799 )
(cherry picked from commit 2b02ef0066 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-11-05 17:56:45 +05:30
mergify[bot]
e71ef10ca9
fix: list index out of range (backport #37890 ) ( #37920 )
...
fix: list index out of range (#37890 )
* fix: list index out of range
* fix: solve linter test failing
(cherry picked from commit e5bc8fccb1 )
Co-authored-by: viralkansodiya15 <98073516+viralpatel15@users.noreply.github.com >
2023-11-05 12:33:58 +05:30
mergify[bot]
7d0f1f4235
fix: Quality Inspection Parameter migration - DuplicateEntryError due to case sensitivity (backport #37499 ) ( #37917 )
...
fix: Quality Inspection Parameter migration - DuplicateEntryError due to case sensitivity (#37499 )
* fix: account for case-insensitive database primary key for parameter names
* chore: linting
(cherry picked from commit b099590b2c )
Co-authored-by: Richard Case <110036763+casesolved-co-uk@users.noreply.github.com >
2023-11-05 11:29:38 +05:30
mergify[bot]
e0b0b6bb7d
fix: consider reserved stock while cancelling a stock transaction (backport #37754 ) ( #37906 )
...
* fix: consider reserved serial nos while cancelling a stock transaction
(cherry picked from commit d9e284366d )
* fix: consider reserved batches while cancelling a stock transaction
(cherry picked from commit e1a87a802d )
* feat: add field `reserved_stock` in Bin
(cherry picked from commit 98d6cdd53c )
* feat: maintain `Reserved Stock` in Bin
(cherry picked from commit f52916a2c3 )
* fix: consider reserved stock while cancelling a stock transaction
(cherry picked from commit 73b65ac82e )
* fix(test): `test_stock_reservation_against_sales_order`
(cherry picked from commit 10242235bc )
* chore: patch to set reserved stock in Bin
(cherry picked from commit 1f88b1ef84 )
* fix: qty based check for stock reservation of serial-batch items based on qty
(cherry picked from commit 9231706227 )
* test: add test case for stock stock reservation
(cherry picked from commit 54b323e557 )
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-11-04 17:02:43 +05:30
mergify[bot]
5171e3238d
chore: rename depreciation_amount_based_on_num_days_in_month to daily_prorata_based [dev] (copy #37897 ) ( #37899 )
...
chore: rename depreciation_amount_based_on_num_days_in_month to daily_prorata_based
(cherry picked from commit 7c49b277ef )
Co-authored-by: anandbaburajan <anandbaburajan@gmail.com >
2023-11-04 02:02:25 +05:30
mergify[bot]
fc4bcc0965
chore: rename daily_depreciation in asset to depreciation_amount_based_on_num_days_in_month [dev] (backport #37893 ) ( #37896 )
...
chore: rename daily_depreciation in asset to depreciation_amount_based_on_num_days_in_month [dev] (#37893 )
* chore: rename daily_depreciation to depreciation_based_on_num_days_in_month
* chore: add patch
* chore: remove unnecessary files
* chore: add amount in field name
* chore: add amount in label
(cherry picked from commit 568d5bfbe8 )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-11-03 23:26:32 +05:30
mergify[bot]
febd20acbc
perf: index return against for purchase invoice (backport #37881 ) ( #37883 )
...
perf: index return against for purchase invoice (#37881 )
(cherry picked from commit 469ae2c7f1 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-11-03 21:59:49 +05:30
mergify[bot]
be8399f52e
fix: permission error while creating Supplier Quotation from Portal (backport #37864 ) ( #37871 )
...
fix: permission error while creating Supplier Quotation from Portal
(cherry picked from commit e019d43d0b )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-11-03 16:21:20 +05:30
ruthra kumar
c29e22b3d1
Merge pull request #37876 from frappe/mergify/bp/version-15-hotfix/pr-37852
...
refactor: better ledger comparision report (backport #37852 )
2023-11-03 13:25:12 +05:30
ruthra kumar
796b1aa694
refactor(test): for ledger comparision report
...
(cherry picked from commit 639f427d6d )
2023-11-03 07:23:25 +00:00
ruthra kumar
8d66848f9d
refactor: better output on gl and pl comparison report
...
(cherry picked from commit 539f0251d9 )
2023-11-03 07:23:25 +00:00
ruthra kumar
9dae84feba
Merge pull request #37874 from frappe/mergify/bp/version-15-hotfix/pr-37869
...
refactor: 'group only by voucher' flag in AR/AP report (backport #37869 )
2023-11-03 12:51:07 +05:30
ruthra kumar
1e218c12a0
refactor: group only by voucher flag in AR/AP report
...
(cherry picked from commit 23beb46d15 )
2023-11-03 07:00:57 +00:00
mergify[bot]
847dd9e671
fix: TypeError in PR for non-stock item (backport #37819 ) ( #37842 )
...
* fix: `TypeError` in PR for non-stock item
(cherry picked from commit 028b3e2fbf )
# Conflicts:
# erpnext/stock/doctype/purchase_receipt/purchase_receipt.py
* chore: `conflicts`
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-11-03 11:56:12 +05:30
mergify[bot]
b1982a6961
perf: Add index to supplier invoice field (backport #37861 ) ( #37863 )
...
fix: Add index to supplier invoice field (#37861 )
* fix: Add index to supplier invoice field
* chore: remove unintetional changes
(cherry picked from commit c37e374fdd )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-11-03 11:52:32 +05:30
rohitwaghchaure
e52291506e
Merge pull request #37851 from frappe/mergify/bp/version-15-hotfix/pr-37849
...
fix: remove voucher type and no for Item and Warehouse based reposting (backport #37849 )
2023-11-02 15:14:50 +05:30
Rohit Waghchaure
618a9ee49b
chore: fix test cases
2023-11-02 14:45:28 +05:30
mergify[bot]
71361f7673
fix: standard submit perm in repost ledger for editable invoices (backport #37826 ) ( #37855 )
...
fix: standard submit perm in repost ledger for editable invoices (#37826 )
* fix: ignore perm while reposting ledger
* fix: use flag in save
* fix: remove unnecessary save
(cherry picked from commit 1b808e1d7c )
Co-authored-by: Gursheen Kaur Anand <40693548+GursheenK@users.noreply.github.com >
2023-11-02 14:33:47 +05:30
Rohit Waghchaure
b96be67a1f
fix: remove voucher type and no for Item and Warehouse based reposting
...
(cherry picked from commit 0104897d69 )
2023-11-02 07:57:52 +00:00
ruthra kumar
7bc02c49ba
Merge pull request #37847 from frappe/mergify/copy/version-15-hotfix/pr-37845
...
chore: add std permissions for Process Payment Reconciilation log (copy #37845 )
2023-11-02 12:10:36 +05:30
ruthra kumar
7524e425da
chore: std permissions for Process Payment Reconciilation log
...
(cherry picked from commit a9fceeb00f )
2023-11-02 06:16:07 +00:00
ruthra kumar
39a178d27a
Merge pull request #37844 from frappe/mergify/bp/version-15-hotfix/pr-37838
...
refactor: pass limits to JE and PE queries in reconciliation tool (backport #37838 )
2023-11-02 11:08:36 +05:30
mergify[bot]
fad8228a67
feat(Stock Balance): add filters from route (backport #37836 ) ( #37840 )
...
feat(Stock Balance): add filters from route
(cherry picked from commit 38e5e4a893 )
Co-authored-by: barredterra <14891507+barredterra@users.noreply.github.com >
2023-11-02 10:46:28 +05:30
ruthra kumar
8ef48bc6b7
refactor: pass limits to JE and PE queries in reconciliation tool
...
(cherry picked from commit 54e8ce1ac5 )
2023-11-02 05:13:38 +00:00
ruthra kumar
0ab63f91f8
Merge pull request #37834 from frappe/mergify/bp/version-15-hotfix/pr-37832
...
refactor: checkbox to toggle remarks in General Ledger (backport #37832 )
2023-11-02 07:27:07 +05:30
ruthra kumar
e9bf48df9c
refactor: checkbox to toggle remarks in General Ledger
...
(cherry picked from commit 8fa677b8e8 )
2023-11-01 15:50:12 +00:00
mergify[bot]
c8791108de
refactor: update fields label and remove unused fields from BIN (backport #37827 ) ( #37830 )
...
* refactor: rearrange fields and update label
(cherry picked from commit ec1a7869f8 )
* refactor: remove unused fields `fcfs_rate` and `ma_rate` from Bin
(cherry picked from commit f0a1f4ac7c )
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-11-01 16:41:16 +05:30
Deepesh Garg
964a7a3dbd
Merge pull request #37824 from frappe/mergify/bp/version-15-hotfix/pr-37590
...
fix: gov compliance for tax withholding report (#37590 )
2023-11-01 15:22:10 +05:30
Deepesh Garg
c8c8c6533b
Merge pull request #37822 from frappe/mergify/bp/version-15-hotfix/pr-37635
...
fix: validate sales order item with quotation (#37635 )
2023-11-01 15:14:03 +05:30
Gursheen Anand
e51e5b36e2
feat: add cols for supplier inv details
...
(cherry picked from commit 6d5ccde864 )
2023-11-01 08:40:20 +00:00
Gursheen Anand
80dddb40ae
chore: linting issues
...
(cherry picked from commit 75441017c6 )
2023-11-01 08:40:20 +00:00
Gursheen Anand
6df125a05f
feat: proprietorship & partnership options in entity type
...
(cherry picked from commit ed2457bddf )
2023-11-01 08:40:20 +00:00