@axelor/aos-mobile-intervention 8.2.4 → 8.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (102) hide show
  1. package/lib/api/client-and-prospect-api.d.ts +2 -1
  2. package/lib/api/client-and-prospect-api.js +4 -2
  3. package/lib/api/client-and-prospect-api.js.map +1 -1
  4. package/lib/api/contract-api.d.ts +2 -1
  5. package/lib/api/contract-api.js +3 -2
  6. package/lib/api/contract-api.js.map +1 -1
  7. package/lib/api/equipment-api.js +1 -1
  8. package/lib/api/equipment-family-api.js +1 -1
  9. package/lib/api/equipment-line-api.js +1 -1
  10. package/lib/api/equipment-picture-api.js +1 -1
  11. package/lib/api/index.js +1 -1
  12. package/lib/api/intervention-api.d.ts +6 -3
  13. package/lib/api/intervention-api.js +7 -4
  14. package/lib/api/intervention-api.js.map +1 -1
  15. package/lib/api/intervention-note-api.js +1 -1
  16. package/lib/api/question-api.js +1 -1
  17. package/lib/components/atoms/EquipmentCard/EquipmentCard.js +1 -1
  18. package/lib/components/atoms/EquipmentLineCard/EquipmentLineCard.js +1 -1
  19. package/lib/components/atoms/InterventionCard/InterventionCard.js +1 -1
  20. package/lib/components/atoms/NoteCard/NoteCard.js +1 -1
  21. package/lib/components/atoms/PictureCard/PictureCard.js +1 -1
  22. package/lib/components/atoms/QuestionCard/QuestionCard.js +1 -1
  23. package/lib/components/atoms/index.js +1 -1
  24. package/lib/components/index.js +1 -1
  25. package/lib/components/molecules/DropdownGeneralView/DropdownGeneralView.js +1 -1
  26. package/lib/components/molecules/EquipmentActionCard/EquipmentActionCard.js +1 -1
  27. package/lib/components/molecules/EquipmentDetailsHeader/EquipmentDetailsHeader.js +1 -1
  28. package/lib/components/molecules/GtCard/GtCard.js +1 -1
  29. package/lib/components/molecules/InterventionDetailCard/InterventionDetailCard.js +1 -1
  30. package/lib/components/molecules/InterventionHeader/InterventionHeader.js +1 -1
  31. package/lib/components/molecules/NoteDetailCard/NoteDetailCard.js +1 -1
  32. package/lib/components/molecules/PicturesRow/PicturesRow.js +1 -1
  33. package/lib/components/molecules/QuestionAdvancedMonitoring/QuestionAdvancedMonitoring.js +1 -1
  34. package/lib/components/molecules/QuestionCheckbox/QuestionCheckbox.js +1 -1
  35. package/lib/components/molecules/QuestionList/QuestionList.js +1 -1
  36. package/lib/components/molecules/QuestionMeasure/QuestionMeasure.js +1 -1
  37. package/lib/components/molecules/index.js +1 -1
  38. package/lib/components/organisms/ClientProspectSearchBar/ClientProspectSearchBar.js +8 -3
  39. package/lib/components/organisms/ClientProspectSearchBar/ClientProspectSearchBar.js.map +1 -1
  40. package/lib/components/organisms/ContractSearchBar/ContractSearchBar.js +9 -3
  41. package/lib/components/organisms/ContractSearchBar/ContractSearchBar.js.map +1 -1
  42. package/lib/components/organisms/DropdownCards/DropdownCards.js +1 -1
  43. package/lib/components/organisms/EquipmentFamilySearchBar/EquipmentFamilySearchBar.js +1 -1
  44. package/lib/components/organisms/EquipmentModeSwitch/EquipmentModeSwitch.js +1 -1
  45. package/lib/components/organisms/InterventionNoteTypePicker/InterventionNoteTypePicker.js +1 -1
  46. package/lib/components/organisms/PlaceEquipmentSearchBar/PlaceEquipmentSearchBar.js +1 -1
  47. package/lib/components/organisms/TypePicker/TypePicker.js +1 -1
  48. package/lib/components/organisms/index.js +1 -1
  49. package/lib/components/pages/EquipmentView/EquipmentView.js +1 -1
  50. package/lib/components/pages/GeneralInformationView/GeneralInformationView.js +1 -1
  51. package/lib/components/pages/HistoryView/HistoryView.js +8 -2
  52. package/lib/components/pages/HistoryView/HistoryView.js.map +1 -1
  53. package/lib/components/pages/NoteView/NoteView.js +1 -1
  54. package/lib/components/pages/SurveyView/SurveyView.js +1 -1
  55. package/lib/components/pages/index.js +1 -1
  56. package/lib/components/templates/InterventionsListView/InterventionsListView.js +5 -4
  57. package/lib/components/templates/InterventionsListView/InterventionsListView.js.map +1 -1
  58. package/lib/components/templates/LinkEquipmentPopup/LinkEquipmentPopup.js +1 -1
  59. package/lib/components/templates/SurveyRangeNavigation/SurveyRangeNavigation.js +1 -1
  60. package/lib/components/templates/index.js +1 -1
  61. package/lib/features/asyncFunctions-index.js +1 -1
  62. package/lib/features/clientAndProspectSlice.js +1 -1
  63. package/lib/features/contractSlice.js +1 -1
  64. package/lib/features/equipmentFamilySlice.js +1 -1
  65. package/lib/features/equipmentLineSlice.js +1 -1
  66. package/lib/features/equipmentPictureSlice.js +1 -1
  67. package/lib/features/equipmentSlice.js +1 -1
  68. package/lib/features/index.js +1 -1
  69. package/lib/features/interventionNoteSlice.js +1 -1
  70. package/lib/features/interventionSlice.js +1 -1
  71. package/lib/features/questionSlice.js +1 -1
  72. package/lib/hooks/use-intervention-header-actions.js +1 -1
  73. package/lib/index.js +1 -1
  74. package/lib/models/forms.js +1 -1
  75. package/lib/models/index.js +1 -1
  76. package/lib/models/objectFields.js +1 -1
  77. package/lib/models/searchFields.js +1 -1
  78. package/lib/models/sortFields.js +1 -1
  79. package/lib/models/typeObjects.js +1 -1
  80. package/lib/screens/equipment/CustomerParkScreen.js +1 -1
  81. package/lib/screens/equipment/EquipmentFormView.js +1 -1
  82. package/lib/screens/equipment/EquipmentInterventionListScreen.js +10 -2
  83. package/lib/screens/equipment/EquipmentInterventionListScreen.js.map +1 -1
  84. package/lib/screens/equipment/EquipmentLineListScreen.js +1 -1
  85. package/lib/screens/equipment/EquipmentPictureScreen.js +1 -1
  86. package/lib/screens/equipment/index.js +1 -1
  87. package/lib/screens/intervention/ActiveInterventionScreen.js +8 -4
  88. package/lib/screens/intervention/ActiveInterventionScreen.js.map +1 -1
  89. package/lib/screens/intervention/DayInterventionsScreen.js +1 -1
  90. package/lib/screens/intervention/InterventionDetailsScreen.js +1 -1
  91. package/lib/screens/intervention/InterventionNoteFormScreen.js +1 -1
  92. package/lib/screens/intervention/InterventionQuestionFormScreen.js +1 -1
  93. package/lib/screens/intervention/InterventionsHistoryScreen.js +1 -1
  94. package/lib/screens/intervention/PlannedInterventionsScreen.js +1 -1
  95. package/lib/screens/intervention/index.js +1 -1
  96. package/lib/types/equipment.js +1 -1
  97. package/lib/types/index.js +1 -1
  98. package/lib/types/intervention.js +1 -1
  99. package/lib/types/question.js +1 -1
  100. package/lib/utils/form-types.js +1 -1
  101. package/lib/utils/index.js +1 -1
  102. package/package.json +4 -4
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -22,11 +22,17 @@ import { fetchIntervention } from '../../../features/interventionSlice';
22
22
  const HistoryView = ({}) => {
23
23
  const I18n = useTranslator();
24
24
  const { Intervention } = useTypes();
25
+ const { user } = useSelector(state => state.user);
25
26
  const { loading, moreLoading, isListEnd, interventionList, intervention } = useSelector((state) => state.intervention_intervention);
26
27
  const sliceFunctionData = useMemo(() => ({
27
28
  deliveredPartnerId: intervention.deliveredPartner?.id,
28
29
  statusList: [Intervention?.statusSelect.Finished],
29
- }), [Intervention?.statusSelect, intervention.deliveredPartner?.id]);
30
+ companyId: user.activeCompany?.id,
31
+ }), [
32
+ Intervention?.statusSelect.Finished,
33
+ intervention.deliveredPartner?.id,
34
+ user.activeCompany?.id,
35
+ ]);
30
36
  return (<SearchListView list={interventionList} loading={loading} moreLoading={moreLoading} isListEnd={isListEnd} sliceFunction={fetchIntervention} sliceFunctionData={sliceFunctionData} searchPlaceholder={I18n.t('Base_Search')} headerTopChildren={<InterventionHeader intervention={intervention}/>} renderListItem={({ item }) => (<InterventionDetailCard intervention={item} isCopyCard={true} onPress={() => clipboardProvider.copyToClipboard(item.sequence)}/>)}/>);
31
37
  };
32
38
  export default HistoryView;
@@ -1 +1 @@
1
- {"version":3,"file":"HistoryView.js","sourceRoot":"","sources":["../../../../src/components/pages/HistoryView/HistoryView.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH,OAAO,KAAK,EAAE,EAAC,OAAO,EAAC,MAAM,OAAO,CAAC;AACrC,OAAO,EACL,iBAAiB,EACjB,cAAc,EACd,WAAW,EACX,aAAa,EACb,QAAQ,GACT,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAC,sBAAsB,EAAE,kBAAkB,EAAC,MAAM,iBAAiB,CAAC;AAC3E,OAAO,EAAC,iBAAiB,EAAC,MAAM,qCAAqC,CAAC;AAEtE,MAAM,WAAW,GAAG,CAAC,EAAE,EAAE,EAAE;IACzB,MAAM,IAAI,GAAG,aAAa,EAAE,CAAC;IAC7B,MAAM,EAAC,YAAY,EAAC,GAAG,QAAQ,EAAE,CAAC;IAElC,MAAM,EAAC,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,gBAAgB,EAAE,YAAY,EAAC,GACrE,WAAW,CAAC,CAAC,KAAU,EAAE,EAAE,CAAC,KAAK,CAAC,yBAAyB,CAAC,CAAC;IAE/D,MAAM,iBAAiB,GAAG,OAAO,CAC/B,GAAG,EAAE,CAAC,CAAC;QACL,kBAAkB,EAAE,YAAY,CAAC,gBAAgB,EAAE,EAAE;QACrD,UAAU,EAAE,CAAC,YAAY,EAAE,YAAY,CAAC,QAAQ,CAAC;KAClD,CAAC,EACF,CAAC,YAAY,EAAE,YAAY,EAAE,YAAY,CAAC,gBAAgB,EAAE,EAAE,CAAC,CAChE,CAAC;IAEF,OAAO,CACL,CAAC,cAAc,CACb,IAAI,CAAC,CAAC,gBAAgB,CAAC,CACvB,OAAO,CAAC,CAAC,OAAO,CAAC,CACjB,WAAW,CAAC,CAAC,WAAW,CAAC,CACzB,SAAS,CAAC,CAAC,SAAS,CAAC,CACrB,aAAa,CAAC,CAAC,iBAAiB,CAAC,CACjC,iBAAiB,CAAC,CAAC,iBAAiB,CAAC,CACrC,iBAAiB,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CACzC,iBAAiB,CAAC,CAAC,CAAC,kBAAkB,CAAC,YAAY,CAAC,CAAC,YAAY,CAAC,EAAG,CAAC,CACtE,cAAc,CAAC,CAAC,CAAC,EAAC,IAAI,EAAC,EAAE,EAAE,CAAC,CAC1B,CAAC,sBAAsB,CACrB,YAAY,CAAC,CAAC,IAAI,CAAC,CACnB,UAAU,CAAC,CAAC,IAAI,CAAC,CACjB,OAAO,CAAC,CAAC,GAAG,EAAE,CAAC,iBAAiB,CAAC,eAAe,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,EAChE,CACH,CAAC,EACF,CACH,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"HistoryView.js","sourceRoot":"","sources":["../../../../src/components/pages/HistoryView/HistoryView.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH,OAAO,KAAK,EAAE,EAAC,OAAO,EAAC,MAAM,OAAO,CAAC;AACrC,OAAO,EACL,iBAAiB,EACjB,cAAc,EACd,WAAW,EACX,aAAa,EACb,QAAQ,GACT,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAC,sBAAsB,EAAE,kBAAkB,EAAC,MAAM,iBAAiB,CAAC;AAC3E,OAAO,EAAC,iBAAiB,EAAC,MAAM,qCAAqC,CAAC;AAEtE,MAAM,WAAW,GAAG,CAAC,EAAE,EAAE,EAAE;IACzB,MAAM,IAAI,GAAG,aAAa,EAAE,CAAC;IAC7B,MAAM,EAAC,YAAY,EAAC,GAAG,QAAQ,EAAE,CAAC;IAElC,MAAM,EAAC,IAAI,EAAC,GAAG,WAAW,CAAC,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;IAChD,MAAM,EAAC,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,gBAAgB,EAAE,YAAY,EAAC,GACrE,WAAW,CAAC,CAAC,KAAU,EAAE,EAAE,CAAC,KAAK,CAAC,yBAAyB,CAAC,CAAC;IAE/D,MAAM,iBAAiB,GAAG,OAAO,CAC/B,GAAG,EAAE,CAAC,CAAC;QACL,kBAAkB,EAAE,YAAY,CAAC,gBAAgB,EAAE,EAAE;QACrD,UAAU,EAAE,CAAC,YAAY,EAAE,YAAY,CAAC,QAAQ,CAAC;QACjD,SAAS,EAAE,IAAI,CAAC,aAAa,EAAE,EAAE;KAClC,CAAC,EACF;QACE,YAAY,EAAE,YAAY,CAAC,QAAQ;QACnC,YAAY,CAAC,gBAAgB,EAAE,EAAE;QACjC,IAAI,CAAC,aAAa,EAAE,EAAE;KACvB,CACF,CAAC;IAEF,OAAO,CACL,CAAC,cAAc,CACb,IAAI,CAAC,CAAC,gBAAgB,CAAC,CACvB,OAAO,CAAC,CAAC,OAAO,CAAC,CACjB,WAAW,CAAC,CAAC,WAAW,CAAC,CACzB,SAAS,CAAC,CAAC,SAAS,CAAC,CACrB,aAAa,CAAC,CAAC,iBAAiB,CAAC,CACjC,iBAAiB,CAAC,CAAC,iBAAiB,CAAC,CACrC,iBAAiB,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CACzC,iBAAiB,CAAC,CAAC,CAAC,kBAAkB,CAAC,YAAY,CAAC,CAAC,YAAY,CAAC,EAAG,CAAC,CACtE,cAAc,CAAC,CAAC,CAAC,EAAC,IAAI,EAAC,EAAE,EAAE,CAAC,CAC1B,CAAC,sBAAsB,CACrB,YAAY,CAAC,CAAC,IAAI,CAAC,CACnB,UAAU,CAAC,CAAC,IAAI,CAAC,CACjB,OAAO,CAAC,CAAC,GAAG,EAAE,CAAC,iBAAiB,CAAC,eAAe,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,EAChE,CACH,CAAC,EACF,CACH,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -27,17 +27,18 @@ const InterventionsListView = ({ statusList, defaultDate, }) => {
27
27
  const { Intervention } = useTypes();
28
28
  const { getSelectionItems } = useTypeHelpers();
29
29
  const { loading, moreLoading, isListEnd, interventionList } = useSelector((state) => state.intervention_intervention);
30
- const { userId } = useSelector((state) => state.auth);
30
+ const { user } = useSelector(state => state.user);
31
31
  const [filteredList, setFilteredList] = useState(interventionList);
32
32
  const [selectedStatus, setSelectedStatus] = useState([]);
33
33
  const [selectedDate, setSelectedDate] = useState(defaultDate);
34
34
  const [isAssignedToMe, setIsAssignedToMe] = useState(true);
35
35
  useEffect(() => setFilteredList(filterChip(interventionList, selectedStatus, 'statusSelect')), [interventionList, selectedStatus]);
36
36
  const sliceFunctionData = useMemo(() => ({
37
- userId: isAssignedToMe ? userId : null,
37
+ userId: isAssignedToMe ? user.id : null,
38
38
  date: selectedDate,
39
39
  statusList: statusList,
40
- }), [isAssignedToMe, selectedDate, statusList, userId]);
40
+ companyId: user.activeCompany?.id,
41
+ }), [isAssignedToMe, selectedDate, statusList, user]);
41
42
  const interventionStatusList = useMemo(() => getSelectionItems(Intervention?.statusSelect, selectedStatus).filter(({ value }) => statusList.includes(value)), [Intervention?.statusSelect, getSelectionItems, selectedStatus, statusList]);
42
43
  const handleItemPress = item => {
43
44
  item &&
@@ -1 +1 @@
1
- {"version":3,"file":"InterventionsListView.js","sourceRoot":"","sources":["../../../../src/components/templates/InterventionsListView/InterventionsListView.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"InterventionsListView.js","sourceRoot":"","sources":["../../../../src/components/templates/InterventionsListView/InterventionsListView.tsx"],"names":[],"mappings":"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"}
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
package/lib/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -27,13 +27,21 @@ const EquipmentInterventionListScreen = ({}) => {
27
27
  const { getSelectionItems } = useTypeHelpers();
28
28
  const { equipment } = useSelector((state) => state.intervention_equipment);
29
29
  const { loadingHistoryList, moreLoadingHistory, isListEndHistory, interventionHistoryList, } = useSelector((state) => state.intervention_intervention);
30
+ const { user } = useSelector(state => state.user);
30
31
  const fetchEquipmentHistoryAPI = useCallback((page = 0) => {
31
32
  dispatch(searchHistoryInterventionByEquipment({
32
33
  equipmentId: equipment?.id,
33
34
  statusList: getSelectionItems(Intervention?.statusSelect)?.map(status => status.value),
34
35
  page,
36
+ companyId: user.activeCompany?.id,
35
37
  }));
36
- }, [Intervention?.statusSelect, dispatch, equipment?.id, getSelectionItems]);
38
+ }, [
39
+ Intervention?.statusSelect,
40
+ dispatch,
41
+ equipment?.id,
42
+ getSelectionItems,
43
+ user.activeCompany?.id,
44
+ ]);
37
45
  return (<Screen removeSpaceOnTop={true}>
38
46
  <HeaderContainer expandableFilter={false} fixedItems={<EquipmentDetailsHeader />}/>
39
47
  <ScrollList loadingList={loadingHistoryList} data={interventionHistoryList} renderItem={({ item }) => (<InterventionDetailCard intervention={item} isCopyCard={true} onPress={() => clipboardProvider.copyToClipboard(item.sequence)}/>)} fetchData={fetchEquipmentHistoryAPI} moreLoading={moreLoadingHistory} isListEnd={isListEndHistory} translator={I18n.t}/>
@@ -1 +1 @@
1
- {"version":3,"file":"EquipmentInterventionListScreen.js","sourceRoot":"","sources":["../../../src/screens/equipment/EquipmentInterventionListScreen.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH,OAAO,KAAK,EAAE,EAAC,WAAW,EAAC,MAAM,OAAO,CAAC;AACzC,OAAO,EAAC,eAAe,EAAE,MAAM,EAAE,UAAU,EAAC,MAAM,uBAAuB,CAAC;AAC1E,OAAO,EACL,iBAAiB,EACjB,WAAW,EACX,WAAW,EACX,aAAa,EACb,QAAQ,EACR,cAAc,GACf,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAC,sBAAsB,EAAE,sBAAsB,EAAC,MAAM,kBAAkB,CAAC;AAChF,OAAO,EAAC,oCAAoC,EAAC,MAAM,kCAAkC,CAAC;AAEtF,MAAM,+BAA+B,GAAG,CAAC,EAAE,EAAE,EAAE;IAC7C,MAAM,QAAQ,GAAG,WAAW,EAAE,CAAC;IAC/B,MAAM,IAAI,GAAG,aAAa,EAAE,CAAC;IAC7B,MAAM,EAAC,YAAY,EAAC,GAAG,QAAQ,EAAE,CAAC;IAClC,MAAM,EAAC,iBAAiB,EAAC,GAAG,cAAc,EAAE,CAAC;IAE7C,MAAM,EAAC,SAAS,EAAC,GAAG,WAAW,CAAC,CAAC,KAAU,EAAE,EAAE,CAAC,KAAK,CAAC,sBAAsB,CAAC,CAAC;IAC9E,MAAM,EACJ,kBAAkB,EAClB,kBAAkB,EAClB,gBAAgB,EAChB,uBAAuB,GACxB,GAAG,WAAW,CAAC,CAAC,KAAU,EAAE,EAAE,CAAC,KAAK,CAAC,yBAAyB,CAAC,CAAC;IAEjE,MAAM,wBAAwB,GAAG,WAAW,CAC1C,CAAC,IAAI,GAAG,CAAC,EAAE,EAAE;QACX,QAAQ,CACL,oCAA4C,CAAC;YAC5C,WAAW,EAAE,SAAS,EAAE,EAAE;YAC1B,UAAU,EAAE,iBAAiB,CAAC,YAAY,EAAE,YAAY,CAAC,EAAE,GAAG,CAC5D,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,KAAK,CACvB;YACD,IAAI;SACL,CAAC,CACH,CAAC;IACJ,CAAC,EACD,CAAC,YAAY,EAAE,YAAY,EAAE,QAAQ,EAAE,SAAS,EAAE,EAAE,EAAE,iBAAiB,CAAC,CACzE,CAAC;IAEF,OAAO,CACL,CAAC,MAAM,CAAC,gBAAgB,CAAC,CAAC,IAAI,CAAC,CAC7B;MAAA,CAAC,eAAe,CACd,gBAAgB,CAAC,CAAC,KAAK,CAAC,CACxB,UAAU,CAAC,CAAC,CAAC,sBAAsB,CAAC,AAAD,EAAG,CAAC,EAEzC;MAAA,CAAC,UAAU,CACT,WAAW,CAAC,CAAC,kBAAkB,CAAC,CAChC,IAAI,CAAC,CAAC,uBAAuB,CAAC,CAC9B,UAAU,CAAC,CAAC,CAAC,EAAC,IAAI,EAAC,EAAE,EAAE,CAAC,CACtB,CAAC,sBAAsB,CACrB,YAAY,CAAC,CAAC,IAAI,CAAC,CACnB,UAAU,CAAC,CAAC,IAAI,CAAC,CACjB,OAAO,CAAC,CAAC,GAAG,EAAE,CAAC,iBAAiB,CAAC,eAAe,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,EAChE,CACH,CAAC,CACF,SAAS,CAAC,CAAC,wBAAwB,CAAC,CACpC,WAAW,CAAC,CAAC,kBAAkB,CAAC,CAChC,SAAS,CAAC,CAAC,gBAAgB,CAAC,CAC5B,UAAU,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAEvB;IAAA,EAAE,MAAM,CAAC,CACV,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,+BAA+B,CAAC"}
1
+ {"version":3,"file":"EquipmentInterventionListScreen.js","sourceRoot":"","sources":["../../../src/screens/equipment/EquipmentInterventionListScreen.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH,OAAO,KAAK,EAAE,EAAC,WAAW,EAAC,MAAM,OAAO,CAAC;AACzC,OAAO,EAAC,eAAe,EAAE,MAAM,EAAE,UAAU,EAAC,MAAM,uBAAuB,CAAC;AAC1E,OAAO,EACL,iBAAiB,EACjB,WAAW,EACX,WAAW,EACX,aAAa,EACb,QAAQ,EACR,cAAc,GACf,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAC,sBAAsB,EAAE,sBAAsB,EAAC,MAAM,kBAAkB,CAAC;AAChF,OAAO,EAAC,oCAAoC,EAAC,MAAM,kCAAkC,CAAC;AAEtF,MAAM,+BAA+B,GAAG,CAAC,EAAE,EAAE,EAAE;IAC7C,MAAM,QAAQ,GAAG,WAAW,EAAE,CAAC;IAC/B,MAAM,IAAI,GAAG,aAAa,EAAE,CAAC;IAC7B,MAAM,EAAC,YAAY,EAAC,GAAG,QAAQ,EAAE,CAAC;IAClC,MAAM,EAAC,iBAAiB,EAAC,GAAG,cAAc,EAAE,CAAC;IAE7C,MAAM,EAAC,SAAS,EAAC,GAAG,WAAW,CAAC,CAAC,KAAU,EAAE,EAAE,CAAC,KAAK,CAAC,sBAAsB,CAAC,CAAC;IAC9E,MAAM,EACJ,kBAAkB,EAClB,kBAAkB,EAClB,gBAAgB,EAChB,uBAAuB,GACxB,GAAG,WAAW,CAAC,CAAC,KAAU,EAAE,EAAE,CAAC,KAAK,CAAC,yBAAyB,CAAC,CAAC;IACjE,MAAM,EAAC,IAAI,EAAC,GAAG,WAAW,CAAC,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;IAEhD,MAAM,wBAAwB,GAAG,WAAW,CAC1C,CAAC,IAAI,GAAG,CAAC,EAAE,EAAE;QACX,QAAQ,CACL,oCAA4C,CAAC;YAC5C,WAAW,EAAE,SAAS,EAAE,EAAE;YAC1B,UAAU,EAAE,iBAAiB,CAAC,YAAY,EAAE,YAAY,CAAC,EAAE,GAAG,CAC5D,MAAM,CAAC,EAAE,CAAC,MAAM,CAAC,KAAK,CACvB;YACD,IAAI;YACJ,SAAS,EAAE,IAAI,CAAC,aAAa,EAAE,EAAE;SAClC,CAAC,CACH,CAAC;IACJ,CAAC,EACD;QACE,YAAY,EAAE,YAAY;QAC1B,QAAQ;QACR,SAAS,EAAE,EAAE;QACb,iBAAiB;QACjB,IAAI,CAAC,aAAa,EAAE,EAAE;KACvB,CACF,CAAC;IAEF,OAAO,CACL,CAAC,MAAM,CAAC,gBAAgB,CAAC,CAAC,IAAI,CAAC,CAC7B;MAAA,CAAC,eAAe,CACd,gBAAgB,CAAC,CAAC,KAAK,CAAC,CACxB,UAAU,CAAC,CAAC,CAAC,sBAAsB,CAAC,AAAD,EAAG,CAAC,EAEzC;MAAA,CAAC,UAAU,CACT,WAAW,CAAC,CAAC,kBAAkB,CAAC,CAChC,IAAI,CAAC,CAAC,uBAAuB,CAAC,CAC9B,UAAU,CAAC,CAAC,CAAC,EAAC,IAAI,EAAC,EAAE,EAAE,CAAC,CACtB,CAAC,sBAAsB,CACrB,YAAY,CAAC,CAAC,IAAI,CAAC,CACnB,UAAU,CAAC,CAAC,IAAI,CAAC,CACjB,OAAO,CAAC,CAAC,GAAG,EAAE,CAAC,iBAAiB,CAAC,eAAe,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,EAChE,CACH,CAAC,CACF,SAAS,CAAC,CAAC,wBAAwB,CAAC,CACpC,WAAW,CAAC,CAAC,kBAAkB,CAAC,CAChC,SAAS,CAAC,CAAC,gBAAgB,CAAC,CAC5B,UAAU,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAEvB;IAAA,EAAE,MAAM,CAAC,CACV,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,+BAA+B,CAAC"}
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -29,11 +29,15 @@ const ActiveInterventionScreen = ({}) => {
29
29
  const I18n = useTranslator();
30
30
  const isFocused = useIsFocused();
31
31
  const dispatch = useDispatch();
32
- const { userId } = useSelector((state) => state.auth);
32
+ const { user } = useSelector(state => state.user);
33
33
  const { loadingActiveIntervention, activeIntervention, intervention } = useSelector((state) => state.intervention_intervention);
34
34
  useEffect(() => {
35
- isFocused && dispatch(fetchActiveIntervention({ userId }));
36
- }, [dispatch, isFocused, userId]);
35
+ isFocused &&
36
+ dispatch(fetchActiveIntervention({
37
+ userId: user.id,
38
+ companyId: user.activeCompany?.id,
39
+ }));
40
+ }, [dispatch, isFocused, user]);
37
41
  useEffect(() => {
38
42
  if (activeIntervention?.id != null) {
39
43
  dispatch(fetchInterventionById({ interventionId: activeIntervention.id }));
@@ -1 +1 @@
1
- {"version":3,"file":"ActiveInterventionScreen.js","sourceRoot":"","sources":["../../../src/screens/intervention/ActiveInterventionScreen.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ActiveInterventionScreen.js","sourceRoot":"","sources":["../../../src/screens/intervention/ActiveInterventionScreen.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH,OAAO,KAAK,EAAE,EAAC,SAAS,EAAC,MAAM,OAAO,CAAC;AACvC,OAAO,EAAC,iBAAiB,EAAE,UAAU,EAAC,MAAM,cAAc,CAAC;AAC3D,OAAO,EACL,OAAO,EACP,WAAW,EACX,YAAY,EACZ,WAAW,EACX,aAAa,GACd,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAC,KAAK,EAAE,MAAM,EAAE,aAAa,EAAC,MAAM,uBAAuB,CAAC;AACnE,OAAO,EACL,uBAAuB,EACvB,qBAAqB,GACtB,MAAM,kCAAkC,CAAC;AAC1C,OAAO,yBAAyB,MAAM,6BAA6B,CAAC;AAEpE,MAAM,gBAAgB,GAAG,GAAG,EAAE;IAC5B,MAAM,MAAM,GAAG,aAAa,EAAE,CAAC;IAE/B,OAAO,CACL,CAAC,iBAAiB,CAChB,KAAK,CAAC,CAAC,MAAM,CAAC,iBAAiB,CAAC,CAChC,IAAI,CAAC,OAAO,CACZ,KAAK,CAAC,CAAC,MAAM,CAAC,YAAY,CAAC,UAAU,CAAC,EACtC,CACH,CAAC;AACJ,CAAC,CAAC;AAEF,MAAM,wBAAwB,GAAG,CAAC,EAAE,EAAE,EAAE;IACtC,MAAM,IAAI,GAAG,aAAa,EAAE,CAAC;IAC7B,MAAM,SAAS,GAAG,YAAY,EAAE,CAAC;IACjC,MAAM,QAAQ,GAAG,WAAW,EAAE,CAAC;IAE/B,MAAM,EAAC,IAAI,EAAC,GAAG,WAAW,CAAC,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;IAChD,MAAM,EAAC,yBAAyB,EAAE,kBAAkB,EAAE,YAAY,EAAC,GACjE,WAAW,CAAC,CAAC,KAAU,EAAE,EAAE,CAAC,KAAK,CAAC,yBAAyB,CAAC,CAAC;IAE/D,SAAS,CAAC,GAAG,EAAE;QACb,SAAS;YACP,QAAQ,CACL,uBAA+B,CAAC;gBAC/B,MAAM,EAAE,IAAI,CAAC,EAAE;gBACf,SAAS,EAAE,IAAI,CAAC,aAAa,EAAE,EAAE;aAClC,CAAC,CACH,CAAC;IACN,CAAC,EAAE,CAAC,QAAQ,EAAE,SAAS,EAAE,IAAI,CAAC,CAAC,CAAC;IAEhC,SAAS,CAAC,GAAG,EAAE;QACb,IAAI,kBAAkB,EAAE,EAAE,IAAI,IAAI,EAAE;YAClC,QAAQ,CACL,qBAA6B,CAAC,EAAC,cAAc,EAAE,kBAAkB,CAAC,EAAE,EAAC,CAAC,CACxE,CAAC;SACH;IACH,CAAC,EAAE,CAAC,kBAAkB,EAAE,EAAE,EAAE,QAAQ,CAAC,CAAC,CAAC;IAEvC,IAAI,CAAC,OAAO,CAAC,kBAAkB,CAAC,EAAE;QAChC,IAAI,kBAAkB,CAAC,EAAE,KAAK,YAAY,EAAE,EAAE,EAAE;YAC9C,OAAO,CAAC,gBAAgB,CAAC,AAAD,EAAG,CAAC;SAC7B;aAAM;YACL,OAAO,CACL,CAAC,yBAAyB,CAAC,cAAc,CAAC,CAAC,kBAAkB,EAAE,EAAE,CAAC,EAAG,CACtE,CAAC;SACH;KACF;SAAM,IAAI,yBAAyB,EAAE;QACpC,OAAO,CAAC,gBAAgB,CAAC,AAAD,EAAG,CAAC;KAC7B;SAAM;QACL,OAAO,CACL,CAAC,MAAM,CAAC,gBAAgB,CAAC,CAAC,IAAI,CAAC,CAC7B;QAAA,CAAC,KAAK,CACJ,KAAK,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CACpB,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,mCAAmC,CAAC,CAAC,CACrD,IAAI,CAAC,SAAS,EAElB;MAAA,EAAE,MAAM,CAAC,CACV,CAAC;KACH;AACH,CAAC,CAAC;AAEF,MAAM,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC;IAC/B,iBAAiB,EAAE;QACjB,KAAK,EAAE,MAAM;QACb,MAAM,EAAE,MAAM;QACd,SAAS,EAAE,QAAQ;KACpB;IACD,KAAK,EAAE;QACL,KAAK,EAAE,KAAK;QACZ,SAAS,EAAE,QAAQ;QACnB,SAAS,EAAE,EAAE;KACd;CACF,CAAC,CAAC;AAEH,eAAe,wBAAwB,CAAC"}
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Axelor Business Solutions
3
3
  *
4
- * Copyright (C) 2024 Axelor (<http://axelor.com>).
4
+ * Copyright (C) 2025 Axelor (<http://axelor.com>).
5
5
  *
6
6
  * This program is free software: you can redistribute it and/or modify
7
7
  * it under the terms of the GNU Affero General Public License, version 3,