@axelor/aos-mobile-project 8.2.0
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.
- package/README.md +44 -0
- package/lib/api/index.d.ts +4 -0
- package/lib/api/index.js +22 -0
- package/lib/api/index.js.map +1 -0
- package/lib/api/project-api.d.ts +20 -0
- package/lib/api/project-api.js +136 -0
- package/lib/api/project-api.js.map +1 -0
- package/lib/api/project-task-api.d.ts +51 -0
- package/lib/api/project-task-api.js +294 -0
- package/lib/api/project-task-api.js.map +1 -0
- package/lib/api/reporting-api.d.ts +3 -0
- package/lib/api/reporting-api.js +26 -0
- package/lib/api/reporting-api.js.map +1 -0
- package/lib/api/timesheet-lines-api.d.ts +3 -0
- package/lib/api/timesheet-lines-api.js +41 -0
- package/lib/api/timesheet-lines-api.js.map +1 -0
- package/lib/components/atoms/DatesDisplay/DatesDisplay.d.ts +6 -0
- package/lib/components/atoms/DatesDisplay/DatesDisplay.js +59 -0
- package/lib/components/atoms/DatesDisplay/DatesDisplay.js.map +1 -0
- package/lib/components/atoms/PartnerCard/PartnerCard.d.ts +12 -0
- package/lib/components/atoms/PartnerCard/PartnerCard.js +74 -0
- package/lib/components/atoms/PartnerCard/PartnerCard.js.map +1 -0
- package/lib/components/atoms/ProjectCard/ProjectCard.d.ts +15 -0
- package/lib/components/atoms/ProjectCard/ProjectCard.js +101 -0
- package/lib/components/atoms/ProjectCard/ProjectCard.js.map +1 -0
- package/lib/components/atoms/ProjectSimpleCard/ProjectSimpleCard.d.ts +10 -0
- package/lib/components/atoms/ProjectSimpleCard/ProjectSimpleCard.js +48 -0
- package/lib/components/atoms/ProjectSimpleCard/ProjectSimpleCard.js.map +1 -0
- package/lib/components/atoms/TaskCard/TaskCard.d.ts +16 -0
- package/lib/components/atoms/TaskCard/TaskCard.js +93 -0
- package/lib/components/atoms/TaskCard/TaskCard.js.map +1 -0
- package/lib/components/atoms/index.d.ts +5 -0
- package/lib/components/atoms/index.js +23 -0
- package/lib/components/atoms/index.js.map +1 -0
- package/lib/components/index.d.ts +5 -0
- package/lib/components/index.js +23 -0
- package/lib/components/index.js.map +1 -0
- package/lib/components/molecules/ActivityCard/ActivityCard.d.ts +11 -0
- package/lib/components/molecules/ActivityCard/ActivityCard.js +80 -0
- package/lib/components/molecules/ActivityCard/ActivityCard.js.map +1 -0
- package/lib/components/molecules/CustomFieldPopup/CustomFieldPopup.d.ts +11 -0
- package/lib/components/molecules/CustomFieldPopup/CustomFieldPopup.js +53 -0
- package/lib/components/molecules/CustomFieldPopup/CustomFieldPopup.js.map +1 -0
- package/lib/components/molecules/DropdownInvoicing/DropdownInvoicing.d.ts +11 -0
- package/lib/components/molecules/DropdownInvoicing/DropdownInvoicing.js +41 -0
- package/lib/components/molecules/DropdownInvoicing/DropdownInvoicing.js.map +1 -0
- package/lib/components/molecules/DropdownMembers/DropdownMembers.d.ts +8 -0
- package/lib/components/molecules/DropdownMembers/DropdownMembers.js +33 -0
- package/lib/components/molecules/DropdownMembers/DropdownMembers.js.map +1 -0
- package/lib/components/molecules/DropdownTaskCharacteristics/DropdownTaskCharacteristics.d.ts +13 -0
- package/lib/components/molecules/DropdownTaskCharacteristics/DropdownTaskCharacteristics.js +51 -0
- package/lib/components/molecules/DropdownTaskCharacteristics/DropdownTaskCharacteristics.js.map +1 -0
- package/lib/components/molecules/DropdownTaskDescription/DropdownTaskDescription.d.ts +8 -0
- package/lib/components/molecules/DropdownTaskDescription/DropdownTaskDescription.js +39 -0
- package/lib/components/molecules/DropdownTaskDescription/DropdownTaskDescription.js.map +1 -0
- package/lib/components/molecules/PartnerActionCard/PartnerActionCard.d.ts +19 -0
- package/lib/components/molecules/PartnerActionCard/PartnerActionCard.js +53 -0
- package/lib/components/molecules/PartnerActionCard/PartnerActionCard.js.map +1 -0
- package/lib/components/molecules/ProjectHeader/ProjectHeader.d.ts +3 -0
- package/lib/components/molecules/ProjectHeader/ProjectHeader.js +67 -0
- package/lib/components/molecules/ProjectHeader/ProjectHeader.js.map +1 -0
- package/lib/components/molecules/ProjectSiteTags/ProjectSiteTags.d.ts +3 -0
- package/lib/components/molecules/ProjectSiteTags/ProjectSiteTags.js +34 -0
- package/lib/components/molecules/ProjectSiteTags/ProjectSiteTags.js.map +1 -0
- package/lib/components/molecules/SectionHeader/SectionHeader.d.ts +9 -0
- package/lib/components/molecules/SectionHeader/SectionHeader.js +56 -0
- package/lib/components/molecules/SectionHeader/SectionHeader.js.map +1 -0
- package/lib/components/molecules/TaskActionCard/TaskActionCard.d.ts +20 -0
- package/lib/components/molecules/TaskActionCard/TaskActionCard.js +39 -0
- package/lib/components/molecules/TaskActionCard/TaskActionCard.js.map +1 -0
- package/lib/components/molecules/TaskDetailsHeader/TaskDetailsHeader.d.ts +3 -0
- package/lib/components/molecules/TaskDetailsHeader/TaskDetailsHeader.js +67 -0
- package/lib/components/molecules/TaskDetailsHeader/TaskDetailsHeader.js.map +1 -0
- package/lib/components/molecules/index.d.ts +12 -0
- package/lib/components/molecules/index.js +30 -0
- package/lib/components/molecules/index.js.map +1 -0
- package/lib/components/organisms/CustomSection/CustomSection.d.ts +10 -0
- package/lib/components/organisms/CustomSection/CustomSection.js +49 -0
- package/lib/components/organisms/CustomSection/CustomSection.js.map +1 -0
- package/lib/components/organisms/LogTimeButton/LogTimeButton.d.ts +6 -0
- package/lib/components/organisms/LogTimeButton/LogTimeButton.js +41 -0
- package/lib/components/organisms/LogTimeButton/LogTimeButton.js.map +1 -0
- package/lib/components/organisms/ProjectDropdownCards/ProjectDropdownCards.d.ts +3 -0
- package/lib/components/organisms/ProjectDropdownCards/ProjectDropdownCards.js +51 -0
- package/lib/components/organisms/ProjectDropdownCards/ProjectDropdownCards.js.map +1 -0
- package/lib/components/organisms/ProjectTaskDropdownCards/ProjectTaskDropdownCards.d.ts +3 -0
- package/lib/components/organisms/ProjectTaskDropdownCards/ProjectTaskDropdownCards.js +52 -0
- package/lib/components/organisms/ProjectTaskDropdownCards/ProjectTaskDropdownCards.js.map +1 -0
- package/lib/components/organisms/TimeSpentGridView/TimeSpentGridView.d.ts +3 -0
- package/lib/components/organisms/TimeSpentGridView/TimeSpentGridView.js +53 -0
- package/lib/components/organisms/TimeSpentGridView/TimeSpentGridView.js.map +1 -0
- package/lib/components/organisms/index.d.ts +5 -0
- package/lib/components/organisms/index.js +23 -0
- package/lib/components/organisms/index.js.map +1 -0
- package/lib/components/pages/GeneralInformationView/GeneralInformationView.d.ts +3 -0
- package/lib/components/pages/GeneralInformationView/GeneralInformationView.js +55 -0
- package/lib/components/pages/GeneralInformationView/GeneralInformationView.js.map +1 -0
- package/lib/components/pages/ReportingView/ReportingView.d.ts +3 -0
- package/lib/components/pages/ReportingView/ReportingView.js +60 -0
- package/lib/components/pages/ReportingView/ReportingView.js.map +1 -0
- package/lib/components/pages/SubProjectView/SubProjectView.d.ts +3 -0
- package/lib/components/pages/SubProjectView/SubProjectView.js +80 -0
- package/lib/components/pages/SubProjectView/SubProjectView.js.map +1 -0
- package/lib/components/pages/TaskCustomFieldsView/TaskCustomFieldsView.d.ts +3 -0
- package/lib/components/pages/TaskCustomFieldsView/TaskCustomFieldsView.js +49 -0
- package/lib/components/pages/TaskCustomFieldsView/TaskCustomFieldsView.js.map +1 -0
- package/lib/components/pages/TaskGeneralInformationView/TaskGeneralInformationView.d.ts +5 -0
- package/lib/components/pages/TaskGeneralInformationView/TaskGeneralInformationView.js +55 -0
- package/lib/components/pages/TaskGeneralInformationView/TaskGeneralInformationView.js.map +1 -0
- package/lib/components/pages/TaskLinkView/TaskLinkView.d.ts +3 -0
- package/lib/components/pages/TaskLinkView/TaskLinkView.js +58 -0
- package/lib/components/pages/TaskLinkView/TaskLinkView.js.map +1 -0
- package/lib/components/pages/TaskView/TaskView.d.ts +3 -0
- package/lib/components/pages/TaskView/TaskView.js +63 -0
- package/lib/components/pages/TaskView/TaskView.js.map +1 -0
- package/lib/components/pages/TimeView/TimeView.d.ts +7 -0
- package/lib/components/pages/TimeView/TimeView.js +59 -0
- package/lib/components/pages/TimeView/TimeView.js.map +1 -0
- package/lib/components/pages/index.d.ts +8 -0
- package/lib/components/pages/index.js +26 -0
- package/lib/components/pages/index.js.map +1 -0
- package/lib/components/templates/ActivityListView/ActivityListView.d.ts +3 -0
- package/lib/components/templates/ActivityListView/ActivityListView.js +117 -0
- package/lib/components/templates/ActivityListView/ActivityListView.js.map +1 -0
- package/lib/components/templates/CategorySearchBar/CategorySearchBar.d.ts +12 -0
- package/lib/components/templates/CategorySearchBar/CategorySearchBar.js +41 -0
- package/lib/components/templates/CategorySearchBar/CategorySearchBar.js.map +1 -0
- package/lib/components/templates/ParentTaskSearchBar/ParentTaskSearchBar.d.ts +12 -0
- package/lib/components/templates/ParentTaskSearchBar/ParentTaskSearchBar.js +41 -0
- package/lib/components/templates/ParentTaskSearchBar/ParentTaskSearchBar.js.map +1 -0
- package/lib/components/templates/PrioritySearchBar/PrioritySearchBar.d.ts +12 -0
- package/lib/components/templates/PrioritySearchBar/PrioritySearchBar.js +41 -0
- package/lib/components/templates/PrioritySearchBar/PrioritySearchBar.js.map +1 -0
- package/lib/components/templates/ProjectListView/ProjectListView.d.ts +6 -0
- package/lib/components/templates/ProjectListView/ProjectListView.js +71 -0
- package/lib/components/templates/ProjectListView/ProjectListView.js.map +1 -0
- package/lib/components/templates/ProjectSearchBar/ProjectSearchBar.d.ts +13 -0
- package/lib/components/templates/ProjectSearchBar/ProjectSearchBar.js +39 -0
- package/lib/components/templates/ProjectSearchBar/ProjectSearchBar.js.map +1 -0
- package/lib/components/templates/ReportingDetailsView/IndicatorCategory.d.ts +7 -0
- package/lib/components/templates/ReportingDetailsView/IndicatorCategory.js +70 -0
- package/lib/components/templates/ReportingDetailsView/IndicatorCategory.js.map +1 -0
- package/lib/components/templates/ReportingDetailsView/ReportingDetailsView.d.ts +3 -0
- package/lib/components/templates/ReportingDetailsView/ReportingDetailsView.js +50 -0
- package/lib/components/templates/ReportingDetailsView/ReportingDetailsView.js.map +1 -0
- package/lib/components/templates/SectionSearchBar/SectionSearchBar.d.ts +12 -0
- package/lib/components/templates/SectionSearchBar/SectionSearchBar.js +38 -0
- package/lib/components/templates/SectionSearchBar/SectionSearchBar.js.map +1 -0
- package/lib/components/templates/TargetVersionSearchBar/TargetVersionSearchBar.d.ts +12 -0
- package/lib/components/templates/TargetVersionSearchBar/TargetVersionSearchBar.js +40 -0
- package/lib/components/templates/TargetVersionSearchBar/TargetVersionSearchBar.js.map +1 -0
- package/lib/components/templates/TaskFilters/TaskFilters.d.ts +14 -0
- package/lib/components/templates/TaskFilters/TaskFilters.js +135 -0
- package/lib/components/templates/TaskFilters/TaskFilters.js.map +1 -0
- package/lib/components/templates/TaskStatusSearchBar/TaskStatusSearchBar.d.ts +12 -0
- package/lib/components/templates/TaskStatusSearchBar/TaskStatusSearchBar.js +56 -0
- package/lib/components/templates/TaskStatusSearchBar/TaskStatusSearchBar.js.map +1 -0
- package/lib/components/templates/TaskTagMultiValuePicker/TaskTagMultiValuePicker.d.ts +11 -0
- package/lib/components/templates/TaskTagMultiValuePicker/TaskTagMultiValuePicker.js +50 -0
- package/lib/components/templates/TaskTagMultiValuePicker/TaskTagMultiValuePicker.js.map +1 -0
- package/lib/components/templates/index.d.ts +12 -0
- package/lib/components/templates/index.js +30 -0
- package/lib/components/templates/index.js.map +1 -0
- package/lib/features/asyncFunctions-index.d.ts +4 -0
- package/lib/features/asyncFunctions-index.js +22 -0
- package/lib/features/asyncFunctions-index.js.map +1 -0
- package/lib/features/index.d.ts +4 -0
- package/lib/features/index.js +22 -0
- package/lib/features/index.js.map +1 -0
- package/lib/features/projectSlice.d.ts +65 -0
- package/lib/features/projectSlice.js +118 -0
- package/lib/features/projectSlice.js.map +1 -0
- package/lib/features/projectTaskSlice.d.ts +193 -0
- package/lib/features/projectTaskSlice.js +310 -0
- package/lib/features/projectTaskSlice.js.map +1 -0
- package/lib/features/reportingSlice.d.ts +13 -0
- package/lib/features/reportingSlice.js +43 -0
- package/lib/features/reportingSlice.js.map +1 -0
- package/lib/features/timesheetLinesSlice.d.ts +39 -0
- package/lib/features/timesheetLinesSlice.js +57 -0
- package/lib/features/timesheetLinesSlice.js.map +1 -0
- package/lib/hooks/index.d.ts +2 -0
- package/lib/hooks/index.js +20 -0
- package/lib/hooks/index.js.map +1 -0
- package/lib/hooks/use-project-header-actions.d.ts +1 -0
- package/lib/hooks/use-project-header-actions.js +75 -0
- package/lib/hooks/use-project-header-actions.js.map +1 -0
- package/lib/hooks/use-reporting-configuration.d.ts +5 -0
- package/lib/hooks/use-reporting-configuration.js +33 -0
- package/lib/hooks/use-reporting-configuration.js.map +1 -0
- package/lib/hooks/use-task-filter.d.ts +32 -0
- package/lib/hooks/use-task-filter.js +96 -0
- package/lib/hooks/use-task-filter.js.map +1 -0
- package/lib/i18n/en.json +87 -0
- package/lib/i18n/fr.json +87 -0
- package/lib/index.d.ts +8 -0
- package/lib/index.js +81 -0
- package/lib/index.js.map +1 -0
- package/lib/models/forms.d.ts +2 -0
- package/lib/models/forms.js +245 -0
- package/lib/models/forms.js.map +1 -0
- package/lib/models/index.d.ts +5 -0
- package/lib/models/index.js +23 -0
- package/lib/models/index.js.map +1 -0
- package/lib/models/objectFields.d.ts +2 -0
- package/lib/models/objectFields.js +187 -0
- package/lib/models/objectFields.js.map +1 -0
- package/lib/models/searchFields.d.ts +2 -0
- package/lib/models/searchFields.js +31 -0
- package/lib/models/searchFields.js.map +1 -0
- package/lib/models/sortFields.d.ts +2 -0
- package/lib/models/sortFields.js +22 -0
- package/lib/models/sortFields.js.map +1 -0
- package/lib/models/typeObjects.d.ts +2 -0
- package/lib/models/typeObjects.js +63 -0
- package/lib/models/typeObjects.js.map +1 -0
- package/lib/screens/ActiveProjectScreen.d.ts +3 -0
- package/lib/screens/ActiveProjectScreen.js +50 -0
- package/lib/screens/ActiveProjectScreen.js.map +1 -0
- package/lib/screens/BuisnessProjectScreen.d.ts +3 -0
- package/lib/screens/BuisnessProjectScreen.js +27 -0
- package/lib/screens/BuisnessProjectScreen.js.map +1 -0
- package/lib/screens/ProjectDetailsScreen.d.ts +7 -0
- package/lib/screens/ProjectDetailsScreen.js +87 -0
- package/lib/screens/ProjectDetailsScreen.js.map +1 -0
- package/lib/screens/ProjectScreen.d.ts +3 -0
- package/lib/screens/ProjectScreen.js +27 -0
- package/lib/screens/ProjectScreen.js.map +1 -0
- package/lib/screens/TaskDetailsScreen.d.ts +6 -0
- package/lib/screens/TaskDetailsScreen.js +92 -0
- package/lib/screens/TaskDetailsScreen.js.map +1 -0
- package/lib/screens/TaskFormScreen.d.ts +6 -0
- package/lib/screens/TaskFormScreen.js +83 -0
- package/lib/screens/TaskFormScreen.js.map +1 -0
- package/lib/screens/TaskListScreen.d.ts +5 -0
- package/lib/screens/TaskListScreen.js +56 -0
- package/lib/screens/TaskListScreen.js.map +1 -0
- package/lib/screens/index.d.ts +74 -0
- package/lib/screens/index.js +82 -0
- package/lib/screens/index.js.map +1 -0
- package/lib/types/index.d.ts +1 -0
- package/lib/types/index.js +19 -0
- package/lib/types/index.js.map +1 -0
- package/lib/types/reporting-type.d.ts +5 -0
- package/lib/types/reporting-type.js +23 -0
- package/lib/types/reporting-type.js.map +1 -0
- package/package.json +48 -0
package/lib/index.js
ADDED
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Axelor Business Solutions
|
|
3
|
+
*
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
|
+
*
|
|
6
|
+
* This program is free software: you can redistribute it and/or modify
|
|
7
|
+
* it under the terms of the GNU Affero General Public License, version 3,
|
|
8
|
+
* as published by the Free Software Foundation.
|
|
9
|
+
*
|
|
10
|
+
* This program is distributed in the hope that it will be useful,
|
|
11
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
12
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
13
|
+
* GNU Affero General Public License for more details.
|
|
14
|
+
*
|
|
15
|
+
* You should have received a copy of the GNU Affero General Public License
|
|
16
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
17
|
+
*/
|
|
18
|
+
import enTranslations from './i18n/en.json';
|
|
19
|
+
import frTranslations from './i18n/fr.json';
|
|
20
|
+
import ProjectScreens from './screens/';
|
|
21
|
+
import * as projectReducers from './features';
|
|
22
|
+
import { project_formsRegister, project_modelAPI, project_searchFields, project_sortFields, project_typeObjects, } from './models';
|
|
23
|
+
import { useProjectHeaders } from './hooks/use-project-header-actions';
|
|
24
|
+
export const ProjectModule = {
|
|
25
|
+
name: 'app-project',
|
|
26
|
+
title: 'Project_Project',
|
|
27
|
+
subtitle: 'Project_Project',
|
|
28
|
+
icon: 'ui-checks',
|
|
29
|
+
compatibilityAOS: {
|
|
30
|
+
moduleName: 'axelor-project',
|
|
31
|
+
downToVersion: '8.2.0',
|
|
32
|
+
},
|
|
33
|
+
translations: {
|
|
34
|
+
en: enTranslations,
|
|
35
|
+
fr: frTranslations,
|
|
36
|
+
},
|
|
37
|
+
menus: {
|
|
38
|
+
project_menu_activeProject: {
|
|
39
|
+
title: 'Project_ActiveProject',
|
|
40
|
+
icon: 'clipboard2-check',
|
|
41
|
+
screen: 'ActiveProjectScreen',
|
|
42
|
+
},
|
|
43
|
+
project_menu_projects: {
|
|
44
|
+
title: 'Project_Projects',
|
|
45
|
+
icon: 'clipboard2-data',
|
|
46
|
+
screen: 'ProjectScreen',
|
|
47
|
+
},
|
|
48
|
+
project_menu_businessProjects: {
|
|
49
|
+
title: 'Project_BuisnessProjects',
|
|
50
|
+
icon: 'briefcase-fill',
|
|
51
|
+
screen: 'BuisnessProjectScreen',
|
|
52
|
+
},
|
|
53
|
+
project_menu_tasks: {
|
|
54
|
+
title: 'Project_Tasks',
|
|
55
|
+
icon: 'card-list',
|
|
56
|
+
screen: 'TaskListScreen',
|
|
57
|
+
},
|
|
58
|
+
},
|
|
59
|
+
screens: {
|
|
60
|
+
...ProjectScreens,
|
|
61
|
+
},
|
|
62
|
+
reducers: {
|
|
63
|
+
...projectReducers,
|
|
64
|
+
},
|
|
65
|
+
models: {
|
|
66
|
+
objectFields: { ...project_modelAPI },
|
|
67
|
+
searchFields: { ...project_searchFields },
|
|
68
|
+
sortFields: { ...project_sortFields },
|
|
69
|
+
formsRegister: { ...project_formsRegister },
|
|
70
|
+
headerRegisters: useProjectHeaders,
|
|
71
|
+
typeObjects: project_typeObjects,
|
|
72
|
+
},
|
|
73
|
+
requiredConfig: ['AppProject'],
|
|
74
|
+
};
|
|
75
|
+
export * from './api';
|
|
76
|
+
export * from './components';
|
|
77
|
+
export * from './features/asyncFunctions-index';
|
|
78
|
+
export * from './hooks';
|
|
79
|
+
export * from './screens';
|
|
80
|
+
export * from './types';
|
|
81
|
+
//# sourceMappingURL=index.js.map
|
package/lib/index.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAGH,OAAO,cAAc,MAAM,gBAAgB,CAAC;AAC5C,OAAO,cAAc,MAAM,gBAAgB,CAAC;AAC5C,OAAO,cAAc,MAAM,YAAY,CAAC;AACxC,OAAO,KAAK,eAAe,MAAM,YAAY,CAAC;AAC9C,OAAO,EACL,qBAAqB,EACrB,gBAAgB,EAChB,oBAAoB,EACpB,kBAAkB,EAClB,mBAAmB,GACpB,MAAM,UAAU,CAAC;AAClB,OAAO,EAAC,iBAAiB,EAAC,MAAM,oCAAoC,CAAC;AAErE,MAAM,CAAC,MAAM,aAAa,GAAW;IACnC,IAAI,EAAE,aAAa;IACnB,KAAK,EAAE,iBAAiB;IACxB,QAAQ,EAAE,iBAAiB;IAC3B,IAAI,EAAE,WAAW;IACjB,gBAAgB,EAAE;QAChB,UAAU,EAAE,gBAAgB;QAC5B,aAAa,EAAE,OAAO;KACvB;IACD,YAAY,EAAE;QACZ,EAAE,EAAE,cAAc;QAClB,EAAE,EAAE,cAAc;KACnB;IACD,KAAK,EAAE;QACL,0BAA0B,EAAE;YAC1B,KAAK,EAAE,uBAAuB;YAC9B,IAAI,EAAE,kBAAkB;YACxB,MAAM,EAAE,qBAAqB;SAC9B;QACD,qBAAqB,EAAE;YACrB,KAAK,EAAE,kBAAkB;YACzB,IAAI,EAAE,iBAAiB;YACvB,MAAM,EAAE,eAAe;SACxB;QACD,6BAA6B,EAAE;YAC7B,KAAK,EAAE,0BAA0B;YACjC,IAAI,EAAE,gBAAgB;YACtB,MAAM,EAAE,uBAAuB;SAChC;QACD,kBAAkB,EAAE;YAClB,KAAK,EAAE,eAAe;YACtB,IAAI,EAAE,WAAW;YACjB,MAAM,EAAE,gBAAgB;SACzB;KACF;IACD,OAAO,EAAE;QACP,GAAG,cAAc;KAClB;IACD,QAAQ,EAAE;QACR,GAAG,eAAe;KACnB;IACD,MAAM,EAAE;QACN,YAAY,EAAE,EAAC,GAAG,gBAAgB,EAAC;QACnC,YAAY,EAAE,EAAC,GAAG,oBAAoB,EAAC;QACvC,UAAU,EAAE,EAAC,GAAG,kBAAkB,EAAC;QACnC,aAAa,EAAE,EAAC,GAAG,qBAAqB,EAAC;QACzC,eAAe,EAAE,iBAAiB;QAClC,WAAW,EAAE,mBAAmB;KACjC;IACD,cAAc,EAAE,CAAC,YAAY,CAAC;CAC/B,CAAC;AAEF,cAAc,OAAO,CAAC;AACtB,cAAc,cAAc,CAAC;AAC7B,cAAc,iCAAiC,CAAC;AAChD,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC"}
|
|
@@ -0,0 +1,245 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Axelor Business Solutions
|
|
3
|
+
*
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
|
+
*
|
|
6
|
+
* This program is free software: you can redistribute it and/or modify
|
|
7
|
+
* it under the terms of the GNU Affero General Public License, version 3,
|
|
8
|
+
* as published by the Free Software Foundation.
|
|
9
|
+
*
|
|
10
|
+
* This program is distributed in the hope that it will be useful,
|
|
11
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
12
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
13
|
+
* GNU Affero General Public License for more details.
|
|
14
|
+
*
|
|
15
|
+
* You should have received a copy of the GNU Affero General Public License
|
|
16
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
17
|
+
*/
|
|
18
|
+
import { isEmpty, UserSearchBar, getTypes, } from '@axelor/aos-mobile-core';
|
|
19
|
+
import { HrModule } from '@axelor/aos-mobile-hr';
|
|
20
|
+
import { LogTimeButton, CategorySearchBar, ParentTaskSearchBar, PrioritySearchBar, ProjectSearchBar, SectionSearchBar, TaskTagMultiValuePicker, TargetVersionSearchBar, TaskStatusSearchBar, } from '../components';
|
|
21
|
+
import { updateProject } from '../features/projectSlice';
|
|
22
|
+
import { udpateFormCategory } from '../features/projectTaskSlice';
|
|
23
|
+
const hr_TimesheetLineForm = HrModule.models.formsRegister.hr_TimesheetLine;
|
|
24
|
+
export const project_formsRegister = {
|
|
25
|
+
project_TimesheetLine: {
|
|
26
|
+
modelName: 'com.axelor.apps.hr.db.TimesheetLine',
|
|
27
|
+
fields: {
|
|
28
|
+
project: {
|
|
29
|
+
...hr_TimesheetLineForm.fields.project,
|
|
30
|
+
readonly: true,
|
|
31
|
+
},
|
|
32
|
+
projectTask: {
|
|
33
|
+
...hr_TimesheetLineForm.fields.projectTask,
|
|
34
|
+
readonlyIf: ({ objectState }) => objectState?.isTaskLog ?? false,
|
|
35
|
+
},
|
|
36
|
+
product: hr_TimesheetLineForm.fields.product,
|
|
37
|
+
toInvoice: hr_TimesheetLineForm.fields.toInvoice,
|
|
38
|
+
date: hr_TimesheetLineForm.fields.date,
|
|
39
|
+
hoursDuration: hr_TimesheetLineForm.fields.hoursDuration,
|
|
40
|
+
comments: {
|
|
41
|
+
...hr_TimesheetLineForm.fields.comments,
|
|
42
|
+
options: {
|
|
43
|
+
multiline: true,
|
|
44
|
+
adjustHeightWithLines: true,
|
|
45
|
+
style: { width: '90%', alignSelf: 'center' },
|
|
46
|
+
},
|
|
47
|
+
},
|
|
48
|
+
validationButton: {
|
|
49
|
+
titleKey: 'Project_Validation',
|
|
50
|
+
type: 'object',
|
|
51
|
+
widget: 'custom',
|
|
52
|
+
customComponent: LogTimeButton,
|
|
53
|
+
},
|
|
54
|
+
},
|
|
55
|
+
},
|
|
56
|
+
project_task: {
|
|
57
|
+
modelName: 'com.axelor.apps.project.db.ProjectTask',
|
|
58
|
+
panels: {
|
|
59
|
+
contextContainer: {
|
|
60
|
+
direction: 'row',
|
|
61
|
+
colSpan: 12,
|
|
62
|
+
order: 2,
|
|
63
|
+
},
|
|
64
|
+
projectContainer: {
|
|
65
|
+
direction: 'row',
|
|
66
|
+
colSpan: 6,
|
|
67
|
+
parent: 'contextContainer',
|
|
68
|
+
},
|
|
69
|
+
parentContainer: {
|
|
70
|
+
direction: 'row',
|
|
71
|
+
colSpan: 6,
|
|
72
|
+
parent: 'contextContainer',
|
|
73
|
+
},
|
|
74
|
+
},
|
|
75
|
+
fields: {
|
|
76
|
+
name: {
|
|
77
|
+
titleKey: 'Project_Subject',
|
|
78
|
+
type: 'string',
|
|
79
|
+
required: true,
|
|
80
|
+
order: 0,
|
|
81
|
+
},
|
|
82
|
+
ticketNumber: {
|
|
83
|
+
titleKey: 'Project_TicketNumber',
|
|
84
|
+
type: 'string',
|
|
85
|
+
readonly: true,
|
|
86
|
+
order: 1,
|
|
87
|
+
hideIf: ({ storeState }) => !storeState.appConfig.project?.isEnablePerProjectTaskSequence,
|
|
88
|
+
},
|
|
89
|
+
project: {
|
|
90
|
+
titleKey: 'Project_Project',
|
|
91
|
+
type: 'object',
|
|
92
|
+
widget: 'custom',
|
|
93
|
+
customComponent: ProjectSearchBar,
|
|
94
|
+
readonlyIf: ({ objectState }) => objectState?.projectReadonly,
|
|
95
|
+
required: true,
|
|
96
|
+
options: {
|
|
97
|
+
differentiateBusinessProjects: false,
|
|
98
|
+
},
|
|
99
|
+
parentPanel: 'projectContainer',
|
|
100
|
+
},
|
|
101
|
+
parentTask: {
|
|
102
|
+
titleKey: 'Project_ParentTask',
|
|
103
|
+
type: 'object',
|
|
104
|
+
widget: 'custom',
|
|
105
|
+
customComponent: ParentTaskSearchBar,
|
|
106
|
+
readonlyIf: ({ storeState }) => isEmpty(storeState.project_project.projectForm),
|
|
107
|
+
dependsOn: {
|
|
108
|
+
project: ({ newValue, dispatch }) => {
|
|
109
|
+
dispatch(updateProject(newValue));
|
|
110
|
+
return null;
|
|
111
|
+
},
|
|
112
|
+
},
|
|
113
|
+
parentPanel: 'parentContainer',
|
|
114
|
+
},
|
|
115
|
+
projectTaskCategory: {
|
|
116
|
+
titleKey: 'Project_Category',
|
|
117
|
+
type: 'object',
|
|
118
|
+
widget: 'custom',
|
|
119
|
+
customComponent: CategorySearchBar,
|
|
120
|
+
hideIf: ({ storeState }) => !storeState.project_project.projectForm?.isShowTaskCategory,
|
|
121
|
+
requiredIf: ({ storeState }) => storeState.project_project.projectForm?.taskStatusManagementSelect ===
|
|
122
|
+
getTypes().Project.taskStatusManagementSelect?.ManageByCategory,
|
|
123
|
+
dependsOn: {
|
|
124
|
+
project: () => {
|
|
125
|
+
return null;
|
|
126
|
+
},
|
|
127
|
+
},
|
|
128
|
+
},
|
|
129
|
+
status: {
|
|
130
|
+
titleKey: 'Project_Status',
|
|
131
|
+
type: 'object',
|
|
132
|
+
widget: 'custom',
|
|
133
|
+
customComponent: TaskStatusSearchBar,
|
|
134
|
+
hideIf: ({ storeState }) => {
|
|
135
|
+
return (storeState.project_project.projectForm
|
|
136
|
+
?.taskStatusManagementSelect ===
|
|
137
|
+
getTypes().Project.taskStatusManagementSelect?.NoStatusManagement);
|
|
138
|
+
},
|
|
139
|
+
requiredIf: ({ storeState }) => storeState.project_project.projectForm?.taskStatusManagementSelect !==
|
|
140
|
+
getTypes().Project.taskStatusManagementSelect?.NoStatusManagement,
|
|
141
|
+
dependsOn: {
|
|
142
|
+
project: () => {
|
|
143
|
+
return null;
|
|
144
|
+
},
|
|
145
|
+
projectTaskCategory: ({ newValue, storeState, dispatch }) => {
|
|
146
|
+
if (storeState.project_project.projectForm
|
|
147
|
+
?.taskStatusManagementSelect ===
|
|
148
|
+
getTypes().Project.taskStatusManagementSelect?.ManageByCategory) {
|
|
149
|
+
dispatch(udpateFormCategory(newValue));
|
|
150
|
+
return null;
|
|
151
|
+
}
|
|
152
|
+
},
|
|
153
|
+
},
|
|
154
|
+
},
|
|
155
|
+
priority: {
|
|
156
|
+
titleKey: 'Project_Priority',
|
|
157
|
+
type: 'object',
|
|
158
|
+
widget: 'custom',
|
|
159
|
+
required: true,
|
|
160
|
+
customComponent: PrioritySearchBar,
|
|
161
|
+
hideIf: ({ storeState }) => !storeState.project_project.projectForm?.isShowPriority,
|
|
162
|
+
dependsOn: {
|
|
163
|
+
project: () => {
|
|
164
|
+
return null;
|
|
165
|
+
},
|
|
166
|
+
},
|
|
167
|
+
},
|
|
168
|
+
assignedTo: {
|
|
169
|
+
titleKey: 'Project_AssignedTo',
|
|
170
|
+
type: 'object',
|
|
171
|
+
widget: 'custom',
|
|
172
|
+
customComponent: UserSearchBar,
|
|
173
|
+
required: true,
|
|
174
|
+
},
|
|
175
|
+
projectTaskSection: {
|
|
176
|
+
titleKey: 'Project_Section',
|
|
177
|
+
type: 'object',
|
|
178
|
+
widget: 'custom',
|
|
179
|
+
customComponent: SectionSearchBar,
|
|
180
|
+
hideIf: ({ storeState }) => !storeState.project_project.projectForm?.isShowSection,
|
|
181
|
+
dependsOn: {
|
|
182
|
+
project: () => {
|
|
183
|
+
return null;
|
|
184
|
+
},
|
|
185
|
+
},
|
|
186
|
+
},
|
|
187
|
+
targetVersion: {
|
|
188
|
+
titleKey: 'Project_TargetVersion',
|
|
189
|
+
type: 'object',
|
|
190
|
+
widget: 'custom',
|
|
191
|
+
customComponent: TargetVersionSearchBar,
|
|
192
|
+
dependsOn: {
|
|
193
|
+
project: () => {
|
|
194
|
+
return null;
|
|
195
|
+
},
|
|
196
|
+
},
|
|
197
|
+
},
|
|
198
|
+
taskDate: {
|
|
199
|
+
titleKey: 'Project_StartDate',
|
|
200
|
+
type: 'date',
|
|
201
|
+
widget: 'date',
|
|
202
|
+
},
|
|
203
|
+
taskEndDate: {
|
|
204
|
+
titleKey: 'Project_DueDate',
|
|
205
|
+
type: 'date',
|
|
206
|
+
widget: 'date',
|
|
207
|
+
},
|
|
208
|
+
taskDeadline: {
|
|
209
|
+
titleKey: 'Project_Deadline',
|
|
210
|
+
type: 'date',
|
|
211
|
+
widget: 'date',
|
|
212
|
+
},
|
|
213
|
+
tagSet: {
|
|
214
|
+
titleKey: 'Project_Tags',
|
|
215
|
+
type: 'array',
|
|
216
|
+
widget: 'custom',
|
|
217
|
+
customComponent: TaskTagMultiValuePicker,
|
|
218
|
+
},
|
|
219
|
+
progress: {
|
|
220
|
+
titleKey: 'Project_Progress',
|
|
221
|
+
type: 'number',
|
|
222
|
+
widget: 'increment',
|
|
223
|
+
dependsOn: {
|
|
224
|
+
status: ({ newValue, storeState }) => {
|
|
225
|
+
if (storeState.appConfig.project?.selectAutoProgressOnProjectTask) {
|
|
226
|
+
return parseInt(newValue?.defaultProgress, 10);
|
|
227
|
+
}
|
|
228
|
+
},
|
|
229
|
+
},
|
|
230
|
+
hideIf: ({ storeState }) => !storeState.project_project.projectForm?.isShowProgress,
|
|
231
|
+
},
|
|
232
|
+
description: {
|
|
233
|
+
type: 'string',
|
|
234
|
+
widget: 'HTML',
|
|
235
|
+
titleKey: 'Base_Description',
|
|
236
|
+
},
|
|
237
|
+
internalDescription: {
|
|
238
|
+
type: 'string',
|
|
239
|
+
widget: 'HTML',
|
|
240
|
+
titleKey: 'Project_InternalDescription',
|
|
241
|
+
},
|
|
242
|
+
},
|
|
243
|
+
},
|
|
244
|
+
};
|
|
245
|
+
//# sourceMappingURL=forms.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"forms.js","sourceRoot":"","sources":["../../src/models/forms.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Axelor Business Solutions
|
|
3
|
+
*
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
|
+
*
|
|
6
|
+
* This program is free software: you can redistribute it and/or modify
|
|
7
|
+
* it under the terms of the GNU Affero General Public License, version 3,
|
|
8
|
+
* as published by the Free Software Foundation.
|
|
9
|
+
*
|
|
10
|
+
* This program is distributed in the hope that it will be useful,
|
|
11
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
12
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
13
|
+
* GNU Affero General Public License for more details.
|
|
14
|
+
*
|
|
15
|
+
* You should have received a copy of the GNU Affero General Public License
|
|
16
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
17
|
+
*/
|
|
18
|
+
export { project_formsRegister } from './forms';
|
|
19
|
+
export { project_modelAPI } from './objectFields';
|
|
20
|
+
export { project_searchFields } from './searchFields';
|
|
21
|
+
export { project_sortFields } from './sortFields';
|
|
22
|
+
export { project_typeObjects } from './typeObjects';
|
|
23
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/models/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH,OAAO,EAAC,qBAAqB,EAAC,MAAM,SAAS,CAAC;AAC9C,OAAO,EAAC,gBAAgB,EAAC,MAAM,gBAAgB,CAAC;AAChD,OAAO,EAAC,oBAAoB,EAAC,MAAM,gBAAgB,CAAC;AACpD,OAAO,EAAC,kBAAkB,EAAC,MAAM,cAAc,CAAC;AAChD,OAAO,EAAC,mBAAmB,EAAC,MAAM,eAAe,CAAC"}
|
|
@@ -0,0 +1,187 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Axelor Business Solutions
|
|
3
|
+
*
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
|
+
*
|
|
6
|
+
* This program is free software: you can redistribute it and/or modify
|
|
7
|
+
* it under the terms of the GNU Affero General Public License, version 3,
|
|
8
|
+
* as published by the Free Software Foundation.
|
|
9
|
+
*
|
|
10
|
+
* This program is distributed in the hope that it will be useful,
|
|
11
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
12
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
13
|
+
* GNU Affero General Public License for more details.
|
|
14
|
+
*
|
|
15
|
+
* You should have received a copy of the GNU Affero General Public License
|
|
16
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
17
|
+
*/
|
|
18
|
+
import { schemaContructor } from '@axelor/aos-mobile-core';
|
|
19
|
+
export const project_modelAPI = {
|
|
20
|
+
project_project: schemaContructor.object({
|
|
21
|
+
createdOn: schemaContructor.string(),
|
|
22
|
+
projectStatus: schemaContructor.subObject('name'),
|
|
23
|
+
fullName: schemaContructor.string(),
|
|
24
|
+
name: schemaContructor.string(),
|
|
25
|
+
code: schemaContructor.string(),
|
|
26
|
+
clientPartner: schemaContructor.subObject().concat(schemaContructor.object({
|
|
27
|
+
picture: schemaContructor.subObject(),
|
|
28
|
+
name: schemaContructor.string(),
|
|
29
|
+
partnerSeq: schemaContructor.string(),
|
|
30
|
+
mainAddress: schemaContructor.subObject('fullName').concat(schemaContructor.object({
|
|
31
|
+
addressL4: schemaContructor.string(),
|
|
32
|
+
addressL7Country: schemaContructor.subObject('symbol'),
|
|
33
|
+
city: schemaContructor.subObject('name'),
|
|
34
|
+
zip: schemaContructor.string(),
|
|
35
|
+
})),
|
|
36
|
+
})),
|
|
37
|
+
contactPartner: schemaContructor.subObject().concat(schemaContructor.object({
|
|
38
|
+
picture: schemaContructor.subObject(),
|
|
39
|
+
jobTitleFunction: schemaContructor.subObject('name'),
|
|
40
|
+
name: schemaContructor.string(),
|
|
41
|
+
simpleFullName: schemaContructor.string(),
|
|
42
|
+
fixedPhone: schemaContructor.string(),
|
|
43
|
+
mobilePhone: schemaContructor.string(),
|
|
44
|
+
partnerSeq: schemaContructor.string(),
|
|
45
|
+
})),
|
|
46
|
+
company: schemaContructor.subObject('name'),
|
|
47
|
+
assignedTo: schemaContructor.subObject('fullName'),
|
|
48
|
+
parentProject: schemaContructor.subObject().concat(schemaContructor.object({
|
|
49
|
+
fullName: schemaContructor.string(),
|
|
50
|
+
name: schemaContructor.string(),
|
|
51
|
+
code: schemaContructor.string(),
|
|
52
|
+
company: schemaContructor.subObject(),
|
|
53
|
+
assignedTo: schemaContructor.subObject(),
|
|
54
|
+
projectStatus: schemaContructor.subObject(),
|
|
55
|
+
parentProject: schemaContructor.subObject('fullName'),
|
|
56
|
+
clientPartner: schemaContructor.subObject().concat(schemaContructor.object({
|
|
57
|
+
picture: schemaContructor.subObject(),
|
|
58
|
+
jobTitleFunction: schemaContructor.subObject(),
|
|
59
|
+
name: schemaContructor.string(),
|
|
60
|
+
mainAddress: schemaContructor.subObject('fullName').concat(schemaContructor.object({
|
|
61
|
+
addressL4: schemaContructor.string(),
|
|
62
|
+
addressL7Country: schemaContructor.subObject('symbol'),
|
|
63
|
+
city: schemaContructor.subObject('name'),
|
|
64
|
+
zip: schemaContructor.string(),
|
|
65
|
+
})),
|
|
66
|
+
})),
|
|
67
|
+
})),
|
|
68
|
+
isBusinessProject: schemaContructor.boolean(),
|
|
69
|
+
fromDate: schemaContructor.string(),
|
|
70
|
+
toDate: schemaContructor.string(),
|
|
71
|
+
siteSet: schemaContructor.array().of(schemaContructor.subObject()),
|
|
72
|
+
description: schemaContructor.string(),
|
|
73
|
+
team: schemaContructor.subObject(),
|
|
74
|
+
membersUserSet: schemaContructor.array().of(schemaContructor.subObject()),
|
|
75
|
+
toInvoice: schemaContructor.boolean(),
|
|
76
|
+
isInvoicingExpenses: schemaContructor.boolean(),
|
|
77
|
+
isInvoicingPurchases: schemaContructor.boolean(),
|
|
78
|
+
currency: schemaContructor.subObject().concat(schemaContructor.object({
|
|
79
|
+
symbol: schemaContructor.string(),
|
|
80
|
+
})),
|
|
81
|
+
priceList: schemaContructor.subObject(),
|
|
82
|
+
taskStatusManagementSelect: schemaContructor.number(),
|
|
83
|
+
projectTaskStatusSet: schemaContructor
|
|
84
|
+
.array()
|
|
85
|
+
.of(schemaContructor.subObject()),
|
|
86
|
+
isShowPriority: schemaContructor.boolean(),
|
|
87
|
+
projectTaskPrioritySet: schemaContructor
|
|
88
|
+
.array()
|
|
89
|
+
.of(schemaContructor.subObject()),
|
|
90
|
+
projectTaskCategorySet: schemaContructor
|
|
91
|
+
.array()
|
|
92
|
+
.of(schemaContructor.subObject()),
|
|
93
|
+
isShowPhasesElements: schemaContructor.boolean(),
|
|
94
|
+
isShowTaskCategory: schemaContructor.boolean(),
|
|
95
|
+
isShowProgress: schemaContructor.boolean(),
|
|
96
|
+
isShowSection: schemaContructor.boolean(),
|
|
97
|
+
manageTimeSpent: schemaContructor.boolean(),
|
|
98
|
+
}),
|
|
99
|
+
project_projectTask: schemaContructor.object({
|
|
100
|
+
name: schemaContructor.string(),
|
|
101
|
+
fullName: schemaContructor.string(),
|
|
102
|
+
assignedTo: schemaContructor.subObject(),
|
|
103
|
+
status: schemaContructor.subObject(),
|
|
104
|
+
priority: schemaContructor.subObject(),
|
|
105
|
+
progress: schemaContructor.number(),
|
|
106
|
+
taskDeadline: schemaContructor.string(),
|
|
107
|
+
parentTask: schemaContructor.subObject('name'),
|
|
108
|
+
project: schemaContructor.subObject().concat(schemaContructor.object({
|
|
109
|
+
name: schemaContructor.string(),
|
|
110
|
+
projectStatus: schemaContructor.subObject(),
|
|
111
|
+
customFieldManagementSelect: schemaContructor.string(),
|
|
112
|
+
manageTimeSpent: schemaContructor.boolean(),
|
|
113
|
+
})),
|
|
114
|
+
projectTaskCategory: schemaContructor.subObject(),
|
|
115
|
+
projectTaskSection: schemaContructor.subObject(),
|
|
116
|
+
targetVersion: schemaContructor.subObject(),
|
|
117
|
+
taskDate: schemaContructor.string(),
|
|
118
|
+
taskEndDate: schemaContructor.string(),
|
|
119
|
+
tagSet: schemaContructor.array().of(schemaContructor.subObject()),
|
|
120
|
+
spentTime: schemaContructor.number(),
|
|
121
|
+
description: schemaContructor.string(),
|
|
122
|
+
internalDescription: schemaContructor.string(),
|
|
123
|
+
ticketNumber: schemaContructor.string(),
|
|
124
|
+
}),
|
|
125
|
+
project_projectStatus: schemaContructor.object({
|
|
126
|
+
name: schemaContructor.string(),
|
|
127
|
+
isCompleted: schemaContructor.boolean(),
|
|
128
|
+
}),
|
|
129
|
+
project_projectPriority: schemaContructor.object({
|
|
130
|
+
name: schemaContructor.string(),
|
|
131
|
+
}),
|
|
132
|
+
project_taskStatus: schemaContructor.object({
|
|
133
|
+
name: schemaContructor.string(),
|
|
134
|
+
defaultProgress: schemaContructor.number(),
|
|
135
|
+
}),
|
|
136
|
+
project_projectTaskLink: schemaContructor.object({
|
|
137
|
+
projectTaskLinkType: schemaContructor.subObject(),
|
|
138
|
+
relatedTask: schemaContructor.subObject().concat(schemaContructor.object({
|
|
139
|
+
name: schemaContructor.string(),
|
|
140
|
+
fullName: schemaContructor.string(),
|
|
141
|
+
assignedTo: schemaContructor.subObject(),
|
|
142
|
+
status: schemaContructor.subObject(),
|
|
143
|
+
priority: schemaContructor.subObject(),
|
|
144
|
+
progress: schemaContructor.number(),
|
|
145
|
+
taskDeadline: schemaContructor.string(),
|
|
146
|
+
parentTask: schemaContructor.subObject('name'),
|
|
147
|
+
project: schemaContructor.subObject().concat(schemaContructor.object({
|
|
148
|
+
name: schemaContructor.string(),
|
|
149
|
+
projectStatus: schemaContructor.subObject(),
|
|
150
|
+
customFieldManagementSelect: schemaContructor.string(),
|
|
151
|
+
})),
|
|
152
|
+
projectTaskCategory: schemaContructor.subObject(),
|
|
153
|
+
projectTaskSection: schemaContructor.subObject(),
|
|
154
|
+
targetVersion: schemaContructor.subObject(),
|
|
155
|
+
taskDate: schemaContructor.string(),
|
|
156
|
+
taskEndDate: schemaContructor.string(),
|
|
157
|
+
})),
|
|
158
|
+
}),
|
|
159
|
+
project_timesheetLine: schemaContructor.object({
|
|
160
|
+
project: schemaContructor.subObject(),
|
|
161
|
+
projectTask: schemaContructor.subObject(),
|
|
162
|
+
site: schemaContructor.subObject(),
|
|
163
|
+
date: schemaContructor.subObject(),
|
|
164
|
+
product: schemaContructor.subObject(),
|
|
165
|
+
duration: schemaContructor.number(),
|
|
166
|
+
toInvoice: schemaContructor.boolean(),
|
|
167
|
+
comments: schemaContructor.string(),
|
|
168
|
+
}),
|
|
169
|
+
project_Tag: schemaContructor.object({
|
|
170
|
+
name: schemaContructor.string(),
|
|
171
|
+
colorSelect: schemaContructor.string(),
|
|
172
|
+
}),
|
|
173
|
+
project_projectVersion: schemaContructor.object({
|
|
174
|
+
title: schemaContructor.subObject(),
|
|
175
|
+
}),
|
|
176
|
+
project_projectTaskCategory: schemaContructor.object({
|
|
177
|
+
name: schemaContructor.subObject(),
|
|
178
|
+
projectTaskStatusSet: schemaContructor.subObject(),
|
|
179
|
+
}),
|
|
180
|
+
project_projectTaskSection: schemaContructor.object({
|
|
181
|
+
name: schemaContructor.subObject(),
|
|
182
|
+
}),
|
|
183
|
+
auth_user: schemaContructor.object({
|
|
184
|
+
activeProject: schemaContructor.subObject(),
|
|
185
|
+
}),
|
|
186
|
+
};
|
|
187
|
+
//# sourceMappingURL=objectFields.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"objectFields.js","sourceRoot":"","sources":["../../src/models/objectFields.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH,OAAO,EAAe,gBAAgB,EAAC,MAAM,yBAAyB,CAAC;AAEvE,MAAM,CAAC,MAAM,gBAAgB,GAAiB;IAC5C,eAAe,EAAE,gBAAgB,CAAC,MAAM,CAAC;QACvC,SAAS,EAAE,gBAAgB,CAAC,MAAM,EAAE;QACpC,aAAa,EAAE,gBAAgB,CAAC,SAAS,CAAC,MAAM,CAAC;QACjD,QAAQ,EAAE,gBAAgB,CAAC,MAAM,EAAE;QACnC,IAAI,EAAE,gBAAgB,CAAC,MAAM,EAAE;QAC/B,IAAI,EAAE,gBAAgB,CAAC,MAAM,EAAE;QAC/B,aAAa,EAAE,gBAAgB,CAAC,SAAS,EAAE,CAAC,MAAM,CAChD,gBAAgB,CAAC,MAAM,CAAC;YACtB,OAAO,EAAE,gBAAgB,CAAC,SAAS,EAAE;YACrC,IAAI,EAAE,gBAAgB,CAAC,MAAM,EAAE;YAC/B,UAAU,EAAE,gBAAgB,CAAC,MAAM,EAAE;YACrC,WAAW,EAAE,gBAAgB,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC,MAAM,CACxD,gBAAgB,CAAC,MAAM,CAAC;gBACtB,SAAS,EAAE,gBAAgB,CAAC,MAAM,EAAE;gBACpC,gBAAgB,EAAE,gBAAgB,CAAC,SAAS,CAAC,QAAQ,CAAC;gBACtD,IAAI,EAAE,gBAAgB,CAAC,SAAS,CAAC,MAAM,CAAC;gBACxC,GAAG,EAAE,gBAAgB,CAAC,MAAM,EAAE;aAC/B,CAAC,CACH;SACF,CAAC,CACH;QACD,cAAc,EAAE,gBAAgB,CAAC,SAAS,EAAE,CAAC,MAAM,CACjD,gBAAgB,CAAC,MAAM,CAAC;YACtB,OAAO,EAAE,gBAAgB,CAAC,SAAS,EAAE;YACrC,gBAAgB,EAAE,gBAAgB,CAAC,SAAS,CAAC,MAAM,CAAC;YACpD,IAAI,EAAE,gBAAgB,CAAC,MAAM,EAAE;YAC/B,cAAc,EAAE,gBAAgB,CAAC,MAAM,EAAE;YACzC,UAAU,EAAE,gBAAgB,CAAC,MAAM,EAAE;YACrC,WAAW,EAAE,gBAAgB,CAAC,MAAM,EAAE;YACtC,UAAU,EAAE,gBAAgB,CAAC,MAAM,EAAE;SACtC,CAAC,CACH;QACD,OAAO,EAAE,gBAAgB,CAAC,SAAS,CAAC,MAAM,CAAC;QAC3C,UAAU,EAAE,gBAAgB,CAAC,SAAS,CAAC,UAAU,CAAC;QAClD,aAAa,EAAE,gBAAgB,CAAC,SAAS,EAAE,CAAC,MAAM,CAChD,gBAAgB,CAAC,MAAM,CAAC;YACtB,QAAQ,EAAE,gBAAgB,CAAC,MAAM,EAAE;YACnC,IAAI,EAAE,gBAAgB,CAAC,MAAM,EAAE;YAC/B,IAAI,EAAE,gBAAgB,CAAC,MAAM,EAAE;YAC/B,OAAO,EAAE,gBAAgB,CAAC,SAAS,EAAE;YACrC,UAAU,EAAE,gBAAgB,CAAC,SAAS,EAAE;YACxC,aAAa,EAAE,gBAAgB,CAAC,SAAS,EAAE;YAC3C,aAAa,EAAE,gBAAgB,CAAC,SAAS,CAAC,UAAU,CAAC;YACrD,aAAa,EAAE,gBAAgB,CAAC,SAAS,EAAE,CAAC,MAAM,CAChD,gBAAgB,CAAC,MAAM,CAAC;gBACtB,OAAO,EAAE,gBAAgB,CAAC,SAAS,EAAE;gBACrC,gBAAgB,EAAE,gBAAgB,CAAC,SAAS,EAAE;gBAC9C,IAAI,EAAE,gBAAgB,CAAC,MAAM,EAAE;gBAC/B,WAAW,EAAE,gBAAgB,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC,MAAM,CACxD,gBAAgB,CAAC,MAAM,CAAC;oBACtB,SAAS,EAAE,gBAAgB,CAAC,MAAM,EAAE;oBACpC,gBAAgB,EAAE,gBAAgB,CAAC,SAAS,CAAC,QAAQ,CAAC;oBACtD,IAAI,EAAE,gBAAgB,CAAC,SAAS,CAAC,MAAM,CAAC;oBACxC,GAAG,EAAE,gBAAgB,CAAC,MAAM,EAAE;iBAC/B,CAAC,CACH;aACF,CAAC,CACH;SACF,CAAC,CACH;QACD,iBAAiB,EAAE,gBAAgB,CAAC,OAAO,EAAE;QAC7C,QAAQ,EAAE,gBAAgB,CAAC,MAAM,EAAE;QACnC,MAAM,EAAE,gBAAgB,CAAC,MAAM,EAAE;QACjC,OAAO,EAAE,gBAAgB,CAAC,KAAK,EAAE,CAAC,EAAE,CAAC,gBAAgB,CAAC,SAAS,EAAE,CAAC;QAClE,WAAW,EAAE,gBAAgB,CAAC,MAAM,EAAE;QACtC,IAAI,EAAE,gBAAgB,CAAC,SAAS,EAAE;QAClC,cAAc,EAAE,gBAAgB,CAAC,KAAK,EAAE,CAAC,EAAE,CAAC,gBAAgB,CAAC,SAAS,EAAE,CAAC;QACzE,SAAS,EAAE,gBAAgB,CAAC,OAAO,EAAE;QACrC,mBAAmB,EAAE,gBAAgB,CAAC,OAAO,EAAE;QAC/C,oBAAoB,EAAE,gBAAgB,CAAC,OAAO,EAAE;QAChD,QAAQ,EAAE,gBAAgB,CAAC,SAAS,EAAE,CAAC,MAAM,CAC3C,gBAAgB,CAAC,MAAM,CAAC;YACtB,MAAM,EAAE,gBAAgB,CAAC,MAAM,EAAE;SAClC,CAAC,CACH;QACD,SAAS,EAAE,gBAAgB,CAAC,SAAS,EAAE;QACvC,0BAA0B,EAAE,gBAAgB,CAAC,MAAM,EAAE;QACrD,oBAAoB,EAAE,gBAAgB;aACnC,KAAK,EAAE;aACP,EAAE,CAAC,gBAAgB,CAAC,SAAS,EAAE,CAAC;QACnC,cAAc,EAAE,gBAAgB,CAAC,OAAO,EAAE;QAC1C,sBAAsB,EAAE,gBAAgB;aACrC,KAAK,EAAE;aACP,EAAE,CAAC,gBAAgB,CAAC,SAAS,EAAE,CAAC;QACnC,sBAAsB,EAAE,gBAAgB;aACrC,KAAK,EAAE;aACP,EAAE,CAAC,gBAAgB,CAAC,SAAS,EAAE,CAAC;QACnC,oBAAoB,EAAE,gBAAgB,CAAC,OAAO,EAAE;QAChD,kBAAkB,EAAE,gBAAgB,CAAC,OAAO,EAAE;QAC9C,cAAc,EAAE,gBAAgB,CAAC,OAAO,EAAE;QAC1C,aAAa,EAAE,gBAAgB,CAAC,OAAO,EAAE;QACzC,eAAe,EAAE,gBAAgB,CAAC,OAAO,EAAE;KAC5C,CAAC;IACF,mBAAmB,EAAE,gBAAgB,CAAC,MAAM,CAAC;QAC3C,IAAI,EAAE,gBAAgB,CAAC,MAAM,EAAE;QAC/B,QAAQ,EAAE,gBAAgB,CAAC,MAAM,EAAE;QACnC,UAAU,EAAE,gBAAgB,CAAC,SAAS,EAAE;QACxC,MAAM,EAAE,gBAAgB,CAAC,SAAS,EAAE;QACpC,QAAQ,EAAE,gBAAgB,CAAC,SAAS,EAAE;QACtC,QAAQ,EAAE,gBAAgB,CAAC,MAAM,EAAE;QACnC,YAAY,EAAE,gBAAgB,CAAC,MAAM,EAAE;QACvC,UAAU,EAAE,gBAAgB,CAAC,SAAS,CAAC,MAAM,CAAC;QAC9C,OAAO,EAAE,gBAAgB,CAAC,SAAS,EAAE,CAAC,MAAM,CAC1C,gBAAgB,CAAC,MAAM,CAAC;YACtB,IAAI,EAAE,gBAAgB,CAAC,MAAM,EAAE;YAC/B,aAAa,EAAE,gBAAgB,CAAC,SAAS,EAAE;YAC3C,2BAA2B,EAAE,gBAAgB,CAAC,MAAM,EAAE;YACtD,eAAe,EAAE,gBAAgB,CAAC,OAAO,EAAE;SAC5C,CAAC,CACH;QACD,mBAAmB,EAAE,gBAAgB,CAAC,SAAS,EAAE;QACjD,kBAAkB,EAAE,gBAAgB,CAAC,SAAS,EAAE;QAChD,aAAa,EAAE,gBAAgB,CAAC,SAAS,EAAE;QAC3C,QAAQ,EAAE,gBAAgB,CAAC,MAAM,EAAE;QACnC,WAAW,EAAE,gBAAgB,CAAC,MAAM,EAAE;QACtC,MAAM,EAAE,gBAAgB,CAAC,KAAK,EAAE,CAAC,EAAE,CAAC,gBAAgB,CAAC,SAAS,EAAE,CAAC;QACjE,SAAS,EAAE,gBAAgB,CAAC,MAAM,EAAE;QACpC,WAAW,EAAE,gBAAgB,CAAC,MAAM,EAAE;QACtC,mBAAmB,EAAE,gBAAgB,CAAC,MAAM,EAAE;QAC9C,YAAY,EAAE,gBAAgB,CAAC,MAAM,EAAE;KACxC,CAAC;IACF,qBAAqB,EAAE,gBAAgB,CAAC,MAAM,CAAC;QAC7C,IAAI,EAAE,gBAAgB,CAAC,MAAM,EAAE;QAC/B,WAAW,EAAE,gBAAgB,CAAC,OAAO,EAAE;KACxC,CAAC;IACF,uBAAuB,EAAE,gBAAgB,CAAC,MAAM,CAAC;QAC/C,IAAI,EAAE,gBAAgB,CAAC,MAAM,EAAE;KAChC,CAAC;IACF,kBAAkB,EAAE,gBAAgB,CAAC,MAAM,CAAC;QAC1C,IAAI,EAAE,gBAAgB,CAAC,MAAM,EAAE;QAC/B,eAAe,EAAE,gBAAgB,CAAC,MAAM,EAAE;KAC3C,CAAC;IACF,uBAAuB,EAAE,gBAAgB,CAAC,MAAM,CAAC;QAC/C,mBAAmB,EAAE,gBAAgB,CAAC,SAAS,EAAE;QACjD,WAAW,EAAE,gBAAgB,CAAC,SAAS,EAAE,CAAC,MAAM,CAC9C,gBAAgB,CAAC,MAAM,CAAC;YACtB,IAAI,EAAE,gBAAgB,CAAC,MAAM,EAAE;YAC/B,QAAQ,EAAE,gBAAgB,CAAC,MAAM,EAAE;YACnC,UAAU,EAAE,gBAAgB,CAAC,SAAS,EAAE;YACxC,MAAM,EAAE,gBAAgB,CAAC,SAAS,EAAE;YACpC,QAAQ,EAAE,gBAAgB,CAAC,SAAS,EAAE;YACtC,QAAQ,EAAE,gBAAgB,CAAC,MAAM,EAAE;YACnC,YAAY,EAAE,gBAAgB,CAAC,MAAM,EAAE;YACvC,UAAU,EAAE,gBAAgB,CAAC,SAAS,CAAC,MAAM,CAAC;YAC9C,OAAO,EAAE,gBAAgB,CAAC,SAAS,EAAE,CAAC,MAAM,CAC1C,gBAAgB,CAAC,MAAM,CAAC;gBACtB,IAAI,EAAE,gBAAgB,CAAC,MAAM,EAAE;gBAC/B,aAAa,EAAE,gBAAgB,CAAC,SAAS,EAAE;gBAC3C,2BAA2B,EAAE,gBAAgB,CAAC,MAAM,EAAE;aACvD,CAAC,CACH;YACD,mBAAmB,EAAE,gBAAgB,CAAC,SAAS,EAAE;YACjD,kBAAkB,EAAE,gBAAgB,CAAC,SAAS,EAAE;YAChD,aAAa,EAAE,gBAAgB,CAAC,SAAS,EAAE;YAC3C,QAAQ,EAAE,gBAAgB,CAAC,MAAM,EAAE;YACnC,WAAW,EAAE,gBAAgB,CAAC,MAAM,EAAE;SACvC,CAAC,CACH;KACF,CAAC;IACF,qBAAqB,EAAE,gBAAgB,CAAC,MAAM,CAAC;QAC7C,OAAO,EAAE,gBAAgB,CAAC,SAAS,EAAE;QACrC,WAAW,EAAE,gBAAgB,CAAC,SAAS,EAAE;QACzC,IAAI,EAAE,gBAAgB,CAAC,SAAS,EAAE;QAClC,IAAI,EAAE,gBAAgB,CAAC,SAAS,EAAE;QAClC,OAAO,EAAE,gBAAgB,CAAC,SAAS,EAAE;QACrC,QAAQ,EAAE,gBAAgB,CAAC,MAAM,EAAE;QACnC,SAAS,EAAE,gBAAgB,CAAC,OAAO,EAAE;QACrC,QAAQ,EAAE,gBAAgB,CAAC,MAAM,EAAE;KACpC,CAAC;IACF,WAAW,EAAE,gBAAgB,CAAC,MAAM,CAAC;QACnC,IAAI,EAAE,gBAAgB,CAAC,MAAM,EAAE;QAC/B,WAAW,EAAE,gBAAgB,CAAC,MAAM,EAAE;KACvC,CAAC;IACF,sBAAsB,EAAE,gBAAgB,CAAC,MAAM,CAAC;QAC9C,KAAK,EAAE,gBAAgB,CAAC,SAAS,EAAE;KACpC,CAAC;IACF,2BAA2B,EAAE,gBAAgB,CAAC,MAAM,CAAC;QACnD,IAAI,EAAE,gBAAgB,CAAC,SAAS,EAAE;QAClC,oBAAoB,EAAE,gBAAgB,CAAC,SAAS,EAAE;KACnD,CAAC;IACF,0BAA0B,EAAE,gBAAgB,CAAC,MAAM,CAAC;QAClD,IAAI,EAAE,gBAAgB,CAAC,SAAS,EAAE;KACnC,CAAC;IACF,SAAS,EAAE,gBAAgB,CAAC,MAAM,CAAC;QACjC,aAAa,EAAE,gBAAgB,CAAC,SAAS,EAAE;KAC5C,CAAC;CACH,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Axelor Business Solutions
|
|
3
|
+
*
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
|
+
*
|
|
6
|
+
* This program is free software: you can redistribute it and/or modify
|
|
7
|
+
* it under the terms of the GNU Affero General Public License, version 3,
|
|
8
|
+
* as published by the Free Software Foundation.
|
|
9
|
+
*
|
|
10
|
+
* This program is distributed in the hope that it will be useful,
|
|
11
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
12
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
13
|
+
* GNU Affero General Public License for more details.
|
|
14
|
+
*
|
|
15
|
+
* You should have received a copy of the GNU Affero General Public License
|
|
16
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
17
|
+
*/
|
|
18
|
+
export const project_searchFields = {
|
|
19
|
+
project_project: [
|
|
20
|
+
'name',
|
|
21
|
+
'code',
|
|
22
|
+
'clientPartner.name',
|
|
23
|
+
'parentProject.fullName',
|
|
24
|
+
],
|
|
25
|
+
project_projectTask: ['name'],
|
|
26
|
+
project_projectTaskCategory: ['name'],
|
|
27
|
+
project_projectTaskSection: ['name'],
|
|
28
|
+
project_projectPriority: ['name'],
|
|
29
|
+
project_taskStatus: ['name'],
|
|
30
|
+
};
|
|
31
|
+
//# sourceMappingURL=searchFields.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"searchFields.js","sourceRoot":"","sources":["../../src/models/searchFields.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAIH,MAAM,CAAC,MAAM,oBAAoB,GAAiB;IAChD,eAAe,EAAE;QACf,MAAM;QACN,MAAM;QACN,oBAAoB;QACpB,wBAAwB;KACzB;IACD,mBAAmB,EAAE,CAAC,MAAM,CAAC;IAC7B,2BAA2B,EAAE,CAAC,MAAM,CAAC;IACrC,0BAA0B,EAAE,CAAC,MAAM,CAAC;IACpC,uBAAuB,EAAE,CAAC,MAAM,CAAC;IACjC,kBAAkB,EAAE,CAAC,MAAM,CAAC;CAC7B,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Axelor Business Solutions
|
|
3
|
+
*
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
|
+
*
|
|
6
|
+
* This program is free software: you can redistribute it and/or modify
|
|
7
|
+
* it under the terms of the GNU Affero General Public License, version 3,
|
|
8
|
+
* as published by the Free Software Foundation.
|
|
9
|
+
*
|
|
10
|
+
* This program is distributed in the hope that it will be useful,
|
|
11
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
12
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
13
|
+
* GNU Affero General Public License for more details.
|
|
14
|
+
*
|
|
15
|
+
* You should have received a copy of the GNU Affero General Public License
|
|
16
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
17
|
+
*/
|
|
18
|
+
export const project_sortFields = {
|
|
19
|
+
project_project: ['projectStatus.sequence', 'name'],
|
|
20
|
+
project_projectVersion: ['title'],
|
|
21
|
+
};
|
|
22
|
+
//# sourceMappingURL=sortFields.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sortFields.js","sourceRoot":"","sources":["../../src/models/sortFields.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAIH,MAAM,CAAC,MAAM,kBAAkB,GAAe;IAC5C,eAAe,EAAE,CAAC,wBAAwB,EAAE,MAAM,CAAC;IACnD,sBAAsB,EAAE,CAAC,OAAO,CAAC;CAClC,CAAC"}
|