feat : Cash flow transaction type.

This commit is contained in:
elforjani13
2021-10-17 18:00:40 +02:00
parent 2078b6bc99
commit c148e2976a
33 changed files with 1273 additions and 63 deletions

View File

@@ -1,4 +1,5 @@
.dialog--money-in {
.dialog--money-in,
.dialog--money-out {
.bp3-form-group {
margin-bottom: 15px;
@@ -19,8 +20,8 @@
}
&--reference-no,
&--amount,
&--cashflow_account_id {
max-width: 270px;
&--credit_account_id {
max-width: 380px;
}
}