Skip to content

Commit

Permalink
Use of tabs in lots modal
Browse files Browse the repository at this point in the history
  • Loading branch information
mbayopanda committed Nov 1, 2022
1 parent 04f1c09 commit 1867438
Show file tree
Hide file tree
Showing 4 changed files with 209 additions and 193 deletions.
6 changes: 6 additions & 0 deletions client/src/css/structure.css
Original file line number Diff line number Diff line change
Expand Up @@ -1296,3 +1296,9 @@ form.NoSubmitButton div.modal-footer button.btn-primary {
.stepper-item:last-child::after {
content: none;
}

/* -------------------- lots modal grid -------------------- */
.lots-modal-grid {
min-height: calc(320px);
}
/* -------------------- end lots modal grid ---------------- */
1 change: 1 addition & 0 deletions client/src/i18n/en/stock.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@
"MONTH" : "Stock Months",
"MONTHLY_CONSUM" : "Average Monthly Consumption",
"MONTH_OF_STOCK" : "Stock Months - Months until Stock Out",
"OPTIONS" : "Options",
"MSD" : "MSD",
"NUMBER_PACKAGES" : "Number Package",
"RISK" : "Risk",
Expand Down
1 change: 1 addition & 0 deletions client/src/i18n/fr/stock.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@
"MONTHLY_CONSUM" : "Consommation Mensuelle Moyenne",
"MONTH_OF_STOCK" : "Mois de stock - Nombre de mois avant epuisement du stock",
"NUMBER_PACKAGES" : "Nombre de paquet",
"OPTIONS" : "Options",
"MSD" : "MSD",
"RISK" : "Risque",
"RISK_QUANTITY" : "Quantité à risque",
Expand Down
Loading

0 comments on commit 1867438

Please sign in to comment.