@hitsoft/e-donusum 1.0.116 → 1.0.118
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/esm2020/lib/auto-send-rules/auto-send-rule/auto-send-rule.module.mjs +1 -1
- package/esm2020/lib/components/hit-despatches/hit-despatch.component.mjs +32 -5
- package/esm2020/lib/components/hit-inbound-despatches/hit-inbound-despatch.component.mjs +51 -3
- package/esm2020/lib/components/hit-inbound-invoices/hit-inbound-invoice.component.mjs +93 -6
- package/esm2020/lib/components/hit-invoices/hit-invoice.component.mjs +41 -8
- package/esm2020/lib/hit-proxy/hit-inbound-despatches/hit-inbound-despatch.service.mjs +19 -4
- package/esm2020/lib/hit-proxy/hit-inbound-invoices/hit-inbound-invoice.service.mjs +7 -1
- package/esm2020/lib/hit-proxy/shared/hit-shared.service.mjs +45 -9
- package/esm2020/lib/proxy/auto-send-rule-doc-types/index.mjs +1 -1
- package/esm2020/lib/proxy/auto-send-rule-scenarios/index.mjs +1 -1
- package/esm2020/lib/proxy/auto-send-rules/index.mjs +1 -1
- package/esm2020/lib/proxy/document-serials/index.mjs +1 -1
- package/esm2020/lib/proxy/gib-partner-pks/index.mjs +1 -1
- package/esm2020/lib/proxy/note-rule-doc-types/index.mjs +1 -1
- package/esm2020/lib/proxy/note-rule-scenarios/index.mjs +1 -1
- package/esm2020/lib/proxy/note-rules/index.mjs +1 -1
- package/esm2020/lib/proxy/params-companies/index.mjs +1 -1
- package/esm2020/lib/proxy/params-generals/index.mjs +1 -1
- package/esm2020/lib/proxy/params-integrators/index.mjs +1 -1
- package/esm2020/lib/proxy/paramse-dispatches/index.mjs +1 -1
- package/esm2020/lib/proxy/paramse-invoices/index.mjs +1 -1
- package/esm2020/lib/proxy/xslt-formats/index.mjs +1 -1
- package/esm2020/lib/proxy/xslt-rule-doc-types/index.mjs +1 -1
- package/esm2020/lib/proxy/xslt-rule-scenarios/index.mjs +1 -1
- package/esm2020/lib/proxy/xslt-rules/index.mjs +1 -1
- package/fesm2015/hitsoft-e-donusum.mjs +282 -29
- package/fesm2015/hitsoft-e-donusum.mjs.map +1 -1
- package/fesm2020/hitsoft-e-donusum.mjs +281 -29
- package/fesm2020/hitsoft-e-donusum.mjs.map +1 -1
- package/lib/components/hit-despatches/hit-despatch.component.d.ts +1 -0
- package/lib/components/hit-inbound-despatches/hit-inbound-despatch.component.d.ts +3 -0
- package/lib/components/hit-inbound-invoices/hit-inbound-invoice.component.d.ts +4 -0
- package/lib/components/hit-invoices/hit-invoice.component.d.ts +5 -1
- package/lib/hit-proxy/hit-inbound-despatches/hit-inbound-despatch.service.d.ts +5 -1
- package/lib/hit-proxy/hit-inbound-invoices/hit-inbound-invoice.service.d.ts +1 -0
- package/lib/hit-proxy/shared/hit-shared.service.d.ts +1 -1
- package/package.json +1 -1
|
@@ -58,6 +58,7 @@ export declare class HitDespatchComponent implements OnInit {
|
|
|
58
58
|
showAllFiles(record: any): void;
|
|
59
59
|
DownloadFile(record: any): void;
|
|
60
60
|
downloadPDFMultiple(): void;
|
|
61
|
+
viewPDFsMultiple(): void;
|
|
61
62
|
getZipDate(): string;
|
|
62
63
|
getReceiptAdvicePreview(record: any): void;
|
|
63
64
|
static ɵfac: i0.ɵɵFactoryDeclaration<HitDespatchComponent, never>;
|
|
@@ -33,6 +33,9 @@ export declare class HitInboundDespatchComponent implements OnInit {
|
|
|
33
33
|
getReceiverResponseName(responseId: any): any;
|
|
34
34
|
getIconClass(responseId: any): "" | "fas fa-clock" | "fas fa-check-circle" | "fas fa-times-circle" | "fas fa-minus-circle";
|
|
35
35
|
getInboundDespatchPreview(record: any): void;
|
|
36
|
+
downloadPDFMultiple(): void;
|
|
37
|
+
getZipDate(): string;
|
|
38
|
+
viewPDFsMultiple(): void;
|
|
36
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<HitInboundDespatchComponent, never>;
|
|
37
40
|
static ɵcmp: i0.ɵɵComponentDeclaration<HitInboundDespatchComponent, "lib-inbound-despatch", never, {}, {}, never, never, false>;
|
|
38
41
|
}
|
|
@@ -102,6 +102,7 @@ export declare class HitInboundInvoiceComponent implements OnInit {
|
|
|
102
102
|
ngOnInit(): void;
|
|
103
103
|
getInboundInvoice(): void;
|
|
104
104
|
getInvoicePreview(record: any): void;
|
|
105
|
+
viewPDFsMultiple(): void;
|
|
105
106
|
openResponseModal(record: any): void;
|
|
106
107
|
buildForm(record: any): void;
|
|
107
108
|
sendInvoiceResponse(response: boolean): void;
|
|
@@ -130,6 +131,9 @@ export declare class HitInboundInvoiceComponent implements OnInit {
|
|
|
130
131
|
createMultipleEmptyDrafts(): void;
|
|
131
132
|
onResultPopupClosed: () => void;
|
|
132
133
|
closeResultPopup: () => void;
|
|
134
|
+
downloadIncomingPDFMultiple(): void;
|
|
135
|
+
downloadPDFMultiple(): void;
|
|
136
|
+
getZipDate(): string;
|
|
133
137
|
openBranchPopup(): void;
|
|
134
138
|
confirmBranchSelection: () => void;
|
|
135
139
|
static ɵfac: i0.ɵɵFactoryDeclaration<HitInboundInvoiceComponent, never>;
|
|
@@ -8,6 +8,7 @@ import { ToasterService } from '@abp/ng.theme.shared';
|
|
|
8
8
|
import { HitDocumentSerialService } from '../../hit-proxy/hit-document-serials/hit-document-serial.service';
|
|
9
9
|
import { ConfirmationService } from '@abp/ng.theme.shared';
|
|
10
10
|
import { HitSharedService } from '../../hit-proxy/shared/hit-shared.service';
|
|
11
|
+
import { EnvironmentService } from '@abp/ng.core';
|
|
11
12
|
import * as i0 from "@angular/core";
|
|
12
13
|
export declare class HitInvoiceComponent implements OnInit {
|
|
13
14
|
readonly list: ListService;
|
|
@@ -18,6 +19,7 @@ export declare class HitInvoiceComponent implements OnInit {
|
|
|
18
19
|
private readonly toasterService;
|
|
19
20
|
private readonly confirmation;
|
|
20
21
|
private readonly hitSharedService;
|
|
22
|
+
private readonly environmentService;
|
|
21
23
|
dxInvoiceInstance: DxDataGridComponent;
|
|
22
24
|
dxInvoiceFileInstance: DxDataGridComponent;
|
|
23
25
|
dxReceiverPKSInstance: DxDataGridComponent;
|
|
@@ -46,7 +48,7 @@ export declare class HitInvoiceComponent implements OnInit {
|
|
|
46
48
|
faturaOnizleme: any;
|
|
47
49
|
isModalOpenForNotQueue: boolean;
|
|
48
50
|
invoiceNotSendQueueDataSource: any;
|
|
49
|
-
constructor(list: ListService, invoiceService: HitInvoiceService, gibPartnerPkService: HitGibPartnerPkService, fileDocumentTypeService: HitFileDocumentTypeService, hitDocumentSerialService: HitDocumentSerialService, toasterService: ToasterService, confirmation: ConfirmationService, hitSharedService: HitSharedService);
|
|
51
|
+
constructor(list: ListService, invoiceService: HitInvoiceService, gibPartnerPkService: HitGibPartnerPkService, fileDocumentTypeService: HitFileDocumentTypeService, hitDocumentSerialService: HitDocumentSerialService, toasterService: ToasterService, confirmation: ConfirmationService, hitSharedService: HitSharedService, environmentService: EnvironmentService);
|
|
50
52
|
ngOnInit(): void;
|
|
51
53
|
sendInvoiceSingle(record: any): void;
|
|
52
54
|
setInvoiceCancelWithOpen(record: any): void;
|
|
@@ -63,6 +65,8 @@ export declare class HitInvoiceComponent implements OnInit {
|
|
|
63
65
|
getInvoicesFromConnector(): void;
|
|
64
66
|
getInvoiceResponses(): void;
|
|
65
67
|
getInvoiceView(record: any): void;
|
|
68
|
+
debugger: any;
|
|
69
|
+
viewPDFsMultiple(): void;
|
|
66
70
|
showAllFiles(record: any): void;
|
|
67
71
|
getInvoicePreview(record: any): void;
|
|
68
72
|
getInvoiceXML(record: any): void;
|
|
@@ -1,16 +1,20 @@
|
|
|
1
1
|
import { RestService } from "@abp/ng.core";
|
|
2
2
|
import { DevexpressRestService } from "../devexpress-query-builder/devexpress-query-builder";
|
|
3
3
|
import { DespatchMainResponseDto } from "./models";
|
|
4
|
+
import { HttpClient } from '@angular/common/http';
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
5
6
|
export declare class HitInboundDespatchService {
|
|
6
7
|
private restService;
|
|
7
8
|
private devexService;
|
|
9
|
+
private http;
|
|
8
10
|
apiName: string;
|
|
9
11
|
LoadInboundDespatches: import("devextreme-aspnet-data-nojquery").CustomStore;
|
|
10
12
|
sendDespatchResponse: (mainResponse: DespatchMainResponseDto) => import("rxjs").Observable<any>;
|
|
11
13
|
getInboundDespatch: (startDate: string, endDate: string) => import("rxjs").Observable<any>;
|
|
12
14
|
getDespatchPreviewInbound: (despatchGUID: string) => import("rxjs").Observable<any>;
|
|
13
|
-
|
|
15
|
+
getDespatchPdfsMultiple: (despatchIds: string[]) => import("rxjs").Observable<string>;
|
|
16
|
+
getIncomingDespatchPdfsMultiple(ids: string[]): import("rxjs").Observable<Blob>;
|
|
17
|
+
constructor(restService: RestService, devexService: DevexpressRestService, http: HttpClient);
|
|
14
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<HitInboundDespatchService, never>;
|
|
15
19
|
static ɵprov: i0.ɵɵInjectableDeclaration<HitInboundDespatchService>;
|
|
16
20
|
}
|
|
@@ -22,6 +22,7 @@ export declare class HitInboundInvoiceService {
|
|
|
22
22
|
createPurchaseInvoiceDocument: (requestDto: ConnectorPurchaseInvoiceDocumentDto, invoiceID: string) => import("rxjs").Observable<any>;
|
|
23
23
|
processManual: (invoiceID: string) => import("rxjs").Observable<any>;
|
|
24
24
|
createMultipleEmptyDrafts: (requestDto: ConnectorMultipleEmptyDraftDto[]) => import("rxjs").Observable<any>;
|
|
25
|
+
getIncomingInvoicePdfsMultiple: (invoiceIds: string[]) => import("rxjs").Observable<Blob>;
|
|
25
26
|
constructor(restService: RestService, devexService: DevexpressRestService);
|
|
26
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<HitInboundInvoiceService, never>;
|
|
27
28
|
static ɵprov: i0.ɵɵInjectableDeclaration<HitInboundInvoiceService>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class HitSharedService {
|
|
3
3
|
apiName: string;
|
|
4
|
-
previewFile: (base64: any) => void;
|
|
4
|
+
previewFile: (base64: any, fileName?: string) => void;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<HitSharedService, never>;
|
|
6
6
|
static ɵprov: i0.ɵɵInjectableDeclaration<HitSharedService>;
|
|
7
7
|
}
|