Skip to content

Commit

Permalink
use of configured algo for cmm
Browse files Browse the repository at this point in the history
  • Loading branch information
mbayopanda committed Nov 20, 2020
1 parent d3bd766 commit 6a1fbd3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions client/src/i18n/en/stock.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
"CURRENT_QUANTITY" : "Current Quantity",
"RISK" : "Risk",
"RISK_QUANTITY" : "Risk Quantity",
"RISK_VALUE" : "Risk Value",
"CMM" : "CMM",
"MSD" : "MSD",
"LOSS" : "Stock Loss",
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 @@ -95,6 +95,7 @@
"RISK" : "Risque",
"CURRENT_QUANTITY" : "Quantité actuelle",
"RISK_QUANTITY" : "Quantité à risque",
"RISK_VALUE" : "Valeur à risque",
"CMM" : "CMM",
"MSD" : "MSD",
"LOSS" : "Perte de stock",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<th>{{translate 'STOCK.RISK_QUANTITY'}}</th>
<th>{{translate 'TABLE.COLUMNS.UNIT'}}</th>
<th>{{translate 'REPORT.STOCK.UNIT_COST'}}</th>
<th>{{translate 'FORM.LABELS.VALUE'}}</th>
<th>{{translate 'STOCK.RISK_VALUE'}}</th>
<th>{{translate 'STOCK.STATUS.LABEL'}}</th>
</tr>
</thead>
Expand All @@ -78,7 +78,7 @@
<td>{{lot.text}}</td>
<td>{{lot.label}}</td>
<td>{{date lot.expiration_date}}</td>
<td class="text-right">{{lot.cmms.algo_msh}}</td>
<td class="text-right">{{lot.avg_consumption}}</td>
<td class="text-right">{{lot.quantity}}</td>
<td class="text-right">{{lot.quantity_at_risk}}</td>
<td>{{lot.unit_type}}</td>
Expand Down

0 comments on commit 6a1fbd3

Please sign in to comment.