Move Charge To card under Invoice Details in right column

Restructure the top section from a flat 2x2 grid to: Sender on the left,
Invoice Details + Charge To stacked in the right column, Payment as a
full-width card below.

https://claude.ai/code/session_0151QtsUhzXmgzEhSvXG2SDt
This commit is contained in:
Claude 2026-06-01 18:00:13 +00:00
parent 501404ed7f
commit c6a84590ce
No known key found for this signature in database

View file

@ -498,6 +498,7 @@ function buildForm() {
<div class="fi"><label id="lbl-stax">${t("vat-id")}:</label>
<input id="stax" type="text" data-ls="stax"></div>
</div>
<div style="display:flex;flex-direction:column;gap:12px">
<div class="card">
<div class="card-title" id="sec-invdet">${t("invoice-details-section")}</div>
<div class="fg"><label id="lbl-idate" for="idate">${t("invoice-date")}</label>
@ -549,7 +550,9 @@ function buildForm() {
<input id="creg" type="text"></div>
</div>
</div>
<div class="card">
</div>
</div>
<div class="card" style="margin-bottom:14px">
<div class="card-title" id="lbl-pay-sec">${t("payment")}</div>
<div class="pay-terms-row">
<label id="lbl-pterm">${t("payment-terms")}:</label>
@ -574,7 +577,6 @@ function buildForm() {
<input id="pref" type="text" data-ls="pref"></div>
</div>
</div>
</div>
<div id="lines-card">
<div class="card-title" style="display:flex;align-items:center;justify-content:space-between">