feat: Vendor Credit note.

This commit is contained in:
elforjani13
2021-11-29 16:33:43 +02:00
parent 0a9798e7a7
commit 119d0b2839
35 changed files with 1488 additions and 10 deletions

View File

@@ -0,0 +1,20 @@
.dashboard__insider--vendors-credit-note-list {
.bigcapital-datatable {
.tbody {
.amount.td {
.cell-inner {
> span {
font-weight: 600;
}
}
}
}
.table-size--small {
.status.td {
.bp3-progress-bar {
height: 3px;
}
}
}
}
}

View File

@@ -0,0 +1,49 @@
body.page-vendor-credit-note-new,
body.page-vendor-credit-note-edit {
.dashboard__footer {
display: none;
}
}
.dashboard__insider--vendor-credit-note-form {
padding-bottom: 64px;
}
.page-form--vendor-credit-note {
$self: '.page-form';
#{$self}__header {
display: flex;
&-fields {
flex: 1 0 0;
}
.bp3-label {
min-width: 150px;
}
.bp3-form-content {
width: 100%;
}
.bp3-form-group {
&.bp3-inline {
max-width: 450px;
}
}
.col--invoice-date {
max-width: 435px;
}
}
#{$self}__footer {
.form-group--note {
max-width: 450px;
width: 100%;
textarea {
width: 100%;
min-height: 60px;
}
}
}
}