add customer note

This commit is contained in:
2026-07-11 20:59:34 -04:00
parent 73783ff272
commit d04153360f
4 changed files with 14 additions and 1 deletions
+5
View File
@@ -19,6 +19,11 @@
<label>State <input type="text" name="state" value="{{ customer.state or '' }}"></label>
<label>Zip <input type="text" name="zip" value="{{ customer.zip or '' }}"></label>
</div>
<label>
Note <span class="hint">(internal only — never printed on the invoice)</span>
<textarea name="internal_note" rows="3">{{ customer.internal_note or '' }}</textarea>
</label>
</fieldset>
<button type="submit">Save</button>