diff --git a/src/AppHeijunka.vue b/src/AppHeijunka.vue index cecdc27..930bff1 100644 --- a/src/AppHeijunka.vue +++ b/src/AppHeijunka.vue @@ -93,6 +93,11 @@ const createdAt = new Date('2026-01-01').toLocaleDateString(undefined, {
  • 2 pairs of shoes
  • 2 hats
  • +

    + As there are 4 hours of production per day, you must produce 4 products + per day to meet the 12 orders every 3 days. At the end, you produce 1 + product every hour. +

    Factory

    @@ -158,10 +163,6 @@ const createdAt = new Date('2026-01-01').toLocaleDateString(undefined, { --> - - day: {{ heijunkaStore.currentDay }} | current hour: - {{ heijunkaStore.meta.currentHour }} hours - @@ -178,6 +179,12 @@ const createdAt = new Date('2026-01-01').toLocaleDateString(undefined, {
    +
    + + day: {{ heijunkaStore.currentDay }} | current hour: + {{ heijunkaStore.meta.currentHour }} hours + +
    Mean lead time: {{ heijunkaStore.meanLeadTime }} diff --git a/src/modules/heijkunka/assets/JeanItem.vue b/src/modules/heijkunka/assets/JeanItem.vue index 7a25aa3..c262bf1 100644 --- a/src/modules/heijkunka/assets/JeanItem.vue +++ b/src/modules/heijkunka/assets/JeanItem.vue @@ -4,15 +4,17 @@ width="24" height="24" viewBox="0 0 24 24" - fill="currentColor" - class="icon icon-tabler icons-tabler-filled icon-tabler-columns-2" + fill="none" + stroke="currentColor" + stroke-width="2" + stroke-linecap="round" + stroke-linejoin="round" + class="icon icon-tabler icons-tabler-outline icon-tabler-layout-columns" > - +