mirror of
https://github.com/kbenestad/invoice.git
synced 2026-06-18 16:14:33 +00:00
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:
parent
501404ed7f
commit
c6a84590ce
1 changed files with 74 additions and 72 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue