-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix multi-company PO aggregation workflow frontend (#82)
* wip: fix multi-company PO aggregation workflow frontend * wip: purchase receipt generation * test: test downstream effects of partial PO aggregation * ci: track overrides for purchase cycle (PO/PI/PR) (#89) * ci: track overrides for stock and manufacturing cycles (#90) Co-authored-by: Rohan Bansal <[email protected]> * Test alternative workstation (#80) * test: add test for alternative workstation * feat: make alternative workstations configurable * fix: uncomment js code for testing * feat: search alternative workstation names * refactor: pop filters that cause error for Workstation * chore: update override commit hash --------- Co-authored-by: Heather Kusmierz <[email protected]> * fix: rm unused variable * fix: frappe.boot.inventory_tools_settings * chore: track overrides --------- Co-authored-by: Heather Kusmierz <[email protected]> Co-authored-by: Rohan <[email protected]> Co-authored-by: Rohan Bansal <[email protected]> Co-authored-by: fproldan <[email protected]>
- Loading branch information
1 parent
d703aec
commit 3515504
Showing
19 changed files
with
438 additions
and
226 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
70 changes: 70 additions & 0 deletions
70
inventory_tools/inventory_tools/custom/purchase_order_item.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
{ | ||
"custom_fields": [ | ||
{ | ||
"_assign": null, | ||
"_comments": null, | ||
"_liked_by": null, | ||
"_user_tags": null, | ||
"allow_in_quick_entry": 0, | ||
"allow_on_submit": 0, | ||
"bold": 0, | ||
"collapsible": 0, | ||
"collapsible_depends_on": null, | ||
"columns": 0, | ||
"creation": "2024-06-04 14:06:25.331707", | ||
"default": null, | ||
"depends_on": null, | ||
"description": null, | ||
"docstatus": 0, | ||
"dt": "Purchase Order Item", | ||
"fetch_from": null, | ||
"fetch_if_empty": 0, | ||
"fieldname": "material_request_company", | ||
"fieldtype": "Link", | ||
"hidden": 0, | ||
"hide_border": 0, | ||
"hide_days": 0, | ||
"hide_seconds": 0, | ||
"idx": 60, | ||
"ignore_user_permissions": 0, | ||
"ignore_xss_filter": 0, | ||
"in_global_search": 0, | ||
"in_list_view": 0, | ||
"in_preview": 0, | ||
"in_standard_filter": 0, | ||
"insert_after": "references_section", | ||
"is_system_generated": 0, | ||
"is_virtual": 0, | ||
"label": "Material Request Company", | ||
"length": 0, | ||
"mandatory_depends_on": "", | ||
"modified": "2024-06-04 15:44:22.874371", | ||
"modified_by": "Administrator", | ||
"module": "Inventory Tools", | ||
"name": "Purchase Order Item-material_request_company", | ||
"no_copy": 0, | ||
"non_negative": 0, | ||
"options": "Company", | ||
"owner": "Administrator", | ||
"permlevel": 0, | ||
"precision": "", | ||
"print_hide": 0, | ||
"print_hide_if_no_value": 0, | ||
"print_width": null, | ||
"read_only": 1, | ||
"read_only_depends_on": null, | ||
"report_hide": 0, | ||
"reqd": 0, | ||
"search_index": 0, | ||
"sort_options": 0, | ||
"translatable": 0, | ||
"unique": 0, | ||
"width": null | ||
} | ||
], | ||
"custom_perms": [], | ||
"doctype": "Purchase Order Item", | ||
"links": [], | ||
"property_setters": [], | ||
"sync_on_migrate": 1 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.