WIP Financial statements.

This commit is contained in:
Ahmed Bouhuolia
2020-04-03 01:17:17 +02:00
parent cf5f56ae32
commit 4227f2f9a8
40 changed files with 1750 additions and 761 deletions

View File

@@ -138,6 +138,16 @@
}
}
.no-results{
color: #666;
.td{
padding-top: 20px;
padding-bottom: 20px;
width: 100%;
}
}
&--financial-report{
@@ -147,11 +157,10 @@
border-top: 1px solid #666;
border-bottom: 1px solid #666;
padding: 10px 1.5rem;
padding: 10px 0.4rem;
color: #222;
}
}
}
}
}

View File

@@ -1,20 +1,4 @@
.form-group--select-list{
.bp3-button{
border-radius: 0;
&,
&:hover{
background: #fff;
box-shadow: 0 0 0;
border: 1px solid #ced4da;
}
}
}
.form-group--select-list.bp3-fill{
.bp3-popover-wrapper{
@@ -41,18 +25,39 @@
}
}
.bp3-button{
.bp3-button:not([class*="bp3-intent-"]):not(.bp3-minimal){
min-width: 32px;
min-height: 32px;
background-color: #E6EFFB;
color: #555555;
box-shadow: 0 0 0;
.form-group--select-list &{
border-radius: 0;
&,
&:hover{
background: #fff;
box-shadow: 0 0 0;
border: 1px solid #ced4da;
}
}
}
.bp3-button{
&.bp3-intent-primary,
&.bp3-intent-success,
&.bp3-intent-danger,
&.bp3-intent-warning{
&,
&:hover{
box-shadow: 0 0 0;
}
}
}
}
.button--secondary{
}

View File

@@ -37,11 +37,15 @@ label{
&.#{$ns}-intent-danger{
select{
box-shadow: 0 0 0 0 rgba(219, 55, 55, 0),
0 0 0 0 rgba(219, 55, 55, 0),
0 0 0 0 rgba(2, 2, 2, 0),
inset 0 0 0 1px #db3737,
inset 0 0 0 1px rgba(16, 22, 26, 0.15),
inset 0 1px 1px rgba(16, 22, 26, 0.2);
}
.bp3-input{
border-color: #db3737;
}
}
.#{$ns}-label{

View File

@@ -24,11 +24,9 @@
border: 1px solid #E2E2E2;
min-width: 640px;
width: 0;
margin-left: auto;
margin-right: auto;
padding: 20px;
padding-top: 30px;
margin-top: 35px;
margin: 35px auto;
&__title{
margin: 0;
@@ -62,9 +60,40 @@
&__accounting-basis{
}
&--trial-balance{
min-width: 720px;
}
&--general-ledger,
&--journal{
width: auto;
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
border-color: #EEEDED;
}
&--journal{
.financial-sheet__table{
.tbody{
.tr .td{
padding: 0.4rem;
color: #444;
border-bottom-color: #F0F0F0;
min-height: 32px;
border-left: 1px solid #F0F0F0;
&:first-of-type{
border-left: 0;
}
&.account_code{
color: #666;
}
}
}
}
}
}