chore(plating): de-dash shipped code + intake-neutral customer emails

Replace em-dashes and en-dashes with hyphens across 789 shipped source
files (py/xml/js/scss) so the delivered module reads as human-written;
em-dashes had become a recognizable AI-generated tell. Internal .md dev
notes are excluded. The WO-sticker mojibake strippers keep their dash
search targets (now written — / –). No logic changes: comments
and display strings only; validated with py_compile + lxml parse.

Rewrite the 7 customer notification emails to be intake-neutral
(ship-in / drop-off / pickup) and repair-aware, and fix the Shipped
email documents line (packing slip vs bill of lading; certificate only
when issued). Subjects use a hyphen separator.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
gsinghpal
2026-06-05 00:16:19 -04:00
parent c9eb61ee0c
commit 8c76a16366
789 changed files with 4692 additions and 4692 deletions

View File

@@ -4,13 +4,13 @@
# Part of the Fusion Plating product family.
{
'name': 'Fusion Plating Customer Portal',
'name': 'Fusion Plating - Customer Portal',
'version': '19.0.4.5.0',
'category': 'Manufacturing/Plating',
'summary': 'Customer-facing portal for plating shops: online RFQ, job status, '
'CoC downloads, invoice access.',
'description': """
Fusion Plating Customer Portal
Fusion Plating - Customer Portal
================================
Part of the Fusion Plating product family by Nexa Systems Inc.
@@ -60,7 +60,7 @@ Copyright (c) 2026 Nexa Systems Inc. All rights reserved.
'views/fp_quote_request_views.xml',
'views/fp_portal_dashboard.xml',
'views/fp_portal_templates.xml',
'views/fp_portal_account_summary.xml', # NEW Task 10
'views/fp_portal_account_summary.xml', # NEW - Task 10
'views/fp_portal_configurator_templates.xml',
'views/fp_portal_breadcrumbs.xml',
'views/fp_sale_order_portal.xml',
@@ -70,20 +70,20 @@ Copyright (c) 2026 Nexa Systems Inc. All rights reserved.
'web.assets_frontend': [
# Tokens MUST be first so every later file sees the variables.
'fusion_plating_portal/static/src/scss/_fp_portal_tokens.scss',
# Phase 1 button system
# Phase 1 - button system
'fusion_plating_portal/static/src/scss/fp_portal_buttons.scss',
# Phase 2 badges, cards, stepper, dashboard layout
# Phase 2 - badges, cards, stepper, dashboard layout
'fusion_plating_portal/static/src/scss/fp_portal_badges.scss',
'fusion_plating_portal/static/src/scss/fp_portal_cards.scss',
'fusion_plating_portal/static/src/scss/fp_portal_stepper.scss',
'fusion_plating_portal/static/src/scss/fp_portal_dashboard.scss',
'fusion_plating_portal/static/src/scss/fp_portal_timeline.scss',
'fusion_plating_portal/static/src/scss/fp_portal_sidebar.scss', # NEW Task 5
'fusion_plating_portal/static/src/scss/fp_portal_sidebar.scss', # NEW - Task 5
# Catch-all legacy rules (last)
'fusion_plating_portal/static/src/scss/fusion_plating_portal.scss',
'fusion_plating_portal/static/src/js/fp_rfq_form.js',
'fusion_plating_portal/static/src/js/fp_portal_sidebar.js', # NEW Task 5
'fusion_plating_portal/static/src/js/fp_portal_account_summary.js', # NEW Task 10 fix
'fusion_plating_portal/static/src/js/fp_portal_sidebar.js', # NEW - Task 5
'fusion_plating_portal/static/src/js/fp_portal_account_summary.js', # NEW - Task 10 fix
'fusion_plating_portal/static/src/js/fp_portal_list_search.js', # list search + sort
],
},