Pull Request Explorer
| Title | Author | Size | AI | Cycle Time | Review | Merged |
|---|---|---|---|---|---|---|
| fix(crm): add missing permission validation on `get_contract_template` | diptanilsaha | XS | No | 0.7h | 0.0h | Aug 31, 2026 |
SummaryHealth AssessmentAI DetailsTech Stack |
||||||
| fix: validate POS Settings invoice and search fields on the server (backport #58611) | diptanilsaha | L | No | 5.8h | 0.1h | Aug 31, 2026 |
SummaryBug FixValidate POS Settings invoice and search fields Ensures only valid, searchable fields are stored for POS invoices and search, preventing data corruption and runtime errors in the POS system. Health Assessment
Large
Medium
Low
AI DetailsTech Stack
Languages:
Python, Javascript
|
||||||
| fix: validate POS Settings invoice and search fields on the server (backport #58611) | mergify | L | No | 0.4h | - | Aug 31, 2026 |
SummaryBug FixValidate POS Settings invoice and search fields Ensures server‑side validation of POS settings, preventing invalid fields that could break item search queries and improving system reliability. Health Assessment
Large
Low
Low
AI Details
Confidence:
0.75
Tech Stack
Languages:
Python, Javascript
|
||||||
| fix: validate POS Settings invoice and search fields on the server | diptanilsaha | L | No | 5.4h | 0.1h | Aug 31, 2026 |
SummaryBug FixValidate POS Settings fields on server Ensures POS settings are validated server‑side, preventing invalid fields and improving data integrity. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Python, Javascript
|
||||||
| fix: do not map the same row twice in "Get Items From" (backport #58617) | mergify | L | No | 2.4h | - | Aug 31, 2026 |
SummaryBug FixFix duplicate mapping in Get Items From Prevents duplicate invoice lines and billing errors by ensuring idempotent item mapping, improving financial accuracy and user trust. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Python
|
||||||
| fix: do not map the same row twice in "Get Items From" (backport #58617) | mergify | L | No | 1.7h | - | Aug 31, 2026 |
SummaryBug FixFix duplicate mapping in Get Items From Ensures idempotent mapping of source rows, preventing duplicate invoice lines and reducing billing errors for users. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.75
Tech Stack
Languages:
Python
|
||||||
| fix: do not map the same row twice in "Get Items From" | barredterra | L | No | 0.2h | - | Aug 31, 2026 |
SummaryBug FixPrevent duplicate mapping in Get Items From Ensures idempotent mapping of source rows, eliminating duplicate invoice lines and reducing billing errors for users. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| fix: enhance tree view functionality for accounts and cost centers | sumitjain236 | L | No | 93.7h | 93.7h | Aug 31, 2026 |
SummaryFeatureEnhance tree view functionality for accounts and cost centers Adds new actions and styling to tree views for accounts, cost centers, BOM, tasks, and employees, improving navigation and management. This enhances user productivity and reduces time spent on manual operations. Health Assessment
Large
High
High
AI DetailsTech Stack
Languages:
Javascript, Python
|
||||||
| fix(stock): correct reservation and pick list quantities | Pandiyan5273 | M | No | 1.2h | - | Aug 31, 2026 |
SummaryBug FixFix stock reservation and pick list quantities Corrects inventory handling errors, ensuring accurate stock reservations and preventing over‑allocation, which improves reliability of order fulfillment. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Python
|
||||||
| fix(manufacturing): handle duplicate root BOM items | mihir-kandoi | XS | No | 0.9h | 0.0h | Aug 31, 2026 |
SummaryBug FixFix duplicate root BOM item validation Prevents duplicate raw material entries in BOM, ensuring accurate inventory and production planning. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.75
Tech Stack
Languages:
Python
|
||||||
| fix(taxes): skip tax addition for invoice created from opening invoice tool (backport #58483) | mergify | M | No | 3.6h | - | Aug 31, 2026 |
SummaryBug FixSkip tax addition for opening invoice tool Prevents automatic tax addition for invoices created via the opening invoice tool, reducing duplicate tax entries and giving users manual control. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| fix(taxes): skip tax addition for invoice created from opening invoice tool (backport #58483) | mergify | M | No | 3.6h | - | Aug 31, 2026 |
SummaryBug FixSkip tax addition for opening invoice tool Prevents unintended tax calculations on invoices generated via the opening invoice tool, ensuring accurate financial reporting. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.75
Tech Stack
Languages:
Python
|
||||||
| fix(stock): validate serial batch bundle company | Pandiyan5273 | M | No | 0.7h | - | Aug 31, 2026 |
SummaryBug FixValidate serial batch bundle company Prevents stock vouchers from referencing bundles belonging to a different company, ensuring data integrity and compliance. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| fix: keep closed rows out of Update Items | mihir-kandoi | M | No | 0.4h | 0.0h | Aug 31, 2026 |
SummaryBug FixFix closed rows exclusion in Update Items Prevents accidental editing or deletion of closed purchase order rows, ensuring data integrity and compliance. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Python, Javascript
|
||||||
| fix(accounts): added permission checks on `get_available_payment_schedules` (backport #58588) | mergify | XS | No | 4.1h | - | Aug 31, 2026 |
SummaryBug FixFix permission checks on get_available_payment_schedules Adds permission checks to ensure only authorized users can retrieve available payment schedules, improving security. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| fix(pos): add permission checks on `get_invoices` (backport #58591) | mergify | XS | No | 3.8h | - | Aug 31, 2026 |
SummaryBug FixAdd permission checks on get_invoices Ensures that only authorized users can retrieve invoices via the POS closing entry endpoint, improving security compliance. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| fix: compare updated item quantities in stock UOM | mihir-kandoi | L | No | 2.0h | 0.1h | Aug 31, 2026 |
SummaryBug FixFix item quantity comparison in stock UOM Ensures accurate inventory updates by normalizing quantities across units of measure, preventing erroneous stock adjustments and improving reliability for sales, purchase, and quotation processes. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| fix: correct bom sorting and stock translations | Pandiyan5273 | XS | No | 0.3h | - | Aug 31, 2026 |
SummaryBug FixFix BOM sorting and stock translation formatting Corrects sorting logic for BOM items and fixes translation formatting in stock module, improving data accuracy and internationalization. These changes ensure consistent ordering and proper localization for end users. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| fix/payment-request-subscription-plans-population (backport #57494) | mergify | S | No | 123.4h | - | Aug 31, 2026 |
SummaryBug FixFix subscription plan population in payment requests Ensures subscription plans are correctly populated when creating payment requests from subscription-based sales invoices, preventing missing data and duplicate entries. Health Assessment
Small
Low
Medium
AI DetailsTech Stack
Languages:
Javascript, Python
|
||||||
| feat: production plan visualizer page and summary report fix | rohitwaghchaure | XL | No | 70.3h | 0.1h | Aug 31, 2026 |
SummaryFeatureAdd production plan visualizer page and fix report Enables users to visualize production plans and correct summary report data, improving planning accuracy and reducing errors. Health Assessment
X-Large
High
Medium
AI DetailsTech Stack
Languages:
Javascript, Python
|
||||||
| feat(manufacturing): add multi-currency support to Blanket Orders | mihir-kandoi | XL | No | 98.3h | 0.0h | Aug 31, 2026 |
SummaryFeatureAdd multi-currency support to Blanket Orders Enables Blanket Orders to handle multiple currencies, improving flexibility for international transactions and reducing manual rate entry errors. Health Assessment
X-Large
High
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Python, Javascript
|
||||||
| fix(taxes): skip tax addition for invoice created from opening invoice tool | ljain112 | M | No | 95.5h | - | Aug 31, 2026 |
SummaryBug FixSkip tax addition for opening invoice tool Prevents incorrect tax application when creating opening invoices, ensuring accurate financial records. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| feat: valuation method for BOM secondary items | mihir-kandoi | XL | No | 121.4h | 0.1h | Aug 31, 2026 |
SummaryFeatureAdd valuation method for BOM secondary items Provides flexible costing options for BOM secondary items, enhancing inventory accuracy and cost reporting for manufacturing processes. Health Assessment
X-Large
High
High
AI Details
Confidence:
0.20
Tech Stack
Languages:
Python, Javascript
|
||||||
| fix(projects): check read permission on source in create_duplicate_project (backport #58325) | mergify | XS | No | 1.8h | - | Aug 31, 2026 |
SummaryBug FixFix permission check in duplicate project creation Ensures duplicate projects are only created when the source project is readable, preventing unauthorized duplication and maintaining data integrity. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Python
|
||||||
| fix(projects): check read permission on source in create_duplicate_project (backport #58325) | mergify | XS | No | 1.6h | - | Aug 31, 2026 |
SummaryBug FixFix permission check in duplicate project creation Ensures source project read permissions are verified before duplication, preventing unauthorized data copying. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| fix: widen item name in stock projected qty | Pandiyan5273 | XS | No | 0.3h | - | Aug 31, 2026 |
SummaryBug FixWiden item name column in stock projected qty report Improves readability of stock reports by allocating more space to item names, reducing truncation and enhancing user experience. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| fix: restore isolated loyalty and subcontracting tests | mihir-kandoi | XS | No | 1.5h | - | Aug 31, 2026 |
SummaryBug FixRestore isolated loyalty and subcontracting tests Ensures loyalty program and subcontracting tests run reliably, preventing potential production issues with stock entries and customer warehouse usage. This improves test stability and safeguards against incorrect material consumption. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| fix(pos): add permission checks on `get_invoices` | diptanilsaha | XS | No | 0.8h | 0.0h | Aug 31, 2026 |
SummaryHealth AssessmentAI DetailsTech Stack |
||||||
| fix(accounts): added permission checks on `get_available_payment_schedules` | diptanilsaha | XS | No | 0.9h | - | Aug 31, 2026 |
SummaryHealth AssessmentAI DetailsTech Stack |
||||||
| test: prevent update_doctypes from exporting files | mihir-kandoi | XS | No | 0.8h | - | Aug 31, 2026 |
SummaryTestPrevent update_doctypes from exporting files Stops test from altering filesystem, ensuring schema sync stability. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.20
Tech Stack
Languages:
Python
|
||||||
| fix(sms_settings): add patch to pre-fill roles into SMS Settings Role Table | AarDG10 | S | No | 1.3h | 0.1h | Aug 31, 2026 |
SummaryBug FixAdd patch to pre-fill roles into SMS Settings Pre-fills roles into the SMS Settings Role Table, ensuring accurate role assignments for SMS notifications. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| fix(projects): check read permission on source in create_duplicate_project | Shllokkk | XS | No | 256.6h | 0.1h | Aug 31, 2026 |
SummaryBug FixFix duplicate project permission check Ensures duplicate projects respect source read permissions, preventing unauthorized data duplication. Health Assessment
Small
Medium
Low
AI Details
Confidence:
0.20
Tech Stack
Languages:
Python
|
||||||
| test: narrow shared fixture hardening | mihir-kandoi | L | No | 0.9h | 0.0h | Aug 31, 2026 |
SummaryRefactorRestore original shared fixture bootstrap Reverts test utilities to a stable state, ensuring compatibility with HRMS and Lending modules and preventing test failures. Health Assessment
Large
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| fix(timesheet): scoping whitelisted methods output to projects and timesheets that are acccessible to users (backport #58267) | mergify | M | No | 0.8h | - | Aug 30, 2026 |
SummaryBug FixFix timesheet method scoping for accessible projects Ensures timesheet data is correctly scoped to projects and timesheets that users can access, preventing unauthorized data exposure. Health Assessment
Medium
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| fix(timesheet): scoping whitelisted methods output to projects and timesheets that are acccessible to users | diptanilsaha | S | No | 296.1h | 0.1h | Aug 30, 2026 |
SummaryHealth AssessmentAI DetailsTech Stack |
||||||
| fix(manufacturing): use packed row delivery date | mihir-kandoi | M | No | 0.6h | - | Aug 30, 2026 |
SummaryBug FixFix packed row delivery date in manufacturing work orders Corrects delivery date selection for packed items in work orders, preventing scheduling errors and duplicate product bundle issues. This improves manufacturing accuracy and reduces order fulfillment delays. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.75
Tech Stack
Languages:
Python
|
||||||
| fix(manufacturing): use packed row delivery date | mihir-kandoi | M | No | 0.4h | 0.1h | Aug 30, 2026 |
SummaryBug FixFix packed row delivery date in manufacturing Ensures Work Orders correctly reference parent Sales Order Items, preventing duplicate delivery date errors. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.75
Tech Stack
Languages:
Python
|
||||||
| chore: update POT file | frappe-pr-bot | XL | No | 1.4h | - | Aug 30, 2026 |
SummaryHealth AssessmentAI DetailsTech Stack |
||||||
| chore: update POT file | frappe-pr-bot | XL | No | 1.4h | 1.4h | Aug 30, 2026 |
SummaryHealth AssessmentAI DetailsTech Stack |
||||||
| fix(manufacturing): use packed row delivery date | mihir-kandoi | M | No | 0.2h | - | Aug 30, 2026 |
SummaryBug FixFix packed row delivery date linkage Ensures accurate delivery dates for packed items in work orders, preventing scheduling conflicts and improving manufacturing reliability. Health Assessment
Medium
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Python
|
||||||
| fix: Work Order picks wrong Delivery Date when Sales Order has the same item in multiple rows | Henil666 | XS | No | 51.9h | 0.0h | Aug 30, 2026 |
SummaryBug FixFix Work Order wrong delivery date selection Corrects delivery dates for work orders derived from sales orders with duplicate items, ensuring production schedules align with accurate delivery dates. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.95
Tech Stack
Languages:
Python
|
||||||
| fix: Work Order picks wrong Delivery Date when Sales Order has the same item in multiple rows | Henil666 | XS | No | 51.9h | 0.5h | Aug 30, 2026 |
SummaryBug FixFix Work Order wrong delivery date selection Corrects delivery date assignment for work orders derived from sales orders with duplicate items, preventing production scheduling errors. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.80
Tech Stack
Languages:
Python
|
||||||
| fix(stock): load available serial no report (backport #58558) | mergify | XS | No | 0.0h | - | Aug 29, 2026 |
SummaryBug FixFix available serial no report loading Corrects report initialization error, ensuring serial number data displays properly. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| fix(stock): load available serial no report (backport #58558) | mergify | XS | No | 0.0h | - | Aug 29, 2026 |
SummaryBug FixFix available serial no report loading Resolves empty report page and console error, ensuring accurate inventory reporting for users. Health Assessment
Small
Low
Low
AI Details
Confidence:
0.10
Tech Stack
Languages:
Javascript
|
||||||
| fix(stock): load available serial no report | Pandiyan5273 | XS | No | 1.5h | - | Aug 29, 2026 |
SummaryBug FixFix Available Serial No Report Loading Corrects report initialization error, ensuring users can view available serial numbers. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Javascript
|
||||||
| fix(accounts): added permission checks on multiple payment entry whitelisted methods | diptanilsaha | S | No | 0.3h | 0.1h | Aug 29, 2026 |
SummaryHealth AssessmentAI DetailsTech Stack |
||||||
| refactor(stock): remove dead `warehouse_condition` branch on `get_stock_ledger_entries` (backport #58552) | mergify | XS | No | 0.8h | - | Aug 29, 2026 |
SummaryRefactorRemove dead warehouse_condition branch in stock ledger Simplifies stock ledger logic, improving maintainability and reducing potential bugs. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| refactor(stock): remove dead `warehouse_condition` branch on `get_stock_ledger_entries` (backport #58552) | mergify | XS | No | 0.8h | - | Aug 29, 2026 |
SummaryRefactorRemove dead warehouse_condition branch Simplifies stock ledger logic, improving maintainability. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||
| refactor(stock): remove dead `warehouse_condition` branch on `get_stock_ledger_entries` | diptanilsaha | XS | No | 0.2h | - | Aug 29, 2026 |
SummaryHealth AssessmentAI DetailsTech Stack |
||||||
| fix(crm): check write permission in edit_note (backport #58324) | mergify | XS | No | 16.9h | - | Aug 29, 2026 |
SummaryBug FixFix CRM edit note write permission Ensures users have proper write permissions when editing CRM notes, preventing unauthorized modifications. Health Assessment
Small
Low
Low
AI DetailsTech Stack
Languages:
Python
|
||||||