re-structure to monorepo.

This commit is contained in:
a.bouhuolia
2023-02-03 01:02:31 +02:00
parent 8242ec64ba
commit 7a0a13f9d5
10400 changed files with 46966 additions and 17223 deletions

View File

@@ -0,0 +1,39 @@
.financial-sheet{
&--payable-aging-summary{
.financial-sheet__table{
.bigcapital-datatable{
.tbody,
.thead{
.tr .td.vendor_name ~ .td,
.tr .th.vendor_name ~ .th{
text-align: right;
}
}
.tbody{
.tr:not(.no-results) {
.td{
border-bottom: 0;
padding-top: 0.4rem;
padding-bottom: 0.4rem;
}
&:not(:first-child) .td{
border-top: 1px solid transparent;
}
&.row-type--total{
font-weight: 500;
.td{
border-top: 1px solid #BBB;
border-bottom: 3px double #333;
}
}
}
}
}
}
}
}

View File

@@ -0,0 +1,15 @@
.financial-sheet {
&--cash-flow-statement {
.financial-sheet__table {
}
}
}
.financial-statement--cash-flow {
.financial-header-drawer {
.bp3-drawer {
max-height: 450px;
}
}
}

View File

@@ -0,0 +1,45 @@
.financial-sheet {
&--customers-balance-summary,
&--vendors-balance-summary {
.financial-sheet__table {
.thead,
.tbody {
.tr .td.customer_name~.td,
.tr .th.customer_name~.th {
text-align: right;
}
}
.tbody {
.tr:not(.no-results) {
.td {
border-bottom: 0;
padding-top: 0.4rem;
padding-bottom: 0.4rem;
}
&.row-type--TOTAL {
font-weight: 500;
.td {
border-top: 1px solid #bbb;
border-bottom: 3px double #333;
}
}
}
}
}
}
}
.financial-statement--balance-summary {
.financial-header-drawer {
.bp3-drawer {
// max-height: 350px;
max-height: 415px;
}
}
}

View File

@@ -0,0 +1,11 @@
.dashboard__insider--financial-report{
.alert-compute-running{
}
}

View File

@@ -0,0 +1,38 @@
.financial-reports {
padding: 20px 32px;
.section-title {
font-weight: 600;
margin-bottom: 1.4rem;
font-size: 18px;
color: rgb(31, 50, 85);
margin-top: 10px;
}
&__list {
display: flex;
flex-flow: wrap;
margin-left: -20px;
}
&__item {
width: 250px;
min-height: 140px;
margin-bottom: 16px;
margin-left: 16px;
border: 1px solid #d1dee2;
border-top: 3px solid #d1dee2;
background: #fff;
padding: 18px;
.title {
font-size: 16px;
}
.desc {
color: rgb(31, 50, 85);
line-height: 1.55;
margin-top: 8px;
margin-bottom: 0;
}
}
}

View File

@@ -0,0 +1,40 @@
.financial-sheet {
&--inventory-item-details {
width: 100%;
.financial-sheet__table {
.tbody,
.thead {
.tr .td.transaction_id~.td,
.tr .th.transaction_id~.th {
text-align: right;
}
}
.tbody {
}
}
}
.number-format-dropdown {
.toggles-fields {
.bp3-form-group:first-child {
display: none;
}
}
.form-group--money-format {
display: none;
}
}
.financial-statement--inventory-details {
.financial-header-drawer {
.bp3-drawer {
max-height: 350px;
}
}
}

View File

@@ -0,0 +1,9 @@
.financial-statement--journal{
.financial-header-drawer{
.bp3-drawer{
max-height: 350px;
}
}
}

View File

@@ -0,0 +1,43 @@
.number-format-dropdown{
width: 300px;
padding: 15px;
.bp3-form-group{
margin-bottom: 6px;
label.bp3-label{
font-size: 13px;
margin-bottom: 4px;
font-weight: 500;
}
.bp3-button{
min-height: 28px;
min-width: 28px;
}
}
.bp3-control.bp3-inline{
margin-bottom: 0;
margin-top: 0;
}
.toggles-fields{
margin-top: 14px;
}
&__footer{
text-align: right;
padding-top: 10px;
.bp3-button.bp3-small,
.bp3-button:not([class*="bp3-intent-"]):not(.bp3-minimal).bp3-small{
min-width: 65px;
height: 26px;
min-height: 26px;
}
}
.bp3-control .bp3-control-indicator{
height: 16px;
width: 16px;
}
}

View File

@@ -0,0 +1,36 @@
.financial-sheet {
&--sales-by-items,
&--purchases-by-items,
&--inventory-valuation {
min-width: 800px;
.financial-sheet__table {
.thead,
.tbody {
.tr .td:not(:first-child),
.tr .th:not(:first-child) {
text-align: right;
}
}
}
}
}
.financial-statement--sales-by-items,
.financial-statement--purchases-by-items {
.financial-header-drawer {
.bp3-drawer {
// max-height: 400px;
max-height: 450px;
}
}
}
.financial-statement--inventory-valuation {
.financial-header-drawer {
.bp3-drawer {
max-height: 400px;
}
}
}