@hitsoft/e-donusum 1.0.58 → 1.0.59
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/components/hit-inbound-invoices/hit-inbound-invoice.component.mjs +101 -35
- package/esm2020/lib/components/hit-params-companies/hit-params-company.component.mjs +9 -9
- package/esm2020/lib/hit-proxy/hit-inbound-invoices/hit-inbound-invoice.service.mjs +6 -1
- package/esm2020/lib/hit-proxy/hit-inbound-invoices/models.mjs +1 -1
- package/esm2020/lib/paramse-dispatches/paramse-dispatch/paramse-dispatch.module.mjs +1 -1
- package/esm2020/lib/paramse-invoices/paramse-invoice/paramse-invoice.module.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 +133 -57
- package/fesm2015/hitsoft-e-donusum.mjs.map +1 -1
- package/fesm2020/hitsoft-e-donusum.mjs +113 -42
- package/fesm2020/hitsoft-e-donusum.mjs.map +1 -1
- package/lib/components/hit-inbound-invoices/hit-inbound-invoice.component.d.ts +7 -4
- package/lib/components/hit-params-companies/hit-params-company.component.d.ts +2 -2
- package/lib/hit-proxy/hit-inbound-invoices/hit-inbound-invoice.service.d.ts +2 -1
- package/lib/hit-proxy/hit-inbound-invoices/models.d.ts +22 -0
- package/package.json +1 -1
|
@@ -21,7 +21,7 @@ export declare class HitInboundInvoiceComponent implements OnInit {
|
|
|
21
21
|
dxInboundInvoiceInstance: DxDataGridComponent;
|
|
22
22
|
dxPurchaseOrderDocuments: DxDataGridComponent;
|
|
23
23
|
dxPurchaseDespatchDocuments: DxDataGridComponent;
|
|
24
|
-
|
|
24
|
+
dxDocumentLines: DxDataGridComponent;
|
|
25
25
|
tabPanel: DxTabPanelComponent;
|
|
26
26
|
inboundInvoicesDataSource: any;
|
|
27
27
|
inboundInvoiceStatusLookup: any;
|
|
@@ -41,7 +41,7 @@ export declare class HitInboundInvoiceComponent implements OnInit {
|
|
|
41
41
|
openDocumentsForPartner: [];
|
|
42
42
|
invoiceObjectsEnumLookup: any;
|
|
43
43
|
purchaseOrderDocuments: [];
|
|
44
|
-
|
|
44
|
+
documentLines: OpenDocumentDto[];
|
|
45
45
|
purchaseDespatchDocuments: [];
|
|
46
46
|
isModalBusyForResponse: boolean;
|
|
47
47
|
isModalOpenForResponse: boolean;
|
|
@@ -49,8 +49,8 @@ export declare class HitInboundInvoiceComponent implements OnInit {
|
|
|
49
49
|
isModalOpenForPartner: boolean;
|
|
50
50
|
isModalBusyForOpenDocs: boolean;
|
|
51
51
|
isModalOpenForOpenDocs: boolean;
|
|
52
|
-
|
|
53
|
-
|
|
52
|
+
isModalBusyForDocument: boolean;
|
|
53
|
+
isModalOpenForDocument: boolean;
|
|
54
54
|
isLoadingStates: boolean;
|
|
55
55
|
isLoadingSeries: boolean;
|
|
56
56
|
isLoadingGroups: boolean;
|
|
@@ -72,6 +72,7 @@ export declare class HitInboundInvoiceComponent implements OnInit {
|
|
|
72
72
|
selectedInboundInvoice: any;
|
|
73
73
|
cities: any;
|
|
74
74
|
cityService: any;
|
|
75
|
+
isDraft: any;
|
|
75
76
|
constructor(list: ListService, service: HitInboundInvoiceService, invoiceService: HitInvoiceService, formBuilder: FormBuilder, formBuilderForPartner: FormBuilder, toasterService: ToasterService, businessPartnerGroupService: HitBusinessPartnerGroupService, ref: ChangeDetectorRef, confirmation: ConfirmationService);
|
|
76
77
|
countryGridBox_displayExpr(): string;
|
|
77
78
|
stateGridBox_displayExpr(): string;
|
|
@@ -95,11 +96,13 @@ export declare class HitInboundInvoiceComponent implements OnInit {
|
|
|
95
96
|
createBusinessPartner(): void;
|
|
96
97
|
buildFormForPartner(record: any): void;
|
|
97
98
|
openDraftForm(record: any): void;
|
|
99
|
+
openDocumentForm(record: any): void;
|
|
98
100
|
openOpenDocumentsForm(): void;
|
|
99
101
|
selectOpenDocuments(): void;
|
|
100
102
|
hideFormOpenDocuments(): void;
|
|
101
103
|
hideFormDraft(): void;
|
|
102
104
|
sendDraft(draftGridLines: any[]): void;
|
|
105
|
+
sendDocument(documentGridLines: any[]): void;
|
|
103
106
|
createDraftDocument(): void;
|
|
104
107
|
processManual(record: any): void;
|
|
105
108
|
checkBoxChanged(event: any): void;
|
|
@@ -21,10 +21,10 @@ export declare class HitParamsCompanyComponent implements OnInit {
|
|
|
21
21
|
valid: EventEmitter<boolean>;
|
|
22
22
|
paramsCompany: EventEmitter<ParamsCompanyDto>;
|
|
23
23
|
constructor(list: ListService, track: TrackByService, service: ParamsCompanyService, confirmation: ConfirmationService, fb: FormBuilder, hitParamsCompaniesService: HitParamsCompaniesService, toasterService: ToasterService);
|
|
24
|
-
ngOnInit(): void
|
|
24
|
+
ngOnInit(): Promise<void>;
|
|
25
25
|
buildForm(): void;
|
|
26
26
|
submitForm(): Promise<void>;
|
|
27
|
-
getParamsCompany(buildForm?: boolean):
|
|
27
|
+
getParamsCompany(buildForm?: boolean): Promise<void>;
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<HitParamsCompanyComponent, never>;
|
|
29
29
|
static ɵcmp: i0.ɵɵComponentDeclaration<HitParamsCompanyComponent, "hit-params-company", never, { "IsSubmitButtonHidden": "IsSubmitButtonHidden"; "setupIndex": "setupIndex"; }, { "valid": "valid"; "paramsCompany": "paramsCompany"; }, never, never, false>;
|
|
30
30
|
}
|
|
@@ -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, CreateBusinessPartnerSupplierDto } from "./models";
|
|
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;
|
|
@@ -19,6 +19,7 @@ export declare class HitInboundInvoiceService {
|
|
|
19
19
|
getOpenDocuments: (tcknVkn: string) => import("rxjs").Observable<any>;
|
|
20
20
|
createBusinessPartnerForSupplier: (requestDto: CreateBusinessPartnerSupplierDto) => import("rxjs").Observable<any>;
|
|
21
21
|
createDraftDocument: (requestDto: ConnectorDraftDocumentDto, invoiceID: string) => import("rxjs").Observable<any>;
|
|
22
|
+
createPurchaseInvoiceDocument: (requestDto: ConnectorPurchaseInvoiceDocumentDto, invoiceID: string) => import("rxjs").Observable<any>;
|
|
22
23
|
processManual: (invoiceID: string) => import("rxjs").Observable<any>;
|
|
23
24
|
constructor(restService: RestService, devexService: DevexpressRestService);
|
|
24
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<HitInboundInvoiceService, never>;
|
|
@@ -61,3 +61,25 @@ export interface OpenDocumentDto {
|
|
|
61
61
|
openQty: number;
|
|
62
62
|
selectedQty: number;
|
|
63
63
|
}
|
|
64
|
+
export interface ConnectorPurchaseInvoiceDocumentDto {
|
|
65
|
+
docEntry: number | null;
|
|
66
|
+
docNum: number | null;
|
|
67
|
+
docDate: string;
|
|
68
|
+
docDueDate: string;
|
|
69
|
+
taxDate: string;
|
|
70
|
+
cardCode: string;
|
|
71
|
+
numAtCard: string;
|
|
72
|
+
docCurrency: string;
|
|
73
|
+
docRate: number | null;
|
|
74
|
+
u_UUID: string;
|
|
75
|
+
u_EFATNO: string;
|
|
76
|
+
u_SEND: string;
|
|
77
|
+
u_ProfileId: string;
|
|
78
|
+
documentLines: ConnectorPurchaseInvoiceDocumentLineDto[];
|
|
79
|
+
}
|
|
80
|
+
export interface ConnectorPurchaseInvoiceDocumentLineDto {
|
|
81
|
+
quantity: number | null;
|
|
82
|
+
baseType: number | null;
|
|
83
|
+
baseEntry: number | null;
|
|
84
|
+
baseLine: number | null;
|
|
85
|
+
}
|