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:
@@ -1,5 +1,5 @@
|
||||
// =============================================================================
|
||||
// Fusion Plating — Aerospace pack styles
|
||||
// Fusion Plating - Aerospace pack styles
|
||||
// Copyright 2026 Nexa Systems Inc.
|
||||
// License OPL-1 (Odoo Proprietary License v1.0)
|
||||
//
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
// Local helper — tint a semantic colour against the surface.
|
||||
// Local helper - tint a semantic colour against the surface.
|
||||
// -----------------------------------------------------------------------------
|
||||
@mixin fp-aero-tint($color-var, $amount: 12%) {
|
||||
background-color: color-mix(in srgb, var(#{$color-var}) #{$amount}, transparent);
|
||||
@@ -31,7 +31,7 @@
|
||||
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
// Risk register card — severity-tinted callout on the risk form
|
||||
// Risk register card - severity-tinted callout on the risk form
|
||||
// -----------------------------------------------------------------------------
|
||||
.o_fp_risk_card {
|
||||
background-color: var(--o-view-background-color, var(--bs-body-bg));
|
||||
@@ -67,7 +67,7 @@
|
||||
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
// Nadcap badge — compact accreditation indicator on the audit form header
|
||||
// Nadcap badge - compact accreditation indicator on the audit form header
|
||||
// -----------------------------------------------------------------------------
|
||||
.o_fp_nadcap_badge {
|
||||
display: inline-block;
|
||||
@@ -82,7 +82,7 @@
|
||||
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
// AS9100 clause tree — subtle hierarchy cueing for nested clause codes
|
||||
// AS9100 clause tree - subtle hierarchy cueing for nested clause codes
|
||||
// -----------------------------------------------------------------------------
|
||||
.o_fp_as9100_tree {
|
||||
.o_data_row {
|
||||
@@ -102,7 +102,7 @@
|
||||
color: var(--bs-body-color);
|
||||
}
|
||||
|
||||
// Muted parent column — it's context, not the focus.
|
||||
// Muted parent column - it's context, not the focus.
|
||||
td[name="parent_id"] {
|
||||
color: var(--bs-secondary-color);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user