@orbe-agro/client-core 5.6.197 → 5.6.199
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/template/Footer.js +1 -1
- package/dist/@types/base/@types/api/response/bayer/TFindAllEntregaBayerExportResponse.d.ts +35 -0
- package/dist/@types/base/@types/api/response/bayer/TFindAllEntregaBayerExportResponse.d.ts.map +1 -0
- package/dist/@types/base/@types/api/response/bayer/types.d.ts +4 -0
- package/dist/@types/base/@types/api/response/bayer/types.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/Ticket/Cadastros/toleranciaDiferencaBiodiesel.endpoint.config.d.ts +7 -0
- package/dist/@types/base/configs/endpoints.config/Ticket/Cadastros/toleranciaDiferencaBiodiesel.endpoint.config.d.ts.map +1 -0
- package/dist/@types/base/configs/endpoints.config/bayer/bayer.d.ts +1 -0
- package/dist/@types/base/configs/endpoints.config/bayer/bayer.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/bayer/config/entregaBayer.d.ts +1 -0
- package/dist/@types/base/configs/endpoints.config/bayer/config/entregaBayer.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/endpoints.navigation.d.ts +1 -0
- package/dist/@types/base/configs/endpoints.config/endpoints.navigation.d.ts.map +1 -1
- package/dist/@types/base/configs/navigation.config/submenu/ticket/config/toleranciaDiferencaBiodiesel.submenu.d.ts +4 -0
- package/dist/@types/base/configs/navigation.config/submenu/ticket/config/toleranciaDiferencaBiodiesel.submenu.d.ts.map +1 -0
- package/dist/@types/base/locales/lang/ptBR/modules/Ticket/ticket.nav.d.ts +1 -0
- package/dist/@types/base/locales/lang/ptBR/modules/Ticket/ticket.nav.d.ts.map +1 -1
- package/dist/@types/base/services/modules/Ticket/Cadastros/ToleranciaDiferencaBiodieselService.d.ts +4 -0
- package/dist/@types/base/services/modules/Ticket/Cadastros/ToleranciaDiferencaBiodieselService.d.ts.map +1 -0
- package/dist/@types/base/services/modules/bayer/entregaBayerService.d.ts +2 -0
- package/dist/@types/base/services/modules/bayer/entregaBayerService.d.ts.map +1 -1
- package/dist/base/@types/api/response/bayer/TFindAllEntregaBayerExportResponse.js +2 -0
- package/dist/base/@types/api/response/bayer/TFindAllEntregaBayerExportResponse.js.map +1 -0
- package/dist/base/@types/api/response/bayer/types.js.map +1 -1
- package/dist/base/configs/endpoints.config/Ticket/Cadastros/toleranciaDiferencaBiodiesel.endpoint.config.js +10 -0
- package/dist/base/configs/endpoints.config/Ticket/Cadastros/toleranciaDiferencaBiodiesel.endpoint.config.js.map +1 -0
- package/dist/base/configs/endpoints.config/bayer/config/entregaBayer.js +1 -0
- package/dist/base/configs/endpoints.config/bayer/config/entregaBayer.js.map +1 -1
- package/dist/base/configs/navigation.config/submenu/ticket/config/toleranciaDiferencaBiodiesel.submenu.js +16 -0
- package/dist/base/configs/navigation.config/submenu/ticket/config/toleranciaDiferencaBiodiesel.submenu.js.map +1 -0
- package/dist/base/index.js +2 -1
- package/dist/base/locales/lang/ptBR/modules/Ticket/ticket.nav.js +1 -0
- package/dist/base/locales/lang/ptBR/modules/Ticket/ticket.nav.js.map +1 -1
- package/dist/base/services/index.js +2 -1
- package/dist/base/services/modules/Ticket/Cadastros/ToleranciaDiferencaBiodieselService.js +28 -0
- package/dist/base/services/modules/Ticket/Cadastros/ToleranciaDiferencaBiodieselService.js.map +1 -0
- package/dist/base/services/modules/bayer/entregaBayerService.js +7 -0
- package/dist/base/services/modules/bayer/entregaBayerService.js.map +1 -1
- package/dist/base/services/modules/bayer/index.js +2 -1
- package/lib/base/@types/api/response/bayer/TFindAllEntregaBayerExportResponse.ts +34 -0
- package/lib/base/@types/api/response/bayer/types.ts +5 -0
- package/lib/base/configs/endpoints.config/Ticket/Cadastros/toleranciaDiferencaBiodiesel.endpoint.config.ts +9 -0
- package/lib/base/configs/endpoints.config/bayer/config/entregaBayer.ts +1 -0
- package/lib/base/configs/navigation.config/submenu/ticket/config/toleranciaDiferencaBiodiesel.submenu.ts +16 -0
- package/lib/base/locales/lang/ptBR/modules/Ticket/ticket.nav.ts +1 -0
- package/lib/base/services/modules/Ticket/Cadastros/ToleranciaDiferencaBiodieselService.ts +25 -0
- package/lib/base/services/modules/bayer/entregaBayerService.ts +8 -0
- package/package.json +1 -1
|
@@ -3,7 +3,7 @@ import Container from "../shared/Container.js";
|
|
|
3
3
|
import classNames from "../../utils/classNames.js";
|
|
4
4
|
import { APP_NAME } from "../../constants/app.constant.js";
|
|
5
5
|
import { PAGE_CONTAINER_GUTTER_X } from "../../constants/theme.constant.js";
|
|
6
|
-
const version = true ? "5.6.
|
|
6
|
+
const version = true ? "5.6.199" : "0.0.0";
|
|
7
7
|
const FooterContent = () => {
|
|
8
8
|
return /* @__PURE__ */ jsxs("div", { className: "flex w-full flex-auto items-center justify-between", children: [
|
|
9
9
|
/* @__PURE__ */ jsxs("span", { children: [
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Retorno do endpoint de exportação de entregas Bayer (`/bayer/api/entregas/export`).
|
|
3
|
+
* Espelha o record Java `EntregaExportResponse`.
|
|
4
|
+
*/
|
|
5
|
+
export type TFindAllEntregaBayerExportResponse = {
|
|
6
|
+
id: number;
|
|
7
|
+
ticketId?: number | null;
|
|
8
|
+
saldoEntradaGraosId?: number | null;
|
|
9
|
+
codigoCentro?: string | null;
|
|
10
|
+
cnpjCentro?: string | null;
|
|
11
|
+
codigoDeposito?: string | null;
|
|
12
|
+
dataEntrega?: string | null;
|
|
13
|
+
codigoProduto?: string | null;
|
|
14
|
+
descricaoProduto?: string | null;
|
|
15
|
+
codigoProdutor?: string | null;
|
|
16
|
+
nomeProdutor?: string | null;
|
|
17
|
+
cpfProdutor?: string | null;
|
|
18
|
+
cnpjProdutor?: string | null;
|
|
19
|
+
quantidadeBaixada?: number | null;
|
|
20
|
+
quantidadeBaixadaConsumida?: number | null;
|
|
21
|
+
quantidadeEntregue?: number | null;
|
|
22
|
+
quantidadePendente?: number | null;
|
|
23
|
+
quantidadeRetida?: number | null;
|
|
24
|
+
quantidadeDisponivel?: number | null;
|
|
25
|
+
safra?: string | null;
|
|
26
|
+
status?: string | null;
|
|
27
|
+
transgenia?: string | null;
|
|
28
|
+
operacao?: string | null;
|
|
29
|
+
txBid?: string | null;
|
|
30
|
+
txDeliveryId?: string | null;
|
|
31
|
+
statusRetorno?: string | null;
|
|
32
|
+
statusTicket?: string | null;
|
|
33
|
+
nfe?: string | null;
|
|
34
|
+
};
|
|
35
|
+
//# sourceMappingURL=TFindAllEntregaBayerExportResponse.d.ts.map
|
package/dist/@types/base/@types/api/response/bayer/TFindAllEntregaBayerExportResponse.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TFindAllEntregaBayerExportResponse.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/@types/api/response/bayer/TFindAllEntregaBayerExportResponse.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,MAAM,MAAM,kCAAkC,GAAG;IAC7C,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,0BAA0B,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3C,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,oBAAoB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrC,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,YAAY,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACvB,CAAC"}
|
|
@@ -109,4 +109,8 @@ export interface TTransacaoEntregaResponse {
|
|
|
109
109
|
statusTransacaoEntrega: StatusTransacaoEntrega;
|
|
110
110
|
dataTransacao: string;
|
|
111
111
|
}
|
|
112
|
+
export interface FindAllEntregaBayerExportRequest {
|
|
113
|
+
dataEntregaDe?: string | null;
|
|
114
|
+
dataEntregaAte?: string | null;
|
|
115
|
+
}
|
|
112
116
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/@types/api/response/bayer/types.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/@types/api/response/bayer/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toleranciaDiferencaBiodiesel.endpoint.config.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/configs/endpoints.config/Ticket/Cadastros/toleranciaDiferencaBiodiesel.endpoint.config.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,0CAA0C;;;;CAI/C,CAAA;AAED,eAAe,0CAA0C,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bayer.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/configs/endpoints.config/bayer/bayer.ts"],"names":[],"mappings":"AAOA,QAAA,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"bayer.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/configs/endpoints.config/bayer/bayer.ts"],"names":[],"mappings":"AAOA,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOV,CAAA;AAED,eAAe,KAAK,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entregaBayer.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/configs/endpoints.config/bayer/config/entregaBayer.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,YAAY;uBACK,MAAM;
|
|
1
|
+
{"version":3,"file":"entregaBayer.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/configs/endpoints.config/bayer/config/entregaBayer.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,YAAY;uBACK,MAAM;sBACP,MAAM;6BACC,MAAM;sBACb,MAAM;;;;;;;0BAOF,MAAM;+BACD,MAAM;qBAChB,MAAM;uBACJ,MAAM;CAC5B,CAAA;AAED,eAAe,YAAY,CAAA"}
|
|
@@ -2773,6 +2773,7 @@ declare const endpointNavigationConfig: {
|
|
|
2773
2773
|
bayer: {
|
|
2774
2774
|
entregaBayer: {
|
|
2775
2775
|
findAll: (params?: string) => string;
|
|
2776
|
+
export: (params?: string) => string;
|
|
2776
2777
|
createEntrega: (saldoId: number) => string;
|
|
2777
2778
|
enviarBayer: (id: number) => string;
|
|
2778
2779
|
somatorio: () => string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"endpoints.navigation.d.ts","sourceRoot":"","sources":["../../../../../lib/base/configs/endpoints.config/endpoints.navigation.ts"],"names":[],"mappings":"AA0DA,eAAO,MAAM,SAAS,SAAS,CAAA;AAE/B,QAAA,MAAM,wBAAwB
|
|
1
|
+
{"version":3,"file":"endpoints.navigation.d.ts","sourceRoot":"","sources":["../../../../../lib/base/configs/endpoints.config/endpoints.navigation.ts"],"names":[],"mappings":"AA0DA,eAAO,MAAM,SAAS,SAAS,CAAA;AAE/B,QAAA,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0D7B,CAAA;AAED,eAAe,wBAAwB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toleranciaDiferencaBiodiesel.submenu.d.ts","sourceRoot":"","sources":["../../../../../../../../lib/base/configs/navigation.config/submenu/ticket/config/toleranciaDiferencaBiodiesel.submenu.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAA;AAEpD,QAAA,MAAM,mCAAmC,EAAE,cAS1C,CAAA;AAED,eAAe,mCAAmC,CAAA"}
|
|
@@ -8,6 +8,7 @@ declare const _default: {
|
|
|
8
8
|
tabelaBiodiesel: string;
|
|
9
9
|
rotaRomaneio: string;
|
|
10
10
|
toleranciaDiferencaPreco: string;
|
|
11
|
+
toleranciaDiferencaBiodiesel: string;
|
|
11
12
|
vinculoProdutoOperacao: string;
|
|
12
13
|
monitorCompraRemessaArmazemTerceiro: string;
|
|
13
14
|
vinculoProdutorOperacao: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ticket.nav.d.ts","sourceRoot":"","sources":["../../../../../../../../lib/base/locales/lang/ptBR/modules/Ticket/ticket.nav.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ticket.nav.d.ts","sourceRoot":"","sources":["../../../../../../../../lib/base/locales/lang/ptBR/modules/Ticket/ticket.nav.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AACA,wBAwBC"}
|
package/dist/@types/base/services/modules/Ticket/Cadastros/ToleranciaDiferencaBiodieselService.d.ts
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export declare function apiGetToleranciasDiferencasBiodiesel(body: any): Promise<unknown>;
|
|
2
|
+
export declare function apiGetToleranciaDiferencaBiodiesel(id: any): Promise<unknown>;
|
|
3
|
+
export declare function apiAddToleranciaDiferencaBiodiesel(body: any): Promise<unknown>;
|
|
4
|
+
//# sourceMappingURL=ToleranciaDiferencaBiodieselService.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ToleranciaDiferencaBiodieselService.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/services/modules/Ticket/Cadastros/ToleranciaDiferencaBiodieselService.ts"],"names":[],"mappings":"AAGA,wBAAsB,oCAAoC,CAAC,IAAI,KAAA,oBAM9D;AAED,wBAAgB,kCAAkC,CAAC,EAAE,KAAA,oBAKpD;AAED,wBAAsB,kCAAkC,CAAC,IAAI,KAAA,oBAM5D"}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { TQueryResponse } from "@base/@types/api";
|
|
2
2
|
import { TFindAllEntregaBayerResponse } from "@base/@types/api/response/bayer/TFindAllEntregaBayerResponse";
|
|
3
|
+
import { TFindAllEntregaBayerExportResponse } from "@base/@types/api/response/bayer/TFindAllEntregaBayerExportResponse";
|
|
3
4
|
import { EntregaResponse, FindEntregaFilterRequest, SomatorioEntregaExtratoProdutorRequest, SomatorioEntregaExtratoProdutorResponse, FindEntregaResponse, QuantidadeConsumidaPorSaldoEntradaGraosRequest, QuantidadeASerRetidaPorSaldoResponse, AplicarRetencaoResponse, AtualizarQuantidadesEntregaRequest, TTransacaoEntregaResponse } from "@base/@types/api/response/bayer/types";
|
|
4
5
|
import { TFindAllMetricsEntregaBayerResponse } from "@base/@types/api/response/bayer/TFindAllMetricsEntregaBayerResponse";
|
|
5
6
|
export declare function apiFindAllEntregaBayer(params?: string): Promise<TQueryResponse<TFindAllEntregaBayerResponse>>;
|
|
7
|
+
export declare function apiFindAllEntregaBayerExport(params?: string): Promise<TQueryResponse<TFindAllEntregaBayerExportResponse>>;
|
|
6
8
|
export declare function apiCreateEntrega(saldoId: number): Promise<EntregaResponse>;
|
|
7
9
|
export declare function apiEnviarEntregaBayer(id: number): Promise<void>;
|
|
8
10
|
export declare function apiSomatorioEntrega(data: SomatorioEntregaExtratoProdutorRequest): Promise<SomatorioEntregaExtratoProdutorResponse[]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entregaBayerService.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/services/modules/bayer/entregaBayerService.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,4BAA4B,EAAE,MAAM,8DAA8D,CAAC;
|
|
1
|
+
{"version":3,"file":"entregaBayerService.d.ts","sourceRoot":"","sources":["../../../../../../lib/base/services/modules/bayer/entregaBayerService.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,4BAA4B,EAAE,MAAM,8DAA8D,CAAC;AAC5G,OAAO,EAAE,kCAAkC,EAAE,MAAM,oEAAoE,CAAC;AAExH,OAAO,EACH,eAAe,EACf,wBAAwB,EAExB,sCAAsC,EACtC,uCAAuC,EACvC,mBAAmB,EACnB,8CAA8C,EAC9C,oCAAoC,EACpC,uBAAuB,EACvB,kCAAkC,EAClC,yBAAyB,EAC5B,MAAM,uCAAuC,CAAC;AAC/C,OAAO,EAAE,mCAAmC,EAAE,MAAM,qEAAqE,CAAC;AAI1H,wBAAsB,sBAAsB,CAAC,MAAM,CAAC,EAAE,MAAM,yDAK3D;AAED,wBAAsB,4BAA4B,CAAC,MAAM,CAAC,EAAE,MAAM,+DAKjE;AAED,wBAAsB,gBAAgB,CAAC,OAAO,EAAE,MAAM,4BAKrD;AAED,wBAAsB,qBAAqB,CAAC,EAAE,EAAE,MAAM,iBAKrD;AAED,wBAAsB,mBAAmB,CAAC,IAAI,EAAE,sCAAsC,sDAMrF;AAED,wBAAsB,cAAc,CAAC,IAAI,EAAE,wBAAwB,kCAMlE;AAED,wBAAsB,yBAAyB,kBAK9C;AAED,wBAAsB,mBAAmB,CAAC,IAAI,EAAE,8CAA8C,iDAM7F;AAED,wBAAsB,wBAAwB,kBAK7C;AAED,wBAAsB,kBAAkB,CAAC,IAAI,EAAE,8CAA8C,oCAM5F;AAED,wBAAsB,uBAAuB,CAAC,EAAE,EAAE,MAAM,iBAKvD;AAED,wBAAsB,8BAA8B,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,kCAAkC,gCAMxG;AAED,wBAAsB,0BAA0B,CAAC,MAAM,CAAC,EAAE,MAAM,gDAK/D;AAED,wBAAsB,uBAAuB,CAAC,EAAE,EAAE,MAAM,wCAKvD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TFindAllEntregaBayerExportResponse.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sources":["../../../../../../lib/base/@types/api/response/bayer/types.ts"],"sourcesContent":["import { TRetornoEntregaResponse } from \"./TRetornoEntregaResponse\";\n\nexport interface RoyaltiesBusinessPartnerResponse {\n codigoBusinessPartner: string;\n}\n\nexport interface CreateRoyaltiesBusinessPartnerRequest {\n codigoBusinessPartner: string;\n}\n\nexport interface EntregaResponse {\n id: number;\n}\n\nexport interface FindEntregaFilterRequest {\n produtorId: number;\n produtoId: number[];\n dataInicial: string;\n dataFinal: string;\n codigoCentro: string[];\n safraId: number;\n}\n\nexport interface SomatorioEntregaPorGrupoResponse {\n grupo: string;\n totalQuantidadeEntregue: number;\n totalQuantidadeBaixada: number;\n totalQuantidadePendente: number;\n totalQuantidadeRetida: number;\n totalQuantidadeBaixadaConsumida: number;\n}\n\nexport interface SomatorioEntregaResponse {\n somatorios: SomatorioEntregaPorGrupoResponse[];\n}\n\nexport interface SomatorioEntregaExtratoProdutorRequest {\n produtorId: number;\n produtoId: number[];\n dataInicial: string;\n dataFinal: string;\n codigoCentro: string[];\n safraId: number;\n}\n\nexport interface SomatorioEntregaExtratoProdutorResponse {\n transgenia: string;\n totalQuantidadeEntregue: number;\n totalQuantidadeBaixada: number;\n totalQuantidadeBaixadaConsumida: number;\n totalQuantidadePendente: number;\n totalQuantidadeRetida: number;\n}\n\nexport interface FindEntregaResponse {\n id: number;\n saldoEntradaGraosId: number;\n ticketId: number;\n codigoCentro: string;\n codigoDeposito: string;\n produtoId: number;\n safraId: number;\n produtorId: number;\n transgenia: 'INTACTA' | 'NAO_INTACTA' | 'INTACTA_NAO_DECLARADA' | 'ORIUNDO_PARTICIPANTE' | 'INTACTA_ORIUNDO_PARTICIPANTE' | 'SEM_TRANSGENIA';\n quantidadeEntregue: number;\n quantidadeBaixada: number;\n quantidadePendente: number;\n quantidadeRetida: number;\n quantidadeBaixadaConsumida: number;\n quantidadeDisponivel?: number;\n dataEntrega: string;\n status: 'POSITIVE' | 'NEGATIVE' | 'DECLARED' | 'ORIUNDO';\n retornoEntrega: TRetornoEntregaResponse;\n}\n\nexport interface ItemQuantidadeConsumidaPorSaldoEntradaGraosRequest {\n saldoEntradaGraosId: number;\n quantidadeConsumida: number;\n}\n\nexport interface QuantidadeConsumidaPorSaldoEntradaGraosRequest {\n itens: ItemQuantidadeConsumidaPorSaldoEntradaGraosRequest[];\n}\n\nexport interface ItemQuantidadeASerRetidaPorSaldoResponse {\n entregaId: number;\n saldoEntradaGraosId: number;\n quantidadeASerRetida: number;\n}\n\nexport interface QuantidadeASerRetidaPorSaldoResponse {\n businessPartnerRoyalties: string;\n itens: ItemQuantidadeASerRetidaPorSaldoResponse[];\n}\n\nexport interface ItemAplicarRetencaoResponse {\n entregaId: number;\n saldoEntradaGraosId: number;\n quantidadeRetida: number;\n fixacaoId: string;\n}\n\nexport interface AplicarRetencaoResponse {\n itens: ItemAplicarRetencaoResponse[];\n}\n\nexport interface AtualizarQuantidadesEntregaRequest {\n quantidadeEntregue: number;\n quantidadeBaixada: number;\n quantidadePendente: number;\n quantidadeRetida: number;\n quantidadeBaixadaConsumida: number;\n}\n\nexport enum StatusTransacaoEntrega {\n CONSUMO = 'CONSUMO',\n ESTORNO = 'ESTORNO',\n}\n\nexport interface TTransacaoEntregaResponse {\n id: number;\n entregaId: number;\n saldoEntradaGraosId: number;\n liquidacaoId: number;\n quantidadeBaixadaConsumida: number;\n quantidadeRetida: number;\n statusTransacaoEntrega: StatusTransacaoEntrega;\n dataTransacao: string;\n}\n"],"names":["StatusTransacaoEntrega"],"mappings":"AAkHO,IAAK,2CAAAA,4BAAL;AACLA,0BAAA,SAAA,IAAU;AACVA,0BAAA,SAAA,IAAU;AAFA,SAAAA;AAAA,GAAA,0BAAA,CAAA,CAAA;"}
|
|
1
|
+
{"version":3,"file":"types.js","sources":["../../../../../../lib/base/@types/api/response/bayer/types.ts"],"sourcesContent":["import { TRetornoEntregaResponse } from \"./TRetornoEntregaResponse\";\n\nexport interface RoyaltiesBusinessPartnerResponse {\n codigoBusinessPartner: string;\n}\n\nexport interface CreateRoyaltiesBusinessPartnerRequest {\n codigoBusinessPartner: string;\n}\n\nexport interface EntregaResponse {\n id: number;\n}\n\nexport interface FindEntregaFilterRequest {\n produtorId: number;\n produtoId: number[];\n dataInicial: string;\n dataFinal: string;\n codigoCentro: string[];\n safraId: number;\n}\n\nexport interface SomatorioEntregaPorGrupoResponse {\n grupo: string;\n totalQuantidadeEntregue: number;\n totalQuantidadeBaixada: number;\n totalQuantidadePendente: number;\n totalQuantidadeRetida: number;\n totalQuantidadeBaixadaConsumida: number;\n}\n\nexport interface SomatorioEntregaResponse {\n somatorios: SomatorioEntregaPorGrupoResponse[];\n}\n\nexport interface SomatorioEntregaExtratoProdutorRequest {\n produtorId: number;\n produtoId: number[];\n dataInicial: string;\n dataFinal: string;\n codigoCentro: string[];\n safraId: number;\n}\n\nexport interface SomatorioEntregaExtratoProdutorResponse {\n transgenia: string;\n totalQuantidadeEntregue: number;\n totalQuantidadeBaixada: number;\n totalQuantidadeBaixadaConsumida: number;\n totalQuantidadePendente: number;\n totalQuantidadeRetida: number;\n}\n\nexport interface FindEntregaResponse {\n id: number;\n saldoEntradaGraosId: number;\n ticketId: number;\n codigoCentro: string;\n codigoDeposito: string;\n produtoId: number;\n safraId: number;\n produtorId: number;\n transgenia: 'INTACTA' | 'NAO_INTACTA' | 'INTACTA_NAO_DECLARADA' | 'ORIUNDO_PARTICIPANTE' | 'INTACTA_ORIUNDO_PARTICIPANTE' | 'SEM_TRANSGENIA';\n quantidadeEntregue: number;\n quantidadeBaixada: number;\n quantidadePendente: number;\n quantidadeRetida: number;\n quantidadeBaixadaConsumida: number;\n quantidadeDisponivel?: number;\n dataEntrega: string;\n status: 'POSITIVE' | 'NEGATIVE' | 'DECLARED' | 'ORIUNDO';\n retornoEntrega: TRetornoEntregaResponse;\n}\n\nexport interface ItemQuantidadeConsumidaPorSaldoEntradaGraosRequest {\n saldoEntradaGraosId: number;\n quantidadeConsumida: number;\n}\n\nexport interface QuantidadeConsumidaPorSaldoEntradaGraosRequest {\n itens: ItemQuantidadeConsumidaPorSaldoEntradaGraosRequest[];\n}\n\nexport interface ItemQuantidadeASerRetidaPorSaldoResponse {\n entregaId: number;\n saldoEntradaGraosId: number;\n quantidadeASerRetida: number;\n}\n\nexport interface QuantidadeASerRetidaPorSaldoResponse {\n businessPartnerRoyalties: string;\n itens: ItemQuantidadeASerRetidaPorSaldoResponse[];\n}\n\nexport interface ItemAplicarRetencaoResponse {\n entregaId: number;\n saldoEntradaGraosId: number;\n quantidadeRetida: number;\n fixacaoId: string;\n}\n\nexport interface AplicarRetencaoResponse {\n itens: ItemAplicarRetencaoResponse[];\n}\n\nexport interface AtualizarQuantidadesEntregaRequest {\n quantidadeEntregue: number;\n quantidadeBaixada: number;\n quantidadePendente: number;\n quantidadeRetida: number;\n quantidadeBaixadaConsumida: number;\n}\n\nexport enum StatusTransacaoEntrega {\n CONSUMO = 'CONSUMO',\n ESTORNO = 'ESTORNO',\n}\n\nexport interface TTransacaoEntregaResponse {\n id: number;\n entregaId: number;\n saldoEntradaGraosId: number;\n liquidacaoId: number;\n quantidadeBaixadaConsumida: number;\n quantidadeRetida: number;\n statusTransacaoEntrega: StatusTransacaoEntrega;\n dataTransacao: string;\n}\n\nexport interface FindAllEntregaBayerExportRequest {\n dataEntregaDe?: string | null;\n dataEntregaAte?: string | null;\n}\n"],"names":["StatusTransacaoEntrega"],"mappings":"AAkHO,IAAK,2CAAAA,4BAAL;AACLA,0BAAA,SAAA,IAAU;AACVA,0BAAA,SAAA,IAAU;AAFA,SAAAA;AAAA,GAAA,0BAAA,CAAA,CAAA;"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
const TOLERANCIA_DIFERENCA_BIODIESEL_API_PATH = "/ticket/api/tolerancia-diferenca-biodiesel";
|
|
2
|
+
const toleranciaDiferencaBiodieselEndpointConfig = {
|
|
3
|
+
add: `${TOLERANCIA_DIFERENCA_BIODIESEL_API_PATH}`,
|
|
4
|
+
findAll: `${TOLERANCIA_DIFERENCA_BIODIESEL_API_PATH}/find`,
|
|
5
|
+
findOne: `${TOLERANCIA_DIFERENCA_BIODIESEL_API_PATH}/`
|
|
6
|
+
};
|
|
7
|
+
export {
|
|
8
|
+
toleranciaDiferencaBiodieselEndpointConfig as default
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=toleranciaDiferencaBiodiesel.endpoint.config.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toleranciaDiferencaBiodiesel.endpoint.config.js","sources":["../../../../../../lib/base/configs/endpoints.config/Ticket/Cadastros/toleranciaDiferencaBiodiesel.endpoint.config.ts"],"sourcesContent":["const TOLERANCIA_DIFERENCA_BIODIESEL_API_PATH = '/ticket/api/tolerancia-diferenca-biodiesel'\n\nconst toleranciaDiferencaBiodieselEndpointConfig = {\n add: `${TOLERANCIA_DIFERENCA_BIODIESEL_API_PATH}`,\n findAll: `${TOLERANCIA_DIFERENCA_BIODIESEL_API_PATH}/find`,\n findOne: `${TOLERANCIA_DIFERENCA_BIODIESEL_API_PATH}/`,\n}\n\nexport default toleranciaDiferencaBiodieselEndpointConfig"],"names":[],"mappings":"AAAA,MAAM,0CAA0C;AAEhD,MAAM,6CAA6C;AAAA,EAC/C,KAAK,GAAG,uCAAuC;AAAA,EAC/C,SAAS,GAAG,uCAAuC;AAAA,EACnD,SAAS,GAAG,uCAAuC;AACvD;"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
const entregaBayer = {
|
|
2
2
|
findAll: (params) => `/bayer/api/entregas?${params ?? ""}`,
|
|
3
|
+
export: (params) => `/bayer/api/entregas/export?${params ?? ""}`,
|
|
3
4
|
createEntrega: (saldoId) => `/bayer/api/entregas/${saldoId}`,
|
|
4
5
|
enviarBayer: (id) => `/bayer/api/entregas/${id}/enviar-bayer`,
|
|
5
6
|
somatorio: () => "/bayer/api/entregas/somatorio",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entregaBayer.js","sources":["../../../../../../lib/base/configs/endpoints.config/bayer/config/entregaBayer.ts"],"sourcesContent":["const entregaBayer = {\n findAll: (params?: string) => `/bayer/api/entregas?${params ?? ''}`,\n createEntrega: (saldoId: number) => `/bayer/api/entregas/${saldoId}`,\n enviarBayer: (id: number) => `/bayer/api/entregas/${id}/enviar-bayer`,\n somatorio: () => '/bayer/api/entregas/somatorio',\n find: () => '/bayer/api/entregas/find',\n enviarBayerLote: () => '/bayer/api/entregas/enviar-bayer-lote',\n calcularRetencao: () => '/bayer/api/entregas/calcular-retencao',\n buscarRetorno: () => '/bayer/api/entregas/buscar-retorno',\n aplicarRetencao: () => '/bayer/api/entregas/aplicar-retencao',\n cancelarEntrega: (id: number) => `/bayer/api/entregas/${id}/cancelar`,\n atualizarQuantidades: (id: number) => `/bayer/api/entregas/${id}/quantidades`,\n transacoes: (id: number) => `/bayer/api/entregas/${id}/transacoes`,\n metrics: (params?: string) => `/bayer/api/entregas/metrics?${params ?? ''}`,\n}\n\nexport default entregaBayer\n"],"names":[],"mappings":"AAAA,MAAM,eAAe;AAAA,EACjB,SAAS,CAAC,WAAoB,uBAAuB,UAAU,EAAE;AAAA,EACjE,eAAe,CAAC,YAAoB,uBAAuB,OAAO;AAAA,EAClE,aAAa,CAAC,OAAe,uBAAuB,EAAE;AAAA,EACtD,WAAW,MAAM;AAAA,EACjB,MAAM,MAAM;AAAA,EACZ,iBAAiB,MAAM;AAAA,EACvB,kBAAkB,MAAM;AAAA,EACxB,eAAe,MAAM;AAAA,EACrB,iBAAiB,MAAM;AAAA,EACvB,iBAAiB,CAAC,OAAe,uBAAuB,EAAE;AAAA,EAC1D,sBAAsB,CAAC,OAAe,uBAAuB,EAAE;AAAA,EAC/D,YAAY,CAAC,OAAe,uBAAuB,EAAE;AAAA,EACrD,SAAS,CAAC,WAAoB,+BAA+B,UAAU,EAAE;AAC7E;"}
|
|
1
|
+
{"version":3,"file":"entregaBayer.js","sources":["../../../../../../lib/base/configs/endpoints.config/bayer/config/entregaBayer.ts"],"sourcesContent":["const entregaBayer = {\n findAll: (params?: string) => `/bayer/api/entregas?${params ?? ''}`,\n export: (params?: string) => `/bayer/api/entregas/export?${params ?? ''}`,\n createEntrega: (saldoId: number) => `/bayer/api/entregas/${saldoId}`,\n enviarBayer: (id: number) => `/bayer/api/entregas/${id}/enviar-bayer`,\n somatorio: () => '/bayer/api/entregas/somatorio',\n find: () => '/bayer/api/entregas/find',\n enviarBayerLote: () => '/bayer/api/entregas/enviar-bayer-lote',\n calcularRetencao: () => '/bayer/api/entregas/calcular-retencao',\n buscarRetorno: () => '/bayer/api/entregas/buscar-retorno',\n aplicarRetencao: () => '/bayer/api/entregas/aplicar-retencao',\n cancelarEntrega: (id: number) => `/bayer/api/entregas/${id}/cancelar`,\n atualizarQuantidades: (id: number) => `/bayer/api/entregas/${id}/quantidades`,\n transacoes: (id: number) => `/bayer/api/entregas/${id}/transacoes`,\n metrics: (params?: string) => `/bayer/api/entregas/metrics?${params ?? ''}`,\n}\n\nexport default entregaBayer\n"],"names":[],"mappings":"AAAA,MAAM,eAAe;AAAA,EACjB,SAAS,CAAC,WAAoB,uBAAuB,UAAU,EAAE;AAAA,EACjE,QAAQ,CAAC,WAAoB,8BAA8B,UAAU,EAAE;AAAA,EACvE,eAAe,CAAC,YAAoB,uBAAuB,OAAO;AAAA,EAClE,aAAa,CAAC,OAAe,uBAAuB,EAAE;AAAA,EACtD,WAAW,MAAM;AAAA,EACjB,MAAM,MAAM;AAAA,EACZ,iBAAiB,MAAM;AAAA,EACvB,kBAAkB,MAAM;AAAA,EACxB,eAAe,MAAM;AAAA,EACrB,iBAAiB,MAAM;AAAA,EACvB,iBAAiB,CAAC,OAAe,uBAAuB,EAAE;AAAA,EAC1D,sBAAsB,CAAC,OAAe,uBAAuB,EAAE;AAAA,EAC/D,YAAY,CAAC,OAAe,uBAAuB,EAAE;AAAA,EACrD,SAAS,CAAC,WAAoB,+BAA+B,UAAU,EAAE;AAC7E;"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { NAV_ITEM_TYPE_ITEM } from "../../../../../../@ecme/constants/navigation.constant.js";
|
|
2
|
+
import { ADMIN } from "../../../../../../@ecme/constants/roles.constant.js";
|
|
3
|
+
const toleranciaDiferencaBiodieselSubmenu = {
|
|
4
|
+
key: "ticket.cadastros.toleranciaDiferencaBiodiesel",
|
|
5
|
+
path: "/ticket/tolerancia-diferenca-biodiesel",
|
|
6
|
+
title: "Tolerância de Diferença do Biodiesel",
|
|
7
|
+
translateKey: "nav.modules.ticket.toleranciaDiferencaBiodiesel",
|
|
8
|
+
icon: "",
|
|
9
|
+
type: NAV_ITEM_TYPE_ITEM,
|
|
10
|
+
authority: [ADMIN],
|
|
11
|
+
subMenu: []
|
|
12
|
+
};
|
|
13
|
+
export {
|
|
14
|
+
toleranciaDiferencaBiodieselSubmenu as default
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=toleranciaDiferencaBiodiesel.submenu.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toleranciaDiferencaBiodiesel.submenu.js","sources":["../../../../../../../lib/base/configs/navigation.config/submenu/ticket/config/toleranciaDiferencaBiodiesel.submenu.ts"],"sourcesContent":["import { NAV_ITEM_TYPE_ITEM } from '@/constants/navigation.constant'\nimport { ADMIN } from '@/constants/roles.constant'\nimport { NavigationTree } from '@/@types/navigation'\n\nconst toleranciaDiferencaBiodieselSubmenu: NavigationTree = {\n key: 'ticket.cadastros.toleranciaDiferencaBiodiesel',\n path: '/ticket/tolerancia-diferenca-biodiesel',\n title: 'Tolerância de Diferença do Biodiesel',\n translateKey: 'nav.modules.ticket.toleranciaDiferencaBiodiesel',\n icon: '',\n type: NAV_ITEM_TYPE_ITEM,\n authority: [ADMIN],\n subMenu: [],\n}\n\nexport default toleranciaDiferencaBiodieselSubmenu\n"],"names":[],"mappings":";;AAIA,MAAM,sCAAsD;AAAA,EACxD,KAAK;AAAA,EACL,MAAM;AAAA,EACN,OAAO;AAAA,EACP,cAAc;AAAA,EACd,MAAM;AAAA,EACN,MAAM;AAAA,EACN,WAAW,CAAC,KAAK;AAAA,EACjB,SAAS,CAAA;AACb;"}
|
package/dist/base/index.js
CHANGED
|
@@ -96,7 +96,7 @@ import { apiAddTipoCarga, apiFindAllTipoCarga, apiGetCodigoTipoCarga, apiGetTipo
|
|
|
96
96
|
import { apiAddVolumeProducaoSeloSocial, apiFindMonitorVolumeProducaoSeloSocial, apiGetVolumeProducaoSeloSocial, apiGetVolumeProducaoSeloSocialBySafraId, apiUpdateVolumeProducaoSeloSocial } from "./services/modules/originacao/adm/volumeProducaoSeloSocial/VolumeProducaoSeloSocialService.js";
|
|
97
97
|
import { apiAdicionarItensCotacaoEmProcessamento, apiFinalizaRequisicaoAgrupada, apiFindMonitorRequisicaoAgrupadaItem, apiFindMonitorRequisicaoAgrupadaRequisicao } from "./services/modules/compras/requisicaoAgrupada/RequisicaoAgrupadaService.js";
|
|
98
98
|
import { apiAdicionarObservacaoRequisicaoCompra, apiCreateRequisicaoCompra, apiExecuteAcao, apiFindDetalheItemRequisicaoCompraMonitor, apiFindHistoricosMovimentacao, apiFindMonitorRequisicaoCompra, apiFindOneRequisicaoCompra, apiSetRequisicaoCompraLock, apiUpdateRequisicaoCompra } from "./services/modules/compras/requisicaoCompra/RequisicaoCompraService.js";
|
|
99
|
-
import { apiAplicarRetencao, apiAtualizarQuantidadesEntrega, apiBuscarRetornoEntregas, apiCalcularRetencao, apiCancelarEntregaBayer, apiCreateEntrega, apiEnviarEntregaBayer, apiEnviarEntregaBayerLote, apiFindAllEntregaBayer, apiFindEntrega, apiFindEntregaBayerMetrics, apiGetTransacoesEntrega, apiSomatorioEntrega } from "./services/modules/bayer/entregaBayerService.js";
|
|
99
|
+
import { apiAplicarRetencao, apiAtualizarQuantidadesEntrega, apiBuscarRetornoEntregas, apiCalcularRetencao, apiCancelarEntregaBayer, apiCreateEntrega, apiEnviarEntregaBayer, apiEnviarEntregaBayerLote, apiFindAllEntregaBayer, apiFindAllEntregaBayerExport, apiFindEntrega, apiFindEntregaBayerMetrics, apiGetTransacoesEntrega, apiSomatorioEntrega } from "./services/modules/bayer/entregaBayerService.js";
|
|
100
100
|
import { apiBuscarEntradaGraos } from "./services/modules/bayer/registroEntradaBayerService.js";
|
|
101
101
|
import { apiBuscarPendencias, apiBuscarPendenciasBayer, apiBuscarStatusConsumo, apiBuscarStatusFixacao } from "./services/modules/bayer/pendenciaBayerService.js";
|
|
102
102
|
import { apiCancelContratoCompraGraos, apiCreateContratoCompraGraos, apiEditContratoCompraGraos, apiFindAllContratoCompraGraos, apiFindByIdContratoCompraGraos, apiFindHistoricoByIdContratoCompraGraos, apiFindSaldoByIdContratoCompraGraos, apiGeneratePdfContratoCompraGraos, apiUpdateStatusContratoCompraGraos, apiUploadContrato } from "./services/modules/originacao/contratoCompraGraos/contratoCompraGraosService.js";
|
|
@@ -537,6 +537,7 @@ export {
|
|
|
537
537
|
apiFindAllDocketEstados,
|
|
538
538
|
apiFindAllEmpresa,
|
|
539
539
|
apiFindAllEntregaBayer,
|
|
540
|
+
apiFindAllEntregaBayerExport,
|
|
540
541
|
apiFindAllFavorecido,
|
|
541
542
|
apiFindAllInss,
|
|
542
543
|
apiFindAllIrpf,
|
|
@@ -8,6 +8,7 @@ const ticket = {
|
|
|
8
8
|
tabelaBiodiesel: "Tabela do Biodiesel",
|
|
9
9
|
rotaRomaneio: "Rota do Romaneio",
|
|
10
10
|
toleranciaDiferencaPreco: "Tolerância de Diferença de Preço",
|
|
11
|
+
toleranciaDiferencaBiodiesel: "Tolerância de Diferença do Biodiesel",
|
|
11
12
|
vinculoProdutoOperacao: "Vínculo de Produto e Operação",
|
|
12
13
|
monitorCompraRemessaArmazemTerceiro: "Monitor de Compra e Remessa/Armazem Terceiro",
|
|
13
14
|
vinculoProdutorOperacao: "Vínculo de Produtor e Operação",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ticket.nav.js","sources":["../../../../../../../lib/base/locales/lang/ptBR/modules/Ticket/ticket.nav.ts"],"sourcesContent":["\nexport default {\n ticket: {\n title: 'Ticket',\n motivoCancelamento: 'Motivo de Cancelamento',\n vinculoSafraOperacao: 'Vínculo de Safra e Operação',\n vinculoTransgeniaOperacao: 'Vínculo de Transgenia e Operação',\n operacao: 'Operação',\n tabelaBiodiesel: 'Tabela do Biodiesel',\n rotaRomaneio: 'Rota do Romaneio',\n toleranciaDiferencaPreco: 'Tolerância de Diferença de Preço',\n vinculoProdutoOperacao: 'Vínculo de Produto e Operação',\n monitorCompraRemessaArmazemTerceiro: 'Monitor de Compra e Remessa/Armazem Terceiro',\n vinculoProdutorOperacao: 'Vínculo de Produtor e Operação',\n extratoProdutor: 'Extrato Produtor',\n vinculoDepositoOperacao: 'Vínculo de Depósito e Operação',\n controleTicket: 'Controle de ticket',\n operacoesMovimentacaoGraos: 'Operações Relatórios',\n recebimentoCentro: 'Recebimento por Centro',\n tabelaClassificacao: 'Tabela de Classificação',\n relatorioFisicoFiscal: 'Relatório Fisico Fiscal',\n relatorioMediaPonderada: 'Relatório Média Ponderada',\n vinculoUnidadeMedida: 'Vínculo de Unidade de Medida', \n },\n}"],"names":[],"mappings":"AACA,MAAA,SAAe;AAAA,EACX,QAAQ;AAAA,IACJ,OAAO;AAAA,IACP,oBAAoB;AAAA,IACpB,sBAAsB;AAAA,IACtB,2BAA2B;AAAA,IAC3B,UAAU;AAAA,IACV,iBAAiB;AAAA,IACjB,cAAc;AAAA,IACd,0BAA0B;AAAA,IAC1B,wBAAwB;AAAA,IACxB,qCAAqC;AAAA,IACrC,yBAAyB;AAAA,IACzB,iBAAiB;AAAA,IACjB,yBAAyB;AAAA,IACzB,gBAAgB;AAAA,IAChB,4BAA4B;AAAA,IAC5B,mBAAmB;AAAA,IACnB,qBAAqB;AAAA,IACrB,uBAAuB;AAAA,IACvB,yBAAyB;AAAA,IACzB,sBAAsB;AAAA,EAAA;AAE9B;"}
|
|
1
|
+
{"version":3,"file":"ticket.nav.js","sources":["../../../../../../../lib/base/locales/lang/ptBR/modules/Ticket/ticket.nav.ts"],"sourcesContent":["\nexport default {\n ticket: {\n title: 'Ticket',\n motivoCancelamento: 'Motivo de Cancelamento',\n vinculoSafraOperacao: 'Vínculo de Safra e Operação',\n vinculoTransgeniaOperacao: 'Vínculo de Transgenia e Operação',\n operacao: 'Operação',\n tabelaBiodiesel: 'Tabela do Biodiesel',\n rotaRomaneio: 'Rota do Romaneio',\n toleranciaDiferencaPreco: 'Tolerância de Diferença de Preço',\n toleranciaDiferencaBiodiesel: 'Tolerância de Diferença do Biodiesel',\n vinculoProdutoOperacao: 'Vínculo de Produto e Operação',\n monitorCompraRemessaArmazemTerceiro: 'Monitor de Compra e Remessa/Armazem Terceiro',\n vinculoProdutorOperacao: 'Vínculo de Produtor e Operação',\n extratoProdutor: 'Extrato Produtor',\n vinculoDepositoOperacao: 'Vínculo de Depósito e Operação',\n controleTicket: 'Controle de ticket',\n operacoesMovimentacaoGraos: 'Operações Relatórios',\n recebimentoCentro: 'Recebimento por Centro',\n tabelaClassificacao: 'Tabela de Classificação',\n relatorioFisicoFiscal: 'Relatório Fisico Fiscal',\n relatorioMediaPonderada: 'Relatório Média Ponderada',\n vinculoUnidadeMedida: 'Vínculo de Unidade de Medida', \n },\n}"],"names":[],"mappings":"AACA,MAAA,SAAe;AAAA,EACX,QAAQ;AAAA,IACJ,OAAO;AAAA,IACP,oBAAoB;AAAA,IACpB,sBAAsB;AAAA,IACtB,2BAA2B;AAAA,IAC3B,UAAU;AAAA,IACV,iBAAiB;AAAA,IACjB,cAAc;AAAA,IACd,0BAA0B;AAAA,IAC1B,8BAA8B;AAAA,IAC9B,wBAAwB;AAAA,IACxB,qCAAqC;AAAA,IACrC,yBAAyB;AAAA,IACzB,iBAAiB;AAAA,IACjB,yBAAyB;AAAA,IACzB,gBAAgB;AAAA,IAChB,4BAA4B;AAAA,IAC5B,mBAAmB;AAAA,IACnB,qBAAqB;AAAA,IACrB,uBAAuB;AAAA,IACvB,yBAAyB;AAAA,IACzB,sBAAsB;AAAA,EAAA;AAE9B;"}
|
|
@@ -96,7 +96,7 @@ import { apiAddTipoCarga, apiFindAllTipoCarga, apiGetCodigoTipoCarga, apiGetTipo
|
|
|
96
96
|
import { apiAddVolumeProducaoSeloSocial, apiFindMonitorVolumeProducaoSeloSocial, apiGetVolumeProducaoSeloSocial, apiGetVolumeProducaoSeloSocialBySafraId, apiUpdateVolumeProducaoSeloSocial } from "./modules/originacao/adm/volumeProducaoSeloSocial/VolumeProducaoSeloSocialService.js";
|
|
97
97
|
import { apiAdicionarItensCotacaoEmProcessamento, apiFinalizaRequisicaoAgrupada, apiFindMonitorRequisicaoAgrupadaItem, apiFindMonitorRequisicaoAgrupadaRequisicao } from "./modules/compras/requisicaoAgrupada/RequisicaoAgrupadaService.js";
|
|
98
98
|
import { apiAdicionarObservacaoRequisicaoCompra, apiCreateRequisicaoCompra, apiExecuteAcao, apiFindDetalheItemRequisicaoCompraMonitor, apiFindHistoricosMovimentacao, apiFindMonitorRequisicaoCompra, apiFindOneRequisicaoCompra, apiSetRequisicaoCompraLock, apiUpdateRequisicaoCompra } from "./modules/compras/requisicaoCompra/RequisicaoCompraService.js";
|
|
99
|
-
import { apiAplicarRetencao, apiAtualizarQuantidadesEntrega, apiBuscarRetornoEntregas, apiCalcularRetencao, apiCancelarEntregaBayer, apiCreateEntrega, apiEnviarEntregaBayer, apiEnviarEntregaBayerLote, apiFindAllEntregaBayer, apiFindEntrega, apiFindEntregaBayerMetrics, apiGetTransacoesEntrega, apiSomatorioEntrega } from "./modules/bayer/entregaBayerService.js";
|
|
99
|
+
import { apiAplicarRetencao, apiAtualizarQuantidadesEntrega, apiBuscarRetornoEntregas, apiCalcularRetencao, apiCancelarEntregaBayer, apiCreateEntrega, apiEnviarEntregaBayer, apiEnviarEntregaBayerLote, apiFindAllEntregaBayer, apiFindAllEntregaBayerExport, apiFindEntrega, apiFindEntregaBayerMetrics, apiGetTransacoesEntrega, apiSomatorioEntrega } from "./modules/bayer/entregaBayerService.js";
|
|
100
100
|
import { apiBuscarEntradaGraos } from "./modules/bayer/registroEntradaBayerService.js";
|
|
101
101
|
import { apiBuscarPendencias, apiBuscarPendenciasBayer, apiBuscarStatusConsumo, apiBuscarStatusFixacao } from "./modules/bayer/pendenciaBayerService.js";
|
|
102
102
|
import { apiCancelContratoCompraGraos, apiCreateContratoCompraGraos, apiEditContratoCompraGraos, apiFindAllContratoCompraGraos, apiFindByIdContratoCompraGraos, apiFindHistoricoByIdContratoCompraGraos, apiFindSaldoByIdContratoCompraGraos, apiGeneratePdfContratoCompraGraos, apiUpdateStatusContratoCompraGraos, apiUploadContrato } from "./modules/originacao/contratoCompraGraos/contratoCompraGraosService.js";
|
|
@@ -402,6 +402,7 @@ export {
|
|
|
402
402
|
apiFindAllDocketEstados,
|
|
403
403
|
apiFindAllEmpresa,
|
|
404
404
|
apiFindAllEntregaBayer,
|
|
405
|
+
apiFindAllEntregaBayerExport,
|
|
405
406
|
apiFindAllFavorecido,
|
|
406
407
|
apiFindAllInss,
|
|
407
408
|
apiFindAllIrpf,
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import toleranciaDiferencaBiodieselEndpointConfig from "../../../../configs/endpoints.config/Ticket/Cadastros/toleranciaDiferencaBiodiesel.endpoint.config.js";
|
|
2
|
+
import ApiService from "../../../../../@ecme/services/ApiService.js";
|
|
3
|
+
async function apiGetToleranciasDiferencasBiodiesel(body) {
|
|
4
|
+
return ApiService.fetchDataWithAxios({
|
|
5
|
+
url: toleranciaDiferencaBiodieselEndpointConfig.findAll,
|
|
6
|
+
method: "post",
|
|
7
|
+
data: body
|
|
8
|
+
});
|
|
9
|
+
}
|
|
10
|
+
function apiGetToleranciaDiferencaBiodiesel(id) {
|
|
11
|
+
return ApiService.fetchDataWithAxios({
|
|
12
|
+
url: toleranciaDiferencaBiodieselEndpointConfig.findOne + id,
|
|
13
|
+
method: "get"
|
|
14
|
+
});
|
|
15
|
+
}
|
|
16
|
+
async function apiAddToleranciaDiferencaBiodiesel(body) {
|
|
17
|
+
return ApiService.fetchDataWithAxios({
|
|
18
|
+
url: toleranciaDiferencaBiodieselEndpointConfig.add,
|
|
19
|
+
method: "post",
|
|
20
|
+
data: body
|
|
21
|
+
});
|
|
22
|
+
}
|
|
23
|
+
export {
|
|
24
|
+
apiAddToleranciaDiferencaBiodiesel,
|
|
25
|
+
apiGetToleranciaDiferencaBiodiesel,
|
|
26
|
+
apiGetToleranciasDiferencasBiodiesel
|
|
27
|
+
};
|
|
28
|
+
//# sourceMappingURL=ToleranciaDiferencaBiodieselService.js.map
|
package/dist/base/services/modules/Ticket/Cadastros/ToleranciaDiferencaBiodieselService.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ToleranciaDiferencaBiodieselService.js","sources":["../../../../../../lib/base/services/modules/Ticket/Cadastros/ToleranciaDiferencaBiodieselService.ts"],"sourcesContent":["import toleranciaDiferencaBiodieselEndpointConfig from '@base/configs/endpoints.config/Ticket/Cadastros/toleranciaDiferencaBiodiesel.endpoint.config'\nimport ApiService from '@/services/ApiService'\n\nexport async function apiGetToleranciasDiferencasBiodiesel(body) {\n return ApiService.fetchDataWithAxios({\n url: toleranciaDiferencaBiodieselEndpointConfig.findAll,\n method: 'post',\n data: body,\n })\n}\n\nexport function apiGetToleranciaDiferencaBiodiesel(id) {\n return ApiService.fetchDataWithAxios({\n url: toleranciaDiferencaBiodieselEndpointConfig.findOne + id,\n method: 'get',\n })\n}\n\nexport async function apiAddToleranciaDiferencaBiodiesel(body) {\n return ApiService.fetchDataWithAxios({\n url: toleranciaDiferencaBiodieselEndpointConfig.add,\n method: 'post',\n data: body,\n })\n}"],"names":[],"mappings":";;AAGA,eAAsB,qCAAqC,MAAM;AAC7D,SAAO,WAAW,mBAAmB;AAAA,IACjC,KAAK,2CAA2C;AAAA,IAChD,QAAQ;AAAA,IACR,MAAM;AAAA,EAAA,CACT;AACL;AAEO,SAAS,mCAAmC,IAAI;AACnD,SAAO,WAAW,mBAAmB;AAAA,IACjC,KAAK,2CAA2C,UAAU;AAAA,IAC1D,QAAQ;AAAA,EAAA,CACX;AACL;AAEA,eAAsB,mCAAmC,MAAM;AAC3D,SAAO,WAAW,mBAAmB;AAAA,IACjC,KAAK,2CAA2C;AAAA,IAChD,QAAQ;AAAA,IACR,MAAM;AAAA,EAAA,CACT;AACL;"}
|
|
@@ -7,6 +7,12 @@ async function apiFindAllEntregaBayer(params) {
|
|
|
7
7
|
method: "get"
|
|
8
8
|
});
|
|
9
9
|
}
|
|
10
|
+
async function apiFindAllEntregaBayerExport(params) {
|
|
11
|
+
return ApiService.fetchDataWithAxios({
|
|
12
|
+
url: ENTREGA_BAYER_ENDPOINT.export(params),
|
|
13
|
+
method: "get"
|
|
14
|
+
});
|
|
15
|
+
}
|
|
10
16
|
async function apiCreateEntrega(saldoId) {
|
|
11
17
|
return ApiService.fetchDataWithAxios({
|
|
12
18
|
url: ENTREGA_BAYER_ENDPOINT.createEntrega(saldoId),
|
|
@@ -94,6 +100,7 @@ export {
|
|
|
94
100
|
apiEnviarEntregaBayer,
|
|
95
101
|
apiEnviarEntregaBayerLote,
|
|
96
102
|
apiFindAllEntregaBayer,
|
|
103
|
+
apiFindAllEntregaBayerExport,
|
|
97
104
|
apiFindEntrega,
|
|
98
105
|
apiFindEntregaBayerMetrics,
|
|
99
106
|
apiGetTransacoesEntrega,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entregaBayerService.js","sources":["../../../../../lib/base/services/modules/bayer/entregaBayerService.ts"],"sourcesContent":["import ApiService from \"@/services/ApiService\";\nimport { TQueryResponse } from \"@base/@types/api\";\nimport { TFindAllEntregaBayerResponse } from \"@base/@types/api/response/bayer/TFindAllEntregaBayerResponse\";\nimport endpointNavigationConfig from \"@base/configs/endpoints.config/endpoints.navigation\";\nimport {\n EntregaResponse,\n FindEntregaFilterRequest,\n SomatorioEntregaResponse,\n SomatorioEntregaExtratoProdutorRequest,\n SomatorioEntregaExtratoProdutorResponse,\n FindEntregaResponse,\n QuantidadeConsumidaPorSaldoEntradaGraosRequest,\n QuantidadeASerRetidaPorSaldoResponse,\n AplicarRetencaoResponse,\n AtualizarQuantidadesEntregaRequest,\n TTransacaoEntregaResponse\n} from \"@base/@types/api/response/bayer/types\";\nimport { TFindAllMetricsEntregaBayerResponse } from \"@base/@types/api/response/bayer/TFindAllMetricsEntregaBayerResponse\";\n\nconst ENTREGA_BAYER_ENDPOINT = endpointNavigationConfig.bayer.entregaBayer;\n\nexport async function apiFindAllEntregaBayer(params?: string) {\n return ApiService.fetchDataWithAxios<TQueryResponse<TFindAllEntregaBayerResponse>>({\n url: ENTREGA_BAYER_ENDPOINT.findAll(params),\n method: \"get\",\n });\n}\n\nexport async function apiCreateEntrega(saldoId: number) {\n return ApiService.fetchDataWithAxios<EntregaResponse>({\n url: ENTREGA_BAYER_ENDPOINT.createEntrega(saldoId),\n method: 'post',\n });\n}\n\nexport async function apiEnviarEntregaBayer(id: number) {\n return ApiService.fetchDataWithAxios<void>({\n url: ENTREGA_BAYER_ENDPOINT.enviarBayer(id),\n method: 'post',\n });\n}\n\nexport async function apiSomatorioEntrega(data: SomatorioEntregaExtratoProdutorRequest) {\n return ApiService.fetchDataWithAxios<SomatorioEntregaExtratoProdutorResponse[], SomatorioEntregaExtratoProdutorRequest>({\n url: ENTREGA_BAYER_ENDPOINT.somatorio(),\n method: 'post',\n data,\n });\n}\n\nexport async function apiFindEntrega(data: FindEntregaFilterRequest) {\n return ApiService.fetchDataWithAxios<FindEntregaResponse[], FindEntregaFilterRequest>({\n url: ENTREGA_BAYER_ENDPOINT.find(),\n method: 'post',\n data,\n });\n}\n\nexport async function apiEnviarEntregaBayerLote() {\n return ApiService.fetchDataWithAxios<void>({\n url: ENTREGA_BAYER_ENDPOINT.enviarBayerLote(),\n method: 'post',\n });\n}\n\nexport async function apiCalcularRetencao(data: QuantidadeConsumidaPorSaldoEntradaGraosRequest) {\n return ApiService.fetchDataWithAxios<QuantidadeASerRetidaPorSaldoResponse, QuantidadeConsumidaPorSaldoEntradaGraosRequest>({\n url: ENTREGA_BAYER_ENDPOINT.calcularRetencao(),\n method: 'post',\n data,\n });\n}\n\nexport async function apiBuscarRetornoEntregas() {\n return ApiService.fetchDataWithAxios<void>({\n url: ENTREGA_BAYER_ENDPOINT.buscarRetorno(),\n method: 'post',\n });\n}\n\nexport async function apiAplicarRetencao(data: QuantidadeConsumidaPorSaldoEntradaGraosRequest) {\n return ApiService.fetchDataWithAxios<AplicarRetencaoResponse, QuantidadeConsumidaPorSaldoEntradaGraosRequest>({\n url: ENTREGA_BAYER_ENDPOINT.aplicarRetencao(),\n method: 'post',\n data,\n });\n}\n\nexport async function apiCancelarEntregaBayer(id: number) {\n return ApiService.fetchDataWithAxios<void>({\n url: ENTREGA_BAYER_ENDPOINT.cancelarEntrega(id),\n method: 'post',\n });\n}\n\nexport async function apiAtualizarQuantidadesEntrega(id: number, data: AtualizarQuantidadesEntregaRequest) {\n return ApiService.fetchDataWithAxios<FindEntregaResponse, AtualizarQuantidadesEntregaRequest>({\n url: ENTREGA_BAYER_ENDPOINT.atualizarQuantidades(id),\n method: 'put',\n data,\n });\n}\n\nexport async function apiFindEntregaBayerMetrics(params?: string) {\n return ApiService.fetchDataWithAxios<TFindAllMetricsEntregaBayerResponse>({\n url: ENTREGA_BAYER_ENDPOINT.metrics(params),\n method: 'get',\n });\n}\n\nexport async function apiGetTransacoesEntrega(id: number) {\n return ApiService.fetchDataWithAxios<TTransacaoEntregaResponse[]>({\n url: ENTREGA_BAYER_ENDPOINT.transacoes(id),\n method: 'get',\n });\n}\n"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"entregaBayerService.js","sources":["../../../../../lib/base/services/modules/bayer/entregaBayerService.ts"],"sourcesContent":["import ApiService from \"@/services/ApiService\";\nimport { TQueryResponse } from \"@base/@types/api\";\nimport { TFindAllEntregaBayerResponse } from \"@base/@types/api/response/bayer/TFindAllEntregaBayerResponse\";\nimport { TFindAllEntregaBayerExportResponse } from \"@base/@types/api/response/bayer/TFindAllEntregaBayerExportResponse\";\nimport endpointNavigationConfig from \"@base/configs/endpoints.config/endpoints.navigation\";\nimport {\n EntregaResponse,\n FindEntregaFilterRequest,\n SomatorioEntregaResponse,\n SomatorioEntregaExtratoProdutorRequest,\n SomatorioEntregaExtratoProdutorResponse,\n FindEntregaResponse,\n QuantidadeConsumidaPorSaldoEntradaGraosRequest,\n QuantidadeASerRetidaPorSaldoResponse,\n AplicarRetencaoResponse,\n AtualizarQuantidadesEntregaRequest,\n TTransacaoEntregaResponse\n} from \"@base/@types/api/response/bayer/types\";\nimport { TFindAllMetricsEntregaBayerResponse } from \"@base/@types/api/response/bayer/TFindAllMetricsEntregaBayerResponse\";\n\nconst ENTREGA_BAYER_ENDPOINT = endpointNavigationConfig.bayer.entregaBayer;\n\nexport async function apiFindAllEntregaBayer(params?: string) {\n return ApiService.fetchDataWithAxios<TQueryResponse<TFindAllEntregaBayerResponse>>({\n url: ENTREGA_BAYER_ENDPOINT.findAll(params),\n method: \"get\",\n });\n}\n\nexport async function apiFindAllEntregaBayerExport(params?: string) {\n return ApiService.fetchDataWithAxios<TQueryResponse<TFindAllEntregaBayerExportResponse>>({\n url: ENTREGA_BAYER_ENDPOINT.export(params),\n method: \"get\",\n });\n}\n\nexport async function apiCreateEntrega(saldoId: number) {\n return ApiService.fetchDataWithAxios<EntregaResponse>({\n url: ENTREGA_BAYER_ENDPOINT.createEntrega(saldoId),\n method: 'post',\n });\n}\n\nexport async function apiEnviarEntregaBayer(id: number) {\n return ApiService.fetchDataWithAxios<void>({\n url: ENTREGA_BAYER_ENDPOINT.enviarBayer(id),\n method: 'post',\n });\n}\n\nexport async function apiSomatorioEntrega(data: SomatorioEntregaExtratoProdutorRequest) {\n return ApiService.fetchDataWithAxios<SomatorioEntregaExtratoProdutorResponse[], SomatorioEntregaExtratoProdutorRequest>({\n url: ENTREGA_BAYER_ENDPOINT.somatorio(),\n method: 'post',\n data,\n });\n}\n\nexport async function apiFindEntrega(data: FindEntregaFilterRequest) {\n return ApiService.fetchDataWithAxios<FindEntregaResponse[], FindEntregaFilterRequest>({\n url: ENTREGA_BAYER_ENDPOINT.find(),\n method: 'post',\n data,\n });\n}\n\nexport async function apiEnviarEntregaBayerLote() {\n return ApiService.fetchDataWithAxios<void>({\n url: ENTREGA_BAYER_ENDPOINT.enviarBayerLote(),\n method: 'post',\n });\n}\n\nexport async function apiCalcularRetencao(data: QuantidadeConsumidaPorSaldoEntradaGraosRequest) {\n return ApiService.fetchDataWithAxios<QuantidadeASerRetidaPorSaldoResponse, QuantidadeConsumidaPorSaldoEntradaGraosRequest>({\n url: ENTREGA_BAYER_ENDPOINT.calcularRetencao(),\n method: 'post',\n data,\n });\n}\n\nexport async function apiBuscarRetornoEntregas() {\n return ApiService.fetchDataWithAxios<void>({\n url: ENTREGA_BAYER_ENDPOINT.buscarRetorno(),\n method: 'post',\n });\n}\n\nexport async function apiAplicarRetencao(data: QuantidadeConsumidaPorSaldoEntradaGraosRequest) {\n return ApiService.fetchDataWithAxios<AplicarRetencaoResponse, QuantidadeConsumidaPorSaldoEntradaGraosRequest>({\n url: ENTREGA_BAYER_ENDPOINT.aplicarRetencao(),\n method: 'post',\n data,\n });\n}\n\nexport async function apiCancelarEntregaBayer(id: number) {\n return ApiService.fetchDataWithAxios<void>({\n url: ENTREGA_BAYER_ENDPOINT.cancelarEntrega(id),\n method: 'post',\n });\n}\n\nexport async function apiAtualizarQuantidadesEntrega(id: number, data: AtualizarQuantidadesEntregaRequest) {\n return ApiService.fetchDataWithAxios<FindEntregaResponse, AtualizarQuantidadesEntregaRequest>({\n url: ENTREGA_BAYER_ENDPOINT.atualizarQuantidades(id),\n method: 'put',\n data,\n });\n}\n\nexport async function apiFindEntregaBayerMetrics(params?: string) {\n return ApiService.fetchDataWithAxios<TFindAllMetricsEntregaBayerResponse>({\n url: ENTREGA_BAYER_ENDPOINT.metrics(params),\n method: 'get',\n });\n}\n\nexport async function apiGetTransacoesEntrega(id: number) {\n return ApiService.fetchDataWithAxios<TTransacaoEntregaResponse[]>({\n url: ENTREGA_BAYER_ENDPOINT.transacoes(id),\n method: 'get',\n });\n}\n"],"names":[],"mappings":";;AAoBA,MAAM,yBAAyB,yBAAyB,MAAM;AAE9D,eAAsB,uBAAuB,QAAiB;AAC5D,SAAO,WAAW,mBAAiE;AAAA,IACjF,KAAK,uBAAuB,QAAQ,MAAM;AAAA,IAC1C,QAAQ;AAAA,EAAA,CACT;AACH;AAEA,eAAsB,6BAA6B,QAAiB;AAClE,SAAO,WAAW,mBAAuE;AAAA,IACvF,KAAK,uBAAuB,OAAO,MAAM;AAAA,IACzC,QAAQ;AAAA,EAAA,CACT;AACH;AAEA,eAAsB,iBAAiB,SAAiB;AACpD,SAAO,WAAW,mBAAoC;AAAA,IAClD,KAAK,uBAAuB,cAAc,OAAO;AAAA,IACjD,QAAQ;AAAA,EAAA,CACX;AACL;AAEA,eAAsB,sBAAsB,IAAY;AACpD,SAAO,WAAW,mBAAyB;AAAA,IACvC,KAAK,uBAAuB,YAAY,EAAE;AAAA,IAC1C,QAAQ;AAAA,EAAA,CACX;AACL;AAEA,eAAsB,oBAAoB,MAA8C;AACpF,SAAO,WAAW,mBAAsG;AAAA,IACpH,KAAK,uBAAuB,UAAA;AAAA,IAC5B,QAAQ;AAAA,IACR;AAAA,EAAA,CACH;AACL;AAEA,eAAsB,eAAe,MAAgC;AACjE,SAAO,WAAW,mBAAoE;AAAA,IAClF,KAAK,uBAAuB,KAAA;AAAA,IAC5B,QAAQ;AAAA,IACR;AAAA,EAAA,CACH;AACL;AAEA,eAAsB,4BAA4B;AAC9C,SAAO,WAAW,mBAAyB;AAAA,IACvC,KAAK,uBAAuB,gBAAA;AAAA,IAC5B,QAAQ;AAAA,EAAA,CACX;AACL;AAEA,eAAsB,oBAAoB,MAAsD;AAC5F,SAAO,WAAW,mBAAyG;AAAA,IACvH,KAAK,uBAAuB,iBAAA;AAAA,IAC5B,QAAQ;AAAA,IACR;AAAA,EAAA,CACH;AACL;AAEA,eAAsB,2BAA2B;AAC7C,SAAO,WAAW,mBAAyB;AAAA,IACvC,KAAK,uBAAuB,cAAA;AAAA,IAC5B,QAAQ;AAAA,EAAA,CACX;AACL;AAEA,eAAsB,mBAAmB,MAAsD;AAC3F,SAAO,WAAW,mBAA4F;AAAA,IAC1G,KAAK,uBAAuB,gBAAA;AAAA,IAC5B,QAAQ;AAAA,IACR;AAAA,EAAA,CACH;AACL;AAEA,eAAsB,wBAAwB,IAAY;AACtD,SAAO,WAAW,mBAAyB;AAAA,IACvC,KAAK,uBAAuB,gBAAgB,EAAE;AAAA,IAC9C,QAAQ;AAAA,EAAA,CACX;AACL;AAEA,eAAsB,+BAA+B,IAAY,MAA0C;AACvG,SAAO,WAAW,mBAA4E;AAAA,IAC1F,KAAK,uBAAuB,qBAAqB,EAAE;AAAA,IACnD,QAAQ;AAAA,IACR;AAAA,EAAA,CACH;AACL;AAEA,eAAsB,2BAA2B,QAAiB;AAC9D,SAAO,WAAW,mBAAwD;AAAA,IACtE,KAAK,uBAAuB,QAAQ,MAAM;AAAA,IAC1C,QAAQ;AAAA,EAAA,CACX;AACL;AAEA,eAAsB,wBAAwB,IAAY;AACtD,SAAO,WAAW,mBAAgD;AAAA,IAC9D,KAAK,uBAAuB,WAAW,EAAE;AAAA,IACzC,QAAQ;AAAA,EAAA,CACX;AACL;"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { apiBuscarEntradaGraos } from "./registroEntradaBayerService.js";
|
|
2
|
-
import { apiAplicarRetencao, apiAtualizarQuantidadesEntrega, apiBuscarRetornoEntregas, apiCalcularRetencao, apiCancelarEntregaBayer, apiCreateEntrega, apiEnviarEntregaBayer, apiEnviarEntregaBayerLote, apiFindAllEntregaBayer, apiFindEntrega, apiFindEntregaBayerMetrics, apiGetTransacoesEntrega, apiSomatorioEntrega } from "./entregaBayerService.js";
|
|
2
|
+
import { apiAplicarRetencao, apiAtualizarQuantidadesEntrega, apiBuscarRetornoEntregas, apiCalcularRetencao, apiCancelarEntregaBayer, apiCreateEntrega, apiEnviarEntregaBayer, apiEnviarEntregaBayerLote, apiFindAllEntregaBayer, apiFindAllEntregaBayerExport, apiFindEntrega, apiFindEntregaBayerMetrics, apiGetTransacoesEntrega, apiSomatorioEntrega } from "./entregaBayerService.js";
|
|
3
3
|
import { apiCreateRoyaltiesBusinessPartner, apiGetRoyaltiesBusinessPartner } from "./royaltiesBayerService.js";
|
|
4
4
|
import { apiBuscarPendencias, apiBuscarPendenciasBayer, apiBuscarStatusConsumo, apiBuscarStatusFixacao } from "./pendenciaBayerService.js";
|
|
5
5
|
import { apiFinalizarCancelamentoRetencao, apiFindAllRetencao } from "./retencaoBayerService.js";
|
|
@@ -22,6 +22,7 @@ export {
|
|
|
22
22
|
apiFinalizarCancelamentoRetencao,
|
|
23
23
|
apiFindAllConsumoPendencia,
|
|
24
24
|
apiFindAllEntregaBayer,
|
|
25
|
+
apiFindAllEntregaBayerExport,
|
|
25
26
|
apiFindAllRetencao,
|
|
26
27
|
apiFindEntrega,
|
|
27
28
|
apiFindEntregaBayerMetrics,
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Retorno do endpoint de exportação de entregas Bayer (`/bayer/api/entregas/export`).
|
|
3
|
+
* Espelha o record Java `EntregaExportResponse`.
|
|
4
|
+
*/
|
|
5
|
+
export type TFindAllEntregaBayerExportResponse = {
|
|
6
|
+
id: number;
|
|
7
|
+
ticketId?: number | null;
|
|
8
|
+
saldoEntradaGraosId?: number | null;
|
|
9
|
+
codigoCentro?: string | null;
|
|
10
|
+
cnpjCentro?: string | null;
|
|
11
|
+
codigoDeposito?: string | null;
|
|
12
|
+
dataEntrega?: string | null;
|
|
13
|
+
codigoProduto?: string | null;
|
|
14
|
+
descricaoProduto?: string | null;
|
|
15
|
+
codigoProdutor?: string | null;
|
|
16
|
+
nomeProdutor?: string | null;
|
|
17
|
+
cpfProdutor?: string | null;
|
|
18
|
+
cnpjProdutor?: string | null;
|
|
19
|
+
quantidadeBaixada?: number | null;
|
|
20
|
+
quantidadeBaixadaConsumida?: number | null;
|
|
21
|
+
quantidadeEntregue?: number | null;
|
|
22
|
+
quantidadePendente?: number | null;
|
|
23
|
+
quantidadeRetida?: number | null;
|
|
24
|
+
quantidadeDisponivel?: number | null;
|
|
25
|
+
safra?: string | null;
|
|
26
|
+
status?: string | null;
|
|
27
|
+
transgenia?: string | null;
|
|
28
|
+
operacao?: string | null;
|
|
29
|
+
txBid?: string | null;
|
|
30
|
+
txDeliveryId?: string | null;
|
|
31
|
+
statusRetorno?: string | null;
|
|
32
|
+
statusTicket?: string | null;
|
|
33
|
+
nfe?: string | null;
|
|
34
|
+
};
|
|
@@ -127,3 +127,8 @@ export interface TTransacaoEntregaResponse {
|
|
|
127
127
|
statusTransacaoEntrega: StatusTransacaoEntrega;
|
|
128
128
|
dataTransacao: string;
|
|
129
129
|
}
|
|
130
|
+
|
|
131
|
+
export interface FindAllEntregaBayerExportRequest {
|
|
132
|
+
dataEntregaDe?: string | null;
|
|
133
|
+
dataEntregaAte?: string | null;
|
|
134
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
const TOLERANCIA_DIFERENCA_BIODIESEL_API_PATH = '/ticket/api/tolerancia-diferenca-biodiesel'
|
|
2
|
+
|
|
3
|
+
const toleranciaDiferencaBiodieselEndpointConfig = {
|
|
4
|
+
add: `${TOLERANCIA_DIFERENCA_BIODIESEL_API_PATH}`,
|
|
5
|
+
findAll: `${TOLERANCIA_DIFERENCA_BIODIESEL_API_PATH}/find`,
|
|
6
|
+
findOne: `${TOLERANCIA_DIFERENCA_BIODIESEL_API_PATH}/`,
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
export default toleranciaDiferencaBiodieselEndpointConfig
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
const entregaBayer = {
|
|
2
2
|
findAll: (params?: string) => `/bayer/api/entregas?${params ?? ''}`,
|
|
3
|
+
export: (params?: string) => `/bayer/api/entregas/export?${params ?? ''}`,
|
|
3
4
|
createEntrega: (saldoId: number) => `/bayer/api/entregas/${saldoId}`,
|
|
4
5
|
enviarBayer: (id: number) => `/bayer/api/entregas/${id}/enviar-bayer`,
|
|
5
6
|
somatorio: () => '/bayer/api/entregas/somatorio',
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { NAV_ITEM_TYPE_ITEM } from '@/constants/navigation.constant'
|
|
2
|
+
import { ADMIN } from '@/constants/roles.constant'
|
|
3
|
+
import { NavigationTree } from '@/@types/navigation'
|
|
4
|
+
|
|
5
|
+
const toleranciaDiferencaBiodieselSubmenu: NavigationTree = {
|
|
6
|
+
key: 'ticket.cadastros.toleranciaDiferencaBiodiesel',
|
|
7
|
+
path: '/ticket/tolerancia-diferenca-biodiesel',
|
|
8
|
+
title: 'Tolerância de Diferença do Biodiesel',
|
|
9
|
+
translateKey: 'nav.modules.ticket.toleranciaDiferencaBiodiesel',
|
|
10
|
+
icon: '',
|
|
11
|
+
type: NAV_ITEM_TYPE_ITEM,
|
|
12
|
+
authority: [ADMIN],
|
|
13
|
+
subMenu: [],
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export default toleranciaDiferencaBiodieselSubmenu
|
|
@@ -9,6 +9,7 @@ export default {
|
|
|
9
9
|
tabelaBiodiesel: 'Tabela do Biodiesel',
|
|
10
10
|
rotaRomaneio: 'Rota do Romaneio',
|
|
11
11
|
toleranciaDiferencaPreco: 'Tolerância de Diferença de Preço',
|
|
12
|
+
toleranciaDiferencaBiodiesel: 'Tolerância de Diferença do Biodiesel',
|
|
12
13
|
vinculoProdutoOperacao: 'Vínculo de Produto e Operação',
|
|
13
14
|
monitorCompraRemessaArmazemTerceiro: 'Monitor de Compra e Remessa/Armazem Terceiro',
|
|
14
15
|
vinculoProdutorOperacao: 'Vínculo de Produtor e Operação',
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import toleranciaDiferencaBiodieselEndpointConfig from '@base/configs/endpoints.config/Ticket/Cadastros/toleranciaDiferencaBiodiesel.endpoint.config'
|
|
2
|
+
import ApiService from '@/services/ApiService'
|
|
3
|
+
|
|
4
|
+
export async function apiGetToleranciasDiferencasBiodiesel(body) {
|
|
5
|
+
return ApiService.fetchDataWithAxios({
|
|
6
|
+
url: toleranciaDiferencaBiodieselEndpointConfig.findAll,
|
|
7
|
+
method: 'post',
|
|
8
|
+
data: body,
|
|
9
|
+
})
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
export function apiGetToleranciaDiferencaBiodiesel(id) {
|
|
13
|
+
return ApiService.fetchDataWithAxios({
|
|
14
|
+
url: toleranciaDiferencaBiodieselEndpointConfig.findOne + id,
|
|
15
|
+
method: 'get',
|
|
16
|
+
})
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export async function apiAddToleranciaDiferencaBiodiesel(body) {
|
|
20
|
+
return ApiService.fetchDataWithAxios({
|
|
21
|
+
url: toleranciaDiferencaBiodieselEndpointConfig.add,
|
|
22
|
+
method: 'post',
|
|
23
|
+
data: body,
|
|
24
|
+
})
|
|
25
|
+
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import ApiService from "@/services/ApiService";
|
|
2
2
|
import { TQueryResponse } from "@base/@types/api";
|
|
3
3
|
import { TFindAllEntregaBayerResponse } from "@base/@types/api/response/bayer/TFindAllEntregaBayerResponse";
|
|
4
|
+
import { TFindAllEntregaBayerExportResponse } from "@base/@types/api/response/bayer/TFindAllEntregaBayerExportResponse";
|
|
4
5
|
import endpointNavigationConfig from "@base/configs/endpoints.config/endpoints.navigation";
|
|
5
6
|
import {
|
|
6
7
|
EntregaResponse,
|
|
@@ -26,6 +27,13 @@ export async function apiFindAllEntregaBayer(params?: string) {
|
|
|
26
27
|
});
|
|
27
28
|
}
|
|
28
29
|
|
|
30
|
+
export async function apiFindAllEntregaBayerExport(params?: string) {
|
|
31
|
+
return ApiService.fetchDataWithAxios<TQueryResponse<TFindAllEntregaBayerExportResponse>>({
|
|
32
|
+
url: ENTREGA_BAYER_ENDPOINT.export(params),
|
|
33
|
+
method: "get",
|
|
34
|
+
});
|
|
35
|
+
}
|
|
36
|
+
|
|
29
37
|
export async function apiCreateEntrega(saldoId: number) {
|
|
30
38
|
return ApiService.fetchDataWithAxios<EntregaResponse>({
|
|
31
39
|
url: ENTREGA_BAYER_ENDPOINT.createEntrega(saldoId),
|
package/package.json
CHANGED