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:
@@ -14,7 +14,7 @@
|
||||
<xpath expr="//sheet" position="before">
|
||||
<div class="alert alert-danger mb-0" role="alert"
|
||||
invisible="not x_fc_account_hold">
|
||||
<strong>Account Hold Active</strong> —
|
||||
<strong>Account Hold Active</strong> -
|
||||
<field name="x_fc_account_hold_reason" readonly="1" nolabel="1"/>
|
||||
<br/>
|
||||
<small>
|
||||
@@ -24,7 +24,7 @@
|
||||
</div>
|
||||
</xpath>
|
||||
|
||||
<!-- Single "Plating Defaults" tab — invoice strategy, delivery,
|
||||
<!-- Single "Plating Defaults" tab - invoice strategy, delivery,
|
||||
deadlines, tax type, payment terms. Set once here, cascades
|
||||
onto every new SO for this customer. -->
|
||||
<xpath expr="//notebook" position="inside">
|
||||
@@ -57,7 +57,7 @@
|
||||
</group>
|
||||
</page>
|
||||
|
||||
<!-- Phase D5 — Account Hold management (the override gate per
|
||||
<!-- Phase D5 - Account Hold management (the override gate per
|
||||
spec section 2.E Layer 3). Was previously gated on the
|
||||
fold-in group_fp_accounting; consolidated to group_fp_manager
|
||||
and resolves audit-finding-11 _administrator typo by removing
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
role="alert"
|
||||
invisible="not x_fc_partner_account_hold">
|
||||
<i class="fa fa-ban me-1" title="Account hold"/>
|
||||
<strong>Account Hold</strong> — SO confirmation, invoicing
|
||||
<strong>Account Hold</strong> - SO confirmation, invoicing
|
||||
and shipping are blocked for non-managers.
|
||||
</div>
|
||||
</xpath>
|
||||
|
||||
Reference in New Issue
Block a user