@nixweb/nixloc-ui 1.16.0 → 1.19.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/.github/workflows/publish-npm.yml +32 -32
- package/@nixweb/nixloc-ui/.github/workflows/publish-npm.yml +32 -32
- package/@nixweb/nixloc-ui/README.md +24 -24
- package/@nixweb/nixloc-ui/babel.config.js +5 -5
- package/@nixweb/nixloc-ui/config/dev.env.js +8 -8
- package/@nixweb/nixloc-ui/config/index.js +69 -69
- package/@nixweb/nixloc-ui/config/prod.env.js +5 -5
- package/@nixweb/nixloc-ui/docs/src/component/template/ViewTemplateReportPreview.drawio +209 -209
- package/@nixweb/nixloc-ui/docs/src/store/modulos/relatorio.drawio +36 -36
- package/@nixweb/nixloc-ui/package.json +88 -88
- package/@nixweb/nixloc-ui/public/index.html +19 -19
- package/@nixweb/nixloc-ui/public/styles/app.css +52 -52
- package/@nixweb/nixloc-ui/src/App.vue +13 -13
- package/@nixweb/nixloc-ui/src/component/forms/Button.vue +163 -163
- package/@nixweb/nixloc-ui/src/component/forms/ButtonFilter.vue +74 -74
- package/@nixweb/nixloc-ui/src/component/forms/ButtonGroup.vue +66 -66
- package/@nixweb/nixloc-ui/src/component/forms/ButtonSub.vue +97 -97
- package/@nixweb/nixloc-ui/src/component/forms/ButtonToggle.vue +76 -76
- package/@nixweb/nixloc-ui/src/component/forms/CheckboxGroup.vue +69 -69
- package/@nixweb/nixloc-ui/src/component/forms/CheckboxServer.vue +192 -192
- package/@nixweb/nixloc-ui/src/component/forms/CheckboxSimple.vue +60 -60
- package/@nixweb/nixloc-ui/src/component/forms/Color.vue +38 -38
- package/@nixweb/nixloc-ui/src/component/forms/DateTime.vue +170 -170
- package/@nixweb/nixloc-ui/src/component/forms/DateYearMonth.vue +193 -193
- package/@nixweb/nixloc-ui/src/component/forms/Dropdown.vue +236 -236
- package/@nixweb/nixloc-ui/src/component/forms/EditorHtml.vue +132 -132
- package/@nixweb/nixloc-ui/src/component/forms/FileUpload.vue +170 -170
- package/@nixweb/nixloc-ui/src/component/forms/ImageUpload.vue +214 -214
- package/@nixweb/nixloc-ui/src/component/forms/IncrementDecrement.vue +148 -148
- package/@nixweb/nixloc-ui/src/component/forms/InputAddressGoogle.vue +171 -171
- package/@nixweb/nixloc-ui/src/component/forms/InputCallToAction.vue +135 -135
- package/@nixweb/nixloc-ui/src/component/forms/InputDecimal.vue +153 -153
- package/@nixweb/nixloc-ui/src/component/forms/InputDecimalDiscount.vue +77 -77
- package/@nixweb/nixloc-ui/src/component/forms/InputNumber.vue +160 -160
- package/@nixweb/nixloc-ui/src/component/forms/InputPassword.vue +148 -148
- package/@nixweb/nixloc-ui/src/component/forms/InputTag.vue +124 -124
- package/@nixweb/nixloc-ui/src/component/forms/InputText.vue +174 -174
- package/@nixweb/nixloc-ui/src/component/forms/InputTextEdit.vue +69 -69
- package/@nixweb/nixloc-ui/src/component/forms/InputWhatsApp.vue +47 -47
- package/@nixweb/nixloc-ui/src/component/forms/Modal.vue +57 -57
- package/@nixweb/nixloc-ui/src/component/forms/RadioGroup.vue +91 -91
- package/@nixweb/nixloc-ui/src/component/forms/Select.vue +378 -378
- package/@nixweb/nixloc-ui/src/component/forms/SelectStatic.vue +198 -198
- package/@nixweb/nixloc-ui/src/component/forms/SideBar.vue +99 -99
- package/@nixweb/nixloc-ui/src/component/forms/Slider.vue +18 -18
- package/@nixweb/nixloc-ui/src/component/forms/TextArea.vue +138 -138
- package/@nixweb/nixloc-ui/src/component/forms/Toggle.vue +72 -72
- package/@nixweb/nixloc-ui/src/component/layout/Account.vue +131 -131
- package/@nixweb/nixloc-ui/src/component/layout/Alert.vue +88 -88
- package/@nixweb/nixloc-ui/src/component/layout/Badge.vue +111 -111
- package/@nixweb/nixloc-ui/src/component/layout/BarFloating.vue +67 -67
- package/@nixweb/nixloc-ui/src/component/layout/FixedBar.vue +103 -103
- package/@nixweb/nixloc-ui/src/component/layout/Gantt.vue +128 -128
- package/@nixweb/nixloc-ui/src/component/layout/Header.vue +56 -56
- package/@nixweb/nixloc-ui/src/component/layout/HideShow.vue +61 -61
- package/@nixweb/nixloc-ui/src/component/layout/IconMolded.vue +58 -58
- package/@nixweb/nixloc-ui/src/component/layout/LoadingFullPage.vue +27 -27
- package/@nixweb/nixloc-ui/src/component/layout/Menu.vue +287 -287
- package/@nixweb/nixloc-ui/src/component/layout/Molded.vue +30 -30
- package/@nixweb/nixloc-ui/src/component/layout/NewAccount.vue +136 -136
- package/@nixweb/nixloc-ui/src/component/layout/NewHeader.vue +59 -59
- package/@nixweb/nixloc-ui/src/component/layout/NewIconMolded.vue +70 -70
- package/@nixweb/nixloc-ui/src/component/layout/NewMenu.vue +455 -455
- package/@nixweb/nixloc-ui/src/component/layout/Panel.vue +185 -185
- package/@nixweb/nixloc-ui/src/component/layout/Popover.vue +126 -126
- package/@nixweb/nixloc-ui/src/component/layout/ScrollBar.vue +57 -57
- package/@nixweb/nixloc-ui/src/component/layout/Tab.vue +135 -135
- package/@nixweb/nixloc-ui/src/component/layout/Tag.vue +97 -97
- package/@nixweb/nixloc-ui/src/component/layout/Wizard.vue +211 -211
- package/@nixweb/nixloc-ui/src/component/rental/DisplayCalculatePeriod.vue +48 -48
- package/@nixweb/nixloc-ui/src/component/rental/DisplayPeriodRent.vue +55 -55
- package/@nixweb/nixloc-ui/src/component/rental/DisplayTotalization.vue +86 -86
- package/@nixweb/nixloc-ui/src/component/report/Fields.vue +108 -108
- package/@nixweb/nixloc-ui/src/component/report/Report.vue +313 -313
- package/@nixweb/nixloc-ui/src/component/report/ReportTable.vue +111 -111
- package/@nixweb/nixloc-ui/src/component/report/Totalization.vue +33 -33
- package/@nixweb/nixloc-ui/src/component/shared/CodeEditor.vue +128 -128
- package/@nixweb/nixloc-ui/src/component/shared/Collapse.vue +131 -131
- package/@nixweb/nixloc-ui/src/component/shared/Confirmation.vue +74 -74
- package/@nixweb/nixloc-ui/src/component/shared/DocumentEditor.vue +99 -99
- package/@nixweb/nixloc-ui/src/component/shared/DocumentPreview.vue +81 -81
- package/@nixweb/nixloc-ui/src/component/shared/DocumentPublic.vue +33 -33
- package/@nixweb/nixloc-ui/src/component/shared/ExportExcel.vue +56 -56
- package/@nixweb/nixloc-ui/src/component/shared/ExportPDF.vue +116 -116
- package/@nixweb/nixloc-ui/src/component/shared/FullCalendar.vue +173 -173
- package/@nixweb/nixloc-ui/src/component/shared/HeaderReport.vue +47 -47
- package/@nixweb/nixloc-ui/src/component/shared/HorizontalFilter.vue +64 -64
- package/@nixweb/nixloc-ui/src/component/shared/ListNotifications.vue +70 -70
- package/@nixweb/nixloc-ui/src/component/shared/Loading.vue +107 -107
- package/@nixweb/nixloc-ui/src/component/shared/LoadingCard.vue +64 -64
- package/@nixweb/nixloc-ui/src/component/shared/LoadingMoreButton.vue +23 -23
- package/@nixweb/nixloc-ui/src/component/shared/Messages.vue +109 -109
- package/@nixweb/nixloc-ui/src/component/shared/PDFViewer.vue +24 -24
- package/@nixweb/nixloc-ui/src/component/shared/Pagination.vue +108 -108
- package/@nixweb/nixloc-ui/src/component/shared/ParameterLegend.vue +169 -169
- package/@nixweb/nixloc-ui/src/component/shared/ProgressBar.vue +25 -25
- package/@nixweb/nixloc-ui/src/component/shared/QueryButton.vue +66 -66
- package/@nixweb/nixloc-ui/src/component/shared/Report.vue +200 -200
- package/@nixweb/nixloc-ui/src/component/shared/SaveCancel.vue +99 -99
- package/@nixweb/nixloc-ui/src/component/shared/Search.vue +174 -174
- package/@nixweb/nixloc-ui/src/component/shared/SelectOption.vue +162 -162
- package/@nixweb/nixloc-ui/src/component/shared/Table.vue +174 -174
- package/@nixweb/nixloc-ui/src/component/shared/TableButton.vue +36 -36
- package/@nixweb/nixloc-ui/src/component/shared/TableDraggable.vue +117 -117
- package/@nixweb/nixloc-ui/src/component/shared/TableImport.vue +93 -93
- package/@nixweb/nixloc-ui/src/component/shared/TableItem.vue +214 -214
- package/@nixweb/nixloc-ui/src/component/shared/TableTotalPerPage.vue +77 -77
- package/@nixweb/nixloc-ui/src/component/shared/TableTotalRecords.vue +44 -44
- package/@nixweb/nixloc-ui/src/component/shared/TableTotalization.vue +47 -47
- package/@nixweb/nixloc-ui/src/component/shared/TimeLine.vue +41 -41
- package/@nixweb/nixloc-ui/src/component/shared/Timer.vue +77 -77
- package/@nixweb/nixloc-ui/src/component/shared/Tip.vue +42 -42
- package/@nixweb/nixloc-ui/src/component/shared/Toast.vue +69 -69
- package/@nixweb/nixloc-ui/src/component/shared/ToggleTheme.vue +127 -127
- package/@nixweb/nixloc-ui/src/component/shared/TotalizationReport.vue +86 -86
- package/@nixweb/nixloc-ui/src/component/shared/VerticalFilter.vue +97 -97
- package/@nixweb/nixloc-ui/src/component/shared/automation/ActivitiesList.vue +43 -43
- package/@nixweb/nixloc-ui/src/component/shared/automation/AddRule.vue +60 -60
- package/@nixweb/nixloc-ui/src/component/shared/automation/AutomationBuilder.vue +26 -26
- package/@nixweb/nixloc-ui/src/component/shared/automation/DynamicComponentList.vue +85 -85
- package/@nixweb/nixloc-ui/src/component/shared/automation/SelectRule.vue +97 -97
- package/@nixweb/nixloc-ui/src/component/shared/automation/components/BillingByRent.vue +97 -97
- package/@nixweb/nixloc-ui/src/component/shared/automation/components/SendEmail.vue +93 -93
- package/@nixweb/nixloc-ui/src/component/shared/file-manager/FileManager.vue +390 -390
- package/@nixweb/nixloc-ui/src/component/shared/filter-builder/FilterBuilder.vue +220 -220
- package/@nixweb/nixloc-ui/src/component/shared/filter-builder/FilterQuery.vue +94 -94
- package/@nixweb/nixloc-ui/src/component/shared/query-builder/AddRule.vue +203 -203
- package/@nixweb/nixloc-ui/src/component/shared/query-builder/ConvertToOdata.js +86 -86
- package/@nixweb/nixloc-ui/src/component/shared/query-builder/DynamicComponent.vue +161 -161
- package/@nixweb/nixloc-ui/src/component/shared/query-builder/DynamicComponentList.vue +70 -70
- package/@nixweb/nixloc-ui/src/component/shared/query-builder/Fields.vue +93 -93
- package/@nixweb/nixloc-ui/src/component/shared/query-builder/QueryBuilder.vue +69 -69
- package/@nixweb/nixloc-ui/src/component/shared/query-builder/Rules.vue +68 -68
- package/@nixweb/nixloc-ui/src/component/shared/query-builder/SelectRule.vue +97 -97
- package/@nixweb/nixloc-ui/src/component/shared/query-builder/Tags.vue +59 -59
- package/@nixweb/nixloc-ui/src/component/shared/query-builder/utilities.js +21 -21
- package/@nixweb/nixloc-ui/src/component/signature/Payment.vue +160 -160
- package/@nixweb/nixloc-ui/src/component/signature/Warning.vue +75 -75
- package/@nixweb/nixloc-ui/src/component/template/ListViewWithDataHandler.vue +429 -429
- package/@nixweb/nixloc-ui/src/component/template/ReportCreateUpdate.vue +110 -110
- package/@nixweb/nixloc-ui/src/component/template/ViewTemplateConfiguration.vue +64 -64
- package/@nixweb/nixloc-ui/src/component/template/ViewTemplateDocumentView.vue +213 -213
- package/@nixweb/nixloc-ui/src/component/template/ViewTemplateImportFile.vue +347 -347
- package/@nixweb/nixloc-ui/src/component/template/ViewTemplateReportList.vue +217 -217
- package/@nixweb/nixloc-ui/src/component/template/ViewTemplateReportPreview.vue +432 -432
- package/@nixweb/nixloc-ui/src/component/template/ViewTemplateSelectOption.vue +46 -46
- package/@nixweb/nixloc-ui/src/component/template/ViewTemplateWithSalveCancel.vue +32 -32
- package/@nixweb/nixloc-ui/src/component/template/ViewTemplateWithTable.vue +62 -62
- package/@nixweb/nixloc-ui/src/component/template/model/Report.js +5 -5
- package/@nixweb/nixloc-ui/src/component/training/Course.vue +343 -343
- package/@nixweb/nixloc-ui/src/component/training/CourseView.vue +189 -189
- package/@nixweb/nixloc-ui/src/component/value-objects/Address.js +10 -10
- package/@nixweb/nixloc-ui/src/component/value-objects/Address.vue +157 -157
- package/@nixweb/nixloc-ui/src/component/value-objects/Contact.js +6 -6
- package/@nixweb/nixloc-ui/src/component/value-objects/Contact.vue +106 -106
- package/@nixweb/nixloc-ui/src/component/value-objects/Person.js +10 -10
- package/@nixweb/nixloc-ui/src/component/value-objects/Person.vue +129 -129
- package/@nixweb/nixloc-ui/src/config/axios.js +9 -9
- package/@nixweb/nixloc-ui/src/config/dicas.js +14 -14
- package/@nixweb/nixloc-ui/src/config/router.js +13 -13
- package/@nixweb/nixloc-ui/src/config/token.js +14 -14
- package/@nixweb/nixloc-ui/src/main.js +23 -23
- package/@nixweb/nixloc-ui/src/store/modules/automation.js +30 -30
- package/@nixweb/nixloc-ui/src/store/modules/generic.js +815 -815
- package/@nixweb/nixloc-ui/src/store/modules/report.js +277 -277
- package/@nixweb/nixloc-ui/src/store/modules/user.js +66 -66
- package/@nixweb/nixloc-ui/src/store/modules/util.js +25 -25
- package/@nixweb/nixloc-ui/src/store/modules/validation.js +38 -38
- package/@nixweb/nixloc-ui/src/store/store.js +13 -13
- package/README.md +24 -24
- package/babel.config.js +5 -5
- package/config/dev.env.js +8 -8
- package/config/index.js +69 -69
- package/config/prod.env.js +5 -5
- package/docs/src/component/template/ViewTemplateReportPreview.drawio +209 -209
- package/docs/src/store/modulos/relatorio.drawio +36 -36
- package/package.json +88 -88
- package/public/index.html +19 -19
- package/public/styles/app.css +52 -52
- package/src/App.vue +13 -296
- package/src/component/forms/Button.vue +162 -0
- package/src/component/forms/ButtonFilter.vue +104 -0
- package/src/component/forms/ButtonGroup.vue +67 -0
- package/src/component/forms/ButtonGroupInline.vue +210 -0
- package/src/component/forms/ButtonSub.vue +98 -0
- package/src/component/forms/ButtonToggle.vue +77 -0
- package/src/component/forms/CheckboxGroup.vue +69 -0
- package/src/component/forms/CheckboxServer.vue +237 -0
- package/src/component/forms/CheckboxSimple.vue +59 -0
- package/src/component/forms/Color.vue +38 -0
- package/src/component/forms/DateTime.vue +170 -0
- package/src/component/forms/DateYearMonth.vue +193 -0
- package/src/component/forms/Dropdown.vue +236 -0
- package/src/component/forms/EditorHtml.vue +132 -0
- package/src/component/forms/FileUpload.vue +170 -0
- package/src/component/forms/ImageUpload.vue +214 -0
- package/src/component/forms/IncrementDecrement.vue +151 -0
- package/src/component/forms/InputAddressGoogle.vue +171 -0
- package/src/component/forms/InputCallToAction.vue +135 -0
- package/src/component/forms/InputDecimal.vue +191 -0
- package/src/component/forms/InputDecimalDiscount.vue +147 -0
- package/src/component/forms/InputNumber.vue +160 -0
- package/src/component/forms/InputPassword.vue +148 -0
- package/src/component/forms/InputTag.vue +125 -0
- package/src/component/forms/InputText.vue +174 -0
- package/src/component/forms/InputTextEdit.vue +69 -0
- package/src/component/forms/InputWhatsApp.vue +48 -0
- package/src/component/forms/Modal.vue +86 -0
- package/src/component/forms/RadioGroup.vue +84 -0
- package/src/component/forms/Select.vue +336 -0
- package/src/component/forms/SelectStatic.vue +198 -0
- package/src/component/forms/SideBar.vue +100 -0
- package/src/component/forms/Slider.vue +18 -0
- package/src/component/forms/TextArea.vue +140 -0
- package/src/component/forms/Toggle.vue +72 -0
- package/src/component/layout/Account.vue +131 -0
- package/src/component/layout/Alert.vue +88 -0
- package/src/component/layout/AnimatedPhrase.vue +68 -0
- package/src/component/layout/Badge.vue +111 -0
- package/src/component/layout/BarFloating.vue +68 -0
- package/src/component/layout/BottomActionsBar.vue +205 -0
- package/src/component/layout/ColorPicker.vue +175 -0
- package/src/component/layout/FixedBar.vue +103 -0
- package/src/component/layout/Gantt.vue +128 -0
- package/src/component/layout/Header.vue +56 -0
- package/src/component/layout/HideShow.vue +62 -0
- package/src/component/layout/IconMolded.vue +59 -0
- package/src/component/layout/IconPicker.vue +161 -0
- package/src/component/layout/LoadingFullPage.vue +27 -0
- package/src/component/layout/Menu.vue +287 -0
- package/src/component/layout/Molded.vue +30 -0
- package/src/component/layout/NewAccount.vue +136 -0
- package/src/component/layout/NewHeader.vue +60 -0
- package/src/component/layout/NewIconMolded.vue +71 -0
- package/src/component/layout/NewMenu.vue +473 -0
- package/src/component/layout/Panel.vue +185 -0
- package/src/component/layout/Popover.vue +126 -0
- package/src/component/layout/ScrollBar.vue +70 -0
- package/src/component/layout/Tab.vue +259 -0
- package/src/component/layout/Tag.vue +97 -0
- package/src/component/layout/Tooltip.vue +155 -0
- package/src/component/layout/Wizard.vue +211 -0
- package/src/component/layout/Zoom.vue +111 -0
- package/src/component/rental/DisplayCalculatePeriod.vue +49 -0
- package/src/component/rental/DisplayPeriodRent.vue +55 -0
- package/src/component/rental/DisplayTotalization.vue +86 -0
- package/src/component/report/Fields.vue +109 -0
- package/src/{components/modules/finance/dre/ReportCrossTable.vue → component/report/Report.vue} +377 -312
- package/src/component/report/ReportTable.vue +112 -0
- package/src/component/report/Totalization.vue +34 -0
- package/src/component/shared/CodeEditor.vue +128 -0
- package/src/component/shared/Collapse.vue +131 -0
- package/src/component/shared/Confirmation.vue +74 -0
- package/src/component/shared/DocumentEditor.vue +99 -0
- package/src/component/shared/DocumentPreview.vue +105 -0
- package/src/component/shared/DocumentPublic.vue +33 -0
- package/src/component/shared/ExportExcel.vue +56 -0
- package/src/component/shared/ExportPDF.vue +116 -0
- package/src/component/shared/FullCalendar.vue +176 -0
- package/src/component/shared/HeaderReport.vue +47 -0
- package/src/component/shared/HorizontalFilter.vue +64 -0
- package/src/component/shared/ListNotifications.vue +70 -0
- package/src/component/shared/Loading.vue +110 -0
- package/src/component/shared/LoadingCard.vue +65 -0
- package/src/component/shared/LoadingMoreButton.vue +23 -0
- package/src/component/shared/Messages.vue +139 -0
- package/src/component/shared/PDFViewer.vue +24 -0
- package/src/component/shared/Pagination.vue +113 -0
- package/src/component/shared/ParameterLegend.vue +169 -0
- package/src/component/shared/ProgressBar.vue +25 -0
- package/src/component/shared/QueryButton.vue +66 -0
- package/src/component/shared/Report.vue +250 -0
- package/src/component/shared/SaveCancel.vue +117 -0
- package/src/component/shared/Search.vue +174 -0
- package/src/component/shared/SelectOption.vue +162 -0
- package/src/component/shared/Table.vue +232 -0
- package/src/component/shared/TableButton.vue +36 -0
- package/src/component/shared/TableDraggable.vue +117 -0
- package/src/component/shared/TableImport.vue +93 -0
- package/src/component/shared/TableItem.vue +228 -0
- package/src/component/shared/TableTotalPerPage.vue +114 -0
- package/src/component/shared/TableTotalRecords.vue +44 -0
- package/src/component/shared/TableTotalization.vue +47 -0
- package/src/component/shared/TimeLine.vue +42 -0
- package/src/component/shared/Timer.vue +78 -0
- package/src/component/shared/Tip.vue +42 -0
- package/src/component/shared/Toast.vue +69 -0
- package/src/component/shared/ToggleTheme.vue +128 -0
- package/src/component/shared/TotalizationReport.vue +86 -0
- package/src/component/shared/VerticalFilter.vue +97 -0
- package/src/component/shared/actions/ActionButtons.vue +53 -0
- package/src/component/shared/actions/ActionErrorContent.vue +103 -0
- package/src/component/shared/actions/ActionFooter.vue +99 -0
- package/src/component/shared/actions/ActionHeader.vue +110 -0
- package/src/component/shared/actions/ActionItemList.vue +143 -0
- package/src/component/shared/actions/ActionsOptions.vue +209 -0
- package/src/component/shared/actions/ActionsSelected.vue +262 -0
- package/src/component/shared/automation/ActivitiesList.vue +44 -0
- package/src/component/shared/automation/AddRule.vue +61 -0
- package/src/component/shared/automation/AutomationBuilder.vue +27 -0
- package/src/component/shared/automation/DynamicComponentList.vue +86 -0
- package/src/component/shared/automation/SelectRule.vue +98 -0
- package/src/component/shared/automation/components/BillingByRent.vue +98 -0
- package/src/component/shared/automation/components/SendEmail.vue +94 -0
- package/src/component/shared/file-manager/FileManager.vue +391 -0
- package/src/component/shared/filter-builder/FilterBuilder.vue +221 -0
- package/src/component/shared/filter-builder/FilterQuery.vue +95 -0
- package/src/component/shared/query-builder/AddRule.vue +203 -0
- package/src/component/shared/query-builder/ConvertToOdata.js +86 -0
- package/src/component/shared/query-builder/DynamicComponent.vue +161 -0
- package/src/component/shared/query-builder/DynamicComponentList.vue +70 -0
- package/src/component/shared/query-builder/Fields.vue +93 -0
- package/src/component/shared/query-builder/QueryBuilder.vue +69 -0
- package/src/component/shared/query-builder/Rules.vue +68 -0
- package/src/component/shared/query-builder/SelectRule.vue +97 -0
- package/src/component/shared/query-builder/Tags.vue +59 -0
- package/src/component/shared/query-builder/utilities.js +22 -0
- package/src/component/signature/Payment.vue +161 -0
- package/src/{components/modules/adm/plan → component/signature}/Warning.vue +75 -73
- package/src/component/template/ListViewWithDataHandler.vue +434 -0
- package/src/component/template/ReportCreateUpdate.vue +110 -0
- package/src/component/template/ViewTemplateConfiguration.vue +63 -0
- package/src/component/template/ViewTemplateDocumentView.vue +213 -0
- package/src/component/template/ViewTemplateImportFile.vue +347 -0
- package/src/component/template/ViewTemplateReportList.vue +240 -0
- package/src/component/template/ViewTemplateReportPreview.vue +521 -0
- package/src/component/template/ViewTemplateSelectOption.vue +46 -0
- package/src/component/template/ViewTemplateWithSalveCancel.vue +32 -0
- package/src/component/template/ViewTemplateWithTable.vue +66 -0
- package/src/component/template/model/Report.js +6 -0
- package/src/component/training/Course.vue +344 -0
- package/src/component/training/CourseView.vue +199 -0
- package/src/component/value-objects/Address.js +11 -0
- package/src/component/value-objects/Address.vue +173 -0
- package/src/component/value-objects/Contact.js +7 -0
- package/src/component/value-objects/Contact.vue +106 -0
- package/src/component/value-objects/Person.js +10 -0
- package/src/component/value-objects/Person.vue +130 -0
- package/src/config/axios.js +9 -32
- package/src/config/dicas.js +14 -14
- package/src/config/router.js +13 -352
- package/src/config/token.js +14 -13
- package/src/main.js +23 -75
- package/src/store/modules/automation.js +31 -0
- package/src/store/modules/generic.js +897 -0
- package/src/store/modules/report.js +278 -0
- package/src/store/modules/user.js +70 -0
- package/src/store/modules/util.js +26 -0
- package/src/store/modules/validation.js +39 -0
- package/src/store/store.js +13 -23
- package/src/assets/logo.png +0 -0
- package/src/assets/nfse-nacional.svg +0 -32
- package/src/components/modules/adm/audit-log/TimelineLog.vue +0 -557
- package/src/components/modules/adm/authorization/Authorization.vue +0 -81
- package/src/components/modules/adm/authorization/AuthorizationCreate.vue +0 -63
- package/src/components/modules/adm/authorization/AuthorizationRow.vue +0 -304
- package/src/components/modules/adm/authorization/AuthorizationTable.vue +0 -117
- package/src/components/modules/adm/company/Company.js +0 -9
- package/src/components/modules/adm/company/Company.vue +0 -124
- package/src/components/modules/adm/document/Document.js +0 -41
- package/src/components/modules/adm/document/DocumentCreateUpdate.vue +0 -272
- package/src/components/modules/adm/document/DocumentPreview.vue +0 -283
- package/src/components/modules/adm/document/Link.vue +0 -118
- package/src/components/modules/adm/document/PrintDetail.vue +0 -127
- package/src/components/modules/adm/document/PrintPreview.vue +0 -127
- package/src/components/modules/adm/document/SelectOptionDocument.vue +0 -222
- package/src/components/modules/adm/document/SendMail.vue +0 -248
- package/src/components/modules/adm/document/SendSignature.vue +0 -289
- package/src/components/modules/adm/document/TemplateDocument.vue +0 -133
- package/src/components/modules/adm/login/ConfirmMailMobile.vue +0 -101
- package/src/components/modules/adm/login/ForgotPassword.js +0 -8
- package/src/components/modules/adm/login/ForgotPassword.vue +0 -144
- package/src/components/modules/adm/login/Login.js +0 -7
- package/src/components/modules/adm/login/Login.vue +0 -195
- package/src/components/modules/adm/login/Menu.js +0 -992
- package/src/components/modules/adm/login/RandomImages.vue +0 -64
- package/src/components/modules/adm/login/RefreshUserLogged.vue +0 -59
- package/src/components/modules/adm/login/ResetPassword.vue +0 -158
- package/src/components/modules/adm/login/SendConfirmMailMobile.vue +0 -72
- package/src/components/modules/adm/login/SignalrUser.vue +0 -166
- package/src/components/modules/adm/login/__Menu.js +0 -1000
- package/src/components/modules/adm/notification/NotificationConfig.vue +0 -827
- package/src/components/modules/adm/parameter/ParameterBilling.js +0 -9
- package/src/components/modules/adm/parameter/ParameterBilling.vue +0 -91
- package/src/components/modules/adm/parameter/ParameterDangerZone.js +0 -12
- package/src/components/modules/adm/parameter/ParameterDangerZone.vue +0 -159
- package/src/components/modules/adm/parameter/ParameterOperational.js +0 -8
- package/src/components/modules/adm/parameter/ParameterOperational.vue +0 -91
- package/src/components/modules/adm/parameter/ParameterRental.js +0 -43
- package/src/components/modules/adm/parameter/ParameterRental.vue +0 -226
- package/src/components/modules/adm/parameter/ParameterStock.js +0 -14
- package/src/components/modules/adm/parameter/ParameterStock.vue +0 -127
- package/src/components/modules/adm/parameter/ParameterSystem.js +0 -29
- package/src/components/modules/adm/parameter/ParameterSystem.vue +0 -118
- package/src/components/modules/adm/plan/Nfse.vue +0 -121
- package/src/components/modules/adm/plan/Payment.vue +0 -125
- package/src/components/modules/adm/register/Register.js +0 -9
- package/src/components/modules/adm/register/Register.vue +0 -247
- package/src/components/modules/adm/store/PurchaseHistory.vue +0 -178
- package/src/components/modules/adm/store/Store.vue +0 -492
- package/src/components/modules/adm/store/Success.vue +0 -79
- package/src/components/modules/adm/store/Term.vue +0 -211
- package/src/components/modules/adm/user/Profile.vue +0 -131
- package/src/components/modules/adm/user/Rules.vue +0 -232
- package/src/components/modules/adm/user/User.js +0 -35
- package/src/components/modules/adm/user/UserCreateUpdate.vue +0 -277
- package/src/components/modules/adm/user/UserRule.vue +0 -78
- package/src/components/modules/automation/AutomationBuilder.vue +0 -54
- package/src/components/modules/billing/billet/Billet.vue +0 -133
- package/src/components/modules/billing/billet/CancelBillet.vue +0 -68
- package/src/components/modules/billing/billet/CheckBillet.vue +0 -122
- package/src/components/modules/billing/billet/CreateBillet.vue +0 -83
- package/src/components/modules/billing/billet/PDFBillet.vue +0 -116
- package/src/components/modules/billing/billet/UpdateBillet.vue +0 -78
- package/src/components/modules/billing/billet-config/BilletConfig.js +0 -12
- package/src/components/modules/billing/billet-config/BilletConfigCreateUpdate.vue +0 -91
- package/src/components/modules/billing/generate-billing/GenerateBilling.vue +0 -371
- package/src/components/modules/billing/generate-billing/GenerateInvoice.vue +0 -98
- package/src/components/modules/billing/generate-billing/GenerateTaxDocument.vue +0 -180
- package/src/components/modules/billing/generate-billing/InvoiceOrTaxDocument.vue +0 -61
- package/src/components/modules/billing/generate-billing/ItemsRentForInvoice.vue +0 -205
- package/src/components/modules/billing/generate-billing/NewGenerateNfse.vue +0 -430
- package/src/components/modules/billing/generate-billing/SuccessBilling.vue +0 -149
- package/src/components/modules/billing/history-billet/HistoryBillet.vue +0 -85
- package/src/components/modules/billing/invoice/DropdownOptionsInvoice.vue +0 -219
- package/src/components/modules/billing/invoice/Invoice.js +0 -30
- package/src/components/modules/billing/invoice/InvoiceCreateUpdate.vue +0 -209
- package/src/components/modules/billing/invoice/InvoiceTotalization.vue +0 -62
- package/src/components/modules/billing/items-invoice/ItemsInvoice.js +0 -20
- package/src/components/modules/billing/items-invoice/ItemsInvoiceCreateUpdate.vue +0 -138
- package/src/components/modules/billing/items-invoice/ItemsInvoiceList.vue +0 -235
- package/src/components/modules/cashier/CashierMovementList.vue +0 -186
- package/src/components/modules/cashier/CloseCashier.js +0 -9
- package/src/components/modules/cashier/CloseCashier.vue +0 -112
- package/src/components/modules/cashier/OpenCashier.js +0 -9
- package/src/components/modules/cashier/OpenCashier.vue +0 -154
- package/src/components/modules/cashier/Totalization.vue +0 -114
- package/src/components/modules/crm/category-customer/CategoryCustomer.js +0 -10
- package/src/components/modules/crm/category-customer/CategoryCustomerCreateUpdate.vue +0 -92
- package/src/components/modules/crm/category-customer/OriginCustomer.js +0 -10
- package/src/components/modules/crm/category-customer/OriginCustomerCreateUpdate.vue +0 -92
- package/src/components/modules/dashboard/alert/Alert.vue +0 -115
- package/src/components/modules/dashboard/billing/PanelBillet.vue +0 -211
- package/src/components/modules/dashboard/billing/PanelInvoice.vue +0 -189
- package/src/components/modules/dashboard/config/ConfigDashboard.vue +0 -253
- package/src/components/modules/dashboard/favorite/Favorite.js +0 -126
- package/src/components/modules/dashboard/favorite/Favorite.vue +0 -117
- package/src/components/modules/dashboard/favorite/FavoriteCreateRemove.vue +0 -136
- package/src/components/modules/dashboard/favorite/_Favorite.vue +0 -289
- package/src/components/modules/dashboard/finance/BalanceBank.vue +0 -124
- package/src/components/modules/dashboard/finance/BalanceFinance.vue +0 -186
- package/src/components/modules/dashboard/finance/BillsToPay.vue +0 -137
- package/src/components/modules/dashboard/finance/BillsToReceive.vue +0 -141
- package/src/components/modules/dashboard/finance/FinancialCard.vue +0 -132
- package/src/components/modules/dashboard/finance/PanelFinance.vue +0 -146
- package/src/components/modules/dashboard/finance/PanelPayReceive.vue +0 -228
- package/src/components/modules/dashboard/finance/PaymentByStatus.vue +0 -121
- package/src/components/modules/dashboard/operational/DeliveryDevolution.vue +0 -163
- package/src/components/modules/dashboard/operational/PanelOperational.vue +0 -230
- package/src/components/modules/dashboard/rent/BalanceRent.vue +0 -156
- package/src/components/modules/dashboard/rent/PanelRent.vue +0 -187
- package/src/components/modules/dashboard/rent/PanelRent_old.vue +0 -72
- package/src/components/modules/dashboard/rent/RankingCollaborator.vue +0 -166
- package/src/components/modules/dashboard/rent/StatusCard.vue +0 -134
- package/src/components/modules/dashboard/rent/TotalRent.vue +0 -133
- package/src/components/modules/dashboard/rent/_BalanceRent.vue +0 -176
- package/src/components/modules/dashboard/rent/_RankingCollaborator.vue +0 -173
- package/src/components/modules/dashboard/rent/_TotalRent.vue +0 -154
- package/src/components/modules/dashboard/shared/SelectFilter.vue +0 -136
- package/src/components/modules/dashboard/signature/PanelSignature.vue +0 -145
- package/src/components/modules/dashboard/stock/TotalStock.vue +0 -127
- package/src/components/modules/dashboard/task/PanelTask.vue +0 -122
- package/src/components/modules/finance/bank/Bank.js +0 -12
- package/src/components/modules/finance/bank/BankCreateUpdate.vue +0 -101
- package/src/components/modules/finance/bank-account/BankAccountCreateUpdate.js +0 -34
- package/src/components/modules/finance/bank-account/BankAccountCreateUpdate.vue +0 -234
- package/src/components/modules/finance/bank-reconciliation/AddTransactionsList.vue +0 -137
- package/src/components/modules/finance/bank-reconciliation/BankReconciliation.js +0 -7
- package/src/components/modules/finance/bank-reconciliation/BankReconciliation.vue +0 -164
- package/src/components/modules/finance/bank-reconciliation/ImportPluggy.vue +0 -95
- package/src/components/modules/finance/bank-reconciliation/ItemFixedBar.vue +0 -39
- package/src/components/modules/finance/bank-reconciliation/ItemReconciliation.vue +0 -125
- package/src/components/modules/finance/bank-reconciliation/ReconciliationList.vue +0 -185
- package/src/components/modules/finance/bank-reconciliation/SuggestionList.vue +0 -278
- package/src/components/modules/finance/bank-reconciliation/TransactionsList.vue +0 -211
- package/src/components/modules/finance/chart-of-accounts/ChartOfAccounts.js +0 -14
- package/src/components/modules/finance/chart-of-accounts/ChartOfAccountsCreateUpdate.vue +0 -108
- package/src/components/modules/finance/chart-of-accounts/ChartOfAccountsCreateUpdateList.vue +0 -260
- package/src/components/modules/finance/cost-center/CostCenter.js +0 -16
- package/src/components/modules/finance/cost-center/CostCenterCreateUpdate.vue +0 -128
- package/src/components/modules/finance/cost-center/CostCenterList.vue +0 -310
- package/src/components/modules/finance/dre/DataCrossTable.vue +0 -448
- package/src/components/modules/finance/new-payable-receivable/PayableReceivableConfig.vue +0 -35
- package/src/components/modules/finance/new-payable-receivable/PayableReceivableItem.vue +0 -448
- package/src/components/modules/finance/new-payable-receivable/PayableReceivableList.vue +0 -321
- package/src/components/modules/finance/new-payable-receivable/PayableReceivableSummary.vue +0 -179
- package/src/components/modules/finance/payable-receivable/PayableReceivable.js +0 -57
- package/src/components/modules/finance/payable-receivable/PayableReceivableCreateUpdate.vue +0 -357
- package/src/components/modules/finance/pluggy/PluggyConnect.vue +0 -91
- package/src/components/modules/finance/relationship-rent/RelationshipRentCreateUpdate.vue +0 -127
- package/src/components/modules/finance/relationship-rent/RelationshipRentList.vue +0 -164
- package/src/components/modules/finance/transfer-account/TransferAccount.js +0 -18
- package/src/components/modules/finance/transfer-account/TransferAccountCreateUpdate.vue +0 -130
- package/src/components/modules/finance/type-payment/TypePayment.js +0 -14
- package/src/components/modules/finance/type-payment/TypePaymentCreateUpdate.vue +0 -125
- package/src/components/modules/human-resources/collaborator/Collaborator.js +0 -38
- package/src/components/modules/human-resources/collaborator/CollaboratorCreate.vue +0 -125
- package/src/components/modules/human-resources/collaborator/CollaboratorCreateUpdate.vue +0 -200
- package/src/components/modules/human-resources/collaborator/ConsultantCreateUpdate.vue +0 -86
- package/src/components/modules/ia/Nixia.vue +0 -327
- package/src/components/modules/maintenance/items-order-service/ItemsOrderService.js +0 -44
- package/src/components/modules/maintenance/items-order-service/ItemsOrderServiceCreateUpdate.vue +0 -272
- package/src/components/modules/maintenance/items-order-service/ItemsOrderServiceItem.vue +0 -181
- package/src/components/modules/maintenance/items-order-service/ItemsOrderServiceList.vue +0 -132
- package/src/components/modules/maintenance/order-service/DropdownOptionsOs.vue +0 -66
- package/src/components/modules/maintenance/order-service/OrderService.js +0 -33
- package/src/components/modules/maintenance/order-service/OrderServiceCreateUpdate.vue +0 -198
- package/src/components/modules/maintenance/order-service/OrderServiceTotalization.vue +0 -49
- package/src/components/modules/maintenance/os-panel/OsPanel.vue +0 -269
- package/src/components/modules/maintenance/os-panel/OsPanelItem.vue +0 -199
- package/src/components/modules/maintenance/payment-os/PaymentOs.js +0 -19
- package/src/components/modules/maintenance/payment-os/PaymentOsCreateUpdate.vue +0 -130
- package/src/components/modules/maintenance/payment-os/PaymentOsList.vue +0 -249
- package/src/components/modules/notifications/Comunication.vue +0 -51
- package/src/components/modules/notifications/Emails.vue +0 -91
- package/src/components/modules/notifications/Messaging.vue +0 -40
- package/src/components/modules/operational/AddressRentList.vue +0 -124
- package/src/components/modules/operational/ButtonMovimentStock.vue +0 -136
- package/src/components/modules/operational/ItemsRentList.vue +0 -319
- package/src/components/modules/operational/OperationRent.vue +0 -138
- package/src/components/modules/operational/OsPanel.vue +0 -534
- package/src/components/modules/operational/ReservationPanel.vue +0 -224
- package/src/components/modules/operational/SearchByFilter.vue +0 -121
- package/src/components/modules/operational/SearchList.vue +0 -198
- package/src/components/modules/operational/TeamRent.vue +0 -152
- package/src/components/modules/operational/items-rent/ItemRentOperationalUpdate.vue +0 -131
- package/src/components/modules/operational/items-rent/ItemsRent.js +0 -28
- package/src/components/modules/operational/items-rent/ItemsRentOperationalCreate.vue +0 -122
- package/src/components/modules/operational/items-rent/ItemsRentOperationalList.vue +0 -481
- package/src/components/modules/operational/movement-bulk/Errors.vue +0 -28
- package/src/components/modules/operational/movement-bulk/ItemConflict.vue +0 -95
- package/src/components/modules/operational/movement-bulk/ItemMovementBulkOutPut.vue +0 -185
- package/src/components/modules/operational/movement-bulk/ItemsMovementBulk.vue +0 -189
- package/src/components/modules/operational/movement-bulk/ItemsPatrimony.vue +0 -98
- package/src/components/modules/operational/movement-bulk/ListItemGrouped.vue +0 -92
- package/src/components/modules/operational/movement-bulk/MovementBulk.js +0 -23
- package/src/components/modules/operational/movement-bulk/MovementBulkCreateUpdate.vue +0 -138
- package/src/components/modules/operational/movement-bulk/MovementBulkUpdate.vue +0 -493
- package/src/components/modules/operational/movement-bulk/OldMovementBulkUpdate.vue +0 -591
- package/src/components/modules/operational/movement-bulk/RentsDistribution.vue +0 -196
- package/src/components/modules/operational/movement-bulk/SuccessMovement.vue +0 -62
- package/src/components/modules/operational/rent/DropdownOptionsRentOperational.vue +0 -201
- package/src/components/modules/operational/rent/RentOperational.js +0 -40
- package/src/components/modules/operational/rent/RentOperationalCreateUpdate.vue +0 -336
- package/src/components/modules/pdv/rent/AddressRentList.vue +0 -135
- package/src/components/modules/pdv/rent/FinalizeRent.vue +0 -147
- package/src/components/modules/pdv/rent/ItemsRentList.vue +0 -235
- package/src/components/modules/pdv/rent/ItemsRentUpdate.vue +0 -137
- package/src/components/modules/pdv/rent/PrintPdv.vue +0 -84
- package/src/components/modules/pdv/rent/Rent.js +0 -12
- package/src/components/modules/pdv/rent/RentCreate.vue +0 -470
- package/src/components/modules/pdv/rent/SearchByBarcode.vue +0 -91
- package/src/components/modules/pdv/rent/SearchByFilter.vue +0 -120
- package/src/components/modules/pdv/rent/SearchList.vue +0 -159
- package/src/components/modules/pdv/rent/SearchManual.vue +0 -125
- package/src/components/modules/pdv/rent/SuccessPdvRent.vue +0 -82
- package/src/components/modules/planner/card/Card.js +0 -16
- package/src/components/modules/planner/card/CardCreate.vue +0 -78
- package/src/components/modules/planner/card/CardEdit.vue +0 -177
- package/src/components/modules/planner/card/JobCreateUpdate.vue +0 -120
- package/src/components/modules/planner/card/JobList.vue +0 -209
- package/src/components/modules/planner/card/RentLinked.vue +0 -70
- package/src/components/modules/planner/card/RentLinkedList.vue +0 -216
- package/src/components/modules/planner/card/ResponsibleUser.vue +0 -149
- package/src/components/modules/planner/comment/CommentListCreateEdit.vue +0 -253
- package/src/components/modules/planner/funnel/Funnel.js +0 -19
- package/src/components/modules/planner/funnel/FunnelCreateUpdate.vue +0 -151
- package/src/components/modules/planner/funnel/FunnelList.vue +0 -193
- package/src/components/modules/planner/kanban/Badge.vue +0 -19
- package/src/components/modules/planner/kanban/Card.vue +0 -271
- package/src/components/modules/planner/kanban/Kanban.vue +0 -496
- package/src/components/modules/planner/step/ColorStep.vue +0 -56
- package/src/components/modules/planner/step/SelectStep.vue +0 -135
- package/src/components/modules/rental/Rental.drawio +0 -85
- package/src/components/modules/rental/address-rent/AddressRent.js +0 -13
- package/src/components/modules/rental/address-rent/AddressRentCreateUpdate.vue +0 -149
- package/src/components/modules/rental/address-rent/AddressRentList.vue +0 -63
- package/src/components/modules/rental/address-rent/ImportAddress.vue +0 -58
- package/src/components/modules/rental/billing/InvoiceList.vue +0 -246
- package/src/components/modules/rental/clone-rent/CloneRent.vue +0 -144
- package/src/components/modules/rental/expense/Expense.js +0 -29
- package/src/components/modules/rental/expense/ExpenseCreateUpdate.vue +0 -111
- package/src/components/modules/rental/expense/ExpenseList.vue +0 -96
- package/src/components/modules/rental/group-rent/GroupRent.js +0 -10
- package/src/components/modules/rental/group-rent/GroupRentCreateUpdate.vue +0 -97
- package/src/components/modules/rental/items-kit-rent/ItemsKitRent.js +0 -18
- package/src/components/modules/rental/items-kit-rent/ItemsKitRentList.vue +0 -154
- package/src/components/modules/rental/items-kit-rent/ItemsKitRentUpdate.vue +0 -119
- package/src/components/modules/rental/items-rent/ApplyDiscount.vue +0 -52
- package/src/components/modules/rental/items-rent/DisableMovement.vue +0 -54
- package/src/components/modules/rental/items-rent/ItemRentFixedBar.vue +0 -198
- package/src/components/modules/rental/items-rent/ItemRentStockAvailability.vue +0 -120
- package/src/components/modules/rental/items-rent/ItemRentUpdate.vue +0 -222
- package/src/components/modules/rental/items-rent/ItemsAccessoryCreate.vue +0 -148
- package/src/components/modules/rental/items-rent/ItemsAccessoryList.vue +0 -269
- package/src/components/modules/rental/items-rent/ItemsRent.js +0 -40
- package/src/components/modules/rental/items-rent/ItemsRentCreate.vue +0 -181
- package/src/components/modules/rental/items-rent/ItemsRentList.vue +0 -566
- package/src/components/modules/rental/items-rent/ItemsRentStatusStock.vue +0 -121
- package/src/components/modules/rental/items-rent/ItemsRentalInvoice.vue +0 -45
- package/src/components/modules/rental/items-rent/ItemsRentalTotalization.vue +0 -73
- package/src/components/modules/rental/items-rent/RecalculateValue.vue +0 -52
- package/src/components/modules/rental/items-rent/UpdateStatusInvoicing.vue +0 -50
- package/src/components/modules/rental/kit-rent/KitRent.js +0 -16
- package/src/components/modules/rental/kit-rent/KitRentCreateUpdate.vue +0 -146
- package/src/components/modules/rental/maintenance/ItemsOsList.vue +0 -172
- package/src/components/modules/rental/moviment/MovimentList.vue +0 -374
- package/src/components/modules/rental/new-items-rent/ApplyDiscount.vue +0 -131
- package/src/components/modules/rental/new-items-rent/BadgeAvailabilityStock.vue +0 -110
- package/src/components/modules/rental/new-items-rent/BadgeStatusInvoice.vue +0 -73
- package/src/components/modules/rental/new-items-rent/BadgeStatusStock.vue +0 -144
- package/src/components/modules/rental/new-items-rent/BadgeTotalization.vue +0 -224
- package/src/components/modules/rental/new-items-rent/GroupDraggable.vue +0 -880
- package/src/components/modules/rental/new-items-rent/GroupSubgroupSelector.vue +0 -758
- package/src/components/modules/rental/new-items-rent/GroupSubgroupTransfer.vue +0 -58
- package/src/components/modules/rental/new-items-rent/GroupTemplateModal.vue +0 -368
- package/src/components/modules/rental/new-items-rent/IconTypeEquipament.vue +0 -24
- package/src/components/modules/rental/new-items-rent/InputSmartValue.vue +0 -97
- package/src/components/modules/rental/new-items-rent/ItemKitOrAccessoryList.vue +0 -177
- package/src/components/modules/rental/new-items-rent/ItemRentSection.vue +0 -134
- package/src/components/modules/rental/new-items-rent/ItemRentUpdate.vue +0 -158
- package/src/components/modules/rental/new-items-rent/ItemsAccessoryList.vue +0 -13
- package/src/components/modules/rental/new-items-rent/ItemsRent.js +0 -51
- package/src/components/modules/rental/new-items-rent/ItemsRentCreate.vue +0 -367
- package/src/components/modules/rental/new-items-rent/ItemsRentList.vue +0 -1445
- package/src/components/modules/rental/new-items-rent/ItemsRentRow.vue +0 -256
- package/src/components/modules/rental/new-items-rent/RecalculateValue.vue +0 -54
- package/src/components/modules/rental/new-items-rent/RemoveItem.vue +0 -93
- package/src/components/modules/rental/new-items-rent/SearchProductsToolbar.vue +0 -323
- package/src/components/modules/rental/nfse/NfseList.vue +0 -167
- package/src/components/modules/rental/nfse/NfseListItem.vue +0 -195
- package/src/components/modules/rental/payment-rent/PaymentRent.js +0 -20
- package/src/components/modules/rental/payment-rent/PaymentRentCreateUpdate.vue +0 -159
- package/src/components/modules/rental/payment-rent/PaymentRentList.vue +0 -216
- package/src/components/modules/rental/period-rental/GeneratePeriodRent.js +0 -8
- package/src/components/modules/rental/period-rental/GeneratePeriodRent.vue +0 -171
- package/src/components/modules/rental/period-rental/PeriodRent.js +0 -20
- package/src/components/modules/rental/period-rental/PeriodRentCreateUpdate.vue +0 -191
- package/src/components/modules/rental/period-rental/PeriodRentItem.vue +0 -64
- package/src/components/modules/rental/period-rental/PeriodRentList.vue +0 -61
- package/src/components/modules/rental/period-rental/SelectOptionPeriodRent.vue +0 -153
- package/src/components/modules/rental/rent/Rent.js +0 -50
- package/src/components/modules/rental/rent/RentAccept.vue +0 -52
- package/src/components/modules/rental/rent/RentArchive.vue +0 -40
- package/src/components/modules/rental/rent/RentCreateUpdate.vue +0 -640
- package/src/components/modules/rental/rent/RentProgress.vue +0 -47
- package/src/components/modules/rental/rent/RentReject.vue +0 -77
- package/src/components/modules/rental/rent/RentTotalizationRent.vue +0 -161
- package/src/components/modules/rental/shared/CollaboratorWithUser.vue +0 -84
- package/src/components/modules/rental/shared/CustomerWithCreate.vue +0 -79
- package/src/components/modules/rental/shared/DropdownOptionsRent.vue +0 -360
- package/src/components/modules/rental/shared/import-product-rent/ImportProductByRent.vue +0 -124
- package/src/components/modules/rental/shared/import-product-rent/ItemsImportList.vue +0 -198
- package/src/components/modules/rental/shared/import-product-rent/ItemsImportList_old.vue +0 -197
- package/src/components/modules/rental/team/Team.js +0 -31
- package/src/components/modules/rental/team/TeamCreateUpdate.vue +0 -149
- package/src/components/modules/rental/team/TeamList.vue +0 -174
- package/src/components/modules/rental/type-rent/TypeRent.js +0 -10
- package/src/components/modules/rental/type-rent/TypeRentCreateUpdate.vue +0 -111
- package/src/components/modules/rfid/linker-rfid/ProductRfidLinker.vue +0 -629
- package/src/components/modules/rfid/linker-rfid/ProductRfidLinkerList.vue +0 -399
- package/src/components/modules/rfid/linker-rfid/SuccessMessage.vue +0 -74
- package/src/components/modules/rfid/receive/ReceiveTags.vue +0 -472
- package/src/components/modules/shared/ParametersInfo.vue +0 -176
- package/src/components/modules/shared/address/Address.js +0 -32
- package/src/components/modules/shared/address/AddressCreateUpdate.vue +0 -134
- package/src/components/modules/shared/address/AddressList.vue +0 -101
- package/src/components/modules/shared/checklist/ChecklistCreateUpdateList.vue +0 -210
- package/src/components/modules/shared/contact/Contact.js +0 -20
- package/src/components/modules/shared/contact/ContactCreateUpdate.vue +0 -135
- package/src/components/modules/shared/contact/ContactList.vue +0 -100
- package/src/components/modules/shared/customer-supplier/CustomerSupplier.js +0 -53
- package/src/components/modules/shared/customer-supplier/CustomerSupplierCreate.vue +0 -164
- package/src/components/modules/shared/customer-supplier/CustomerSupplierCreateUpdate.vue +0 -350
- package/src/components/modules/shared/document-version/DocumentVersionList.vue +0 -112
- package/src/components/modules/shared/google-calendar/ErrorsGoogle.vue +0 -40
- package/src/components/modules/shared/google-calendar/GoogleCalendar.vue +0 -294
- package/src/components/modules/shared/google-calendar/NotificationSetting.vue +0 -141
- package/src/components/modules/shared/job/Job.js +0 -33
- package/src/components/modules/shared/job/JobCreateUpdate.vue +0 -408
- package/src/components/modules/shared/note/NoteListCreateEdit.vue +0 -308
- package/src/components/modules/shared/parameters/locacaoParameters.js +0 -56
- package/src/components/modules/shared/parameters/taxationParameters.js +0 -49
- package/src/components/modules/shared/payment-items/Payment.js +0 -18
- package/src/components/modules/shared/payment-items/PaymentCreate.vue +0 -127
- package/src/components/modules/shared/payment-items/PaymentUpdate.vue +0 -69
- package/src/components/modules/shared/payment-items/PaymentsList.vue +0 -170
- package/src/components/modules/shared/payment-items/RepeatPayment.vue +0 -108
- package/src/components/modules/shared/tag/Tag.js +0 -13
- package/src/components/modules/shared/tag/TagCreateUpdate.vue +0 -104
- package/src/components/modules/shared/tag/Tags.vue +0 -369
- package/src/components/modules/signature/send-signature/SendSingleSignature.vue +0 -57
- package/src/components/modules/signature/signature-config/SignatureConfig.vue +0 -118
- package/src/components/modules/signature/signature-file/SignatureFileList.vue +0 -125
- package/src/components/modules/signature/signer/SignerList.vue +0 -150
- package/src/components/modules/signature/signer/SignerListForMessaging.vue +0 -116
- package/src/components/modules/stock/accessory/Accessory.js +0 -16
- package/src/components/modules/stock/accessory/AccessoryList.vue +0 -134
- package/src/components/modules/stock/accessory/AccessoryUpdate.vue +0 -155
- package/src/components/modules/stock/availability-product/AvailabilityProduct.vue +0 -196
- package/src/components/modules/stock/category-product/CategoryProduct.js +0 -12
- package/src/components/modules/stock/category-product/CategoryProductCreateUpdate.vue +0 -102
- package/src/components/modules/stock/history-moviment/HistoryMoviment.vue +0 -92
- package/src/components/modules/stock/history-patrimony/HistoryPatrimony.vue +0 -85
- package/src/components/modules/stock/items-moviment/PatrimonyMoviment.vue +0 -134
- package/src/components/modules/stock/manufacturer/Manufacturer.js +0 -10
- package/src/components/modules/stock/manufacturer/ManufacturerCreateUpdate.vue +0 -111
- package/src/components/modules/stock/moviment/AddOrRemoveMaintenance.vue +0 -294
- package/src/components/modules/stock/moviment/ItemProductRent.vue +0 -114
- package/src/components/modules/stock/moviment/ItemProductSelected.vue +0 -78
- package/src/components/modules/stock/moviment/ItemsRentForRecalculatePrice.vue +0 -113
- package/src/components/modules/stock/moviment/PrintMoviment.vue +0 -70
- package/src/components/modules/stock/moviment/ProductAdd.vue +0 -224
- package/src/components/modules/stock/moviment/ProductRent.vue +0 -248
- package/src/components/modules/stock/moviment/ProductSelected.vue +0 -204
- package/src/components/modules/stock/moviment/RentAndSelected.vue +0 -61
- package/src/components/modules/stock/moviment/ReplacementPatrimony.vue +0 -273
- package/src/components/modules/stock/moviment/SuccessMoviment.vue +0 -100
- package/src/components/modules/stock/moviment/TotalizationItemsMoviment.vue +0 -86
- package/src/components/modules/stock/moviment/Warning.vue +0 -231
- package/src/components/modules/stock/moviment/output/CheckOutput.vue +0 -369
- package/src/components/modules/stock/moviment/output/GenerateOutput.vue +0 -149
- package/src/components/modules/stock/moviment/renewed/CheckRenewed.vue +0 -405
- package/src/components/modules/stock/moviment/renewed/GenerateRenewed.vue +0 -194
- package/src/components/modules/stock/moviment/return/CheckReturn.vue +0 -544
- package/src/components/modules/stock/moviment/return/GenerateReturn.vue +0 -127
- package/src/components/modules/stock/patrimony/Patrimony.js +0 -22
- package/src/components/modules/stock/patrimony/PatrimonyCreateUpdate.vue +0 -230
- package/src/components/modules/stock/patrimony/PatrimonyList.vue +0 -364
- package/src/components/modules/stock/price-table/PriceTable.js +0 -19
- package/src/components/modules/stock/price-table/PriceTableCreateUpdate.vue +0 -210
- package/src/components/modules/stock/price-table/PriceTableList.vue +0 -92
- package/src/components/modules/stock/product/Product.js +0 -56
- package/src/components/modules/stock/product/ProductCreateUpdate.vue +0 -360
- package/src/components/modules/stock/search-product/ProductItem.vue +0 -398
- package/src/components/modules/stock/search-product/SearchByBarcode.vue +0 -163
- package/src/components/modules/stock/search-product/SearchProduct.vue +0 -268
- package/src/components/modules/stock/search-product/SearchProduct_old.vue +0 -440
- package/src/components/modules/stock/shared/TimeLineAvailability.vue +0 -239
- package/src/components/modules/stock/type-product/TypeProduct.js +0 -12
- package/src/components/modules/stock/type-product/TypeProductCreateUpdate.vue +0 -108
- package/src/components/modules/stock/unit-of-measurement/UnitOfMeasurement.js +0 -12
- package/src/components/modules/stock/unit-of-measurement/UnitOfMeasurementCreateUpdate.vue +0 -124
- package/src/components/modules/supplier/items-supplier-order/ItemsSupplierOrder.js +0 -22
- package/src/components/modules/supplier/items-supplier-order/ItemsSupplierOrderCreate.vue +0 -78
- package/src/components/modules/supplier/items-supplier-order/ItemsSupplierOrderFixedBar.vue +0 -112
- package/src/components/modules/supplier/items-supplier-order/ItemsSupplierOrderList.vue +0 -251
- package/src/components/modules/supplier/items-supplier-order/ItemsSupplierOrderUpdate.vue +0 -124
- package/src/components/modules/supplier/payment-supplier-order/PaymentSupplierOrder.js +0 -17
- package/src/components/modules/supplier/payment-supplier-order/PaymentSupplierOrderCreateUpdate.vue +0 -128
- package/src/components/modules/supplier/payment-supplier-order/PaymentSupplierOrderList.vue +0 -199
- package/src/components/modules/supplier/shared/SupplierWithCreate.vue +0 -80
- package/src/components/modules/supplier/supplier-order/DropdownOptionsSupplierOrder.vue +0 -190
- package/src/components/modules/supplier/supplier-order/SupplierOrder.js +0 -51
- package/src/components/modules/supplier/supplier-order/SupplierOrderAccept.vue +0 -39
- package/src/components/modules/supplier/supplier-order/SupplierOrderArchive.vue +0 -40
- package/src/components/modules/supplier/supplier-order/SupplierOrderCreateUpdate.vue +0 -301
- package/src/components/modules/supplier/supplier-order/SupplierOrderProgress.vue +0 -52
- package/src/components/modules/supplier/supplier-order/SupplierOrderReject.vue +0 -51
- package/src/components/modules/tax-document/certificate/Certificate.vue +0 -193
- package/src/components/modules/tax-document/cfop/Cfop.js +0 -12
- package/src/components/modules/tax-document/cfop/CfopCreateUpdate.vue +0 -96
- package/src/components/modules/tax-document/company/CompanyTaxation.vue +0 -270
- package/src/components/modules/tax-document/company/ConfigCompany.vue +0 -359
- package/src/components/modules/tax-document/company/Imposto.vue +0 -198
- package/src/components/modules/tax-document/company/Logo.vue +0 -54
- package/src/components/modules/tax-document/items-nfe/ItemsNfe.js +0 -19
- package/src/components/modules/tax-document/items-nfe/ItemsNfeCreate.vue +0 -79
- package/src/components/modules/tax-document/items-nfe/ItemsNfeList.vue +0 -227
- package/src/components/modules/tax-document/items-nfe/ItemsNfeUpdate.vue +0 -123
- package/src/components/modules/tax-document/json/JsonInterpreter.vue +0 -366
- package/src/components/modules/tax-document/nature-operation/NatureOperation.js +0 -10
- package/src/components/modules/tax-document/nature-operation/NatureOperationCreateUpdate.vue +0 -92
- package/src/components/modules/tax-document/nfe/Nfe.js +0 -30
- package/src/components/modules/tax-document/nfe/NfeCreateUpdate.vue +0 -237
- package/src/components/modules/tax-document/nfe/NfeTotalization.vue +0 -49
- package/src/components/modules/tax-document/nfse/ConfigNfse.vue +0 -233
- package/src/components/modules/tax-document/nfse/LocalEvento.vue +0 -135
- package/src/components/modules/tax-document/nfse/Nfse.js +0 -150
- package/src/components/modules/tax-document/nfse/NfseCreateUpdate.vue +0 -312
- package/src/components/modules/tax-document/nfse/NfseCreateUpdate_Plug.vue +0 -221
- package/src/components/modules/tax-document/nfse/Tributacao.vue +0 -20
- package/src/components/modules/tax-document/nfse/TributacaoMunicipal.vue +0 -164
- package/src/components/modules/tax-document/nfse/TributacaoNacional.vue +0 -86
- package/src/components/modules/tax-document/nfse/Tributacao_Plug.vue +0 -185
- package/src/components/modules/tax-document/nfse-nacional/Dados.vue +0 -205
- package/src/components/modules/tax-document/nfse-nacional/Imposto.vue +0 -154
- package/src/components/modules/tax-document/nfse-nacional/NfseNacional.js +0 -211
- package/src/components/modules/tax-document/nfse-nacional/NfseNacionalCreateUpdate.vue +0 -413
- package/src/components/modules/tax-document/nfse-nacional/RegimeTributario.vue +0 -140
- package/src/components/modules/tax-document/nfse-nacional/Transparencia.vue +0 -98
- package/src/components/modules/tax-document/nfse-prefeitura/Dados.vue +0 -212
- package/src/components/modules/tax-document/nfse-prefeitura/Imposto.vue +0 -212
- package/src/components/modules/tax-document/nfse-prefeitura/NfsePrefeitura.js +0 -187
- package/src/components/modules/tax-document/nfse-prefeitura/NfsePrefeituraCreateUpdate.vue +0 -232
- package/src/components/modules/tax-document/nfse-prefeitura/RegimeTributario.vue +0 -244
- package/src/components/modules/tax-document/nfse-prefeitura/Transparencia.vue +0 -85
- package/src/components/modules/tax-document/nfse-shared/NfseDropdownOptions.vue +0 -448
- package/src/components/modules/tax-document/nfse-shared/NfseEmProcessamento.vue +0 -50
- package/src/components/modules/tax-document/nfse-shared/NfseLocalEvento.vue +0 -184
- package/src/components/modules/tax-document/nfse-shared/NfseMensagemErro.vue +0 -52
- package/src/components/modules/tax-document/nfse-shared/NfseStatus.js +0 -27
- package/src/components/modules/tax-document/notification/InputTagEmail.vue +0 -89
- package/src/components/modules/tax-document/notification/Notificacao.vue +0 -121
- package/src/components/modules/tax-document/shared/DropdownOptionsNfs.vue +0 -271
- package/src/components/modules/tax-document/shared/Helpers.js +0 -1283
- package/src/components/modules/tax-document/shared/OpcoesFiscaisGoverno.vue +0 -236
- package/src/components/modules/tax-document/shared/OpcoesTributarias.js +0 -117
- package/src/components/modules/tax-document/shared/classificacaoTributaria.js +0 -288
- package/src/components/modules/tax-document/shared/cnae.js +0 -675
- package/src/components/modules/tax-document/shared/codigoLC116.js +0 -816
- package/src/components/modules/tax-document/shared/codigoTributacaoNacional.js +0 -1344
- package/src/components/modules/tax-document/shared/tributacaoIBSCBS.js +0 -76
- package/src/components/modules/tax-document/taxation/Taxation.js +0 -23
- package/src/components/modules/tax-document/taxation/TaxationCreateUpdate.vue +0 -306
- package/src/components/modules/tax-document/taxation/TaxationCreateUpdate_Plug.vue +0 -202
- package/src/components/modules/tax-document/wizard/StepByStep.vue +0 -1306
- package/src/config/tips.js +0 -9
- package/src/store/modules/generateMoviment.js +0 -102
- package/src/store/modules/paymentShared.js +0 -39
- package/src/store/modules/pdv.js +0 -107
- package/src/store/modules/rfid.js +0 -49
- package/src/views/modules/adm/Authorization.vue +0 -45
- package/src/views/modules/adm/BilletFranchise.vue +0 -38
- package/src/views/modules/adm/Company.vue +0 -34
- package/src/views/modules/adm/ConfirmMailMobile.vue +0 -85
- package/src/views/modules/adm/DocumentCreateUpdate.vue +0 -88
- package/src/views/modules/adm/DocumentList.vue +0 -112
- package/src/views/modules/adm/DocumentPreviewPublic.vue +0 -124
- package/src/views/modules/adm/DocumentPublic.vue +0 -73
- package/src/views/modules/adm/Login.vue +0 -172
- package/src/views/modules/adm/LoginRedirect.vue +0 -74
- package/src/views/modules/adm/LoginTemp.vue +0 -63
- package/src/views/modules/adm/NfeFranchise.vue +0 -38
- package/src/views/modules/adm/NfseFranchise.vue +0 -38
- package/src/views/modules/adm/Notification.vue +0 -43
- package/src/views/modules/adm/Parameter.vue +0 -104
- package/src/views/modules/adm/Plan.vue +0 -77
- package/src/views/modules/adm/Register.vue +0 -70
- package/src/views/modules/adm/ReportAdm.vue +0 -35
- package/src/views/modules/adm/ReportAudit.vue +0 -86
- package/src/views/modules/adm/ResetPassword.vue +0 -73
- package/src/views/modules/adm/SignatureFranchise.vue +0 -38
- package/src/views/modules/adm/Store.vue +0 -47
- package/src/views/modules/adm/UserCreateUpdate.vue +0 -66
- package/src/views/modules/adm/UserList.vue +0 -181
- package/src/views/modules/adm/model/ParameterExemple.js +0 -506
- package/src/views/modules/adm/model/ParameterLegend.js +0 -1195
- package/src/views/modules/billing/BilletConfigList.vue +0 -90
- package/src/views/modules/billing/BilletList.vue +0 -335
- package/src/views/modules/billing/CancelInvoice.vue +0 -97
- package/src/views/modules/billing/GenerateBilling.vue +0 -41
- package/src/views/modules/billing/InvoiceCreateUpdate.vue +0 -45
- package/src/views/modules/billing/InvoiceList.vue +0 -209
- package/src/views/modules/billing/ReportBillet.vue +0 -35
- package/src/views/modules/billing/ReportBilling.vue +0 -35
- package/src/views/modules/billing/ReportInvoice.vue +0 -129
- package/src/views/modules/billing/ReturnShipment.vue +0 -250
- package/src/views/modules/billing/Shipment.vue +0 -141
- package/src/views/modules/billing/ShipmentReturnList.vue +0 -54
- package/src/views/modules/billing/ToProfitList.vue +0 -232
- package/src/views/modules/billing/_ReportBillet.vue +0 -124
- package/src/views/modules/calendar/Calendar.vue +0 -394
- package/src/views/modules/cashier/CashierList.vue +0 -192
- package/src/views/modules/course/Course.vue +0 -31
- package/src/views/modules/crm/CategoryCustomer.vue +0 -73
- package/src/views/modules/crm/ConfigCrm.vue +0 -65
- package/src/views/modules/crm/CustomerCreateUpdate.vue +0 -58
- package/src/views/modules/crm/CustomerList.vue +0 -138
- package/src/views/modules/crm/ImportCustomer.vue +0 -149
- package/src/views/modules/crm/OriginCustomer.vue +0 -74
- package/src/views/modules/crm/ReportCrm.vue +0 -35
- package/src/views/modules/crm/ReportCustomer.vue +0 -331
- package/src/views/modules/dashboard/Dashboard.vue +0 -449
- package/src/views/modules/dashboard/DashboardProfile.js +0 -16
- package/src/views/modules/dashboard/_Dashboard.vue +0 -269
- package/src/views/modules/faturamento/AFaturar.vue +0 -189
- package/src/views/modules/faturamento/HistoricoAFaturar.vue +0 -167
- package/src/views/modules/faturamento/ListaConfigAFaturar.vue +0 -47
- package/src/views/modules/faturamento/Semaforo.vue +0 -135
- package/src/views/modules/finance/Bank.vue +0 -85
- package/src/views/modules/finance/BankAccountCreateUpdate.vue +0 -58
- package/src/views/modules/finance/BankAccountList.vue +0 -127
- package/src/views/modules/finance/BankReconciliation.vue +0 -50
- package/src/views/modules/finance/ConfigFinance.vue +0 -72
- package/src/views/modules/finance/CostCenter.vue +0 -20
- package/src/views/modules/finance/DrePayableReceivable.vue +0 -248
- package/src/views/modules/finance/NewPayableReceivableList.vue +0 -239
- package/src/views/modules/finance/PayableReceivableCreateUpdate.vue +0 -58
- package/src/views/modules/finance/PayableReceivableList.vue +0 -490
- package/src/views/modules/finance/ReportFinance.vue +0 -46
- package/src/views/modules/finance/ReportPayableReceivable.vue +0 -312
- package/src/views/modules/finance/TransferAccountList.vue +0 -154
- package/src/views/modules/finance/TypePayment.vue +0 -80
- package/src/views/modules/financeiro/CentroCusto.vue +0 -112
- package/src/views/modules/financeiro/PlanoConta.vue +0 -111
- package/src/views/modules/financeiro/TipoPagamento.vue +0 -111
- package/src/views/modules/human-resources/CollaboratorCreateUpdate.vue +0 -68
- package/src/views/modules/human-resources/CollaboratorList.vue +0 -110
- package/src/views/modules/locacao/InserirLocacaoPadrao.vue +0 -54
- package/src/views/modules/locacao/InserirLocacaoPdv.vue +0 -104
- package/src/views/modules/locacao/LocacaoPdvFinalizada.vue +0 -75
- package/src/views/modules/maintenance/OrderServiceCreateUpdate.vue +0 -48
- package/src/views/modules/maintenance/OrderServiceList.vue +0 -190
- package/src/views/modules/maintenance/OsPanel.vue +0 -34
- package/src/views/modules/maintenance/ReportMaintenance.vue +0 -38
- package/src/views/modules/maintenance/ReportOrderService.vue +0 -124
- package/src/views/modules/maintenance/ReportProductOrderService.vue +0 -207
- package/src/views/modules/manutencao/InserirEditarOrdemServico.vue +0 -94
- package/src/views/modules/manutencao/Material.vue +0 -123
- package/src/views/modules/manutencao/OrdemServico.vue +0 -145
- package/src/views/modules/manutencao/TipoManutencao.vue +0 -94
- package/src/views/modules/operational/MovementBulkList.vue +0 -143
- package/src/views/modules/operational/MovementBulkUpdate.vue +0 -41
- package/src/views/modules/operational/OperationlSearch.vue +0 -37
- package/src/views/modules/operational/OsPanel.vue +0 -33
- package/src/views/modules/operational/RentOperationalCreateUpdate.vue +0 -38
- package/src/views/modules/operational/RentOperationalList.vue +0 -198
- package/src/views/modules/operational/ReplacementPatrimony.vue +0 -42
- package/src/views/modules/operational/ReportDeliveryDevolution.vue +0 -210
- package/src/views/modules/operational/ReportOperational.vue +0 -35
- package/src/views/modules/operational/ReservationPanel.vue +0 -34
- package/src/views/modules/pdv/PdvRentCreateUpdate.vue +0 -55
- package/src/views/modules/pdv/PdvRentList.vue +0 -103
- package/src/views/modules/pdv/PdvRentSelectOption.vue +0 -89
- package/src/views/modules/pdv/PdvSearch.vue +0 -41
- package/src/views/modules/pdv/SuccessPdvRent.vue +0 -59
- package/src/views/modules/planner/ConfigPlanner.vue +0 -47
- package/src/views/modules/planner/FunnelList.vue +0 -60
- package/src/views/modules/planner/Kanban.vue +0 -94
- package/src/views/modules/planner/Tag.vue +0 -79
- package/src/views/modules/rental/ConfigRental.vue +0 -67
- package/src/views/modules/rental/GroupRent.vue +0 -72
- package/src/views/modules/rental/KitRent.vue +0 -78
- package/src/views/modules/rental/KitRentCreateUpdate.vue +0 -58
- package/src/views/modules/rental/RentCreateUpdate.vue +0 -46
- package/src/views/modules/rental/RentSelectOption.vue +0 -53
- package/src/views/modules/rental/RentalList.vue +0 -394
- package/src/views/modules/rental/ReportRentByCustomer.vue +0 -216
- package/src/views/modules/rental/ReportRentByPayment.vue +0 -195
- package/src/views/modules/rental/ReportRentByPeriodRent.vue +0 -208
- package/src/views/modules/rental/ReportRentByProduct.vue +0 -240
- package/src/views/modules/rental/ReportRentPerformance.vue +0 -231
- package/src/views/modules/rental/ReportRental.vue +0 -46
- package/src/views/modules/rental/TypeRent.vue +0 -78
- package/src/views/modules/rental/_RentalList.vue +0 -285
- package/src/views/modules/rental/___ReportRentPerformance.vue +0 -345
- package/src/views/modules/rfid/LinkProductTags.vue +0 -39
- package/src/views/modules/shared/IntegrationReturn.vue +0 -274
- package/src/views/modules/shared/JobList.vue +0 -227
- package/src/views/modules/signature/ConfigSignature.vue +0 -43
- package/src/views/modules/signature/SignatureList.vue +0 -208
- package/src/views/modules/stock/CategoryProduct.vue +0 -78
- package/src/views/modules/stock/ConfigStock.vue +0 -77
- package/src/views/modules/stock/GenerateOutput.vue +0 -35
- package/src/views/modules/stock/GenerateRenewed.vue +0 -36
- package/src/views/modules/stock/GenerateReturn.vue +0 -35
- package/src/views/modules/stock/ImportProduct.vue +0 -135
- package/src/views/modules/stock/Manufacturer.vue +0 -73
- package/src/views/modules/stock/ProductCreateUpdate.vue +0 -58
- package/src/views/modules/stock/ProductList.vue +0 -185
- package/src/views/modules/stock/ProductSelectOption.vue +0 -80
- package/src/views/modules/stock/ReportHistoryPatrimony.vue +0 -126
- package/src/views/modules/stock/ReportPatrimony.vue +0 -184
- package/src/views/modules/stock/ReportProduct.vue +0 -358
- package/src/views/modules/stock/ReportProductByCustomer.vue +0 -674
- package/src/views/modules/stock/ReportStock.vue +0 -49
- package/src/views/modules/stock/TypeProduct.vue +0 -78
- package/src/views/modules/stock/UnitOfMeasurement.vue +0 -79
- package/src/views/modules/supplier/SupplierCreateUpdate.vue +0 -58
- package/src/views/modules/supplier/SupplierList.vue +0 -139
- package/src/views/modules/supplier/SupplierOrderCreateUpdate.vue +0 -46
- package/src/views/modules/supplier/SupplierOrderList.vue +0 -251
- package/src/views/modules/tax-document/CancelNfse.vue +0 -97
- package/src/views/modules/tax-document/Cfop.vue +0 -72
- package/src/views/modules/tax-document/ConfigTaxDocument.vue +0 -43
- package/src/views/modules/tax-document/NatureOperation.vue +0 -72
- package/src/views/modules/tax-document/NfeCreateUpdate.vue +0 -37
- package/src/views/modules/tax-document/NfeList.vue +0 -173
- package/src/views/modules/tax-document/NfeReceivedList.vue +0 -236
- package/src/views/modules/tax-document/NfseList.vue +0 -44
- package/src/views/modules/tax-document/NfseNacionalCreateUpdate.vue +0 -35
- package/src/views/modules/tax-document/NfseNacionalList.vue +0 -201
- package/src/views/modules/tax-document/NfsePrefeituraCreateUpdate.vue +0 -35
- package/src/views/modules/tax-document/NfsePrefeituraList.vue +0 -201
- package/src/views/modules/tax-document/StepByStep.vue +0 -45
- package/src/views/modules/tax-document/Taxation.vue +0 -93
- package/src/views/modules/tax-document/TaxationCreateUpdate.vue +0 -60
|
@@ -1,992 +0,0 @@
|
|
|
1
|
-
export default class Menu {
|
|
2
|
-
constructor() {
|
|
3
|
-
this.itens = [
|
|
4
|
-
{
|
|
5
|
-
order: 0,
|
|
6
|
-
isModule: true,
|
|
7
|
-
rule: "Adm",
|
|
8
|
-
module: "Adm",
|
|
9
|
-
title: "Administração",
|
|
10
|
-
abbreviatedTitle: "Adm",
|
|
11
|
-
isVisible: "all",
|
|
12
|
-
icon: "fa-solid fa-lock",
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
isModule: false,
|
|
16
|
-
rule: "Adm",
|
|
17
|
-
module: "Adm",
|
|
18
|
-
type: "group",
|
|
19
|
-
isVisible: "all",
|
|
20
|
-
groupName: "Administração",
|
|
21
|
-
icon: "fas fa-user-lock",
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
isModule: false,
|
|
25
|
-
rule: "Adm",
|
|
26
|
-
module: "Adm",
|
|
27
|
-
type: "link",
|
|
28
|
-
title: "Autorização",
|
|
29
|
-
isVisible: "all",
|
|
30
|
-
routeName: "authorization",
|
|
31
|
-
icon: "fa-solid fa-key",
|
|
32
|
-
iconColor: "#38A169"
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
isModule: false,
|
|
36
|
-
rule: "Adm",
|
|
37
|
-
module: "Adm",
|
|
38
|
-
type: "link",
|
|
39
|
-
title: "Documento",
|
|
40
|
-
//isVisible: "support",
|
|
41
|
-
isVisible: "all",
|
|
42
|
-
routeName: "documentList",
|
|
43
|
-
icon: "fa-solid fa-file-invoice",
|
|
44
|
-
iconColor: "#577696"
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
isModule: false,
|
|
48
|
-
rule: "Adm",
|
|
49
|
-
module: "Adm",
|
|
50
|
-
type: "link",
|
|
51
|
-
title: "Empresa",
|
|
52
|
-
isVisible: "all",
|
|
53
|
-
routeName: "company",
|
|
54
|
-
icon: "fas fa-building",
|
|
55
|
-
iconColor: "#577696"
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
isModule: false,
|
|
59
|
-
rule: "Adm",
|
|
60
|
-
module: "Adm",
|
|
61
|
-
type: "link",
|
|
62
|
-
title: "Usuário",
|
|
63
|
-
isVisible: "all",
|
|
64
|
-
routeName: "userList",
|
|
65
|
-
icon: "fas fa-users",
|
|
66
|
-
iconColor: "#577696"
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
isModule: false,
|
|
70
|
-
rule: "Adm",
|
|
71
|
-
module: "Adm",
|
|
72
|
-
type: "link",
|
|
73
|
-
title: "Loja",
|
|
74
|
-
isVisible: "all",
|
|
75
|
-
routeName: "store",
|
|
76
|
-
icon: "fa-sharp fa-solid fa-bags-shopping",
|
|
77
|
-
iconColor: "#38A169"
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
isModule: false,
|
|
81
|
-
rule: "Adm",
|
|
82
|
-
module: "Adm",
|
|
83
|
-
type: "link",
|
|
84
|
-
title: "Notificação",
|
|
85
|
-
isVisible: "all",
|
|
86
|
-
routeName: "notification",
|
|
87
|
-
icon: "fa-solid fa-bell-ring",
|
|
88
|
-
iconColor: "#38A169"
|
|
89
|
-
},
|
|
90
|
-
/* {
|
|
91
|
-
isModule: false,
|
|
92
|
-
rule: "Adm",
|
|
93
|
-
module: "Adm",
|
|
94
|
-
type: "link",
|
|
95
|
-
title: "Notificação",
|
|
96
|
-
isVisible: "all",
|
|
97
|
-
routeName: "notification",
|
|
98
|
-
icon: "fa-solid fa-bell",
|
|
99
|
-
},*/
|
|
100
|
-
{
|
|
101
|
-
isModule: false,
|
|
102
|
-
rule: "Adm",
|
|
103
|
-
module: "Adm",
|
|
104
|
-
type: "link",
|
|
105
|
-
title: "Parâmetro",
|
|
106
|
-
isVisible: "all",
|
|
107
|
-
routeName: "parameter",
|
|
108
|
-
icon: "fas fa-cogs",
|
|
109
|
-
iconColor: "#577696"
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
isModule: false,
|
|
113
|
-
rule: "Adm",
|
|
114
|
-
module: "Adm",
|
|
115
|
-
type: "link",
|
|
116
|
-
title: "Plano",
|
|
117
|
-
isVisible: "all",
|
|
118
|
-
routeName: "plan",
|
|
119
|
-
icon: "fa-regular fa-chart-mixed-up-circle-dollar",
|
|
120
|
-
iconColor: "#577696"
|
|
121
|
-
},
|
|
122
|
-
/* {
|
|
123
|
-
isModule: false,
|
|
124
|
-
rule: "Adm",
|
|
125
|
-
module: "Adm",
|
|
126
|
-
type: "link",
|
|
127
|
-
title: "Relatório",
|
|
128
|
-
isVisible: "all",
|
|
129
|
-
routeName: "reportAdm",
|
|
130
|
-
icon: "fa-solid fa-file-dashed-line",
|
|
131
|
-
iconColor: "#94AA2A"
|
|
132
|
-
},*/
|
|
133
|
-
{
|
|
134
|
-
order: 1,
|
|
135
|
-
isModule: true,
|
|
136
|
-
rule: "Signature",
|
|
137
|
-
module: "Signature",
|
|
138
|
-
title: "Assinatura",
|
|
139
|
-
abbreviatedTitle: "Assinan..",
|
|
140
|
-
isVisible: "all",
|
|
141
|
-
icon: "fa-solid fa-signature",
|
|
142
|
-
},
|
|
143
|
-
{
|
|
144
|
-
isModule: false,
|
|
145
|
-
rule: "Signature",
|
|
146
|
-
module: "Signature",
|
|
147
|
-
type: "group",
|
|
148
|
-
isVisible: "all",
|
|
149
|
-
groupName: "Assinatura Digital",
|
|
150
|
-
icon: "fas fa-user-lock",
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
isModule: false,
|
|
154
|
-
rule: "Signature",
|
|
155
|
-
module: "Signature",
|
|
156
|
-
type: "link",
|
|
157
|
-
title: "Documento",
|
|
158
|
-
isVisible: "all",
|
|
159
|
-
routeName: "signatureList",
|
|
160
|
-
icon: "fa-solid fa-file-signature",
|
|
161
|
-
iconColor: "#577696"
|
|
162
|
-
},
|
|
163
|
-
{
|
|
164
|
-
isModule: false,
|
|
165
|
-
rule: "Signature",
|
|
166
|
-
module: "Signature",
|
|
167
|
-
type: "link",
|
|
168
|
-
title: "Configuração",
|
|
169
|
-
isVisible: "all",
|
|
170
|
-
routeName: "configSignature",
|
|
171
|
-
icon: "fas fa-cog",
|
|
172
|
-
iconColor: "#528DD7"
|
|
173
|
-
},
|
|
174
|
-
{
|
|
175
|
-
order: 2,
|
|
176
|
-
isModule: true,
|
|
177
|
-
rule: "Billet",
|
|
178
|
-
module: "Billet",
|
|
179
|
-
isVisible: "all",
|
|
180
|
-
title: "Boleto",
|
|
181
|
-
abbreviatedTitle: "Boleto",
|
|
182
|
-
icon: "fa-solid fa-barcode",
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
isModule: false,
|
|
186
|
-
rule: "Billet",
|
|
187
|
-
module: "Billet",
|
|
188
|
-
type: "group",
|
|
189
|
-
isVisible: "all",
|
|
190
|
-
groupName: "Boleto Bancário",
|
|
191
|
-
icon: "fas fa-user-lock",
|
|
192
|
-
},
|
|
193
|
-
{
|
|
194
|
-
isModule: false,
|
|
195
|
-
rule: "Billet",
|
|
196
|
-
module: "Billet",
|
|
197
|
-
type: "link",
|
|
198
|
-
title: "Boleto",
|
|
199
|
-
isVisible: "all",
|
|
200
|
-
routeName: "billetList",
|
|
201
|
-
icon: "fa-solid fa-barcode",
|
|
202
|
-
iconColor: "#577696"
|
|
203
|
-
},
|
|
204
|
-
{
|
|
205
|
-
isModule: false,
|
|
206
|
-
rule: "Billet",
|
|
207
|
-
module: "Billet",
|
|
208
|
-
type: "link",
|
|
209
|
-
title: "Remessa e Retorno",
|
|
210
|
-
isVisible: "all",
|
|
211
|
-
routeName: "shipmentReturnList",
|
|
212
|
-
icon: "fa-solid fa-retweet",
|
|
213
|
-
iconColor: "#577696"
|
|
214
|
-
},
|
|
215
|
-
{
|
|
216
|
-
isModule: false,
|
|
217
|
-
rule: "Billet",
|
|
218
|
-
module: "Billet",
|
|
219
|
-
type: "link",
|
|
220
|
-
title: "Integração",
|
|
221
|
-
isVisible: "support",
|
|
222
|
-
routeName: "billetConfigList",
|
|
223
|
-
icon: "fa-solid fa-plug",
|
|
224
|
-
iconColor: "#528DD7"
|
|
225
|
-
},
|
|
226
|
-
{
|
|
227
|
-
isModule: false,
|
|
228
|
-
rule: "Billet",
|
|
229
|
-
module: "Billet",
|
|
230
|
-
type: "link",
|
|
231
|
-
title: "Relatório",
|
|
232
|
-
isVisible: "all",
|
|
233
|
-
routeName: "reportBillet",
|
|
234
|
-
icon: "fa-solid fa-file-dashed-line",
|
|
235
|
-
iconColor: "#94AA2A"
|
|
236
|
-
},
|
|
237
|
-
{
|
|
238
|
-
order: 3,
|
|
239
|
-
isModule: true,
|
|
240
|
-
rule: "CRM",
|
|
241
|
-
module: "CRM",
|
|
242
|
-
isVisible: "all",
|
|
243
|
-
title: "Cliente",
|
|
244
|
-
abbreviatedTitle: "Cliente",
|
|
245
|
-
icon: "fa-sharp fa-solid fa-handshake",
|
|
246
|
-
},
|
|
247
|
-
{
|
|
248
|
-
isModule: false,
|
|
249
|
-
rule: "CRM",
|
|
250
|
-
module: "CRM",
|
|
251
|
-
type: "group",
|
|
252
|
-
isVisible: "all",
|
|
253
|
-
groupName: "Cliente",
|
|
254
|
-
icon: "fas fa-user-lock",
|
|
255
|
-
},
|
|
256
|
-
{
|
|
257
|
-
isModule: false,
|
|
258
|
-
rule: "CRM",
|
|
259
|
-
module: "CRM",
|
|
260
|
-
type: "link",
|
|
261
|
-
title: "Cliente",
|
|
262
|
-
isVisible: "all",
|
|
263
|
-
routeName: "customerList",
|
|
264
|
-
icon: "fas fa-user",
|
|
265
|
-
iconColor: "#577696"
|
|
266
|
-
},
|
|
267
|
-
{
|
|
268
|
-
isModule: false,
|
|
269
|
-
rule: "CRM",
|
|
270
|
-
module: "CRM",
|
|
271
|
-
type: "link",
|
|
272
|
-
title: "Configuração",
|
|
273
|
-
isVisible: "all",
|
|
274
|
-
routeName: "configCrm",
|
|
275
|
-
icon: "fas fa-cog",
|
|
276
|
-
iconColor: "#528DD7"
|
|
277
|
-
},
|
|
278
|
-
{
|
|
279
|
-
isModule: false,
|
|
280
|
-
rule: "CRM",
|
|
281
|
-
module: "CRM",
|
|
282
|
-
type: "link",
|
|
283
|
-
title: "Importar",
|
|
284
|
-
isVisible: "support",
|
|
285
|
-
routeName: "importCustomer",
|
|
286
|
-
icon: "fa-solid fa-up-from-line",
|
|
287
|
-
iconColor: "#D98621"
|
|
288
|
-
},
|
|
289
|
-
{
|
|
290
|
-
isModule: false,
|
|
291
|
-
rule: "CRM",
|
|
292
|
-
module: "CRM",
|
|
293
|
-
type: "link",
|
|
294
|
-
title: "Relatório",
|
|
295
|
-
isVisible: "all",
|
|
296
|
-
routeName: "reportCrm",
|
|
297
|
-
icon: "fa-solid fa-file-dashed-line",
|
|
298
|
-
iconColor: "#94AA2A"
|
|
299
|
-
},
|
|
300
|
-
{
|
|
301
|
-
order: 4,
|
|
302
|
-
isModule: true,
|
|
303
|
-
rule: "Cashier",
|
|
304
|
-
module: "Cashier",
|
|
305
|
-
title: "Caixa",
|
|
306
|
-
isVisible: "all",
|
|
307
|
-
icon: "fa-solid fa-cash-register",
|
|
308
|
-
},
|
|
309
|
-
{
|
|
310
|
-
isModule: false,
|
|
311
|
-
rule: "Cashier",
|
|
312
|
-
module: "Cashier",
|
|
313
|
-
type: "group",
|
|
314
|
-
isVisible: "all",
|
|
315
|
-
groupName: "Caixa",
|
|
316
|
-
icon: "fas fa-user-lock",
|
|
317
|
-
},
|
|
318
|
-
{
|
|
319
|
-
isModule: false,
|
|
320
|
-
rule: "Cashier",
|
|
321
|
-
module: "Cashier",
|
|
322
|
-
type: "link",
|
|
323
|
-
title: "Caixa",
|
|
324
|
-
isVisible: "all",
|
|
325
|
-
routeName: "cashierList",
|
|
326
|
-
icon: "fa-sharp fa-solid fa-cash-register",
|
|
327
|
-
iconColor: "#577696"
|
|
328
|
-
},
|
|
329
|
-
{
|
|
330
|
-
order: 5,
|
|
331
|
-
isModule: true,
|
|
332
|
-
rule: "Stock",
|
|
333
|
-
module: "Stock",
|
|
334
|
-
title: "Estoque",
|
|
335
|
-
abbreviatedTitle: "Estoque",
|
|
336
|
-
isVisible: "all",
|
|
337
|
-
icon: "fa-solid fa-boxes-stacked",
|
|
338
|
-
},
|
|
339
|
-
{
|
|
340
|
-
isModule: false,
|
|
341
|
-
rule: "Stock",
|
|
342
|
-
module: "Stock",
|
|
343
|
-
type: "group",
|
|
344
|
-
isVisible: "all",
|
|
345
|
-
groupName: "Estoque",
|
|
346
|
-
icon: "fas fa-user-lock",
|
|
347
|
-
},
|
|
348
|
-
{
|
|
349
|
-
isModule: false,
|
|
350
|
-
rule: "Stock",
|
|
351
|
-
module: "Stock",
|
|
352
|
-
type: "link",
|
|
353
|
-
title: "Produto",
|
|
354
|
-
isVisible: "all",
|
|
355
|
-
routeName: "productList",
|
|
356
|
-
icon: "fas fa-boxes",
|
|
357
|
-
iconColor: "#577696"
|
|
358
|
-
},
|
|
359
|
-
{
|
|
360
|
-
isModule: false,
|
|
361
|
-
rule: "Stock",
|
|
362
|
-
module: "Stock",
|
|
363
|
-
type: "link",
|
|
364
|
-
title: "Configuração",
|
|
365
|
-
isVisible: "all",
|
|
366
|
-
routeName: "configStock",
|
|
367
|
-
icon: "fas fa-cog",
|
|
368
|
-
iconColor: "#528DD7"
|
|
369
|
-
},
|
|
370
|
-
{
|
|
371
|
-
isModule: false,
|
|
372
|
-
rule: "Stock",
|
|
373
|
-
module: "Stock",
|
|
374
|
-
type: "link",
|
|
375
|
-
title: "Importar",
|
|
376
|
-
isVisible: "support",
|
|
377
|
-
routeName: "importProduct",
|
|
378
|
-
icon: "fa-solid fa-up-from-line",
|
|
379
|
-
iconColor: "#D98621"
|
|
380
|
-
},
|
|
381
|
-
{
|
|
382
|
-
isModule: false,
|
|
383
|
-
rule: "Stock",
|
|
384
|
-
module: "Stock",
|
|
385
|
-
type: "link",
|
|
386
|
-
title: "Relatório",
|
|
387
|
-
isVisible: "all",
|
|
388
|
-
routeName: "reportStock",
|
|
389
|
-
icon: "fa-solid fa-file-dashed-line",
|
|
390
|
-
iconColor: "#94AA2A"
|
|
391
|
-
},
|
|
392
|
-
{
|
|
393
|
-
order: 6,
|
|
394
|
-
isModule: true,
|
|
395
|
-
rule: "Supplier",
|
|
396
|
-
module: "Supplier",
|
|
397
|
-
title: "Fornecedor",
|
|
398
|
-
abbreviatedTitle: "Fornece..",
|
|
399
|
-
icon: "fa-solid fa-truck-field",
|
|
400
|
-
},
|
|
401
|
-
|
|
402
|
-
{
|
|
403
|
-
isModule: false,
|
|
404
|
-
rule: "Supplier",
|
|
405
|
-
module: "Supplier",
|
|
406
|
-
type: "group",
|
|
407
|
-
isVisible: "all",
|
|
408
|
-
groupName: "Fornecedor",
|
|
409
|
-
icon: "fas fa-user-lock",
|
|
410
|
-
},
|
|
411
|
-
{
|
|
412
|
-
isModule: false,
|
|
413
|
-
rule: "Supplier",
|
|
414
|
-
module: "Supplier",
|
|
415
|
-
type: "link",
|
|
416
|
-
title: "Fornecedor",
|
|
417
|
-
isVisible: "all",
|
|
418
|
-
routeName: "supplierList",
|
|
419
|
-
icon: "fa-solid fa-users-gear",
|
|
420
|
-
iconColor: "#577696"
|
|
421
|
-
},
|
|
422
|
-
{
|
|
423
|
-
isModule: false,
|
|
424
|
-
rule: "Supplier",
|
|
425
|
-
module: "Supplier",
|
|
426
|
-
type: "link",
|
|
427
|
-
title: "Pedido de Fornecedor",
|
|
428
|
-
isVisible: "1", // mostra somente para empresa id 1
|
|
429
|
-
routeName: "supplierOrderList",
|
|
430
|
-
icon: "fas fa-exchange-alt",
|
|
431
|
-
iconColor: "#577696",
|
|
432
|
-
showNewUntil: "30/08/2025",
|
|
433
|
-
},
|
|
434
|
-
{
|
|
435
|
-
order: 7,
|
|
436
|
-
isModule: true,
|
|
437
|
-
rule: "Billing",
|
|
438
|
-
module: "Billing",
|
|
439
|
-
title: "Faturamento",
|
|
440
|
-
abbreviatedTitle: "Faturam..",
|
|
441
|
-
icon: "fa-solid fa-file-invoice",
|
|
442
|
-
},
|
|
443
|
-
{
|
|
444
|
-
isModule: false,
|
|
445
|
-
rule: "Billing",
|
|
446
|
-
module: "Billing",
|
|
447
|
-
type: "group",
|
|
448
|
-
isVisible: "all",
|
|
449
|
-
groupName: "Faturamento",
|
|
450
|
-
icon: "fas fa-user-lock",
|
|
451
|
-
},
|
|
452
|
-
{
|
|
453
|
-
isModule: false,
|
|
454
|
-
rule: "Billing",
|
|
455
|
-
module: "Billing",
|
|
456
|
-
type: "link",
|
|
457
|
-
title: "Fatura",
|
|
458
|
-
isVisible: "all",
|
|
459
|
-
routeName: "invoiceList",
|
|
460
|
-
icon: "fa-sharp fa-solid fa-file-invoice",
|
|
461
|
-
iconColor: "#577696"
|
|
462
|
-
},
|
|
463
|
-
{
|
|
464
|
-
isModule: false,
|
|
465
|
-
rule: "Billing",
|
|
466
|
-
module: "Billing",
|
|
467
|
-
type: "link",
|
|
468
|
-
title: "A Faturar",
|
|
469
|
-
isVisible: "all",
|
|
470
|
-
routeName: "toProfitList",
|
|
471
|
-
icon: "fa-solid fa-chart-mixed-up-circle-dollar",
|
|
472
|
-
iconColor: "#577696"
|
|
473
|
-
},
|
|
474
|
-
{
|
|
475
|
-
isModule: false,
|
|
476
|
-
rule: "Billing",
|
|
477
|
-
module: "Billing",
|
|
478
|
-
type: "link",
|
|
479
|
-
title: "Relatório",
|
|
480
|
-
isVisible: "all",
|
|
481
|
-
routeName: "reportBilling",
|
|
482
|
-
icon: "fa-solid fa-file-dashed-line",
|
|
483
|
-
iconColor: "#94AA2A"
|
|
484
|
-
},
|
|
485
|
-
{
|
|
486
|
-
order: 8,
|
|
487
|
-
isModule: true,
|
|
488
|
-
rule: "Finance",
|
|
489
|
-
module: "Finance",
|
|
490
|
-
title: "Financeiro",
|
|
491
|
-
abbreviatedTitle: "Finance..",
|
|
492
|
-
isVisible: "all",
|
|
493
|
-
icon: "fa-solid fa-sack-dollar",
|
|
494
|
-
},
|
|
495
|
-
{
|
|
496
|
-
isModule: false,
|
|
497
|
-
rule: "Finance",
|
|
498
|
-
module: "Finance",
|
|
499
|
-
type: "group",
|
|
500
|
-
isVisible: "all",
|
|
501
|
-
groupName: "Financeiro",
|
|
502
|
-
icon: "fas fa-user-lock",
|
|
503
|
-
},
|
|
504
|
-
/* {
|
|
505
|
-
isModule: false,
|
|
506
|
-
rule: "Finance",
|
|
507
|
-
module: "Finance",
|
|
508
|
-
type: "link",
|
|
509
|
-
title: "Boleto Bancário",
|
|
510
|
-
routeName: "payableReceivableList",
|
|
511
|
-
icon: "fa-solid fa-barcode-scan",
|
|
512
|
-
iconColor: "#577696"
|
|
513
|
-
},*/
|
|
514
|
-
{
|
|
515
|
-
isModule: false,
|
|
516
|
-
rule: "Finance",
|
|
517
|
-
module: "Finance",
|
|
518
|
-
type: "link",
|
|
519
|
-
title: "Pagar e Receber",
|
|
520
|
-
isVisible: "all",
|
|
521
|
-
routeName: "payableReceivableList",
|
|
522
|
-
icon: "fa-solid fa-money-check-dollar-pen",
|
|
523
|
-
iconColor: "#577696"
|
|
524
|
-
},
|
|
525
|
-
{
|
|
526
|
-
isModule: false,
|
|
527
|
-
rule: "Finance",
|
|
528
|
-
module: "Finance",
|
|
529
|
-
type: "link",
|
|
530
|
-
title: "Conciliação",
|
|
531
|
-
isVisible: "all",
|
|
532
|
-
routeName: "bankReconciliation",
|
|
533
|
-
icon: "fa-solid fa-up-from-line",
|
|
534
|
-
iconColor: "#577696"
|
|
535
|
-
},
|
|
536
|
-
{
|
|
537
|
-
isModule: false,
|
|
538
|
-
rule: "Finance",
|
|
539
|
-
module: "Finance",
|
|
540
|
-
type: "link",
|
|
541
|
-
title: "Transferência",
|
|
542
|
-
isVisible: "all",
|
|
543
|
-
routeName: "transferAccountList",
|
|
544
|
-
icon: "fa-solid fa-money-bill-transfer",
|
|
545
|
-
iconColor: "#577696"
|
|
546
|
-
},
|
|
547
|
-
{
|
|
548
|
-
isModule: false,
|
|
549
|
-
rule: "Finance",
|
|
550
|
-
module: "Finance",
|
|
551
|
-
type: "link",
|
|
552
|
-
title: "Configuração",
|
|
553
|
-
isVisible: "all",
|
|
554
|
-
routeName: "configFinance",
|
|
555
|
-
icon: "fas fa-cog",
|
|
556
|
-
iconColor: "#528DD7"
|
|
557
|
-
},
|
|
558
|
-
{
|
|
559
|
-
isModule: false,
|
|
560
|
-
rule: "Finance",
|
|
561
|
-
module: "Finance",
|
|
562
|
-
type: "link",
|
|
563
|
-
title: "Relatório",
|
|
564
|
-
isVisible: "all",
|
|
565
|
-
routeName: "reportFinance",
|
|
566
|
-
icon: "fa-solid fa-file-dashed-line",
|
|
567
|
-
iconColor: "#94AA2A",
|
|
568
|
-
showNewUntil: "30/08/2025",
|
|
569
|
-
},
|
|
570
|
-
{
|
|
571
|
-
order: 9,
|
|
572
|
-
isModule: true,
|
|
573
|
-
rule: "Maintenance",
|
|
574
|
-
module: "Maintenance",
|
|
575
|
-
title: "Manutenção",
|
|
576
|
-
abbreviatedTitle: "Manuten..",
|
|
577
|
-
isVisible: "all",
|
|
578
|
-
icon: "fa-solid fa-wrench",
|
|
579
|
-
},
|
|
580
|
-
{
|
|
581
|
-
isModule: false,
|
|
582
|
-
rule: "Maintenance",
|
|
583
|
-
module: "Maintenance",
|
|
584
|
-
isVisible: "all",
|
|
585
|
-
type: "group",
|
|
586
|
-
groupName: "Manutenção",
|
|
587
|
-
},
|
|
588
|
-
{
|
|
589
|
-
isModule: false,
|
|
590
|
-
rule: "Maintenance",
|
|
591
|
-
module: "Maintenance",
|
|
592
|
-
type: "link",
|
|
593
|
-
title: "Ordem de Serviço",
|
|
594
|
-
isVisible: "all",
|
|
595
|
-
routeName: "maintenanceList",
|
|
596
|
-
icon: "fa-solid fa-file-lines",
|
|
597
|
-
iconColor: "#577696"
|
|
598
|
-
},
|
|
599
|
-
{
|
|
600
|
-
isModule: false,
|
|
601
|
-
rule: "Maintenance",
|
|
602
|
-
module: "Maintenance",
|
|
603
|
-
type: "link",
|
|
604
|
-
title: "Painel de OS",
|
|
605
|
-
isVisible: "all",
|
|
606
|
-
routeName: "osPanelMaintenanceList",
|
|
607
|
-
icon: "fa-regular fa-solar-panel",
|
|
608
|
-
iconColor: "#577696"
|
|
609
|
-
},
|
|
610
|
-
{
|
|
611
|
-
isModule: false,
|
|
612
|
-
rule: "Maintenance",
|
|
613
|
-
module: "Maintenance",
|
|
614
|
-
type: "link",
|
|
615
|
-
title: "Relatório",
|
|
616
|
-
isVisible: "all",
|
|
617
|
-
routeName: "reportMaintenance",
|
|
618
|
-
icon: "fa-solid fa-file-dashed-line",
|
|
619
|
-
iconColor: "#94AA2A"
|
|
620
|
-
},
|
|
621
|
-
{
|
|
622
|
-
order: 10,
|
|
623
|
-
isModule: true,
|
|
624
|
-
rule: "Rental",
|
|
625
|
-
module: "Rental",
|
|
626
|
-
title: "Locação",
|
|
627
|
-
abbreviatedTitle: "Locação",
|
|
628
|
-
isVisible: "all",
|
|
629
|
-
icon: "fa-sharp fa-solid fa-right-left",
|
|
630
|
-
},
|
|
631
|
-
{
|
|
632
|
-
isModule: false,
|
|
633
|
-
rule: "Rental",
|
|
634
|
-
module: "Rental",
|
|
635
|
-
isVisible: "all",
|
|
636
|
-
type: "group",
|
|
637
|
-
groupName: "Locação",
|
|
638
|
-
|
|
639
|
-
},
|
|
640
|
-
{
|
|
641
|
-
isModule: false,
|
|
642
|
-
rule: "Rental",
|
|
643
|
-
module: "Rental",
|
|
644
|
-
type: "link",
|
|
645
|
-
title: "Locação",
|
|
646
|
-
isVisible: "all",
|
|
647
|
-
routeName: "rentalList",
|
|
648
|
-
icon: "fas fa-exchange-alt",
|
|
649
|
-
iconColor: "#577696"
|
|
650
|
-
},
|
|
651
|
-
{
|
|
652
|
-
isModule: false,
|
|
653
|
-
rule: "Rental",
|
|
654
|
-
module: "Rental",
|
|
655
|
-
type: "link",
|
|
656
|
-
title: "Configuração",
|
|
657
|
-
isVisible: "all",
|
|
658
|
-
routeName: "configRental",
|
|
659
|
-
icon: "fas fa-cog",
|
|
660
|
-
iconColor: "#528DD7"
|
|
661
|
-
},
|
|
662
|
-
{
|
|
663
|
-
isModule: false,
|
|
664
|
-
rule: "Rental",
|
|
665
|
-
module: "Rental",
|
|
666
|
-
type: "link",
|
|
667
|
-
title: "Relatório",
|
|
668
|
-
isVisible: "all",
|
|
669
|
-
routeName: "reportRental",
|
|
670
|
-
icon: "fa-solid fa-file-dashed-line",
|
|
671
|
-
iconColor: "#94AA2A"
|
|
672
|
-
},
|
|
673
|
-
{
|
|
674
|
-
order: 11,
|
|
675
|
-
isModule: true,
|
|
676
|
-
rule: "TaxDocument",
|
|
677
|
-
module: "TaxDocument",
|
|
678
|
-
title: "NFs",
|
|
679
|
-
abbreviatedTitle: "NFs",
|
|
680
|
-
isVisible: "all",
|
|
681
|
-
icon: "fa-solid fa-file-invoice-dollar",
|
|
682
|
-
},
|
|
683
|
-
{
|
|
684
|
-
isModule: false,
|
|
685
|
-
rule: "TaxDocument",
|
|
686
|
-
module: "TaxDocument",
|
|
687
|
-
type: "group",
|
|
688
|
-
isVisible: "all",
|
|
689
|
-
groupName: "Nota Fiscal",
|
|
690
|
-
icon: "fas fa-user-lock",
|
|
691
|
-
},
|
|
692
|
-
{
|
|
693
|
-
isModule: false,
|
|
694
|
-
rule: "TaxDocument",
|
|
695
|
-
module: "TaxDocument",
|
|
696
|
-
type: "link",
|
|
697
|
-
title: "NFSe",
|
|
698
|
-
isVisible: "all",
|
|
699
|
-
routeName: "nfseList",
|
|
700
|
-
icon: "fa-solid fa-receipt",
|
|
701
|
-
iconColor: "#577696"
|
|
702
|
-
},
|
|
703
|
-
{
|
|
704
|
-
isModule: false,
|
|
705
|
-
rule: "TaxDocument",
|
|
706
|
-
module: "TaxDocument",
|
|
707
|
-
type: "link",
|
|
708
|
-
title: "NFe",
|
|
709
|
-
isVisible: "all",
|
|
710
|
-
routeName: "nfeList",
|
|
711
|
-
icon: "fa-regular fa-receipt",
|
|
712
|
-
iconColor: "#577696"
|
|
713
|
-
},
|
|
714
|
-
{
|
|
715
|
-
isModule: false,
|
|
716
|
-
rule: "TaxDocument",
|
|
717
|
-
module: "TaxDocument",
|
|
718
|
-
type: "group",
|
|
719
|
-
isVisible: "all",
|
|
720
|
-
groupName: "Recebimento",
|
|
721
|
-
icon: "fas fa-user-lock",
|
|
722
|
-
},
|
|
723
|
-
{
|
|
724
|
-
isModule: false,
|
|
725
|
-
rule: "TaxDocument",
|
|
726
|
-
module: "TaxDocument",
|
|
727
|
-
type: "link",
|
|
728
|
-
title: "Nfe Recebida",
|
|
729
|
-
isVisible: "all",
|
|
730
|
-
routeName: "nfeReceivedList",
|
|
731
|
-
icon: "fa-solid fa-arrows-repeat",
|
|
732
|
-
iconColor: "#577696"
|
|
733
|
-
},
|
|
734
|
-
{
|
|
735
|
-
isModule: false,
|
|
736
|
-
rule: "TaxDocument",
|
|
737
|
-
module: "TaxDocument",
|
|
738
|
-
type: "link",
|
|
739
|
-
title: "Configuração",
|
|
740
|
-
isVisible: "all",
|
|
741
|
-
routeName: "configTaxDocument",
|
|
742
|
-
icon: "fas fa-cog",
|
|
743
|
-
iconColor: "#528DD7"
|
|
744
|
-
},
|
|
745
|
-
{
|
|
746
|
-
isModule: false,
|
|
747
|
-
rule: "TaxDocument",
|
|
748
|
-
module: "TaxDocument",
|
|
749
|
-
type: "link",
|
|
750
|
-
title: "Passo a Passo",
|
|
751
|
-
isVisible: "all",
|
|
752
|
-
routeName: "stepByStep",
|
|
753
|
-
icon: "fa-solid fa-shoe-prints",
|
|
754
|
-
iconColor: "#528DD7"
|
|
755
|
-
},
|
|
756
|
-
{
|
|
757
|
-
order: 12,
|
|
758
|
-
isModule: true,
|
|
759
|
-
rule: "Operational",
|
|
760
|
-
module: "Operational",
|
|
761
|
-
isVisible: "all",
|
|
762
|
-
title: "Operacional",
|
|
763
|
-
abbreviatedTitle: "Operaci..",
|
|
764
|
-
icon: "fa-solid fa-truck-loading",
|
|
765
|
-
},
|
|
766
|
-
{
|
|
767
|
-
isModule: false,
|
|
768
|
-
rule: "Operational",
|
|
769
|
-
module: "Operational",
|
|
770
|
-
type: "group",
|
|
771
|
-
isVisible: "all",
|
|
772
|
-
groupName: "Operacional",
|
|
773
|
-
icon: "fas fa-user-lock",
|
|
774
|
-
},
|
|
775
|
-
{
|
|
776
|
-
isModule: false,
|
|
777
|
-
rule: "Operational",
|
|
778
|
-
module: "Operational",
|
|
779
|
-
type: "link",
|
|
780
|
-
title: "Locação",
|
|
781
|
-
isVisible: "all",
|
|
782
|
-
routeName: "rentOperationalList",
|
|
783
|
-
icon: "fas fa-exchange-alt",
|
|
784
|
-
iconColor: "#577696"
|
|
785
|
-
},
|
|
786
|
-
/* {
|
|
787
|
-
isModule: false,
|
|
788
|
-
rule: "Operational",
|
|
789
|
-
module: "Operational",
|
|
790
|
-
type: "link",
|
|
791
|
-
title: "Movimentação em Massa",
|
|
792
|
-
isVisible: "all",
|
|
793
|
-
routeName: "movementBulkList",
|
|
794
|
-
icon: "fa-solid fa-cubes-stacked",
|
|
795
|
-
iconColor: "#577696"
|
|
796
|
-
},
|
|
797
|
-
*/
|
|
798
|
-
{
|
|
799
|
-
isModule: false,
|
|
800
|
-
rule: "Operational",
|
|
801
|
-
module: "Operational",
|
|
802
|
-
type: "link",
|
|
803
|
-
title: "Painel de OS",
|
|
804
|
-
isVisible: "all",
|
|
805
|
-
routeName: "osPanelList",
|
|
806
|
-
icon: "fa-regular fa-solar-panel",
|
|
807
|
-
iconColor: "#577696"
|
|
808
|
-
},
|
|
809
|
-
{
|
|
810
|
-
isModule: false,
|
|
811
|
-
rule: "Operational",
|
|
812
|
-
module: "Operational",
|
|
813
|
-
type: "link",
|
|
814
|
-
title: "Painel de Reserva",
|
|
815
|
-
isVisible: "all",
|
|
816
|
-
routeName: "reservationPanel",
|
|
817
|
-
icon: "fa-solid fa-table-pivot",
|
|
818
|
-
iconColor: "#577696"
|
|
819
|
-
},
|
|
820
|
-
{
|
|
821
|
-
isModule: false,
|
|
822
|
-
rule: "Operational",
|
|
823
|
-
module: "Operational",
|
|
824
|
-
type: "link",
|
|
825
|
-
title: "Pesquisa Retorno",
|
|
826
|
-
isVisible: "all",
|
|
827
|
-
routeName: "operationalSearch",
|
|
828
|
-
icon: "fa-solid fa-magnifying-glass",
|
|
829
|
-
iconColor: "#577696"
|
|
830
|
-
},
|
|
831
|
-
{
|
|
832
|
-
isModule: false,
|
|
833
|
-
rule: "Operational",
|
|
834
|
-
module: "Operational",
|
|
835
|
-
type: "link",
|
|
836
|
-
title: "Relatório",
|
|
837
|
-
isVisible: "all",
|
|
838
|
-
routeName: "reportOperational",
|
|
839
|
-
icon: "fa-solid fa-file-dashed-line",
|
|
840
|
-
iconColor: "#94AA2A"
|
|
841
|
-
},
|
|
842
|
-
{
|
|
843
|
-
order: 13,
|
|
844
|
-
isModule: true,
|
|
845
|
-
rule: "Planner",
|
|
846
|
-
module: "Planner",
|
|
847
|
-
isVisible: "all",
|
|
848
|
-
title: "Planner",
|
|
849
|
-
abbreviatedTitle: "Planner",
|
|
850
|
-
icon: "fa-solid fa-chart-kanban",
|
|
851
|
-
},
|
|
852
|
-
{
|
|
853
|
-
isModule: false,
|
|
854
|
-
rule: "Planner",
|
|
855
|
-
module: "Planner",
|
|
856
|
-
type: "group",
|
|
857
|
-
isVisible: "all",
|
|
858
|
-
groupName: "Planner",
|
|
859
|
-
icon: "fas fa-user-lock",
|
|
860
|
-
},
|
|
861
|
-
{
|
|
862
|
-
isModule: false,
|
|
863
|
-
rule: "Planner",
|
|
864
|
-
module: "Planner",
|
|
865
|
-
type: "link",
|
|
866
|
-
title: "Quadro",
|
|
867
|
-
isVisible: "all",
|
|
868
|
-
routeName: "funnelList",
|
|
869
|
-
icon: "fa-solid fa-clone",
|
|
870
|
-
iconColor: "#577696"
|
|
871
|
-
},
|
|
872
|
-
{
|
|
873
|
-
isModule: false,
|
|
874
|
-
rule: "Planner",
|
|
875
|
-
module: "Planner",
|
|
876
|
-
type: "link",
|
|
877
|
-
title: "Configuração",
|
|
878
|
-
isVisible: "all",
|
|
879
|
-
routeName: "configPlanner",
|
|
880
|
-
icon: "fas fa-cog",
|
|
881
|
-
iconColor: "#528DD7"
|
|
882
|
-
},
|
|
883
|
-
/* {
|
|
884
|
-
order: 12,
|
|
885
|
-
isModule: true,
|
|
886
|
-
rule: "PDV",
|
|
887
|
-
module: "PDV",
|
|
888
|
-
isVisible: "all",
|
|
889
|
-
title: "PDV",
|
|
890
|
-
icon: "fa-solid fa-display",
|
|
891
|
-
},
|
|
892
|
-
{
|
|
893
|
-
isModule: false,
|
|
894
|
-
rule: "PDV",
|
|
895
|
-
module: "PDV",
|
|
896
|
-
type: "group",
|
|
897
|
-
isVisible: "all",
|
|
898
|
-
groupName: "PDV",
|
|
899
|
-
icon: "fas fa-user-lock",
|
|
900
|
-
},
|
|
901
|
-
{
|
|
902
|
-
isModule: false,
|
|
903
|
-
rule: "PDV",
|
|
904
|
-
module: "PDV",
|
|
905
|
-
type: "link",
|
|
906
|
-
title: "Locação",
|
|
907
|
-
isVisible: "all",
|
|
908
|
-
routeName: "pdvRentSelectOption",
|
|
909
|
-
icon: "fas fa-exchange-alt",
|
|
910
|
-
iconColor: "#577696"
|
|
911
|
-
},
|
|
912
|
-
{
|
|
913
|
-
isModule: false,
|
|
914
|
-
rule: "PDV",
|
|
915
|
-
module: "PDV",
|
|
916
|
-
type: "group",
|
|
917
|
-
groupName: "Outros",
|
|
918
|
-
icon: "fas fa-user-lock",
|
|
919
|
-
},
|
|
920
|
-
{
|
|
921
|
-
isModule: false,
|
|
922
|
-
rule: "PDV",
|
|
923
|
-
module: "PDV",
|
|
924
|
-
type: "link",
|
|
925
|
-
title: "Relatório",
|
|
926
|
-
routeName: "reportOperational",
|
|
927
|
-
icon: "fa-solid fa-file-dashed-line",
|
|
928
|
-
iconColor: "#94AA2A"
|
|
929
|
-
},*/
|
|
930
|
-
{
|
|
931
|
-
order: 14,
|
|
932
|
-
isModule: true,
|
|
933
|
-
rule: "HumanResources",
|
|
934
|
-
module: "HumanResources",
|
|
935
|
-
isVisible: "all",
|
|
936
|
-
title: "RH",
|
|
937
|
-
abbreviatedTitle: "RH",
|
|
938
|
-
icon: "fa-solid fa-user-chart",
|
|
939
|
-
},
|
|
940
|
-
{
|
|
941
|
-
isModule: false,
|
|
942
|
-
rule: "HumanResources",
|
|
943
|
-
module: "HumanResources",
|
|
944
|
-
type: "group",
|
|
945
|
-
isVisible: "all",
|
|
946
|
-
groupName: "Recursos Humanos",
|
|
947
|
-
icon: "fas fa-user-lock",
|
|
948
|
-
},
|
|
949
|
-
{
|
|
950
|
-
isModule: false,
|
|
951
|
-
rule: "HumanResources",
|
|
952
|
-
module: "HumanResources",
|
|
953
|
-
type: "link",
|
|
954
|
-
title: "Colaborador",
|
|
955
|
-
isVisible: "all",
|
|
956
|
-
routeName: "collaboratorList",
|
|
957
|
-
icon: "fas fa-users-class",
|
|
958
|
-
iconColor: "#577696"
|
|
959
|
-
},
|
|
960
|
-
{
|
|
961
|
-
order: 14,
|
|
962
|
-
isModule: true,
|
|
963
|
-
rule: "RFID",
|
|
964
|
-
module: "RFID",
|
|
965
|
-
isVisible: "all",
|
|
966
|
-
title: "RFID",
|
|
967
|
-
abbreviatedTitle: "RFID",
|
|
968
|
-
icon: "fa-regular fa-satellite-dish",
|
|
969
|
-
},
|
|
970
|
-
{
|
|
971
|
-
isModule: false,
|
|
972
|
-
rule: "RFID",
|
|
973
|
-
module: "RFID",
|
|
974
|
-
type: "group",
|
|
975
|
-
isVisible: "all",
|
|
976
|
-
groupName: "RFID",
|
|
977
|
-
icon: "fas fa-user-lock",
|
|
978
|
-
},
|
|
979
|
-
{
|
|
980
|
-
isModule: false,
|
|
981
|
-
rule: "RFID",
|
|
982
|
-
module: "RFID",
|
|
983
|
-
type: "link",
|
|
984
|
-
title: "Vincular Tags",
|
|
985
|
-
isVisible: "all",
|
|
986
|
-
routeName: "linkProductTags",
|
|
987
|
-
icon: "fa-regular fa-tags",
|
|
988
|
-
iconColor: "#577696"
|
|
989
|
-
},
|
|
990
|
-
]
|
|
991
|
-
}
|
|
992
|
-
}
|