@hitsoft/e-donusum 1.0.91 → 1.0.92
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/config/providers/document-serial-route.provider.mjs +2 -2
- package/esm2020/lib/components/hit-despatches/hit-despatch.component.mjs +3 -3
- package/esm2020/lib/components/hit-document-serial/hit-document-serial.component.mjs +5 -4
- package/esm2020/lib/components/hit-inbound-invoices/hit-inbound-invoice.component.mjs +19 -95
- package/esm2020/lib/components/hit-inbound-invoices/hit-inbound-invoice.module.mjs +5 -8
- package/esm2020/lib/components/hit-invoices/hit-invoice.component.mjs +3 -3
- package/esm2020/lib/components/hit-producer-receipts/hit-producer-receipt.component.mjs +3 -3
- package/esm2020/lib/document-serials/document-serial/components/document-serial.component.mjs +5 -4
- 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 +1 -6
- package/esm2020/lib/hit-proxy/hit-inbound-invoices/models.mjs +1 -1
- package/esm2020/lib/hit-proxy/hit-invoices/hit-invoice.service.mjs +4 -4
- 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/document-serial.service.mjs +2 -2
- package/esm2020/lib/proxy/document-serials/index.mjs +1 -1
- package/esm2020/lib/proxy/document-serials/models.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-config.mjs +1 -1
- package/fesm2015/hitsoft-e-donusum-config.mjs.map +1 -1
- package/fesm2015/hitsoft-e-donusum.mjs +40 -123
- package/fesm2015/hitsoft-e-donusum.mjs.map +1 -1
- package/fesm2020/hitsoft-e-donusum-config.mjs +1 -1
- package/fesm2020/hitsoft-e-donusum-config.mjs.map +1 -1
- package/fesm2020/hitsoft-e-donusum.mjs +40 -122
- package/fesm2020/hitsoft-e-donusum.mjs.map +1 -1
- package/lib/components/hit-inbound-invoices/hit-inbound-invoice.component.d.ts +0 -11
- package/lib/components/hit-inbound-invoices/hit-inbound-invoice.module.d.ts +1 -1
- package/lib/hit-proxy/hit-inbound-invoices/hit-inbound-invoice.service.d.ts +1 -2
- package/lib/hit-proxy/hit-inbound-invoices/models.d.ts +0 -11
- package/lib/hit-proxy/hit-invoices/hit-invoice.service.d.ts +1 -1
- package/lib/proxy/document-serials/models.d.ts +4 -0
- package/package.json +1 -1
|
@@ -83,11 +83,6 @@ export declare class HitInboundInvoiceComponent implements OnInit {
|
|
|
83
83
|
cityService: any;
|
|
84
84
|
isDraft: any;
|
|
85
85
|
isBranch: boolean;
|
|
86
|
-
draftResults: any[];
|
|
87
|
-
resultPopupVisible: boolean;
|
|
88
|
-
hasValidSelection: boolean;
|
|
89
|
-
branchPopupVisible: boolean;
|
|
90
|
-
selectedBranchId: number;
|
|
91
86
|
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);
|
|
92
87
|
countryGridBox_displayExpr(): string;
|
|
93
88
|
stateGridBox_displayExpr(): string;
|
|
@@ -126,12 +121,6 @@ export declare class HitInboundInvoiceComponent implements OnInit {
|
|
|
126
121
|
getReceiverResponseName(responseId: any): any;
|
|
127
122
|
getIconClass(responseId: any): "" | "fas fa-clock" | "fas fa-check-circle" | "fas fa-times-circle";
|
|
128
123
|
getDocObjectName(data: any): string;
|
|
129
|
-
onInboundSelectionChanged(e: any): void;
|
|
130
|
-
createMultipleEmptyDrafts(): void;
|
|
131
|
-
onResultPopupClosed: () => void;
|
|
132
|
-
closeResultPopup: () => void;
|
|
133
|
-
openBranchPopup(): void;
|
|
134
|
-
confirmBranchSelection: () => void;
|
|
135
124
|
static ɵfac: i0.ɵɵFactoryDeclaration<HitInboundInvoiceComponent, never>;
|
|
136
125
|
static ɵcmp: i0.ɵɵComponentDeclaration<HitInboundInvoiceComponent, "lib-inbound-invoice", never, {}, {}, never, never, false>;
|
|
137
126
|
}
|
|
@@ -10,7 +10,7 @@ import * as i8 from "@abp/ng.components/page";
|
|
|
10
10
|
import * as i9 from "./hit-inbound-invoice-routing.module";
|
|
11
11
|
export declare class HitInboundInvoiceModule {
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<HitInboundInvoiceModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<HitInboundInvoiceModule, [typeof i1.HitInboundInvoiceComponent], [typeof i2.CoreModule, typeof i3.ThemeSharedModule, typeof i4.CommercialUiModule, typeof i5.NgxValidateCoreModule, typeof i6.NgbCollapseModule, typeof i6.NgbDatepickerModule, typeof i6.NgbDropdownModule, typeof i7.DxDataGridModule, typeof i7.DxTextAreaModule, typeof i7.DxTextBoxModule, typeof i7.DxHtmlEditorModule, typeof i7.DxSelectBoxModule, typeof i7.DxLookupModule, typeof i7.DxTabPanelModule, typeof i8.PageModule, typeof i9.HitInboundInvoiceRoutingModule, typeof i7.DxRadioGroupModule, typeof i7.DxDateBoxModule, typeof i7.DxTemplateModule, typeof i7.DxDropDownBoxModule
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<HitInboundInvoiceModule, [typeof i1.HitInboundInvoiceComponent], [typeof i2.CoreModule, typeof i3.ThemeSharedModule, typeof i4.CommercialUiModule, typeof i5.NgxValidateCoreModule, typeof i6.NgbCollapseModule, typeof i6.NgbDatepickerModule, typeof i6.NgbDropdownModule, typeof i7.DxDataGridModule, typeof i7.DxTextAreaModule, typeof i7.DxTextBoxModule, typeof i7.DxHtmlEditorModule, typeof i7.DxSelectBoxModule, typeof i7.DxLookupModule, typeof i7.DxTabPanelModule, typeof i8.PageModule, typeof i9.HitInboundInvoiceRoutingModule, typeof i7.DxRadioGroupModule, typeof i7.DxDateBoxModule, typeof i7.DxTemplateModule, typeof i7.DxDropDownBoxModule], never>;
|
|
14
14
|
static ɵinj: i0.ɵɵInjectorDeclaration<HitInboundInvoiceModule>;
|
|
15
15
|
}
|
|
16
16
|
export declare function loadHitInboundInvoiceModuleAsChild(): Promise<typeof HitInboundInvoiceModule>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RestService } from "@abp/ng.core";
|
|
2
2
|
import { DevexpressRestService } from "../devexpress-query-builder/devexpress-query-builder";
|
|
3
|
-
import { ConnectorDraftDocumentDto,
|
|
3
|
+
import { ConnectorDraftDocumentDto, ConnectorPurchaseInvoiceDocumentDto, CreateBusinessPartnerSupplierDto } from "./models";
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class HitInboundInvoiceService {
|
|
6
6
|
private restService;
|
|
@@ -21,7 +21,6 @@ export declare class HitInboundInvoiceService {
|
|
|
21
21
|
createDraftDocument: (requestDto: ConnectorDraftDocumentDto, invoiceID: string) => import("rxjs").Observable<any>;
|
|
22
22
|
createPurchaseInvoiceDocument: (requestDto: ConnectorPurchaseInvoiceDocumentDto, invoiceID: string) => import("rxjs").Observable<any>;
|
|
23
23
|
processManual: (invoiceID: string) => import("rxjs").Observable<any>;
|
|
24
|
-
createMultipleEmptyDrafts: (requestDto: ConnectorMultipleEmptyDraftDto[]) => import("rxjs").Observable<any>;
|
|
25
24
|
constructor(restService: RestService, devexService: DevexpressRestService);
|
|
26
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<HitInboundInvoiceService, never>;
|
|
27
26
|
static ɵprov: i0.ɵɵInjectableDeclaration<HitInboundInvoiceService>;
|
|
@@ -85,14 +85,3 @@ export interface ConnectorPurchaseInvoiceDocumentLineDto {
|
|
|
85
85
|
baseEntry: number | null;
|
|
86
86
|
baseLine: number | null;
|
|
87
87
|
}
|
|
88
|
-
export interface ConnectorMultipleEmptyDraftDto {
|
|
89
|
-
invoiceID: string;
|
|
90
|
-
draftDocument: ConnectorDraftDocumentDto;
|
|
91
|
-
}
|
|
92
|
-
export interface ConnectorMultipleEmptyDraftResponseDto {
|
|
93
|
-
invoiceID: string;
|
|
94
|
-
EFATNO: string;
|
|
95
|
-
isSuccess: boolean;
|
|
96
|
-
draftDocument: ConnectorDraftDocumentDto;
|
|
97
|
-
errorMessage: string;
|
|
98
|
-
}
|
|
@@ -7,7 +7,7 @@ export declare class HitInvoiceService {
|
|
|
7
7
|
apiName: string;
|
|
8
8
|
LoadInvoices: import("devextreme-aspnet-data-nojquery").CustomStore;
|
|
9
9
|
LoadInvoiceFiles: (invoiceUUID: string) => import("devextreme-aspnet-data-nojquery").CustomStore;
|
|
10
|
-
sendInvoiceById: (
|
|
10
|
+
sendInvoiceById: (input: string[]) => import("rxjs").Observable<any>;
|
|
11
11
|
getInvoicePdfsMultiple: (invoiceIds: string[]) => import("rxjs").Observable<any>;
|
|
12
12
|
setInvoiceCancelBydId: (invoiceId: string, status: number) => import("rxjs").Observable<any>;
|
|
13
13
|
updateInvoiceReceiver: (invoiceUUID: string, receiverPK: string) => import("rxjs").Observable<any>;
|
|
@@ -2,6 +2,7 @@ import type { FullAuditedEntityDto, PagedAndSortedResultRequestDto } from '@abp/
|
|
|
2
2
|
export interface DocumentSerialCreateDto {
|
|
3
3
|
code: string;
|
|
4
4
|
name?: string;
|
|
5
|
+
description?: string;
|
|
5
6
|
isPassive?: boolean;
|
|
6
7
|
type?: number;
|
|
7
8
|
gbAlias?: string;
|
|
@@ -11,6 +12,7 @@ export interface DocumentSerialCreateDto {
|
|
|
11
12
|
export interface DocumentSerialDto extends FullAuditedEntityDto<string> {
|
|
12
13
|
code: string;
|
|
13
14
|
name?: string;
|
|
15
|
+
description?: string;
|
|
14
16
|
isPassive?: boolean;
|
|
15
17
|
type?: number;
|
|
16
18
|
gbAlias?: string;
|
|
@@ -21,6 +23,7 @@ export interface DocumentSerialDto extends FullAuditedEntityDto<string> {
|
|
|
21
23
|
export interface DocumentSerialUpdateDto {
|
|
22
24
|
code: string;
|
|
23
25
|
name?: string;
|
|
26
|
+
description?: string;
|
|
24
27
|
isPassive?: boolean;
|
|
25
28
|
type?: number;
|
|
26
29
|
gbAlias?: string;
|
|
@@ -32,6 +35,7 @@ export interface GetDocumentSerialsInput extends PagedAndSortedResultRequestDto
|
|
|
32
35
|
filterText?: string;
|
|
33
36
|
code?: string;
|
|
34
37
|
name?: string;
|
|
38
|
+
description?: string;
|
|
35
39
|
isPassive?: boolean;
|
|
36
40
|
typeMin?: number;
|
|
37
41
|
typeMax?: number;
|