mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Plain: #statement-invoice-table-details
, #statement-payment-table-totals
This commit is contained in:
parent
a730900a09
commit
6de3637501
@ -216,6 +216,13 @@
|
|||||||
padding-right: 7px;
|
padding-right: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#statement-invoice-table-totals,
|
||||||
|
#statement-payment-table-totals {
|
||||||
|
margin-top: 1rem;
|
||||||
|
text-align: right;
|
||||||
|
margin-right: .75rem;
|
||||||
|
}
|
||||||
|
|
||||||
/** Useful snippets, uncomment to enable. **/
|
/** Useful snippets, uncomment to enable. **/
|
||||||
|
|
||||||
/** Hide company logo **/
|
/** Hide company logo **/
|
||||||
@ -273,10 +280,13 @@
|
|||||||
<table id="delivery-note-table" cellspacing="0"></table>
|
<table id="delivery-note-table" cellspacing="0"></table>
|
||||||
|
|
||||||
<table id="statement-invoice-table" cellspacing="0"></table>
|
<table id="statement-invoice-table" cellspacing="0"></table>
|
||||||
|
<div id="statement-invoice-table-totals"></div>
|
||||||
|
|
||||||
<table id="statement-payment-table" cellspacing="0"></table>
|
<table id="statement-payment-table" cellspacing="0"></table>
|
||||||
|
<div id="statement-payment-table-totals"></div>
|
||||||
|
|
||||||
<table id="statement-aging-table" cellspacing="0"></table>
|
<table id="statement-aging-table" cellspacing="0"></table>
|
||||||
|
<div id="statement-aging-table-totals"></div>
|
||||||
|
|
||||||
<div id="table-totals" cellspacing="0"></div>
|
<div id="table-totals" cellspacing="0"></div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user