@orbe-agro/client-core 5.3.11 → 5.3.12
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/@ecme/components/ui/hooks/useCallbackRef.js +2 -2
- package/dist/@ecme/components/ui/hooks/useCallbackRef.js.map +1 -1
- package/dist/@types/base/@types/models/commodities/contratoBiodiesel.d.ts +1 -1
- package/dist/@types/base/@types/models/commodities/contratoBiodiesel.d.ts.map +1 -1
- package/dist/@types/base/@types/models/commodities/pedidoVenda.d.ts +1 -1
- package/dist/@types/base/@types/models/commodities/pedidoVenda.d.ts.map +1 -1
- package/dist/@types/base/@types/models/dm/formaPagamento.d.ts +7 -0
- package/dist/@types/base/@types/models/dm/formaPagamento.d.ts.map +1 -0
- package/dist/@types/base/@types/models/orcamento/contaContabil.d.ts +27 -0
- package/dist/@types/base/@types/models/orcamento/contaContabil.d.ts.map +1 -0
- package/dist/@types/base/configs/endpoints.config/dm/config/formaPagamento.d.ts +12 -0
- package/dist/@types/base/configs/endpoints.config/dm/config/formaPagamento.d.ts.map +1 -0
- package/dist/@types/base/configs/endpoints.config/dm/dm.d.ts +10 -0
- package/dist/@types/base/configs/endpoints.config/dm/dm.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/endpoints.navigation.d.ts +36 -0
- package/dist/@types/base/configs/endpoints.config/endpoints.navigation.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/orcamento/config/contaContabil.d.ts +28 -0
- package/dist/@types/base/configs/endpoints.config/orcamento/config/contaContabil.d.ts.map +1 -0
- package/dist/@types/base/configs/endpoints.config/orcamento/orcamento.d.ts +26 -0
- package/dist/@types/base/configs/endpoints.config/orcamento/orcamento.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/transportadora/consultarFavorecido.d.ts.map +1 -1
- package/dist/@types/base/configs/navigation.config/submenu/orcamento/cadastros.submenu.d.ts.map +1 -1
- package/dist/@types/base/configs/navigation.config/submenu/orcamento/premissas/contaContabil.submenu.d.ts +4 -0
- package/dist/@types/base/configs/navigation.config/submenu/orcamento/premissas/contaContabil.submenu.d.ts.map +1 -0
- package/dist/@types/base/hooks/dm/formaPagamento/useFormaPagamentoByCodigoList.d.ts +12 -0
- package/dist/@types/base/hooks/dm/formaPagamento/useFormaPagamentoByCodigoList.d.ts.map +1 -0
- package/dist/@types/base/hooks/dm/formaPagamento/useFormaPagamentoList.d.ts +13 -0
- package/dist/@types/base/hooks/dm/formaPagamento/useFormaPagamentoList.d.ts.map +1 -0
- package/dist/@types/base/hooks/index.d.ts +2 -0
- package/dist/@types/base/hooks/index.d.ts.map +1 -1
- package/dist/@types/base/services/modules/dm/formaPagamento/FormaPagamentoService.d.ts +4 -0
- package/dist/@types/base/services/modules/dm/formaPagamento/FormaPagamentoService.d.ts.map +1 -0
- package/dist/@types/base/services/modules/dm/index.d.ts +1 -0
- package/dist/@types/base/services/modules/dm/index.d.ts.map +1 -1
- package/dist/@types/base/store/dm/formaPagamento/formaPagamentoListStore.d.ts +4 -0
- package/dist/@types/base/store/dm/formaPagamento/formaPagamentoListStore.d.ts.map +1 -0
- package/dist/base/@types/models/dm/formaPagamento.js +2 -0
- package/dist/base/@types/models/dm/formaPagamento.js.map +1 -0
- package/dist/base/@types/models/orcamento/contaContabil.js +2 -0
- package/dist/base/@types/models/orcamento/contaContabil.js.map +1 -0
- package/dist/base/configs/endpoints.config/dm/config/formaPagamento.js +8 -0
- package/dist/base/configs/endpoints.config/dm/config/formaPagamento.js.map +1 -0
- package/dist/base/configs/endpoints.config/dm/dm.js +20 -18
- package/dist/base/configs/endpoints.config/dm/dm.js.map +1 -1
- package/dist/base/configs/endpoints.config/orcamento/config/contaContabil.js +12 -0
- package/dist/base/configs/endpoints.config/orcamento/config/contaContabil.js.map +1 -0
- package/dist/base/configs/endpoints.config/orcamento/orcamento.js +6 -4
- package/dist/base/configs/endpoints.config/orcamento/orcamento.js.map +1 -1
- package/dist/base/configs/endpoints.config/transportadora/consultarFavorecido.js.map +1 -1
- package/dist/base/configs/navigation.config/submenu/orcamento/cadastros.submenu.js +6 -4
- package/dist/base/configs/navigation.config/submenu/orcamento/cadastros.submenu.js.map +1 -1
- package/dist/base/configs/navigation.config/submenu/orcamento/premissas/contaContabil.submenu.js +17 -0
- package/dist/base/configs/navigation.config/submenu/orcamento/premissas/contaContabil.submenu.js.map +1 -0
- package/dist/base/hooks/dm/formaPagamento/useFormaPagamentoByCodigoList.js +27 -0
- package/dist/base/hooks/dm/formaPagamento/useFormaPagamentoByCodigoList.js.map +1 -0
- package/dist/base/hooks/dm/formaPagamento/useFormaPagamentoList.js +26 -0
- package/dist/base/hooks/dm/formaPagamento/useFormaPagamentoList.js.map +1 -0
- package/dist/base/hooks/index.js +26 -22
- package/dist/base/hooks/index.js.map +1 -1
- package/dist/base/index.js +341 -334
- package/dist/base/index.js.map +1 -1
- package/dist/base/services/index.js +278 -275
- package/dist/base/services/index.js.map +1 -1
- package/dist/base/services/modules/dm/formaPagamento/FormaPagamentoService.js +22 -0
- package/dist/base/services/modules/dm/formaPagamento/FormaPagamentoService.js.map +1 -0
- package/dist/base/services/modules/dm/index.js +28 -25
- package/dist/base/services/modules/dm/index.js.map +1 -1
- package/dist/base/services/modules/index.js +278 -275
- package/dist/base/services/modules/index.js.map +1 -1
- package/dist/base/services/modules/transportadora/ordemCarregamento/OrdemCarregamentoService.js.map +1 -1
- package/dist/base/store/dm/formaPagamento/formaPagamentoListStore.js +14 -0
- package/dist/base/store/dm/formaPagamento/formaPagamentoListStore.js.map +1 -0
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useCallbackRef.js","sources":["../../../../../lib/@ecme/components/ui/hooks/useCallbackRef.ts"],"sourcesContent":["import { useRef, useEffect, useMemo } from 'react'\n\n/* eslint-disable @typescript-eslint/no-explicit-any */\nfunction useCallbackRef<T extends (...args: any[]) => any>(\n cb: T | undefined,\n): T {\n const cbRef = useRef(cb)\n\n useEffect(() => {\n cbRef.current = cb\n })\n\n return useMemo(() => ((...args) => cbRef.current?.(...args)) as T, [])\n}\n\nexport default useCallbackRef\n"],"names":["useCallbackRef","cb","cbRef","useRef","useEffect","useMemo","args","_a"],"mappings":";AAGA,SAASA,EACLC,GACC;AACD,QAAMC,IAAQC,EAAOF,CAAE;AAEvB,SAAAG,EAAU,MAAM;AACZ,IAAAF,EAAM,UAAUD;AAAA,EACpB,CAAC,GAEMI,EAAQ,
|
|
1
|
+
{"version":3,"file":"useCallbackRef.js","sources":["../../../../../lib/@ecme/components/ui/hooks/useCallbackRef.ts"],"sourcesContent":["import { useRef, useEffect, useMemo } from 'react'\n\n/* eslint-disable @typescript-eslint/no-explicit-any */\nfunction useCallbackRef<T extends (...args: any[]) => any>(\n cb: T | undefined,\n): T {\n const cbRef = useRef(cb)\n\n useEffect(() => {\n cbRef.current = cb\n })\n\n return useMemo(() => ((...args) => cbRef.current?.(...args)) as T, [])\n}\n\nexport default useCallbackRef\n"],"names":["useCallbackRef","cb","cbRef","useRef","useEffect","useMemo","args","_a"],"mappings":";AAGA,SAASA,EACLC,GACC;AACD,QAAMC,IAAQC,EAAOF,CAAE;AAEvB,SAAAG,EAAU,MAAM;AACZ,IAAAF,EAAM,UAAUD;AAAA,EACpB,CAAC,GAEMI,EAAQ,OAAO,IAAIC,MAAA;;AAAS,YAAAC,IAAAL,EAAM,YAAN,gBAAAK,EAAA,KAAAL,GAAgB,GAAGI;AAAA,MAAa,EAAE;AACzE;"}
|
|
@@ -20,7 +20,7 @@ export type TClienteContratoBiodiesel = {
|
|
|
20
20
|
export type TCondicaoFreteContratoBiodiesel = {
|
|
21
21
|
id?: number;
|
|
22
22
|
condicaoPagamentoId: number;
|
|
23
|
-
|
|
23
|
+
formaPagamentoId: number;
|
|
24
24
|
incotermsId: number;
|
|
25
25
|
};
|
|
26
26
|
export type TProdutoContratoBiodiesel = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"contratoBiodiesel.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/@types/models/commodities/contratoBiodiesel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAE/B,MAAM,MAAM,2BAA2B,GAAG;IACtC,EAAE,EAAE,MAAM,CAAA;IACV,WAAW,EAAE,MAAM,CAAA;IACnB,cAAc,EAAE,KAAK,CAAA;CACxB,CAAA;AAED,MAAM,MAAM,kBAAkB,GAAG;IAC7B,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,wBAAwB,EAAE,yBAAyB,CAAA;IACnD,8BAA8B,EAAE,+BAA+B,CAAA;IAC/D,wBAAwB,EAAE,yBAAyB,CAAA;CACtD,CAAA;AAED,MAAM,MAAM,yBAAyB,GAAG;IACpC,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,kBAAkB,EAAE,MAAM,CAAA;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,UAAU,CAAC,EAAE,MAAM,CAAA;CACtB,CAAA;AAED,MAAM,MAAM,+BAA+B,GAAG;IAC1C,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,mBAAmB,EAAE,MAAM,CAAA;IAC3B,
|
|
1
|
+
{"version":3,"file":"contratoBiodiesel.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/@types/models/commodities/contratoBiodiesel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAE/B,MAAM,MAAM,2BAA2B,GAAG;IACtC,EAAE,EAAE,MAAM,CAAA;IACV,WAAW,EAAE,MAAM,CAAA;IACnB,cAAc,EAAE,KAAK,CAAA;CACxB,CAAA;AAED,MAAM,MAAM,kBAAkB,GAAG;IAC7B,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,wBAAwB,EAAE,yBAAyB,CAAA;IACnD,8BAA8B,EAAE,+BAA+B,CAAA;IAC/D,wBAAwB,EAAE,yBAAyB,CAAA;CACtD,CAAA;AAED,MAAM,MAAM,yBAAyB,GAAG;IACpC,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,kBAAkB,EAAE,MAAM,CAAA;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,UAAU,CAAC,EAAE,MAAM,CAAA;CACtB,CAAA;AAED,MAAM,MAAM,+BAA+B,GAAG;IAC1C,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,mBAAmB,EAAE,MAAM,CAAA;IAC3B,gBAAgB,EAAE,MAAM,CAAA;IACxB,WAAW,EAAE,MAAM,CAAA;CACtB,CAAA;AAED,MAAM,MAAM,yBAAyB,GAAG;IACpC,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,UAAU,EAAE,MAAM,CAAA;IAClB,aAAa,EAAE,MAAM,CAAA;IACrB,aAAa,EAAE,MAAM,CAAA;IACrB,UAAU,EAAE,MAAM,CAAA;IAClB,SAAS,EAAE,MAAM,CAAA;CACpB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pedidoVenda.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/@types/models/commodities/pedidoVenda.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAE/B,MAAM,MAAM,qBAAqB,GAAG;IAChC,EAAE,EAAE,MAAM,CAAA;IACV,WAAW,EAAE,MAAM,CAAA;IACnB,cAAc,EAAE,KAAK,CAAA;CACxB,CAAA;AAED,MAAM,MAAM,YAAY,GAAG;IACvB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,kBAAkB,EAAE,mBAAmB,CAAA;IACvC,wBAAwB,EAAE,yBAAyB,CAAA;IACnD,kBAAkB,EAAE,mBAAmB,CAAA;CAC1C,CAAA;AAED,MAAM,MAAM,mBAAmB,GAAG;IAC9B,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,kBAAkB,EAAE,MAAM,CAAA;IAC1B,QAAQ,EAAE,MAAM,CAAA;IAChB,mBAAmB,EAAE,MAAM,CAAA;IAC3B,gBAAgB,EAAE,MAAM,CAAA;IACxB,iBAAiB,EAAE,MAAM,CAAA;IACzB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,SAAS,CAAC,EAAE,MAAM,CAAA;CACrB,CAAA;AAED,MAAM,MAAM,yBAAyB,GAAG;IACpC,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,mBAAmB,EAAE,MAAM,CAAA;IAC3B,
|
|
1
|
+
{"version":3,"file":"pedidoVenda.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/@types/models/commodities/pedidoVenda.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"formaPagamento.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/@types/models/dm/formaPagamento.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,eAAe,GAAG;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,yBAAyB,GAAG,eAAe,CAAA"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export type TContaContabil = {
|
|
2
|
+
id: number;
|
|
3
|
+
planosDeConta: string;
|
|
4
|
+
classeDeCusto: string;
|
|
5
|
+
entradoEm: string;
|
|
6
|
+
criadoPor: string;
|
|
7
|
+
relevanteParaImposto: string;
|
|
8
|
+
sujeitaAPagamento: string;
|
|
9
|
+
areaFuncional: string;
|
|
10
|
+
denominacao: string;
|
|
11
|
+
descricao: string;
|
|
12
|
+
textoBreveClasseCusto: string;
|
|
13
|
+
disponivelParaPlanejamento: boolean;
|
|
14
|
+
dataCriacao: string;
|
|
15
|
+
ativo: boolean;
|
|
16
|
+
};
|
|
17
|
+
export type TContaContabilColumnDef = {
|
|
18
|
+
id: number;
|
|
19
|
+
dataCriacao: string;
|
|
20
|
+
planosDeConta: string;
|
|
21
|
+
classeDeCusto: string;
|
|
22
|
+
areaFuncional: string;
|
|
23
|
+
descricao: string;
|
|
24
|
+
disponivelParaPlanejamento: boolean;
|
|
25
|
+
ativo: boolean;
|
|
26
|
+
};
|
|
27
|
+
//# sourceMappingURL=contaContabil.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contaContabil.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/@types/models/orcamento/contaContabil.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,cAAc,GAAG;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,0BAA0B,EAAE,OAAO,CAAC;IACpC,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,OAAO,CAAC;CAChB,CAAA;AACD,MAAM,MAAM,uBAAuB,GAAG;IACpC,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,MAAM,CAAC;IACtB,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,MAAM,CAAC;IAClB,0BAA0B,EAAE,OAAO,CAAC;IACpC,KAAK,EAAE,OAAO,CAAC;CAChB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"formaPagamento.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/configs/endpoints.config/dm/config/formaPagamento.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,cAAc;;;;;;;;;CAGnB,CAAA;AAED,eAAe,cAAc,CAAA"}
|
|
@@ -61,6 +61,16 @@ declare const dm: {
|
|
|
61
61
|
method: string;
|
|
62
62
|
};
|
|
63
63
|
};
|
|
64
|
+
formaPagamento: {
|
|
65
|
+
find: {
|
|
66
|
+
endpoint: string;
|
|
67
|
+
method: string;
|
|
68
|
+
};
|
|
69
|
+
findFormaPagamentoByCodigo: {
|
|
70
|
+
endpoint: string;
|
|
71
|
+
method: string;
|
|
72
|
+
};
|
|
73
|
+
};
|
|
64
74
|
incoterms: {
|
|
65
75
|
find: {
|
|
66
76
|
endpoint: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dm.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/configs/endpoints.config/dm/dm.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"dm.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/configs/endpoints.config/dm/dm.ts"],"names":[],"mappings":"AAgBA,QAAA,MAAM,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgBP,CAAA;AAED,eAAe,EAAE,CAAC"}
|
|
@@ -250,6 +250,16 @@ declare const endpointNavigationConfig: {
|
|
|
250
250
|
method: string;
|
|
251
251
|
};
|
|
252
252
|
};
|
|
253
|
+
formaPagamento: {
|
|
254
|
+
find: {
|
|
255
|
+
endpoint: string;
|
|
256
|
+
method: string;
|
|
257
|
+
};
|
|
258
|
+
findFormaPagamentoByCodigo: {
|
|
259
|
+
endpoint: string;
|
|
260
|
+
method: string;
|
|
261
|
+
};
|
|
262
|
+
};
|
|
253
263
|
incoterms: {
|
|
254
264
|
find: {
|
|
255
265
|
endpoint: string;
|
|
@@ -459,6 +469,32 @@ declare const endpointNavigationConfig: {
|
|
|
459
469
|
method: string;
|
|
460
470
|
};
|
|
461
471
|
};
|
|
472
|
+
contaContabil: {
|
|
473
|
+
findOne: {
|
|
474
|
+
endpoint: string;
|
|
475
|
+
method: string;
|
|
476
|
+
};
|
|
477
|
+
add: {
|
|
478
|
+
endpoint: string;
|
|
479
|
+
method: string;
|
|
480
|
+
};
|
|
481
|
+
update: {
|
|
482
|
+
endpoint: string;
|
|
483
|
+
method: string;
|
|
484
|
+
};
|
|
485
|
+
allow: {
|
|
486
|
+
endpoint: string;
|
|
487
|
+
method: string;
|
|
488
|
+
};
|
|
489
|
+
delete: {
|
|
490
|
+
endpoint: string;
|
|
491
|
+
method: string;
|
|
492
|
+
};
|
|
493
|
+
findAll: {
|
|
494
|
+
endpoint: string;
|
|
495
|
+
method: string;
|
|
496
|
+
};
|
|
497
|
+
};
|
|
462
498
|
area: {
|
|
463
499
|
findOne: {
|
|
464
500
|
endpoint: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"endpoints.navigation.d.ts","sourceRoot":"","sources":["../../../../../lib/base/configs/endpoints.config/endpoints.navigation.ts"],"names":[],"mappings":"AAqCA,eAAO,MAAM,SAAS,SAAS,CAAC;AAEhC,QAAA,MAAM,wBAAwB
|
|
1
|
+
{"version":3,"file":"endpoints.navigation.d.ts","sourceRoot":"","sources":["../../../../../lib/base/configs/endpoints.config/endpoints.navigation.ts"],"names":[],"mappings":"AAqCA,eAAO,MAAM,SAAS,SAAS,CAAC;AAEhC,QAAA,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqC7B,CAAC;AAEF,eAAe,wBAAwB,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
declare const contaContabil: {
|
|
2
|
+
findOne: {
|
|
3
|
+
endpoint: string;
|
|
4
|
+
method: string;
|
|
5
|
+
};
|
|
6
|
+
add: {
|
|
7
|
+
endpoint: string;
|
|
8
|
+
method: string;
|
|
9
|
+
};
|
|
10
|
+
update: {
|
|
11
|
+
endpoint: string;
|
|
12
|
+
method: string;
|
|
13
|
+
};
|
|
14
|
+
allow: {
|
|
15
|
+
endpoint: string;
|
|
16
|
+
method: string;
|
|
17
|
+
};
|
|
18
|
+
delete: {
|
|
19
|
+
endpoint: string;
|
|
20
|
+
method: string;
|
|
21
|
+
};
|
|
22
|
+
findAll: {
|
|
23
|
+
endpoint: string;
|
|
24
|
+
method: string;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
export default contaContabil;
|
|
28
|
+
//# sourceMappingURL=contaContabil.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contaContabil.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/configs/endpoints.config/orcamento/config/contaContabil.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;CAOlB,CAAA;AAED,eAAe,aAAa,CAAA"}
|
|
@@ -21,6 +21,32 @@ declare const orcamento: {
|
|
|
21
21
|
method: string;
|
|
22
22
|
};
|
|
23
23
|
};
|
|
24
|
+
contaContabil: {
|
|
25
|
+
findOne: {
|
|
26
|
+
endpoint: string;
|
|
27
|
+
method: string;
|
|
28
|
+
};
|
|
29
|
+
add: {
|
|
30
|
+
endpoint: string;
|
|
31
|
+
method: string;
|
|
32
|
+
};
|
|
33
|
+
update: {
|
|
34
|
+
endpoint: string;
|
|
35
|
+
method: string;
|
|
36
|
+
};
|
|
37
|
+
allow: {
|
|
38
|
+
endpoint: string;
|
|
39
|
+
method: string;
|
|
40
|
+
};
|
|
41
|
+
delete: {
|
|
42
|
+
endpoint: string;
|
|
43
|
+
method: string;
|
|
44
|
+
};
|
|
45
|
+
findAll: {
|
|
46
|
+
endpoint: string;
|
|
47
|
+
method: string;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
24
50
|
area: {
|
|
25
51
|
findOne: {
|
|
26
52
|
endpoint: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"orcamento.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/configs/endpoints.config/orcamento/orcamento.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"orcamento.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/configs/endpoints.config/orcamento/orcamento.ts"],"names":[],"mappings":"AAIA,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAId,CAAA;AAED,eAAe,SAAS,CAAA"}
|
package/dist/@types/base/configs/endpoints.config/transportadora/consultarFavorecido.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"consultarFavorecido.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/configs/endpoints.config/transportadora/consultarFavorecido.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,0DAA0D,CAAC;AACrG,OAAO,EAAE,eAAe,EAAE,MAAM,8CAA8C,CAAC;
|
|
1
|
+
{"version":3,"file":"consultarFavorecido.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/configs/endpoints.config/transportadora/consultarFavorecido.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,0DAA0D,CAAC;AACrG,OAAO,EAAE,eAAe,EAAE,MAAM,8CAA8C,CAAC;AAE/E,oBAAY,cAAc;IACxB,gBAAgB,IAAI;IACpB,QAAQ,IAAI;IACZ,MAAM,IAAI;IACV,YAAY,IAAI;IAChB,oBAAoB,IAAI;IACxB,UAAU,KAAK;IACf,yBAAyB,KAAK;IAC9B,oBAAoB,KAAK;IACzB,cAAc,IAAI;IAClB,cAAc,IAAI;CACnB;AAED,oBAAY,uBAAuB;IACjC,QAAQ,IAAI;IACZ,SAAS,IAAI;IACb,SAAS,IAAI;CACd;AAED,MAAM,MAAM,yBAAyB,GAAE;IACrC,MAAM,EAAG,MAAM,CAAC;IAChB,IAAI,EAAG,cAAc,CAAC;IACtB,MAAM,EAAG,uBAAuB,CAAC;CAClC,CAAA;AAED,MAAM,MAAM,wBAAwB,GAAG;IACrC,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,aAAa,EAAE,MAAM,CAAC;IACtB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,eAAe,CAAC;CACzB,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG;IAChC,cAAc,EAAE,yBAAyB,CAAC;IAC1C,iBAAiB,EAAE,MAAM,CAAC;IAC1B,0BAA0B,EAAE,MAAM,CAAC;IACnC,sBAAsB,EAAE,yBAAyB,EAAE,CAAC;IACpD,yBAAyB,EAAE,MAAM,CAAC;IAClC,qBAAqB,EAAE,wBAAwB,EAAE,CAAC;IAClD,oBAAoB,EAAE,MAAM,CAAC;IAC7B,2BAA2B,EAAE,MAAM,CAAC;IACpC,6BAA6B,EAAE,MAAM,CAAC;IACtC,wBAAwB,EAAE,MAAM,CAAC;IACjC,mBAAmB,EAAE,MAAM,CAAC;IAC5B,4BAA4B,EAAE,MAAM,CAAC;CACtC,CAAA"}
|
package/dist/@types/base/configs/navigation.config/submenu/orcamento/cadastros.submenu.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cadastros.submenu.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/configs/navigation.config/submenu/orcamento/cadastros.submenu.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAA;
|
|
1
|
+
{"version":3,"file":"cadastros.submenu.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/configs/navigation.config/submenu/orcamento/cadastros.submenu.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAA;AAMpD,QAAA,MAAM,gBAAgB,EAAE,cAAc,EAIrC,CAAA;AAED,eAAe,gBAAgB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contaContabil.submenu.d.ts","sourceRoot":"","sources":["../../../../../../../../lib/base/configs/navigation.config/submenu/orcamento/premissas/contaContabil.submenu.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAA;AAEpD,QAAA,MAAM,oBAAoB,EAAE,cAU3B,CAAA;AAED,eAAe,oBAAoB,CAAA"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export default function useFormaPagamentoByCodigoList(): {
|
|
2
|
+
data: import("../../../@types/models/dm/formaPagamento").TFormaPagamento | undefined;
|
|
3
|
+
formaPagamentoByCodigoList: never[] | import("../../../@types/models/dm/formaPagamento").TFormaPagamento;
|
|
4
|
+
error: any;
|
|
5
|
+
isLoading: boolean;
|
|
6
|
+
tableParams: import("../../..").ITableParams;
|
|
7
|
+
filterParams: import("../../..").IFilterParams;
|
|
8
|
+
mutate: import("swr").KeyedMutator<import("../../../@types/models/dm/formaPagamento").TFormaPagamento>;
|
|
9
|
+
setTableParams: (payload: import("../../..").ITableParams) => void;
|
|
10
|
+
setFilterParams: (payload: import("../../..").IFilterParams) => void;
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=useFormaPagamentoByCodigoList.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useFormaPagamentoByCodigoList.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/hooks/dm/formaPagamento/useFormaPagamentoByCodigoList.tsx"],"names":[],"mappings":"AAIA,MAAM,CAAC,OAAO,UAAU,6BAA6B;;;;;;;;;;EA0BpD"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default function useFormaPagamentoList(): {
|
|
2
|
+
data: import("../../../@types/models/dm/formaPagamento").TFormaPagamento[] | undefined;
|
|
3
|
+
formasPagamentosList: import("../../../@types/models/dm/formaPagamento").TFormaPagamento[];
|
|
4
|
+
formasPagamentosListTotal: number;
|
|
5
|
+
error: any;
|
|
6
|
+
isLoading: boolean;
|
|
7
|
+
tableParams: import("../../..").ITableParams;
|
|
8
|
+
filterParams: import("../../..").IFilterParams;
|
|
9
|
+
mutate: import("swr").KeyedMutator<import("../../../@types/models/dm/formaPagamento").TFormaPagamento[]>;
|
|
10
|
+
setTableParams: (payload: import("../../..").ITableParams) => void;
|
|
11
|
+
setFilterParams: (payload: import("../../..").IFilterParams) => void;
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=useFormaPagamentoList.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useFormaPagamentoList.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/hooks/dm/formaPagamento/useFormaPagamentoList.tsx"],"names":[],"mappings":"AAIA,MAAM,CAAC,OAAO,UAAU,qBAAqB;;;;;;;;;;;EA4B5C"}
|
|
@@ -12,6 +12,8 @@ export { default as useDepositoByCodigoList } from './dm/deposito/useDepositoByC
|
|
|
12
12
|
export { default as useDepositosByCodigoCentroList } from './dm/deposito/useDepositosByCodigoCentroList';
|
|
13
13
|
export { default as useEscritorioVendaList } from './dm/escritorioVenda/useEscritorioVendaList';
|
|
14
14
|
export { default as useEscritorioVendaByCodigoList } from './dm/escritorioVenda/useEscritorioVendaByCodigoList';
|
|
15
|
+
export { default as useFormaPagamentoList } from './dm/formaPagamento/useFormaPagamentoList';
|
|
16
|
+
export { default as useFormaPagamentoByCodigoList } from './dm/formaPagamento/useFormaPagamentoByCodigoList';
|
|
15
17
|
export { default as useIncotermsList } from './dm/incoterms/useIncotermsList';
|
|
16
18
|
export { default as useProdutoList } from './dm/produto/useProdutoList';
|
|
17
19
|
export { default as useProdutoByCodigoList } from './dm/produto/useProdutoByCodigoList';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../lib/base/hooks/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAC;AAC/C,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,6CAA6C,CAAC;AAChG,OAAO,EAAE,OAAO,IAAI,6BAA6B,EAAE,MAAM,oDAAoD,CAAC;AAC9G,OAAO,EAAE,OAAO,IAAI,gCAAgC,EAAE,MAAM,uDAAuD,CAAC;AACpH,OAAO,EAAE,OAAO,IAAI,wBAAwB,EAAE,MAAM,iDAAiD,CAAC;AACtG,OAAO,EAAE,OAAO,IAAI,gCAAgC,EAAE,MAAM,yDAAyD,CAAC;AACtH,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,2BAA2B,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,mCAAmC,CAAC;AACrF,OAAO,EAAE,OAAO,IAAI,wBAAwB,EAAE,MAAM,iDAAiD,CAAC;AACtG,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,uBAAuB,EAAE,MAAM,uCAAuC,CAAC;AAC3F,OAAO,EAAE,OAAO,IAAI,8BAA8B,EAAE,MAAM,8CAA8C,CAAC;AACzG,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,6CAA6C,CAAC;AAChG,OAAO,EAAE,OAAO,IAAI,8BAA8B,EAAE,MAAM,qDAAqD,CAAC;AAChH,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AAC9E,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,qCAAqC,CAAC;AACxF,OAAO,EAAE,OAAO,IAAI,4BAA4B,EAAE,MAAM,2CAA2C,CAAC;AACpG,OAAO,EAAE,OAAO,IAAI,gCAAgC,EAAE,MAAM,+CAA+C,CAAC;AAC5G,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,2CAA2C,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../lib/base/hooks/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAC;AAC/C,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,6CAA6C,CAAC;AAChG,OAAO,EAAE,OAAO,IAAI,6BAA6B,EAAE,MAAM,oDAAoD,CAAC;AAC9G,OAAO,EAAE,OAAO,IAAI,gCAAgC,EAAE,MAAM,uDAAuD,CAAC;AACpH,OAAO,EAAE,OAAO,IAAI,wBAAwB,EAAE,MAAM,iDAAiD,CAAC;AACtG,OAAO,EAAE,OAAO,IAAI,gCAAgC,EAAE,MAAM,yDAAyD,CAAC;AACtH,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,2BAA2B,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,mCAAmC,CAAC;AACrF,OAAO,EAAE,OAAO,IAAI,wBAAwB,EAAE,MAAM,iDAAiD,CAAC;AACtG,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,uBAAuB,EAAE,MAAM,uCAAuC,CAAC;AAC3F,OAAO,EAAE,OAAO,IAAI,8BAA8B,EAAE,MAAM,8CAA8C,CAAC;AACzG,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,6CAA6C,CAAC;AAChG,OAAO,EAAE,OAAO,IAAI,8BAA8B,EAAE,MAAM,qDAAqD,CAAC;AAChH,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,2CAA2C,CAAC;AAC7F,OAAO,EAAE,OAAO,IAAI,6BAA6B,EAAE,MAAM,mDAAmD,CAAC;AAC7G,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AAC9E,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,qCAAqC,CAAC;AACxF,OAAO,EAAE,OAAO,IAAI,4BAA4B,EAAE,MAAM,2CAA2C,CAAC;AACpG,OAAO,EAAE,OAAO,IAAI,gCAAgC,EAAE,MAAM,+CAA+C,CAAC;AAC5G,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,2CAA2C,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { TFormaPagamento } from "@base/@types/models/dm/formaPagamento";
|
|
2
|
+
export declare function apiFindDmFormaPagamento(data?: {}): Promise<TFormaPagamento[]>;
|
|
3
|
+
export declare function apiFindDmFormaPagamentoByCodigo(codigo: string): Promise<TFormaPagamento>;
|
|
4
|
+
//# sourceMappingURL=FormaPagamentoService.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormaPagamentoService.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/services/modules/dm/formaPagamento/FormaPagamentoService.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,uCAAuC,CAAC;AAKxE,wBAAsB,uBAAuB,CAAC,IAAI,KAAK,8BAMtD;AAED,wBAAsB,+BAA+B,CAAC,MAAM,EAAE,MAAM,4BAKnE"}
|
|
@@ -3,6 +3,7 @@ export * from './canalDistribuicao/CanalDistribuicaoService';
|
|
|
3
3
|
export * from './centro/CentroService';
|
|
4
4
|
export * from './condicaoPagamento/CondicaoPagamentoService';
|
|
5
5
|
export * from './escritorioVenda/EscritorioVendaService';
|
|
6
|
+
export * from './formaPagamento/FormaPagamentoService';
|
|
6
7
|
export * from './produto/ProdutoService';
|
|
7
8
|
export * from './setorAtividade/SetorAtividadeService';
|
|
8
9
|
export * from './centroCusto/CentroCustoService';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/services/modules/dm/index.ts"],"names":[],"mappings":"AACA,cAAc,0CAA0C,CAAC;AACzD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,wBAAwB,CAAC;AACvC,cAAc,8CAA8C,CAAC;AAC7D,cAAc,0CAA0C,CAAC;AACzD,cAAc,0BAA0B,CAAC;AACzC,cAAc,wCAAwC,CAAC;AACvD,cAAc,kCAAkC,CAAC;AACjD,cAAc,kCAAkC,CAAC;AACjD,cAAc,sCAAsC,CAAC;AACrD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,oBAAoB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/services/modules/dm/index.ts"],"names":[],"mappings":"AACA,cAAc,0CAA0C,CAAC;AACzD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,wBAAwB,CAAC;AACvC,cAAc,8CAA8C,CAAC;AAC7D,cAAc,0CAA0C,CAAC;AACzD,cAAc,wCAAwC,CAAC;AACvD,cAAc,0BAA0B,CAAC;AACzC,cAAc,wCAAwC,CAAC;AACvD,cAAc,kCAAkC,CAAC;AACjD,cAAc,kCAAkC,CAAC;AACjD,cAAc,sCAAsC,CAAC;AACrD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { TFormaPagamento } from '@base/@types/models/dm/formaPagamento';
|
|
2
|
+
import { IListStoreAction, IListStoreState } from '@base/@types/store';
|
|
3
|
+
export declare const useFormaPagamentoListStore: import("zustand").UseBoundStore<import("zustand").StoreApi<IListStoreState<TFormaPagamento> & IListStoreAction<TFormaPagamento>>>;
|
|
4
|
+
//# sourceMappingURL=formaPagamentoListStore.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"formaPagamentoListStore.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/store/dm/formaPagamento/formaPagamentoListStore.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,uCAAuC,CAAA;AACvE,OAAO,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAA;AAWtE,eAAO,MAAM,0BAA0B,mIAMpC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"formaPagamento.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contaContabil.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"formaPagamento.js","sources":["../../../../../../lib/base/configs/endpoints.config/dm/config/formaPagamento.ts"],"sourcesContent":["const FORMA_PAGAMENTO_BASE_URL = '/dados-mestres/api/dm/forma-pagamento';\n\nconst formaPagamento = {\n find: { endpoint: `${FORMA_PAGAMENTO_BASE_URL}/find`, method: 'post' },\n findFormaPagamentoByCodigo: { endpoint: `${FORMA_PAGAMENTO_BASE_URL}/find/`, method: 'post' },\n}\n\nexport default formaPagamento"],"names":["FORMA_PAGAMENTO_BASE_URL","formaPagamento"],"mappings":"AAAA,MAAMA,IAA2B,yCAE3BC,IAAiB;AAAA,EACnB,MAAM,EAAE,UAAU,GAAGD,CAAwB,SAAS,QAAQ,OAAA;AAAA,EAC9D,4BAA4B,EAAE,UAAU,GAAGA,CAAwB,UAAU,QAAQ,OAAA;AACzF;"}
|
|
@@ -3,32 +3,34 @@ import r from "./config/canalDistribuicao.js";
|
|
|
3
3
|
import m from "./config/centro.js";
|
|
4
4
|
import t from "./config/condicaoPagamento.js";
|
|
5
5
|
import i from "./config/escritorioVenda.js";
|
|
6
|
+
import a from "./config/formaPagamento.js";
|
|
6
7
|
import p from "./config/incoterms.js";
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
const
|
|
8
|
+
import e from "./config/produto.js";
|
|
9
|
+
import f from "./config/setorAtividade.js";
|
|
10
|
+
import n from "./config/centroCusto.js";
|
|
11
|
+
import s from "./config/imobilizado.js";
|
|
12
|
+
import c from "./config/contaContabil.js";
|
|
13
|
+
import d from "./config/deposito.js";
|
|
14
|
+
import u from "./config/user.js";
|
|
15
|
+
import b from "./config/departamento.endpoint.config.js";
|
|
16
|
+
const y = {
|
|
16
17
|
businessPartner: o,
|
|
17
18
|
canalDistribuicao: r,
|
|
18
19
|
centro: m,
|
|
19
20
|
condicaoPagamento: t,
|
|
20
21
|
escritorioVenda: i,
|
|
22
|
+
formaPagamento: a,
|
|
21
23
|
incoterms: p,
|
|
22
|
-
produto:
|
|
23
|
-
setorAtividade:
|
|
24
|
-
centroCusto:
|
|
25
|
-
imobilizado:
|
|
26
|
-
contaContabil:
|
|
27
|
-
deposito:
|
|
28
|
-
user:
|
|
29
|
-
departamento:
|
|
24
|
+
produto: e,
|
|
25
|
+
setorAtividade: f,
|
|
26
|
+
centroCusto: n,
|
|
27
|
+
imobilizado: s,
|
|
28
|
+
contaContabil: c,
|
|
29
|
+
deposito: d,
|
|
30
|
+
user: u,
|
|
31
|
+
departamento: b
|
|
30
32
|
};
|
|
31
33
|
export {
|
|
32
|
-
|
|
34
|
+
y as default
|
|
33
35
|
};
|
|
34
36
|
//# sourceMappingURL=dm.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dm.js","sources":["../../../../../lib/base/configs/endpoints.config/dm/dm.ts"],"sourcesContent":["import businessPartner from \"./config/businessPartner\";\nimport canalDistribuicao from \"./config/canalDistribuicao\";\nimport centro from \"./config/centro\";\nimport condicaoPagamento from \"./config/condicaoPagamento\";\nimport escritorioVenda from \"./config/escritorioVenda\";\nimport incoterms from \"./config/incoterms\";\nimport produto from \"./config/produto\";\nimport setorAtividade from \"./config/setorAtividade\";\nimport centroCusto from \"./config/centroCusto\";\nimport imobilizado from \"./config/imobilizado\";\nimport contaContabil from \"./config/contaContabil\";\nimport deposito from \"./config/deposito\";\nimport user from \"./config/user\";\nimport departamento from \"./config/departamento.endpoint.config\";\n\nconst dm = {\n businessPartner,\n canalDistribuicao,\n centro,\n condicaoPagamento,\n escritorioVenda,\n incoterms,\n produto,\n setorAtividade,\n centroCusto,\n imobilizado,\n contaContabil,\n deposito,\n user,\n departamento\n}\n\nexport default dm;"],"names":["dm","businessPartner","canalDistribuicao","centro","condicaoPagamento","escritorioVenda","incoterms","produto","setorAtividade","centroCusto","imobilizado","contaContabil","deposito","user","departamento"],"mappings":"
|
|
1
|
+
{"version":3,"file":"dm.js","sources":["../../../../../lib/base/configs/endpoints.config/dm/dm.ts"],"sourcesContent":["import businessPartner from \"./config/businessPartner\";\nimport canalDistribuicao from \"./config/canalDistribuicao\";\nimport centro from \"./config/centro\";\nimport condicaoPagamento from \"./config/condicaoPagamento\";\nimport escritorioVenda from \"./config/escritorioVenda\";\nimport formaPagamento from \"./config/formaPagamento\";\nimport incoterms from \"./config/incoterms\";\nimport produto from \"./config/produto\";\nimport setorAtividade from \"./config/setorAtividade\";\nimport centroCusto from \"./config/centroCusto\";\nimport imobilizado from \"./config/imobilizado\";\nimport contaContabil from \"./config/contaContabil\";\nimport deposito from \"./config/deposito\";\nimport user from \"./config/user\";\nimport departamento from \"./config/departamento.endpoint.config\";\n\nconst dm = {\n businessPartner,\n canalDistribuicao,\n centro,\n condicaoPagamento,\n escritorioVenda,\n formaPagamento,\n incoterms,\n produto,\n setorAtividade,\n centroCusto,\n imobilizado,\n contaContabil,\n deposito,\n user,\n departamento\n}\n\nexport default dm;"],"names":["dm","businessPartner","canalDistribuicao","centro","condicaoPagamento","escritorioVenda","formaPagamento","incoterms","produto","setorAtividade","centroCusto","imobilizado","contaContabil","deposito","user","departamento"],"mappings":";;;;;;;;;;;;;;;AAgBA,MAAMA,IAAK;AAAA,EACP,iBAAAC;AAAA,EACA,mBAAAC;AAAA,EACA,QAAAC;AAAA,EACA,mBAAAC;AAAA,EACA,iBAAAC;AAAA,EACA,gBAAAC;AAAA,EACA,WAAAC;AAAA,EACA,SAAAC;AAAA,EACA,gBAAAC;AAAA,EACA,aAAAC;AAAA,EACA,aAAAC;AAAA,EACA,eAAAC;AAAA,EACA,UAAAC;AAAA,EACA,MAAAC;AAAA,EACA,cAAAC;AACJ;"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
const t = "/orcamento/api/conta-contabil", e = {
|
|
2
|
+
findOne: { endpoint: `${t}/`, method: "get" },
|
|
3
|
+
add: { endpoint: `${t}`, method: "post" },
|
|
4
|
+
update: { endpoint: `${t}`, method: "put" },
|
|
5
|
+
allow: { endpoint: `${t}`, method: "put" },
|
|
6
|
+
delete: { endpoint: `${t}/`, method: "delete" },
|
|
7
|
+
findAll: { endpoint: `${t}/listar`, method: "post" }
|
|
8
|
+
};
|
|
9
|
+
export {
|
|
10
|
+
e as default
|
|
11
|
+
};
|
|
12
|
+
//# sourceMappingURL=contaContabil.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contaContabil.js","sources":["../../../../../../lib/base/configs/endpoints.config/orcamento/config/contaContabil.ts"],"sourcesContent":["const EXAMPLE_PROJECT_BASE_URL = '/orcamento/api/conta-contabil'\n\nconst contaContabil = {\n findOne: {endpoint: `${EXAMPLE_PROJECT_BASE_URL}/`, method: 'get'},\n add: {endpoint: `${EXAMPLE_PROJECT_BASE_URL}`, method: 'post'},\n update: {endpoint: `${EXAMPLE_PROJECT_BASE_URL}`, method: 'put'},\n allow: {endpoint: `${EXAMPLE_PROJECT_BASE_URL}`, method: 'put'},\n delete: {endpoint: `${EXAMPLE_PROJECT_BASE_URL}/`, method: 'delete'},\n findAll: {endpoint: `${EXAMPLE_PROJECT_BASE_URL}/listar`, method: 'post'},\n}\n\nexport default contaContabil"],"names":["EXAMPLE_PROJECT_BASE_URL","contaContabil"],"mappings":"AAAA,MAAMA,IAA2B,iCAE3BC,IAAgB;AAAA,EAClB,SAAS,EAAC,UAAU,GAAGD,CAAwB,KAAK,QAAQ,MAAA;AAAA,EAC5D,KAAK,EAAC,UAAU,GAAGA,CAAwB,IAAI,QAAQ,OAAA;AAAA,EACvD,QAAQ,EAAC,UAAU,GAAGA,CAAwB,IAAI,QAAQ,MAAA;AAAA,EAC1D,OAAO,EAAC,UAAU,GAAGA,CAAwB,IAAI,QAAQ,MAAA;AAAA,EACzD,QAAQ,EAAC,UAAU,GAAGA,CAAwB,KAAK,QAAQ,SAAA;AAAA,EAC3D,SAAS,EAAC,UAAU,GAAGA,CAAwB,WAAW,QAAQ,OAAA;AACtE;"}
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
import o from "./config/centroDeCusto.js";
|
|
2
|
-
import
|
|
3
|
-
|
|
2
|
+
import t from "./config/area.js";
|
|
3
|
+
import r from "./config/contaContabil.js";
|
|
4
|
+
const n = {
|
|
4
5
|
centroDeCusto: o,
|
|
5
|
-
|
|
6
|
+
contaContabil: r,
|
|
7
|
+
area: t
|
|
6
8
|
};
|
|
7
9
|
export {
|
|
8
|
-
|
|
10
|
+
n as default
|
|
9
11
|
};
|
|
10
12
|
//# sourceMappingURL=orcamento.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"orcamento.js","sources":["../../../../../lib/base/configs/endpoints.config/orcamento/orcamento.ts"],"sourcesContent":["import centroDeCusto from \"./config/centroDeCusto\"\nimport area from \"./config/area\"\n\nconst orcamento = {\n centroDeCusto: centroDeCusto,\n area: area,\n}\n\nexport default orcamento"],"names":["orcamento","centroDeCusto","area"],"mappings":"
|
|
1
|
+
{"version":3,"file":"orcamento.js","sources":["../../../../../lib/base/configs/endpoints.config/orcamento/orcamento.ts"],"sourcesContent":["import centroDeCusto from \"./config/centroDeCusto\"\nimport area from \"./config/area\"\nimport contaContabil from \"./config/contaContabil\"\n\nconst orcamento = {\n centroDeCusto: centroDeCusto,\n contaContabil: contaContabil,\n area: area,\n}\n\nexport default orcamento"],"names":["orcamento","centroDeCusto","contaContabil","area"],"mappings":";;;AAIA,MAAMA,IAAY;AAAA,EACd,eAAAC;AAAA,EACA,eAAAC;AAAA,EACA,MAAAC;AACJ;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"consultarFavorecido.js","sources":["../../../../../lib/base/configs/endpoints.config/transportadora/consultarFavorecido.ts"],"sourcesContent":["import { CodigoMensagemRetornoEnum } from \"@base/@types/models/transportadora/codigoMensagemRetorno\";\nimport { StatusContaEnum } from \"@base/@types/models/transportadora/Constants\";\n\
|
|
1
|
+
{"version":3,"file":"consultarFavorecido.js","sources":["../../../../../lib/base/configs/endpoints.config/transportadora/consultarFavorecido.ts"],"sourcesContent":["import { CodigoMensagemRetornoEnum } from \"@base/@types/models/transportadora/codigoMensagemRetorno\";\nimport { StatusContaEnum } from \"@base/@types/models/transportadora/Constants\";\n\nexport enum TipoCartaoEnum {\n PAMCARD_BRADESCO = 4,\n BRADESCO = 5,\n APISUL = 6,\n VALE_PEDAGIO = 7,\n EXPRESSO_BRADESCO_PF = 9,\n PAMCARD_BB = 10,\n EXPRESSO_BB_INTERNACIONAL = 20,\n EXPRESSO_BRADESCO_PJ = 23,\n EXPRESSO_BB_PJ = 0,\n EXPRESSO_BB_PF = 0,\n}\n\nexport enum StatusCartaoPamcardEnum {\n LIBERADO = 1,\n BLOQUEADO = 2,\n CANCELADO = 3,\n}\n\nexport type TCartaoConsultaFavorecido ={\n numero : number,\n tipo : TipoCartaoEnum,\n status : StatusCartaoPamcardEnum,\n}\n\nexport type TContaConsultaFavorecido = {\n banco: number,\n agencia: string,\n agenciaDigito: string,\n numero: string,\n tipo: string,\n status: StatusContaEnum,\n};\n\nexport type TConsultaFavorecido = {\n mensagemCodigo: CodigoMensagemRetornoEnum,\n mensagemDescricao: string,\n viagemFavorecidoCartaoQtde: number,\n viagemFavorecidoCartao: TCartaoConsultaFavorecido[],\n viagemFavorecidoContaQtde: number,\n viagemFavorecidoConta: TContaConsultaFavorecido[],\n viagemFavorecidoNome: string,\n viagemFavorecidoStatusRntrc: string,\n viagemFavorecidoRntrcCadastro: string,\n viagemFavorecidoTagPlaca: string,\n viagemAnttRntrcTipo: string,\n viagemAnttRntrcEquiparadoTac: string,\n}\n"],"names":["TipoCartaoEnum","StatusCartaoPamcardEnum"],"mappings":"AAGO,IAAKA,sBAAAA,OACVA,EAAAA,EAAA,mBAAmB,CAAA,IAAnB,oBACAA,EAAAA,EAAA,WAAW,CAAA,IAAX,YACAA,EAAAA,EAAA,SAAS,CAAA,IAAT,UACAA,EAAAA,EAAA,eAAe,CAAA,IAAf,gBACAA,EAAAA,EAAA,uBAAuB,CAAA,IAAvB,wBACAA,EAAAA,EAAA,aAAa,EAAA,IAAb,cACAA,EAAAA,EAAA,4BAA4B,EAAA,IAA5B,6BACAA,EAAAA,EAAA,uBAAuB,EAAA,IAAvB,wBACAA,EAAAA,EAAA,iBAAiB,CAAA,IAAjB,kBACAA,EAAAA,EAAA,iBAAiB,CAAA,IAAjB,kBAVUA,IAAAA,KAAA,CAAA,CAAA,GAaAC,sBAAAA,OACVA,EAAAA,EAAA,WAAW,CAAA,IAAX,YACAA,EAAAA,EAAA,YAAY,CAAA,IAAZ,aACAA,EAAAA,EAAA,YAAY,CAAA,IAAZ,aAHUA,IAAAA,KAAA,CAAA,CAAA;"}
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
import o from "./premissas/centroDeCustos.submenu.js";
|
|
2
|
-
import
|
|
3
|
-
|
|
2
|
+
import t from "./premissas/area.submenu.js";
|
|
3
|
+
import m from "./premissas/contaContabil.submenu.js";
|
|
4
|
+
const a = [
|
|
5
|
+
t,
|
|
4
6
|
o,
|
|
5
|
-
|
|
7
|
+
m
|
|
6
8
|
];
|
|
7
9
|
export {
|
|
8
|
-
|
|
10
|
+
a as default
|
|
9
11
|
};
|
|
10
12
|
//# sourceMappingURL=cadastros.submenu.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cadastros.submenu.js","sources":["../../../../../../lib/base/configs/navigation.config/submenu/orcamento/cadastros.submenu.ts"],"sourcesContent":["import { NavigationTree } from \"@/@types/navigation\"\nimport centroDeCustosSubmenu from \"./premissas/centroDeCustos.submenu\"\nimport areaSubmenu from \"./premissas/area.submenu\"\n\n\nconst cadastrosSubmenu: NavigationTree[] = [\n centroDeCustosSubmenu,\n
|
|
1
|
+
{"version":3,"file":"cadastros.submenu.js","sources":["../../../../../../lib/base/configs/navigation.config/submenu/orcamento/cadastros.submenu.ts"],"sourcesContent":["import { NavigationTree } from \"@/@types/navigation\"\nimport centroDeCustosSubmenu from \"./premissas/centroDeCustos.submenu\"\nimport areaSubmenu from \"./premissas/area.submenu\"\nimport contaContabilSubmenu from \"./premissas/contaContabil.submenu\"\n\n\nconst cadastrosSubmenu: NavigationTree[] = [\n areaSubmenu,\n centroDeCustosSubmenu,\n contaContabilSubmenu\n]\n\nexport default cadastrosSubmenu"],"names":["cadastrosSubmenu","areaSubmenu","centroDeCustosSubmenu","contaContabilSubmenu"],"mappings":";;;AAMA,MAAMA,IAAqC;AAAA,EACvCC;AAAA,EACAC;AAAA,EACAC;AACJ;"}
|
package/dist/base/configs/navigation.config/submenu/orcamento/premissas/contaContabil.submenu.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { NAV_ITEM_TYPE_ITEM as t } from "../../../../../../@ecme/constants/navigation.constant.js";
|
|
2
|
+
import { ADMIN as o } from "../../../../../../@ecme/constants/roles.constant.js";
|
|
3
|
+
const n = {
|
|
4
|
+
key: "modules.orcamento.premissas.contaContabil",
|
|
5
|
+
path: "/orcamento/conta-contabil",
|
|
6
|
+
title: "Conta Contábil",
|
|
7
|
+
translateKey: "nav.modules.orcamento.cadastros.contaContabil.title",
|
|
8
|
+
icon: "customers",
|
|
9
|
+
type: t,
|
|
10
|
+
forceShowTitle: !0,
|
|
11
|
+
authority: [o],
|
|
12
|
+
subMenu: []
|
|
13
|
+
};
|
|
14
|
+
export {
|
|
15
|
+
n as default
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=contaContabil.submenu.js.map
|