@erpsquad/common 1.8.42 → 1.8.43
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/dist/@types/alltypes.d.ts +3 -0
- package/dist/@types/common.d.ts +1 -0
- package/dist/@types/createPalette.d.ts +47 -0
- package/dist/@types/index.d.ts +5 -0
- package/dist/@types/page.d.ts +4 -0
- package/dist/@types/pagination-model.d.ts +4 -0
- package/dist/_virtual/index/index.esm10.js +3 -3
- package/dist/_virtual/index/index.esm11.js +3 -3
- package/dist/_virtual/index/index.esm4.js +1 -1
- package/dist/_virtual/index/index.esm5.js +3 -3
- package/dist/_virtual/index/index.esm6.js +3 -3
- package/dist/_virtual/index/index.esm7.js +3 -3
- package/dist/_virtual/index/index.esm8.js +3 -3
- package/dist/_virtual/index/index.esm9.js +3 -3
- package/dist/_virtual/index/index10.js +1 -1
- package/dist/_virtual/index/index11.js +1 -1
- package/dist/_virtual/index/index4.js +1 -1
- package/dist/_virtual/index/index5.js +1 -1
- package/dist/_virtual/index/index6.js +1 -1
- package/dist/_virtual/index/index7.js +1 -1
- package/dist/_virtual/index/index8.js +1 -1
- package/dist/_virtual/index/index9.js +1 -1
- package/dist/api-client/api.accounting/api-types.d.ts +15883 -0
- package/dist/api-client/api.drive/api-types.d.ts +696 -0
- package/dist/api-client/api.inventory/api-types.d.ts +6110 -0
- package/dist/api-client/api.inventory/api.d.ts +2 -5
- package/dist/api-client/api.manufacturing/api-types.d.ts +10066 -0
- package/dist/api-client/api.manufacturing/api.d.ts +102 -15
- package/dist/api-client/api.purchase/api-types.d.ts +6715 -0
- package/dist/api-client/api.purchase/api.d.ts +2 -3
- package/dist/api-client/api.rbac/api-types.d.ts +1753 -0
- package/dist/api-client/api.rental/api-types.d.ts +15666 -0
- package/dist/api-client/api.sales/api-types.d.ts +8258 -0
- package/dist/api-client/api.system-feature/api-types.d.ts +2875 -0
- package/dist/api-client/api.system-feature/api.d.ts +2 -0
- package/dist/api-client/api.user/api-types.d.ts +95 -0
- package/dist/assets/common-component/index.d.ts +1 -0
- package/dist/assets/dynamic-svg-icon/dynamic-svg-icon.d.ts +8 -0
- package/dist/assets/dynamic-svg-icon/index.d.ts +2 -0
- package/dist/assets/images.d.ts +208 -0
- package/dist/assets/index.d.ts +5 -0
- package/dist/assets/view-modal/calendar-icon.d.ts +2 -0
- package/dist/assets/view-modal/chart-icon.d.ts +2 -0
- package/dist/assets/view-modal/gantt-icon.d.ts +2 -0
- package/dist/assets/view-modal/grid-icon.d.ts +2 -0
- package/dist/assets/view-modal/index.d.ts +12 -0
- package/dist/assets/view-modal/kanban-icon.d.ts +2 -0
- package/dist/assets/view-modal/table-icon.d.ts +2 -0
- package/dist/components/Dashboard/dashboard-card.d.ts +7 -0
- package/dist/components/Dashboard/dashboard-header.d.ts +7 -0
- package/dist/components/Dashboard/index.d.ts +4 -0
- package/dist/components/accordion/accordion.d.ts +9 -0
- package/dist/components/accordion/index.d.ts +2 -0
- package/dist/components/action-bar/action-bar.d.ts +48 -0
- package/dist/components/action-bar/index.d.ts +2 -0
- package/dist/components/activity-tag/activity-tag.d.ts +3 -0
- package/dist/components/activity-tag/index.d.ts +2 -0
- package/dist/components/activityArea/activityArea.d.ts +3 -0
- package/dist/components/activityArea/index.d.ts +2 -0
- package/dist/components/activityLog/activity-log.d.ts +3 -0
- package/dist/components/activityLog/index.d.ts +2 -0
- package/dist/components/alert/alert.d.ts +4 -0
- package/dist/components/alert/index.d.ts +2 -0
- package/dist/components/appbar/appbar.d.ts +3 -0
- package/dist/components/appbar/index.d.ts +2 -0
- package/dist/components/approval-wrapper/approval-wrapper.d.ts +2 -0
- package/dist/components/approval-wrapper/index.d.ts +2 -0
- package/dist/components/avatar/avatar.d.ts +3 -0
- package/dist/components/avatar/index.d.ts +2 -0
- package/dist/components/board/board.d.ts +19 -0
- package/dist/components/board/columnHeader.d.ts +2 -0
- package/dist/components/board/index.d.ts +4 -0
- package/dist/components/bread-crumb/bread-crumb.d.ts +13 -0
- package/dist/components/bread-crumb/index.d.ts +2 -0
- package/dist/components/button/button.d.ts +4 -0
- package/dist/components/button/index.d.ts +2 -0
- package/dist/components/calculation-summary/calculation-summary.d.ts +11 -0
- package/dist/components/calculation-summary/components/discount-summary.d.ts +13 -0
- package/dist/components/calculation-summary/components/index.d.ts +10 -0
- package/dist/components/calculation-summary/components/items-summary.d.ts +10 -0
- package/dist/components/calculation-summary/components/subtotal-summary.d.ts +10 -0
- package/dist/components/calculation-summary/components/taxes-and-charges-summary.d.ts +14 -0
- package/dist/components/calculation-summary/components/total-summary.d.ts +10 -0
- package/dist/components/calculation-summary/index.d.ts +3 -0
- package/dist/components/calendar/calendar.d.ts +3 -0
- package/dist/components/calendar/index.d.ts +2 -0
- package/dist/components/card-wrapper/card-wrapper.d.ts +7 -0
- package/dist/components/card-wrapper/index.d.ts +2 -0
- package/dist/components/change-user-password-modal/change-user-password-modal.d.ts +6 -0
- package/dist/components/change-user-password-modal/index.d.ts +2 -0
- package/dist/components/charts/ChartLegends.d.ts +7 -0
- package/dist/components/charts/areaLinerChart.d.ts +18 -0
- package/dist/components/charts/bar-chart/bar-chart.d.ts +15 -0
- package/dist/components/charts/bar-chart/index.d.ts +2 -0
- package/dist/components/charts/barChart/barChart.d.ts +19 -0
- package/dist/components/charts/barChart/index.d.ts +2 -0
- package/dist/components/charts/barLineChart/barLinechart.d.ts +29 -0
- package/dist/components/charts/barLineChart/index.d.ts +2 -0
- package/dist/components/charts/donut-chart/donut-chart.d.ts +21 -0
- package/dist/components/charts/donut-chart/index.d.ts +2 -0
- package/dist/components/charts/donutChart/DonutChart.d.ts +21 -0
- package/dist/components/charts/donutChart/index.d.ts +2 -0
- package/dist/components/charts/groupBarChart/GroupBarChart.d.ts +9 -0
- package/dist/components/charts/groupBarChart/index.d.ts +2 -0
- package/dist/components/charts/index.d.ts +12 -0
- package/dist/components/charts/line-chart/area-line-chart.d.ts +15 -0
- package/dist/components/charts/line-chart/area-lineChart.d.ts +15 -0
- package/dist/components/charts/line-chart/index.d.ts +6 -0
- package/dist/components/charts/line-chart/line-chart.d.ts +14 -0
- package/dist/components/charts/multiLineChart/index.d.ts +2 -0
- package/dist/components/charts/multiLineChart/multi-line-chart.d.ts +20 -0
- package/dist/components/checkbox/checkbox.d.ts +4 -0
- package/dist/components/checkbox/index.d.ts +2 -0
- package/dist/components/chip/chip.d.ts +10 -0
- package/dist/components/chip/index.d.ts +2 -0
- package/dist/components/chip-generator/chip-generator.d.ts +27 -0
- package/dist/components/chip-generator/index.d.ts +2 -0
- package/dist/components/color-picker-input/color-picker-input.d.ts +7 -0
- package/dist/components/color-picker-input/index.d.ts +2 -0
- package/dist/components/confirm-modal/confirm-modal.d.ts +21 -0
- package/dist/components/confirm-modal/index.d.ts +3 -0
- package/dist/components/country-select/country-select.d.ts +6 -0
- package/dist/components/country-select/index.d.ts +2 -0
- package/dist/components/custom-snackbar/custom-snackbar.d.ts +10 -0
- package/dist/components/custom-snackbar/index.d.ts +2 -0
- package/dist/components/custom-toggle-switch/custom-toggle-switch.d.ts +10 -0
- package/dist/components/custom-toggle-switch/index.d.ts +2 -0
- package/dist/components/date-picker/date-picker.d.ts +20 -0
- package/dist/components/date-picker/index.d.ts +2 -0
- package/dist/components/date-range-picker/date-range-picker.d.ts +3 -0
- package/dist/components/date-range-picker/index.d.ts +2 -0
- package/dist/components/date-time-picker/date-time-picker.d.ts +20 -0
- package/dist/components/date-time-picker/index.d.ts +2 -0
- package/dist/components/dropdown-button/dropdown-button.d.ts +24 -0
- package/dist/components/dropdown-button/index.d.ts +2 -0
- package/dist/components/dynamic-layout-wrapper/dynamic-layout-wrapper.d.ts +67 -0
- package/dist/components/dynamic-layout-wrapper/index.d.ts +2 -0
- package/dist/components/dynamic-modal.d.ts +9 -0
- package/dist/components/editor/custom-editor.d.ts +9 -0
- package/dist/components/editor/index.d.ts +2 -0
- package/dist/components/entity-view-wrapper/entity-view-wrapper.d.ts +26 -0
- package/dist/components/entity-view-wrapper/index.d.ts +2 -0
- package/dist/components/examples/FlexibleReduxExample.d.ts +8 -0
- package/dist/components/examples/index.d.ts +2 -0
- package/dist/components/expandable-summary-wrapper/expandable-summary-wrapper.d.ts +18 -0
- package/dist/components/expandable-summary-wrapper/index.d.ts +2 -0
- package/dist/components/fallback/fallback.d.ts +9 -0
- package/dist/components/fallback/index.d.ts +2 -0
- package/dist/components/filter/components/add-filter.d.ts +4 -0
- package/dist/components/filter/components/add-group.d.ts +4 -0
- package/dist/components/filter/components/combinator-select.d.ts +2 -0
- package/dist/components/filter/components/delete-group.d.ts +4 -0
- package/dist/components/filter/components/field-select.d.ts +4 -0
- package/dist/components/filter/components/index.d.ts +16 -0
- package/dist/components/filter/components/operator-select.d.ts +4 -0
- package/dist/components/filter/components/remove-action.d.ts +4 -0
- package/dist/components/filter/components/value-editor.d.ts +4 -0
- package/dist/components/filter/fields.d.ts +5 -0
- package/dist/components/filter/filter.d.ts +21 -0
- package/dist/components/filter/index.d.ts +4 -0
- package/dist/components/footer/footer.d.ts +21 -0
- package/dist/components/footer/index.d.ts +2 -0
- package/dist/components/footer.d.ts +4 -0
- package/dist/components/form-control/form-builder/element-controller.d.ts +14 -0
- package/dist/components/form-control/form-builder/form-builder-element/button.d.ts +16 -0
- package/dist/components/form-control/form-builder/form-builder-element/checkbox.d.ts +20 -0
- package/dist/components/form-control/form-builder/form-builder-element/chip-or-placeholder.d.ts +13 -0
- package/dist/components/form-control/form-builder/form-builder-element/date-range-picker.d.ts +24 -0
- package/dist/components/form-control/form-builder/form-builder-element/date-time.d.ts +26 -0
- package/dist/components/form-control/form-builder/form-builder-element/date.d.ts +21 -0
- package/dist/components/form-control/form-builder/form-builder-element/dynamic-currency-input.d.ts +30 -0
- package/dist/components/form-control/form-builder/form-builder-element/dynamic-element-hoc.d.ts +19 -0
- package/dist/components/form-control/form-builder/form-builder-element/dynamic-input-select.d.ts +29 -0
- package/dist/components/form-control/form-builder/form-builder-element/dynamic-select.d.ts +50 -0
- package/dist/components/form-control/form-builder/form-builder-element/dynamic-tags-input.d.ts +24 -0
- package/dist/components/form-control/form-builder/form-builder-element/dynamic-text-editor.d.ts +11 -0
- package/dist/components/form-control/form-builder/form-builder-element/index.d.ts +46 -0
- package/dist/components/form-control/form-builder/form-builder-element/info.d.ts +20 -0
- package/dist/components/form-control/form-builder/form-builder-element/location-add-modal/index.d.ts +2 -0
- package/dist/components/form-control/form-builder/form-builder-element/location-add-modal/location-add-modal.d.ts +11 -0
- package/dist/components/form-control/form-builder/form-builder-element/media.d.ts +4 -0
- package/dist/components/form-control/form-builder/form-builder-element/phone.d.ts +3 -0
- package/dist/components/form-control/form-builder/form-builder-element/radio-button.d.ts +23 -0
- package/dist/components/form-control/form-builder/form-builder-element/section.d.ts +21 -0
- package/dist/components/form-control/form-builder/form-builder-element/select-configuration.d.ts +14 -0
- package/dist/components/form-control/form-builder/form-builder-element/select.d.ts +4 -0
- package/dist/components/form-control/form-builder/form-builder-element/table.d.ts +30 -0
- package/dist/components/form-control/form-builder/form-builder-element/text.d.ts +4 -0
- package/dist/components/form-control/form-builder/form-builder-element/time.d.ts +4 -0
- package/dist/components/form-control/form-builder/form-builder-element/toggle-button.d.ts +17 -0
- package/dist/components/form-control/form-builder/index.d.ts +3 -0
- package/dist/components/form-control/form-parser/data.d.ts +44 -0
- package/dist/components/form-control/form-parser/form-parser.d.ts +3 -0
- package/dist/components/form-control/form-parser/form-section.d.ts +65 -0
- package/dist/components/form-control/form-parser/form-switcher.d.ts +2 -0
- package/dist/components/form-control/form-parser/index.d.ts +8 -0
- package/dist/components/form-control/index.d.ts +2 -0
- package/dist/components/form-header/form-header.d.ts +14 -0
- package/dist/components/form-header/index.d.ts +2 -0
- package/dist/components/gantt/gantt.d.ts +10 -0
- package/dist/components/gantt/index.d.ts +2 -0
- package/dist/components/grid/custom-grid-card/custom-grid-card.d.ts +14 -0
- package/dist/components/grid/custom-grid-card/index.d.ts +2 -0
- package/dist/components/grid/grid-card/grid-card.d.ts +1 -0
- package/dist/components/grid/grid-card/index.d.ts +2 -0
- package/dist/components/grid/grid-wrapper/grid-wrapper.d.ts +8 -0
- package/dist/components/grid/grid-wrapper/index.d.ts +2 -0
- package/dist/components/grid/index.d.ts +3 -0
- package/dist/components/grid-fallback/grid-fallback.d.ts +9 -0
- package/dist/components/grid-fallback/index.d.ts +2 -0
- package/dist/components/header/components/index.d.ts +1 -0
- package/dist/components/header/components/notification-menu/index.d.ts +2 -0
- package/dist/components/header/components/notification-menu/notification-menu.d.ts +2 -0
- package/dist/components/header/header-enhanced.d.ts +19 -0
- package/dist/components/header/header.d.ts +4 -0
- package/dist/components/header/index.d.ts +6 -0
- package/dist/components/header/redux/actionCreator.d.ts +3 -0
- package/dist/components/header/redux/index.d.ts +5 -0
- package/dist/components/header/redux/reducer.d.ts +73 -0
- package/dist/components/header/redux/state.d.ts +14 -0
- package/dist/components/header copy.d.ts +4 -0
- package/dist/components/header-card/header-card.d.ts +9 -0
- package/dist/components/header-card/index.d.ts +2 -0
- package/dist/components/hr-line/hr-line.d.ts +3 -0
- package/dist/components/hr-line/index.d.ts +2 -0
- package/dist/components/icons/action-arrow.d.ts +4 -0
- package/dist/components/icons/action.d.ts +4 -0
- package/dist/components/icons/add-circle.d.ts +4 -0
- package/dist/components/icons/arrow-bidirectional.d.ts +4 -0
- package/dist/components/icons/arrow-circle-down.d.ts +4 -0
- package/dist/components/icons/arrow-down-three.d.ts +4 -0
- package/dist/components/icons/arrow-down-two.d.ts +4 -0
- package/dist/components/icons/arrow-down.d.ts +4 -0
- package/dist/components/icons/arrow-up-down.d.ts +4 -0
- package/dist/components/icons/arrow-up-two.d.ts +4 -0
- package/dist/components/icons/assignments.d.ts +4 -0
- package/dist/components/icons/blank-circle.d.ts +4 -0
- package/dist/components/icons/block-filled.d.ts +6 -0
- package/dist/components/icons/calendar-add.d.ts +4 -0
- package/dist/components/icons/calendar.d.ts +4 -0
- package/dist/components/icons/check-box.d.ts +3 -0
- package/dist/components/icons/checkbox-square.d.ts +4 -0
- package/dist/components/icons/circular-arrow-setting.d.ts +6 -0
- package/dist/components/icons/clock.d.ts +4 -0
- package/dist/components/icons/close.d.ts +6 -0
- package/dist/components/icons/coin-outline.d.ts +4 -0
- package/dist/components/icons/copy.d.ts +4 -0
- package/dist/components/icons/coupon.d.ts +4 -0
- package/dist/components/icons/criteria.d.ts +4 -0
- package/dist/components/icons/cross-hire.d.ts +6 -0
- package/dist/components/icons/cross.d.ts +4 -0
- package/dist/components/icons/custom-styled-icon.d.ts +6 -0
- package/dist/components/icons/dashboard.d.ts +4 -0
- package/dist/components/icons/document-download.d.ts +4 -0
- package/dist/components/icons/document.d.ts +4 -0
- package/dist/components/icons/dollar-circle-filled.d.ts +6 -0
- package/dist/components/icons/dollar-circle.d.ts +4 -0
- package/dist/components/icons/edit.d.ts +4 -0
- package/dist/components/icons/email.d.ts +4 -0
- package/dist/components/icons/export.d.ts +6 -0
- package/dist/components/icons/eye-off.d.ts +4 -0
- package/dist/components/icons/eye-plus-circle.d.ts +6 -0
- package/dist/components/icons/eye.d.ts +4 -0
- package/dist/components/icons/filled-circle.d.ts +4 -0
- package/dist/components/icons/filter-remove.d.ts +4 -0
- package/dist/components/icons/filter.d.ts +4 -0
- package/dist/components/icons/folder-save.d.ts +4 -0
- package/dist/components/icons/grid.d.ts +4 -0
- package/dist/components/icons/hashtag.d.ts +4 -0
- package/dist/components/icons/image.d.ts +4 -0
- package/dist/components/icons/import.d.ts +4 -0
- package/dist/components/icons/index.d.ts +177 -0
- package/dist/components/icons/info-circle.d.ts +4 -0
- package/dist/components/icons/info.d.ts +6 -0
- package/dist/components/icons/link-horizontal.d.ts +4 -0
- package/dist/components/icons/link.d.ts +4 -0
- package/dist/components/icons/location.d.ts +4 -0
- package/dist/components/icons/lowest-lead-time.d.ts +4 -0
- package/dist/components/icons/lowest-min-qty.d.ts +4 -0
- package/dist/components/icons/lowest-price.d.ts +4 -0
- package/dist/components/icons/more.d.ts +4 -0
- package/dist/components/icons/notification.d.ts +4 -0
- package/dist/components/icons/paper-clip.d.ts +4 -0
- package/dist/components/icons/paragraph.d.ts +4 -0
- package/dist/components/icons/payment-request.d.ts +6 -0
- package/dist/components/icons/phone.d.ts +4 -0
- package/dist/components/icons/printer.d.ts +4 -0
- package/dist/components/icons/process-calendar.d.ts +4 -0
- package/dist/components/icons/promotion.d.ts +6 -0
- package/dist/components/icons/radio-button.d.ts +4 -0
- package/dist/components/icons/receipt-filled.d.ts +6 -0
- package/dist/components/icons/receipt-outline.d.ts +4 -0
- package/dist/components/icons/receipt.d.ts +6 -0
- package/dist/components/icons/rectangle-filled.d.ts +4 -0
- package/dist/components/icons/rectangle.d.ts +4 -0
- package/dist/components/icons/refresh-icon.d.ts +4 -0
- package/dist/components/icons/replace.d.ts +4 -0
- package/dist/components/icons/save.d.ts +6 -0
- package/dist/components/icons/search-status.d.ts +4 -0
- package/dist/components/icons/search.d.ts +4 -0
- package/dist/components/icons/settings-fallback.d.ts +7 -0
- package/dist/components/icons/share.d.ts +4 -0
- package/dist/components/icons/sort-arrow-icon.d.ts +4 -0
- package/dist/components/icons/stacked-layer.d.ts +6 -0
- package/dist/components/icons/start-filled.d.ts +6 -0
- package/dist/components/icons/three-dot-icon.d.ts +4 -0
- package/dist/components/icons/tick-circle-filled.d.ts +6 -0
- package/dist/components/icons/tick-circle.d.ts +4 -0
- package/dist/components/icons/tick-octagon.d.ts +4 -0
- package/dist/components/icons/tick.d.ts +4 -0
- package/dist/components/icons/toggle-switch.d.ts +4 -0
- package/dist/components/icons/trash.d.ts +4 -0
- package/dist/components/icons/wave.d.ts +6 -0
- package/dist/components/icons/with-out-tick-octagon.d.ts +4 -0
- package/dist/components/icons/work-centre.d.ts +6 -0
- package/dist/components/info-card/index.d.ts +2 -0
- package/dist/components/info-card/info-card.d.ts +9 -0
- package/dist/components/inventory-reports-title-bar/component/index.d.ts +2 -0
- package/dist/components/inventory-reports-title-bar/component/reportFilter.d.ts +10 -0
- package/dist/components/inventory-reports-title-bar/index.d.ts +5 -0
- package/dist/components/inventory-reports-title-bar/inventory-reports-title-bar.d.ts +43 -0
- package/dist/components/inventory-reports-title-bar/redux/actionCreator.d.ts +11 -0
- package/dist/components/inventory-reports-title-bar/redux/index.d.ts +5 -0
- package/dist/components/inventory-reports-title-bar/redux/reducer.d.ts +3 -0
- package/dist/components/inventory-reports-title-bar/redux/state.d.ts +12 -0
- package/dist/components/inventory-reports-title-bar/report-buttons/index.d.ts +2 -0
- package/dist/components/inventory-reports-title-bar/report-buttons/report-buttons.d.ts +27 -0
- package/dist/components/label-value/index.d.ts +2 -0
- package/dist/components/label-value/label-value.d.ts +6 -0
- package/dist/components/list/index.d.ts +2 -0
- package/dist/components/list/list.d.ts +2 -0
- package/dist/components/listing/index.d.ts +3 -0
- package/dist/components/listing/listing.d.ts +5 -0
- package/dist/components/listing/types.d.ts +57 -0
- package/dist/components/loader.d.ts +2 -0
- package/dist/components/loaders/erp-loader.d.ts +4 -0
- package/dist/components/loaders/form-loader.d.ts +4 -0
- package/dist/components/loaders/index.d.ts +8 -0
- package/dist/components/loaders/modal-loader.d.ts +4 -0
- package/dist/components/loaders/page-loader.d.ts +4 -0
- package/dist/components/location-select.d.ts +19 -0
- package/dist/components/material-editable-table/aggregation-fns/index.d.ts +13 -0
- package/dist/components/material-editable-table/components/default-aggregation.d.ts +9 -0
- package/dist/components/material-editable-table/components/header-cell.d.ts +5 -0
- package/dist/components/material-editable-table/components/index.d.ts +8 -0
- package/dist/components/material-editable-table/components/inline-edit-fields.d.ts +17 -0
- package/dist/components/material-editable-table/components/number-aggregation.d.ts +9 -0
- package/dist/components/material-editable-table/index.d.ts +4 -0
- package/dist/components/material-editable-table/material-editable-table.d.ts +40 -0
- package/dist/components/material-table/aggregation-fns/index.d.ts +13 -0
- package/dist/components/material-table/components/default-aggregation.d.ts +9 -0
- package/dist/components/material-table/components/header-cell.d.ts +5 -0
- package/dist/components/material-table/components/index.d.ts +8 -0
- package/dist/components/material-table/components/inline-edit-fields.d.ts +17 -0
- package/dist/components/material-table/components/number-aggregation.d.ts +9 -0
- package/dist/components/material-table/index.d.ts +4 -0
- package/dist/components/material-table/material-table.d.ts +81 -0
- package/dist/components/menu/index.d.ts +2 -0
- package/dist/components/menu/menu.d.ts +4 -0
- package/dist/components/modal/index.d.ts +2 -0
- package/dist/components/modal/modal.d.ts +4 -0
- package/dist/components/module-button/index.d.ts +2 -0
- package/dist/components/module-button/module-button.d.ts +2 -0
- package/dist/components/mulitline/index.d.ts +2 -0
- package/dist/components/mulitline/multiline.d.ts +11 -0
- package/dist/components/multi-select/index.d.ts +2 -0
- package/dist/components/multi-select/multi-select.d.ts +30 -0
- package/dist/components/page-navigator/components/add-page-modal.d.ts +11 -0
- package/dist/components/page-navigator/components/add-page.d.ts +9 -0
- package/dist/components/page-navigator/components/index.d.ts +10 -0
- package/dist/components/page-navigator/components/page-action.d.ts +14 -0
- package/dist/components/page-navigator/components/shared-page-modal.d.ts +9 -0
- package/dist/components/page-navigator/components/shared-page-view.d.ts +2 -0
- package/dist/components/page-navigator/index.d.ts +3 -0
- package/dist/components/page-navigator/page-navigator.d.ts +15 -0
- package/dist/components/pagination/index.d.ts +2 -0
- package/dist/components/pagination/pagination.d.ts +9 -0
- package/dist/components/parties-modal/index.d.ts +4 -0
- package/dist/components/parties-modal/parties-modal.d.ts +10 -0
- package/dist/components/parties-modal/utils/constant.d.ts +42 -0
- package/dist/components/parties-modal/utils/index.d.ts +1 -0
- package/dist/components/parties-modal/validator.d.ts +6 -0
- package/dist/components/phone-input/index.d.ts +2 -0
- package/dist/components/phone-input/phone-input.d.ts +19 -0
- package/dist/components/protected-route.d.ts +56 -0
- package/dist/components/providers/ERPUIProvider.d.ts +41 -0
- package/dist/components/providers/index.d.ts +2 -0
- package/dist/components/quick-approval-modal/index.d.ts +2 -0
- package/dist/components/quick-approval-modal/quick-approval-modal.d.ts +13 -0
- package/dist/components/radio/index.d.ts +2 -0
- package/dist/components/radio/radio.d.ts +4 -0
- package/dist/components/reports/dynamic-report/dynamic-report.d.ts +21 -0
- package/dist/components/reports/dynamic-report/dynamic-rows.d.ts +20 -0
- package/dist/components/reports/dynamic-report/index.d.ts +3 -0
- package/dist/components/reports/index.d.ts +1 -0
- package/dist/components/reports-title-bar/index.d.ts +4 -0
- package/dist/components/reports-title-bar/redux/actionCreator.d.ts +1 -0
- package/dist/components/reports-title-bar/redux/index.d.ts +5 -0
- package/dist/components/reports-title-bar/redux/reducer.d.ts +3 -0
- package/dist/components/reports-title-bar/redux/state.d.ts +8 -0
- package/dist/components/reports-title-bar/report-buttons/index.d.ts +2 -0
- package/dist/components/reports-title-bar/report-buttons/report-buttons.d.ts +26 -0
- package/dist/components/reports-title-bar/reports-title-bar.d.ts +30 -0
- package/dist/components/reset-password-modal/index.d.ts +2 -0
- package/dist/components/reset-password-modal/reset-password-modal.d.ts +5 -0
- package/dist/components/rfq-response/index.d.ts +2 -0
- package/dist/components/rfq-response/item-response-details.d.ts +1 -0
- package/dist/components/save-filter-modal/index.d.ts +2 -0
- package/dist/components/save-filter-modal/save-filter-modal.d.ts +8 -0
- package/dist/components/schedule-report/index.d.ts +6 -0
- package/dist/components/schedule-report/schedule-report-modal.d.ts +17 -0
- package/dist/components/schedule-report/schedule-report.d.ts +6 -0
- package/dist/components/schedule-report/utils/common.d.ts +9 -0
- package/dist/components/schedule-report/utils/constant.d.ts +29 -0
- package/dist/components/schedule-report/utils/index.d.ts +3 -0
- package/dist/components/schedule-report/utils/type.d.ts +31 -0
- package/dist/components/schedule-report/validator.d.ts +13 -0
- package/dist/components/search-bar/index.d.ts +2 -0
- package/dist/components/search-bar/search-bar.d.ts +14 -0
- package/dist/components/searchable-select.d.ts +49 -0
- package/dist/components/select/controller/chip-or-placeholder.d.ts +10 -0
- package/dist/components/select/controller/controller-select.d.ts +33 -0
- package/dist/components/select/controller/index.d.ts +4 -0
- package/dist/components/select/index.d.ts +5 -0
- package/dist/components/select/select-search.d.ts +4 -0
- package/dist/components/select/select.d.ts +3 -0
- package/dist/components/share-modal/index.d.ts +5 -0
- package/dist/components/share-modal/redux/actionCreator.d.ts +2 -0
- package/dist/components/share-modal/redux/index.d.ts +5 -0
- package/dist/components/share-modal/redux/reducer.d.ts +21 -0
- package/dist/components/share-modal/redux/state.d.ts +8 -0
- package/dist/components/share-modal/share-modal-enhanced.d.ts +19 -0
- package/dist/components/share-modal/share-modal.d.ts +13 -0
- package/dist/components/sidebar/index.d.ts +2 -0
- package/dist/components/sidebar/sidebar.d.ts +23 -0
- package/dist/components/snackbar/index.d.ts +2 -0
- package/dist/components/snackbar/snackbar.d.ts +4 -0
- package/dist/components/sub-header-doc/index.d.ts +2 -0
- package/dist/components/sub-header-doc/sub-header-doc.d.ts +3 -0
- package/dist/components/switches/android-12-switch.d.ts +2 -0
- package/dist/components/switches/index.d.ts +2 -0
- package/dist/components/tab-bar-ui/index.d.ts +2 -0
- package/dist/components/tab-bar-ui/tab-bar-ui.d.ts +20 -0
- package/dist/components/tabs/index.d.ts +2 -0
- package/dist/components/tabs/tabs.d.ts +24 -0
- package/dist/components/text-area/index.d.ts +2 -0
- package/dist/components/text-area/text-area.d.ts +9 -0
- package/dist/components/text-field/index.d.ts +2 -0
- package/dist/components/text-field/text-field.d.ts +3 -0
- package/dist/components/time-picker/index.d.ts +2 -0
- package/dist/components/time-picker/time-picker.d.ts +16 -0
- package/dist/components/time-range-picker/index.d.ts +2 -0
- package/dist/components/time-range-picker/time-range-picker.d.ts +10 -0
- package/dist/components/title-dropdown-button/index.d.ts +2 -0
- package/dist/components/title-dropdown-button/title-dropdown-button.d.ts +15 -0
- package/dist/components/toast/index.d.ts +2 -0
- package/dist/components/toast/toast.d.ts +9 -0
- package/dist/components/toggle/index.d.ts +2 -0
- package/dist/components/toggle/toggle.d.ts +7 -0
- package/dist/components/toggle-switch/index.d.ts +2 -0
- package/dist/components/toggle-switch/toggle-switch.d.ts +10 -0
- package/dist/components/tooltip/Tooltip.d.ts +4 -0
- package/dist/components/tooltip/index.d.ts +2 -0
- package/dist/components/typography/index.d.ts +2 -0
- package/dist/components/typography/typography.d.ts +8 -0
- package/dist/components/upload/file-confirmation.d.ts +12 -0
- package/dist/components/upload/index.d.ts +4 -0
- package/dist/components/upload/upload.d.ts +15 -0
- package/dist/components/upload-excel/file-confirmation.d.ts +11 -0
- package/dist/components/upload-excel/index.d.ts +4 -0
- package/dist/components/upload-excel/upload-excel.d.ts +16 -0
- package/dist/components/upload-media/index.d.ts +2 -0
- package/dist/components/upload-media/upload-media.d.ts +16 -0
- package/dist/components/user-dropdown/index.d.ts +2 -0
- package/dist/components/user-dropdown/user-dropdown.d.ts +12 -0
- package/dist/components/value-field/index.d.ts +2 -0
- package/dist/components/value-field/value-field.d.ts +8 -0
- package/dist/components/view-modal/index.d.ts +2 -0
- package/dist/components/view-modal/view-modal.d.ts +13 -0
- package/dist/config/index.d.ts +43 -0
- package/dist/constants/action-bar.d.ts +9 -0
- package/dist/constants/all-language.d.ts +6 -0
- package/dist/constants/auth.d.ts +5 -0
- package/dist/constants/common.d.ts +1 -0
- package/dist/constants/defaultColumns.d.ts +109 -0
- package/dist/constants/lang/ar.d.ts +1448 -0
- package/dist/constants/lang/en.d.ts +10645 -0
- package/dist/constants/lang/es.d.ts +142 -0
- package/dist/constants/lang/index.d.ts +6 -0
- package/dist/constants/modules.d.ts +2 -0
- package/dist/constants/mui.constants.d.ts +2 -0
- package/dist/constants/pathnames/index.d.ts +13 -0
- package/dist/constants/pathnames/pathname.accounting.d.ts +165 -0
- package/dist/constants/pathnames/pathname.crm.d.ts +203 -0
- package/dist/constants/pathnames/pathname.d.ts +25 -0
- package/dist/constants/pathnames/pathname.document.d.ts +10 -0
- package/dist/constants/pathnames/pathname.hrms.d.ts +5 -0
- package/dist/constants/pathnames/pathname.inventory.d.ts +154 -0
- package/dist/constants/pathnames/pathname.manufacturing.d.ts +387 -0
- package/dist/constants/pathnames/pathname.office.d.ts +5 -0
- package/dist/constants/pathnames/pathname.procurement.d.ts +150 -0
- package/dist/constants/pathnames/pathname.project.d.ts +5 -0
- package/dist/constants/pathnames/pathname.quotes.d.ts +5 -0
- package/dist/constants/pathnames/pathname.rental.d.ts +43 -0
- package/dist/constants/pathnames/pathname.user.d.ts +20 -0
- package/dist/constants/resource-lang.d.ts +12240 -0
- package/dist/constants/route-page-map.d.ts +10 -0
- package/dist/constants/status.d.ts +4 -0
- package/dist/contexts/AuthContext.d.ts +69 -0
- package/dist/contexts/languageContext.d.ts +24 -0
- package/dist/contexts/page-context.d.ts +72 -0
- package/dist/contexts/permission-context.d.ts +14 -0
- package/dist/hooks/apiHelper.d.ts +12 -0
- package/dist/hooks/common.d.ts +41 -0
- package/dist/hooks/use-deep-memo.d.ts +2 -0
- package/dist/hooks/use-material-calculations.d.ts +81 -0
- package/dist/hooks/use-translations.d.ts +3 -0
- package/dist/hooks/useCheckSkuAndName.d.ts +7 -0
- package/dist/hooks/useDataFetcher.d.ts +25 -0
- package/dist/hooks/useLanguageFallback.d.ts +67 -0
- package/dist/hooks/useLocationFilter.d.ts +43 -0
- package/dist/hooks/useReduxIntegration.d.ts +9 -0
- package/dist/index.d.ts +190 -1
- package/dist/layout/fullScreen/fullScreen.d.ts +1 -0
- package/dist/layout/fullScreen/index.d.ts +2 -0
- package/dist/layout/sidebarScreen/index.d.ts +2 -0
- package/dist/layout/sidebarScreen/sidebarScreen.d.ts +7 -0
- package/dist/node_modules/@mui/system/colorManipulator/index.esm.js +2 -2
- package/dist/node_modules/@mui/system/colorManipulator/index.js +1 -1
- package/dist/node_modules/@mui/system/colorManipulator/index.js.map +1 -1
- package/dist/node_modules/@mui/system/createStyled/index.esm.js +6 -6
- package/dist/node_modules/@mui/system/createStyled/index.js +1 -1
- package/dist/node_modules/@mui/system/createStyled/index.js.map +1 -1
- package/dist/node_modules/@mui/system/useThemeWithoutDefault/index.esm.js +1 -1
- package/dist/node_modules/@mui/system/useThemeWithoutDefault/index.js +1 -1
- package/dist/redux/actionCreator.d.ts +7 -0
- package/dist/redux/apiConfig.d.ts +18 -0
- package/dist/redux/hooks.d.ts +7 -0
- package/dist/redux/module-reducer.d.ts +9 -0
- package/dist/redux/slices/headerSlice.d.ts +24 -0
- package/dist/redux/slices/index.d.ts +8 -0
- package/dist/redux/slices/inventoryReportsTitleBarSlice.d.ts +45 -0
- package/dist/redux/slices/reportsTitleBarSlice.d.ts +21 -0
- package/dist/redux/slices/shareSlice.d.ts +26 -0
- package/dist/redux/toolkit.d.ts +1 -0
- package/dist/redux/types.d.ts +66 -0
- package/dist/server.d.ts +8 -0
- package/dist/style.css +72 -72
- package/dist/styles/index.d.ts +1 -1
- package/dist/styles/themes/index.d.ts +21 -0
- package/dist/theme/color.d.ts +38 -0
- package/dist/theme/theme-impl.d.ts +24 -0
- package/dist/theme/themeSelector.d.ts +15 -0
- package/dist/theme/themeWrapper.d.ts +10 -0
- package/dist/theme/types/extendMUIPalette.d.ts +47 -0
- package/dist/theme/types/index.d.ts +1 -0
- package/dist/theme/typography.d.ts +88 -0
- package/dist/types/index.d.ts +1 -21
- package/dist/utils/api.d.ts +662 -0
- package/dist/utils/calculation.d.ts +13 -0
- package/dist/utils/color.d.ts +21 -0
- package/dist/utils/common-utility.d.ts +224 -0
- package/dist/utils/common.d.ts +237 -0
- package/dist/utils/constant.d.ts +18 -0
- package/dist/utils/country.d.ts +1 -0
- package/dist/utils/date-range.d.ts +31 -0
- package/dist/utils/dateFormat.d.ts +11 -0
- package/dist/utils/dateValidation.d.ts +84 -0
- package/dist/utils/deformat-text.d.ts +2 -0
- package/dist/utils/export-filters.d.ts +2 -0
- package/dist/utils/fileSize.d.ts +2 -0
- package/dist/utils/form-builder-conversion.d.ts +2 -0
- package/dist/utils/form-builder-deconversion.d.ts +45 -0
- package/dist/utils/format-text.d.ts +4 -0
- package/dist/utils/i18n.d.ts +3 -0
- package/dist/utils/language.d.ts +1 -0
- package/dist/utils/menu-filter.d.ts +70 -0
- package/dist/utils/metaComponent.d.ts +14 -0
- package/dist/utils/migration-utils.d.ts +7 -0
- package/dist/utils/navigation-utils.d.ts +24 -0
- package/dist/utils/route-utils.d.ts +4 -0
- package/dist/utils/server.d.ts +5 -0
- package/dist/utils/setup.d.ts +1 -0
- package/dist/utils/translations.d.ts +1 -0
- package/dist/views/404.d.ts +7 -0
- package/dist/views/afterAuth/dashboard/dashboard.d.ts +2 -0
- package/dist/views/afterAuth/dashboard/index.d.ts +3 -0
- package/dist/views/afterAuth/dashboard/redux/actionCreator.d.ts +6 -0
- package/dist/views/afterAuth/dashboard/redux/index.d.ts +5 -0
- package/dist/views/afterAuth/dashboard/redux/reducer.d.ts +3508 -0
- package/dist/views/afterAuth/dashboard/redux/state.d.ts +499 -0
- package/dist/views/afterAuth/index.d.ts +2 -0
- package/dist/views/afterAuth/page-view/index.d.ts +4 -0
- package/dist/views/afterAuth/page-view/page-view.d.ts +2 -0
- package/dist/views/afterAuth/page-view/redux/actionCreator.d.ts +1 -0
- package/dist/views/afterAuth/page-view/redux/index.d.ts +5 -0
- package/dist/views/afterAuth/page-view/redux/reducer.d.ts +273 -0
- package/dist/views/afterAuth/page-view/redux/state.d.ts +33 -0
- package/dist/views/afterAuth/page-view/utils/default-data.d.ts +16 -0
- package/dist/views/afterAuth/page-view/utils/index.d.ts +2 -0
- package/dist/views/afterAuth/page-view/utils/local-data.d.ts +16 -0
- package/dist/views/beforeAuth/change-password/change-password.d.ts +1 -0
- package/dist/views/beforeAuth/change-password/index.d.ts +1 -0
- package/dist/views/beforeAuth/components/activity-tag-data/activity-tag-data.d.ts +11 -0
- package/dist/views/beforeAuth/components/activity-tag-data/index.d.ts +1 -0
- package/dist/views/beforeAuth/components/calendar-data/calendar-data.d.ts +18 -0
- package/dist/views/beforeAuth/components/calendar-data/index.d.ts +1 -0
- package/dist/views/beforeAuth/components/drive-dashboard-data/drive-dashboard-data.d.ts +147 -0
- package/dist/views/beforeAuth/components/drive-dashboard-data/index.d.ts +1 -0
- package/dist/views/beforeAuth/components/gantt-data/gantt-data.d.ts +4 -0
- package/dist/views/beforeAuth/components/gantt-data/index.d.ts +2 -0
- package/dist/views/beforeAuth/components/grid-data/grid-data.d.ts +8 -0
- package/dist/views/beforeAuth/components/grid-data/index.d.ts +2 -0
- package/dist/views/beforeAuth/components/index.d.ts +13 -0
- package/dist/views/beforeAuth/components/kanbann-content/index.d.ts +1 -0
- package/dist/views/beforeAuth/components/kanbann-content/kanbann-raw.d.ts +11 -0
- package/dist/views/beforeAuth/components/list-content/column-raw.d.ts +38 -0
- package/dist/views/beforeAuth/components/list-content/index.d.ts +2 -0
- package/dist/views/beforeAuth/components/list-content/list-data.d.ts +11 -0
- package/dist/views/beforeAuth/components/multiline-data/index.d.ts +1 -0
- package/dist/views/beforeAuth/components/multiline-data/multiline-data.d.ts +5 -0
- package/dist/views/beforeAuth/components/share-modal-data/index.d.ts +1 -0
- package/dist/views/beforeAuth/components/share-modal-data/share-modal-data.d.ts +6 -0
- package/dist/views/beforeAuth/components/shared-pages-data/index.d.ts +1 -0
- package/dist/views/beforeAuth/components/shared-pages-data/shared-pages-data.d.ts +7 -0
- package/dist/views/beforeAuth/components/tabs-data/index.d.ts +1 -0
- package/dist/views/beforeAuth/components/tabs-data/tabs-data.d.ts +5 -0
- package/dist/views/beforeAuth/components/user-dashboard-data/index.d.ts +1 -0
- package/dist/views/beforeAuth/components/user-dashboard-data/user-dashboard-data.d.ts +157 -0
- package/dist/views/beforeAuth/components/user-dropdown-data/index.d.ts +1 -0
- package/dist/views/beforeAuth/components/user-dropdown-data/user-dropdown-data.d.ts +6 -0
- package/dist/views/beforeAuth/forgot-password/forgot-password.d.ts +1 -0
- package/dist/views/beforeAuth/forgot-password/index.d.ts +1 -0
- package/dist/views/beforeAuth/index.d.ts +6 -0
- package/dist/views/beforeAuth/landing/index.d.ts +2 -0
- package/dist/views/beforeAuth/landing/landing.d.ts +3 -0
- package/dist/views/beforeAuth/login/index.d.ts +2 -0
- package/dist/views/beforeAuth/reset-password/index.d.ts +1 -0
- package/dist/views/beforeAuth/reset-password/reset-password.d.ts +1 -0
- package/dist/views/form-builder/custom-form.d.ts +7 -0
- package/dist/views/form-builder/element-edit-forms/checkbox.d.ts +3 -0
- package/dist/views/form-builder/element-edit-forms/column-width.d.ts +3 -0
- package/dist/views/form-builder/element-edit-forms/field-select.d.ts +4 -0
- package/dist/views/form-builder/element-edit-forms/index.d.ts +14 -0
- package/dist/views/form-builder/element-edit-forms/section.d.ts +3 -0
- package/dist/views/form-builder/element-edit-forms/select.d.ts +33 -0
- package/dist/views/form-builder/element-edit-forms/table-form.d.ts +13 -0
- package/dist/views/form-builder/element-edit-forms/text.d.ts +12 -0
- package/dist/views/form-builder/field_properties.d.ts +99 -0
- package/dist/views/form-builder/form-fields.d.ts +46 -0
- package/dist/views/form-builder/index.d.ts +9 -0
- package/dist/views/form-builder/redux/actionCreator.d.ts +5 -0
- package/dist/views/form-builder/redux/index.d.ts +5 -0
- package/dist/views/form-builder/redux/state.d.ts +27 -0
- package/dist/views/form-builder/types.d.ts +2 -0
- package/dist/views/form-builder/utils/common.d.ts +66 -0
- package/dist/views/form-builder/utils/index.d.ts +1 -0
- package/dist/views/index.d.ts +8 -1
- package/dist/views/privateRoute.d.ts +2 -0
- package/dist/views/template-editor/add-template/add-template.d.ts +4 -0
- package/dist/views/template-editor/add-template/index.d.ts +2 -0
- package/dist/views/template-editor/company-selection-modal/company-selection-modal.d.ts +14 -0
- package/dist/views/template-editor/company-selection-modal/index.d.ts +2 -0
- package/dist/views/template-editor/components/EditorCanvas.d.ts +22 -0
- package/dist/views/template-editor/components/EditorHeader.d.ts +18 -0
- package/dist/views/template-editor/components/EditorSection.d.ts +20 -0
- package/dist/views/template-editor/components/EditorSidebar.d.ts +2 -0
- package/dist/views/template-editor/components/SectionFlowEditor.d.ts +9 -0
- package/dist/views/template-editor/components/SectionFormatPanel.d.ts +46 -0
- package/dist/views/template-editor/components/controllers/AlignmentControl.d.ts +7 -0
- package/dist/views/template-editor/components/controllers/ButtonControls.d.ts +8 -0
- package/dist/views/template-editor/components/controllers/CodeControls.d.ts +8 -0
- package/dist/views/template-editor/components/controllers/DividerControls.d.ts +8 -0
- package/dist/views/template-editor/components/controllers/ImageControls.d.ts +8 -0
- package/dist/views/template-editor/components/controllers/SignatureControls.d.ts +8 -0
- package/dist/views/template-editor/components/controllers/TableControls.d.ts +36 -0
- package/dist/views/template-editor/components/controllers/TextControls.d.ts +21 -0
- package/dist/views/template-editor/components/controllers/border-control.d.ts +13 -0
- package/dist/views/template-editor/components/controllers/index.d.ts +18 -0
- package/dist/views/template-editor/components/index.d.ts +13 -0
- package/dist/views/template-editor/edit-section-modal/edit-section-modal.d.ts +16 -0
- package/dist/views/template-editor/edit-section-modal/index.d.ts +2 -0
- package/dist/views/template-editor/index.d.ts +11 -0
- package/dist/views/template-editor/routes.d.ts +4 -0
- package/dist/views/template-editor/template-modal/html-thumbnail-preview.d.ts +17 -0
- package/dist/views/template-editor/template-modal/index.d.ts +4 -0
- package/dist/views/template-editor/template-modal/template-modal.d.ts +8 -0
- package/dist/views/template-editor/template-name-modal/index.d.ts +2 -0
- package/dist/views/template-editor/template-name-modal/template-name-modal.d.ts +15 -0
- package/dist/views/template-editor/templates.d.ts +4 -0
- package/dist/views/template-editor/types/editor.d.ts +32 -0
- package/dist/views/template-editor/types/index.d.ts +1 -0
- package/dist/views/template-editor/utils/common.d.ts +17 -0
- package/dist/views/template-editor/utils/constant.d.ts +136 -0
- package/dist/views/template-editor/utils/default-data.d.ts +7 -0
- package/dist/views/template-editor/utils/index.d.ts +5 -0
- package/dist/views/template-editor/utils/style-extractor.d.ts +11 -0
- package/dist/views/template-editor/utils/types.d.ts +33 -0
- package/dist/vite-env.d.ts +24 -0
- package/package.json +1 -1
- package/src/styles/index.d.ts +1 -0
- package/dist/src/components/form-control/form-builder/form-builder-element/number-input.d.ts +0 -0
|
@@ -0,0 +1,662 @@
|
|
|
1
|
+
import { getPartyName } from './common';
|
|
2
|
+
|
|
3
|
+
export declare const getOptions: (apiFunc: (params: any) => Promise<any>, filters: Record<string, any>, dataKey: string, labelKey: string, defaultColumn: string[], defaultFilter?: string, valueKey?: string) => Promise<{
|
|
4
|
+
data: any;
|
|
5
|
+
pagination: any;
|
|
6
|
+
}>;
|
|
7
|
+
export declare const apiConfigurations: {
|
|
8
|
+
company: {
|
|
9
|
+
name: string;
|
|
10
|
+
apiFunc: (req?: import('../api-client/api.rbac/api-types').GetV1CompanyRequest) => Promise<import('../api-client/api.rbac/api-types').GetV1CompanyResponses>;
|
|
11
|
+
dataKey: string;
|
|
12
|
+
labelKey: string;
|
|
13
|
+
defaultColumn: string[];
|
|
14
|
+
defaultFilter: {
|
|
15
|
+
"is_active.eq": number;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
items: {
|
|
19
|
+
name: string;
|
|
20
|
+
apiFunc: (req?: import('../api-client/api.inventory/api-types').GetV1InventoryItemsRequest) => Promise<import('../api-client/api.inventory/api-types').GetV1InventoryItemsResponses>;
|
|
21
|
+
dataKey: string;
|
|
22
|
+
labelKey: string;
|
|
23
|
+
defaultColumn: string[];
|
|
24
|
+
defaultFilter: {
|
|
25
|
+
"status.eq": number;
|
|
26
|
+
'&(is_variant.eq': number;
|
|
27
|
+
'|type.eq': string;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
notPackageItems: {
|
|
31
|
+
name: string;
|
|
32
|
+
apiFunc: (req?: import('../api-client/api.inventory/api-types').GetV1InventoryItemsRequest) => Promise<import('../api-client/api.inventory/api-types').GetV1InventoryItemsResponses>;
|
|
33
|
+
dataKey: string;
|
|
34
|
+
labelKey: string;
|
|
35
|
+
defaultColumn: string[];
|
|
36
|
+
defaultFilter: {
|
|
37
|
+
"status.eq": number;
|
|
38
|
+
'&(is_variant.eq': number;
|
|
39
|
+
'&type.ne': string;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
rentalItems: {
|
|
43
|
+
name: string;
|
|
44
|
+
apiFunc: (req?: import('../api-client/api.inventory/api-types').GetV1InventoryItemsRequest) => Promise<import('../api-client/api.inventory/api-types').GetV1InventoryItemsResponses>;
|
|
45
|
+
dataKey: string;
|
|
46
|
+
labelKey: string;
|
|
47
|
+
defaultColumn: string[];
|
|
48
|
+
defaultFilter: {
|
|
49
|
+
"status.eq": number;
|
|
50
|
+
'&(is_variant.eq': number;
|
|
51
|
+
'|type.eq': string;
|
|
52
|
+
'&is_rental.eq': number;
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
salesItems: {
|
|
56
|
+
name: string;
|
|
57
|
+
apiFunc: (req?: import('../api-client/api.inventory/api-types').GetV1InventoryItemsRequest) => Promise<import('../api-client/api.inventory/api-types').GetV1InventoryItemsResponses>;
|
|
58
|
+
dataKey: string;
|
|
59
|
+
labelKey: string;
|
|
60
|
+
defaultColumn: string[];
|
|
61
|
+
defaultFilter: {
|
|
62
|
+
"status.eq": number;
|
|
63
|
+
'&(is_variant.eq': number;
|
|
64
|
+
'|type.eq': string;
|
|
65
|
+
'&is_rental.eq': number;
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
reportItems: {
|
|
69
|
+
name: string;
|
|
70
|
+
apiFunc: (req?: import('../api-client/api.inventory/api-types').GetV1InventoryItemsRequest) => Promise<import('../api-client/api.inventory/api-types').GetV1InventoryItemsResponses>;
|
|
71
|
+
dataKey: string;
|
|
72
|
+
labelKey: string;
|
|
73
|
+
defaultColumn: string[];
|
|
74
|
+
defaultFilter: {
|
|
75
|
+
'&is_variant.eq': number;
|
|
76
|
+
};
|
|
77
|
+
};
|
|
78
|
+
inventoryItems: {
|
|
79
|
+
name: string;
|
|
80
|
+
apiFunc: (req?: import('../api-client/api.inventory/api-types').GetV1InventoryItemsRequest) => Promise<import('../api-client/api.inventory/api-types').GetV1InventoryItemsResponses>;
|
|
81
|
+
dataKey: string;
|
|
82
|
+
labelKey: string;
|
|
83
|
+
defaultColumn: string[];
|
|
84
|
+
defaultFilter: {
|
|
85
|
+
"status.eq": number;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
88
|
+
currency: {
|
|
89
|
+
name: string;
|
|
90
|
+
apiFunc: (req?: import('../api-client/api.accounting/api-types').GetV1CurrencyRequest) => Promise<import('../api-client/api.accounting/api-types').GetV1CurrencyResponses>;
|
|
91
|
+
dataKey: string;
|
|
92
|
+
labelKey: string;
|
|
93
|
+
defaultColumn: string[];
|
|
94
|
+
defaultFilter: {
|
|
95
|
+
"status.eq": number;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
98
|
+
salesperson: {
|
|
99
|
+
name: string;
|
|
100
|
+
apiFunc: (req?: import('../api-client/api.rbac/api-types').GetV1UserRequest) => Promise<import('../api-client/api.rbac/api-types').GetV1UserResponses>;
|
|
101
|
+
dataKey: string;
|
|
102
|
+
defaultColumn: string[];
|
|
103
|
+
defaultFilter: {
|
|
104
|
+
"is_active.eq": number;
|
|
105
|
+
};
|
|
106
|
+
labelKey: typeof getPartyName;
|
|
107
|
+
};
|
|
108
|
+
party: {
|
|
109
|
+
name: string;
|
|
110
|
+
apiFunc: (req?: import('../api-client/api.accounting/api-types').GetV1PartiesRequest) => Promise<import('../api-client/api.accounting/api-types').GetV1PartiesResponses>;
|
|
111
|
+
dataKey: string;
|
|
112
|
+
labelKey: string;
|
|
113
|
+
defaultColumn: string[];
|
|
114
|
+
defaultFilter: {
|
|
115
|
+
"status.eq": number;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
118
|
+
department: {
|
|
119
|
+
name: string;
|
|
120
|
+
apiFunc: (req?: import('../api-client/api.rbac/api-types').GetV1UserDepartmentRequest) => Promise<import('../api-client/api.rbac/api-types').GetV1UserDepartmentResponses>;
|
|
121
|
+
dataKey: string;
|
|
122
|
+
labelKey: string;
|
|
123
|
+
defaultColumn: string[];
|
|
124
|
+
defaultFilter: any;
|
|
125
|
+
};
|
|
126
|
+
location: {
|
|
127
|
+
name: string;
|
|
128
|
+
apiFunc: (req?: import('../api-client/api.inventory/api-types').GetV1WarehouseLocationRequest) => Promise<import('../api-client/api.inventory/api-types').GetV1WarehouseLocationResponses>;
|
|
129
|
+
dataKey: string;
|
|
130
|
+
labelKey: string;
|
|
131
|
+
defaultColumn: string[];
|
|
132
|
+
defaultFilter: {
|
|
133
|
+
"status.eq": number;
|
|
134
|
+
"&inventory_available.eq": number;
|
|
135
|
+
};
|
|
136
|
+
};
|
|
137
|
+
warehouselocation: {
|
|
138
|
+
name: string;
|
|
139
|
+
apiFunc: (req?: import('../api-client/api.inventory/api-types').GetV1WarehouseLocationRequest) => Promise<import('../api-client/api.inventory/api-types').GetV1WarehouseLocationResponses>;
|
|
140
|
+
dataKey: string;
|
|
141
|
+
labelKey: string;
|
|
142
|
+
defaultColumn: string[];
|
|
143
|
+
defaultFilter: {
|
|
144
|
+
"status.eq": number;
|
|
145
|
+
};
|
|
146
|
+
};
|
|
147
|
+
uom: {
|
|
148
|
+
name: string;
|
|
149
|
+
apiFunc: (req?: import('../api-client/api.inventory/api-types').GetV1UomRequest) => Promise<import('../api-client/api.inventory/api-types').GetV1UomResponses>;
|
|
150
|
+
dataKey: string;
|
|
151
|
+
labelKey: string;
|
|
152
|
+
defaultColumn: string[];
|
|
153
|
+
defaultFilter: {
|
|
154
|
+
"is_active.eq": number;
|
|
155
|
+
};
|
|
156
|
+
};
|
|
157
|
+
discountedItems: {
|
|
158
|
+
name: string;
|
|
159
|
+
apiFunc: (req?: import('../api-client/api.inventory/api-types').GetV1DiscountItemsRequest) => Promise<import('../api-client/api.inventory/api-types').GetV1DiscountItemsResponses>;
|
|
160
|
+
dataKey: string;
|
|
161
|
+
labelKey: string;
|
|
162
|
+
defaultColumn: string[];
|
|
163
|
+
defaultFilter: {
|
|
164
|
+
"status.eq": number;
|
|
165
|
+
};
|
|
166
|
+
};
|
|
167
|
+
taxTemplate: {
|
|
168
|
+
name: string;
|
|
169
|
+
apiFunc: (req?: import('../api-client/api.accounting/api-types').GetV1TaxTemplatesRequest) => Promise<import('../api-client/api.accounting/api-types').GetV1TaxTemplatesResponses>;
|
|
170
|
+
dataKey: string;
|
|
171
|
+
labelKey: string;
|
|
172
|
+
defaultColumn: string[];
|
|
173
|
+
defaultFilter: any;
|
|
174
|
+
};
|
|
175
|
+
paymentTerm: {
|
|
176
|
+
name: string;
|
|
177
|
+
apiFunc: (req?: import('../api-client/api.accounting/api-types').GetV1PaymentTermsRequest) => Promise<import('../api-client/api.accounting/api-types').GetV1PaymentTermsResponses>;
|
|
178
|
+
dataKey: string;
|
|
179
|
+
labelKey: string;
|
|
180
|
+
defaultColumn: string[];
|
|
181
|
+
defaultFilter: any;
|
|
182
|
+
};
|
|
183
|
+
incoTerms: {
|
|
184
|
+
name: string;
|
|
185
|
+
apiFunc: (req?: import('../api-client/api.accounting/api-types').GetV1PurchaseInvoicesIncotermsRequest) => Promise<import('../api-client/api.accounting/api-types').GetV1PurchaseInvoicesIncotermsResponses>;
|
|
186
|
+
dataKey: string;
|
|
187
|
+
labelKey: string;
|
|
188
|
+
defaultColumn: string[];
|
|
189
|
+
defaultFilter: any;
|
|
190
|
+
};
|
|
191
|
+
shippingRules: {
|
|
192
|
+
name: string;
|
|
193
|
+
apiFunc: (req: import('../api-client/api.sales/api-types').GetV1ShippingRulesRequest) => Promise<import('../api-client/api.sales/api-types').GetV1ShippingRulesResponses>;
|
|
194
|
+
dataKey: string;
|
|
195
|
+
labelKey: string;
|
|
196
|
+
defaultColumn: string[];
|
|
197
|
+
defaultFilter: {
|
|
198
|
+
'status.ne': string;
|
|
199
|
+
};
|
|
200
|
+
};
|
|
201
|
+
bins: {
|
|
202
|
+
name: string;
|
|
203
|
+
apiFunc: (req?: import('../api-client/api.inventory/api-types').GetV1BinRequest) => Promise<import('../api-client/api.inventory/api-types').GetV1BinResponses>;
|
|
204
|
+
dataKey: string;
|
|
205
|
+
labelKey: string;
|
|
206
|
+
defaultColumn: string[];
|
|
207
|
+
defaultFilter: any;
|
|
208
|
+
};
|
|
209
|
+
agreement: {
|
|
210
|
+
name: string;
|
|
211
|
+
apiFunc: (req?: import('../api-client/api.purchase/api-types').GetV1PurchaseAgreementsRequest) => Promise<import('../api-client/api.purchase/api-types').GetV1PurchaseAgreementsResponses>;
|
|
212
|
+
dataKey: string;
|
|
213
|
+
labelKey: string;
|
|
214
|
+
defaultColumn: string[];
|
|
215
|
+
defaultFilter: any;
|
|
216
|
+
};
|
|
217
|
+
invoices: {
|
|
218
|
+
name: string;
|
|
219
|
+
apiFunc: (req?: import('../api-client/api.accounting/api-types').GetV1PurchaseInvoicesRequest) => Promise<import('../api-client/api.accounting/api-types').GetV1PurchaseInvoicesResponses>;
|
|
220
|
+
dataKey: string;
|
|
221
|
+
labelKey: string;
|
|
222
|
+
defaultColumn: string[];
|
|
223
|
+
defaultFilter: any;
|
|
224
|
+
};
|
|
225
|
+
purchaseOrderReceipts: {
|
|
226
|
+
name: string;
|
|
227
|
+
apiFunc: (req?: import('../api-client/api.purchase/api-types').GetV1PurchaseOrdersReceiptsRequest) => Promise<import('../api-client/api.purchase/api-types').GetV1PurchaseOrdersReceiptsResponses>;
|
|
228
|
+
dataKey: string;
|
|
229
|
+
labelKey: string;
|
|
230
|
+
defaultColumn: string[];
|
|
231
|
+
defaultFilter: any;
|
|
232
|
+
};
|
|
233
|
+
representatives: {
|
|
234
|
+
name: string;
|
|
235
|
+
apiFunc: (req?: import('../api-client/api.accounting/api-types').GetV1ExpenseReimbursementEmployeesRequest) => Promise<import('../api-client/api.accounting/api-types').GetV1ExpenseReimbursementEmployeesResponses>;
|
|
236
|
+
dataKey: string;
|
|
237
|
+
defaultFilter: {
|
|
238
|
+
"is_active.eq": number;
|
|
239
|
+
};
|
|
240
|
+
defaultColumn: string[];
|
|
241
|
+
labelKey: typeof getPartyName;
|
|
242
|
+
};
|
|
243
|
+
categoryItems: {
|
|
244
|
+
name: string;
|
|
245
|
+
apiFunc: (req?: import('../api-client/api.inventory/api-types').GetV1CategoryItemsRequest) => Promise<import('../api-client/api.inventory/api-types').GetV1CategoryItemsResponses>;
|
|
246
|
+
dataKey: string;
|
|
247
|
+
labelKey: string;
|
|
248
|
+
defaultColumn: string[];
|
|
249
|
+
defaultFilter: {
|
|
250
|
+
'status.eq': number;
|
|
251
|
+
};
|
|
252
|
+
};
|
|
253
|
+
customerSegment: {
|
|
254
|
+
name: string;
|
|
255
|
+
apiFunc: (req: import('../api-client/api.sales/api-types').GetV1CustomerSegmentRequest) => Promise<import('../api-client/api.sales/api-types').GetV1CustomerSegmentResponses>;
|
|
256
|
+
dataKey: string;
|
|
257
|
+
labelKey: string;
|
|
258
|
+
defaultColumn: string[];
|
|
259
|
+
defaultFilter: {
|
|
260
|
+
'status.ne': string;
|
|
261
|
+
};
|
|
262
|
+
};
|
|
263
|
+
accounts: {
|
|
264
|
+
name: string;
|
|
265
|
+
apiFunc: (req?: import('../api-client/api.accounting/api-types').GetV1ChartOfAccountRequest) => Promise<import('../api-client/api.accounting/api-types').GetV1ChartOfAccountResponses>;
|
|
266
|
+
dataKey: string;
|
|
267
|
+
labelKey: string;
|
|
268
|
+
defaultColumn: string[];
|
|
269
|
+
defaultFilter: {
|
|
270
|
+
"is_active.eq": number;
|
|
271
|
+
};
|
|
272
|
+
};
|
|
273
|
+
industry: {
|
|
274
|
+
name: string;
|
|
275
|
+
apiFunc: (req?: import('../api-client/api.accounting/api-types').GetV1PartiesIndustryRequest) => Promise<import('../api-client/api.accounting/api-types').GetV1PartiesIndustryResponses>;
|
|
276
|
+
dataKey: string;
|
|
277
|
+
labelKey: string;
|
|
278
|
+
defaultColumn: string[];
|
|
279
|
+
defaultFilter: any;
|
|
280
|
+
};
|
|
281
|
+
bom: {
|
|
282
|
+
name: string;
|
|
283
|
+
apiFunc: (req?: import('../api-client/api.manufacturing/api-types').GetV1BillsOfMaterialsRequest) => Promise<import('../api-client/api.manufacturing/api-types').GetV1BillsOfMaterialsResponses>;
|
|
284
|
+
dataKey: string;
|
|
285
|
+
labelKey: string;
|
|
286
|
+
defaultColumn: string[];
|
|
287
|
+
defaultFilter: {
|
|
288
|
+
"is_active.eq": number;
|
|
289
|
+
"&status.eq": string;
|
|
290
|
+
};
|
|
291
|
+
};
|
|
292
|
+
routing: {
|
|
293
|
+
name: string;
|
|
294
|
+
apiFunc: (req?: import('../api-client/api.manufacturing/api-types').GetV1RoutingRequest) => Promise<import('../api-client/api.manufacturing/api-types').GetV1RoutingResponses>;
|
|
295
|
+
dataKey: string;
|
|
296
|
+
labelKey: string;
|
|
297
|
+
defaultColumn: string[];
|
|
298
|
+
defaultFilter: {
|
|
299
|
+
"is_active.eq": number;
|
|
300
|
+
};
|
|
301
|
+
};
|
|
302
|
+
workCenter: {
|
|
303
|
+
name: string;
|
|
304
|
+
apiFunc: (req?: import('../api-client/api.manufacturing/api-types').GetV1WorkCentreRequest) => Promise<import('../api-client/api.manufacturing/api-types').GetV1WorkCentreResponses>;
|
|
305
|
+
dataKey: string;
|
|
306
|
+
labelKey: string;
|
|
307
|
+
defaultColumn: string[];
|
|
308
|
+
};
|
|
309
|
+
workOrder: {
|
|
310
|
+
name: string;
|
|
311
|
+
apiFunc: (req?: import('../api-client/api.manufacturing/api-types').GetV1WorkOrderRequest) => Promise<import('../api-client/api.manufacturing/api-types').GetV1WorkOrderResponses>;
|
|
312
|
+
dataKey: string;
|
|
313
|
+
labelKey: string;
|
|
314
|
+
defaultColumn: string[];
|
|
315
|
+
defaultFilter: {
|
|
316
|
+
"is_active.eq": number;
|
|
317
|
+
"status.ne": string;
|
|
318
|
+
};
|
|
319
|
+
};
|
|
320
|
+
vehicleNumbers: {
|
|
321
|
+
name: string;
|
|
322
|
+
apiFunc: (req?: import('../api-client/api.manufacturing/api-types').GetV1GateRegisterVehicleNumbersRequest) => Promise<import('../api-client/api.manufacturing/api-types').GetV1GateRegisterVehicleNumbersResponses>;
|
|
323
|
+
dataKey: string;
|
|
324
|
+
labelKey: string;
|
|
325
|
+
defaultColumn: string[];
|
|
326
|
+
defaultFilter: any;
|
|
327
|
+
};
|
|
328
|
+
vehicleTypes: {
|
|
329
|
+
name: string;
|
|
330
|
+
apiFunc: (req?: import('../api-client/api.manufacturing/api-types').GetV1GateRegisterVehicleTypesRequest) => Promise<import('../api-client/api.manufacturing/api-types').GetV1GateRegisterVehicleTypesResponses>;
|
|
331
|
+
dataKey: string;
|
|
332
|
+
labelKey: string;
|
|
333
|
+
defaultColumn: string[];
|
|
334
|
+
defaultFilter: any;
|
|
335
|
+
};
|
|
336
|
+
operations: {
|
|
337
|
+
name: string;
|
|
338
|
+
apiFunc: (req?: import('../api-client/api.manufacturing/api-types').GetV1OperationsRequest) => Promise<import('../api-client/api.manufacturing/api-types').GetV1OperationsResponses>;
|
|
339
|
+
dataKey: string;
|
|
340
|
+
labelKey: string;
|
|
341
|
+
defaultColumn: string[];
|
|
342
|
+
defaultFilter: any;
|
|
343
|
+
};
|
|
344
|
+
assets: {
|
|
345
|
+
name: string;
|
|
346
|
+
apiFunc: (req?: import('../api-client/api.accounting/api-types').GetV1AssetsRequest) => Promise<import('../api-client/api.accounting/api-types').GetV1AssetsResponses>;
|
|
347
|
+
dataKey: string;
|
|
348
|
+
labelKey: string;
|
|
349
|
+
defaultColumn: string[];
|
|
350
|
+
defaultFilter: {
|
|
351
|
+
'status.ne': string;
|
|
352
|
+
};
|
|
353
|
+
};
|
|
354
|
+
equipmentCategories: {
|
|
355
|
+
name: string;
|
|
356
|
+
apiFunc: (req?: import('../api-client/api.manufacturing/api-types').GetV1EquipmentsCategoriesRequest) => Promise<import('../api-client/api.manufacturing/api-types').GetV1EquipmentsCategoriesResponses>;
|
|
357
|
+
dataKey: string;
|
|
358
|
+
labelKey: string;
|
|
359
|
+
defaultColumn: string[];
|
|
360
|
+
defaultFilter: any;
|
|
361
|
+
};
|
|
362
|
+
equipment: {
|
|
363
|
+
name: string;
|
|
364
|
+
apiFunc: (req?: import('../api-client/api.manufacturing/api-types').GetV1EquipmentsRequest) => Promise<import('../api-client/api.manufacturing/api-types').GetV1EquipmentsResponses>;
|
|
365
|
+
dataKey: string;
|
|
366
|
+
labelKey: string;
|
|
367
|
+
defaultColumn: string[];
|
|
368
|
+
defaultFilter: {
|
|
369
|
+
'status.ne': string;
|
|
370
|
+
};
|
|
371
|
+
};
|
|
372
|
+
workCenterCategories: {
|
|
373
|
+
name: string;
|
|
374
|
+
apiFunc: (req?: import('../api-client/api.manufacturing/api-types').GetV1WorkCentreCategoriesRequest) => Promise<import('../api-client/api.manufacturing/api-types').GetV1WorkCentreCategoriesResponses>;
|
|
375
|
+
dataKey: string;
|
|
376
|
+
labelKey: string;
|
|
377
|
+
defaultColumn: string[];
|
|
378
|
+
defaultFilter: any;
|
|
379
|
+
};
|
|
380
|
+
rawMaterials: {
|
|
381
|
+
name: string;
|
|
382
|
+
apiFunc: (req?: import('../api-client/api.manufacturing/api-types').GetV1BillsOfMaterialsListMaterialsRequest) => Promise<import('../api-client/api.manufacturing/api-types').GetV1BillsOfMaterialsListMaterialsResponses>;
|
|
383
|
+
dataKey: string;
|
|
384
|
+
labelKey: string;
|
|
385
|
+
defaultColumn: string[];
|
|
386
|
+
defaultFilter: any;
|
|
387
|
+
};
|
|
388
|
+
countries: {
|
|
389
|
+
name: string;
|
|
390
|
+
apiFunc: (req?: import('../api-client/api.rbac/api-types').GetV1LocationsCountriesRequest) => Promise<import('../api-client/api.rbac/api-types').GetV1LocationsCountriesResponses>;
|
|
391
|
+
dataKey: string;
|
|
392
|
+
labelKey: string;
|
|
393
|
+
defaultColumn: string[];
|
|
394
|
+
defaultFilter: {
|
|
395
|
+
"is_active.eq": number;
|
|
396
|
+
};
|
|
397
|
+
};
|
|
398
|
+
rfqs: {
|
|
399
|
+
name: string;
|
|
400
|
+
apiFunc: (req?: import('../api-client/api.purchase/api-types').GetV1RfqRequest) => Promise<import('../api-client/api.purchase/api-types').GetV1RfqResponses>;
|
|
401
|
+
dataKey: string;
|
|
402
|
+
labelKey: string;
|
|
403
|
+
defaultColumn: string[];
|
|
404
|
+
defaultFilter: {
|
|
405
|
+
'status.ne': string;
|
|
406
|
+
};
|
|
407
|
+
};
|
|
408
|
+
states: {
|
|
409
|
+
name: string;
|
|
410
|
+
apiFunc: (req?: import('../api-client/api.rbac/api-types').GetV1LocationsStatesRequest) => Promise<import('../api-client/api.rbac/api-types').GetV1LocationsStatesResponses>;
|
|
411
|
+
dataKey: string;
|
|
412
|
+
labelKey: string;
|
|
413
|
+
defaultColumn: string[];
|
|
414
|
+
defaultFilter: any;
|
|
415
|
+
};
|
|
416
|
+
assemblyItems: {
|
|
417
|
+
name: string;
|
|
418
|
+
apiFunc: (req?: import('../api-client/api.inventory/api-types').GetV1AssemblyItemsRequest) => Promise<import('../api-client/api.inventory/api-types').GetV1AssemblyItemsResponses>;
|
|
419
|
+
dataKey: string;
|
|
420
|
+
labelKey: string;
|
|
421
|
+
defaultColumn: string[];
|
|
422
|
+
defaultFilter: {
|
|
423
|
+
"status.eq": number;
|
|
424
|
+
'&is_variant.eq': number;
|
|
425
|
+
};
|
|
426
|
+
};
|
|
427
|
+
journal_type: {
|
|
428
|
+
name: string;
|
|
429
|
+
apiFunc: (req?: import('../api-client/api.accounting/api-types').GetV1AssetsJournalTypesRequest) => Promise<import('../api-client/api.accounting/api-types').GetV1AssetsJournalTypesResponses>;
|
|
430
|
+
dataKey: string;
|
|
431
|
+
labelKey: string;
|
|
432
|
+
defaultColumn: string[];
|
|
433
|
+
};
|
|
434
|
+
journal_entries: {
|
|
435
|
+
name: string;
|
|
436
|
+
apiFunc: (req?: import('../api-client/api.accounting/api-types').GetV1JournalEntriesRequest) => Promise<import('../api-client/api.accounting/api-types').GetV1JournalEntriesResponses>;
|
|
437
|
+
dataKey: string;
|
|
438
|
+
labelKey: string;
|
|
439
|
+
defaultColumn: string[];
|
|
440
|
+
};
|
|
441
|
+
reference_types: {
|
|
442
|
+
name: string;
|
|
443
|
+
apiFunc: (req?: import('../api-client/api.accounting/api-types').GetV1JournalEntriesReferenceTypeRequest) => Promise<import('../api-client/api.accounting/api-types').GetV1JournalEntriesReferenceTypeResponses>;
|
|
444
|
+
dataKey: string;
|
|
445
|
+
labelKey: string;
|
|
446
|
+
defaultColumn: string[];
|
|
447
|
+
};
|
|
448
|
+
invoice: {
|
|
449
|
+
name: string;
|
|
450
|
+
apiFunc: (req?: import('../api-client/api.accounting/api-types').GetV1SalesInvoicesRequest) => Promise<import('../api-client/api.accounting/api-types').GetV1SalesInvoicesResponses>;
|
|
451
|
+
dataKey: string;
|
|
452
|
+
labelKey: string;
|
|
453
|
+
defaultColumn: string[];
|
|
454
|
+
};
|
|
455
|
+
bills: {
|
|
456
|
+
name: string;
|
|
457
|
+
apiFunc: (req?: import('../api-client/api.accounting/api-types').GetV1PurchaseInvoicesRequest) => Promise<import('../api-client/api.accounting/api-types').GetV1PurchaseInvoicesResponses>;
|
|
458
|
+
dataKey: string;
|
|
459
|
+
labelKey: string;
|
|
460
|
+
defaultColumn: string[];
|
|
461
|
+
};
|
|
462
|
+
notesReasons: {
|
|
463
|
+
name: string;
|
|
464
|
+
apiFunc: (req?: import('../api-client/api.accounting/api-types').GetV1DebitNotesReasonsRequest) => Promise<import('../api-client/api.accounting/api-types').GetV1DebitNotesReasonsResponses>;
|
|
465
|
+
dataKey: string;
|
|
466
|
+
labelKey: string;
|
|
467
|
+
defaultColumn: string[];
|
|
468
|
+
};
|
|
469
|
+
expenseCategories: {
|
|
470
|
+
name: string;
|
|
471
|
+
apiFunc: (req?: import('../api-client/api.accounting/api-types').GetV1ExpenseReimbursementExpenseCategoriesRequest) => Promise<import('../api-client/api.accounting/api-types').GetV1ExpenseReimbursementExpenseCategoriesResponses>;
|
|
472
|
+
dataKey: string;
|
|
473
|
+
labelKey: string;
|
|
474
|
+
defaultColumn: string[];
|
|
475
|
+
};
|
|
476
|
+
commissionTarget: {
|
|
477
|
+
name: string;
|
|
478
|
+
apiFunc: (req?: import('../api-client/api.accounting/api-types').GetV1CommissionTargetsRequest) => Promise<import('../api-client/api.accounting/api-types').GetV1CommissionTargetsResponses>;
|
|
479
|
+
dataKey: string;
|
|
480
|
+
labelKey: string;
|
|
481
|
+
defaultColumn: string[];
|
|
482
|
+
defaultFilter: {
|
|
483
|
+
"is_draft.eq": number;
|
|
484
|
+
};
|
|
485
|
+
};
|
|
486
|
+
commissionPlan: {
|
|
487
|
+
name: string;
|
|
488
|
+
apiFunc: (req?: import('../api-client/api.accounting/api-types').GetV1CommissionPlansRequest) => Promise<import('../api-client/api.accounting/api-types').GetV1CommissionPlansResponses>;
|
|
489
|
+
dataKey: string;
|
|
490
|
+
labelKey: string;
|
|
491
|
+
defaultColumn: string[];
|
|
492
|
+
defaultFilter: {
|
|
493
|
+
"status.eq": number;
|
|
494
|
+
};
|
|
495
|
+
};
|
|
496
|
+
assetTypes: {
|
|
497
|
+
name: string;
|
|
498
|
+
apiFunc: (req?: import('../api-client/api.accounting/api-types').GetV1AssetsAssetTypesRequest) => Promise<import('../api-client/api.accounting/api-types').GetV1AssetsAssetTypesResponses>;
|
|
499
|
+
dataKey: string;
|
|
500
|
+
labelKey: string;
|
|
501
|
+
defaultColumn: string[];
|
|
502
|
+
defaultFilter: any;
|
|
503
|
+
};
|
|
504
|
+
fiscalYear: {
|
|
505
|
+
name: string;
|
|
506
|
+
apiFunc: (req?: import('../api-client/api.accounting/api-types').GetV1FiscalYearRequest) => Promise<import('../api-client/api.accounting/api-types').GetV1FiscalYearResponses>;
|
|
507
|
+
dataKey: string;
|
|
508
|
+
labelKey: string;
|
|
509
|
+
defaultColumn: string[];
|
|
510
|
+
defaultFilter: any;
|
|
511
|
+
};
|
|
512
|
+
budgetMonth: {
|
|
513
|
+
name: string;
|
|
514
|
+
apiFunc: (req?: import('../api-client/api.accounting/api-types').GetV1BudgetBudgetMonthsRequest) => Promise<import('../api-client/api.accounting/api-types').GetV1BudgetBudgetMonthsResponses>;
|
|
515
|
+
dataKey: string;
|
|
516
|
+
labelKey: string;
|
|
517
|
+
defaultColumn: string[];
|
|
518
|
+
defaultFilter: any;
|
|
519
|
+
};
|
|
520
|
+
budgetType: {
|
|
521
|
+
name: string;
|
|
522
|
+
apiFunc: (req?: import('../api-client/api.accounting/api-types').GetV1BudgetBudgetTypesRequest) => Promise<import('../api-client/api.accounting/api-types').GetV1BudgetBudgetTypesResponses>;
|
|
523
|
+
dataKey: string;
|
|
524
|
+
labelKey: string;
|
|
525
|
+
defaultColumn: string[];
|
|
526
|
+
defaultFilter: any;
|
|
527
|
+
};
|
|
528
|
+
account_types: {
|
|
529
|
+
name: string;
|
|
530
|
+
apiFunc: (req?: import('../api-client/api.accounting/api-types').GetV1ChartOfAccountAccountTypeRequest) => Promise<import('../api-client/api.accounting/api-types').GetV1ChartOfAccountAccountTypeResponses>;
|
|
531
|
+
dataKey: string;
|
|
532
|
+
labelKey: string;
|
|
533
|
+
defaultColumn: string[];
|
|
534
|
+
};
|
|
535
|
+
taxCategories: {
|
|
536
|
+
name: string;
|
|
537
|
+
apiFunc: (req?: import('../api-client/api.accounting/api-types').GetV1TaxCategoryRequest) => Promise<import('../api-client/api.accounting/api-types').GetV1TaxCategoryResponses>;
|
|
538
|
+
dataKey: string;
|
|
539
|
+
labelKey: string;
|
|
540
|
+
defaultColumn: string[];
|
|
541
|
+
};
|
|
542
|
+
taxCodes: {
|
|
543
|
+
name: string;
|
|
544
|
+
apiFunc: (req?: import('../api-client/api.accounting/api-types').GetV1TaxCodeRequest) => Promise<import('../api-client/api.accounting/api-types').GetV1TaxCodeResponses>;
|
|
545
|
+
dataKey: string;
|
|
546
|
+
labelKey: string;
|
|
547
|
+
defaultColumn: string[];
|
|
548
|
+
};
|
|
549
|
+
bankAccountType: {
|
|
550
|
+
name: string;
|
|
551
|
+
apiFunc: (req?: import('../api-client/api.accounting/api-types').GetV1BankAccountsTypesRequest) => Promise<import('../api-client/api.accounting/api-types').GetV1BankAccountsTypesResponses>;
|
|
552
|
+
dataKey: string;
|
|
553
|
+
labelKey: string;
|
|
554
|
+
defaultColumn: string[];
|
|
555
|
+
};
|
|
556
|
+
bank: {
|
|
557
|
+
name: string;
|
|
558
|
+
apiFunc: (req?: import('../api-client/api.accounting/api-types').GetV1BanksRequest) => Promise<import('../api-client/api.accounting/api-types').GetV1BanksResponses>;
|
|
559
|
+
dataKey: string;
|
|
560
|
+
labelKey: string;
|
|
561
|
+
defaultColumn: string[];
|
|
562
|
+
};
|
|
563
|
+
dueDateType: {
|
|
564
|
+
name: string;
|
|
565
|
+
apiFunc: (req?: import('../api-client/api.accounting/api-types').GetV1PaymentTermsDueDateTypesRequest) => Promise<import('../api-client/api.accounting/api-types').GetV1PaymentTermsDueDateTypesResponses>;
|
|
566
|
+
dataKey: string;
|
|
567
|
+
labelKey: string;
|
|
568
|
+
defaultColumn: string[];
|
|
569
|
+
};
|
|
570
|
+
brand: {
|
|
571
|
+
name: string;
|
|
572
|
+
apiFunc: (req?: import('../api-client/api.inventory/api-types').GetV1BrandRequest) => Promise<import('../api-client/api.inventory/api-types').GetV1BrandResponses>;
|
|
573
|
+
dataKey: string;
|
|
574
|
+
labelKey: string;
|
|
575
|
+
defaultColumn: string[];
|
|
576
|
+
};
|
|
577
|
+
stockReason: {
|
|
578
|
+
name: string;
|
|
579
|
+
apiFunc: (req?: import('../api-client/api.inventory/api-types').GetV1StockReasonRequest) => Promise<import('../api-client/api.inventory/api-types').GetV1StockReasonResponses>;
|
|
580
|
+
dataKey: string;
|
|
581
|
+
labelKey: string;
|
|
582
|
+
defaultColumn: string[];
|
|
583
|
+
};
|
|
584
|
+
contacts: {
|
|
585
|
+
name: string;
|
|
586
|
+
apiFunc: (req: import('../api-client/api.sales/api-types').GetV1OpportunityContactRequest) => Promise<import('../api-client/api.sales/api-types').GetV1OpportunityContactResponses>;
|
|
587
|
+
dataKey: string;
|
|
588
|
+
labelKey: string;
|
|
589
|
+
defaultColumn: string[];
|
|
590
|
+
};
|
|
591
|
+
rnTermsConditions: {
|
|
592
|
+
name: string;
|
|
593
|
+
apiFunc: (req?: import('../api-client/api.rental/api-types').GetV1RentalTermsConditionsRequest) => Promise<import('../api-client/api.rental/api-types').GetV1RentalTermsConditionsResponses>;
|
|
594
|
+
dataKey: string;
|
|
595
|
+
labelKey: string;
|
|
596
|
+
defaultColumn: string[];
|
|
597
|
+
defaultFilter: {
|
|
598
|
+
'is_active.eq': number;
|
|
599
|
+
};
|
|
600
|
+
};
|
|
601
|
+
rnAgreements: {
|
|
602
|
+
name: string;
|
|
603
|
+
apiFunc: (req?: import('../api-client/api.rental/api-types').GetV1RentalAgreementsRequest) => Promise<import('../api-client/api.rental/api-types').GetV1RentalAgreementsResponses>;
|
|
604
|
+
dataKey: string;
|
|
605
|
+
labelKey: string;
|
|
606
|
+
defaultColumn: string[];
|
|
607
|
+
defaultFilter: {
|
|
608
|
+
'status.eq': string;
|
|
609
|
+
'&is_rental.eq': number;
|
|
610
|
+
};
|
|
611
|
+
};
|
|
612
|
+
rnBillingCycle: {
|
|
613
|
+
name: string;
|
|
614
|
+
apiFunc: (req?: import('../api-client/api.rental/api-types').GetV1RentalBillingCyclesRequest) => Promise<import('../api-client/api.rental/api-types').GetV1RentalBillingCyclesResponses>;
|
|
615
|
+
dataKey: string;
|
|
616
|
+
labelKey: string;
|
|
617
|
+
defaultColumn: string[];
|
|
618
|
+
defaultFilter: any;
|
|
619
|
+
};
|
|
620
|
+
rnChOrders: {
|
|
621
|
+
name: string;
|
|
622
|
+
apiFunc: (req?: import('../api-client/api.rental/api-types').GetV1CrossHireOrdersRequest) => Promise<import('../api-client/api.rental/api-types').GetV1CrossHireOrdersResponses>;
|
|
623
|
+
dataKey: string;
|
|
624
|
+
labelKey: string;
|
|
625
|
+
defaultColumn: string[];
|
|
626
|
+
defaultFilter: {
|
|
627
|
+
'&is_rental.eq': number;
|
|
628
|
+
};
|
|
629
|
+
};
|
|
630
|
+
labguages: {
|
|
631
|
+
name: string;
|
|
632
|
+
apiFunc: (req?: import('../api-client/api.system-feature/api-types').GetV1LanguagesRequest) => Promise<import('../api-client/api.system-feature/api-types').GetV1LanguagesResponses>;
|
|
633
|
+
dataKey: string;
|
|
634
|
+
labelKey: string;
|
|
635
|
+
defaultColumn: string[];
|
|
636
|
+
};
|
|
637
|
+
roles: {
|
|
638
|
+
name: string;
|
|
639
|
+
apiFunc: (req?: import('../api-client/api.rbac/api-types').GetV1RoleRequest) => Promise<import('../api-client/api.rbac/api-types').GetV1RoleResponses>;
|
|
640
|
+
dataKey: string;
|
|
641
|
+
labelKey: string;
|
|
642
|
+
defaultColumn: string[];
|
|
643
|
+
};
|
|
644
|
+
reports: {
|
|
645
|
+
name: string;
|
|
646
|
+
apiFunc: (req?: import('../api-client/api.system-feature/api-types').GetV1ReportsReportListRequest) => Promise<import('../api-client/api.system-feature/api-types').GetV1ReportsReportListResponses>;
|
|
647
|
+
dataKey: string;
|
|
648
|
+
labelKey: string;
|
|
649
|
+
defaultColumn: string[];
|
|
650
|
+
};
|
|
651
|
+
};
|
|
652
|
+
export declare const fetchApi: ({ apiKey, filters, labelKey, valueKey }: {
|
|
653
|
+
apiKey: keyof typeof apiConfigurations;
|
|
654
|
+
filters: any;
|
|
655
|
+
labelKey?: string;
|
|
656
|
+
valueKey?: string;
|
|
657
|
+
}) => Promise<{
|
|
658
|
+
data: any;
|
|
659
|
+
pagination: any;
|
|
660
|
+
}>;
|
|
661
|
+
export declare const getCurrency: () => void;
|
|
662
|
+
export declare const getItems: () => void;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare const calculateEntries: (items: any[], expenses?: any[], additionalDiscountOn?: string, additionalDiscountPercentage?: number, providedAdditionalDiscountAmount?: number, roundOff?: boolean, roundOffAmount?: number, promotionAmount?: number) => {
|
|
2
|
+
totalQuantity: number;
|
|
3
|
+
totalDiscount: number;
|
|
4
|
+
totalItemsExpenseDiscount: number;
|
|
5
|
+
totalTaxAmount: number;
|
|
6
|
+
totalAmountExludingAll: number;
|
|
7
|
+
totalAmountIncludingAll: number;
|
|
8
|
+
additinoalDiscountAmount: number;
|
|
9
|
+
totalGrossAmount: number;
|
|
10
|
+
actualTotalAmount: number;
|
|
11
|
+
roundOffDifference: number;
|
|
12
|
+
finalAmount: number;
|
|
13
|
+
};
|