{{ $t('falukant.newdirector.age') }} {{ selectedProposal.character.age }} Jahre
+{{ $t('falukant.newdirector.salary') }} {{ selectedProposal.proposedIncome }} $
+| {{ $t('falukant.newdirector.product') }} | +{{ $t('falukant.newdirector.knowledge') }} | +
|---|---|
| {{ $t('falukant.product.' + knowledge.labelTr) }} | +{{ mapKnowledgeToText(knowledge.value) }} | +
- {{ $t('falukant.branch.director.info', { branchName: selectedBranch.cityName }) }} -
-{{ $t('falukant.branch.director.noSelection') }}
-{{ $t('falukant.branch.sale.info') }}
-| {{ $t('falukant.branch.sale.region') }} | -{{ $t('falukant.branch.sale.product') }} | -{{ $t('falukant.branch.sale.quality') }} | -{{ $t('falukant.branch.sale.quantity') }} | -{{ $t('falukant.branch.sale.sell') }} | -
|---|---|---|---|---|
| {{ item.region.name }} ({{ $t(`falukant.regionType.${item.region.regionType.labelTr}`) - }}) | -{{ $t(`falukant.product.${item.product.labelTr}`) }} | -{{ item.quality }} | -{{ item.totalQuantity }} | -- - - | -
{{ $t('falukant.branch.sale.noInventory') }}
-| {{ $t('falukant.branch.production.product') }} | -{{ $t('falukant.branch.production.quantity') }} | -{{ $t('falukant.branch.production.ending') }} | -{{ $t('falukant.branch.production.remainingTime') }} | -
|---|---|---|---|
| {{ $t(`falukant.product.${production.productType.labelTr}`) }} | -{{ production.quantity }} | -{{ calculateEndDateTime(production.startTimestamp, - production.productType.productionTime) }} | -{{ calculateRemainingTime(production.startTimestamp, - production.productType.productionTime) }} | -
- {{ $t('falukant.branch.production.cost') }}: - {{ calculateProductionCost() }} -
-- {{ $t('falukant.branch.production.duration') }}: - {{ calculateProductionDuration(selectedProduct?.id) }} -
-- {{ $t('falukant.branch.production.revenue') }}: - {{ calculateProductionRevenue() }} -
-| {{ $t('falukant.branch.revenue.product') }} | -{{ $t('falukant.branch.revenue.knowledge') }} | -{{ $t('falukant.branch.revenue.absolute') }} | -{{ $t('falukant.branch.revenue.perMinute') }} | -
|---|---|---|---|
| {{ $t(`falukant.product.${product.labelTr}`) }} | -{{ product.knowledges[0]?.knowledge }} % | -{{ calculateProductRevenue(product).absolute }} | -{{ calculateProductRevenue(product).perMinute }} | -
+ +
+| {{ $t('falukant.branch.director.name') }} | +{{ $t('falukant.titles.' + director.director.character.gender + '.' + director.director.character.title) }} {{ director.director.character.name }} | +
| {{ $t('falukant.branch.director.salary') }} | +{{ director.director.income }} | +
| {{ $t('falukant.branch.director.satisfaction') }} | +{{ director.director.satisfaction }} % | +
| + |
| + |
| + |
| + |
| + |
| {{ $t('falukant.branch.sale.region') }} | +{{ $t('falukant.branch.sale.product') }} | +{{ $t('falukant.branch.sale.quality') }} | +{{ $t('falukant.branch.sale.quantity') }} | +{{ $t('falukant.branch.sale.sell') }} | +
|---|---|---|---|---|
| + {{ item.region.name }} + ({{ $t(`falukant.regionType.${item.region.regionType.labelTr}`) }}) + | +{{ $t(`falukant.product.${item.product.labelTr}`) }} | +{{ item.quality }} | +{{ item.totalQuantity }} | ++ + + | +
{{ $t('falukant.branch.sale.noInventory') }}
+| {{ $t('falukant.branch.production.product') }} | +{{ $t('falukant.branch.production.quantity') }} | +{{ $t('falukant.branch.production.ending') }} | +{{ $t('falukant.branch.production.remainingTime') }} | +
|---|---|---|---|
| + {{ $t(`falukant.product.${production.productType.labelTr}`) }} + | +{{ production.quantity }} | ++ {{ + calculateEndDateTime( + production.startTimestamp, + production.productType.productionTime + ) + }} + | ++ {{ + calculateRemainingTime( + production.startTimestamp, + production.productType.productionTime + ) + }} + | +
+ {{ $t('falukant.branch.production.cost') }}: + {{ calculateProductionCost() }} +
++ {{ $t('falukant.branch.production.duration') }}: + {{ calculateProductionDuration(selectedProduct?? 0) }} +
++ {{ $t('falukant.branch.production.revenue') }}: + {{ calculateProductionRevenue() }} +
++ {{ $t('falukant.branch.storage.currentCapacity') }}: + {{ currentStorage }} / {{ maxStorage }} +
+| {{ $t('falukant.branch.storage.stockType') }} | +{{ $t('falukant.branch.storage.totalCapacity') }} | +{{ $t('falukant.branch.storage.used') }} | +
|---|---|---|
| + {{ $t(`falukant.branch.stocktype.${usage.stockTypeLabelTr}`) }} + | +{{ usage.totalCapacity }} | +{{ usage.used }} | +
| {{ $t('falukant.branch.storage.stockType') }} | +{{ $t('falukant.branch.storage.totalCapacity') }} | +
|---|---|
| + {{ $t(`falukant.branch.stocktype.${buyable.stockTypeLabelTr}`) }} + | +{{ buyable.quantity }} | +
| {{ $t('falukant.branch.revenue.product') }} | +{{ $t('falukant.branch.revenue.knowledge') }} | +{{ $t('falukant.branch.revenue.absolute') }} | +{{ $t('falukant.branch.revenue.perMinute') }} | +{{ $t('falukant.branch.revenue.profitAbsolute') }} | +{{ $t('falukant.branch.revenue.profitPerMinute') }} | +
|---|---|---|---|---|---|
| {{ $t(`falukant.product.${product.labelTr}`) }} | +{{ mapKnowledgeToText(product.knowledges[0]?.knowledge) }} | +{{ calculateProductRevenue(product).absolute }} | +{{ calculateProductRevenue(product).perMinute }} | +{{ calculateProductProfit(product).absolute }} | +{{ calculateProductProfit(product).perMinute }} | +
| {{ $t('falukant.branch.sale.region') }} | +{{ $t('falukant.branch.production.product') }} | +{{ $t('falukant.branch.production.quantity') }} | +{{ $t('falukant.branch.production.ending') }} | +
|---|---|---|---|
| {{ production.cityName }} | +{{ $t(`falukant.product.${production.productName}`) }} | +{{ production.quantity }} | +{{ formatDate(production.endTimestamp) }} | +
{{ $t('falukant.branch.production.noProductions') }}
| {{ $t('falukant.branch.sale.region') }} | +{{ $t('falukant.branch.sale.product') }} | +{{ $t('falukant.branch.sale.quantity') }} | +
|---|---|---|
| {{ item.regionName }} | +{{ $t(`falukant.product.${item.productLabelTr}`) }} | +{{ item.quantity }} | +
{{ $t('falukant.branch.sale.noInventory') }}
| {{ branch.region.name }} | -{{ $t(`falukant.overview.branches.level.${branch.branchType.labelTr}`) }} | +
| + {{ branch.region.name }} + | ++ {{ $t(`falukant.overview.branches.level.${branch.branchType.labelTr}`) }} + |