UX enhancements
This commit is contained in:
@@ -22,6 +22,8 @@ erpnext.accounts.bankReconciliation = class BankReconciliation {
|
|||||||
const me = this;
|
const me = this;
|
||||||
|
|
||||||
me.$main_section = $(`<div class="reconciliation page-main-content"></div>`).appendTo(me.page.main);
|
me.$main_section = $(`<div class="reconciliation page-main-content"></div>`).appendTo(me.page.main);
|
||||||
|
const empty_state = __("Upload a bank statement, link or reconcile a bank account")
|
||||||
|
me.$main_section.append(`<div class="text-center"><h5 class="text-muted">${empty_state}</h5></div>`)
|
||||||
|
|
||||||
me.page.add_field({
|
me.page.add_field({
|
||||||
fieldtype: 'Link',
|
fieldtype: 'Link',
|
||||||
|
|||||||
@@ -19,7 +19,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col-xs-3 col-sm-1">
|
<div class="col-xs-3 col-sm-1">
|
||||||
<div class="btn-group">
|
<div class="btn-group">
|
||||||
<a class="dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
<a class="dropdown-toggle btn btn-primary btn-xs" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||||
|
<span>Actions </span>
|
||||||
<span class="caret"></span>
|
<span class="caret"></span>
|
||||||
</a>
|
</a>
|
||||||
<ul class="dropdown-menu reports-dropdown" style="max-height: 300px; overflow-y: auto; right: 0px; left: auto;">
|
<ul class="dropdown-menu reports-dropdown" style="max-height: 300px; overflow-y: auto; right: 0px; left: auto;">
|
||||||
|
|||||||
Reference in New Issue
Block a user