@hitsoft/e-donusum 100.1.5-Edo-Test → 100.1.5-edo-prod
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-inbound-invoices/hit-inbound-invoice.component.mjs +109 -50
- package/esm2020/lib/components/hit-params-generals/hit-params-generals-part2/hit-params-general-part2.component.mjs +7 -15
- package/esm2020/lib/components/hit-params-integrators/hit-params-integrator.component.mjs +61 -50
- package/esm2020/lib/components/hit-setup-wizard/hit-setup-wizard.component.mjs +2 -2
- package/esm2020/lib/document-serials/document-serial/document-serial.module.mjs +1 -1
- package/esm2020/lib/hit-proxy/hit-inbound-invoices/hit-inbound-invoice.service.mjs +29 -12
- package/esm2020/lib/hit-proxy/hit-inbound-invoices/models.mjs +1 -1
- package/esm2020/lib/params-companies/params-company/components/params-company.component.mjs +5 -4
- package/esm2020/lib/params-generals/params-general/components/params-general.component.mjs +6 -5
- package/esm2020/lib/params-integrators/params-integrator/components/params-integrator.component.mjs +9 -4
- package/esm2020/lib/proxy/params-companies/models.mjs +1 -1
- package/esm2020/lib/proxy/params-generals/models.mjs +1 -1
- package/esm2020/lib/proxy/params-integrators/models.mjs +1 -1
- package/fesm2015/hitsoft-e-donusum.mjs +222 -135
- package/fesm2015/hitsoft-e-donusum.mjs.map +1 -1
- package/fesm2020/hitsoft-e-donusum.mjs +221 -134
- package/fesm2020/hitsoft-e-donusum.mjs.map +1 -1
- package/lib/components/hit-inbound-invoices/hit-inbound-invoice.component.d.ts +13 -6
- package/lib/components/hit-params-generals/hit-params-generals-part2/hit-params-general-part2.component.d.ts +0 -1
- package/lib/components/hit-params-integrators/hit-params-integrator.component.d.ts +3 -0
- package/lib/hit-proxy/hit-inbound-invoices/hit-inbound-invoice.service.d.ts +5 -2
- package/lib/hit-proxy/hit-inbound-invoices/models.d.ts +10 -0
- package/lib/params-integrators/params-integrator/components/params-integrator.component.d.ts +1 -0
- package/lib/proxy/params-companies/models.d.ts +3 -0
- package/lib/proxy/params-generals/models.d.ts +3 -0
- package/lib/proxy/params-integrators/models.d.ts +12 -0
- package/package.json +1 -1
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ListService } from '@abp/ng.core';
|
|
2
2
|
import { ChangeDetectorRef, OnInit } from '@angular/core';
|
|
3
3
|
import { DxDataGridComponent, DxTabPanelComponent } from 'devextreme-angular';
|
|
4
|
-
import CustomStore from 'devextreme/data/custom_store';
|
|
5
4
|
import { HitInboundInvoiceService } from '../../hit-proxy/hit-inbound-invoices/hit-inbound-invoice.service';
|
|
6
5
|
import { HitInvoiceService } from '../../hit-proxy/hit-invoices/hit-invoice.service';
|
|
7
6
|
import { FormBuilder, FormGroup } from '@angular/forms';
|
|
@@ -51,6 +50,11 @@ export declare class HitInboundInvoiceComponent implements OnInit {
|
|
|
51
50
|
openDocumentsForPartner: [];
|
|
52
51
|
invoiceObjectsEnumLookup: any;
|
|
53
52
|
invoiceFilesDataSource: any;
|
|
53
|
+
bulkCommentPopupVisible: boolean;
|
|
54
|
+
bulkCommentText: string;
|
|
55
|
+
bulkCommentSelectedCount: number;
|
|
56
|
+
isBulkCommentSaving: boolean;
|
|
57
|
+
private bulkCommentSelectedIds;
|
|
54
58
|
purchaseOrderDocuments: [];
|
|
55
59
|
documentLines: OpenDocumentDto[];
|
|
56
60
|
purchaseDespatchDocuments: [];
|
|
@@ -93,16 +97,17 @@ export declare class HitInboundInvoiceComponent implements OnInit {
|
|
|
93
97
|
hasValidSelection: boolean;
|
|
94
98
|
branchPopupVisible: boolean;
|
|
95
99
|
selectedBranchId: number;
|
|
100
|
+
invoiceFileNameLookup: any;
|
|
101
|
+
isFileModalBusy: boolean;
|
|
96
102
|
isModalOpenForManualLine: boolean;
|
|
97
103
|
isModalBusyForManualLine: boolean;
|
|
98
104
|
manualLines: ManualLineDto[];
|
|
99
|
-
|
|
105
|
+
itemsGridStore: any;
|
|
106
|
+
taxGroupsGridStore: any;
|
|
100
107
|
taxGroups: SapTaxGroupDto[];
|
|
101
108
|
isModalOpenForCatalog: boolean;
|
|
102
109
|
isModalBusyForCatalog: boolean;
|
|
103
110
|
catalogMatchLines: CatalogMatchLineDto[];
|
|
104
|
-
invoiceFileNameLookup: any;
|
|
105
|
-
isFileModalBusy: boolean;
|
|
106
111
|
constructor(list: ListService, service: HitInboundInvoiceService, invoiceService: HitInvoiceService, hitBranchesService: HitBranchesService, hitParamsGeneralsService: HitParamsGeneralsService, formBuilder: FormBuilder, formBuilderForPartner: FormBuilder, formBuilderForDocument: FormBuilder, toasterService: ToasterService, businessPartnerGroupService: HitBusinessPartnerGroupService, ref: ChangeDetectorRef, confirmation: ConfirmationService, hitSharedService: HitSharedService, fileDocumentTypeService: HitFileDocumentTypeService);
|
|
107
112
|
countryGridBox_displayExpr(): string;
|
|
108
113
|
stateGridBox_displayExpr(): string;
|
|
@@ -118,6 +123,8 @@ export declare class HitInboundInvoiceComponent implements OnInit {
|
|
|
118
123
|
getInboundInvoice(): void;
|
|
119
124
|
getInvoicePreview(record: any): void;
|
|
120
125
|
viewPDFsMultiple(): void;
|
|
126
|
+
openBulkCommentPopup(): void;
|
|
127
|
+
confirmBulkComment(): void;
|
|
121
128
|
openResponseModal(record: any): void;
|
|
122
129
|
buildForm(record: any): void;
|
|
123
130
|
sendInvoiceResponse(response: boolean): void;
|
|
@@ -138,8 +145,8 @@ export declare class HitInboundInvoiceComponent implements OnInit {
|
|
|
138
145
|
createDraftDocument(): void;
|
|
139
146
|
processManual(record: any): void;
|
|
140
147
|
openManualLineModal(): void;
|
|
141
|
-
|
|
142
|
-
|
|
148
|
+
onItemGridSelectionChanged(event: any, lineIndex: number): void;
|
|
149
|
+
onTaxGroupGridSelectionChanged(event: any, lineIndex: number): void;
|
|
143
150
|
toggleAllManualLines(event: any): void;
|
|
144
151
|
openCatalogMatchModal(): void;
|
|
145
152
|
addCatalogLinesToDocument(): void;
|
|
@@ -18,7 +18,6 @@ export declare class HitParamsGeneralPart2Component implements OnInit {
|
|
|
18
18
|
valid: EventEmitter<boolean>;
|
|
19
19
|
submitButtonDisabled: boolean;
|
|
20
20
|
integratorDataSource: any;
|
|
21
|
-
downloadTokenSecret: string;
|
|
22
21
|
constructor(service: ParamsGeneralService, fb: FormBuilder, hitParamsGeneralsService: HitParamsGeneralsService, toasterService: ToasterService, hitEntegratorsService: HitEntegratorsService);
|
|
23
22
|
ngOnInit(): void;
|
|
24
23
|
buildForm(): void;
|
|
@@ -16,6 +16,7 @@ export declare class HitParamsIntegratorComponent implements OnInit {
|
|
|
16
16
|
private readonly hitParamsIntegratorsService;
|
|
17
17
|
private readonly toasterService;
|
|
18
18
|
private readonly hitEntegratorsService;
|
|
19
|
+
private readonly URL_PATTERN;
|
|
19
20
|
formParamsIntegrator: FormGroup;
|
|
20
21
|
paramsIntegratorDtoWithNavigationPropertiesDto?: ParamsIntegratorWithNavigationPropertiesDto;
|
|
21
22
|
submitButtonDisabled: boolean;
|
|
@@ -29,6 +30,8 @@ export declare class HitParamsIntegratorComponent implements OnInit {
|
|
|
29
30
|
ngOnInit(): Promise<void>;
|
|
30
31
|
buildForm(): void;
|
|
31
32
|
submitForm(): Promise<void>;
|
|
33
|
+
private saveParamsIntegrator;
|
|
34
|
+
private runConnectionTest;
|
|
32
35
|
getParamsIntegrator(buildForm: boolean, branchId: any): Promise<void>;
|
|
33
36
|
changedBranch(data: ParamsGeneralDto): void;
|
|
34
37
|
branchOnChange(): void;
|
|
@@ -14,6 +14,7 @@ export declare class HitInboundInvoiceService {
|
|
|
14
14
|
checkBusinessPartnerExist: (tcknVkn: string, cardType?: string) => import("rxjs").Observable<any>;
|
|
15
15
|
getPartnerNumberingSeries: () => import("rxjs").Observable<any>;
|
|
16
16
|
getPartnerDetails: (invoiceGuid: string) => import("rxjs").Observable<any>;
|
|
17
|
+
saveInvoiceUserComment: (invoiceID: string, comment: string) => import("rxjs").Observable<any>;
|
|
17
18
|
getCountries: () => import("rxjs").Observable<any>;
|
|
18
19
|
getStates: (countryCode: string) => import("rxjs").Observable<any>;
|
|
19
20
|
getOpenDocuments: (tcknVkn: string) => import("rxjs").Observable<any>;
|
|
@@ -22,15 +23,17 @@ export declare class HitInboundInvoiceService {
|
|
|
22
23
|
createPurchaseInvoiceDocument: (requestDto: ConnectorPurchaseInvoiceDocumentDto, invoiceID: string) => import("rxjs").Observable<any>;
|
|
23
24
|
processManual: (invoiceID: string) => import("rxjs").Observable<any>;
|
|
24
25
|
createMultipleEmptyDrafts: (requestDto: ConnectorMultipleEmptyDraftDto[]) => import("rxjs").Observable<any>;
|
|
26
|
+
getIncomingInvoicePdfsMultiple: (invoiceIds: string[]) => import("rxjs").Observable<Blob>;
|
|
25
27
|
getInvoiceXmlLines: (invoiceId: string) => import("rxjs").Observable<any>;
|
|
26
28
|
getItems: (searchText: string) => import("rxjs").Observable<any>;
|
|
29
|
+
itemsGridStore: import("devextreme-aspnet-data-nojquery").CustomStore;
|
|
30
|
+
taxGroupsGridStore: (category: string) => import("devextreme-aspnet-data-nojquery").CustomStore;
|
|
27
31
|
getTaxGroups: (category: string) => import("rxjs").Observable<any>;
|
|
28
|
-
getCatalogMatchLines: (invoiceId: string) => import("rxjs").Observable<any>;
|
|
29
|
-
getIncomingInvoicePdfsMultiple: (invoiceIds: string[]) => import("rxjs").Observable<Blob>;
|
|
30
32
|
LoadInboundInvoiceFiles: (invoiceGUID: string) => import("devextreme-aspnet-data-nojquery").CustomStore;
|
|
31
33
|
downloadFileById: (blobID: string) => import("rxjs").Observable<any>;
|
|
32
34
|
getInboundInvoicePdfsMultiple: (invoiceIds: string[]) => import("rxjs").Observable<any>;
|
|
33
35
|
getInboundInvoicePdfsMerged: (invoiceIds: string[]) => import("rxjs").Observable<any>;
|
|
36
|
+
getCatalogMatchLines: (invoiceId: string) => import("rxjs").Observable<any>;
|
|
34
37
|
constructor(restService: RestService, devexService: DevexpressRestService);
|
|
35
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<HitInboundInvoiceService, never>;
|
|
36
39
|
static ɵprov: i0.ɵɵInjectableDeclaration<HitInboundInvoiceService>;
|
|
@@ -93,6 +93,14 @@ export interface ConnectorPurchaseInvoiceDocumentLineDto {
|
|
|
93
93
|
baseType: number | null;
|
|
94
94
|
baseEntry: number | null;
|
|
95
95
|
baseLine: number | null;
|
|
96
|
+
itemCode?: string;
|
|
97
|
+
itemDescription?: string;
|
|
98
|
+
unitPrice?: number | null;
|
|
99
|
+
taxCode?: string;
|
|
100
|
+
vatGroup?: string;
|
|
101
|
+
currency?: string;
|
|
102
|
+
uomCode?: string;
|
|
103
|
+
discPrcnt?: number | null;
|
|
96
104
|
}
|
|
97
105
|
export interface ConnectorMultipleEmptyDraftDto {
|
|
98
106
|
invoiceID: string;
|
|
@@ -125,6 +133,8 @@ export interface ManualLineDto {
|
|
|
125
133
|
taxCode: string;
|
|
126
134
|
currencyCode: string;
|
|
127
135
|
selected: boolean;
|
|
136
|
+
itemBoxOpened?: boolean;
|
|
137
|
+
taxBoxOpened?: boolean;
|
|
128
138
|
}
|
|
129
139
|
export interface CatalogMatchLineDto {
|
|
130
140
|
lineNumber: number;
|
package/lib/params-integrators/params-integrator/components/params-integrator.component.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ export declare class ParamsIntegratorComponent implements OnInit {
|
|
|
11
11
|
readonly service: ParamsIntegratorService;
|
|
12
12
|
private confirmation;
|
|
13
13
|
private fb;
|
|
14
|
+
private readonly URL_PATTERN;
|
|
14
15
|
data: PagedResultDto<ParamsIntegratorWithNavigationPropertiesDto>;
|
|
15
16
|
filters: GetParamsIntegratorsInput;
|
|
16
17
|
form: FormGroup;
|
|
@@ -46,6 +46,7 @@ export interface ParamsCompanyCreateDto {
|
|
|
46
46
|
setupIndex?: number;
|
|
47
47
|
setupCompleted?: boolean;
|
|
48
48
|
isTestCompany?: boolean;
|
|
49
|
+
sendErrorNotificationMail?: boolean;
|
|
49
50
|
}
|
|
50
51
|
export interface ParamsCompanyDto extends FullAuditedEntityDto<string> {
|
|
51
52
|
companyName: string;
|
|
@@ -69,6 +70,7 @@ export interface ParamsCompanyDto extends FullAuditedEntityDto<string> {
|
|
|
69
70
|
setupIndex?: number;
|
|
70
71
|
setupCompleted?: boolean;
|
|
71
72
|
isTestCompany?: boolean;
|
|
73
|
+
sendErrorNotificationMail?: boolean;
|
|
72
74
|
}
|
|
73
75
|
export interface ParamsCompanyExcelDownloadDto {
|
|
74
76
|
downloadToken?: string;
|
|
@@ -97,4 +99,5 @@ export interface ParamsCompanyUpdateDto {
|
|
|
97
99
|
setupIndex?: number;
|
|
98
100
|
setupCompleted?: boolean;
|
|
99
101
|
isTestCompany?: boolean;
|
|
102
|
+
sendErrorNotificationMail?: boolean;
|
|
100
103
|
}
|
|
@@ -20,6 +20,7 @@ export interface ParamsGeneralCreateDto {
|
|
|
20
20
|
eInvoiceStartDate?: string;
|
|
21
21
|
eDespatchStartDate?: string;
|
|
22
22
|
eProducerReceiptStartDate?: string;
|
|
23
|
+
isEntegratorErrorMailActive?: boolean;
|
|
23
24
|
}
|
|
24
25
|
export interface ParamsGeneralDto extends FullAuditedEntityDto<string> {
|
|
25
26
|
connector?: number;
|
|
@@ -28,6 +29,7 @@ export interface ParamsGeneralDto extends FullAuditedEntityDto<string> {
|
|
|
28
29
|
eInvoiceStartDate?: string;
|
|
29
30
|
eDespatchStartDate?: string;
|
|
30
31
|
eProducerReceiptStartDate?: string;
|
|
32
|
+
isEntegratorErrorMailActive?: boolean;
|
|
31
33
|
}
|
|
32
34
|
export interface ParamsGeneralExcelDownloadDto {
|
|
33
35
|
downloadToken?: string;
|
|
@@ -41,4 +43,5 @@ export interface ParamsGeneralUpdateDto {
|
|
|
41
43
|
eInvoiceStartDate?: string;
|
|
42
44
|
eDespatchStartDate?: string;
|
|
43
45
|
eProducerReceiptStartDate?: string;
|
|
46
|
+
isEntegratorErrorMailActive?: boolean;
|
|
44
47
|
}
|
|
@@ -25,6 +25,10 @@ export interface ParamsIntegratorCreateDto {
|
|
|
25
25
|
eArchivePKLabel?: string;
|
|
26
26
|
emmGBLabel?: string;
|
|
27
27
|
emmPKLabel?: string;
|
|
28
|
+
eInvoiceApiUrl?: string;
|
|
29
|
+
eDespatchApiUrl?: string;
|
|
30
|
+
eArchiveApiUrl?: string;
|
|
31
|
+
emmApiUrl?: string;
|
|
28
32
|
branchId?: string;
|
|
29
33
|
}
|
|
30
34
|
export interface ParamsIntegratorDto extends FullAuditedEntityDto<string> {
|
|
@@ -38,6 +42,10 @@ export interface ParamsIntegratorDto extends FullAuditedEntityDto<string> {
|
|
|
38
42
|
eArchivePKLabel?: string;
|
|
39
43
|
emmGBLabel?: string;
|
|
40
44
|
emmPKLabel?: string;
|
|
45
|
+
eInvoiceApiUrl?: string;
|
|
46
|
+
eDespatchApiUrl?: string;
|
|
47
|
+
eArchiveApiUrl?: string;
|
|
48
|
+
emmApiUrl?: string;
|
|
41
49
|
branchId?: string;
|
|
42
50
|
concurrencyStamp?: string;
|
|
43
51
|
}
|
|
@@ -57,6 +65,10 @@ export interface ParamsIntegratorUpdateDto {
|
|
|
57
65
|
eArchivePKLabel?: string;
|
|
58
66
|
emmGBLabel?: string;
|
|
59
67
|
emmPKLabel?: string;
|
|
68
|
+
eInvoiceApiUrl?: string;
|
|
69
|
+
eDespatchApiUrl?: string;
|
|
70
|
+
eArchiveApiUrl?: string;
|
|
71
|
+
emmApiUrl?: string;
|
|
60
72
|
branchId?: string;
|
|
61
73
|
concurrencyStamp?: string;
|
|
62
74
|
}
|