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 — Logistics backend styles
|
||||
// Fusion Plating - Logistics backend styles
|
||||
// Copyright 2026 Nexa Systems Inc.
|
||||
// License OPL-1 (Odoo Proprietary License v1.0)
|
||||
//
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
// Local helper — tint a badge against a semantic colour var
|
||||
// Local helper - tint a badge against a semantic colour var
|
||||
// -----------------------------------------------------------------------------
|
||||
@mixin fpl-tint($color-var, $amount: 12%) {
|
||||
background-color: color-mix(in srgb, var(#{$color-var}) #{$amount}, transparent);
|
||||
@@ -32,7 +32,7 @@
|
||||
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
// Vehicle kanban — state-aware card with a left-border accent
|
||||
// Vehicle kanban - state-aware card with a left-border accent
|
||||
// -----------------------------------------------------------------------------
|
||||
.o_fp_vehicle_kanban {
|
||||
|
||||
@@ -82,7 +82,7 @@
|
||||
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
// Pickup / Delivery kanbans — share the TDG badge styling
|
||||
// Pickup / Delivery kanbans - share the TDG badge styling
|
||||
// -----------------------------------------------------------------------------
|
||||
.o_fp_pickup_kanban,
|
||||
.o_fp_delivery_kanban {
|
||||
@@ -104,7 +104,7 @@
|
||||
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
// Route stop — inline status dot (used when rendered outside a kanban)
|
||||
// Route stop - inline status dot (used when rendered outside a kanban)
|
||||
// -----------------------------------------------------------------------------
|
||||
.o_fp_route_stop {
|
||||
display: flex;
|
||||
@@ -141,7 +141,7 @@
|
||||
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
// Proof of Delivery — signature capture surface
|
||||
// Proof of Delivery - signature capture surface
|
||||
// -----------------------------------------------------------------------------
|
||||
.o_fp_pod_signature_box {
|
||||
background-color: var(--o-view-background-color, var(--bs-body-bg));
|
||||
|
||||
Reference in New Issue
Block a user