tommy преди 14 часа
родител
ревизия
a71d44991e
променени са 9 файла, в които са добавени 9 реда и са изтрити 9 реда
  1. +1
    -1
      src/components/ItemTracing/ItemTracingDocLink.tsx
  2. +1
    -1
      src/components/ItemTracing/ItemTracingFlowGraph.tsx
  3. +1
    -1
      src/components/ItemTracing/ItemTracingFlowGraphSearch.tsx
  4. +1
    -1
      src/components/ItemTracing/ItemTracingLocations.tsx
  5. +1
    -1
      src/components/ItemTracing/ItemTracingNodeDetailPanel.tsx
  6. +1
    -1
      src/components/ItemTracing/ItemTracingScanBar.tsx
  7. +1
    -1
      src/components/ItemTracing/ItemTracingSections.tsx
  8. +1
    -1
      src/components/ItemTracing/ItemTracingSummary.tsx
  9. +1
    -1
      src/components/ItemTracing/exportItemLotTraceXlsx.ts

+ 1
- 1
src/components/ItemTracing/ItemTracingDocLink.tsx Целия файл

@@ -23,7 +23,7 @@ const stopGraphEvent = (e: React.MouseEvent) => {
e.stopPropagation();
};

/** FP-MTMS Version Checklist | Functions Ref. No. 5 | v1.0.0 | 2026-07-14 */
/** FP-MTMS Version Checklist | Functions Ref. No. 16 | v1.0.0 | 2026-07-17 */
const ItemTracingDocLink: React.FC<DocLinkProps> = ({
kind,
code,


+ 1
- 1
src/components/ItemTracing/ItemTracingFlowGraph.tsx Целия файл

@@ -787,7 +787,7 @@ const ItemTracingFlowGraphInner: React.FC<Props> = ({
);
};

/** FP-MTMS Version Checklist | Functions Ref. No. 3 | v1.0.0 | 2026-07-14 */
/** FP-MTMS Version Checklist | Functions Ref. No. 14 | v1.0.0 | 2026-07-17 */
const ItemTracingFlowGraph: React.FC<Props> = (props) => (
<ReactFlowProvider>
<ItemTracingFlowGraphInner {...props} />


+ 1
- 1
src/components/ItemTracing/ItemTracingFlowGraphSearch.tsx Целия файл

@@ -25,7 +25,7 @@ type Props = {
onClear: () => void;
};

/** FP-MTMS Version Checklist | Functions Ref. No. 4 | v1.0.0 | 2026-07-14 */
/** FP-MTMS Version Checklist | Functions Ref. No. 15 | v1.0.0 | 2026-07-17 */
const ItemTracingFlowGraphSearch: React.FC<Props> = ({
query,
matchCount,


+ 1
- 1
src/components/ItemTracing/ItemTracingLocations.tsx Целия файл

@@ -69,7 +69,7 @@ function SectionTable<T>({
);
}

/** FP-MTMS Version Checklist | Functions Ref. No. 2 | v1.0.0 | 2026-07-14 */
/** FP-MTMS Version Checklist | Functions Ref. No. 13 | v1.0.0 | 2026-07-17 */
const ItemTracingLocations: React.FC<Props> = ({
locationBlocks,
onFocusWarehouse,


+ 1
- 1
src/components/ItemTracing/ItemTracingNodeDetailPanel.tsx Целия файл

@@ -30,7 +30,7 @@ type Props = {
onClose?: () => void;
};

/** FP-MTMS Version Checklist | Functions Ref. No. 4 | v1.0.0 | 2026-07-14 */
/** FP-MTMS Version Checklist | Functions Ref. No. 15 | v1.0.0 | 2026-07-17 */
const ItemTracingNodeDetailPanel: React.FC<Props> = ({ node, onClose }) => {
const { t } = useTranslation("itemTracing");



+ 1
- 1
src/components/ItemTracing/ItemTracingScanBar.tsx Целия файл

@@ -25,7 +25,7 @@ type ScanBarProps = {
lastLotNo?: string;
};

/** FP-MTMS Version Checklist | Functions Ref. No. 1 | v1.0.0 | 2026-07-14 */
/** FP-MTMS Version Checklist | Functions Ref. No. 12 | v1.0.0 | 2026-07-17 */
const ItemTracingScanBar: React.FC<ScanBarProps> = ({
onTrace,
loading,


+ 1
- 1
src/components/ItemTracing/ItemTracingSections.tsx Целия файл

@@ -46,7 +46,7 @@ type Props = {
onTrace?: (params: TraceParams) => void;
};

/** FP-MTMS Version Checklist | Functions Ref. No. 6 | v1.0.0 | 2026-07-14 */
/** FP-MTMS Version Checklist | Functions Ref. No. 17 | v1.0.0 | 2026-07-17 */
const ItemTracingSections: React.FC<Props> = ({ data, compiledGraph, onTrace }) => {
const { t } = useTranslation("itemTracing");
const [tab, setTab] = useState(0);


+ 1
- 1
src/components/ItemTracing/ItemTracingSummary.tsx Целия файл

@@ -38,7 +38,7 @@ type SummaryWarehouseRow = {
status: string;
};

/** FP-MTMS Version Checklist | Functions Ref. No. 2 | v1.0.0 | 2026-07-14 */
/** FP-MTMS Version Checklist | Functions Ref. No. 13 | v1.0.0 | 2026-07-17 */
const ItemTracingSummary: React.FC<Props> = ({
data,
onFocusWarehouse,


+ 1
- 1
src/components/ItemTracing/exportItemLotTraceXlsx.ts Целия файл

@@ -889,7 +889,7 @@ export const buildItemLotTraceSheets = (

export const ITEM_LOT_TRACE_SHEET_NAMES = Object.values(SHEET);

/** FP-MTMS Version Checklist | Functions Ref. No. 4 | v1.0.0 | 2026-07-15 */
/** FP-MTMS Version Checklist | Functions Ref. No. 15 | v1.0.0 | 2026-07-17 */
export const exportItemLotTraceXlsx = (
data: ItemLotTraceResponse,
compiledGraph: CompiledTraceGraph,


Зареждане…
Отказ
Запис