Deepesh Garg
60b61da290
Revert "fix: payment entry is already created on posawesome. (backport #34712 ) ( #34753 )"
...
This reverts commit b48fca3e5a .
2023-04-05 17:10:52 +05:30
mergify[bot]
b48fca3e5a
fix: payment entry is already created on posawesome. (backport #34712 ) ( #34753 )
2023-04-05 13:55:33 +05:30
mergify[bot]
af828e4554
fix: Shop by category fixes (backport #34688 ) ( #34751 )
...
fix: Shop by category fixes (#34688 )
* fix: Shop by category fixes
* chore: Update tests
(cherry picked from commit 56f5078357 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-04-05 13:09:49 +05:30
mergify[bot]
e76df6ff46
fix!: require sender and message for contact us page ( #34707 )
...
fix!: require sender and message for contact us page (#34707 )
* fix: require sender and message for contact us page
* refactor: dont override frappe.send_message from client side
used override_whitelisted_method hook for the same
(cherry picked from commit f193393f57 )
Co-authored-by: Ritwik Puri <ritwikpuri5678@gmail.com >
2023-04-05 12:46:56 +05:30
mergify[bot]
3007ac3c20
fix: don't include cancelled JVs in assdeprledger report ( #34737 )
...
fix: don't include cancelled JVs in assdeprledger report
(cherry picked from commit 3896d41e95 )
Co-authored-by: anandbaburajan <anandbaburajan@gmail.com >
2023-04-05 11:56:38 +05:30
mergify[bot]
92a26dda3c
fix: Allocate tax loss to tax account head on early payment discount ( #34287 )
...
* fix: Taxes aren't discounted on early payment discount
- Deductions in payment entry must be split into income loss and tax loss
- Compute total discount in percentage, makes discounting different amounts proportionately easier
(cherry picked from commit 768c3a4927 )
* fix: Recalculate difference amount after setting deductions
(cherry picked from commit 75ec0a0a85 )
* fix: Set deductions in base currency
- Use field precision to get more accurate values
(cherry picked from commit dc2998f544 )
* fix: Back update discounted amount in Invoice based on discount type
- Discount value was always trated as a percentage on back updation
(cherry picked from commit 2ae5834290 )
* test: PE from SI with early payment discount amount & PE assertions in discount % test
(cherry picked from commit c217bb2018 )
* fix: Set deduction amount in company currency on Doctype
- Even via JS, deductions amount is always in company currency
- Since there is nothing dynamic about this field, set it in the doctype spec itself
- fixed: Inconsistency between label currency and field currency formatted value
(cherry picked from commit 7f2e7badff )
* fix: Don't add to deductions if amount is 0
- misc: better docstring
(cherry picked from commit f02fc8acf0 )
* fix: Paid amount must be discounted considering accounting currency
- Accounting is in the same currency if party currency and company currency is the same
- If accounting is in the same currency, paid and recvd amount is in the base currency
- Then, discount amount must also be in the base currency as it is deducted from paid amount
- Received amount must be in base currency if not multi currency
- cleanup: Deductions setting broken into smaller functions
(cherry picked from commit 761f68d7bf )
* fix: Multi-currency SI with base currency PE
- Return total discount loss in base currency
- Allocate payment based on terms: Set allocated amount in references table in base currency if accounting is in that currency
- Allocate payment based on terms: While back updating set paid amount (payment schedule) in transaction currency always
- minor: discount msgprint in correct currency
(cherry picked from commit b09c2381ca )
* test: Multi currency SI with multi-currency accounting and single currency accounting + Early payment discount
(cherry picked from commit 9abf0ef615 )
# Conflicts:
# erpnext/accounts/doctype/payment_entry/test_payment_entry.py
* fix: Handle rounding more gracefully
- Round off pending discount loss to avoid miniscule losses rounded to 0.0 that are added in deductions
- Use base amounts to calculate base losses instead of using conversion factor which increases rounding error
- Round of total base loss instead of individual income and tax losses to reduce rounding error
- Use default round off account for pending rounding loss in deductions
(cherry picked from commit caa1a3dccf )
* fix: Provision to apply early payment discount if payment is recorded late
- Party could have paid on time but payment is recorded late
- Prompt for reference date so that discount is applied while mapping
- Prompt only if discount in payment schedule of valid doctypes
- test: Reference date and impact on PE
- `make_payment_entry` (JS) must be able to access `this`
(cherry picked from commit d6d0163514 )
# Conflicts:
# erpnext/accounts/doctype/payment_entry/payment_entry.py
# erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js
# erpnext/buying/doctype/purchase_order/purchase_order.js
# erpnext/public/js/controllers/transaction.js
* feat: Make Tax loss booking optional
- Checkbox in Accounts Settings
- Apply checkbox in PE deductions setting logic
- Adjust tests
(cherry picked from commit 216a46bd66 )
# Conflicts:
# erpnext/accounts/doctype/accounts_settings/accounts_settings.json
* fix: Merge conflicts
* fix: 'Donation' does not have `company_currency` field
- Make sure check uses this field only for eligible documents
---------
Co-authored-by: marination <maricadsouza221197@gmail.com >
2023-04-05 11:55:22 +05:30
Anand Baburajan
fed43aeb85
fix: asset monthly WDV and DD schedule [v13] ( #34645 )
...
fix: monthly wdv and dd schedule
2023-04-05 11:45:15 +05:30
RJPvT
892c480408
fix: format currency/float as per number format in work history ( #34545 )
...
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2023-04-04 11:08:55 +05:30
Rucha Mahabal
50de045247
fix: filter out old allocation's cf leaves while fetching leave details ( #34723 )
2023-04-03 20:19:11 +05:30
rohitwaghchaure
313aecf0ff
Merge pull request #34720 from frappe/mergify/bp/version-13-hotfix/pr-34715
...
fix: bom update log not working for large batch size (backport #34715 )
2023-04-03 16:55:37 +05:30
Rohit Waghchaure
9cf30d7621
fix: bom update log not working for large batch size
...
(cherry picked from commit d56070301c )
2023-04-03 10:20:07 +00:00
Sagar Sharma
e7fd47ae82
Merge pull request #34698 from frappe/mergify/bp/version-13-hotfix/pr-34656
...
fix: BOM Update Cost, when no actual qty (backport #34656 )
2023-04-02 14:59:31 +05:30
s-aga-r
9725698b79
fix: BOM Update Cost, when no actual qty
...
(cherry picked from commit a4112c75c5 )
2023-04-01 10:54:51 +00:00
ruthra kumar
008c985392
Merge pull request #34685 from frappe/mergify/bp/version-13-hotfix/pr-34679
...
fix: enclose ternary operator in parenthesis (backport #34679 )
2023-03-31 14:05:16 +05:30
ruthra kumar
198830a6c8
fix: enclose ternary operator in parentheses
...
(cherry picked from commit 986daa6578 )
2023-03-31 08:02:11 +00:00
Sagar Sharma
2770840946
Merge pull request #34682 from frappe/mergify/bp/version-13-hotfix/pr-34677
...
chore: make `Production Plan Item Reference` table hidden in Production Plan (backport #34677 )
2023-03-31 12:43:26 +05:30
s-aga-r
45eb440b68
chore: conflicts
2023-03-31 12:42:51 +05:30
s-aga-r
85d8ed989d
chore: make Production Plan Item Reference table hidden in Production Plan
...
(cherry picked from commit 706be2a415 )
# Conflicts:
# erpnext/manufacturing/doctype/production_plan/production_plan.json
2023-03-31 07:05:19 +00:00
rohitwaghchaure
6b026280c7
Merge pull request #34670 from frappe/mergify/bp/version-13-hotfix/pr-34664
...
fix: incorrect balance qty in the stock ledger report (backport #34664 )
2023-03-30 18:17:51 +05:30
rohitwaghchaure
74280e0557
Merge pull request #34672 from frappe/mergify/bp/version-13-hotfix/pr-34636
...
fix: posting time issue (backport #34636 )
2023-03-30 18:17:14 +05:30
Anand Baburajan
5f32696158
Merge pull request #34666 from frappe/mergify/bp/version-13-hotfix/pr-34661
...
chore: improve asset depr posting failure msg (backport #34661 )
2023-03-30 17:50:32 +05:30
Rohit Waghchaure
f22e7775b3
fix: posting time issue
...
(cherry picked from commit 345e6facbe )
2023-03-30 11:56:41 +00:00
Rohit Waghchaure
dab1f1a0d0
fix: incorrect balance qty in the stock ledger report
...
(cherry picked from commit cbdaab940d )
2023-03-30 11:56:28 +00:00
Anand Baburajan
503c58edf8
chore: improve asset depr posting failure msg ( #34661 )
...
* chore: improve asset depr posting error msg
* chore: add period
* chore: improve msg
(cherry picked from commit d999dea3e4 )
2023-03-30 11:09:34 +00:00
mergify[bot]
e54ff346ca
chore: auto fill asset name and available for use date (backport #34660 ) ( #34663 )
...
* chore: auto fill asset name and available for use date
(cherry picked from commit af3e807607 )
# Conflicts:
# erpnext/assets/doctype/asset/asset.json
* Update asset.json
---------
Co-authored-by: anandbaburajan <anandbaburajan@gmail.com >
2023-03-30 16:36:56 +05:30
rohitwaghchaure
a872a7a9eb
Merge pull request #34653 from frappe/mergify/bp/version-13-hotfix/pr-34648
...
fix: serial no with zero quantity issue in stock reco (backport #34648 )
2023-03-30 13:39:28 +05:30
Anand Baburajan
60046feac3
Merge pull request #34651 from frappe/mergify/bp/version-13-hotfix/pr-34649
...
fix: incorrect arg name in asset value adjustment (backport #34649 )
2023-03-30 13:10:07 +05:30
Rohit Waghchaure
46638b19db
fix: serial no with zero quantity issue in stock reco
...
(cherry picked from commit 17131e5a02 )
2023-03-30 07:35:38 +00:00
anandbaburajan
545807a91e
fix: incorrect arg name in asset value adjustment
...
(cherry picked from commit 2b0470d1f5 )
2023-03-30 07:34:09 +00:00
mergify[bot]
ab06cb42a3
fix: lost opportunity report issue ( #34626 )
...
fix: lost opportunity report issue (#34626 )
* fix: lost opportunity report issue
* chore: Linting Issues
---------
Co-authored-by: Komal Saraf <komal@frappe.io >
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
(cherry picked from commit d0660ad222 )
Co-authored-by: Komal-Saraf0609 <81952590+Komal-Saraf0609@users.noreply.github.com >
2023-03-29 17:04:40 +05:30
Bevan Tony Medrano
625b8e8005
Asset maintenance task add dropdown "3 Yearly" ( #34607 )
...
* feat(asset_maintenance.json):Add 3 yearly in periodicity dropdown
* add server side implications for 3 yearly
2023-03-29 16:59:49 +05:30
mergify[bot]
e53a96ae1d
fix: incorrect Opening Value in Stock Balance report (backport #34461 ) ( #34622 )
...
* fix: incorrect `Opening Value` in `Stock Balance` report
(cherry picked from commit b04a101c11 )
# Conflicts:
# erpnext/stock/report/stock_balance/stock_balance.py
* chore: `conflicts`
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-03-28 21:09:09 +05:30
mergify[bot]
3aab6e6fa8
fix: Percentage billing in Sales Order ( #34606 )
...
* fix: Percentage billing in Sales Order (#34606 )
(cherry picked from commit 12ad2aa2e5 )
# Conflicts:
# erpnext/controllers/status_updater.py
* chore: resolve conflicts
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-03-28 18:38:52 +05:30
Deepesh Garg
2e9e6eef05
chore: Update ubuntu version ( #34620 )
2023-03-28 17:25:33 +05:30
mergify[bot]
4bdea436e3
fix: Party Name in SOA print when viewed from Customer/Supplier master ( #34597 )
...
fix: Party Name in SOA print when viewed from Customer/Supplier master (#34597 )
fix: Party Name in SOA print when viewd from Customer/Supplier master
(cherry picked from commit 50c1172f29 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-03-28 16:49:20 +05:30
mergify[bot]
dbe289e734
fix: Search field not working for customer, supplier ( #32693 )
...
* fix: searchfield not working for cuctsomer, supplier as per customize form
(cherry picked from commit 46d148defd )
* test: added test case to validate seachfields for customer, supplier
(cherry picked from commit 5f84993bae )
* fix: not able to select customer / supplier
---------
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com >
2023-03-28 16:06:27 +05:30
Anand Baburajan
c8bde399e5
fix: recalculate WDV rate after asset repair [v13] ( #34567 )
...
fix: recalculate wdv rate after asset repair
2023-03-23 19:44:13 +05:30
mergify[bot]
7f83d15bda
fix: unset address and contact on trash (backport #34495 ) ( #34561 )
...
fix: unset address and contact on trash (#34495 )
* fix(Customer): unset address and contact on trash
* fix(Supplier): unset address and contact on trash
---------
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
(cherry picked from commit f7bf1b8a0c )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-03-23 12:58:54 +05:30
rohitwaghchaure
ad5eb6da4e
Merge pull request #34555 from rohitwaghchaure/dont-raise-error-while-mkaing-ste
...
fix: valuation rate issue while making stock entry from PO
2023-03-22 23:36:57 +05:30
Rohit Waghchaure
3574d490db
fix: valuation rate issue while making stock entry from PO
2023-03-22 16:52:07 +05:30
mergify[bot]
8ddbac5158
fix: Blanket Order (backport #34279 ) ( #34548 )
...
* fix: hide `+` button based on `Blanket Order Type`
(cherry picked from commit abf9a28d6a )
* feat: add field `Over Order Allowance (%)` in `Buying Settings`
(cherry picked from commit f5937f46cb )
# Conflicts:
# erpnext/buying/doctype/buying_settings/buying_settings.json
* refactor: rewrite `blanket_order.py` queries in `QB`
(cherry picked from commit f3993783a3 )
* fix: don't map item row having `0` qty
(cherry picked from commit fc1088d9c4 )
* feat: consider `over_order_allowance` while validating order qty
(cherry picked from commit 8bcbc45add )
# Conflicts:
# erpnext/buying/doctype/purchase_order/purchase_order.py
* feat: add field `Over Order Allowance (%)` in `Selling Settings`
(cherry picked from commit d7da8928ac )
# Conflicts:
# erpnext/selling/doctype/selling_settings/selling_settings.json
* feat: consider `over_order_allowance` while validating sales order qty
(cherry picked from commit 53701c37b1 )
# Conflicts:
# erpnext/buying/doctype/purchase_order/purchase_order.py
* test: add test cases for `Over Order Allowance` against `Blanket Order`
(cherry picked from commit 66f650061d )
* chore: `conflicts`
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-03-22 13:50:29 +05:30
ruthra kumar
00518eb384
fix: exchange gain/loss GL's should be removed if advance is cancelled ( #34529 )
...
* fix: report GL for invoice when advance has different exchange rate
If deferred revenue/expense is enabled for any item, don't repost.
* test: cancelling advance should remove exchange gain/loss
If there are no deferred revenue/expense cancelling advance should
cancel the exchange gain/loss booked due to different exchange rates
of payment and its linked invoice
2023-03-21 16:16:36 +05:30
mergify[bot]
661030aba1
fix: german translations ( #34312 )
...
fix: german translations (#34312 )
fix: some german translations
(cherry picked from commit 59c2e7ec3e )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-03-21 16:08:50 +05:30
mergify[bot]
19dda807d1
fix(client): Amount calculation for 0 qty debit notes ( #34455 )
...
fix(client): Amount calculation for 0 qty debit notes (#34455 )
fix(client): Amount calculaton for 0 qty debit notes
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
(cherry picked from commit ee6c107d58 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-03-21 16:06:10 +05:30
Anand Baburajan
0d5abf1c95
refactor: calc depr in asset repair and if statement ( #34526 )
...
refactor: minor asset repair of calc depr and if statement
2023-03-21 14:30:28 +05:30
Anand Baburajan
ae88ba5d18
fix: incorrect depr schedules after asset repair [v13] ( #34520 )
...
* fix: incorrect schedule after repair for WDV and DD
* chore: only fix schedules for assets with calc_depr true
* fix: incorrect schedule after repair for straight line and manual
2023-03-21 12:35:44 +05:30
ruthra kumar
d855b532e4
Merge pull request #34511 from ruthra-kumar/manual_backport_of_34456
...
fix: Gross Profit reports Invoices with -ve qty for Invoices with Cr Notes (manual backport to version 13)
2023-03-20 15:42:09 +05:30
ruthra kumar
4e38e8da1b
test: Gross Profit report output for Cr notes
...
2 New test cases added.
1. Standalone Cr notes will be reported as normal Invoices
2. Cr notes against an Invoice will not overallocate qty if there are
multiple instances of same item
(cherry picked from commit cc61daeec4 )
2023-03-20 14:48:53 +05:30
ruthra kumar
6eeac48f17
refactor: Ignore linked Cr Notes in Report output
...
(cherry picked from commit d0715a82eb )
2023-03-20 14:48:53 +05:30
ruthra kumar
d2a1acc2e2
fix: Overallocation of 'qty' from Cr Notes to Parent Invoice
...
Cr Notes 'qty' are overallocated to parent invoice, when there are
mulitple instances of same item in Invoice.
(cherry picked from commit e2f19c6a14 )
2023-03-20 14:48:53 +05:30
mergify[bot]
a3aa4d536a
chore: Update user manual link ( #34478 )
...
* chore: Update user manual link (#34478 )
(cherry picked from commit be723bb9d4 )
# Conflicts:
# erpnext/patches.txt
* chore: resolve conflicts
* chore: Update version
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
* chore: Update version
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-03-19 18:08:15 +05:30
Sagar Sharma
28027a9f94
Merge pull request #34449 from frappe/mergify/bp/version-13-hotfix/pr-34415
...
fix: operation time for multi-level BOM in WO (backport #34415 )
2023-03-14 19:25:44 +05:30
Sagar Sharma
b4aabf3f35
Merge branch 'version-13-hotfix' into mergify/bp/version-13-hotfix/pr-34415
2023-03-14 18:55:49 +05:30
Sagar Sharma
cf49b0effb
Merge pull request #34451 from frappe/mergify/bp/version-13-hotfix/pr-34381
...
chore: fix french translation (backport #34381 )
2023-03-14 18:55:19 +05:30
HENRY Florian
0bb43a1be5
chore: fix french translation ( #34381 )
...
chore: update french translation
(cherry picked from commit d267111e13 )
2023-03-14 13:20:05 +00:00
s-aga-r
f4d07cc84e
fix: operation time for multi-level BOM in WO
...
(cherry picked from commit 442ee3adba )
2023-03-14 13:18:29 +00:00
mergify[bot]
809d6d638e
fix: Total row in trail balance report (backport #34395 ) ( #34431 )
...
fix: Total row in trail balance report (#34395 )
* fix: Total row in trail balance report
* fix: Calculate total after preparing opening and closing
(cherry picked from commit c6999fc687 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-03-14 15:07:30 +05:30
Rucha Mahabal
0834cb1bb6
Merge pull request #34436 from ruchamahabal/fix-leave-balance-editing-v13
2023-03-14 12:57:52 +05:30
Rucha Mahabal
2f62a9641e
fix: leave allocation tests
2023-03-14 12:24:56 +05:30
Rucha Mahabal
cdf73bb781
test: update for total leaves allocated post submission
2023-03-14 11:49:32 +05:30
Rucha Mahabal
238769e6b5
fix: precision for newly allocated leaves
2023-03-14 11:49:24 +05:30
Rucha Mahabal
91cad9e985
fix: exclude cancelled leave ledger entries
2023-03-14 11:49:14 +05:30
Rucha Mahabal
7b9784ce10
refactor(tests): create_leave_type usage
2023-03-14 11:49:02 +05:30
Rucha Mahabal
fc10c8e44e
test: leaves updated after submission with carry forwarding
2023-03-14 11:48:53 +05:30
Rucha Mahabal
88c5de533a
fix: exclude carry forwarding leaves while updating leaves after submission
2023-03-14 11:48:42 +05:30
mergify[bot]
a24f0507e1
fix: Use customer name instead of name(id) in PSOA (backport #34412 ) ( #34426 )
...
fix: Use customer name instead of name(id) in PSOA (#34412 )
(cherry picked from commit fa776d2987 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-03-13 20:29:17 +05:30
mergify[bot]
470dc10b15
fix: Error in consolidated financial statement ( #34330 )
...
fix: Error in consolidated financial statement (#34330 )
(cherry picked from commit aae53bb910 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-03-13 14:02:28 +05:30
Saurabh
4d25091196
Merge pull request #34359 from saurabh6790/consider-relieving-date-in-lwp-calculation
...
fix: consider relieving date while calculating payment days based on lwp
2023-03-13 13:11:28 +05:30
Saurabh
44df522655
chore: fix linter #nosemgrep
2023-03-13 12:43:20 +05:30
Rucha Mahabal
8694d22b7a
Merge pull request #34388 from ruchamahabal/fix-balance-edge-cases-v13
2023-03-10 14:39:03 +05:30
Rucha Mahabal
072c7e913d
chore: fix linter
2023-03-10 11:44:33 +05:30
Rucha Mahabal
bc12269ef4
fix: adjust excess cf leaves in new leaves taken if number exceeds cf leaves allocation
2023-03-10 11:41:36 +05:30
Rucha Mahabal
7717a8a5e3
test: leave details with application across and after cf leave expiry
2023-03-10 11:41:17 +05:30
Rucha Mahabal
fd5d2ed87f
refactor: consider cases for partially consumed cf and new leaves
...
- the above two cases weren't considering the split between cf leaves taken and new leaves taken and substracting all consumed leaves from cf leaves
2023-03-10 11:29:18 +05:30
Rucha Mahabal
c01bed9862
fix(test): get_leave_allocation_records
2023-03-10 11:29:12 +05:30
Rucha Mahabal
52108d52e2
fix: consider leaves taken within carry-forwarded period separately while calculating balance
2023-03-10 11:29:04 +05:30
Rucha Mahabal
e74e02b765
fix: consider leaves taken while calculating expired carry-forwarded leaves
2023-03-10 11:28:56 +05:30
gavin
b70a37f6fa
fix: Don't use get_list & get_all interchangeably
...
* fix: Fetch all fields via get_returned_qty_map_for_row
* fix(update_billing_percentage): Remove permlevel checks on aggregated
value
2023-03-09 16:05:54 +05:30
mergify[bot]
42bda6e37b
Revert "fix: Default sales team not getting set" ( #34376 )
...
Revert "fix: Default sales team not getting set" (#34376 )
Revert "fix: Default sales team not getting set (#34284 )"
This reverts commit 7d0199d743 .
(cherry picked from commit 9a8f8e8b7d )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-03-09 15:40:32 +05:30
Sagar Sharma
eb24f91341
Merge pull request #34369 from frappe/mergify/bp/version-13-hotfix/pr-34360
...
chore: `Alternative Item Code` error msg (backport #34360 )
2023-03-09 13:54:59 +05:30
Saurabh
341eab2b2a
fix: linter
2023-03-09 13:24:38 +05:30
Sagar Sharma
0857632359
Merge branch 'version-13-hotfix' into mergify/bp/version-13-hotfix/pr-34360
2023-03-09 12:07:45 +05:30
Sagar Sharma
e23f1555bb
Merge pull request #34367 from frappe/mergify/bp/version-13-hotfix/pr-34362
...
fix: `required_qty` get reset to `1` for Alternative Item in WO (backport #34362 )
2023-03-09 11:09:06 +05:30
s-aga-r
75c844a15a
chore: Alternative Item Code error msg
...
(cherry picked from commit baef5ae1ef )
2023-03-09 04:38:21 +00:00
s-aga-r
d1171016b3
fix: required_qty get reset to 1 for Alternative Item in WO
...
(cherry picked from commit 046834a97a )
2023-03-09 04:35:58 +00:00
Saurabh
563f83f0f5
fix: consider relieving date while calculating payment days based on lwp
2023-03-08 19:02:46 +05:30
Sagar Sharma
9844508066
Merge pull request #34357 from frappe/mergify/bp/version-13-hotfix/pr-34352
...
fix: `BOM Stock Report` (backport #34352 )
2023-03-08 18:14:42 +05:30
s-aga-r
4824302811
fix(test): TestBomStockReport
2023-03-08 17:44:51 +05:30
s-aga-r
08b9aaff26
test: add test cases for BOM Stock Report
...
(cherry picked from commit b53dcb04ed )
2023-03-08 10:56:43 +00:00
s-aga-r
eb1f8f932d
fix: BOM Stock Report
...
(cherry picked from commit a65b80911b )
2023-03-08 10:56:43 +00:00
Sagar Sharma
99b201d5d7
Merge pull request #34336 from frappe/mergify/bp/version-13-hotfix/pr-34313
...
perf: Stock Entry (Material Transfer) (backport #34313 )
2023-03-07 21:34:09 +05:30
s-aga-r
5bc2b8f685
perf: update_completed_qty() in material_request.py
...
(cherry picked from commit 8ad9e99cea )
2023-03-07 12:33:46 +00:00
s-aga-r
7a159a7187
perf: Stock Entry (Material Transfer)
...
(cherry picked from commit de18f98c5c )
2023-03-07 12:33:46 +00:00
mergify[bot]
3a1475a90b
fix(minor): Dirty the form after clicking on Get advances button in Invoices ( #34323 )
...
fix(minor): Dirty the form after clicking on Get advances button in Invoices (#34323 )
fix(minor): Dirty form after clicking on Get advances button
(cherry picked from commit 2feb27e399 )
Co-authored-by: Marica <maricadsouza221197@gmail.com >
2023-03-07 15:47:37 +05:30
mergify[bot]
65c0189c4d
fix: Default sales team not getting set ( #34284 )
...
fix: Default sales team not getting set (#34284 )
(cherry picked from commit 7d0199d743 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-03-07 13:33:55 +05:30
mergify[bot]
1b2c4bf868
chore: add german translations ( #34167 )
...
* chore: add german translations (#34167 )
* chore: add german translations
* Apply suggestions from code review
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
---------
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
(cherry picked from commit bbb6a62a7d )
# Conflicts:
# erpnext/translations/de.csv
* chore: resolve conflicts
---------
Co-authored-by: Patrick Eissler <77415730+PatrickDenis-stack@users.noreply.github.com >
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-03-07 11:46:30 +05:30
ruthra kumar
88ed6e6cb4
Merge pull request #34304 from ruthra-kumar/ui_freeze_on_item_selection
...
fix: UI freeze while selecting batched items in sales invoice
2023-03-06 11:24:01 +05:30
ruthra kumar
8c5322c1cb
fix(test): check for batch_no in returned dict
2023-03-05 20:47:31 +05:30
ruthra kumar
82a8f2b1b2
fix: UI freeze while selecting batched items in sales invoice
2023-03-05 20:47:29 +05:30
Sagar Sharma
3908b510bd
Merge pull request #34276 from frappe/mergify/bp/version-13-hotfix/pr-34273
...
fix: `rejected_serial_no` not getting copied from PR to PR(Return) (backport #34273 )
2023-03-04 15:35:00 +05:30
s-aga-r
14547d94b3
chore: conflicts
2023-03-04 15:04:50 +05:30
s-aga-r
9bea2fcdfc
fix: Serial No is mandatory even if the qty is 0
...
(cherry picked from commit cb0b6de4b9 )
2023-03-02 07:08:14 +00:00
s-aga-r
bb55210f49
fix: rejected_serial_no not getting copied from PR to PR(Return)
...
(cherry picked from commit a9f0a11ce6 )
# Conflicts:
# erpnext/controllers/sales_and_purchase_return.py
2023-03-02 07:08:14 +00:00
Suraj Shetty
5354169f31
Merge pull request #34262 from frappe/fix-general-ledger-report
2023-03-01 16:22:28 +05:30
Suraj Shetty
ba66a6714c
fix: Wrap unexpectedly long text in remark
2023-03-01 16:16:58 +05:30
ruthra kumar
d65df443fc
Merge pull request #34246 from frappe/mergify/bp/version-13-hotfix/pr-34241
...
fix: pos return throwing amount greater than grand total (backport #34241 )
2023-02-28 18:33:47 +05:30
ruthra kumar
f6607a6050
fix: pos return throwing amount greater than grand total
...
(cherry picked from commit 35c70f39fa )
2023-02-28 12:53:30 +00:00
Sagar Sharma
75d98ef205
Merge pull request #34237 from frappe/mergify/bp/version-13-hotfix/pr-34060
...
fix: multiple Point of Sale conversion issue resolved (backport #34060 )
2023-02-28 16:49:46 +05:30
Vishal
fd1d2cd203
chore: minor changes in pos_controller
...
(cherry picked from commit f18ae5856f )
2023-02-28 09:26:37 +00:00
Vishal
c66dc5658f
chore: minor change
...
(cherry picked from commit a51bec0269 )
2023-02-28 09:26:36 +00:00
Vishal
1ebf2dd2bf
chore: minor changes added to code
...
(cherry picked from commit 3ebe7d861d )
2023-02-28 09:26:36 +00:00
Vishal
de631e65cc
fix: multiple pos conversion issue resolved
...
(cherry picked from commit 1de531e56e )
2023-02-28 09:26:36 +00:00
ruthra kumar
02f2844db2
Merge pull request #34218 from frappe/mergify/bp/version-13-hotfix/pr-34207
...
fix: permission error while calling get_work_order_items (backport #34207 )
2023-02-28 11:04:52 +05:30
Sagar Sharma
f105c1bd5e
Merge pull request #34227 from frappe/mergify/bp/version-13-hotfix/pr-34225
...
fix: set `from_warehouse` and `to_warehouse` while mapping SE (backport #34225 )
2023-02-27 17:56:08 +05:30
Sagar Sharma
264c314416
Merge branch 'version-13-hotfix' into mergify/bp/version-13-hotfix/pr-34225
2023-02-27 17:32:34 +05:30
Sagar Sharma
a71a336e59
chore: conflicts
2023-02-27 17:32:05 +05:30
Anand Baburajan
7db3645298
Merge pull request #34215 from frappe/mergify/bp/version-13-hotfix/pr-34205
...
fix: asset manual depr schedule (backport #34205 )
2023-02-27 13:31:44 +05:30
s-aga-r
b1ecca3a16
fix: set from_warehouse and to_warehouse while mapping SE
...
(cherry picked from commit c09a61f360 )
# Conflicts:
# erpnext/stock/doctype/material_request/material_request.py
2023-02-27 07:23:20 +00:00
Anand Baburajan
cbfa188d3d
Merge branch 'version-13-hotfix' into mergify/bp/version-13-hotfix/pr-34205
2023-02-27 12:41:45 +05:30
Sagar Sharma
4f7344c278
Merge pull request #34224 from frappe/mergify/bp/version-13-hotfix/pr-34212
...
fix: Remove missing DocField in fetch_from (backport #34212 )
2023-02-27 12:28:55 +05:30
Brian Pond
45645c1064
fix: Remove missing DocField in fetch_from
...
(cherry picked from commit 83f3e317e1 )
2023-02-27 06:24:23 +00:00
mergify[bot]
d44da6c820
fix: german translations ( #31732 )
...
fix: german translations (#31732 )
(cherry picked from commit 6b510546ae )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-02-27 11:50:12 +05:30
Sagar Sharma
95ea28f14d
Merge pull request #34209 from frappe/mergify/bp/version-13-hotfix/pr-34206
...
fix: not able to repost gl entries (backport #34206 )
2023-02-27 10:26:38 +05:30
ruthra kumar
7971c149ed
fix(test): use standalone method to fetch work orders from SO
...
(cherry picked from commit a11d3327df )
2023-02-27 10:14:36 +05:30
ruthra kumar
3d7b2b1a6d
fix: permission error while calling get_work_order_items
...
(cherry picked from commit b6bad728cd )
2023-02-27 10:14:31 +05:30
anandbaburajan
9942a9d40a
chore: refactor long if conditions
...
(cherry picked from commit d56ca011fe )
2023-02-26 14:38:43 +00:00
anandbaburajan
9a607b9bd0
chore: should prepare schedule if not draft
...
(cherry picked from commit 75386e3653 )
2023-02-26 14:38:42 +00:00
anandbaburajan
304e6bb996
fix: incorrect acc depr amount if multiple FBs with straight line or manual method
...
(cherry picked from commit dda6baea3e )
2023-02-26 14:38:42 +00:00
anandbaburajan
4a557b47d7
chore: handle change in opening_accumulated_depreciation properly
...
(cherry picked from commit b0d670a51d )
2023-02-26 14:38:42 +00:00
anandbaburajan
71767994a7
fix: manual depr schedule
...
(cherry picked from commit 971c0720e5 )
2023-02-26 14:38:41 +00:00
Rohit Waghchaure
2039bd066d
fix: not able to repost gl entries
...
(cherry picked from commit 7d10dd9ea8 )
2023-02-24 15:41:22 +00:00
rohitwaghchaure
b599b93ae8
Merge pull request #34201 from frappe/mergify/bp/version-13-hotfix/pr-34199
...
fix: conversion factor not set (backport #34199 )
2023-02-24 17:52:40 +05:30
Rohit Waghchaure
59d579764d
fix: conversion factor not set
...
(cherry picked from commit 8e46aebc50 )
2023-02-24 09:28:37 +00:00
rohitwaghchaure
0fbd29b16d
Merge pull request #34197 from frappe/mergify/bp/version-13-hotfix/pr-34115
...
feat: provision to convert transaction based reposting to item wareho… (backport #34115 )
2023-02-24 11:54:56 +05:30
Rucha Mahabal
806f7e5eef
fix(patch): create only 80G custom fields instead of running the whole setup ( #34183 )
2023-02-24 11:32:46 +05:30
Rohit Waghchaure
59c6eb591b
feat: provision to convert transaction based reposting to item warehouse based reposting
...
(cherry picked from commit f1383b5ef9 )
2023-02-24 05:51:56 +00:00
rohitwaghchaure
0aeef34944
Merge pull request #34191 from frappe/mergify/bp/version-13-hotfix/pr-34189
...
fix: user shouldn't able to make item price for item template (backport #34189 )
2023-02-24 09:23:41 +05:30
Rohit Waghchaure
69f1247fab
fix: user shouldn't able to make item price for item template
...
(cherry picked from commit 6417ae0ee8 )
2023-02-23 15:18:42 +00:00
rohitwaghchaure
2d01b72b04
Merge pull request #34178 from frappe/mergify/bp/version-13-hotfix/pr-34173
...
fix: incorrect color in the BOM Stock Report (backport #34173 )
2023-02-23 20:47:07 +05:30
ruthra kumar
bb4c968d95
Merge pull request #34185 from frappe/mergify/bp/version-13-hotfix/pr-34022
...
perf: Gross Profit report will fetch SLE's on demand and memoize (backport #34022 )
2023-02-23 12:54:47 +05:30
ruthra kumar
c40aa580c5
refactor: use docstatus from Delivery Note Item
...
(cherry picked from commit 88d888d9d0 )
2023-02-23 06:26:15 +00:00
ruthra kumar
642692a040
perf: fetch SLE's on demand and memoize
...
(cherry picked from commit 3e5691072a )
2023-02-23 06:26:15 +00:00
rohitwaghchaure
fd24d52d86
Merge pull request #34182 from frappe/mergify/bp/version-13-hotfix/pr-34172
...
fix: zero division error while making LCV (backport #34172 )
2023-02-23 11:25:24 +05:30
Rohit Waghchaure
91a95adcb6
fix: zero division error while making LCV
...
(cherry picked from commit 80e94a08cf )
2023-02-23 05:24:56 +00:00
ruthra kumar
fe04b5a2b9
Merge pull request #34179 from frappe/mergify/bp/version-13-hotfix/pr-34176
...
fix: ui freeze upon item selection in sales invoice (backport #34176 )
2023-02-23 10:52:12 +05:30
ruthra kumar
d1b611d37f
fix: ui freeze on item selection in sales invoice
...
(cherry picked from commit 6412583e98 )
2023-02-23 05:06:50 +00:00
Rohit Waghchaure
e98b34617f
fix: incorrect color in the BOM Stock Report
...
(cherry picked from commit a8f03ebf7f )
2023-02-23 04:25:45 +00:00
Rucha Mahabal
6391ccd56a
Merge pull request #34175 from ruchamahabal/fix-leave-balances
2023-02-22 20:17:13 +05:30
Rucha Mahabal
b848b77815
test: leave details with expired cf leaves
2023-02-22 19:46:08 +05:30
Rucha Mahabal
d82ba4e86f
fix: ignore remaining leaves calculation for cf leaves after expiry
...
- calculate correct cf expiry in the entire allocation period
2023-02-22 19:44:23 +05:30
Rucha Mahabal
aea9d82672
test: leaves allocated before and after cf leave expiry is same
2023-02-22 19:44:06 +05:30
Rucha Mahabal
a3a9cd5174
fix: incorrect leave balance after carry-forwarded leave expiry
2023-02-22 19:43:56 +05:30
ruthra kumar
c7093b6e96
Merge pull request #34165 from frappe/mergify/bp/version-13-hotfix/pr-34102
...
fix: check for duplicate pos invoices in closing entry (backport #34102 )
2023-02-21 20:04:02 +05:30
ruthra kumar
92da1ed3c2
fix: check for duplicate in pos closing and pos merge log entry
...
(cherry picked from commit 47add0b751 )
2023-02-21 13:16:32 +00:00
mergify[bot]
9826245d8a
fix: Filters in item-wise sales history report ( #34145 )
...
fix: Filters in item-wise sales history report (#34145 )
(cherry picked from commit c88444a6c4 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-02-21 15:06:21 +05:30
mergify[bot]
26ed460a4f
fix: Use normal rounding for Tax Withholding Category ( #34114 )
...
fix: Use normal rounding for Tax Withholding Category (#34114 )
(cherry picked from commit 35cdd996a9 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-02-21 14:23:16 +05:30
Anand Baburajan
7bed6cddc7
Merge pull request #34156 from frappe/mergify/bp/version-13-hotfix/pr-34153
...
fix: fiscal year error for existing assets in fixed asset register (backport #34153 )
2023-02-21 14:19:45 +05:30
anandbaburajan
1fb3a28128
fix: fiscal year error for existing assets in fixed asset register
...
(cherry picked from commit 76861eb332 )
2023-02-21 08:25:47 +00:00
Rucha Mahabal
c49c621e43
Merge pull request #34150 from ruchamahabal/consolidate-balance-entries
2023-02-21 13:01:32 +05:30
Rucha Mahabal
8add12d568
fix: add missing import
2023-02-21 12:33:47 +05:30
Rucha Mahabal
acdf7fd8df
fix: don't get chart data if data is empty
2023-02-21 12:30:52 +05:30
Rucha Mahabal
ccd25684f9
feat(UX): Add option to disable consolidating leave types in balance reports
2023-02-21 12:30:24 +05:30
Sagar Sharma
e34f5c9cf7
Merge pull request #34147 from frappe/mergify/bp/version-13-hotfix/pr-34138
...
fix(ux): `ReferenceError: me is not defined` Delivery Note (backport #34138 )
2023-02-21 10:31:27 +05:30
s-aga-r
bdefd700af
chore: Linters
...
(cherry picked from commit 44ee9f0f19 )
2023-02-21 04:57:40 +00:00
s-aga-r
495d1b2548
fix(ux): ReferenceError: me is not defined Delivery Note
...
(cherry picked from commit 1b010add26 )
2023-02-21 04:57:40 +00:00
mergify[bot]
2408966090
fix: Amount for debit and credit notes with 0 qty line items (backport #33902 ) ( #34123 )
...
fix: Amount for debit and credit notes with 0 qty line items (#33902 )
(cherry picked from commit 47c91324b1 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-02-19 11:37:44 +05:30
Anand Baburajan
58a006ff64
Merge pull request #34113 from frappe/mergify/bp/version-13-hotfix/pr-34112
...
fix: repair status after deletion, asset status after manual depr entry and other misc bugs [v14] (backport #34112 )
2023-02-17 16:52:28 +05:30
anandbaburajan
3585b90ce5
chore: fixing conflict
2023-02-17 16:29:09 +05:30
anandbaburajan
922b30a566
fix: asset repair status after deletion and asset status after manual depr entry
...
(cherry picked from commit 03f07a20e7 )
# Conflicts:
# erpnext/assets/doctype/asset/asset.py
2023-02-17 10:44:04 +00:00
Deepesh Garg
5fc68a3dfe
Merge pull request #34017 from frappe/mergify/bp/version-13-hotfix/pr-33901
...
fix(ecommerce): throw invalid doctype error in shop by category (backport #33901 )
2023-02-15 16:59:18 +05:30
Sagar Sharma
f6d8adc921
Merge pull request #34068 from frappe/mergify/bp/version-13-hotfix/pr-34002
...
fix: should never get cutomer price on purchase document (backport #34002 )
2023-02-15 16:01:17 +05:30
Sagar Sharma
48f2bd9add
Merge branch 'version-13-hotfix' into mergify/bp/version-13-hotfix/pr-34002
2023-02-15 15:22:02 +05:30
Anand Baburajan
fb3a411d1f
Merge pull request #34073 from frappe/mergify/bp/version-13-hotfix/pr-34058
...
fix: manual depr entries in asset_depreciations_and_balances report and some misc bugs [v14] (backport #34058 )
2023-02-15 13:43:36 +05:30
anandbaburajan
6227c16374
fix: asset_depreciation_and_balances report doesn't reflect manual depr entries
...
(cherry picked from commit 1535c3d856 )
2023-02-15 07:04:18 +00:00
anandbaburajan
ff2e617c0c
chore: break look if je processed
...
(cherry picked from commit a220dc0c9c )
2023-02-15 07:04:18 +00:00
anandbaburajan
4f10f48f7c
fix: opening_accumulated_depreciation and precision in charts
...
(cherry picked from commit 47cc8ab6c6 )
2023-02-15 07:04:17 +00:00
Anand Baburajan
612ceb59c7
Merge pull request #34063 from frappe/mergify/bp/version-13-hotfix/pr-34059
...
chore: add anand to asset's codeowner (backport #34059 )
2023-02-15 11:44:41 +05:30
HENRY Florian
117dbe38c4
fix: should never get cutomer price on purchase document ( #34002 )
...
* fix: never get cutomer price on purchase document
chores: syntax
chore: typo in stock_entry get_uom_details (#33998 )
fix: typo in stock_entry get_uom_details
chores: syntax
* feat: add test for get_item_detail price list oriented
* feat: add test for get_item_detail price price oriented
* feat: add test for get_item_detail price price oriented
* chore: clean test code
(cherry picked from commit 231fe4156f )
2023-02-15 02:38:50 +00:00
Anand Baburajan
1223e31e7d
Update CODEOWNERS
2023-02-14 20:33:40 +05:30
anandbaburajan
bc59ea0d55
chore: add anand to asset's codeowner
...
(cherry picked from commit d003370f61 )
# Conflicts:
# CODEOWNERS
2023-02-14 14:22:03 +00:00
Sabu Siyad
6ae1cc020a
resolve conflicts
2023-02-14 19:34:39 +05:30
Sabu Siyad
4278bfe7b3
Merge branch 'version-13-hotfix' into mergify/bp/version-13-hotfix/pr-33901
2023-02-14 19:05:14 +05:30
Sagar Sharma
574791f2c9
Merge pull request #34056 from frappe/mergify/bp/version-13-hotfix/pr-34018
...
fix: update `reserved_qty` when `Sales Order` marked as `Hold` (backport #34018 )
2023-02-14 17:40:40 +05:30
s-aga-r
2391c37238
fix: update reserved_qty when Sales Order marked as Hold
...
(cherry picked from commit d76759e066 )
2023-02-14 11:23:16 +00:00
Saurabh
60d2bf939b
Merge pull request #34041 from saurabh6790/fix-lwp-calculations
...
fix: LWP calculation
2023-02-14 15:26:01 +05:30
Saurabh
a8ea3efae2
fix: validate working day list against holidays
2023-02-14 13:14:58 +05:30
Saurabh
c1de4e4420
fix: LWP calculation
2023-02-14 10:52:10 +05:30
mergify[bot]
f04542eac9
feat: Setting to allow Sales Order creation against expired quotation ( #33952 )
...
* feat: Setting to allow Sales Order creation against expired quotation (#33952 )
* feat: Setting to allow Sales Order creation against expired quotation
* chore: linting issues
(cherry picked from commit 148703bfc2 )
# Conflicts:
# erpnext/selling/doctype/selling_settings/selling_settings.json
* chore: Resolve conflicts
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-02-13 11:39:30 +05:30
Sabu Siyad
de87786db4
fix(ecommerce): throw invalid doctype error in shop by category ( #33901 )
...
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
(cherry picked from commit 0df28c7174 )
# Conflicts:
# erpnext/www/shop-by-category/index.py
2023-02-12 06:58:27 +00:00
mergify[bot]
f6410393ce
fix: currency formatting in item-wise sales history ( #33903 )
...
fix: currency formatting in item-wise sales history (#33903 )
* fix(item-sales-history): currency formatting
* chore: linting issues
* fix: convert raw sql to qb
(cherry picked from commit 2cc7239dd5 )
Co-authored-by: Dany Robert <danyrt@wahni.com >
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-02-11 11:10:58 +05:30
mergify[bot]
5be4c6ffbc
fix: Debit and Credit not equal while submitting PI containing asset item ( #33092 )
...
fix: Debit and Credit not equal while submitting PI containing asset item
(cherry picked from commit dc8d635120 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-02-11 09:02:06 +05:30
mergify[bot]
124d7dea1b
fix(UX): make Item attachments public by default (backport #32196 ) ( #33949 )
...
* fix(UX): make Item attachments public by default (#32196 )
(cherry picked from commit fffc245922 )
# Conflicts:
# erpnext/stock/doctype/item/item.json
* chore: conflicts
---------
Co-authored-by: Ankush Menat <ankush@frappe.io >
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-02-10 21:39:33 +05:30
mergify[bot]
bbcdd1e2e2
chore: typo in stock_entry get_uom_details (backport #33998 ) ( #34004 )
...
chore: typo in stock_entry get_uom_details (#33998 )
fix: typo in stock_entry get_uom_details
(cherry picked from commit 185c543b73 )
Co-authored-by: Akshay <60477442+akshayitzme@users.noreply.github.com >
2023-02-10 20:55:52 +05:30
Anand Baburajan
b6bc29ac92
Merge pull request #33963 from frappe/mergify/bp/version-13-hotfix/pr-33946
...
fix: allow cancelling purchase invoice if linked asset is already cancelled (backport #33946 )
2023-02-10 14:15:44 +05:30
Anand Baburajan
e9a453c430
Merge branch 'version-13-hotfix' into mergify/bp/version-13-hotfix/pr-33946
2023-02-08 23:23:31 +05:30
rohitwaghchaure
7e1d5e3595
Merge pull request #33956 from frappe/mergify/bp/version-13-hotfix/pr-33936
...
fix: negative stock error (backport #33936 )
2023-02-07 19:13:35 +05:30
rohitwaghchaure
a9f5be3f98
fix: conflicts
2023-02-07 13:46:40 +05:30
anandbaburajan
d6b0e622ea
chore: use continue, not break
...
(cherry picked from commit 3380dc5dea )
2023-02-05 10:38:00 +00:00
anandbaburajan
fbeaabffc9
fix: allow PI cancel if linked asset is cancelled
...
(cherry picked from commit b961321de5 )
2023-02-05 10:38:00 +00:00
Sagar Sharma
c7c611d929
Merge pull request #33959 from frappe/mergify/bp/version-13-hotfix/pr-33942
...
fix: stock entry from item dashboard (stock levels) (backport #33942 )
2023-02-05 10:06:14 +05:30
s-aga-r
8106c64c91
fix: stock entry from item dashboard (stock levels)
...
(cherry picked from commit dc0ddf8d7e )
2023-02-05 04:17:35 +00:00
Rohit Waghchaure
bd1191783b
test: test case
...
(cherry picked from commit 9ae7578b07 )
2023-02-04 18:06:07 +00:00
Rohit Waghchaure
2f4ffe137e
fix: negative stock error
...
(cherry picked from commit 6d513e2519 )
# Conflicts:
# erpnext/stock/stock_ledger.py
2023-02-04 18:06:07 +00:00
Sagar Sharma
6735b09dd9
Merge pull request #33951 from frappe/mergify/bp/version-13-hotfix/pr-33940
...
chore: report `Warehouse wise Item Balance Age and Value` (backport #33940 )
2023-02-04 18:58:46 +05:30
s-aga-r
745bef8ebc
chore: conflicts
2023-02-04 13:51:17 +05:30
s-aga-r
5a9673ae1f
chore: add Item Name column in Warehouse wise Item Balance Age and Value report
...
(cherry picked from commit 56356ffbb9 )
2023-02-04 07:59:04 +00:00
s-aga-r
8d0b45b835
chore: column width in Warehouse wise Item Balance Age and Value report
...
(cherry picked from commit d7a665cb84 )
# Conflicts:
# erpnext/stock/report/warehouse_wise_item_balance_age_and_value/warehouse_wise_item_balance_age_and_value.py
2023-02-04 07:59:04 +00:00
rohitwaghchaure
7738ca1ce0
Merge pull request #33922 from frappe/mergify/bp/version-13-hotfix/pr-33918
...
fix: incorrect actual qty in Bin (backport #33918 )
2023-02-01 22:20:31 +05:30
Rohit Waghchaure
8f42833fba
fix: incorrect actual qty in Bin
...
(cherry picked from commit f8c852c54c )
2023-02-01 12:54:28 +00:00
mergify[bot]
b2a3e014e9
fix: german chart of accounts "SKR03" ( #33909 )
...
fix: german chart of accounts "SKR03" (#33909 )
* fix: german chart of accounts "SKR03"
- Added some missing account types and tax rates
- Added some missing accounts
* style: convert indentation to tabs
* fix: space before percentage sign
* feat: add some expense accounts
* refactor: replace unicode characters with utf-8
for better readability
* revert: add back groups for Bank and Cash accounts
Removed in 7d0d9c6900
(cherry picked from commit 3c7b460fd8 )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-02-01 14:17:59 +05:30
Sagar Sharma
64018c29f3
Merge pull request #33898 from frappe/mergify/bp/version-13-hotfix/pr-33869
...
fix: `amount` in `Material Request` (backport #33869 )
2023-01-31 16:01:49 +05:30
s-aga-r
813e8bb664
fix: amount in Material Request
...
(cherry picked from commit 6b781d78e0 )
2023-01-31 09:15:48 +00:00
Anand Baburajan
f5efb2057c
fix: manual depr entry not updating asset value [v13] ( #33890 )
...
fix: asset value for manual depr entries
2023-01-31 11:00:06 +05:30
mergify[bot]
3425a3bef9
fix: Fetch commission rate from sales partner ( #33851 )
...
* fix: Fetch commission rate from sales partner (#33851 )
2023-01-31 10:17:05 +05:30
Deepesh Garg
4bf3e310e1
perf: Timeout while doing payment reconciliation (v13) ( #33818 )
...
perf: Timeout while doing payment reconciliation
2023-01-31 09:37:45 +05:30
ruthra kumar
abb466e2fb
Merge pull request #33876 from frappe/mergify/bp/version-13-hotfix/pr-33736
...
fix(gp): fetch buying amount from dn related to so (backport #33736 )
2023-01-31 09:29:56 +05:30
HENRY Florian
54c1642e3b
fix: enable customs in Selling Workpace by default ( #33853 )
...
* fix: enable customs in Selling Workpace by default
* fix: enable customs in Selling Workpace by default
2023-01-31 08:50:34 +05:30
mergify[bot]
b6839d8f51
ci: bump isort to 5.12.0 (backport #33875 ) ( #33880 )
...
ci: bump isort to 5.12.0 (#33875 )
[skip ci]
(cherry picked from commit 2bad86d8d8 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-01-31 08:49:28 +05:30
Anand Baburajan
af3ad155e5
Merge pull request #33885 from AnandBaburajan/fix_disposal_was_made_on_original_schedule_date_v13
...
fix: disposal_was_made_on_original_schedule_date [v13]
2023-01-30 22:55:34 +05:30
anandbaburajan
939a3121b7
fix: disposal_was_made_on_original_schedule_date
2023-01-30 22:10:51 +05:30
Dany Robert
ac6186e16f
chore: linting issues
...
(cherry picked from commit d69c839369 )
2023-01-30 13:35:51 +00:00
Dany Robert
b72a35a622
feat(gp): test for inv and dn related via so
...
(cherry picked from commit 1f6ab86a65 )
2023-01-30 13:35:50 +00:00
Dany Robert
0d8a4bf936
chore: linting issue
...
(cherry picked from commit ef90e24931 )
2023-01-30 13:35:50 +00:00
Dany Robert
be5edd329f
fix(gp): fetch buying amount from dn related to so
...
(cherry picked from commit e8e20da78e )
2023-01-30 13:35:50 +00:00
rohitwaghchaure
0902a5c440
Merge pull request #33847 from frappe/mergify/bp/version-13-hotfix/pr-33845
...
fix: item rate not fetching (backport #33845 )
2023-01-28 22:41:06 +05:30
Rohit Waghchaure
bb5641535b
fix: item rate not fetching
...
(cherry picked from commit 0d7f98b496 )
2023-01-28 09:41:20 +00:00
Sagar Vora
fc7aac9d41
Merge pull request #33833 from frappe/mergify/bp/version-13-hotfix/pr-33831
...
perf: show update items dialog (backport #33831 )
2023-01-27 04:19:30 +00:00
Devin Slauenwhite
0ff5099cbc
perf: show update items dialog
...
(cherry picked from commit a835c1a418 )
2023-01-27 04:18:50 +00:00
mergify[bot]
b38ad66012
fix: use correct filter name in item_query (backport #33814 ) ( #33817 )
...
fix: use correct filter name in `item_query` (#33814 )
(cherry picked from commit da323cbb40 )
Co-authored-by: Daizy Modi <modidaizy5217@gmail.com >
2023-01-25 17:38:03 +05:30
Deepesh Garg
1b11566485
fix: e-Invoicing for SEZ Customer(v13) ( #33796 )
2023-01-25 08:57:52 +05:30
mergify[bot]
28f5d28201
ci: documentation helper (backport #33757 ) ( #33799 )
...
ci: documentation helper (#33757 )
refactor: documentation helper
(cherry picked from commit d155042edd )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-01-24 16:47:13 +05:30
Anand Baburajan
421814e9b3
Merge pull request #33773 from AnandBaburajan/asset_bug_fixes_13
...
fix: backport #32226 and fix some asset bugs related to finance books [v13]
2023-01-23 21:09:05 +05:30
Anand Baburajan
814333b0cc
Merge branch 'version-13-hotfix' into asset_bug_fixes_13
2023-01-23 14:22:46 +05:30
rohitwaghchaure
0862f670ee
Merge pull request #33787 from frappe/mergify/bp/version-13-hotfix/pr-33684
...
feat: [minor] date type based on filter in Work Order Summary report (backport #33684 )
2023-01-23 14:16:43 +05:30
rohitwaghchaure
593d7f3dd6
fix: linter issue
2023-01-23 13:22:24 +05:30
Rohit Waghchaure
5ed6a74fc4
feat: provision to select date type based on filter
...
(cherry picked from commit 20c8873208 )
2023-01-23 07:44:08 +00:00
Anand Baburajan
76b6833b61
Merge branch 'version-13-hotfix' into asset_bug_fixes_13
2023-01-22 13:57:31 +05:30
anandbaburajan
b7e9e4a7c5
fix: accumulated_depreciation in reverse_depreciation_entry_made_after_disposal
2023-01-22 13:56:56 +05:30
Sagar Sharma
54b2f78a99
Merge pull request #33780 from frappe/mergify/bp/version-13-hotfix/pr-33778
...
fix: missing constant definition (backport #33778 )
2023-01-21 22:32:59 +05:30
barredterra
fc4be1b337
fix: missing constant definition
...
(cherry picked from commit 547d37b1db )
2023-01-21 16:59:37 +00:00
Anand Baburajan
b9b110674e
Merge branch 'version-13-hotfix' into asset_bug_fixes_13
2023-01-21 20:04:20 +05:30
anandbaburajan
7959e41a81
chore: fix circular import issue and rename date_of_sale to date_of_disposal
2023-01-21 19:58:26 +05:30
anandbaburajan
d6913fffe6
fix: backport of #32226
2023-01-21 19:29:39 +05:30
anandbaburajan
7174a2cd93
fix: incorrect row order and accumulated_depreciation when schedule with multiple FBs is scrapped
2023-01-21 18:41:19 +05:30
mergify[bot]
47e500c2eb
fix(minor): Label updates in Statement of Accounts ( #33639 )
...
fix(minor): Label updates in Statement of Accounts (#33639 )
2023-01-21 15:44:27 +05:30
mergify[bot]
4511d41329
Removed an unnecessary check in code which always evaluates to true ( #33710 )
...
fix: removed an unnecessary check which always evaluates to true
2023-01-21 12:03:33 +05:30
rohitwaghchaure
7243f71d7d
Merge pull request #33762 from frappe/mergify/bp/version-13-hotfix/pr-33759
...
fix: incorrect actual qty for the packed item (backport #33759 )
2023-01-21 09:46:59 +05:30
mergify[bot]
3daaa021eb
fix: Short closed order, receipt and delivery note status on cancellation ( #33743 )
...
fix: Short closed order, receipt, and delivery note status on cancellation (#33743 )
2023-01-20 23:41:14 +05:30
Rohit Waghchaure
09e13d279c
fix: incorrect actual qty for the packed item
...
(cherry picked from commit 02566a02a8 )
2023-01-20 18:10:16 +00:00
mergify[bot]
d6504320b1
fix: calculate correct amount for qty == 0 (backport #33739 ) ( #33752 )
...
fix: calculate correct amount for qty == 0 (#33739 )
(cherry picked from commit 327b6fdb32 )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-01-20 23:38:37 +05:30
Raffael Meyer
af3a0e56f6
chore: bump python version for docs-checker ( #33756 )
2023-01-20 22:52:33 +05:30
mergify[bot]
2da543ebd4
fix(ecommerce): breadcrumb: fallback to /all-products ( #33718 )
...
fix(ecommerce): breadcrumb: fallback to `/all-products` (#33718 )
* fix(ecommerce): breadcrumb: fallback to `/all-products`
* fix(item_group): use `==` instead of `is`
* test(ecommerce): breadcrumb
(cherry picked from commit a94aa7a79f )
Co-authored-by: Sabu Siyad <hello@ssiyad.com >
2023-01-20 19:26:05 +05:30
anandbaburajan
ae031cea63
fix: fb issue in asset chart
2023-01-20 15:39:01 +05:30
rohitwaghchaure
6135d2972e
Merge pull request #33742 from frappe/mergify/bp/version-13-hotfix/pr-33695
...
fix: patch item_reposting_for_incorrect_sl_and_gl (backport #33695 )
2023-01-20 14:35:10 +05:30
rohitwaghchaure
d717ca0325
fix: conflicts
2023-01-20 14:05:14 +05:30
Rohit Waghchaure
1c5c06716b
fix: patch item_reposting_for_incorrect_sl_and_gl
...
(cherry picked from commit dbde3a3421 )
# Conflicts:
# erpnext/patches.txt
2023-01-20 06:14:02 +00:00
rohitwaghchaure
61d06dd702
Merge pull request #33732 from frappe/mergify/bp/version-13-hotfix/pr-33723
...
fix: don't add template item in sales/purchase transaction (backport #33723 )
2023-01-20 08:30:41 +05:30
Sagar Sharma
b702a02f61
Merge branch 'version-13-hotfix' into mergify/bp/version-13-hotfix/pr-33723
2023-01-19 22:04:05 +05:30
rohitwaghchaure
055f8536c3
fix: conflicts
2023-01-19 16:57:17 +05:30
Sagar Sharma
40ab5b034c
Merge pull request #33734 from frappe/mergify/bp/version-13-hotfix/pr-33619
...
fix: rewrite logic for duplicate check in Item Attribute (backport #33619 )
2023-01-19 15:29:17 +05:30
unknown
13906cba9a
fix: linting
...
(cherry picked from commit 2ca4d3fb71 )
2023-01-19 07:59:03 +00:00
unknown
4741ce13c6
fix: rewrite logic for duplicate check in Item Attribute
...
Previously, Item Attribute values were not checked for case-insensitive duplicates, and Item tttribute abbreviations were forced to be uppercase. This commit fixes both problems.
(cherry picked from commit 974e12c837 )
2023-01-19 07:59:02 +00:00
Rohit Waghchaure
f81d4a79ea
fix: don't add template item in sales/purchase transaction
...
(cherry picked from commit 2c83fff1a1 )
# Conflicts:
# erpnext/buying/doctype/purchase_order/test_purchase_order.py
2023-01-19 07:13:29 +00:00
Anand Baburajan
f2d83b1b21
Merge pull request #33689 from AnandBaburajan/misc_asset_fixes_v13
...
fix: handle asset depr entries posting failure and fix asset repair link [v13]
2023-01-17 15:14:10 +05:30
Anand Baburajan
f1670e922f
Merge branch 'version-13-hotfix' into misc_asset_fixes_v13
2023-01-17 11:21:29 +05:30
Ankush Menat
ec780ac263
chore: ignore b028
2023-01-17 10:59:03 +05:30
Sagar Sharma
847171bd14
Merge pull request #33693 from frappe/mergify/bp/version-13-hotfix/pr-33690
...
fix: Sales Order Connections Tabs do not show linked Material Request or "+" button (intoduce by #33304 ) (backport #33690 )
2023-01-17 10:08:17 +05:30
Florian HENRY
97488aee88
fix: Sales ORder Connections on Material Request
...
(cherry picked from commit e19161a8ee )
2023-01-17 04:37:12 +00:00
Anand Baburajan
2b3a0ba9c4
Merge branch 'version-13-hotfix' into misc_asset_fixes_v13
2023-01-17 00:44:05 +05:30
anandbaburajan
5f7dc8a5b9
fix: handle post depr entries fail and fix asset repair link
2023-01-17 00:39:35 +05:30
ruthra kumar
edc20ae8b8
Merge pull request #33672 from frappe/mergify/bp/version-13-hotfix/pr-33646
...
Revert "fix: Updating SO throws ordered_qty not allowed to change after submission" (backport #33646 )
2023-01-16 15:28:33 +05:30
ruthra kumar
6ebc9c5c82
Merge pull request #33669 from frappe/mergify/bp/version-13-hotfix/pr-33662
...
revert: Reverting changes done on 33495 (backport #33662 )
2023-01-16 14:25:55 +05:30
Sagar Sharma
5a4d92b1bc
Merge pull request #33666 from frappe/mergify/bp/version-13-hotfix/pr-33664
...
chore: `Sales Order` link in `Pick List` (backport #33664 )
2023-01-16 13:53:28 +05:30
Sagar Sharma
ff48c44496
Merge branch 'version-13-hotfix' into mergify/bp/version-13-hotfix/pr-33664
2023-01-16 10:30:13 +05:30
mergify[bot]
2f81f15f02
fix: allow to create sales order from expired quotation ( #33582 )
...
fix: allow to create sales order from expired quotation (#33582 )
(cherry picked from commit dceef0397a )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-01-16 10:02:41 +05:30
ruthra kumar
f1bb8933c1
Revert "fix: Updating SO throws ordered_qty not allowed to change after submission" ( #33646 )
...
(cherry picked from commit 333907b7a5 )
2023-01-16 04:09:26 +00:00
ruthra kumar
0f0a2b100c
revert: Reverting changes done on 33495 ( #33662 )
...
'ordered_qty' will not be fetched from `tabBin`
(cherry picked from commit be382054e5 )
2023-01-16 04:03:32 +00:00
mergify[bot]
eef0f453d2
fix: Return against internal purchase invoice ( #33635 )
...
fix: Return against internal purchase invoice (#33635 )
(cherry picked from commit 906ad10d16 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-01-16 08:48:52 +05:30
s-aga-r
e4af69bc93
chore: Sales Order link in Pick List
...
(cherry picked from commit b3759890d7 )
2023-01-15 17:35:52 +00:00
mergify[bot]
42fe63da2c
fix: asset value in fixed asset register ( #33608 )
...
fix: asset value in fixed asset register
(cherry picked from commit aa1f2a7297 )
Co-authored-by: anandbaburajan <anandbaburajan@gmail.com >
2023-01-15 17:33:17 +05:30
ruthra kumar
e23d7aa968
Merge pull request #33629 from frappe/mergify/bp/version-13-hotfix/pr-33622
...
fix: Updating SO throws ordered_qty not allowed to change after submission (backport #33622 )
2023-01-13 10:15:14 +05:30
ruthra kumar
a46aa808be
fix: Updating SO throws ordered_qty not allowed to change after submission
...
(cherry picked from commit 391f42db04 )
2023-01-13 08:22:50 +05:30
mergify[bot]
f3b6b4609e
chore: reuse doc object in test_pick_list_grouping_before_print (backport #33636 ) ( #33638 )
...
chore: reuse doc object in test_pick_list_grouping_before_print (#33636 )
(cherry picked from commit e22d56484d )
Co-authored-by: Ritwik Puri <ritwikpuri5678@gmail.com >
2023-01-13 01:33:46 +05:30
mergify[bot]
7dcf0f0866
fix: only group similar items in print format if group_same_items is checked in pick list (backport #33627 ) ( #33631 )
...
fix: only group similar items in print format if group_same_items is checked in pick list (#33627 )
* fix: only group similar items if group same items is checked in pick list
* test: non grouping of locations if group_same_items is false
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
(cherry picked from commit cfb0bb1eaa )
Co-authored-by: Ritwik Puri <ritwikpuri5678@gmail.com >
2023-01-12 20:32:37 +05:30
Sagar Sharma
29dcce53db
Merge pull request #33615 from frappe/mergify/bp/version-13-hotfix/pr-33611
...
fix: better comparision of `difference_value` of Stock and Account (backport #33611 )
2023-01-11 15:44:03 +05:30
Smit Vora
a450c8dce9
fix: better comparision of difference value between stock and account
...
(cherry picked from commit be05aea101 )
2023-01-11 09:24:10 +00:00
Sagar Sharma
287411667a
Merge pull request #33602 from frappe/mergify/bp/version-13-hotfix/pr-33597
...
fix: don't check other warehouse ledgers to calculate valuation rate (backport #33597 )
2023-01-10 22:58:10 +05:30
Rohit Waghchaure
66bf1071bb
fix: don't check other warehouse ledgers to calculate valuation rate
...
(cherry picked from commit ef2bf3c223 )
2023-01-10 10:05:12 +00:00
Sagar Sharma
410e617834
Merge pull request #33587 from frappe/mergify/bp/version-13-hotfix/pr-33562
...
fix: better handling of duplicate bundle items (backport #33562 )
2023-01-09 22:55:56 +05:30
ruthra kumar
0b952e8bba
fix: better handling of duplicate bundle items
...
(cherry picked from commit c717e87c9e )
2023-01-09 16:54:55 +00:00
mergify[bot]
e9d85a3ee4
ci: bump node in release workflow (backport #33574 ) ( #33576 )
...
ci: bump node in release workflow (#33574 )
[skip ci]
(cherry picked from commit 1ad1fc4c7d )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-01-09 13:26:18 +05:30
Rucha Mahabal
c20d469f31
fix: remove hard-coded roles for populating leave balance reports ( #249 ) ( #33557 )
2023-01-06 14:28:15 +05:30
Sagar Sharma
7d0a118eab
Merge pull request #33546 from frappe/mergify/bp/version-13-hotfix/pr-33543
...
chore: enable `No Copy` attribute for `route` in Item Group (backport #33543 )
2023-01-05 13:32:52 +05:30
s-aga-r
2394f64872
chore: enable No Copy attribute for route in Item Group
...
(cherry picked from commit 348dc32514 )
2023-01-05 07:33:04 +00:00
Daizy Modi
a50ad1d292
fix: remove unnecessary permissions from Appointment and Appointment Booking Settings ( #33468 )
...
* fix: remove unnecessary permissions from Appointment and Appointment Booking Settings
* fix: remove line
* fix: use more intuitive import
Co-authored-by: Sagar Vora <sagar@resilient.tech >
2023-01-04 21:44:44 +05:30
Deepesh Garg
be48b4a028
chore: resolve conflicts
2023-01-04 08:24:20 +05:30
Deepesh Garg
b6ed0698b4
chore: resolve conflicts
2023-01-03 22:56:58 +05:30
Deepesh Garg
208d541373
Merge branch 'version-13' into version-13-hotfix
2023-01-03 22:22:12 +05:30
mergify[bot]
865f233add
fix: Missing opening entry in general ledger (backport #33519 ) ( #33527 )
...
fix: Missing opening entry in general ledger (#33519 )
(cherry picked from commit c78399c618 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-01-03 22:13:44 +05:30
mergify[bot]
ea99ac9c29
fix: Deferred revenue date comparison (backport #33515 ) ( #33517 )
...
fix: Deferred revenue date comparison (#33515 )
(cherry picked from commit a3ab8f973a )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-01-03 18:41:40 +05:30
mergify[bot]
6516e8042b
fix(ecommerce): remove query parameters from referrer (backport #33269 ) ( #33513 )
...
fix(ecommerce): remove query parameters from referer
inclusion of query parameters results in logic failure
example:
- logic check if referrer is `all-products`
- `http://shop.example/all-products ` -> `all-products`, valid outcome
- `http://shop.example/all-products?start=1 ` -> `all-products?start=1`,
invalid outcome
Signed-off-by: Sabu Siyad <hello@ssiyad.com >
(cherry picked from commit b6bd408f19 )
Co-authored-by: Sabu Siyad <hello@ssiyad.com >
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-01-03 17:51:57 +05:30
Rucha Mahabal
3c83ec5613
Merge pull request #33510 from ruchamahabal/mark-attendance-period
2023-01-03 16:47:31 +05:30
Rucha Mahabal
e5a187e08c
fix(test): monthly attendance sheet
2023-01-03 16:18:42 +05:30
Rucha Mahabal
8df11516be
fix(test): holiday list dates in attendance test setup
2023-01-03 15:44:58 +05:30
Rucha Mahabal
03af48b50b
chore(style): fix formatting
2023-01-03 14:36:36 +05:30
Samuel Danieli
a2bd8d22cb
test: get_unmarked_days
2023-01-03 13:15:36 +05:30
Samuel Danieli
d2f86ead74
feat: explicit time period for mark attendance
2023-01-03 13:12:15 +05:30
Sagar Sharma
985c47fe3b
Merge pull request #33501 from frappe/mergify/bp/version-13-hotfix/pr-33444
...
fix: consider child nodes while getting bin details (backport #33444 )
2023-01-02 19:29:33 +05:30
s-aga-r
6c7815cd72
Merge branch 'version-13-hotfix' into mergify/bp/version-13-hotfix/pr-33444
2023-01-02 19:12:19 +05:30
Sagar Sharma
9b1384f79c
Merge pull request #33499 from frappe/mergify/bp/version-13-hotfix/pr-33495
...
fix(stock): missing ordered_qty in get_bin_details (backport #33495 )
2023-01-02 18:53:59 +05:30
s-aga-r
299e02ae46
chore: linter
2023-01-02 18:23:50 +05:30
s-aga-r
4fb2d2c000
chore: use frappe.qb instead of frappe.db.get_value
...
(cherry picked from commit c3911a592a )
2023-01-02 06:25:22 +00:00
s-aga-r
c9bf062f63
fix: consider child nodes while getting bin details
...
(cherry picked from commit c716dcc01e )
2023-01-02 06:25:22 +00:00
Devin Slauenwhite
196ba6759e
test: get_item_details contains bin details
...
(cherry picked from commit 239a5f8bf4 )
2023-01-02 05:45:43 +00:00
Devin Slauenwhite
66ba098462
fix: add missing 'ordered_qty' to get_bin_details
...
(cherry picked from commit 8d62cdfd5f )
2023-01-02 05:45:42 +00:00
mergify[bot]
4ba2f1ec96
fix: Multi-currency issues in Bank Reconciliation Tool (backport #33488 ) ( #33493 )
...
fix: Multi-currency issues in Bank Recociliation Tool
(cherry picked from commit ad53ecf2b4 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-01-02 08:52:04 +05:30
Deepesh Garg
6ab91348fd
Merge pull request #33478 from frappe/mergify/bp/version-13-hotfix/pr-32714
...
fix: Conversion factor error for invoices without item code (petty expenses) (backport #32714 )
2022-12-31 13:06:11 +05:30
Deepesh Garg
3f9b8923a9
chore: resolve conflicts
2022-12-30 20:57:38 +05:30
Deepesh Garg
038fa4dbe2
chore: resolve conflicts
2022-12-30 20:56:50 +05:30
Frappe PR Bot
d97e673874
chore(release): Bumped to Version 13.42.7
...
## [13.42.7](https://github.com/frappe/erpnext/compare/v13.42.6...v13.42.7 ) (2022-12-30)
### Bug Fixes
* debit note not pulled on reconciliation tool ([e01ff0d ](e01ff0df40 ))
2022-12-30 15:21:51 +00:00
Deepesh Garg
b16bfa541d
Merge pull request #33491 from frappe/mergify/bp/version-13/pr-33483
...
fix: debit note not pulled on reconciliation tool (#33483 )
2022-12-30 20:49:48 +05:30
rohitwaghchaure
8156cb4db0
Merge pull request #33490 from frappe/mergify/bp/version-13-hotfix/pr-33487
...
Revert "fix: daily scheduler to identify and fix stock transfer entries having incorrect valuation" (backport #33487 )
2022-12-30 16:13:20 +05:30
Deepesh Garg
65688684a7
Merge branch 'version-13-hotfix' into mergify/bp/version-13-hotfix/pr-32714
2022-12-30 16:00:59 +05:30
ruthra kumar
e01ff0df40
fix: debit note not pulled on reconciliation tool
...
(cherry picked from commit cf133b2f1c )
2022-12-30 10:05:59 +00:00
rohitwaghchaure
f0475e9cc5
fix: linter
2022-12-30 15:32:38 +05:30
ruthra kumar
b2333d3b5f
Merge pull request #33483 from ruthra-kumar/debit_note_not_pulled_in_reconciliation_tool
...
fix: debit note not pulled on reconciliation tool
2022-12-30 15:02:49 +05:30
rohitwaghchaure
8521e12753
fix: conflicts
2022-12-30 14:35:12 +05:30
rohitwaghchaure
1c7c591ee2
fix: conflicts
2022-12-30 14:30:35 +05:30
rohitwaghchaure
c18a451362
fix: conflicts
2022-12-30 14:28:18 +05:30
rohitwaghchaure
529fb411ab
Revert "fix: daily scheduler to identify and fix stock transfer entries having incorrect valuation"
...
(cherry picked from commit 728dc1acf4 )
# Conflicts:
# erpnext/hooks.py
# erpnext/stock/doctype/stock_entry/stock_entry.py
# erpnext/stock/doctype/stock_entry/test_stock_entry.py
2022-12-30 08:51:54 +00:00
ruthra kumar
4acaa3eecf
Merge pull request #33475 from frappe/mergify/bp/version-13-hotfix/pr-33457
...
fix: use base_net_amount in case of missing stock qty (backport #33457 )
2022-12-30 13:39:54 +05:30
ruthra kumar
cf133b2f1c
fix: debit note not pulled on reconciliation tool
2022-12-29 18:02:16 +05:30
ruthra kumar
92c895aa1c
Merge pull request #33460 from frappe/mergify/bp/version-13-hotfix/pr-33380
...
fix: ERR journals should be reported in AR/AP (backport #33380 )
2022-12-29 11:27:05 +05:30
Frappe PR Bot
8d99763bea
chore(release): Bumped to Version 13.42.6
...
## [13.42.6](https://github.com/frappe/erpnext/compare/v13.42.5...v13.42.6 ) (2022-12-29)
### Bug Fixes
* reconciled credit notes being fetched again in Payment Reconciliation tool ([#33471 ](https://github.com/frappe/erpnext/issues/33471 )) ([b4589d8 ](b4589d8b8f ))
* reconciled credit notes being fetched again in Payment Reconciliation tool ([#33471 ](https://github.com/frappe/erpnext/issues/33471 )) ([37ae2df ](37ae2dfe7f ))
2022-12-29 05:30:04 +00:00
Deepesh Garg
b4589d8b8f
fix: reconciled credit notes being fetched again in Payment Reconciliation tool ( #33471 )
...
fix: reconciled credit notes being fetched again in Payment Reconciliation tool (#33471 )
2022-12-29 10:58:09 +05:30
ruthra kumar
ec15965a6c
test: err for party should be in AR/AP report
...
(cherry picked from commit 2ed86760d7 )
2022-12-29 10:53:55 +05:30
ruthra kumar
c850635551
fix: ERR journals reported in AR/AP
...
Exchange Rate Revaluation on Receivable/Payable will included in AR/AP report
(cherry picked from commit b09eade3e4 )
2022-12-29 10:53:07 +05:30
Deepesh Garg
acf8b464f3
fix: Conversion factor error for invoices without item code (petty expenses) ( #32714 )
...
* fix: Set default uom conversion factor to 1 for invoices
* chore: set default conversion_factor as 1
* chore: remove print statements
(cherry picked from commit 617518389a )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice_item/sales_invoice_item.json
2022-12-29 05:12:48 +00:00
ruthra kumar
37ae2dfe7f
fix: reconciled credit notes being fetched again in Payment Reconciliation tool ( #33471 )
...
fix: reconciled cr note showing up as Payments
(cherry picked from commit 5ec11bad4f )
2022-12-29 05:01:57 +00:00
ruthra kumar
5ec11bad4f
fix: reconciled credit notes being fetched again in Payment Reconciliation tool ( #33471 )
...
fix: reconciled cr note showing up as Payments
2022-12-29 10:31:06 +05:30
ruthra kumar
6e363a62db
fix: use base_net_amount in case of missing stock qty ( #33457 )
...
(cherry picked from commit e3a0ce5d63 )
2022-12-29 04:05:54 +00:00
Deepesh Garg
334219e36a
fix: Tax withheld vouchers naming rule ( #33467 )
2022-12-28 18:05:24 +05:30
Frappe PR Bot
cbda28d739
chore: release v13 ( #33453 )
...
* fix: typerror on multi warehouse in Packed Items
DN(with bundled item with varying warehouses)-> Sales Invoice.
(cherry picked from commit e684eb32d0 )
* test: type error on bundled products with different warehouses
(cherry picked from commit 5918bb03f7 )
* fix: No permission to read doctype
(cherry picked from commit c0da948a4e )
* fix: `shipping_address` in PO
(cherry picked from commit 7e1b6b3c2a )
# Conflicts:
# erpnext/buying/doctype/purchase_order/purchase_order.json
* chore: conflicts
* chore: linter
* refactor: Customer and Supplier Ledger summary will have hidden fields for better handling of user permission (#33432 )
* feat: provision to setup opening balances for earnings and deductions while creating SSA
* fix: use get_all instead of get_value as get_value api dont supports between condition
* fix: patch
* fix: provision to set tax_deducted_till_date after document is subnmmited
* fix: `shipping_address` for non-drop shipping item
(cherry picked from commit 67a7ccf3ce )
* chore: linter (#33455 )
fix: linter
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Saurabh <saurabh6790@gmail.com >
2022-12-27 17:49:51 +05:30
Saurabh
79643a5716
chore: linter ( #33455 )
...
fix: linter
2022-12-27 17:49:38 +05:30
Sagar Sharma
707eb9e8d5
Merge pull request #33446 from frappe/mergify/bp/version-13-hotfix/pr-33437
...
fix: `shipping_address` in PO for non-drop ship item (backport #33437 )
2022-12-27 10:16:50 +05:30
s-aga-r
19feebbcb6
fix: shipping_address for non-drop shipping item
...
(cherry picked from commit 67a7ccf3ce )
2022-12-26 15:51:49 +00:00
Nabin Hait
0cf9702a21
Merge pull request #33412 from saurabh6790/provision-to-set-earnings-and-deductions-till-date
...
feat: provision to setup opening balances for earnings and deductions while creating SSA
2022-12-26 17:26:35 +05:30
Saurabh
64454e0d4e
fix: provision to set tax_deducted_till_date after document is subnmmited
2022-12-26 12:48:37 +05:30
Saurabh
7b813d6045
fix: patch
2022-12-26 12:22:34 +05:30
Saurabh
bc04e05b46
fix: use get_all instead of get_value as get_value api dont supports between condition
2022-12-26 12:09:03 +05:30
Saurabh
c3b9059c1b
feat: provision to setup opening balances for earnings and deductions while creating SSA
2022-12-26 12:09:03 +05:30
Sagar Sharma
7f1574478b
Merge pull request #33436 from frappe/mergify/bp/version-13-hotfix/pr-33434
...
fix(ux): `shipping_address` in PO (backport #33434 )
2022-12-26 11:19:01 +05:30
Sagar Sharma
b634e44fac
Merge branch 'version-13-hotfix' into mergify/bp/version-13-hotfix/pr-33434
2022-12-26 10:49:48 +05:30
mergify[bot]
3aa335d36a
refactor: Customer and Supplier Ledger summary will have hidden fields for better handling of user permission ( #33432 )
2022-12-26 10:12:35 +05:30
s-aga-r
820e82265b
chore: linter
2022-12-25 21:46:58 +05:30
s-aga-r
91dad909ec
chore: conflicts
2022-12-25 21:40:49 +05:30
s-aga-r
1068d0ec63
fix: shipping_address in PO
...
(cherry picked from commit 7e1b6b3c2a )
# Conflicts:
# erpnext/buying/doctype/purchase_order/purchase_order.json
2022-12-25 14:11:23 +00:00
ruthra kumar
ae3581c7d0
Merge pull request #33416 from frappe/mergify/bp/version-13-hotfix/pr-32219
...
fix: No permission to read doctype (backport #32219 )
2022-12-24 07:34:39 +05:30
ruthra kumar
7a97cc4629
Merge pull request #33413 from frappe/mergify/bp/version-13-hotfix/pr-33410
...
fix: TypeError on GP Report due to multiple warehouse on bundled items (backport #33410 )
2022-12-22 12:06:55 +05:30
Nabin Hait
8e1c0cd234
fix: No permission to read doctype
...
(cherry picked from commit c0da948a4e )
2022-12-22 04:12:14 +00:00
ruthra kumar
d58719a30a
test: type error on bundled products with different warehouses
...
(cherry picked from commit 5918bb03f7 )
2022-12-21 12:58:15 +00:00
ruthra kumar
6a394c5be7
fix: typerror on multi warehouse in Packed Items
...
DN(with bundled item with varying warehouses)-> Sales Invoice.
(cherry picked from commit e684eb32d0 )
2022-12-21 12:58:13 +00:00
Frappe PR Bot
35c71f5923
chore(release): Bumped to Version 13.42.5
...
## [13.42.5](https://github.com/frappe/erpnext/compare/v13.42.4...v13.42.5 ) (2022-12-20)
### Bug Fixes
* conflict ([7ef0c6b ](7ef0c6bb01 ))
* conflict in hooks file ([2a18067 ](2a18067aad ))
* conflict in stock_entry ([4587bb3 ](4587bb3767 ))
* conflicts ([086e747 ](086e74791b ))
* Consolidated financial report ([7825c56 ](7825c564eb ))
* Cost center filter not working in cash flow report ([684a45f ](684a45f234 ))
* daily scheduler to identify and fix stock transfer entries having incorrect valuation ([b82154c ](b82154cb9e ))
* disabled items showing in the report 'Itemwise Recommended Reorder Level ([c3fca3c ](c3fca3cfcb ))
* get_serial_nos not defined ([e5b3748 ](e5b3748b49 ))
* get_serial_nos_for_fg() missing 1 required positional argument: 'args' ([eddb7b4 ](eddb7b429e ))
* linter issue ([ab2f250 ](ab2f250960 ))
* translation for warning on Overbilling/-receipt/-delivery ([b13ee4f ](b13ee4fc8c ))
* unsupported operand type(s) for +: 'int' and 'NoneType' ([a6241fc ](a6241fc813 ))
* unsupported operand type(s) for +=: 'int' and 'NoneType' ([b573d97 ](b573d9739f ))
2022-12-20 14:02:06 +00:00
Deepesh Garg
52d4e2acf8
Merge pull request #33403 from frappe/version-13-hotfix
...
chore: release v13
2022-12-20 19:30:24 +05:30
Deepesh Garg
3691eec66c
Merge pull request #33401 from frappe/mergify/bp/version-13-hotfix/pr-33393
...
fix: Cost center filter not working in cash flow report (backport #33393 )
2022-12-20 18:22:46 +05:30
rohitwaghchaure
e93af962a1
Merge pull request #33390 from frappe/mergify/bp/version-13-hotfix/pr-33387
...
fix: daily scheduler to identify and fix stock transfer entries having incorrect valuation (backport #33387 )
2022-12-20 16:59:58 +05:30
rohitwaghchaure
9692eeeb15
Merge pull request #33392 from frappe/mergify/bp/version-13-hotfix/pr-33382
...
fix: unsupported operand type(s) for +=: 'int' and 'NoneType' (backport #33382 )
2022-12-20 16:59:40 +05:30
Deepesh Garg
7825c564eb
fix: Consolidated financial report
2022-12-20 16:52:28 +05:30
Deepesh Garg
e5fd95bb21
chore: remove print statement
...
(cherry picked from commit 068df9f815 )
2022-12-20 08:17:21 +00:00
Deepesh Garg
684a45f234
fix: Cost center filter not working in cash flow report
...
(cherry picked from commit d0dbfec052 )
2022-12-20 08:17:20 +00:00
rohitwaghchaure
7ef0c6bb01
fix: conflict
2022-12-20 11:55:22 +05:30
rohitwaghchaure
4587bb3767
fix: conflict in stock_entry
2022-12-20 11:52:33 +05:30
rohitwaghchaure
2a18067aad
fix: conflict in hooks file
2022-12-20 11:49:22 +05:30
Rohit Waghchaure
b573d9739f
fix: unsupported operand type(s) for +=: 'int' and 'NoneType'
...
(cherry picked from commit 2b4eae5f84 )
2022-12-20 04:19:14 +00:00
Rohit Waghchaure
4dbce87660
test: added test case to validate audit for incorrect entries
...
(cherry picked from commit f31612376a )
# Conflicts:
# erpnext/hooks.py
# erpnext/stock/doctype/stock_entry/test_stock_entry.py
2022-12-20 04:18:19 +00:00
Rohit Waghchaure
b82154cb9e
fix: daily scheduler to identify and fix stock transfer entries having incorrect valuation
...
(cherry picked from commit b1721b79ce )
# Conflicts:
# erpnext/stock/doctype/stock_entry/stock_entry.py
2022-12-20 04:18:18 +00:00
Deepesh Garg
2105193594
Merge pull request #33367 from ruthra-kumar/using_subquery_for_fetching_dr_cr_notes
...
perf: using subquery in get_dr_or_cr_notes() to improve performance
2022-12-17 16:41:58 +05:30
Deepesh Garg
ef74c6689b
Merge pull request #33360 from frappe/mergify/bp/version-13-hotfix/pr-33355
...
fix: disabled items showing in the report Itemwise Recommended Reorder Level (backport #33355 )
2022-12-16 16:12:29 +05:30
ruthra kumar
799d7b254e
refactor: using subquery in get_dr_or_cr_notes to improve performance
2022-12-16 14:06:05 +05:30
rohitwaghchaure
086e74791b
fix: conflicts
2022-12-16 11:41:22 +05:30
Rohit Waghchaure
c3fca3cfcb
fix: disabled items showing in the report 'Itemwise Recommended Reorder Level
...
'
(cherry picked from commit ae31ff1c48 )
# Conflicts:
# erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py
2022-12-15 12:39:14 +00:00
rohitwaghchaure
1634448864
Merge pull request #33357 from frappe/mergify/bp/version-13-hotfix/pr-33354
...
fix: unsupported operand type(s) for +: 'int' and 'NoneType' (backport #33354 )
2022-12-15 18:08:33 +05:30
Rohit Waghchaure
a6241fc813
fix: unsupported operand type(s) for +: 'int' and 'NoneType'
...
(cherry picked from commit 0f28074e5a )
2022-12-15 11:44:56 +00:00
Deepesh Garg
896bac10bc
Merge pull request #33343 from frappe/mergify/bp/version-13-hotfix/pr-33323
...
fix: translatability of warning on overbilling/-receipt/-delivery (backport #33323 )
2022-12-15 09:17:19 +05:30
Raffael Meyer
0992ca40b0
chore: resolve merge conflict (2)
2022-12-15 00:13:13 +01:00
Raffael Meyer
10ac8d6e67
chore: resolve merge conflicts
2022-12-15 00:11:35 +01:00
rohitwaghchaure
c8a2f9f857
Merge pull request #33334 from frappe/mergify/bp/version-13-hotfix/pr-33332
...
fix: get_serial_nos_for_fg() missing 1 required positional argument: … (backport #33332 )
2022-12-15 00:55:00 +05:30
barredterra
b13ee4fc8c
fix: translation for warning on Overbilling/-receipt/-delivery
...
(cherry picked from commit 36997d9788 )
# Conflicts:
# erpnext/controllers/status_updater.py
# erpnext/translations/de.csv
2022-12-14 17:55:29 +00:00
rohitwaghchaure
ab2f250960
fix: linter issue
2022-12-14 23:23:19 +05:30
rohitwaghchaure
e5b3748b49
fix: get_serial_nos not defined
2022-12-14 23:06:38 +05:30
Rohit Waghchaure
eddb7b429e
fix: get_serial_nos_for_fg() missing 1 required positional argument: 'args'
...
(cherry picked from commit 410a58b3de )
2022-12-14 10:38:38 +00:00
Frappe PR Bot
b3a9c1eb2a
chore(release): Bumped to Version 13.42.4
...
## [13.42.4](https://github.com/frappe/erpnext/compare/v13.42.3...v13.42.4 ) (2022-12-13)
### Bug Fixes
* `Enough Parts to Build` in `BOM Stock Report` ([50b2898 ](50b2898a2c ))
* `Material Request` reference in internal `Sales Order` ([988a327 ](988a327b58 ))
* incorrect balance on parent company due to key mismatch ([b17ac52 ](b17ac522f5 ))
* order status in `Production Planning Report` ([2880469 ](2880469706 ))
### Performance Improvements
* add indexes on payment entry reference (backport [#33288 ](https://github.com/frappe/erpnext/issues/33288 )) ([#33290 ](https://github.com/frappe/erpnext/issues/33290 )) ([45f79ef ](45f79ef644 ))
2022-12-13 12:31:01 +00:00
Ankush Menat
e44646054c
Merge pull request #33317 from frappe/version-13-hotfix
...
chore: release v13
2022-12-13 17:59:05 +05:30
Sagar Sharma
12f11a6976
Merge pull request #33321 from frappe/mergify/bp/version-13-hotfix/pr-33314
...
fix: `Enough Parts to Build` in `BOM Stock Report` (backport #33314 )
2022-12-13 15:58:15 +05:30
s-aga-r
50b2898a2c
fix: Enough Parts to Build in BOM Stock Report
...
(cherry picked from commit 723c64ba73 )
2022-12-13 09:50:30 +00:00
ruthra kumar
23830266f2
Merge pull request #33310 from frappe/mergify/bp/version-13-hotfix/pr-33303
...
fix: incorrect balance on parent company on consolidate Balance sheet due to key mismatch (backport #33303 )
2022-12-13 13:56:31 +05:30
ruthra kumar
b17ac522f5
fix: incorrect balance on parent company due to key mismatch
...
(cherry picked from commit 7b3316dc31 )
2022-12-13 03:36:32 +00:00
Sagar Sharma
1b22f53fde
Merge pull request #33307 from frappe/mergify/bp/version-13-hotfix/pr-33304
...
fix: `Material Request` reference in internal `Sales Order` (backport #33304 )
2022-12-13 00:01:25 +05:30
s-aga-r
988a327b58
fix: Material Request reference in internal Sales Order
...
(cherry picked from commit 78b438f6cf )
2022-12-12 18:19:15 +00:00
mergify[bot]
45f79ef644
perf: add indexes on payment entry reference (backport #33288 ) ( #33290 )
...
perf: add indexes on payment entry reference (#33288 )
Adds index on:
1. reference doctype
2. reference name
*Why not composite index?*
There are three type of queries on this doctype
- filtering ref_doctype - doctype index helps here
- filtering ref_name - name index helps here
- filtering both - name index helps here too. Since it has sufficiently
high cardinality. Composite index wont help in case where ref_doctype
isn't specfied.
[skip ci]
(cherry picked from commit 593626f502 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-12-12 13:02:08 +05:30
Sagar Sharma
bce3506e90
Merge pull request #33257 from frappe/mergify/bp/version-13-hotfix/pr-33255
...
fix: order status in `Production Planning Report` (backport #33255 )
2022-12-08 00:04:53 +05:30
s-aga-r
2880469706
fix: order status in Production Planning Report
...
(cherry picked from commit 632c08f7e0 )
2022-12-07 18:07:23 +00:00
Frappe PR Bot
104967881d
chore(release): Bumped to Version 13.42.3
...
## [13.42.3](https://github.com/frappe/erpnext/compare/v13.42.2...v13.42.3 ) (2022-12-06)
### Bug Fixes
* add company filter in RFQ Items ([a716f78 ](a716f780a8 ))
* key error on p/l and balance sheet reports on foreign currency ([0003e0c ](0003e0cb5b ))
* key error while filtering on date range and different currency ([84ef814 ](84ef814f45 ))
* non empty FG batch picked while completing work order ([635d80d ](635d80dc2f ))
* remove duplicate schema ([4ad9aa2 ](4ad9aa29ee ))
* replace sql code with fields list in get_cached_value ([b3ccad8 ](b3ccad8cf4 ))
2022-12-06 14:37:49 +00:00
Deepesh Garg
b2ef5f7cd2
Merge pull request #33232 from frappe/version-13-hotfix
...
chore: release v13
2022-12-06 20:06:03 +05:30
Deepesh Garg
cd5b8aeb64
Merge pull request #33234 from frappe/mergify/bp/version-13-hotfix/pr-33191
...
fix: key error while filtering on date range and reporting on foreign currency (backport #33191 )
2022-12-06 17:36:37 +05:30
ruthra kumar
0003e0cb5b
fix: key error on p/l and balance sheet reports on foreign currency
...
(cherry picked from commit a6794c3606 )
2022-12-06 16:52:26 +05:30
ruthra kumar
b3ccad8cf4
fix: replace sql code with fields list in get_cached_value
...
(cherry picked from commit 19db7e2989 )
2022-12-06 16:52:22 +05:30
ruthra kumar
84ef814f45
fix: key error while filtering on date range and different currency
...
(cherry picked from commit 9b8d6fe411 )
2022-12-06 10:13:40 +00:00
rohitwaghchaure
ac432ea52f
Merge pull request #33226 from frappe/mergify/bp/version-13-hotfix/pr-33224
...
fix: non empty FG batch picked while completing work order (backport #33224 )
2022-12-05 23:58:52 +05:30
Rohit Waghchaure
635d80dc2f
fix: non empty FG batch picked while completing work order
...
(cherry picked from commit 713330cbf6 )
2022-12-05 15:00:38 +00:00
Sagar Sharma
0c4de03baa
Merge pull request #33176 from frappe/mergify/bp/version-13-hotfix/pr-33174
...
fix: add company filter in RFQ Items (backport #33174 )
2022-11-30 12:25:15 +05:30
s-aga-r
a716f780a8
fix: add company filter in RFQ Items
...
(cherry picked from commit ca0485a503 )
2022-11-30 05:07:27 +00:00
Deepesh Garg
6f6598878e
Merge pull request #33173 from frappe/mergify/bp/version-13-hotfix/pr-33115
...
fix: remove product schema block from additional info section on item template (backport #33115 )
2022-11-30 09:46:49 +05:30
ruthra kumar
4ad9aa29ee
fix: remove duplicate schema
...
(cherry picked from commit 2c18a95115 )
2022-11-30 03:49:36 +00:00
Frappe PR Bot
e54b23d71b
chore(release): Bumped to Version 13.42.2
...
## [13.42.2](https://github.com/frappe/erpnext/compare/v13.42.1...v13.42.2 ) (2022-11-29)
### Bug Fixes
* `production_item` filter in `Job Card Summary Report` ([ce54198 ](ce5419888b ))
* `Work Order` filter typo in `Job Card Summary Report` ([2de239c ](2de239c73b ))
* cannot update auth token until token expiry if credentials change ([2121714 ](2121714856 ))
* company name with `,` in `Job Card Summary Report` ([ffef0cb ](ffef0cb771 ))
* company name with `,` in `Work Order Summary Report` ([11978fc ](11978fca4e ))
* create rounding gl entry for PCV during gle post processing ([7af4597 ](7af45972ae ))
* disbursable amount on currrent security price ([eca2d96 ](eca2d96419 ))
* Dispatch address display ([10cfcb5 ](10cfcb5e8a ))
* incorrect balance qty ([78e64fa ](78e64fa486 ))
* linter ([b91860d ](b91860ddf2 ))
* MR Item `description` and `item_name` gets reset on `qty` change ([b66976b ](b66976bd36 ))
* Multicurrency invoice with exchange gain and loss showing up in AR/AP report ([d38a289 ](d38a2895b0 ))
* only consider draft pending asset repair docs ([6da7b38 ](6da7b38f6e ))
* only show serial no batch selector only once ([0c6a7ce ](0c6a7cef95 ))
* reset `voucher_type` and `voucher_no` if `based_on` is set to `Item and Warehouse` ([ff59483 ](ff594831b0 ))
* validate voucher type while checking journal entry against payroll entry ([07c25ac ](07c25ace5c ))
2022-11-29 13:19:11 +00:00
Deepesh Garg
ba9220f9d2
Merge pull request #33164 from frappe/version-13-hotfix
...
chore: release v13
2022-11-29 18:47:36 +05:30
Sagar Sharma
354f258543
Merge pull request #33160 from frappe/mergify/bp/version-13-hotfix/pr-33136
...
fix: reset `voucher_type` and `voucher_no` if `based_on` is set to `Transaction` (backport #33136 )
2022-11-29 13:24:45 +05:30
s-aga-r
f7d3f136c5
chore: make posting_date and posting_time read-only if based_on is set to Transaction
...
(cherry picked from commit 4e10352b48 )
2022-11-29 06:44:57 +00:00
s-aga-r
ff594831b0
fix: reset voucher_type and voucher_no if based_on is set to Item and Warehouse
...
(cherry picked from commit eeec008547 )
2022-11-29 06:44:57 +00:00
rohitwaghchaure
b08d36cb7b
Merge pull request #33150 from frappe/mergify/bp/version-13-hotfix/pr-33144
...
fix: incorrect balance qty (backport #33144 )
2022-11-29 12:06:09 +05:30
Sagar Sharma
cdb6a4e3f7
Merge branch 'version-13-hotfix' into mergify/bp/version-13-hotfix/pr-33144
2022-11-29 11:17:07 +05:30
Deepesh Garg
99188afa16
Merge pull request #33157 from frappe/mergify/bp/version-13-hotfix/pr-33116
...
fix: only show serial no batch selector only once (backport #33116 )
2022-11-29 11:07:09 +05:30
Deepesh Garg
64fda0d4b7
Merge pull request #33028 from saurabh6790/small-fixes
...
chore: link payroll entry reference in accrual payroll journal entry
2022-11-29 10:53:42 +05:30
Shariq Ansari
0c6a7cef95
fix: only show serial no batch selector only once
...
(cherry picked from commit 0f87d329d6 )
2022-11-29 04:51:41 +00:00
Rohit Waghchaure
c930d64e8d
test: test case for serialized batched item
...
(cherry picked from commit b606a9684b )
2022-11-29 03:19:16 +00:00
Rohit Waghchaure
78e64fa486
fix: incorrect balance qty
...
(cherry picked from commit b2105a8be7 )
2022-11-29 03:19:15 +00:00
Deepesh Garg
2a0d7acc2b
Merge pull request #33122 from deepeshgarg007/receivable_payable_multi_currency
...
fix: Multicurrency invoice with exchange gain and loss showing up in AR/AP report
2022-11-28 22:49:06 +05:30
Sagar Sharma
24a3da55e6
Merge pull request #33124 from frappe/mergify/bp/version-13-hotfix/pr-33120
...
fix: `Work Order Summary` and `Job Card Summary` Report (backport #33120 )
2022-11-27 23:23:06 +05:30
Sagar Sharma
c3289c265a
Merge branch 'version-13-hotfix' into mergify/bp/version-13-hotfix/pr-33120
2022-11-27 22:11:06 +05:30
s-aga-r
b39f367dbd
chore: conflicts
2022-11-27 22:10:10 +05:30
Deepesh Garg
d76e291927
Merge pull request #33114 from frappe/mergify/bp/version-13-hotfix/pr-33111
...
fix: Loan disbursable amount on current security price (backport #33111 )
2022-11-27 20:50:19 +05:30
s-aga-r
ce5419888b
fix: production_item filter in Job Card Summary Report
...
(cherry picked from commit ef7fd670fc )
# Conflicts:
# erpnext/manufacturing/report/job_card_summary/job_card_summary.py
2022-11-26 16:25:16 +00:00
s-aga-r
ffef0cb771
fix: company name with , in Job Card Summary Report
...
(cherry picked from commit 481149814e )
# Conflicts:
# erpnext/manufacturing/report/job_card_summary/job_card_summary.py
2022-11-26 16:25:15 +00:00
s-aga-r
2de239c73b
fix: Work Order filter typo in Job Card Summary Report
...
(cherry picked from commit 2e4f3e9317 )
2022-11-26 16:25:14 +00:00
s-aga-r
11978fca4e
fix: company name with , in Work Order Summary Report
...
(cherry picked from commit 87b39f045c )
2022-11-26 16:25:14 +00:00
Deepesh Garg
d38a2895b0
fix: Multicurrency invoice with exchange gain and loss showing up in AR/AP report
2022-11-26 20:21:22 +05:30
Sagar Sharma
4492ee4771
Merge pull request #33109 from frappe/mergify/bp/version-13-hotfix/pr-33090
...
fix: MR Item `item_name` and `description` gets reset on `qty` change (backport #33090 )
2022-11-26 10:07:37 +05:30
Abhinav Raut
eca2d96419
fix: disbursable amount on currrent security price
...
(cherry picked from commit fe87c27acd )
2022-11-25 09:49:03 +00:00
s-aga-r
b66976bd36
fix: MR Item description and item_name gets reset on qty change
...
(cherry picked from commit df0fee2312 )
2022-11-25 05:50:10 +00:00
Deepesh Garg
776c8c6d6a
Merge pull request #33093 from frappe/einv-reset-client-creds
...
fix: cannot update auth token until token expiry if credentials change
2022-11-24 21:25:46 +05:30
Deepesh Garg
452db7ed15
Merge pull request #33105 from frappe/mergify/bp/version-13-hotfix/pr-33100
...
fix: Dispatch address display (backport #33100 )
2022-11-24 21:22:13 +05:30
Deepesh Garg
10cfcb5e8a
fix: Dispatch address display
...
(cherry picked from commit 104fdcb9f9 )
2022-11-24 12:31:40 +00:00
Saqib Ansari
b91860ddf2
fix: linter
2022-11-24 15:26:32 +05:30
Deepesh Garg
eda89a467c
Merge pull request #33086 from AnandBaburajan/pending_asset_repair
...
fix: only consider draft pending asset repair docs
2022-11-24 14:37:36 +05:30
Saqib Ansari
2121714856
fix: cannot update auth token until token expiry if credentials change
2022-11-23 21:33:04 +05:30
Saurabh
8b46da39ea
Merge branch 'version-13-hotfix' into small-fixes
2022-11-23 18:16:49 +05:30
anandbaburajan
6da7b38f6e
fix: only consider draft pending asset repair docs
2022-11-23 13:05:52 +05:30
Deepesh Garg
7688239fc0
Merge pull request #33084 from frappe/mergify/bp/version-13-hotfix/pr-33062
...
fix: create rounding gl entry for PCV during gle post processing (backport #33062 )
2022-11-23 11:50:14 +05:30
Saurabh
07c25ace5c
fix: validate voucher type while checking journal entry against payroll entry
2022-11-23 11:45:50 +05:30
Saurabh
6ae21c92de
chore: link payroll entry reference in accrual payroll journal entry
2022-11-23 11:45:50 +05:30
Nabin Hait
7af45972ae
fix: create rounding gl entry for PCV during gle post processing
...
(cherry picked from commit 022d8d5d79 )
2022-11-23 05:07:10 +00:00
Frappe PR Bot
f106b9e884
chore(release): Bumped to Version 13.42.1
...
## [13.42.1](https://github.com/frappe/erpnext/compare/v13.42.0...v13.42.1 ) (2022-11-22)
### Bug Fixes
* Accounting Dimension filtering for Sales and Purchase Report ([58f3f2b ](58f3f2b6d9 ))
* cast POS query inputs to integers (backport [#32975 ](https://github.com/frappe/erpnext/issues/32975 )) ([#32978 ](https://github.com/frappe/erpnext/issues/32978 )) ([3aba14f ](3aba14f71a ))
* GP incorrect buying amount if no upd on SI and Delivery Note ([40bb2cb ](40bb2cba93 ))
* incorrect fix of conversion factor in PP ([726c3d3 ](726c3d32be ))
* linter issue ([72f9308 ](72f9308df6 ))
* make `is_internal_supplier` read-only ([30b5d1c ](30b5d1c400 ))
* Opening journal entry templates ([4ad3e28 ](4ad3e28147 ))
* **pos:** item selector image border radius ([ab31eb4 ](ab31eb4ee7 ))
* **realtime:** Restrict updates to only last modified or current user ([#33034 ](https://github.com/frappe/erpnext/issues/33034 )) ([ecdd849 ](ecdd8493ea ))
* use `list()` on self mutating iteration ([0070b5e ](0070b5ef9a ))
2022-11-22 16:00:21 +00:00
Deepesh Garg
b839c53572
Merge pull request #33075 from frappe/version-13-hotfix
...
chore: release v13
2022-11-22 21:28:29 +05:30
ruthra kumar
30b42b22ab
Merge pull request #32942 from frappe/mergify/bp/version-13-hotfix/pr-32866
...
fix: incorrect buying amount on Gross Profit (backport #32866 )
2022-11-22 15:59:28 +05:30
ruthra kumar
4834b78ed2
refactor: clean up code in test suite
...
Remove doctypes that are not in v13
2022-11-22 15:06:46 +05:30
ruthra kumar
72f9308df6
fix: linter issue
2022-11-22 15:06:27 +05:30
Deepesh Garg
dc9b81d216
Merge pull request #33041 from frappe/mergify/bp/version-13-hotfix/pr-33032
...
fix: Accounting Dimension filtering for Sales and Purchase Report (backport #33032 )
2022-11-19 18:53:34 +05:30
Deepesh Garg
61b20c81c2
Merge pull request #33036 from frappe/mergify/bp/version-13-hotfix/pr-33034
...
fix(realtime): Restrict updates to only last modified or current user (backport #33034 )
2022-11-19 18:22:17 +05:30
Deepesh Garg
58f3f2b6d9
fix: Accounting Dimension filtering for Sales and Purchase Report
...
(cherry picked from commit 8b394afaa9 )
2022-11-19 12:50:19 +00:00
rohitwaghchaure
e3435369a0
Merge pull request #33037 from frappe/mergify/bp/version-13-hotfix/pr-32947
...
fix: incorrect fix of conversion factor in PP (backport #32947 )
2022-11-19 11:50:05 +05:30
Rohit Waghchaure
726c3d32be
fix: incorrect fix of conversion factor in PP
...
(cherry picked from commit 490b0e3cdf )
2022-11-18 14:39:27 +00:00
gavin
ecdd8493ea
fix(realtime): Restrict updates to only last modified or current user ( #33034 )
...
(cherry picked from commit dd2493a541 )
2022-11-18 11:49:11 +00:00
Deepesh Garg
431a94b961
Merge pull request #33016 from frappe/mergify/bp/version-13-hotfix/pr-33009
...
fix(pos): item selector image border radius (backport #33009 )
2022-11-18 15:09:17 +05:30
Sagar Sharma
00f990e3f4
Merge pull request #33024 from frappe/mergify/bp/version-13-hotfix/pr-33019
...
fix: use `list()` on self mutating iteration (backport #33019 )
2022-11-18 10:59:54 +05:30
Sabu Siyad
0070b5ef9a
fix: use list() on self mutating iteration
...
https://github.com/frappe/erpnext/issues/30325
Signed-off-by: Sabu Siyad <hello@ssiyad.com >
(cherry picked from commit 546c809cbe )
2022-11-18 04:56:12 +00:00
Sabu Siyad
ab31eb4ee7
fix(pos): item selector image border radius
...
Signed-off-by: Sabu Siyad <hello@ssiyad.com >
(cherry picked from commit 2f4940cc26 )
2022-11-17 12:02:46 +00:00
mergify[bot]
357ae939d1
refactor: search queries (backport #33004 ) ( #33008 )
...
* refactor: search queries (#33004 )
- guard clauses for readability
- use values or format
(cherry picked from commit 34e4903ed7 )
# Conflicts:
# erpnext/stock/doctype/material_request/material_request.py
# erpnext/stock/doctype/quality_inspection/quality_inspection.py
* chore: conflicts
[skip ci]
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-11-17 14:24:45 +05:30
Sagar Sharma
b8aa63b5e2
Merge pull request #33011 from frappe/mergify/bp/version-13-hotfix/pr-33006
...
fix: make `is_internal_supplier` read-only in PO (backport #33006 )
2022-11-17 14:23:28 +05:30
s-aga-r
9191c54b90
chore: conflicts
2022-11-17 14:19:01 +05:30
s-aga-r
30b5d1c400
fix: make is_internal_supplier read-only
...
(cherry picked from commit 5efbc2cbf8 )
# Conflicts:
# erpnext/buying/doctype/purchase_order/purchase_order.json
2022-11-17 08:41:11 +00:00
Ankush Menat
9d5c4ffadf
chore: hardcode doctype
2022-11-17 12:03:02 +05:30
Deepesh Garg
85d8540379
Merge pull request #32995 from frappe/mergify/bp/version-13-hotfix/pr-32983
...
fix: Opening journal entry templates (backport #32983 )
2022-11-17 11:15:52 +05:30
Deepesh Garg
4ad3e28147
fix: Opening journal entry templates
...
(cherry picked from commit 33b61aef5a )
2022-11-16 15:12:34 +00:00
Deepesh Garg
ec6a01de4c
Merge pull request #32991 from frappe/mergify/bp/version-13-hotfix/pr-32989
...
ci: fix flake8 URL (backport #32989 )
2022-11-16 17:05:25 +05:30
Deepesh Garg
7831744064
ci: fix flake8 URL
...
(cherry picked from commit e81bec5fc9 )
2022-11-16 10:56:43 +00:00
mergify[bot]
3aba14f71a
fix: cast POS query inputs to integers (backport #32975 ) ( #32978 )
...
* fix: cast POS query inputs to integers (#32975 )
fix: cast POS query inputs to integers
(cherry picked from commit c013db6ea1 )
# Conflicts:
# erpnext/selling/page/point_of_sale/point_of_sale.py
* chore: conflicts
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-11-15 18:50:32 +05:30
Frappe PR Bot
f3f6d35a84
chore(release): Bumped to Version 13.42.0
...
# [13.42.0](https://github.com/frappe/erpnext/compare/v13.41.1...v13.42.0 ) (2022-11-15)
### Bug Fixes
* add Document Date in E-Invoice print format ([a16347f ](a16347f325 ))
* ambiguous 'cost_center' on payment reconciliation ([e9e5ded ](e9e5ded36b ))
* check type for reference name ([ad648f3 ](ad648f313c ))
* don't set WIP Warehouse if is checked in WO ([4a17711 ](4a177113c6 ))
* Label for applicable dimension table ([cbc8b2d ](cbc8b2da0a ))
* Pricing rule item group consider UOM ([1ed0b6e ](1ed0b6e89b )), closes [#32566 ](https://github.com/frappe/erpnext/issues/32566 )
* query condition change ([88ce59a ](88ce59a1ca ))
* repayment schedule regeneration ([a19031c ](a19031cf9a ))
* set `WIP Warehouse` in Job Card ([f09e427 ](f09e4273d9 ))
* set stock UOM in args to ensure item price is fetched ([bd2242b ](bd2242b285 ))
* wrong totals in hsn summary report ([79d508f ](79d508f4ff ))
### Features
* page break in SoA pdf ([e93ac3c ](e93ac3c9a8 ))
2022-11-15 13:02:04 +00:00
Deepesh Garg
1cf5b23d9c
Merge pull request #32973 from frappe/version-13-hotfix
...
chore: release v13
2022-11-15 18:17:49 +05:30
Deepesh Garg
de3453e477
Merge pull request #32934 from rtdany10/hsn-summary-report
...
fix: wrong hsn summary totals
2022-11-15 16:33:46 +05:30
Deepesh Garg
ee015273c9
Merge pull request #32953 from gavindsouza/rm-dead-validation-pe
...
chore(payment_entry): Remove dead validations
2022-11-15 13:56:38 +05:30
Deepesh Garg
db3f8d2768
Merge pull request #32961 from frappe/mergify/bp/version-13-hotfix/pr-32956
...
fix: Label for applicable dimension table (backport #32956 )
2022-11-15 13:01:34 +05:30
Gavin D'souza
e1ecc9a819
chore(payment_entry): Remove dead validations
2022-11-15 10:43:47 +05:30
Deepesh Garg
9e340a8307
Merge branch 'version-13-hotfix' into hsn-summary-report
2022-11-15 09:26:00 +05:30
Deepesh Garg
cbc8b2da0a
fix: Label for applicable dimension table
...
(cherry picked from commit 8c13f70fc5 )
2022-11-15 03:56:00 +00:00
ruthra kumar
b7ff5fb426
Merge pull request #32930 from ruthra-kumar/ambiguous_cost_center_field
...
fix: ambiguous 'cost_center' while using payment reconciliation
2022-11-14 16:56:36 +05:30
Sagar Sharma
2b2a4f66ad
Merge pull request #32949 from frappe/mergify/bp/version-13-hotfix/pr-32937
...
refactor: rewrite `job_card.py` queries in QB (backport #32937 )
2022-11-14 12:22:59 +05:30
s-aga-r
78ca078474
refactor: rewrite job_card.py queries in QB
...
(cherry picked from commit 7df2921d38 )
2022-11-14 05:57:03 +00:00
Deepesh Garg
65c9941aa4
Merge branch 'version-13-hotfix' into mergify/bp/version-13-hotfix/pr-32866
2022-11-14 10:45:09 +05:30
Deepesh Garg
5e46567a0b
Merge pull request #32940 from deepeshgarg007/psa_pdf_issue_v13
...
feat: page break in SoA pdf
2022-11-14 10:44:56 +05:30
Deepesh Garg
079cf6899e
Merge pull request #32943 from frappe/mergify/bp/version-13-hotfix/pr-32938
...
chore: Remove raw SQL query (backport #32938 )
2022-11-14 10:44:24 +05:30
Sagar Vora
ad648f313c
fix: check type for reference name
...
(cherry picked from commit b06345af46 )
2022-11-13 15:11:50 +00:00
Deepesh Garg
9c9c6607f8
chore: Remove qb doc reference
...
(cherry picked from commit 4b9921782b )
2022-11-13 15:11:49 +00:00
Deepesh Garg
d6901e51ad
chore: Remove raw SQL query
...
(cherry picked from commit 42a59d5c17 )
2022-11-13 15:11:48 +00:00
Deepesh Garg
8733ce5ca9
Merge branch 'version-13-hotfix' into psa_pdf_issue_v13
2022-11-13 20:41:38 +05:30
Deepesh Garg
1ee5c2ff87
chore: Resolve conflicts
2022-11-13 19:49:07 +05:30
ruthra kumar
09ef8eeaea
test: buying amount of invoices
...
1. Invoice with unset `update_stock`, with and without Delivery Notes
(cherry picked from commit 2c8b0b17a7 )
2022-11-13 13:46:48 +00:00
ruthra kumar
40bb2cba93
fix: GP incorrect buying amount if no upd on SI and Delivery Note
...
(cherry picked from commit e4d16c31da )
# Conflicts:
# erpnext/accounts/report/gross_profit/gross_profit.py
2022-11-13 13:46:47 +00:00
Dany Robert
95f81d3563
chore: remove commented line
2022-11-13 18:53:10 +05:30
Dany Robert
88ce59a1ca
fix: query condition change
2022-11-13 18:52:57 +05:30
Dany Robert
e93ac3c9a8
feat: page break in SoA pdf
2022-11-13 18:52:44 +05:30
Sagar Sharma
079fc2dc34
Merge pull request #32936 from frappe/mergify/bp/version-13-hotfix/pr-32913
...
fix: set stock UOM in args to ensure item price is fetched (backport #32913 )
2022-11-12 12:46:54 +05:30
Sagar Vora
bd2242b285
fix: set stock UOM in args to ensure item price is fetched
...
(cherry picked from commit 57038c3969 )
2022-11-12 04:39:52 +00:00
Dany Robert
79d508f4ff
fix: wrong totals in hsn summary report
2022-11-12 05:22:31 +01:00
Deepesh Garg
a0cab4c5e7
Merge pull request #32931 from frappe/mergify/bp/version-13-hotfix/pr-32878
...
fix: repayment schedule regeneration (backport #32878 )
2022-11-11 15:15:32 +05:30
Abhinav Raut
a19031cf9a
fix: repayment schedule regeneration
...
(cherry picked from commit d6ab2b3b87 )
2022-11-11 08:53:31 +00:00
ruthra kumar
e9e5ded36b
fix: ambiguous 'cost_center' on payment reconciliation
2022-11-11 10:14:04 +05:30
Sagar Sharma
fcb6ee22ba
Merge pull request #32920 from frappe/mergify/bp/version-13-hotfix/pr-32918
...
fix: WO Skip Material Transfer to WIP Warehouse (backport #32918 )
2022-11-10 18:42:25 +05:30
Sagar Sharma
f09e4273d9
fix: set WIP Warehouse in Job Card
...
(cherry picked from commit e7fa2e08ad )
2022-11-10 11:43:23 +00:00
Sagar Sharma
4a177113c6
fix: don't set WIP Warehouse if is checked in WO
...
(cherry picked from commit 9730cd0aec )
2022-11-10 11:43:22 +00:00
Deepesh Garg
972893d00e
Merge pull request #32908 from maharshivpatel/item-group-pricing-rule-backport
...
fix: Pricing rule item group consider UOM
2022-11-10 09:58:50 +05:30
Maharshi Patel
1ed0b6e89b
fix: Pricing rule item group consider UOM
...
Pricing rule's apply_on_field == "item_group" didn't check for UOM. I have added the required checks.
Same as #32566
2022-11-09 17:17:35 +05:30
Deepesh Garg
dafb575500
Merge pull request #32894 from maharshivpatel/add-einvoice-document-date
...
fix: add Document Date in E-Invoice print format
2022-11-08 21:45:17 +05:30
Frappe PR Bot
9cf5e9e61e
chore(release): Bumped to Version 13.41.1
...
## [13.41.1](https://github.com/frappe/erpnext/compare/v13.41.0...v13.41.1 ) (2022-11-08)
### Bug Fixes
* `Material Consumption` option in case of `Skip Transfer to WIP` in WO ([418c131 ](418c131331 ))
* Create POS Opening Entry POS Profile filter. ([76e4bb4 ](76e4bb44f1 ))
* Disable tax included prices for internal transfers ([#32794 ](https://github.com/frappe/erpnext/issues/32794 )) ([84ee1b8 ](84ee1b86af ))
* for asset's purchase_date, if bill_date is set, use that instead of posting_date ([1d23c9a ](1d23c9a9fd ))
* Reset advance paid amount on Oreder cancel and amend ([e32e0bc ](e32e0bc8fa ))
* use `flt` instead of `cint` in `get_batch_no` ([601b1e3 ](601b1e3821 ))
2022-11-08 12:14:53 +00:00
Deepesh Garg
af8b99a5e0
Merge pull request #32892 from frappe/version-13-hotfix
...
chore: release v13
2022-11-08 17:43:28 +05:30
Maharshi Patel
a16347f325
fix: add Document Date in E-Invoice print format
2022-11-08 16:35:34 +05:30
Deepesh Garg
19b9875ba8
Merge pull request #32781 from frappe/mergify/bp/version-13-hotfix/pr-32777
...
fix: Reset advance paid amount on Order cancel and amend (backport #32777 )
2022-11-08 10:53:02 +05:30
Deepesh Garg
43aa670e90
Merge branch 'version-13-hotfix' of https://github.com/frappe/erpnext into mergify/bp/version-13-hotfix/pr-32777
2022-11-08 10:40:07 +05:30
Deepesh Garg
4f76ed1c68
chore: Resolve conflicts
2022-11-08 10:39:21 +05:30
Deepesh Garg
b93d13feef
Merge pull request #32865 from frappe/mergify/bp/version-13-hotfix/pr-32846
...
fix: add german translations (backport #32846 )
2022-11-07 18:42:38 +05:30
Raffael Meyer
e1a32cc620
Merge branch 'version-13-hotfix' into mergify/bp/version-13-hotfix/pr-32846
2022-11-07 13:18:06 +01:00
barredterra
550f5f280c
chore: resolve merge conflicts
2022-11-07 13:15:38 +01:00
Deepesh Garg
fbbfeb8563
Merge pull request #32873 from frappe/mergify/bp/version-13-hotfix/pr-32802
...
fix: `Material Consumption` option in case of `Skip Transfer to WIP` in WO (backport #32802 )
2022-11-07 10:18:14 +05:30
Sagar Sharma
418c131331
fix: Material Consumption option in case of Skip Transfer to WIP in WO
...
(cherry picked from commit 8ea6983734 )
2022-11-07 04:06:55 +00:00
Raffael Meyer
a8bf17e560
chore: add german translations ( #32846 )
...
Mostly for balance sheet
(cherry picked from commit d2b6490bca )
# Conflicts:
# erpnext/translations/de.csv
2022-11-06 04:53:43 +00:00
Deepesh Garg
9961037f71
Merge pull request #32860 from frappe/mergify/bp/version-13-hotfix/pr-32794
...
fix: Disable tax included prices for internal transfers (backport #32794 )
2022-11-05 21:17:09 +05:30
Deepesh Garg
84ee1b86af
fix: Disable tax included prices for internal transfers ( #32794 )
...
* fix: Disable tax-included prices for internal transfers
(cherry picked from commit 8d30ebb12b )
2022-11-05 15:22:30 +00:00
Deepesh Garg
afe86d83aa
Merge pull request #32857 from frappe/mergify/bp/version-13-hotfix/pr-32847
...
fix: Create POS Opening Entry POS Profile filter. (backport #32847 )
2022-11-05 20:52:12 +05:30
Maharshi Patel
76e4bb44f1
fix: Create POS Opening Entry POS Profile filter.
...
pos_profile_query was variable instead of function.
(cherry picked from commit 1328a45f2a )
2022-11-05 11:15:58 +00:00
Deepesh Garg
c1bc1040b8
Merge pull request #32834 from frappe/mergify/bp/version-13-hotfix/pr-32773
...
fix: for asset's purchase_date, if bill_date is set, use that instead of posting_date (backport #32773 )
2022-11-03 12:06:50 +05:30
anandbaburajan
1d23c9a9fd
fix: for asset's purchase_date, if bill_date is set, use that instead of posting_date
...
(cherry picked from commit f322c608cf )
2022-11-03 06:28:37 +00:00
Sagar Sharma
5a211813d3
Merge pull request #32821 from frappe/mergify/bp/version-13-hotfix/pr-32788
...
fix: use `flt` instead of `cint` in `get_batch_no` (backport #32788 )
2022-11-02 17:08:08 +05:30
Sagar Sharma
601b1e3821
fix: use flt instead of cint in get_batch_no
...
(cherry picked from commit 9fb3fb4c83 )
2022-11-02 10:25:54 +00:00
Frappe PR Bot
6d1ae68d70
chore(release): Bumped to Version 13.41.0
...
# [13.41.0](https://github.com/frappe/erpnext/compare/v13.40.3...v13.41.0 ) (2022-11-01)
### Bug Fixes
* add `Sales Order` reference in Material Request Dashboard ([cb89dba ](cb89dba5ab ))
* Do not force eligibilgity of itc for reverse charge ([9dc0edf ](9dc0edfb8a ))
* filter return pos in reconciliation tool ([b877b0d ](b877b0d3a2 ))
* group warehouse filter not working for Batch-wise Balance history report ([310e7c5 ](310e7c522c ))
* Issues while cancel/amending Purchase Invoice with TDS enabled ([8888957 ](8888957952 ))
* Mode of payment for returns in POS Sales Invoice ([9b63a1a ](9b63a1a2e9 ))
### Features
* Repayment schedule types for term loans ([c2817be ](c2817bed0b ))
2022-11-01 17:19:09 +00:00
Deepesh Garg
19ebebdc47
Merge pull request #32792 from frappe/version-13-hotfix
...
chore: release v13
2022-11-01 22:46:15 +05:30
Deepesh Garg
a91483899b
Merge pull request #32806 from frappe/mergify/bp/version-13-hotfix/pr-32779
...
fix: Mode of payment for returns in POS Sales Invoice (backport #32779 )
2022-11-01 22:11:50 +05:30
Deepesh Garg
2f6d55d8d2
Merge pull request #32803 from frappe/mergify/bp/version-13-hotfix/pr-32801
...
fix: Issues while cancel/amending Purchase Invoice with TDS enabled (backport #32801 )
2022-11-01 22:11:26 +05:30
Deepesh Garg
4a10454d89
chore: Resolve conflicts
2022-11-01 21:30:36 +05:30
Deepesh Garg
12b15347bc
chore: Update tests
...
(cherry picked from commit 5b74161195 )
2022-11-01 15:59:54 +00:00
Deepesh Garg
9b63a1a2e9
fix: Mode of payment for returns in POS Sales Invoice
...
(cherry picked from commit 06e8e28531 )
2022-11-01 15:59:53 +00:00
Deepesh Garg
8888957952
fix: Issues while cancel/amending Purchase Invoice with TDS enabled
...
(cherry picked from commit f7c9258770 )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py
2022-11-01 15:18:48 +00:00
ruthra kumar
a9660bf026
Merge pull request #32798 from ruthra-kumar/better_approach_to_list_item_removal
...
fix: filter return pos in reconciliation tool
2022-11-01 17:28:01 +05:30
ruthra kumar
b877b0d3a2
fix: filter return pos in reconciliation tool
2022-11-01 16:56:35 +05:30
Deepesh Garg
e4082093b8
Merge pull request #32796 from deepeshgarg007/itc_eligibility_reverse_charge
...
fix: Do not force eligibilgity of itc for reverse charge
2022-11-01 16:32:39 +05:30
Deepesh Garg
9dc0edfb8a
fix: Do not force eligibilgity of itc for reverse charge
2022-11-01 16:03:32 +05:30
rohitwaghchaure
e13f05ce19
Merge pull request #32784 from rohitwaghchaure/fixed-warehouse-group-for-batch
...
fix: group warehouse filter not working for Batch-wise Balance history report
2022-10-31 23:34:00 +05:30
Rohit Waghchaure
310e7c522c
fix: group warehouse filter not working for Batch-wise Balance history report
2022-10-31 23:21:29 +05:30
Deepesh Garg
e32e0bc8fa
fix: Reset advance paid amount on Oreder cancel and amend
...
(cherry picked from commit 92f37ca111 )
# Conflicts:
# erpnext/buying/doctype/purchase_order/purchase_order.js
2022-10-31 16:09:48 +00:00
Deepesh Garg
0c24ba0118
Merge pull request #32690 from frappe/mergify/bp/version-13-hotfix/pr-32424
...
feat: Repayment schedule types for term loans (backport #32424 )
2022-10-31 11:57:57 +05:30
Deepesh Garg
60fa87751a
chore: Update payroll loan tests
2022-10-31 11:28:32 +05:30
Deepesh Garg
50bc7785f7
chore: reload doctypes
2022-10-31 10:39:03 +05:30
Deepesh Garg
d2aea0cd2e
chore: fix datetime value
2022-10-30 11:01:41 +05:30
Deepesh Garg
e9006582fb
chore: Add removed field
2022-10-30 10:48:37 +05:30
Deepesh Garg
3483e0e2a5
Merge branch 'version-13-hotfix' of https://github.com/frappe/erpnext into mergify/bp/version-13-hotfix/pr-32424
2022-10-30 10:46:21 +05:30
Deepesh Garg
65b047c94c
chore: Resync Loan Doc
2022-10-30 10:44:15 +05:30
Sagar Sharma
ada3ce21c0
Merge pull request #32757 from frappe/mergify/bp/version-13-hotfix/pr-32754
...
fix: add `Sales Order` reference in Material Request Dashboard (backport #32754 )
2022-10-29 13:52:28 +05:30
Sagar Sharma
cb89dba5ab
fix: add Sales Order reference in Material Request Dashboard
...
(cherry picked from commit 15ebf4a0cf )
2022-10-29 07:07:45 +00:00
Deepesh Garg
d73237e896
chore: Resolve conflicts
2022-10-29 11:06:53 +05:30
Sagar Sharma
8e0d393cd4
Merge pull request #32741 from frappe/mergify/bp/version-13-hotfix/pr-32738
...
fix: Added Material Request Reference in Purchase Recipt Dashboard for Tracking (backport #32738 )
2022-10-28 16:06:35 +05:30
Vishal
292ff1bd6b
chore: minor linting issue fixed
...
(cherry picked from commit e8c0157017 )
2022-10-28 08:55:07 +00:00
Vishal
804cf40f69
chore: Added Material Request Reference in Purchase Recipt Dashboard for Tracking
...
(cherry picked from commit a04c44fe34 )
2022-10-28 08:55:06 +00:00
Frappe PR Bot
1d31ab1ab7
chore(release): Bumped to Version 13.40.3
...
## [13.40.3](https://github.com/frappe/erpnext/compare/v13.40.2...v13.40.3 ) (2022-10-26)
### Bug Fixes
* allow to create Sales Order from expired Quotation ([#32641 ](https://github.com/frappe/erpnext/issues/32641 )) ([ea03289 ](ea032893d3 ))
* Billing Address for inter-company purchase docs ([3a2f08f ](3a2f08fbda ))
* BOM cost update message ([98bcb72 ](98bcb7255d ))
* conflicts ([447485a ](447485ae90 ))
* incorrect qty in material request ([1741501 ](1741501ea8 ))
* overlap error not raised for job card in case of workstation with production capacity ([b5376ce ](b5376ce5cb ))
* unset contact details ([7afb19f ](7afb19f965 ))
2022-10-26 05:09:20 +00:00
Deepesh Garg
dd493fb46f
Merge pull request #32706 from frappe/version-13-hotfix
...
chore: release v13
2022-10-26 10:37:31 +05:30
Deepesh Garg
85f48dd6bd
chore: Update tests
...
(cherry picked from commit e59b147a62 )
2022-10-23 14:09:20 +00:00
Deepesh Garg
fa0a137a38
chore: Add repayment date on option
...
(cherry picked from commit ef0cb17faf )
2022-10-23 14:09:19 +00:00
Deepesh Garg
5fc8d20e96
chore: label post save
...
(cherry picked from commit bf7a51791a )
2022-10-23 14:09:18 +00:00
Deepesh Garg
7ddcfc00fc
chore: Add patch to update repayment schedule type in loan documents
...
(cherry picked from commit 679b5ed551 )
# Conflicts:
# erpnext/patches.txt
2022-10-23 14:09:17 +00:00
Deepesh Garg
3f02059085
chore: Update labels as per repayment type
...
(cherry picked from commit 2ddee50f27 )
# Conflicts:
# erpnext/loan_management/doctype/loan/loan.json
2022-10-23 14:09:14 +00:00
Deepesh Garg
71b21086b1
chore: Remove print statements
...
(cherry picked from commit 3466461eb3 )
2022-10-23 14:09:13 +00:00
Deepesh Garg
c2817bed0b
feat: Repayment schedule types for term loans
...
(cherry picked from commit 76c6ccab5d )
# Conflicts:
# erpnext/loan_management/doctype/loan/loan.json
# erpnext/loan_management/doctype/loan/loan.py
2022-10-23 14:09:12 +00:00
Deepesh Garg
dc972718d5
Merge pull request #32687 from frappe/mergify/bp/version-13-hotfix/pr-32650
...
fix: unset contact details (backport #32650 )
2022-10-23 18:32:15 +05:30
barredterra
7afb19f965
fix: unset contact details
...
(cherry picked from commit 23f0bb45b0 )
2022-10-23 12:52:29 +00:00
Deepesh Garg
0ca137808b
Merge pull request #32656 from frappe/mergify/bp/version-13-hotfix/pr-32641
...
fix: allow to create Sales Order from expired Quotation (backport #32641 )
2022-10-20 17:34:31 +05:30
rohitwaghchaure
99e0106193
Merge pull request #32670 from frappe/mergify/bp/version-13-hotfix/pr-32667
...
fix: BOM cost update message (backport #32667 )
2022-10-20 16:52:56 +05:30
rohitwaghchaure
447485ae90
fix: conflicts
2022-10-20 15:01:22 +05:30
Rohit Waghchaure
98bcb7255d
fix: BOM cost update message
...
(cherry picked from commit 9cfe527492 )
# Conflicts:
# erpnext/manufacturing/doctype/bom/test_bom.py
2022-10-20 09:09:02 +00:00
Deepesh Garg
2df24ec459
Merge pull request #32664 from frappe/mergify/bp/version-13-hotfix/pr-32659
...
fix: Billing Address for inter-company purchase docs (backport #32659 )
2022-10-20 12:42:38 +05:30
Deepesh Garg
3a2f08fbda
fix: Billing Address for inter-company purchase docs
...
(cherry picked from commit 796f2d3c09 )
2022-10-20 06:29:56 +00:00
rohitwaghchaure
7c9b535514
Merge pull request #32661 from frappe/mergify/bp/version-13-hotfix/pr-32654
...
fix: incorrect qty in material request created from PP (backport #32654 )
2022-10-20 10:27:41 +05:30
Rohit Waghchaure
4f0c2909ab
test: validate qty and purchase uom in material request which is created from PP
...
(cherry picked from commit 4d5ef721f7 )
2022-10-20 04:30:29 +00:00
Rohit Waghchaure
1741501ea8
fix: incorrect qty in material request
...
(cherry picked from commit ad278b2007 )
2022-10-20 04:30:28 +00:00
Raffael Meyer
ea032893d3
fix: allow to create Sales Order from expired Quotation ( #32641 )
...
(cherry picked from commit 4ad3002861 )
2022-10-19 16:38:19 +00:00
rohitwaghchaure
7601a016b8
Merge pull request #32653 from frappe/mergify/bp/version-13-hotfix/pr-32645
...
fix: overlap error not raised for job card in case of workstation with production capacity (backport #32645 )
2022-10-19 18:09:44 +05:30
Rohit Waghchaure
b5376ce5cb
fix: overlap error not raised for job card in case of workstation with production capacity
...
(cherry picked from commit 8b2165e0d1 )
2022-10-19 11:35:59 +00:00
Frappe PR Bot
7ba029b140
chore(release): Bumped to Version 13.40.2
...
## [13.40.2](https://github.com/frappe/erpnext/compare/v13.40.1...v13.40.2 ) (2022-10-19)
### Bug Fixes
* `Brand Defaults` filters ([b1c70af ](b1c70af4db ))
* don't try to update youtube data if disabled in settings (backport [#32588 ](https://github.com/frappe/erpnext/issues/32588 )) ([#32590 ](https://github.com/frappe/erpnext/issues/32590 )) ([7e7122b ](7e7122b668 ))
* Ignore linked purchase invoice on cancel ([eec770a ](eec770a4a8 ))
* Party account for multi-order invoices ([0ae2a4f ](0ae2a4f1c4 ))
* pricing rule item code UOM apply & conversions (backport [#32566 ](https://github.com/frappe/erpnext/issues/32566 )) ([#32636 ](https://github.com/frappe/erpnext/issues/32636 )) ([b8d97b8 ](b8d97b82b8 ))
2022-10-19 03:57:46 +00:00
Deepesh Garg
cf74d24400
Merge pull request #32634 from frappe/version-13-hotfix
...
chore: release v13
2022-10-19 09:24:40 +05:30
mergify[bot]
b8d97b82b8
fix: pricing rule item code UOM apply & conversions (backport #32566 ) ( #32636 )
...
* fix: pricing rule for non stock UOM and conversions
* fix: pricing rule for non stock UOM and conversions
(cherry picked from commit 96b4211ea1 )
# Conflicts:
# erpnext/accounts/doctype/pricing_rule/pricing_rule.py
* chore: resolve conflicts
Co-authored-by: Maharshi Patel <39730881+maharshivpatel@users.noreply.github.com >
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2022-10-18 23:31:31 +05:30
Deepesh Garg
56c4c3186b
Merge pull request #32624 from frappe/mergify/bp/version-13-hotfix/pr-32622
...
fix: Ignore linked purchase invoice on cancel (backport #32622 )
2022-10-18 14:49:36 +05:30
Deepesh Garg
015a221d8d
chore: Resolve conflicts
2022-10-18 09:11:58 +05:30
Deepesh Garg
eec770a4a8
fix: Ignore linked purchase invoice on cancel
...
(cherry picked from commit faadf78332 )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py
2022-10-17 14:09:12 +00:00
Deepesh Garg
44f5ccc9dc
Merge pull request #32605 from frappe/mergify/bp/version-13-hotfix/pr-32594
...
fix: Party account for multi-order invoices (backport #32594 )
2022-10-15 18:25:25 +05:30
Deepesh Garg
0ae2a4f1c4
fix: Party account for multi-order invoices
...
(cherry picked from commit fd49503ba2 )
2022-10-15 11:29:21 +00:00
mergify[bot]
5fdaddad86
chore: drop dead code (backport #32595 ) ( #32597 )
...
chore: drop dead code (#32595 )
[skip ci]
(cherry picked from commit 50e9698932 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-10-13 15:27:09 +05:30
Sagar Sharma
03ccddc1cc
Merge pull request #32587 from frappe/mergify/bp/version-13-hotfix/pr-32576
...
fix: `Brand Defaults` filters (backport #32576 )
2022-10-13 14:42:29 +05:30
Sagar Sharma
e00ebcd9e5
Merge branch 'version-13-hotfix' into mergify/bp/version-13-hotfix/pr-32576
2022-10-13 14:38:26 +05:30
mergify[bot]
7e7122b668
fix: don't try to update youtube data if disabled in settings (backport #32588 ) ( #32590 )
...
* fix: don't try to update youtube data if disabled in settings (#32588 )
fix: cast value from db
[skip ci]
(cherry picked from commit e543dca6a0 )
* chore: qualified path
not imported
[skip ci]
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-10-13 11:57:08 +05:30
Sagar Sharma
b1c70af4db
fix: Brand Defaults filters
...
(cherry picked from commit 7da32c7db3 )
2022-10-12 13:53:56 +00:00
Frappe PR Bot
1609129e1e
chore(release): Bumped to Version 13.40.1
...
## [13.40.1](https://github.com/frappe/erpnext/compare/v13.40.0...v13.40.1 ) (2022-10-12)
### Bug Fixes
* conflct in test purchase receipt ([6ae2f90 ](6ae2f90683 ))
* conflict ([cb7aef5 ](cb7aef505d ))
* consider outgoingrate while valuation rate calculate ([6f43133 ](6f43133c04 ))
* consider sales rate as incoming rate for transit warehouse in purchase flow ([f72602e ](f72602ebf3 ))
* Hanlde rounding loss for internal transfer ([dd26ef9 ](dd26ef96e0 ))
* Incoming rate precision fixes for intra company transfer ([227ce5f ](227ce5f8a2 ))
* incorrect import ([8238b89 ](8238b89907 ))
* linter issue ([aa0552d ](aa0552d788 ))
* test case ([acd64ba ](acd64ba7c1 ))
* value error on pos submit ([4383980 ](4383980bcc ))
2022-10-12 12:34:41 +00:00
Deepesh Garg
9b02455c09
Merge pull request #32585 from frappe/version-13-hotfix
...
chore: version 13 release
2022-10-12 18:03:01 +05:30
Deepesh Garg
ff3bfb060a
Merge pull request #32584 from frappe/mergify/bp/version-13-hotfix/pr-32557
...
fix: Value error on validation of POS invoices with Serial Nos (backport #32557 )
2022-10-12 17:17:01 +05:30
rohitwaghchaure
63e087d31e
Merge pull request #32580 from frappe/mergify/bp/version-13-hotfix/pr-32563
...
fix: consider sales rate as incoming rate for transit warehouse in purchase flow (backport #32563 )
2022-10-12 17:08:33 +05:30
Deepesh Garg
b62a397397
Merge pull request #32581 from frappe/mergify/bp/version-13-hotfix/pr-32272
...
fix: Incoming rate precision fixes for intra company transfer (backport #32272 )
2022-10-12 17:04:52 +05:30
ruthra kumar
48efcc82b6
test: value error on serial no validation on pos
...
(cherry picked from commit 9e2bd10d03 )
2022-10-12 11:12:09 +00:00
ruthra kumar
4383980bcc
fix: value error on pos submit
...
(cherry picked from commit 4b908ebcd6 )
2022-10-12 11:12:08 +00:00
rohitwaghchaure
aa0552d788
fix: linter issue
2022-10-12 16:33:53 +05:30
Deepesh Garg
3b5889ef85
chore: resolve conflicts
2022-10-12 16:30:23 +05:30
rohitwaghchaure
8238b89907
fix: incorrect import
2022-10-12 16:28:31 +05:30
rohitwaghchaure
6ae2f90683
fix: conflct in test purchase receipt
2022-10-12 16:26:52 +05:30
rohitwaghchaure
cb7aef505d
fix: conflict
2022-10-12 16:24:50 +05:30
Deepesh Garg
4a8c42d62b
chore: check only for inter-company transfers
...
(cherry picked from commit 9aa5e20ef7 )
2022-10-12 10:54:15 +00:00
Deepesh Garg
c67bdcf3c6
chore: fix precision condition
...
(cherry picked from commit 49601558c6 )
2022-10-12 10:54:14 +00:00
Deepesh Garg
7a9e7b66ac
chore: Use proper accounts
...
(cherry picked from commit 1c05c004cd )
2022-10-12 10:54:13 +00:00
Deepesh Garg
151b9d4d7b
chore: Increase precision for other doc fields
...
(cherry picked from commit c8d2181498 )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice_item/purchase_invoice_item.json
# erpnext/stock/doctype/delivery_note_item/delivery_note_item.json
2022-10-12 10:54:13 +00:00
Deepesh Garg
b966f10711
chore: GL Entries for SLE diff
...
(cherry picked from commit df2a0e265b )
2022-10-12 10:54:11 +00:00
Deepesh Garg
0b48f13873
test: Internal tranfer precision loss test
...
(cherry picked from commit dc20b21fb5 )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py
2022-10-12 10:54:10 +00:00
Deepesh Garg
b531a38efe
chore: Increase incoming_rate field precision to 6
...
(cherry picked from commit b31c3bd35d )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice_item/sales_invoice_item.json
2022-10-12 10:54:08 +00:00
Deepesh Garg
dd26ef96e0
fix: Hanlde rounding loss for internal transfer
...
(cherry picked from commit 6e47fd54a0 )
2022-10-12 10:54:07 +00:00
Deepesh Garg
227ce5f8a2
fix: Incoming rate precision fixes for intra company transfer
...
(cherry picked from commit 083309c056 )
2022-10-12 10:54:06 +00:00
Rohit Waghchaure
acd64ba7c1
fix: test case
...
(cherry picked from commit 98bf8e1304 )
2022-10-12 10:51:22 +00:00
Rohit Waghchaure
6f43133c04
fix: consider outgoingrate while valuation rate calculate
...
(cherry picked from commit 3266e54e33 )
2022-10-12 10:51:22 +00:00
Rohit Waghchaure
f72602ebf3
fix: consider sales rate as incoming rate for transit warehouse in purchase flow
...
(cherry picked from commit 683a47f7a1 )
# Conflicts:
# erpnext/stock/doctype/purchase_receipt/test_purchase_receipt.py
# erpnext/stock/stock_ledger.py
2022-10-12 10:51:21 +00:00
Frappe PR Bot
49c9c68e14
chore(release): Bumped to Version 13.40.0
...
# [13.40.0](https://github.com/frappe/erpnext/compare/v13.39.5...v13.40.0 ) (2022-10-12)
### Bug Fixes
* Do not add tax withheld vouchers post tax withheding in one document ([e1c41b9 ](e1c41b9195 ))
* future attendance marking ([cb4fbd5 ](cb4fbd5432 ))
* make readings status mandatory in Quality Inspection ([257a2a3 ](257a2a3d71 ))
* mark attendance issue with joining date ([6f8d620 ](6f8d62088e ))
* mark attendance issue with relieving date ([a9546dd ](a9546dd01f ))
* PO cancel post advance payment cancel against PO ([41599cf ](41599cf29f ))
* set Quality Inspection status based on readings status ([d67b44f ](d67b44fcec ))
* Tax withholding related fixes ([32a9575 ](32a9575f07 ))
* **test:** `test_rejected_qi_validation` ([2763d06 ](2763d06307 ))
* TooManyWritesError during reposting of stock ([476175b ](476175b307 ))
### Features
* cst ux improvement ([552c595 ](552c5951bd ))
* **JE:** trigger account field when fetched from template ([baa4fec ](baa4fec611 )), closes [#32409 ](https://github.com/frappe/erpnext/issues/32409 )
2022-10-12 07:21:47 +00:00
Ankush Menat
9ce765b268
Merge pull request #32561 from frappe/version-13-hotfix
...
chore: release v13
2022-10-12 12:49:45 +05:30
Ankush Menat
002ae8ae13
ci: disable test orchestrator v13 ( #32574 )
2022-10-12 12:13:51 +05:30
Deepesh Garg
558dc57b94
Merge pull request #32539 from frappe/mergify/bp/version-13-hotfix/pr-32536
...
fix: PO cancel post advance payment cancel against PO (backport #32536 )
2022-10-11 13:58:24 +05:30
Deepesh Garg
cd942d36a8
chore: resolve conflicts
2022-10-11 10:16:31 +05:30
Sagar Sharma
3257533ee3
Merge pull request #32544 from frappe/mergify/bp/version-13-hotfix/pr-32497
...
chore: set `Quality Inspection` status based on readings status (backport #32497 )
2022-10-10 12:10:29 +05:30
Sagar Sharma
2763d06307
fix(test): test_rejected_qi_validation
...
(cherry picked from commit 4992e4a2b8 )
2022-10-10 05:21:09 +00:00
Sagar Sharma
a0772ea8d7
test: add test cases for Quality Inspection status
...
(cherry picked from commit fcc1272d42 )
2022-10-10 05:21:08 +00:00
Sagar Sharma
d67b44fcec
fix: set Quality Inspection status based on readings status
...
(cherry picked from commit 2657ece2cd )
2022-10-10 05:21:08 +00:00
Sagar Sharma
257a2a3d71
fix: make readings status mandatory in Quality Inspection
...
(cherry picked from commit d7c3b7633a )
2022-10-10 05:21:07 +00:00
Sagar Sharma
e6abbd1c83
chore: add Manual Inspection field in Quality Inspection DocType
...
(cherry picked from commit 39707757a6 )
2022-10-10 05:21:06 +00:00
Deepesh Garg
41599cf29f
fix: PO cancel post advance payment cancel against PO
...
(cherry picked from commit d806e32030 )
# Conflicts:
# erpnext/buying/doctype/purchase_order/purchase_order.py
2022-10-09 13:05:46 +00:00
Frappe PR Bot
c66ebcdf9a
chore(release): Bumped to Version 13.39.5
...
## [13.39.5](https://github.com/frappe/erpnext/compare/v13.39.4...v13.39.5 ) (2022-10-07)
### Bug Fixes
* Do not add tax withheld vouchers post tax withheding in one document ([be404b7 ](be404b77a1 ))
* Tax withholding related fixes ([6e9b52d ](6e9b52d268 ))
2022-10-07 13:08:29 +00:00
Deepesh Garg
4623b986a3
Merge pull request #32526 from frappe/mergify/bp/version-13/pr-32523
...
fix: Tax withholding related fixes (backport #32522 ) (backport #32523 )
2022-10-07 18:36:57 +05:30
Deepesh Garg
611dd5c073
chore: resolve conflicts
...
(cherry picked from commit 2bf76f64bd )
2022-10-07 12:39:14 +00:00
Deepesh Garg
be404b77a1
fix: Do not add tax withheld vouchers post tax withheding in one document
...
(cherry picked from commit 781d160c68 )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json
(cherry picked from commit e1c41b9195 )
2022-10-07 12:39:13 +00:00
Deepesh Garg
6e9b52d268
fix: Tax withholding related fixes
...
(cherry picked from commit abf5b6be3e )
(cherry picked from commit 32a9575f07 )
2022-10-07 12:39:13 +00:00
Deepesh Garg
997990c69f
Merge pull request #32523 from frappe/mergify/bp/version-13-hotfix/pr-32522
...
fix: Tax withholding related fixes (backport #32522 )
2022-10-07 18:08:31 +05:30
Deepesh Garg
2bf76f64bd
chore: resolve conflicts
2022-10-07 17:33:03 +05:30
Deepesh Garg
e1c41b9195
fix: Do not add tax withheld vouchers post tax withheding in one document
...
(cherry picked from commit 781d160c68 )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json
2022-10-07 11:03:16 +00:00
Deepesh Garg
32a9575f07
fix: Tax withholding related fixes
...
(cherry picked from commit abf5b6be3e )
2022-10-07 11:03:15 +00:00
Deepesh Garg
e031e095dd
Merge pull request #32521 from FHenry/13_fr_translation
...
chore: fr translation (backport #32385 )
2022-10-07 08:48:43 +05:30
Florian HENRY
39ce3756c8
chore: fr translation
2022-10-06 22:39:40 +02:00
Deepesh Garg
f2515d9c9c
Merge pull request #32449 from rtdany10/cst-ux-improvement
...
feat(ux): improved course scheduling tool
2022-10-05 18:44:05 +05:30
Deepesh Garg
27fe9c9179
Merge pull request #32426 from AnandBaburajan/fix_mark_attendance_joining_date_and_future
...
fix: mark attendance issue with joining and relieving date, and fix future attendance marking
2022-10-05 18:34:31 +05:30
Deepesh Garg
503183cb0b
Merge pull request #32502 from frappe/mergify/bp/version-13-hotfix/pr-32499
...
fix: TooManyWritesError during reposting of stock (backport #32499 )
2022-10-05 17:29:25 +05:30
Deepesh Garg
f1ea5de022
Merge pull request #32504 from frappe/mergify/bp/version-13-hotfix/pr-32478
...
feat(JE): trigger account field when fetched from template (backport #32478 )
2022-10-05 17:29:05 +05:30
Dany Robert
baa4fec611
feat(JE): trigger account field when fetched from template
...
Closes #32409
(cherry picked from commit c35adcf5a1 )
2022-10-05 10:38:21 +00:00
Rohit Waghchaure
476175b307
fix: TooManyWritesError during reposting of stock
...
(cherry picked from commit aaabba9b1e )
2022-10-05 10:35:55 +00:00
Frappe PR Bot
de584535e9
chore(release): Bumped to Version 13.39.4
...
## [13.39.4](https://github.com/frappe/erpnext/compare/v13.39.3...v13.39.4 ) (2022-10-04)
### Bug Fixes
* asset requiring maintenance sold status ([14ab9d9 ](14ab9d9158 ))
* conflict ([0f8e34e ](0f8e34e972 ))
* Disbursement Account in patch to update old loans ([b4a511c ](b4a511cbb4 ))
* e-Way bill JSON for Intra-state internal transfers ([b7fbf75 ](b7fbf75e10 ))
* fetch swift_number in payment_request ([6074570 ](60745705a8 ))
* Incorrect TCS amount deducted in Sales Invoice ([32456bf ](32456bff30 ))
* Item details fetching on making transaction from item dashboard ([1aed76f ](1aed76f778 ))
* linter issue ([4757a65 ](4757a65863 ))
* not able to return sold expired batches ([2fd4485 ](2fd4485f2f ))
* payment reconciliation tool consider cost_center for JV ([9f98891 ](9f988910b5 ))
* payment request make bank field Link instead of Read Only ([299175e ](299175e6fe ))
* pick list picked-qty for batch item ([96a6db0 ](96a6db0422 ))
* SEZ Without Payment of Tax don't add tax rows ([a13eecc ](a13eecc961 ))
* show `Make Purchase Invoice` button based on permission ([7124328 ](7124328640 ))
* typo in sales_register's filter mode_of_payment (backport [#32371 ](https://github.com/frappe/erpnext/issues/32371 )) ([#32447 ](https://github.com/frappe/erpnext/issues/32447 )) ([cdc8297 ](cdc8297083 ))
* update with new Frappe color. fix [#32455 ](https://github.com/frappe/erpnext/issues/32455 ) ([#32456 ](https://github.com/frappe/erpnext/issues/32456 )) ([ad43b18 ](ad43b18ace ))
### Reverts
* Revert "fix: fetch swift_number in payment_request" ([8251b84 ](8251b843ec ))
2022-10-04 12:14:27 +00:00
Deepesh Garg
d95d234aa4
Merge pull request #32494 from frappe/version-13-hotfix
...
chore: release v13
2022-10-04 17:41:06 +05:30
rohitwaghchaure
3648745e5e
Merge pull request #32470 from frappe/mergify/bp/version-13-hotfix/pr-32466
...
fix: not able to return sold expired batches (backport #32466 )
2022-10-04 07:35:10 +05:30
Deepesh Garg
8e1e6a194b
Merge pull request #32467 from frappe/mergify/bp/version-13-hotfix/pr-32394
...
fix: fetch swift number in payment request from bank doctype (backport #32394 )
2022-10-03 21:54:05 +05:30
Ankush Menat
663e9b403f
chore: codeowners
2022-10-03 16:27:32 +05:30
Ankush Menat
3219b7c766
chore: codeowners
2022-10-03 16:27:13 +05:30
Sagar Sharma
3a6e4c8da7
Merge pull request #32474 from frappe/mergify/bp/version-13-hotfix/pr-32472
...
fix: pick list picked-qty for batch item (backport #32472 )
2022-10-03 15:24:02 +05:30
Sagar Sharma
96a6db0422
fix: pick list picked-qty for batch item
...
(cherry picked from commit ba02209f1d )
2022-10-03 09:17:03 +00:00
rohitwaghchaure
4757a65863
fix: linter issue
2022-10-03 13:27:38 +05:30
rohitwaghchaure
0f8e34e972
fix: conflict
2022-10-03 13:18:58 +05:30
Rohit Waghchaure
2fd4485f2f
fix: not able to return sold expired batches
...
(cherry picked from commit 0b1727cf79 )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py
2022-10-03 07:46:13 +00:00
Maharshi Patel
299175e6fe
fix: payment request make bank field Link instead of Read Only
...
(cherry picked from commit dc8d49260c )
2022-10-03 07:26:06 +00:00
Maharshi Patel
8251b843ec
Revert "fix: fetch swift_number in payment_request"
...
This reverts commit f42a8e4e03 .
(cherry picked from commit 9245d3b5cd )
2022-10-03 07:26:05 +00:00
Maharshi Patel
60745705a8
fix: fetch swift_number in payment_request
...
There isn't direct link between payment_request and bank so swift_number wasn't fetched using Fetch form. I fixed it by fetching swift_number on_change of bank_account.
(cherry picked from commit f42a8e4e03 )
2022-10-03 07:26:04 +00:00
Deepesh Garg
caedc9f6ad
Merge pull request #32462 from frappe/mergify/bp/version-13-hotfix/pr-32456
...
fix: update with new Frappe color. fix #32455 (backport #32456 )
2022-10-03 09:15:21 +05:30
Deepesh Garg
fbeb86b9c0
Merge pull request #32453 from deepeshgarg007/intra_state_transfer_eway_bill_v13
...
fix: e-Way bill JSON for Intra-state internal transfers
2022-10-03 09:07:26 +05:30
Muvuk
ad43b18ace
fix: update with new Frappe color. fix #32455 ( #32456 )
...
* Update with new Frappe color.
* refactor: use css variables
Co-authored-by: Ankush Menat <ankushmenat@gmail.com >
(cherry picked from commit 73e5a7d671 )
2022-10-02 17:02:25 +00:00
Frappe PR Bot
34284216cd
chore(release): Bumped to Version 13.39.3
...
## [13.39.3](https://github.com/frappe/erpnext/compare/v13.39.2...v13.39.3 ) (2022-10-02)
### Bug Fixes
* asset requiring maintenance sold status ([a668d4e ](a668d4e789 ))
2022-10-02 15:39:08 +00:00
Deepesh Garg
5c6c9812c0
Merge pull request #32458 from frappe/mergify/bp/version-13/pr-32413
...
fix: status of assets with maintenance_required changing back to 'Partially Depreciated' some time after being sold [v13] (backport #32413 )
2022-10-02 21:07:00 +05:30
anandbaburajan
4afd2b7470
chore: refactor by just using a filter
...
(cherry picked from commit 6b21deedae )
2022-10-02 12:14:41 +00:00
anandbaburajan
bc21ce412b
chore: refactor by creating is_sold
...
(cherry picked from commit 430a4c98a0 )
2022-10-02 12:14:41 +00:00
anandbaburajan
a668d4e789
fix: asset requiring maintenance sold status
...
(cherry picked from commit 14ab9d9158 )
2022-10-02 12:14:40 +00:00
Deepesh Garg
9f8d3e43ea
Merge pull request #32413 from AnandBaburajan/fix_asset_sold_status_v13
...
fix: status of assets with maintenance_required changing back to 'Partially Depreciated' some time after being sold [v13]
2022-10-02 17:43:09 +05:30
Deepesh Garg
9dbb2bf512
Merge pull request #32369 from maharshivpatel/fix-taxes-sez-without-payment-of-tax
...
fix: SEZ Without Payment of Tax don't add tax rows
2022-10-01 16:13:11 +05:30
Deepesh Garg
8c52c71299
Merge pull request #32344 from maharshivpatel/fix-payment-reconciliation-jv-cost-center
...
fix: consider cost center for journal entry in payment reconciliation tool
2022-10-01 16:12:30 +05:30
Deepesh Garg
c4c52c1cd3
chore: Linting Issues
2022-10-01 16:06:31 +05:30
Deepesh Garg
b7fbf75e10
fix: e-Way bill JSON for Intra-state internal transfers
2022-10-01 15:58:31 +05:30
Dany Robert
6dabfbedf1
Merge branch 'version-13-hotfix' into cst-ux-improvement
2022-10-01 14:19:31 +05:30
Dany Robert
68c592377b
chore: pre-commit
2022-09-30 23:41:01 -07:00
Deepesh Garg
d69d2217f6
Merge pull request #32431 from frappe/mergify/bp/version-13-hotfix/pr-32402
...
fix: Item details fetching on making transaction from item dashboard (backport #32402 )
2022-10-01 12:05:26 +05:30
mergify[bot]
cdc8297083
fix: typo in sales_register's filter mode_of_payment (backport #32371 ) ( #32447 )
...
fix: typo in sales_register's filter mode_of_payment (#32371 )
2022-10-01 12:04:40 +05:30
Dany Robert
f24f71f387
Merge branch 'version-13-hotfix' into cst-ux-improvement
2022-10-01 12:03:05 +05:30
Dany Robert
552c5951bd
feat: cst ux improvement
2022-09-30 23:25:55 -07:00
Deepesh Garg
562025eb45
Merge branch 'version-13-hotfix' into fix-payment-reconciliation-jv-cost-center
2022-10-01 11:10:21 +05:30
Deepesh Garg
f0a37f545a
chore: resolve conflicts
2022-10-01 11:02:40 +05:30
Deepesh Garg
001afb96ba
Merge pull request #32435 from frappe/mergify/bp/version-13-hotfix/pr-32412
...
fix: Incorrect TCS amount deducted in Sales Invoice (backport #32412 )
2022-10-01 11:01:05 +05:30
Deepesh Garg
61d3370527
chore: Remove print statements
...
(cherry picked from commit bff3cd9068 )
2022-09-30 10:36:20 +00:00
Deepesh Garg
32456bff30
fix: Incorrect TCS amount deducted in Sales Invoice
...
(cherry picked from commit 08443c6421 )
2022-09-30 10:36:20 +00:00
Deepesh Garg
1aed76f778
fix: Item details fetching on making transaction from item dashboard
...
(cherry picked from commit 0439e41a44 )
# Conflicts:
# erpnext/stock/doctype/item/item.js
2022-09-30 10:27:36 +00:00
anandbaburajan
308c400c6a
chore: make linter happy
2022-09-30 15:33:34 +05:30
anandbaburajan
a9546dd01f
fix: mark attendance issue with relieving date
2022-09-30 15:27:03 +05:30
anandbaburajan
cb4fbd5432
fix: future attendance marking
2022-09-30 14:48:30 +05:30
anandbaburajan
6f8d62088e
fix: mark attendance issue with joining date
2022-09-30 14:46:57 +05:30
Anand Baburajan
5d66646fcd
Merge branch 'version-13-hotfix' into fix_asset_sold_status_v13
2022-09-29 22:49:10 +05:30
Sagar Sharma
6a58d15497
Merge pull request #32419 from frappe/mergify/bp/version-13-hotfix/pr-32404
...
fix(ux): show `Make Purchase Invoice` button based on permission (backport #32404 )
2022-09-29 17:16:15 +05:30
anandbaburajan
6b21deedae
chore: refactor by just using a filter
2022-09-29 15:37:04 +05:30
Sagar Sharma
7124328640
fix: show Make Purchase Invoice button based on permission
...
(cherry picked from commit 80080a3d7b )
2022-09-29 09:27:03 +00:00
anandbaburajan
430a4c98a0
chore: refactor by creating is_sold
2022-09-29 08:59:49 +05:30
Anand Baburajan
c65fb64578
Merge branch 'version-13-hotfix' into fix_asset_sold_status_v13
2022-09-28 21:36:48 +05:30
anandbaburajan
14ab9d9158
fix: asset requiring maintenance sold status
2022-09-28 21:25:42 +05:30
Deepesh Garg
1095052479
Merge pull request #32410 from frappe/mergify/bp/version-13-hotfix/pr-32403
...
fix: Disbursement Account in patch to update old loans (backport #32403 )
2022-09-28 20:13:45 +05:30
Deepesh Garg
b4a511cbb4
fix: Disbursement Account in patch to update old loans
...
(cherry picked from commit be623ce8e8 )
2022-09-28 14:06:42 +00:00
Frappe PR Bot
a77388d520
chore(release): Bumped to Version 13.39.2
...
## [13.39.2](https://github.com/frappe/erpnext/compare/v13.39.1...v13.39.2 ) (2022-09-28)
### Bug Fixes
* `For Quantity` error msg in `Stock Entry` ([a194d28 ](a194d28b69 ))
* Add return against indexes for POS Invoice ([9e8e7aa ](9e8e7aab70 ))
* Add return against indexes for POS Invoice ([6c528d4 ](6c528d469d ))
* allow to return expired batches using purchase return ([02468a9 ](02468a902f ))
* consider overproduction percentage for WO finish button ([ed4ac10 ](ed4ac100ba ))
* difference amount calculation on payment reconciliation ([d68cdb4 ](d68cdb4f5e ))
* don't count half day in absent days in Monthly Attendance Sheet summarized view ([#32399 ](https://github.com/frappe/erpnext/issues/32399 )) ([255aa7a ](255aa7a84a ))
* **e-invoicing:** local variable 'res' referenced before assignment ([#32352 ](https://github.com/frappe/erpnext/issues/32352 )) ([8f961ab ](8f961abe8b ))
* get amount in words for debit note ([0cd1cac ](0cd1cacc29 ))
* GST Itemised Sales Register GSTIN filter ([#32367 ](https://github.com/frappe/erpnext/issues/32367 )) ([988c5b9 ](988c5b95e6 ))
* item_code key error in production plan ([638d5e9 ](638d5e9dc3 ))
* Move subscription process to hourly long quque ([447c553 ](447c553954 ))
* opening entry causing discepancy between stock and trial balance ([70c68f0 ](70c68f011a ))
* POS only validate QTY if is_stock_item ([ac8100f ](ac8100f1e5 ))
* POS properly validate stock for bundle products ([96fa14b ](96fa14be88 ))
* Reduce font size for Process Statement of accounts print/pdf ([1cfeb93 ](1cfeb9371c ))
* remove no_copy for ignore_pricing_rule ([8abfdb6 ](8abfdb6598 ))
* total value in all keys ([80d046a ](80d046a38c ))
2022-09-28 10:10:58 +00:00
Deepesh Garg
eda6076a43
Merge pull request #32374 from frappe/version-13-hotfix
...
chore: release v13
2022-09-28 15:39:01 +05:30
Deepesh Garg
0b2405bbdf
Merge pull request #32395 from frappe/mergify/bp/version-13-hotfix/pr-32379
...
fix: POS only validate QTY if is_stock_item (backport #32379 )
2022-09-28 15:12:47 +05:30
Rucha Mahabal
255aa7a84a
fix: don't count half day in absent days in Monthly Attendance Sheet summarized view ( #32399 )
2022-09-28 15:02:21 +05:30
Deepesh Garg
a604eed1b9
chore: Resolve conflicts
2022-09-28 14:49:25 +05:30
Maharshi Patel
96fa14be88
fix: POS properly validate stock for bundle products
...
Stock availability was not calculated properly for Product Bundle with non stock item so i have added logic to properly calculate that as well.
(cherry picked from commit e392ea1104 )
# Conflicts:
# erpnext/selling/page/point_of_sale/pos_item_details.js
2022-09-28 08:16:02 +00:00
Maharshi Patel
ac8100f1e5
fix: POS only validate QTY if is_stock_item
...
POS invoice raised " Item not available " validation error even though item is non_stock.
(cherry picked from commit e39e088f18 )
2022-09-28 08:16:00 +00:00
Deepesh Garg
07cc05785e
Merge pull request #32386 from frappe/mergify/bp/version-13-hotfix/pr-32382
...
fix: Move subscription process to hourly long queue (backport #32382 )
2022-09-28 10:39:08 +05:30
Deepesh Garg
f03fbc0e6d
chore: Resolve conflicts
2022-09-28 08:10:37 +05:30
Deepesh Garg
447c553954
fix: Move subscription process to hourly long quque
...
(cherry picked from commit 82a2f31ada )
# Conflicts:
# erpnext/hooks.py
2022-09-27 18:09:32 +00:00
Deepesh Garg
b2e9dccc8c
Merge pull request #32384 from frappe/mergify/bp/version-13-hotfix/pr-32378
...
fix: Add return against indexes for POS Invoice (backport #32378 )
2022-09-27 23:34:50 +05:30
Deepesh Garg
9e8e7aab70
fix: Add return against indexes for POS Invoice
...
(cherry picked from commit cbfe28286a )
2022-09-27 16:52:59 +00:00
Deepesh Garg
6c528d469d
fix: Add return against indexes for POS Invoice
...
(cherry picked from commit 1f6205e1ea )
2022-09-27 16:52:59 +00:00
Maharshi Patel
988c5b95e6
fix: GST Itemised Sales Register GSTIN filter ( #32367 )
...
fix: GST Itemised Sales Register GSTIN filte
2022-09-27 22:21:14 +05:30
Sagar Sharma
1f2887d601
Merge pull request #32381 from frappe/mergify/bp/version-13-hotfix/pr-32377
...
fix: consider overproduction percentage for WO finish button (backport #32377 )
2022-09-27 18:51:37 +05:30
Sagar Sharma
ed4ac100ba
fix: consider overproduction percentage for WO finish button
...
(cherry picked from commit 05392e0918 )
2022-09-27 12:15:43 +00:00
Sagar Sharma
a194d28b69
fix: For Quantity error msg in Stock Entry
...
(cherry picked from commit 9049db41ae )
2022-09-27 12:15:42 +00:00
rohitwaghchaure
3217924242
Merge pull request #32373 from frappe/mergify/bp/version-13-hotfix/pr-32370
...
fix: Not allowing to return expired batches using purchase return (backport #32370 )
2022-09-27 14:44:30 +05:30
Rohit Waghchaure
02468a902f
fix: allow to return expired batches using purchase return
...
(cherry picked from commit a4a86ee23f )
2022-09-27 08:51:26 +00:00
Maharshi Patel
a13eecc961
fix: SEZ Without Payment of Tax don't add tax rows
...
taxes were added even when gst_category was SEZ and export_type was Without Payment of Tax
2022-09-27 13:40:04 +05:30
rohitwaghchaure
776ee53a25
Merge pull request #32358 from frappe/mergify/bp/version-13-hotfix/pr-32346
...
refactor: rewrite `Item Price Stock Report` queries in `QB` (backport #32346 )
2022-09-27 10:44:05 +05:30
rohitwaghchaure
ddf5565c67
Merge pull request #32366 from frappe/mergify/bp/version-13-hotfix/pr-32339
...
fix: opening entry causing discrepancy between stock and trial balance (backport #32339 )
2022-09-27 09:57:01 +05:30
Maharshi Patel
4152a9f026
Merge branch 'version-13-hotfix' into fix-payment-reconciliation-jv-cost-center
2022-09-26 23:03:39 +05:30
Saqib Ansari
8f961abe8b
fix(e-invoicing): local variable 'res' referenced before assignment ( #32352 )
2022-09-26 22:42:07 +05:30
Rohit Waghchaure
70c68f011a
fix: opening entry causing discepancy between stock and trial balance
...
(cherry picked from commit bc3ab45af2 )
2022-09-26 15:03:48 +00:00
Sagar Sharma
9066009e89
Merge branch 'version-13-hotfix' into mergify/bp/version-13-hotfix/pr-32346
2022-09-26 18:18:41 +05:30
Sagar Sharma
9332e7f96f
Merge pull request #32360 from frappe/mergify/bp/version-13-hotfix/pr-32347
...
refactor: rewrite `Incorrect Stock Value Report` queries in `QB` (backport #32347 )
2022-09-26 18:18:01 +05:30
Sagar Sharma
d6a335e59f
refactor: rewrite Incorrect Stock Value Report queries in QB
...
(cherry picked from commit b93331e844 )
2022-09-26 11:40:21 +00:00
Sagar Sharma
a66002f774
refactor: rewrite Item Price Stock Report queries in QB
...
(cherry picked from commit 22299d2382 )
2022-09-26 11:39:24 +00:00
ruthra kumar
6eb3428f8e
Merge pull request #32348 from frappe/mergify/bp/version-13-hotfix/pr-32303
...
fix: difference amount calculation and popup on payment reconciliation (backport #32303 )
2022-09-26 14:18:09 +05:30
ruthra kumar
d158784472
Merge pull request #32350 from frappe/mergify/bp/version-13-hotfix/pr-32310
...
fix: total value in all keys (backport #32310 )
2022-09-26 12:05:04 +05:30
nishibakabeer
80d046a38c
fix: total value in all keys
...
Gross and net profit report showing wrong values in monthly quarterly and half yearly filters which is the total value
@ruthra-kumar added in develop branch as suggested ( https://github.com/frappe/erpnext/pull/32020 )
(cherry picked from commit 6919f389aa )
2022-09-26 06:03:15 +00:00
ruthra kumar
d68cdb4f5e
fix: difference amount calculation on payment reconciliation
...
(cherry picked from commit 122d5f2729 )
2022-09-26 10:36:08 +05:30
Maharshi Patel
9f988910b5
fix: payment reconciliation tool consider cost_center for JV
...
We need to consider cost center in all four cases of get_conditions. I have removed check in if statement for get_invoices, get_payments, get_return_invoices as it is not required.
2022-09-25 23:24:59 +05:30
Deepesh Garg
09cd480c81
Merge pull request #32333 from frappe/mergify/bp/version-13-hotfix/pr-32117
...
fix: Reduce font size for Process Statement of accounts print/pdf (backport #32117 )
2022-09-25 17:20:57 +05:30
Sagar Sharma
4777991a74
Merge pull request #32338 from frappe/mergify/bp/version-13-hotfix/pr-32324
...
refactor: rewrite `Production Planning Report` queries in `QB` (backport #32324 )
2022-09-23 10:38:20 +05:30
Sagar Sharma
1301a6ff7f
refactor: rewrite Production Planning Report queries in QB
...
(cherry picked from commit 8417b9b99c )
2022-09-23 04:20:42 +00:00
Sagar Sharma
a6a5f63af2
Merge pull request #32328 from s-aga-r/backport/v13-h/32309
...
fix: item_code key error in production plan (backport #32309 )
2022-09-23 09:48:25 +05:30
Deepesh Garg
1cfeb9371c
fix: Reduce font size for Process Statement of accounts print/pdf
...
(cherry picked from commit 6bfd193b0d )
2022-09-22 19:38:55 +00:00
Rohit Waghchaure
638d5e9dc3
fix: item_code key error in production plan
2022-09-22 18:09:12 +05:30
Sagar Sharma
b4ee72e15e
Merge pull request #32316 from s-aga-r/backport/v13-h/32304
...
refactor: rewrite `Exponential Smoothing Forecasting` queries in `QB` (backport #32304 )
2022-09-22 11:16:22 +05:30
Sagar Sharma
2a9b519773
Merge branch 'version-13-hotfix' into backport/v13-h/32304
2022-09-22 01:32:20 +05:30
Sagar Sharma
57136fa921
Merge pull request #32315 from s-aga-r/backport/v13-h/32153
...
refactor: rewrite Work Order Stock Report queries in QB (backport #32153 )
2022-09-22 01:31:18 +05:30
Sagar Sharma
882542c2d5
Merge branch 'version-13-hotfix' into backport/v13-h/32153
2022-09-22 01:31:04 +05:30
Sagar Sharma
0a4025e7e0
Merge pull request #32314 from s-aga-r/backport/v13-h/32161
...
refactor: rewrite Process Loss Report queries in QB (backport #32161 )
2022-09-22 01:30:40 +05:30
Sagar Sharma
54dfd50391
refactor: rewrite Exponential Smoothing Forecasting queries in QB
2022-09-21 21:27:04 +05:30
Sagar Sharma
45d02ceb4e
refactor: rewrite Work Order Stock Report queries in QB
2022-09-21 21:20:03 +05:30
Sagar Sharma
f72bb18da7
refactor: rewrite Process Loss Report queries in QB
2022-09-21 21:13:10 +05:30
Deepesh Garg
f371008cd9
Merge pull request #32293 from frappe/mergify/bp/version-13-hotfix/pr-32284
...
fix: remove no_copy for ignore_pricing_rule (backport #32284 )
2022-09-21 16:41:25 +05:30
Deepesh Garg
82e5a784cb
Merge branch 'version-13-hotfix' into mergify/bp/version-13-hotfix/pr-32284
2022-09-21 13:08:41 +05:30
Deepesh Garg
d267372334
Merge pull request #32299 from frappe/mergify/bp/version-13-hotfix/pr-32296
...
fix: get amount in words for debit note (backport #32296 )
2022-09-21 13:07:39 +05:30
Sagar Sharma
92c7d074dd
Merge pull request #32307 from s-aga-r/backport/13/refactor/report/exponential-smoothing-forecasting
...
refactor: rewrite `BOM Variance Report` queries in `QB` (backport #32297 )
2022-09-21 12:42:10 +05:30
Sagar Sharma
cedc8d28e4
refactor: rewrite BOM Variance Report queries in QB
2022-09-21 12:13:05 +05:30
Frappe PR Bot
be4fdca6c7
chore(release): Bumped to Version 13.39.1
...
## [13.39.1](https://github.com/frappe/erpnext/compare/v13.39.0...v13.39.1 ) (2022-09-20)
### Bug Fixes
* Add child table for tax withheld vouchers ([4165fee ](4165fee6a7 ))
* Change Department fieldtype to Link in Leave Balance Report ([#32252 ](https://github.com/frappe/erpnext/issues/32252 )) ([e2e69dc ](e2e69dced7 ))
* dont show zero qty available items in stock ageing report ([37dbc70 ](37dbc7043a ))
* fetch description only if empty on the payment schedule ([07a7fdb ](07a7fdbe6c ))
* Fetch vouchers to show in Invoice ([51d7c0b ](51d7c0bfe4 ))
* incorrect gl if tax on multi currency payment entry ([d9d6a07 ](d9d6a07bbb ))
* item wise sales register taxes and charges ([e65990e ](e65990eb34 ))
* make `po_detail` or `sco_rm_detail` mandatory for SE `Send to Subcontractor` ([0329642 ](0329642116 ))
* Parent Level project linkning on creating PO from project ([3c3e3cf ](3c3e3cfcf8 ))
* pending accrual entries ([ef86b43 ](ef86b437cb ))
* production plan pending-qty ([2dcb35d ](2dcb35da33 ))
* remove return pos from pos reconciliation tool ([e9bf74e ](e9bf74e589 ))
* TDS deduction via journal entry ([ca0cce7 ](ca0cce7599 ))
* use default supplier currency if default supplier is enabled ([3c10e50 ](3c10e5066a ))
* warehouse filter in `BOM Stock Calculated Report` ([96bf1e2 ](96bf1e2a0a ))
2022-09-20 19:12:47 +00:00
Deepesh Garg
2694438163
Merge pull request #32291 from frappe/version-13-hotfix
...
chore: release v13
2022-09-21 00:41:03 +05:30
Deepesh Garg
d0bd78ddcd
Merge pull request #32289 from frappe/mergify/bp/version-13-hotfix/pr-32204
...
fix(UX): More predictable tax withholding application in invoices (backport #32204 )
2022-09-21 00:11:37 +05:30
Deepesh Garg
e2912caeae
chore: Handle edge cases
2022-09-20 23:50:16 +05:30
Sagar Sharma
6f9c2e6c80
Merge pull request #32302 from frappe/mergify/bp/version-13-hotfix/pr-32295
...
refactor: rewrite `BOM Stock Report` queries in `QB` (backport #32295 )
2022-09-20 23:10:19 +05:30
Sagar Sharma
96bf1e2a0a
fix: warehouse filter in BOM Stock Calculated Report
...
(cherry picked from commit 390ce5719d )
2022-09-20 17:37:41 +00:00
Sagar Sharma
1f633b293d
refactor: rewrite BOM Stock Report queries in QB
...
(cherry picked from commit 8fd7c04920 )
2022-09-20 17:37:40 +00:00
ruthra kumar
0cd1cacc29
fix: get amount in words for debit note
...
(cherry picked from commit 70f6484d9d )
2022-09-20 12:43:45 +00:00
Deepesh Garg
21154c8bee
chore: fix tests
2022-09-20 17:52:37 +05:30
ruthra kumar
9270e58969
Merge pull request #32277 from frappe/remove_return_pos_from_reconciliation_tool
...
fix: remove return pos from pos reconciliation tool
2022-09-20 17:20:25 +05:30
Deepesh Garg
de8f44bbff
chore: Resolve conflicts
2022-09-20 16:42:30 +05:30
ruthra kumar
e9bf74e589
fix: remove return pos from pos reconciliation tool
2022-09-20 16:41:28 +05:30
Maharshi Patel
8abfdb6598
fix: remove no_copy for ignore_pricing_rule
...
(cherry picked from commit 8c5b420aea )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json
# erpnext/buying/doctype/purchase_order/purchase_order.json
# erpnext/selling/doctype/quotation/quotation.json
# erpnext/stock/doctype/purchase_receipt/purchase_receipt.json
2022-09-20 10:49:59 +00:00
Nabin Hait
305693b562
Merge pull request #32281 from maharshivpatel/fix-item-wise-sales-register-v13
...
fix: item wise sales register taxes and charges
2022-09-20 14:56:23 +05:30
Deepesh Garg
794eeebabc
chore: resolve conflicts
2022-09-20 14:48:06 +05:30
Deepesh Garg
75768d780f
Merge pull request #32282 from frappe/mergify/bp/version-13-hotfix/pr-32217
...
fix: incorrect gl if tax on multi currency payment entry (backport #32217 )
2022-09-20 14:39:37 +05:30
Deepesh Garg
fe252b48f7
chore: fix tests
...
(cherry picked from commit 9aa1f84d45 )
2022-09-20 09:07:06 +00:00
Deepesh Garg
ca0cce7599
fix: TDS deduction via journal entry
...
(cherry picked from commit 36d0906ea2 )
2022-09-20 09:07:05 +00:00
Deepesh Garg
e07fd46a46
test: Add tests
...
(cherry picked from commit b6184ce471 )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json
2022-09-20 09:07:04 +00:00
Deepesh Garg
51d7c0bfe4
fix: Fetch vouchers to show in Invoice
...
(cherry picked from commit 3fb1595a4e )
2022-09-20 09:07:03 +00:00
Deepesh Garg
4165fee6a7
fix: Add child table for tax withheld vouchers
...
(cherry picked from commit 246c1a9380 )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json
2022-09-20 09:07:02 +00:00
Deepesh Garg
d251ef9ce5
Merge pull request #32279 from frappe/mergify/bp/version-13-hotfix/pr-32235
...
fix: fetch description only if empty on the payment schedule (backport #32235 )
2022-09-20 14:35:35 +05:30
Sagar Sharma
afda4bdb17
Merge pull request #32286 from frappe/mergify/bp/version-13-hotfix/pr-32280
...
refactor: rewrite `Item Shortage Report` queries in QB (backport #32280 )
2022-09-20 11:43:41 +05:30
Sagar Sharma
c4452360da
test: add test cases for Item Shortage Report
...
(cherry picked from commit 3dc754cac2 )
2022-09-20 05:45:29 +00:00
Sagar Sharma
13527d6154
refactor: rewrite Item Shortage Report queries in QB
...
(cherry picked from commit f0a78aa559 )
2022-09-20 05:45:28 +00:00
ruthra kumar
5c0a46110e
test: gl entries of payments with advance tax
...
(cherry picked from commit 5bd5dd7262 )
2022-09-20 11:09:37 +05:30
ruthra kumar
d9d6a07bbb
fix: incorrect gl if tax on multi currency payment entry
...
(cherry picked from commit f0ae77b23b )
2022-09-20 04:30:42 +00:00
Maharshi Patel
e65990eb34
fix: item wise sales register taxes and charges
...
I have added a separate column for other charges. Instead of adding all values to tax_total, it checks if account_type is tax, and then only it adds to total_tax otherwise it adds to the total_other_charges.
2022-09-20 09:47:47 +05:30
Maharshi Patel
07a7fdbe6c
fix: fetch description only if empty on the payment schedule
...
added fetch_if_empty on description field of payment_schedule.
(cherry picked from commit f4b64686ae )
2022-09-20 03:44:50 +00:00
Sagar Sharma
2fca8b541e
Merge pull request #32261 from frappe/mergify/bp/version-13-hotfix/pr-32250
...
fix: make `po_detail` or `sco_rm_detail` mandatory for SE Send to Subcontractor (backport #32250 )
2022-09-19 19:53:57 +05:30
Sagar Sharma
7fc460bb32
Merge branch 'version-13-hotfix' into mergify/bp/version-13-hotfix/pr-32250
2022-09-19 19:22:31 +05:30
Solufyin
e2e69dced7
fix: Change Department fieldtype to Link in Leave Balance Report ( #32252 )
...
Co-authored-by: Nihantra C. Patel <n.patel.serpentcs@gmail.com >
2022-09-19 15:42:05 +05:30
Deepesh Garg
5e49b6ea0f
Merge pull request #32269 from frappe/mergify/bp/version-13-hotfix/pr-32251
...
fix: use default supplier currency if default supplier is enabled (backport #32251 )
2022-09-19 15:20:44 +05:30
Ritwik Puri
2e3445fad9
chore: patch for removing stale values in Naming Series ( #32271 )
2022-09-19 13:35:08 +05:30
ruthra kumar
3c10e5066a
fix: use default supplier currency if default supplier is enabled
...
(cherry picked from commit 77fdc37cb7 )
2022-09-19 07:32:58 +00:00
Sagar Sharma
e8d2e49155
Merge branch 'version-13-hotfix' into mergify/bp/version-13-hotfix/pr-32250
2022-09-18 20:30:21 +05:30
Deepesh Garg
5690e9771a
Merge pull request #32256 from frappe/mergify/bp/version-13-hotfix/pr-32244
...
fix: Parent Level project linkning on creating PO from project (backport #32244 )
2022-09-18 19:41:57 +05:30
Sagar Sharma
ec6cac8043
chore: conflicts
2022-09-18 16:38:09 +05:30
Sagar Sharma
0329642116
fix: make po_detail or sco_rm_detail mandatory for SE Send to Subcontractor
...
(cherry picked from commit b90875575c )
# Conflicts:
# erpnext/stock/doctype/stock_entry/stock_entry.py
2022-09-18 09:25:10 +00:00
Deepesh Garg
3c3e3cfcf8
fix: Parent Level project linkning on creating PO from project
...
(cherry picked from commit 93e134aab0 )
2022-09-17 15:00:56 +00:00
Sagar Sharma
7c4f5fa5c5
Merge pull request #32241 from frappe/mergify/bp/version-13-hotfix/pr-32236
...
fix: production plan pending-qty (backport #32236 )
2022-09-16 20:43:28 +05:30
Sagar Sharma
367e05f808
test: update test case for production plan pending-qty
...
(cherry picked from commit bd6af7c613 )
2022-09-16 13:00:59 +00:00
Sagar Sharma
2dcb35da33
fix: production plan pending-qty
...
(cherry picked from commit 5be7d42dfd )
2022-09-16 13:00:58 +00:00
Sagar Sharma
94732479f5
Merge pull request #32237 from frappe/mergify/bp/version-13-hotfix/pr-32233
...
refactor: rewrite Production Plan queries in QB (backport #32233 )
2022-09-16 17:35:38 +05:30
Sagar Sharma
b4dec4630d
chore: conflicts
2022-09-16 17:08:35 +05:30
Sagar Sharma
c415a47d25
refactor: rewrite Production Plan queries in QB
...
(cherry picked from commit b8cf3b4c77 )
# Conflicts:
# erpnext/manufacturing/doctype/production_plan/production_plan.py
2022-09-16 09:30:11 +00:00
rohitwaghchaure
1e0cc65c61
Merge pull request #32220 from frappe/mergify/bp/version-13-hotfix/pr-31681
...
fix: dont show zero qty available items in stock ageing report (backport #31681 )
2022-09-15 12:39:22 +05:30
Rohit Waghchaure
37dbc7043a
fix: dont show zero qty available items in stock ageing report
...
(cherry picked from commit 5da7e01db2 )
2022-09-15 06:01:10 +00:00
Deepesh Garg
0e88496607
Merge pull request #32209 from frappe/mergify/bp/version-13-hotfix/pr-32208
...
fix: Loans pending accrual entries (backport #32208 )
2022-09-14 15:34:10 +05:30
Abhinav Raut
ef86b437cb
fix: pending accrual entries
...
(cherry picked from commit f2209045f8 )
2022-09-14 08:45:27 +00:00
Frappe PR Bot
47aa191004
chore(release): Bumped to Version 13.39.0
...
# [13.39.0](https://github.com/frappe/erpnext/compare/v13.38.0...v13.39.0 ) (2022-09-13)
### Bug Fixes
* add missing warehouse filter in BOM Stock Calculated report ([ab32c09 ](ab32c09ff9 ))
* calculate amount based on payment days for statistical components too ([3f99522 ](3f99522764 ))
* conflict ([6f2a567 ](6f2a567c95 ))
* linter ([e177f1e ](e177f1e51b ))
* Loan amount post write off ([e78a767 ](e78a7679a4 ))
* option to start reposting from repost item valuation ([a1826f2 ](a1826f215a ))
* pick_list - picked qty getting set to 1 ([3256e2b ](3256e2b8b7 ))
* Purchase Order creation from Sales Order ([d79aacd ](d79aacd1cb ))
* Rate for internal PI have non stock UOM items ([638d6b7 ](638d6b7177 ))
* reposting not working for internal transferred purchase receipt ([bb41d8b ](bb41d8bc47 ))
* require barcode item barcode ([#32112 ](https://github.com/frappe/erpnext/issues/32112 )) ([44c3a32 ](44c3a322d3 )), closes [#31957 ](https://github.com/frappe/erpnext/issues/31957 )
* required_qty in BOM Stock Calculated report ([f2e63bc ](f2e63bc491 ))
* **Salary Slip:** set default amount to 0 if None ([#32184 ](https://github.com/frappe/erpnext/issues/32184 )) ([d29a033 ](d29a033c09 ))
### Features
* Ability to manually update loan amount in Salary Slips ([ac320e4 ](ac320e4d55 ))
2022-09-13 11:15:15 +00:00
Deepesh Garg
5840913320
Merge pull request #32200 from frappe/version-13-hotfix
...
chore: release v13
2022-09-13 16:43:21 +05:30
Deepesh Garg
b7b0076743
Merge pull request #32194 from deepeshgarg007/loan_amount_post_write_off
...
fix: Loan amount post write off
2022-09-13 13:41:21 +05:30
Deepesh Garg
ef5dd1d693
Merge pull request #32165 from frappe/mergify/bp/version-13-hotfix/pr-32144
...
fix: Rate for internal PI have non stock UOM items (backport #32144 )
2022-09-13 12:02:12 +05:30
Deepesh Garg
a53b40ba93
chore: Remove print
2022-09-13 12:00:06 +05:30
Deepesh Garg
e78a7679a4
fix: Loan amount post write off
2022-09-13 11:53:11 +05:30
Deepesh Garg
6a5beecb36
Merge branch 'version-13-hotfix' into mergify/bp/version-13-hotfix/pr-32144
2022-09-13 09:39:37 +05:30
Rucha Mahabal
2b900e2f0e
Merge pull request #32187 from ruchamahabal/stat-comp-pd
...
fix: calculate amount based on payment days for statistical components too
2022-09-13 02:09:39 +05:30
Rucha Mahabal
bc14dbbcad
refactor(tests): add a test utility file for commonly used functions in tests
2022-09-13 01:42:27 +05:30
Rucha Mahabal
f4e53a5c91
test: statistical component based on payment days
2022-09-13 00:59:59 +05:30
Rucha Mahabal
3f99522764
fix: calculate amount based on payment days for statistical components too
2022-09-13 00:59:03 +05:30
Sagar Sharma
81dd9722fe
Merge pull request #32179 from Havenir/fix-picklist-picked-qty
...
fix: pick_list - picked qty getting set to 1
2022-09-12 22:19:26 +05:30
Sagar Sharma
9c5d335360
Merge pull request #32186 from frappe/mergify/bp/version-13-hotfix/pr-32150
...
refactor: BOM Stock Calculated report, fix required-qty (backport #32150 )
2022-09-12 19:48:38 +05:30
Sagar Sharma
c5c28615f5
test: add test cases for BOM Stock Calculated report
...
(cherry picked from commit e1a98c1ff7 )
2022-09-12 13:52:31 +00:00
Sagar Sharma
ab32c09ff9
fix: add missing warehouse filter in BOM Stock Calculated report
...
(cherry picked from commit 7a968a5f0d )
2022-09-12 13:52:30 +00:00
Sagar Sharma
f2e63bc491
fix: required_qty in BOM Stock Calculated report
...
(cherry picked from commit 56192daabf )
2022-09-12 13:52:30 +00:00
Sagar Sharma
882aa96973
refactor: BOM Stock Calculated report
...
(cherry picked from commit 723fa9eebc )
2022-09-12 13:52:29 +00:00
Rucha Mahabal
d29a033c09
fix(Salary Slip): set default amount to 0 if None ( #32184 )
2022-09-12 19:21:58 +05:30
Deepesh Garg
b3125a56ed
Merge pull request #32178 from deepeshgarg007/manual_update_loan_amount
...
feat: Ability to manually update loan amount in Salary Slips
2022-09-12 17:41:02 +05:30
rohitwaghchaure
adfc57487b
Merge pull request #32167 from frappe/mergify/bp/version-13-hotfix/pr-32118
...
fix: option to start reposting from repost item valuation (backport #32118 )
2022-09-12 16:16:26 +05:30
Deepesh Garg
ac320e4d55
feat: Ability to manually update loan amount in Salary Slips
2022-09-12 15:05:42 +05:30
Ahmad
3256e2b8b7
fix: pick_list - picked qty getting set to 1
2022-09-12 14:23:44 +05:00
mergify[bot]
b4ec4ccc56
chore: correct license text for GPLv3 (backport #32170 ) ( #32172 )
...
* chore: correct license text for GPLv3 (#32170 )
[skip ci]
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-09-12 14:00:14 +05:30
Rohit Waghchaure
a1826f215a
fix: option to start reposting from repost item valuation
...
(cherry picked from commit f1c4aea7b5 )
2022-09-12 06:44:59 +00:00
Deepesh Garg
181c0acf99
Merge pull request #32127 from SolufyPrivateLimited/Solufy-so-to-po-v13
...
fix: Purchase Order creation from Sales Order
2022-09-12 09:25:24 +05:30
Deepesh Garg
638d6b7177
fix: Rate for internal PI have non stock UOM items
...
(cherry picked from commit 0f655e4430 )
2022-09-12 03:40:23 +00:00
rohitwaghchaure
f5132411eb
Merge pull request #32152 from frappe/mergify/bp/version-13-hotfix/pr-32135
...
fix: reposting not working for internal transferred purchase receipt (backport #32135 )
2022-09-10 23:29:56 +05:30
rohitwaghchaure
e177f1e51b
fix: linter
2022-09-10 23:01:48 +05:30
rohitwaghchaure
6f2a567c95
fix: conflict
2022-09-10 16:41:39 +05:30
Rohit Waghchaure
bb41d8bc47
fix: reposting not working for internal transferred purchase receipt
...
(cherry picked from commit a03b4ce213 )
# Conflicts:
# erpnext/stock/doctype/purchase_receipt/test_purchase_receipt.py
2022-09-09 17:13:21 +00:00
Nihantra C. Patel
d79aacd1cb
fix: Purchase Order creation from Sales Order
2022-09-08 13:51:11 +05:30
Sagar Sharma
44c3a322d3
fix: require barcode item barcode ( #32112 )
...
fix: require barcode item barcode. (#31957 )
* fix: require barcode item barcode.
* fix: make supplier mandatory in Item Supplier DocType
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
Co-authored-by: Devin Slauenwhite <devin.slauenwhite@gmail.com >
2022-09-07 14:24:53 +05:30
Frappe PR Bot
2af489d69d
chore(release): Bumped to Version 13.38.0
...
# [13.38.0](https://github.com/frappe/erpnext/compare/v13.37.0...v13.38.0 ) (2022-09-06)
### Bug Fixes
* consider Stock Entry purpose while getting total supplied qty ([8964612 ](8964612b8e ))
* force delete old report docs (backport [#32026 ](https://github.com/frappe/erpnext/issues/32026 )) ([#32028 ](https://github.com/frappe/erpnext/issues/32028 )) ([0f1f67d ](0f1f67dcae ))
* incorrect import parameter for cancel PDA ([814dd36 ](814dd36a3e ))
* key error on consolidated financial report ([20919c8 ](20919c8626 ))
* KSA VAT report multi currency amount issue ([56d8962 ](56d8962e40 ))
* Loan Interest accruals for 0 rated loans ([a369852 ](a3698524ca ))
* lost quotation not to expired ([ea995de ](ea995de4a3 ))
* Naming series in Journal Entry Template ([66cb3fd ](66cb3fd63f ))
* **pos:** error while consolidating pos invoices ([0527393 ](0527393b09 ))
* QR Code multi currency issue ([b10a2b8 ](b10a2b87b6 ))
### Features
* better Item Price list view ([#31954 ](https://github.com/frappe/erpnext/issues/31954 )) ([25d2847 ](25d2847881 ))
2022-09-06 16:05:26 +00:00
Deepesh Garg
bb1c450c33
Merge pull request #32104 from frappe/version-13-hotfix
...
chore: release v13
2022-09-06 21:33:13 +05:30
Sagar Sharma
5707118d58
Merge pull request #32099 from s-aga-r/fix/stock-entry/send-to-subcontractor
...
fix: consider Stock Entry purpose while getting total supplied qty
2022-09-06 15:49:38 +05:30
Sagar Sharma
8964612b8e
fix: consider Stock Entry purpose while getting total supplied qty
2022-09-06 13:04:03 +05:30
Deepesh Garg
514d280ee7
Merge pull request #32086 from Havenir/qr_code_multi_currency_issue
...
fix: QR Code multi currency issue
2022-09-05 12:42:43 +05:30
hamzaali15
b10a2b87b6
fix: QR Code multi currency issue
...
When try to scan qr code on app it is showing correct values for multi currencies because it is not getting base amount
2022-09-05 11:15:43 +05:00
Deepesh Garg
3664a12bb9
Merge pull request #32078 from frappe/mergify/bp/version-13-hotfix/pr-31954
...
feat: better Item Price list view (backport #31954 )
2022-09-04 18:15:13 +05:30
Deepesh Garg
0605cbf26b
Merge pull request #32076 from frappe/mergify/bp/version-13-hotfix/pr-32045
...
fix: Naming series in Journal Entry Template (backport #32045 )
2022-09-04 18:14:40 +05:30
HENRY Florian
25d2847881
feat: better Item Price list view ( #31954 )
...
* feat: better Item Price list view
(cherry picked from commit 86395c6adb )
2022-09-04 12:38:43 +00:00
Solufyin
66cb3fd63f
fix: Naming series in Journal Entry Template
...
(cherry picked from commit 2085626390 )
2022-09-04 11:04:44 +00:00
Deepesh Garg
d22104ad40
Merge pull request #32072 from frappe/mergify/bp/version-13-hotfix/pr-31822
...
fix(pos): error while consolidating pos invoices (backport #31822 )
2022-09-04 15:57:37 +05:30
Saqib Ansari
0527393b09
fix(pos): error while consolidating pos invoices
...
(cherry picked from commit 33762dbbac )
2022-09-04 07:56:06 +00:00
Deepesh Garg
741d6fcb9a
Merge pull request #32053 from Havenir/version-13-hotfix
...
fix: KSA VAT report multi currency amount issue
2022-09-04 13:12:21 +05:30
ruthra kumar
1870dbf9a8
Merge pull request #32059 from frappe/mergify/bp/version-13-hotfix/pr-32054
...
fix: type error on cancellation of Process Deferred Accounting (backport #32054 )
2022-09-02 17:10:01 +05:30
ruthra kumar
69a9724422
test: pda document submission and cancellation
...
(cherry picked from commit 1c385541fa )
2022-09-02 11:15:13 +00:00
ruthra kumar
814dd36a3e
fix: incorrect import parameter for cancel PDA
...
(cherry picked from commit 08f2e4edc3 )
2022-09-02 11:15:12 +00:00
ruthra kumar
17ad96998e
Merge pull request #32057 from frappe/mergify/bp/version-13-hotfix/pr-32052
...
fix: key error on consolidated financial report (backport #32052 )
2022-09-02 16:41:56 +05:30
ruthra kumar
20919c8626
fix: key error on consolidated financial report
...
accounts with same name but different account number will throw key
error on consolidated report
(cherry picked from commit 6e8395cccd )
2022-09-02 10:46:23 +00:00
hamzaali15
56d8962e40
fix: KSA VAT report multi currency amount issue
...
In KSA VAT report amount is not showing correctly for multi currencies because net_amount field is fetched instead of base_net_amount
2022-09-01 15:02:21 +05:00
Deepesh Garg
0a3ac82232
Merge pull request #32031 from frappe/mergify/bp/version-13-hotfix/pr-32030
...
fix: Loan Interest accruals for 0 rated loans (backport #32030 )
2022-08-31 21:04:27 +05:30
Deepesh Garg
b736df3f0b
Merge pull request #32036 from niyazrazak/patch-5
...
fix: lost quotation not to expired
2022-08-31 21:03:31 +05:30
MOHAMMED NIYAS
ea995de4a3
fix: lost quotation not to expired
...
code is merged in version-14 and conflict in version 13
2022-08-31 15:31:07 +05:30
Deepesh Garg
b7c94e38a6
chore: Add check for principal amount
...
(cherry picked from commit a76d3827ec )
2022-08-30 15:46:39 +00:00
Deepesh Garg
a3698524ca
fix: Loan Interest accruals for 0 rated loans
...
(cherry picked from commit eefc9b7172 )
2022-08-30 15:46:38 +00:00
mergify[bot]
0f1f67dcae
fix: force delete old report docs (backport #32026 ) ( #32028 )
...
fix: force delete old report docs (#32026 )
(cherry picked from commit ffa3071d36 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-08-30 15:45:47 +05:30
Frappe PR Bot
11b04acf8b
chore(release): Bumped to Version 13.37.0
...
# [13.37.0](https://github.com/frappe/erpnext/compare/v13.36.5...v13.37.0 ) (2022-08-30)
### Bug Fixes
* Add docstatus filter for voucher_no in Repost Item Valuation ([2cf2885 ](2cf2885470 ))
* Cash and non trade discount calculation ([20e9599 ](20e9599fc1 ))
* do not clear promotion/transfer details if doc is amended ([#32000 ](https://github.com/frappe/erpnext/issues/32000 )) ([074d484 ](074d484d3c ))
* filter leave types and render leave application dashboard w/o from date ([#32001 ](https://github.com/frappe/erpnext/issues/32001 )) ([7686c9e ](7686c9e450 ))
* Loan Write-off for term loans ([e64e812 ](e64e812679 ))
* **minor:** don't print tax rate if its '0' ([#31838 ](https://github.com/frappe/erpnext/issues/31838 )) ([a46dca5 ](a46dca57cb ))
* permissions for Task Type ([#32016 ](https://github.com/frappe/erpnext/issues/32016 )) ([1157bf8 ](1157bf887f ))
* **pos:** edge case while closing pos (backport [#31748 ](https://github.com/frappe/erpnext/issues/31748 )) ([#31893 ](https://github.com/frappe/erpnext/issues/31893 )) ([261405c ](261405cec1 ))
* Purposes not set ([edfaf99 ](edfaf99388 ))
* Route condition set for stock ledger (backport [#31935 ](https://github.com/frappe/erpnext/issues/31935 )) ([#31946 ](https://github.com/frappe/erpnext/issues/31946 )) ([34537c9 ](34537c9dc2 ))
* Set the condition to create a purchase receipt ([b4c992d ](b4c992dd4d ))
* Test cases ([7c85b48 ](7c85b487cd ))
### Features
* In BOM, Operation time can be fix (backport [#27063 ](https://github.com/frappe/erpnext/issues/27063 )) ([#31923 ](https://github.com/frappe/erpnext/issues/31923 )) ([c2b8d1b ](c2b8d1bd9a ))
2022-08-30 08:05:05 +00:00
Deepesh Garg
4c1156a816
Merge pull request #32023 from frappe/version-13-hotfix
...
chore: weekly version 13 release
2022-08-30 13:32:35 +05:30
Deepesh Garg
570729b73e
Merge pull request #32024 from frappe/mergify/bp/version-13-hotfix/pr-31838
...
fix(minor): don't print tax rate if its '0' (backport #31838 )
2022-08-30 13:32:16 +05:30
ruthra kumar
a46dca57cb
fix(minor): don't print tax rate if its '0' ( #31838 )
...
(cherry picked from commit 3b4c0a3fc0 )
2022-08-30 07:34:26 +00:00
Deepesh Garg
821c1cddfc
Merge pull request #32011 from deepeshgarg007/loan_write_off_salary_slip
...
fix: Loan Write-off for term loans
2022-08-30 11:36:09 +05:30
Deepesh Garg
8217c6dd9f
chore: Linting issues and test case fixes
2022-08-30 10:24:31 +05:30
Deepesh Garg
fc030a7de9
Merge pull request #32018 from frappe/mergify/bp/version-13-hotfix/pr-32016
...
fix: permissions for Task Type (backport #32016 )
2022-08-30 08:38:25 +05:30
Raffael Meyer
1157bf887f
fix: permissions for Task Type ( #32016 )
...
(cherry picked from commit 73f4d5931d )
2022-08-29 16:27:24 +00:00
Deepesh Garg
e64e812679
fix: Loan Write-off for term loans
2022-08-29 18:33:40 +05:30
Deepesh Garg
6025df97ef
Merge pull request #31931 from frappe/mergify/bp/version-13-hotfix/pr-31910
...
fix: Cash and non trade discount calculation (backport #31910 )
2022-08-29 15:06:00 +05:30
Deepesh Garg
4793adfefd
chore: rounded total for cash and non trade discounts
2022-08-29 14:02:18 +05:30
Rucha Mahabal
7686c9e450
fix: filter leave types and render leave application dashboard w/o from date ( #32001 )
2022-08-29 12:26:05 +05:30
Rucha Mahabal
074d484d3c
fix: do not clear promotion/transfer details if doc is amended ( #32000 )
2022-08-29 12:10:15 +05:30
Deepesh Garg
332e86af7e
Merge branch 'version-13-hotfix' into mergify/bp/version-13-hotfix/pr-31910
2022-08-28 17:32:41 +05:30
Deepesh Garg
8eded437d2
Merge pull request #31971 from frappe/mergify/bp/version-13-hotfix/pr-31955
...
chore: update french translation (backport #31955 )
2022-08-28 11:32:34 +05:30
Deepesh Garg
bef7f6114d
Merge pull request #31989 from frappe/mergify/bp/version-13-hotfix/pr-31988
...
chore: remove precision on discount_percentage of Sales Invoice Item (backport #31988 )
2022-08-28 11:32:14 +05:30
Deepesh Garg
4095a3dae2
chore: Resolve conflicts
2022-08-26 18:10:09 +05:30
ruthra kumar
0b40117bfd
chore: remove precision on discount_percentage of Sales Invoice Item
...
(cherry picked from commit c42fef541a )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice_item/sales_invoice_item.json
2022-08-26 10:34:31 +00:00
ruthra kumar
09de1cba92
Merge pull request #31972 from frappe/mergify/bp/version-13-hotfix/pr-31934
...
refactor: disable discount accounting on Buying module(PI) (backport #31934 )
2022-08-25 17:14:44 +05:30
ruthra kumar
51a40ad2fc
test: remove discount accounting tests
...
(cherry picked from commit 277ef04b60 )
2022-08-25 16:05:01 +05:30
mergify[bot]
261405cec1
fix(pos): edge case while closing pos (backport #31748 ) ( #31893 )
2022-08-25 14:50:24 +05:30
ruthra kumar
1ac9d7f43e
refactor: disable discount accounting on Buying module(PI)
...
(cherry picked from commit a956e20f29 )
2022-08-25 14:44:54 +05:30
Florian HENRY
69b3145be4
chore: update fr translation
...
(cherry picked from commit 299da5d596 )
2022-08-25 07:37:26 +00:00
Florian HENRY
5e1d367d7a
chore: update fr translation
...
(cherry picked from commit 1f6f2747d4 )
2022-08-25 07:37:25 +00:00
Florian HENRY
10f0baf6ad
chore: update french translation
...
(cherry picked from commit 264f98af14 )
2022-08-25 07:37:25 +00:00
Deepesh Garg
20694eb509
Merge pull request #31965 from frappe/mergify/bp/version-13-hotfix/pr-31909
...
fix: Add docstatus filter for voucher_no in Repost Item Valuation (backport #31909 )
2022-08-25 11:25:14 +05:30
HENRY Florian
c2b8d1bd9a
feat: In BOM, Operation time can be fix (backport #27063 ) ( #31923 )
...
* feat: In BOM Operation time can be fix (backport #27063 )
* chore: only changes necessary for feature
* chore: add test
* chore: linter
* chore: linter
* chore: linter
* chore: fix date in json
* chore: fix test order
* chore: revert test from version-13 not develop
* chore: make test ok
2022-08-25 11:14:35 +05:30
rohitwaghchaure
49bf05c1c2
Merge pull request #31962 from frappe/mergify/bp/version-13-hotfix/pr-31951
...
fix: Purposes not set in Maintenance Visit (backport #31951 )
2022-08-25 10:51:12 +05:30
Sagar Sharma
2cf2885470
fix: Add docstatus filter for voucher_no in Repost Item Valuation
...
(cherry picked from commit 520306dc87 )
2022-08-25 05:20:46 +00:00
Rohit Waghchaure
edfaf99388
fix: Purposes not set
...
(cherry picked from commit f9a7b31b5b )
2022-08-25 05:19:36 +00:00
Deepesh Garg
3a7a53ab72
Merge pull request #31919 from SolufyPrivateLimited/Solufy-pur_inv_docstatus
...
fix: Set the condition to create a purchase receipt
2022-08-25 10:35:14 +05:30
mergify[bot]
34537c9dc2
fix: Route condition set for stock ledger (backport #31935 ) ( #31946 )
...
fix: Route condition set for stock ledger (#31935 )
(cherry picked from commit 0e26df331c )
Co-authored-by: Solufyin <34390782+Solufyin@users.noreply.github.com >
2022-08-24 13:30:49 +05:30
Frappe PR Bot
f6248d0259
chore(release): Bumped to Version 13.36.5
...
## [13.36.5](https://github.com/frappe/erpnext/compare/v13.36.4...v13.36.5 ) (2022-08-23)
### Bug Fixes
* added employee name to call log ([476ded2 ](476ded2972 ))
* added field to show called group, user_id ([66578a5 ](66578a58cf ))
* added tests ([aa8a063 ](aa8a063103 ))
* added type of call select field, additional status for agent rejecting call ([b65bce8 ](b65bce8f98 ))
* call status fix ([ffb1196 ](ffb1196516 ))
* call type doctype, fixes ([b94154f ](b94154f00a ))
* Handle exception where no employee is returned ([baab96d ](baab96d02c ))
* incorrect buying amount in Gross Profit rpt ([6405a93 ](6405a9378d ))
* incorrect tax amt due to different exchange rate in PR and PI ([ba5ee1c ](ba5ee1ca96 ))
* interview rescheduling not working ([a482840 ](a4828407d0 ))
* limit pos recent order page result ([9751f10 ](9751f1060e ))
* linter, sider fixes ([b529627 ](b52962751c ))
* **minor:** save the employee doc on promotion/transfer update ([36130c6 ](36130c6292 ))
* process loan interest accrual ([acbed43 ](acbed434c2 ))
* Replace walrus operator ([23a4412 ](23a441252b ))
* sider fixes ([90ed14a ](90ed14a055 ))
* TDS calculation for advance payment ([a452143 ](a452143782 ))
* term loan interest calculation ([8dea238 ](8dea238d12 ))
* Update received_by if "to" is changed ([9263d5f ](9263d5ff4d ))
* used get_employees_with_number, strip_number methods ([3f46b2a ](3f46b2a0ce ))
2022-08-23 13:37:34 +00:00
Deepesh Garg
4e6ef5d6fa
Merge pull request #31939 from frappe/version-13-hotfix
...
chore: Weekly version 13 release
2022-08-23 19:05:53 +05:30
mergify[bot]
154adcbb58
chore: add Work Order test dependencies (backport #31936 ) ( #31938 )
...
chore: add Work Order test dependencies (#31936 )
(cherry picked from commit fe73d55f70 )
Co-authored-by: HENRY Florian <florian.henry@open-concept.pro >
2022-08-23 16:10:27 +05:30
Deepesh Garg
6a9d13ff28
chore: Linting issues
...
(cherry picked from commit 1cb7ae16ab )
2022-08-23 04:50:19 +00:00
Deepesh Garg
7c85b487cd
fix: Test cases
...
(cherry picked from commit ae3dce0cbd )
2022-08-23 04:50:18 +00:00
Deepesh Garg
20e9599fc1
fix: Cash and non trade discount calculation
...
(cherry picked from commit 3b15966cc9 )
2022-08-23 04:50:17 +00:00
Solufyin
b4c992dd4d
fix: Set the condition to create a purchase receipt
2022-08-22 12:00:21 +05:30
Suraj Shetty
d46ce05dcd
Merge pull request #31903 from frappe/exotel_fixes_v13
2022-08-22 10:52:18 +05:30
Deepesh Garg
6bc6681f92
Merge pull request #31825 from frappe/mergify/bp/version-13-hotfix/pr-31817
...
fix: limit pos recent order page result (backport #31817 )
2022-08-22 10:32:30 +05:30
Deepesh Garg
75d57c1f77
Merge pull request #31889 from frappe/mergify/bp/version-13-hotfix/pr-31871
...
fix: incorrect buying amount in Gross Profit rpt (backport #31871 )
2022-08-22 10:29:47 +05:30
Deepesh Garg
fc7285cc85
Merge pull request #31826 from frappe/mergify/bp/version-13-hotfix/pr-31799
...
fix: process loan interest accrual (backport #31799 )
2022-08-22 10:28:04 +05:30
Suraj Shetty
23a441252b
fix: Replace walrus operator
2022-08-22 09:49:15 +05:30
Deepesh Garg
474f34c04c
Merge pull request #31868 from frappe/mergify/bp/version-13-hotfix/pr-31856
...
fix: incorrect tax amt due to different exchange rate in PR and PI (backport #31856 )
2022-08-22 09:09:53 +05:30
Deepesh Garg
6606028062
Merge branch 'version-13-hotfix' into mergify/bp/version-13-hotfix/pr-31799
2022-08-22 09:00:14 +05:30
Deepesh Garg
f58427bffe
Merge pull request #31894 from maharshivpatel/fix-tax-withholding-advance-vouchers
...
fix: TDS calculation for advance payment
2022-08-22 08:58:59 +05:30
Suraj Shetty
89f889068e
style: Fix formatting
2022-08-20 14:19:15 +05:30
Suraj Shetty
9263d5ff4d
fix: Update received_by if "to" is changed
2022-08-20 14:15:54 +05:30
Suraj Shetty
4df197a282
test: Do not overwrite frappe.form_dict to retain proxy reference
...
Set frappe.local.form_dict instead
2022-08-20 14:14:16 +05:30
Suraj Shetty
b495969eb8
test: Clean up form_dict
...
To avoid failures like
https://github.com/frappe/erpnext/runs/5887687369?check_suite_focus=true#step:12:783
2022-08-20 14:14:10 +05:30
Suraj Shetty
5f4760985c
test: Fix used frappe._dict to avoid AttributeError down the line
...
ref: https://github.com/frappe/erpnext/runs/5816574721?check_suite_focus=true#step:12:880
2022-08-20 14:14:03 +05:30
Suraj Shetty
4a61840e39
test: Use FrappeAPITestCase to track coverage
2022-08-20 14:13:56 +05:30
Suraj Shetty
ca48b9de54
test: Fix erroneous code
2022-08-20 14:13:50 +05:30
Suraj Shetty
baab96d02c
fix: Handle exception where no employee is returned
2022-08-20 14:13:40 +05:30
Suraj Shetty
f5b967a947
chore: Remove unused code
...
- and simplify get_call_log
2022-08-20 14:13:24 +05:30
Suraj Shetty
06b1bcbf59
test: Refactor exotel test setup
...
- Remove unnecessary code
- Move test data to separate file
- Make proper test assertions
2022-08-20 14:12:17 +05:30
Subin Tom
aa8a063103
fix: added tests
2022-08-20 14:11:48 +05:30
Subin Tom
3f46b2a0ce
fix: used get_employees_with_number, strip_number methods
2022-08-20 14:10:18 +05:30
Subin Tom
b52962751c
fix: linter, sider fixes
2022-08-20 14:07:17 +05:30
Subin Tom
b94154f00a
fix: call type doctype, fixes
2022-08-20 14:06:52 +05:30
Subin Tom
90ed14a055
fix: sider fixes
2022-08-20 14:05:49 +05:30
Subin Tom
b65bce8f98
fix: added type of call select field, additional status for agent rejecting call
2022-08-20 14:05:27 +05:30
Subin Tom
66578a58cf
fix: added field to show called group, user_id
2022-08-20 14:04:01 +05:30
Subin Tom
476ded2972
fix: added employee name to call log
2022-08-20 14:03:40 +05:30
Subin Tom
ffb1196516
fix: call status fix
2022-08-20 14:03:14 +05:30
Maharshi Patel
a452143782
fix: TDS calculation for advance payment
...
"against_voucher": ["is", "not set"] was used in query due to which if TDS was added on "advance" payment vouchers and then reconciled against purchase invoice. it will not find those vouchers and consider this as first-time threshold due to which it will calculate Tax for all transactions.
2022-08-19 12:30:47 +05:30
ruthra kumar
6405a9378d
fix: incorrect buying amount in Gross Profit rpt
...
(cherry picked from commit 967dd398e7 )
2022-08-18 13:28:45 +00:00
Rucha Mahabal
2471ca58ee
Merge pull request #31884 from ruchamahabal/fix-promotion
2022-08-18 12:29:31 +05:30
Rucha Mahabal
a4828407d0
fix: interview rescheduling not working
2022-08-18 12:02:32 +05:30
Frappe PR Bot
bafa3ce150
chore(release): Bumped to Version 13.36.4
...
## [13.36.4](https://github.com/frappe/erpnext/compare/v13.36.3...v13.36.4 ) (2022-08-18)
### Bug Fixes
* check item_code in all rows of po_items (backport [#31741 ](https://github.com/frappe/erpnext/issues/31741 )) ([#31843 ](https://github.com/frappe/erpnext/issues/31843 )) ([ba8dc89 ](ba8dc8925f ))
* conflicts ([41b8563 ](41b8563b7a ))
* contact search in request for quotation (backport [#31828 ](https://github.com/frappe/erpnext/issues/31828 )) ([#31841 ](https://github.com/frappe/erpnext/issues/31841 )) ([2a615af ](2a615af00a ))
* incorrect produced-qty in production-plan-item (backport [#31706 ](https://github.com/frappe/erpnext/issues/31706 )) ([#31862 ](https://github.com/frappe/erpnext/issues/31862 )) ([7ddb332 ](7ddb332f47 ))
* incorrect rate in BOM exploded items (backport [#31513 ](https://github.com/frappe/erpnext/issues/31513 )) ([#31865 ](https://github.com/frappe/erpnext/issues/31865 )) ([3274e76 ](3274e7681d ))
* Make expense account editable in Purchase Receipt Item (backport [#31730 ](https://github.com/frappe/erpnext/issues/31730 )) ([#31879 ](https://github.com/frappe/erpnext/issues/31879 )) ([4775c42 ](4775c42593 ))
* not able to issue expired batches ([7ee75ff ](7ee75ff762 ))
* set `billing_address` for purchases in `get_party_details` ([a7d66fa ](a7d66fa352 ))
* set `company_address` for purchases in `party.js` ([d1de4b0 ](d1de4b027c ))
* Transit filter for Default Target Warehouse in SE (backport [#31839 ](https://github.com/frappe/erpnext/issues/31839 )) ([#31874 ](https://github.com/frappe/erpnext/issues/31874 )) ([b0917aa ](b0917aaf8a ))
* use old style for `_dict.update` ([15654aa](15654aae8b ))
2022-08-18 06:15:23 +00:00
Deepesh Garg
cff140db3d
Merge pull request #31880 from frappe/version-13-hotfix
...
chore: weekly version-13 release
2022-08-18 11:43:42 +05:30
Rucha Mahabal
36130c6292
fix(minor): save the employee doc on promotion/transfer update
2022-08-18 11:42:29 +05:30
mergify[bot]
4775c42593
fix: Make expense account editable in Purchase Receipt Item (backport #31730 ) ( #31879 )
...
* fix: Make expense account editable in Purchase Receipt Item (#31730 )
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
(cherry picked from commit 1a6508972e )
# Conflicts:
# erpnext/stock/doctype/purchase_receipt_item/purchase_receipt_item.json
* chore: conflicts
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
2022-08-18 11:15:26 +05:30
mergify[bot]
b0917aaf8a
fix: Transit filter for Default Target Warehouse in SE (backport #31839 ) ( #31874 )
...
fix: Transit filter for Default Target Warehouse in SE (#31839 )
(cherry picked from commit f1a612245c )
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
2022-08-17 17:25:31 +05:30
rohitwaghchaure
d349a337e1
Merge pull request #31866 from frappe/mergify/bp/version-13-hotfix/pr-31863
...
fix: not able to issue expired batches (backport #31863 )
2022-08-17 15:43:22 +05:30
ruthra kumar
ba5ee1ca96
fix: incorrect tax amt due to different exchange rate in PR and PI
...
(cherry picked from commit 5fd0770372 )
2022-08-17 09:40:36 +00:00
rohitwaghchaure
41b8563b7a
fix: conflicts
2022-08-17 14:47:47 +05:30
Rohit Waghchaure
7ee75ff762
fix: not able to issue expired batches
...
(cherry picked from commit 795c94384a )
# Conflicts:
# erpnext/stock/doctype/stock_entry/test_stock_entry.py
2022-08-17 09:16:37 +00:00
mergify[bot]
3274e7681d
fix: incorrect rate in BOM exploded items (backport #31513 ) ( #31865 )
...
* fix: incorrect rate in BOM exploded items (#31513 )
(cherry picked from commit 313625c349 )
# Conflicts:
# erpnext/manufacturing/doctype/bom_item/bom_item.json
* chore: conflicts
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
2022-08-17 14:39:15 +05:30
mergify[bot]
7ddb332f47
fix: incorrect produced-qty in production-plan-item (backport #31706 ) ( #31862 )
...
fix: incorrect produced-qty in production-plan-item (#31706 )
(cherry picked from commit 538cd6fdcf )
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
2022-08-17 13:49:51 +05:30
mergify[bot]
2a615af00a
fix: contact search in request for quotation (backport #31828 ) ( #31841 )
...
* fix: contact search in request for quotation (#31828 )
(cherry picked from commit e5e88bb9f1 )
# Conflicts:
# erpnext/buying/doctype/request_for_quotation/request_for_quotation.py
* chore: conflicts
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
2022-08-17 11:23:24 +05:30
mergify[bot]
ba8dc8925f
fix: check item_code in all rows of po_items (backport #31741 ) ( #31843 )
...
fix: check item_code in all rows of po_items (#31741 )
fix: check item-code in each row of po-items
(cherry picked from commit 0047e18a9b )
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
2022-08-17 11:21:47 +05:30
Sagar Vora
14891ccf18
Merge pull request #31792 from frappe/mergify/bp/version-13-hotfix/pr-31733
...
fix: set `billing_address` for purchases in `get_party_details` (backport #31733 )
2022-08-16 05:48:48 +00:00
Sagar Vora
15654aae8b
fix: use old style for _dict.update
2022-08-13 08:00:27 +00:00
Sagar Vora
d1de4b027c
fix: set company_address for purchases in party.js
...
(cherry picked from commit d05082987f )
2022-08-13 08:00:27 +00:00
Sagar Vora
a7d66fa352
fix: set billing_address for purchases in get_party_details
...
(cherry picked from commit a3625b3817 )
2022-08-13 08:00:27 +00:00
Abhinav Raut
8dea238d12
fix: term loan interest calculation
...
(cherry picked from commit 534d7ce64b )
2022-08-11 10:18:04 +00:00
Abhinav Raut
acbed434c2
fix: process loan interest accrual
...
(cherry picked from commit 9ef8d5c5c3 )
2022-08-11 10:18:04 +00:00
ruthra kumar
9751f1060e
fix: limit pos recent order page result
...
(cherry picked from commit bb40e38451 )
2022-08-11 08:40:05 +00:00
Frappe PR Bot
c15cff05b0
chore(release): Bumped to Version 13.36.3
...
## [13.36.3](https://github.com/frappe/erpnext/compare/v13.36.2...v13.36.3 ) (2022-08-09)
### Bug Fixes
* (india) HSN wise report ([08c69c7 ](08c69c7a76 ))
* add asset repair to accounting dimension list ([809d5ca ](809d5caf80 ))
* consider precision while validating advance amount against sanctioned amount ([63cd434 ](63cd4349a6 ))
* **ecommerce:** remove query to non-existing field (backport [#31771 ](https://github.com/frappe/erpnext/issues/31771 )) ([#31774 ](https://github.com/frappe/erpnext/issues/31774 )) ([0e46b33 ](0e46b33ee3 ))
* f-string and where clause ([42b3959 ](42b395916d ))
* getting error to show sales invoice group or print rep… (backport [#31756 ](https://github.com/frappe/erpnext/issues/31756 )) ([#31768 ](https://github.com/frappe/erpnext/issues/31768 )) ([473a43b ](473a43b6b1 ))
* incorrect incoming rate set for inter transfer purchase receipt ([4e8b39a ](4e8b39ab3f ))
* incorrect tax calculation in case of reduced payment days ([80981d0 ](80981d025f ))
* intercompany SO throws exception ([a17acfd ](a17acfdaa2 ))
* minor changed link ([e9e53a7 ](e9e53a74c9 ))
* Payment Entry button is visible even when claim is fully paid ([d820757 ](d820757359 ))
* pending principal- amount ([16c94d2 ](16c94d292c ))
* **pos:** validate product bundles while submitting pos invoice (backport [#31615 ](https://github.com/frappe/erpnext/issues/31615 )) ([#31657 ](https://github.com/frappe/erpnext/issues/31657 )) ([b145fe3 ](b145fe3b3e ))
* specify allowed doctype in queries ([#31765 ](https://github.com/frappe/erpnext/issues/31765 )) ([0dbfb15 ](0dbfb1589e ))
* statistical component showing up in salary slip ([#31746 ](https://github.com/frappe/erpnext/issues/31746 )) ([26aef4f ](26aef4fb1c ))
* sum stock_value and group by warehouse ([18d93f8 ](18d93f8398 ))
* taxable_value and gst_account_heads ([6c574fb ](6c574fbf33 ))
* update To Date in Employee Work History ([#31811 ](https://github.com/frappe/erpnext/issues/31811 )) ([0057c10 ](0057c10a7d ))
2022-08-09 14:09:11 +00:00
Deepesh Garg
b80526f226
Merge pull request #31812 from frappe/version-13-hotfix
...
chore: weekly version 13 release
2022-08-09 19:37:13 +05:30
Deepesh Garg
0569f8a857
Merge pull request #31736 from maharshivpatel/fix-india-hsn-report
...
fix: (india) HSN wise report
2022-08-09 18:58:25 +05:30
Rucha Mahabal
63715bf229
Merge pull request #31813 from ruchamahabal/fix-claim
2022-08-09 18:52:22 +05:30
Rucha Mahabal
63cd4349a6
fix: consider precision while validating advance amount against sanctioned amount
2022-08-09 18:28:19 +05:30
Maharshi Patel
42b395916d
fix: f-string and where clause
...
Used f-string formatting and added conditions to WHERE clause
2022-08-09 18:22:05 +05:30
Rucha Mahabal
0057c10a7d
fix: update To Date in Employee Work History ( #31811 )
2022-08-09 18:19:09 +05:30
Deepesh Garg
3c8c5d01fb
Merge pull request #31797 from frappe/mergify/bp/version-13-hotfix/pr-31779
...
Bug add accouting dimension in asset repair (backport #31779 )
2022-08-09 18:18:42 +05:30
Rucha Mahabal
d820757359
fix: Payment Entry button is visible even when claim is fully paid
2022-08-09 18:15:41 +05:30
mergify[bot]
14e59c86aa
Tds report (backport #31801 ) ( #31808 )
...
* fix: TDS Computation Summary Report not loading, too many values to unpack
2022-08-09 18:11:13 +05:30
Deepesh Garg
9e16f4e412
chore: resolve conflicts
2022-08-09 17:55:02 +05:30
rohitwaghchaure
6d269a4d89
Merge pull request #31805 from frappe/mergify/bp/version-13-hotfix/pr-31804
...
fix: incorrect incoming rate set for inter transfer purchase receipt (backport #31804 )
2022-08-09 16:26:34 +05:30
Rohit Waghchaure
4e8b39ab3f
fix: incorrect incoming rate set for inter transfer purchase receipt
...
(cherry picked from commit ddd24ea8c8 )
2022-08-09 10:31:14 +00:00
Rucha Mahabal
9925eb9982
Merge pull request #31802 from ruchamahabal/fix-salary-slip-tds-v13
2022-08-09 15:33:54 +05:30
Rucha Mahabal
301d199ece
test: default amount in slip
2022-08-09 14:57:10 +05:30
Maharshi Patel
6c574fbf33
fix: taxable_value and gst_account_heads
...
used taxable_value instead of base_net_amount and only appended required GST accounts
2022-08-09 14:39:13 +05:30
Rucha Mahabal
80981d025f
fix: incorrect tax calculation in case of reduced payment days
2022-08-09 12:40:06 +05:30
ruthra kumar
a420d0242c
chore: patch for creating existing dimensions in asset repair
...
(cherry picked from commit 80f508c4b1 )
# Conflicts:
# erpnext/patches.txt
2022-08-08 11:09:55 +00:00
ruthra kumar
809d5caf80
fix: add asset repair to accounting dimension list
...
(cherry picked from commit 452584c4bd )
2022-08-08 11:09:53 +00:00
Deepesh Garg
6f442d14cf
Merge pull request #31795 from frappe/mergify/bp/version-13-hotfix/pr-31777
...
fix: intercompany SO created from Purchase Order throws exception (backport #31777 )
2022-08-08 16:37:39 +05:30
ruthra kumar
a17acfdaa2
fix: intercompany SO throws exception
...
(cherry picked from commit af0a353b79 )
2022-08-08 10:37:25 +00:00
Deepesh Garg
3673dea03b
Merge pull request #31783 from frappe/mergify/bp/version-13-hotfix/pr-31780
...
Fix: Loan pending principal amount (backport #31780 )
2022-08-08 14:48:06 +05:30
Deepesh Garg
fb3725752f
chore: resolve conflicts
2022-08-08 11:53:49 +05:30
Abhinav Raut
16c94d292c
fix: pending principal- amount
...
(cherry picked from commit a272d73dd9 )
# Conflicts:
# erpnext/loan_management/doctype/loan_repayment/loan_repayment.json
2022-08-05 10:35:05 +00:00
mergify[bot]
0e46b33ee3
fix(ecommerce): remove query to non-existing field (backport #31771 ) ( #31774 )
...
fix(ecommerce): remove query to non-existing field (#31771 )
(cherry picked from commit 17b9bfd249 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-08-03 17:08:46 +05:30
mergify[bot]
df716fbd0c
ci: fix automated release regex (backport #31770 ) ( #31772 )
...
ci: fix automated release regex (#31770 )
[skip ci]
(cherry picked from commit 2defb89962 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-08-03 16:37:39 +05:30
mergify[bot]
0dbfb1589e
fix: specify allowed doctype in queries ( #31765 )
...
Co-authored-by: Sagar Vora <sagar@resilient.tech >
2022-08-03 12:03:53 +05:30
mergify[bot]
473a43b6b1
fix: getting error to show sales invoice group or print rep… (backport #31756 ) ( #31768 )
...
fix: getting error to show sales invoice group or print rep… (#31756 )
fix: formatter getting error to show sales invoice group or print report.
1 - When I view the Gross Profit report in Sales Invoice mode, the table is all broken.
Error on browser console:
TypeError: Cannot read properties of undefined (reading 'indent')
2 - When I try to print, no matter the Group (Sales Invoice, Item Code, Item Group...) nothing happens. in browser log console I have the following error:
TypeError: Cannot read properties of undefined (reading 'content')
i fixed both errors and all working perfectly.
(cherry picked from commit ea88451875 )
Co-authored-by: HarryPaulo <paulo_fabris@hotmail.com >
2022-08-03 11:23:10 +05:30
rohitwaghchaure
1a3b3b96c2
Merge pull request #31751 from frappe/mergify/bp/version-13-hotfix/pr-31750
...
fix: minor URL link (backport #31750 )
2022-08-01 14:34:12 +05:30
Rohit Waghchaure
e9e53a74c9
fix: minor changed link
...
(cherry picked from commit 0e7c4314b4 )
2022-08-01 09:02:07 +00:00
Rucha Mahabal
26aef4fb1c
fix: statistical component showing up in salary slip ( #31746 )
...
* fix: statistical component showing up in salary slip
* fix(test): payment days effect on timesheet salary slio
2022-08-01 12:54:25 +05:30
mergify[bot]
b145fe3b3e
fix(pos): validate product bundles while submitting pos invoice (backport #31615 ) ( #31657 )
2022-07-31 19:12:14 +05:30
Marica
d83c869d73
Merge pull request #31717 from frappe/mergify/bp/version-13-hotfix/pr-31601
...
perf: reduce db calls for warehouse wise stock value chart (backport #31601 )
2022-07-31 18:26:27 +05:30
Maharshi Patel
08c69c7a76
fix: (india) HSN wise report
...
Problem:
The previous approach for calculating tax_rate was incorrect.
```
['tax_rate'] * ['number of unique rows']
```
Joining `tabSales Taxes and Charges` was adding unnecessary rows & complexity.
Solution:
Instead of trying to get tax_rate from the main query itself, I used the get_tax_accounts's data to calculate the correct tax_rate.
Todo:
Union Territory
2022-07-29 14:22:31 +05:30
Frappe PR Bot
84e6cead56
chore(release): Bumped to Version 13.36.2
...
## [13.36.2](https://github.com/frappe/erpnext/compare/v13.36.1...v13.36.2 ) (2022-07-28)
### Bug Fixes
* (india) (e-invoice) margin & internal company transfer ([b97d30a ](b97d30aad0 ))
* (india) add overseas in HSN wise report ([1d69ce1 ](1d69ce1932 ))
* Allow allocating advance amount against Expense Claim taxes ([42f3592 ](42f3592e95 ))
* assign duplicate_items_msg outside conditional ([#31639 ](https://github.com/frappe/erpnext/issues/31639 )) ([8e23c6a ](8e23c6ad69 ))
* correct Brazilian portuguese translations (backport [#31498 ](https://github.com/frappe/erpnext/issues/31498 )) ([#31660 ](https://github.com/frappe/erpnext/issues/31660 )) ([794fd08 ](794fd0819f ))
* discount and test added ([a843e78 ](a843e784e6 ))
* display customer name on picking list ([dbf245c ](dbf245c687 ))
* do not update component amount for timesheet components ([#31696 ](https://github.com/frappe/erpnext/issues/31696 )) ([bc7cfe6 ](bc7cfe6919 ))
* enable tax withholding checkbox in PI with supplier_tds ([bc74942 ](bc7494278d ))
* ensure defaults removed in bad frappe patch get set again (backport [#31659 ](https://github.com/frappe/erpnext/issues/31659 )) ([#31661 ](https://github.com/frappe/erpnext/issues/31661 )) ([763787b ](763787b0a5 ))
* hero image not loading in portal homepage ([#31699 ](https://github.com/frappe/erpnext/issues/31699 )) ([8a6432e ](8a6432ec3f ))
* **india:** e-way bill json for unregistered gst category ([01d6df4 ](01d6df45d0 ))
* make customer_name field read only. ([2381b81 ](2381b81aac ))
* manually generated salary slips overwritten by structure amount ([#31711 ](https://github.com/frappe/erpnext/issues/31711 )) ([32c1bb6 ](32c1bb61de ))
* Map `Item` image to `Website Item` website_image only if published via UI (v13) ([9b1544a ](9b1544aa14 ))
* payment entry to student ([#31708 ](https://github.com/frappe/erpnext/issues/31708 )) ([4f02375 ](4f023757de ))
* Reload loan Table in Salary Slip when change Employee ([#31525 ](https://github.com/frappe/erpnext/issues/31525 )) ([a95c011 ](a95c011a93 ))
* rounding errors while closing pos (backport [#31654 ](https://github.com/frappe/erpnext/issues/31654 )) ([#31658 ](https://github.com/frappe/erpnext/issues/31658 )) ([529a47b ](529a47bc88 ))
* Route condition set with proper filter ([#31556 ](https://github.com/frappe/erpnext/issues/31556 )) ([5cdc267 ](5cdc267aee ))
* The Fee details are not fetched in Program Enrollment ([#31153 ](https://github.com/frappe/erpnext/issues/31153 )) ([0602848 ](0602848caa ))
* update fr translations ([#31687 ](https://github.com/frappe/erpnext/issues/31687 )) ([89348c1 ](89348c1bb4 ))
* update fr translations (backport [#31526 ](https://github.com/frappe/erpnext/issues/31526 )) ([#31666 ](https://github.com/frappe/erpnext/issues/31666 )) ([95e1021 ](95e1021caf ))
* update SO's percentage billed on credit note ([2f2d3de ](2f2d3de306 ))
* use current pos profile on sales return ([c442b4a ](c442b4aef1 ))
2022-07-28 12:13:57 +00:00
Deepesh Garg
590e48fa1d
Merge pull request #31725 from frappe/version-13-hotfix
...
chore: weekly version-13 release
2022-07-28 17:42:15 +05:30
Deepesh Garg
25da4d28ff
Merge pull request #31727 from frappe/mergify/bp/version-13-hotfix/pr-31656
...
fix: use current pos profile on sales return (backport #31656 )
2022-07-28 16:32:36 +05:30
Deepesh Garg
f57d2fadbc
Merge pull request #31728 from frappe/mergify/bp/version-13-hotfix/pr-31676
...
fix: enable tax withholding checkbox in PI with supplier_tds (backport #31676 )
2022-07-28 16:32:17 +05:30
Deepesh Garg
9e7edd677a
Merge pull request #31726 from frappe/mergify/bp/version-13-hotfix/pr-31576
...
fix: credite note for returned delivery note updates SO's billed percentage (backport #31576 )
2022-07-28 16:32:05 +05:30
ruthra kumar
bc7494278d
fix: enable tax withholding checkbox in PI with supplier_tds
...
(cherry picked from commit b461724416 )
2022-07-28 10:42:58 +00:00
ruthra kumar
c442b4aef1
fix: use current pos profile on sales return
...
(cherry picked from commit 5b85af5f1a )
2022-07-28 10:36:23 +00:00
ruthra kumar
ef9b25cf08
test: SO percentage billed when cr_note made against delivery return
...
(cherry picked from commit 243f66fcd3 )
2022-07-28 10:21:19 +00:00
ruthra kumar
2f2d3de306
fix: update SO's percentage billed on credit note
...
Credit Note created from Sales Return will update precentage billed in
Sales Order accordingly
(cherry picked from commit 04c1019242 )
2022-07-28 10:21:18 +00:00
Rucha Mahabal
13639682ce
Merge pull request #31724 from ruchamahabal/expense-claim-adv
2022-07-28 14:51:15 +05:30
Rucha Mahabal
c01adae8a5
test: advance amount allocation against expense claim with taxes
2022-07-28 14:27:09 +05:30
Deepesh Garg
8ae691d9dc
Merge branch 'version-13' into version-13-hotfix
2022-07-28 13:59:25 +05:30
Alaa Alsalehi
a95c011a93
fix: Reload loan Table in Salary Slip when change Employee ( #31525 )
...
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
Co-authored-by: bahaaabed <bahaa.9999.sh@gmail.com >
Co-authored-by: newhr1 <104132586+newhr1@users.noreply.github.com >
2022-07-28 13:22:07 +05:30
Rucha Mahabal
42f3592e95
fix: Allow allocating advance amount against Expense Claim taxes
2022-07-28 13:21:29 +05:30
Syed Mujeer Hashmi
0602848caa
fix: The Fee details are not fetched in Program Enrollment ( #31153 )
2022-07-28 12:30:39 +05:30
Rucha Mahabal
9985d28571
chore: Add HR & Payroll deprecation warning ( #31720 )
2022-07-28 11:43:49 +05:30
Marica
31824c2280
Merge pull request #31716 from frappe/mergify/bp/version-13-hotfix/pr-31687
...
fix: update fr translations (backport #31687 )
2022-07-27 18:01:30 +05:30
Devin Slauenwhite
18d93f8398
fix: sum stock_value and group by warehouse
...
(cherry picked from commit 1e20358c28 )
2022-07-27 12:18:39 +00:00
Devin Slauenwhite
c9443123f9
chore: remove unused import
...
(cherry picked from commit bc3023318e )
2022-07-27 12:18:38 +00:00
Devin Slauenwhite
0fdec8fac8
pref: reduce count of db calls from n to 2
...
(cherry picked from commit 73ade04dcf )
2022-07-27 12:18:38 +00:00
marination
6fbb06a878
chore: Merge Conflict
2022-07-27 17:30:46 +05:30
HENRY Florian
89348c1bb4
fix: update fr translations ( #31687 )
...
* fix: update fr translations
* fix: update fr translation
* fix: update fr translation
* chore: Replace apostrophe encoding by symbol
Co-authored-by: marination <maricadsouza221197@gmail.com >
(cherry picked from commit cc1f837685 )
# Conflicts:
# erpnext/translations/fr.csv
2022-07-27 11:52:03 +00:00
Marica
598dbc93ac
Merge pull request #31669 from frappe/mergify/bp/version-13-hotfix/pr-31579
...
fix: display customer name on picking list (backport #31579 )
2022-07-27 16:45:07 +05:30
Marica
51a4ef3069
Merge branch 'version-13-hotfix' into mergify/bp/version-13-hotfix/pr-31579
2022-07-27 16:23:22 +05:30
Marica
49fb177f86
chore: Merge Conflicts
2022-07-27 16:22:17 +05:30
Marica
b0aae8a297
Merge pull request #31713 from frappe/mergify/bp/version-13-hotfix/pr-31469
...
chore: Make `image` field obsolete in Website Item (redundant) (backport #31469 )
2022-07-27 16:12:32 +05:30
Marica
e310347ca4
chore: Merge Conflicts
2022-07-27 15:51:01 +05:30
marination
9b1544aa14
fix: Map Item image to Website Item website_image only if published via UI (v13)
...
- For v12 Items, `website_image` should be mapped from `Item` to `Website Item`
(cherry picked from commit af38baeb3b )
# Conflicts:
# erpnext/e_commerce/doctype/website_item/website_item.py
2022-07-27 10:14:20 +00:00
marination
a8da5f4566
chore: Remove image use in website item list
...
(cherry picked from commit 7a6ee8cf2d )
2022-07-27 10:14:18 +00:00
marination
0e469f6d95
chore: Remove image from ProductQuery fields
...
(cherry picked from commit eec07833f4 )
2022-07-27 10:14:18 +00:00
marination
b393c230bd
chore: Make image field obsolete in Website Item (redundant)
...
- Delete Image field and set `website_image` as form's image field for uploads
- Remove instances of `image` field access via Website Item
- Item -> Web Item via Desk: Map Item's `image` to Web Item's `website_image`
- Item -> Web Item via patch: `website_image` will be mapped with thumbnail
- Remove magic that auto-sets `website_image` from `image` in Website Item
(cherry picked from commit 9541354ec7 )
# Conflicts:
# erpnext/e_commerce/doctype/website_item/website_item.py
2022-07-27 10:14:16 +00:00
Rucha Mahabal
32c1bb61de
fix: manually generated salary slips overwritten by structure amount ( #31711 )
2022-07-27 12:44:26 +05:30
MohsinAli
4f023757de
fix: payment entry to student ( #31708 )
...
Payment entry to student via Payment References(From Journal Entry)
2022-07-27 11:50:15 +05:30
Deepesh Garg
d2d25e17bb
Merge pull request #31698 from maharshivpatel/fix-einvoice-margin-internal-transfer
...
fix: (india) (e-invoice) margin & internal company transfer
2022-07-26 21:59:44 +05:30
Maharshi Patel
a843e784e6
fix: discount and test added
...
only report net rate if discount is less than 0 and added test.
2022-07-26 17:40:59 +05:30
Rucha Mahabal
8a6432ec3f
fix: hero image not loading in portal homepage ( #31699 )
2022-07-26 13:43:36 +05:30
Maharshi Patel
b97d30aad0
fix: (india) (e-invoice) margin & internal company transfer
...
When the item price is more than the price list rate ( margin added ) discount value becomes negative. The previous attempt to solve this was to convert discount to absolute value. However, that gives incorrect unit price and discount value. To solve this, I have made changes to report net rates in cases where the margin is added or is an internal company transfer.
2022-07-26 12:57:47 +05:30
Rucha Mahabal
bc7cfe6919
fix: do not update component amount for timesheet components ( #31696 )
...
* fix: do not update component amount for timesheet components
* fix: warn the user about overwriting timesheet component amount
2022-07-26 12:35:50 +05:30
Deepesh Garg
85802b0f97
Merge pull request #31602 from rtdany10/patch-19
...
fix(india): e-way bill json for unregistered gst category
2022-07-22 13:11:19 +05:30
Deepesh Garg
dc67d39ce6
Merge pull request #31665 from maharshivpatel/fix-add-overseas-hsn-report
...
fix: (india) add entries from overseas invoices in HSN wise report
2022-07-22 13:06:30 +05:30
mergify[bot]
529a47bc88
fix: rounding errors while closing pos (backport #31654 ) ( #31658 )
2022-07-22 11:17:59 +05:30
Devin Slauenwhite
2381b81aac
fix: make customer_name field read only.
...
(cherry picked from commit 7083b3148b )
# Conflicts:
# erpnext/stock/doctype/pick_list/pick_list.json
2022-07-21 13:08:41 +00:00
Devin Slauenwhite
dbf245c687
fix: display customer name on picking list
...
(cherry picked from commit 0a633a212d )
# Conflicts:
# erpnext/stock/doctype/pick_list/pick_list.json
2022-07-21 13:08:40 +00:00
Nihantra C. Patel
5cdc267aee
fix: Route condition set with proper filter ( #31556 )
...
* fix: Redirect to report with proper filter
* Update member.js
* fix: Route condition set with proper filter
* fix: Route condition set with proper filter
* fix: Route condition set with proper filter
Co-authored-by: Marica <maricadsouza221197@gmail.com >
2022-07-21 18:29:06 +05:30
mergify[bot]
95e1021caf
fix: update fr translations (backport #31526 ) ( #31666 )
...
fix: update fr translations (#31526 )
* fix: update fr translations
* fix: update fr translations
* fix: update fr translations
* fix: update fr translations
* chore: Update french translation
Co-authored-by: Marica <maricadsouza221197@gmail.com >
(cherry picked from commit 3ba0d6cc5c )
Co-authored-by: HENRY Florian <florian.henry@open-concept.pro >
2022-07-21 18:11:32 +05:30
mergify[bot]
7d50f8798a
Update de.csv (backport #31596 ) ( #31667 )
...
Update de.csv (#31596 )
IN,IM to IN,EIN
Co-authored-by: Marica <maricadsouza221197@gmail.com >
(cherry picked from commit 8629d01dd5 )
Co-authored-by: billy995 <48571007+billy995@users.noreply.github.com >
2022-07-21 18:10:46 +05:30
Marica
dd751c6e92
Merge pull request #31664 from frappe/mergify/bp/version-13-hotfix/pr-31544
...
FIX: quality inspection quick creation from purchase receipt: pre-fill sample size if available (backport #31544 )
2022-07-21 14:13:48 +05:30
Frappe PR Bot
69087b8790
chore(release): Bumped to Version 13.36.1
...
## [13.36.1](https://github.com/frappe/erpnext/compare/v13.36.0...v13.36.1 ) (2022-07-21)
### Bug Fixes
* ensure defaults removed in bad frappe patch get set again (backport [#31659 ](https://github.com/frappe/erpnext/issues/31659 )) ([2ae3bd9 ](2ae3bd9fed ))
2022-07-21 08:26:20 +00:00
mergify[bot]
763787b0a5
fix: ensure defaults removed in bad frappe patch get set again (backport #31659 ) ( #31661 )
...
fix: ensure defaults removed in bad frappe patch get set again (#31659 )
(cherry picked from commit bf2833b8ee )
Co-authored-by: Sagar Vora <sagar@resilient.tech >
2022-07-21 13:54:55 +05:30
mergify[bot]
2ae3bd9fed
fix: ensure defaults removed in bad frappe patch get set again (backport #31659 )
...
fix: ensure defaults removed in bad frappe patch get set again (#31659 )
(cherry picked from commit bf2833b8ee )
(cherry picked from commit 9071018e4e )
Co-authored-by: Sagar Vora <sagar@resilient.tech >
2022-07-21 13:54:40 +05:30
Marc de Lima Lucio
1998223ee3
FIX: quality inspection quick creation from purchase receipt: pre-fill sample size if available ( #31544 )
...
FIX: quality inspection quick creation from transaction documents: pre-fill sample size if available
Co-authored-by: Marica <maricadsouza221197@gmail.com >
(cherry picked from commit 048c037842 )
2022-07-21 08:17:48 +00:00
mergify[bot]
794fd0819f
fix: correct Brazilian portuguese translations (backport #31498 ) ( #31660 )
...
fix: correct Brazilian portuguese translations (#31498 )
* fix brazilian portuguese translations
* minor adjustments
* fix minor adjustments
* fix: remove legacy pt_br.csv
* chore: Fix translation quotation marks
Co-authored-by: Marica <maricadsouza221197@gmail.com >
(cherry picked from commit d30f8387d9 )
Co-authored-by: Marco Fonseca <62901164+treasuryesc@users.noreply.github.com >
2022-07-21 13:47:18 +05:30
Maharshi Patel
1d69ce1932
fix: (india) add overseas in HSN wise report
...
SQL query had WHERE `tabSales Taxes and Charges`.parent = `tabSales Invoice`.name. However, In overseas, there is no `tabSales Taxes and Charges` so I changed the query to use a combination of INNER JOIN and LEFT JOIN to fetch all entries.
2022-07-21 13:27:30 +05:30
Maharshi Patel
8e23c6ad69
fix: assign duplicate_items_msg outside conditional ( #31639 )
...
duplicate_items_msg was defined inside if the statement of stock_item so when duplicate was found in non_stock_item it raised referenced before assignment
2022-07-20 21:25:36 +05:30
Dany Robert
01d6df45d0
fix(india): e-way bill json for unregistered gst category
2022-07-15 11:17:41 +05:30