@feedmepos/mf-inventory-portal 0.0.22-dev.6 → 0.0.22-dev.8
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/{ApprovalView-C3pfc3dI.js → ApprovalView-BNeTV3TV.js} +4 -4
- package/dist/{BindingsDialog-B5Wslo-f.js → BindingsDialog-pBelBtiH.js} +1 -1
- package/dist/{BindingsPicker-DvI3H5lb.js → BindingsPicker-VHr76FFM.js} +19 -19
- package/dist/{BindingsTable-B6yXjwVZ.js → BindingsTable-CgIp6DKB.js} +1 -1
- package/dist/ClosingTemplateView-FleQasJi.js +1065 -0
- package/dist/{FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-BTw7Szfi.js → FmInventoryTableToolbar.vue_vue_type_script_setup_true_lang-BYfojQsH.js} +1 -1
- package/dist/{IngredientsView-J-HwciIj.js → IngredientsView-BEW8_MJ0.js} +3 -3
- package/dist/{IntegrationView-CJgc6NQo.js → IntegrationView-NnpJ8nYO.js} +2 -2
- package/dist/{NumberPrecisionInput.vue_vue_type_script_setup_true_lang-CzCVf08r.js → NumberPrecisionInput.vue_vue_type_script_setup_true_lang-CJMb1aR1.js} +1 -1
- package/dist/{PremiumBadge.vue_vue_type_script_setup_true_lang-BJHZI0SZ.js → PremiumBadge.vue_vue_type_script_setup_true_lang-DWSq3JsJ.js} +1 -1
- package/dist/{PurchaseOrderPrintPreview-DQlHM7ar.js → PurchaseOrderPrintPreview-BZ5uhyRy.js} +1 -1
- package/dist/{ReceiveRequestView-l-agN7yj.js → ReceiveRequestView-DN9u5HLn.js} +6 -6
- package/dist/{RecipeView-Bo85tc7w.js → RecipeView-DM20cOk3.js} +3 -3
- package/dist/{StockView-CqORznbJ.js → StockView-LppKR-nM.js} +6 -6
- package/dist/{SupplierView-BSc10_7O.js → SupplierView-DHh6MhoI.js} +37 -37
- package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-KHwccWdi.js +754 -0
- package/dist/TransferDialog.vue_vue_type_script_setup_true_lang-2QZK3Iu5.js +1485 -0
- package/dist/TransferTemplateView-CUQSQR8U.js +1278 -0
- package/dist/{UnitView-C4Ynhnes.js → UnitView-D8XJca7H.js} +4 -4
- package/dist/{WarehouseView-CXhsdB6L.js → WarehouseView-DTnx3-Fi.js} +2 -2
- package/dist/api/inventory.d.ts +1 -0
- package/dist/api/netsuite.d.ts +40 -0
- package/dist/api/purchase-order-template.d.ts +0 -4
- package/dist/{app-CEx_CAFE.js → app-Cn0UYdAW.js} +8183 -7946
- package/dist/app.d.ts +6 -0
- package/dist/app.js +3 -3
- package/dist/{decimal-c4am8-9x.js → decimal-BiLgcnqq.js} +1 -1
- package/dist/{defineDeepModel-DstjIWV3.js → defineDeepModel-CXCb8GcR.js} +4 -4
- package/dist/{format-time-from-id-C7eIbCJx.js → format-time-from-id-5QzQNKlI.js} +1 -1
- package/dist/{id-to-date-BvvYzy9E.js → id-to-date-C-LYuoim.js} +1 -1
- package/dist/purchase-order-transaction-type-BV80Rx9h.js +676 -0
- package/dist/stores/api.d.ts +1 -0
- package/dist/stores/helper/core-store-proxy.d.ts +27 -0
- package/dist/stores/helper/generate-backend-urls.d.ts +1 -0
- package/dist/stores/netsuite.d.ts +49 -0
- package/dist/style.css +1 -1
- package/dist/{supplier-Buou9AeW.js → supplier-Bg9MjX_y.js} +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/use-template-enabled-locations-2-CzY-UFrc.js +85 -0
- package/dist/views/receive-request/components/transfer-form/TransferForm.vue.d.ts +14 -0
- package/dist/views/receive-request/composables/use-receive-request-form.d.ts +42 -0
- package/dist/views/receive-request/composables/use-receive-request-table.d.ts +42 -0
- package/dist/views/transfer-template/components/transfer-template-form/composables/use-template-enabled-locations-2.d.ts +13 -0
- package/dist/views/transfer-template/components/transfer-template-form/composables/use-transfer-locations.d.ts +2 -2
- package/dist/views/transfer-template/composables/use-transfer-template-actions.d.ts +84 -0
- package/dist/views/transfer-template/composables/use-transfer-template-table.d.ts +28 -986
- package/dist/views/transfer-template/helpers/remove-deleted-skus.helper.d.ts +7 -0
- package/dist/{xlsx-_u-mXW67.js → xlsx-BsdfXPiA.js} +1 -1
- package/dist/{xlsx.util-C_mH9WMn.js → xlsx.util-B_ynXZ3Q.js} +2 -2
- package/package.json +5 -5
- package/dist/ClosingTemplateView-YW5Sw9M5.js +0 -1030
- package/dist/TransferDetails.vue_vue_type_script_setup_true_lang-qfnlbLSa.js +0 -740
- package/dist/TransferDialog.vue_vue_type_script_setup_true_lang-CW4b6og_.js +0 -1409
- package/dist/TransferTemplateView-Djn47L76.js +0 -1230
- package/dist/purchase-order-transaction-type-DpJe0L78.js +0 -702
- package/dist/use-template-enabled-locations-BPap1ER6.js +0 -57
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
export interface NetSuiteState {
|
|
2
|
+
setting: Omit<FdoNetSuiteSetting, 'realm' | 'accessToken'>;
|
|
3
|
+
subsidiaryOptions: NetSuiteSubsidiaryDto[];
|
|
4
|
+
}
|
|
5
|
+
export declare function useNetSuiteStore(): {
|
|
6
|
+
readonly isEnabled: boolean;
|
|
7
|
+
readonly state: {
|
|
8
|
+
setting: {
|
|
9
|
+
_id: string;
|
|
10
|
+
items: {
|
|
11
|
+
id: string;
|
|
12
|
+
netSuiteId: string;
|
|
13
|
+
unitTypeId: string;
|
|
14
|
+
unitOfMeasureId: string;
|
|
15
|
+
subsidiaryIds: string[];
|
|
16
|
+
}[];
|
|
17
|
+
syncedAt?: string | null | undefined;
|
|
18
|
+
enable: boolean;
|
|
19
|
+
locations: {
|
|
20
|
+
type: "restaurant" | "warehouse";
|
|
21
|
+
id: string;
|
|
22
|
+
name: string;
|
|
23
|
+
netSuiteId: string;
|
|
24
|
+
}[];
|
|
25
|
+
units: {
|
|
26
|
+
id: string;
|
|
27
|
+
measurements: {
|
|
28
|
+
id: string;
|
|
29
|
+
netSuiteId: string;
|
|
30
|
+
}[];
|
|
31
|
+
netSuiteId: string;
|
|
32
|
+
}[];
|
|
33
|
+
};
|
|
34
|
+
subsidiaryOptions: {
|
|
35
|
+
id: string;
|
|
36
|
+
name: string;
|
|
37
|
+
country: string;
|
|
38
|
+
currency: string;
|
|
39
|
+
parentId?: string | undefined;
|
|
40
|
+
children: any[];
|
|
41
|
+
}[];
|
|
42
|
+
};
|
|
43
|
+
readonly subsidiaryOptions: {
|
|
44
|
+
label: string;
|
|
45
|
+
value: FdoPurchaseOrderSubsidiaryNetSuiteSetting;
|
|
46
|
+
}[];
|
|
47
|
+
readSetting(): Promise<void>;
|
|
48
|
+
readSubsidiaryOptions(): Promise<void>;
|
|
49
|
+
};
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.v-enter-active[data-v-
|
|
1
|
+
.v-enter-active[data-v-1b187fe9],.v-leave-active[data-v-1b187fe9]{transition:opacity .1s ease}.v-enter-from[data-v-1b187fe9],.v-leave-to[data-v-1b187fe9]{opacity:0}.fm-status-badge-draft{background-color:var(--fm-color-neutral-gray-100);color:var(--fm-color-neutral-gray-500)}.fm-status-badge-receiving{background-color:var(--fm-color-system-blue-100);color:var(--fm-color-system-blue-400)}.fm-status-badge-cancel{background-color:var(--fm-color-system-red-100);color:var(--fm-color-system-red-400)}.fm-status-badge-complete{background-color:var(--fm-color-system-green-100);color:var(--fm-color-system-green-400)}.fm-status-badge-processing,.fm-status-badge-requesting{background-color:var(--fm-color-system-orange-100);color:var(--fm-color-system-orange-400)}.fm-chip-transfer-info{background-color:var(--fm-color-system-blue-100);color:var(--fm-color-system-blue-400)}.fm-chip-info-secondary{font-size:.875rem;font-weight:600;line-height:1.125rem;letter-spacing:.0125em;text-decoration-line:none;background-color:var(--fm-color-system-blue-100);color:var(--fm-color-system-blue-400)}.fm-chip-success-secondary{font-size:.875rem;font-weight:600;line-height:1.125rem;letter-spacing:.0125em;text-decoration-line:none;background-color:var(--fm-color-system-green-100);color:var(--fm-color-system-green-400)}.fade-enter-active,.fade-leave-active{transition:opacity .5s ease}.fade-enter-from,.fade-leave-to{opacity:0}.fade-enter-active[data-v-8b1d7609],.fade-leave-active[data-v-8b1d7609]{transition:opacity .25s ease}.fade-enter[data-v-8b1d7609],.fade-leave-to[data-v-8b1d7609]{opacity:0}.fm-forecast-notification-low{background-color:var(--fm-color-system-red-100);color:var(--fm-color-system-red-400)}.fm-forecast-notification-mid{background-color:var(--fm-color-system-orange-100);color:var(--fm-color-system-orange-400)}.fm-forecast-notification-high{background-color:var(--fm-color-system-green-100);color:var(--fm-color-system-green-400)}.fm-forecast-notification-indicator{display:inline-block;height:12px;width:12px;border-radius:9999px}.fm-forecast-notification-indicator-low{background-color:var(--fm-color-system-red-400)}.fm-forecast-notification-indicator-mid{background-color:var(--fm-color-system-orange-400)}.fm-forecast-notification-indicator-high{background-color:var(--fm-color-system-green-400)}.fm-droppable-field[data-v-311b22a0]{display:flex;flex-direction:column;gap:4px}.fm-droppable-field__container[data-v-311b22a0]{position:relative;background-color:var(--fm-color-neutral-white);padding:12px;border-radius:8px;border-width:2px;border-style:dashed;border-color:var(--fm-color-neutral-gray-300);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center}.fm-droppable-field__container--disabled[data-v-311b22a0]{cursor:not-allowed;color:var(--fm-color-neutral-gray-200);border-color:var(--fm-color-neutral-gray-200)}.fm-droppable-field__container--dragging[data-v-311b22a0]{border-color:var(--fm-color-primary)}.fm-droppable-field__container--invalid[data-v-311b22a0]{border-color:var(--fm-color-system-red-300)}.fm-droppable-field__container[data-v-311b22a0]:hover:not(.fm-droppable-field__container--disabled){border-color:var(--fm-color-neutral-gray-400)}.fm-droppable-field__input[data-v-311b22a0]{cursor:pointer;opacity:0;position:absolute;top:0;left:0;height:100%;width:100%}.fm-droppable-field__input[data-v-311b22a0]:disabled{display:none;cursor:not-allowed}.map-button[data-v-272f5e8b]{border-top-width:1px;border-top-color:var(--fm-color-neutral-gray-200);color:var(--fm-color-neutral-gray-400);padding:.2rem 1rem;border-radius:8px}table[data-v-92a03d5c]{width:100%;border-spacing:unset;line-height:inherit}table td[data-v-92a03d5c],table th[data-v-92a03d5c]{padding:3px 5px;vertical-align:top}hr[data-v-92a03d5c]{border-collapse:unset;background:#888;height:2px;border:0px}.text-left[data-v-92a03d5c]{text-align:left}.text-right[data-v-92a03d5c]{text-align:right}.purchase-box[data-v-92a03d5c]{max-width:800px;margin:auto;padding:30px;border:1px solid #eee;box-shadow:0 0 10px #00000026;font-size:16px;line-height:1.5;font-family:Helvetica Neue,Helvetica,Helvetica,Arial,sans-serif;color:#555}.title[data-v-92a03d5c]{padding-bottom:0;font-size:30px;color:#333}.header[data-v-92a03d5c]{font-weight:600;color:#333}.sub-header[data-v-92a03d5c]{font-size:18px;color:#333}.caption[data-v-92a03d5c]{font-size:14px;color:#666}.address[data-v-92a03d5c]{font-size:16px;line-height:1.2;color:#666}.purchase-body[data-v-92a03d5c]{margin-top:30px}.item-header[data-v-92a03d5c]{border:0px;background:#ccc;color:#444}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as S, j as u, T as m, V as y } from "./app-
|
|
1
|
+
import { n as S, j as u, T as m, V as y } from "./app-Cn0UYdAW.js";
|
|
2
2
|
import { useCoreStore as c } from "@feedmepos/mf-common";
|
|
3
3
|
import { defineStore as b } from "pinia";
|
|
4
4
|
import { ref as l, computed as v } from "vue";
|