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

@@ -71,7 +71,7 @@
<field name="scheduled_date" eval="(DateTime.now() + timedelta(days=1)).strftime('%Y-%m-%d %H:%M:%S')"/>
<field name="vehicle_id" ref="demo_vehicle_van"/>
<field name="destination_facility_id" ref="fusion_plating.demo_facility_main"/>
<field name="item_description" type="html"><p>50 aluminium housings anodize black</p></field>
<field name="item_description" type="html"><p>50 aluminium housings - anodize black</p></field>
<field name="estimated_weight_kg">120</field>
<field name="state">scheduled</field>
</record>
@@ -86,7 +86,7 @@
<field name="picked_up_at" eval="(DateTime.now() - timedelta(hours=3)).strftime('%Y-%m-%d %H:%M:%S')"/>
<field name="vehicle_id" ref="demo_vehicle_truck_box"/>
<field name="destination_facility_id" ref="fusion_plating.demo_facility_main"/>
<field name="item_description" type="html"><p>10 stainless steel panels electropolish</p></field>
<field name="item_description" type="html"><p>10 stainless steel panels - electropolish</p></field>
<field name="estimated_weight_kg">85</field>
<field name="tdg_required" eval="True"/>
<field name="state">picked_up</field>
@@ -128,7 +128,7 @@
<field name="delivered_at" eval="(DateTime.now() - timedelta(hours=5)).strftime('%Y-%m-%d %H:%M:%S')"/>
<field name="vehicle_id" ref="demo_vehicle_truck_box"/>
<field name="source_facility_id" ref="fusion_plating.demo_facility_main"/>
<field name="notes" type="html"><p>Delivered to loading dock B signed by Dave Wilson</p></field>
<field name="notes" type="html"><p>Delivered to loading dock B - signed by Dave Wilson</p></field>
<field name="state">delivered</field>
</record>