iptdevs-design-system 3.2.34 → 3.2.36
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/core/models/budget/budget.model.mjs +1 -1
- package/esm2020/lib/core/services/budget-service/budget-service.mjs +6 -1
- package/fesm2015/iptdevs-design-system.mjs +5 -0
- package/fesm2015/iptdevs-design-system.mjs.map +1 -1
- package/fesm2020/iptdevs-design-system.mjs +5 -0
- package/fesm2020/iptdevs-design-system.mjs.map +1 -1
- package/lib/core/models/budget/budget.model.d.ts +31 -4
- package/lib/core/services/budget-service/budget-service.d.ts +2 -1
- package/package.json +1 -1
|
@@ -979,11 +979,38 @@ export interface IDeleteQuotaRecordWithCommentsRq {
|
|
|
979
979
|
export interface IModifyQuotaDataWithCommentsRq {
|
|
980
980
|
token: string;
|
|
981
981
|
cod: number;
|
|
982
|
+
timely_date: string;
|
|
983
|
+
observation: string;
|
|
984
|
+
}
|
|
985
|
+
export interface IEditInstallmentAmounWithCommentsRq {
|
|
986
|
+
token: string;
|
|
987
|
+
cod_payment: number;
|
|
988
|
+
value_amount: number;
|
|
989
|
+
observation: string;
|
|
990
|
+
}
|
|
991
|
+
export interface IProcessPaymentCodWithCommentsRs {
|
|
992
|
+
codpayment: ICodpaymentProcessPaymentRs;
|
|
993
|
+
history: IHistoryProcessPaymentRs;
|
|
994
|
+
}
|
|
995
|
+
export interface ICodpaymentProcessPaymentRs {
|
|
996
|
+
code: number;
|
|
997
|
+
cod: number;
|
|
998
|
+
timely_date: Date;
|
|
999
|
+
amount: number;
|
|
1000
|
+
fee_number: number;
|
|
1001
|
+
status: number;
|
|
1002
|
+
updated_amount_by: number;
|
|
1003
|
+
updated_by: number;
|
|
1004
|
+
deleted_at: null | Date;
|
|
1005
|
+
updated_at: Date;
|
|
1006
|
+
created_at: Date;
|
|
1007
|
+
}
|
|
1008
|
+
export interface IHistoryProcessPaymentRs {
|
|
982
1009
|
cod_payment: number;
|
|
983
|
-
fee_number: number | null;
|
|
984
|
-
type_modification: number;
|
|
985
|
-
value_amount: number | null;
|
|
986
|
-
timely_date: string | null;
|
|
987
1010
|
observation: string;
|
|
1011
|
+
status: number;
|
|
1012
|
+
process: number;
|
|
1013
|
+
produced_by: number;
|
|
1014
|
+
code: number;
|
|
988
1015
|
}
|
|
989
1016
|
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HttpClient, HttpResponse } from '@angular/common/http';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
|
-
import { getdiscountAllRq, DiscountRq, DiscountUpdateRq, IObtainAllCoursewallet, IAssignRequestRq, IObtainAvailableCourseRs, IGetCodByPaymentPlanRq, IUpdateAmountCodPaymentsRq, IParamsUpdateDateCodPaymentsRq, ICancelStudentReceiptRq, ICancelledReceiptByDateRq, IPaymentsReceivedByUserRq, IObtainCourseByCoodDiffParamRq, NameCommonExpenses, IObtainPaymentTranHistoryRq, IObtainStudentPaymentByDiffParamRq, InfoCashClosingRq, IcashClosingDateRq, IcashClosingRq, IpaymentBillEgressRq, IncomesAndEgressRq, IObatinDetailedIncomeByUserAndDateRq, SendEmailPayment, SendEmailPaymentCancellationRS, IPaymentCorrelativeRq, IObtainGatewayPaymentRecordRq, IUpdateEpaycoPaymentRq, IElectronicInvoiceRS, IAccountsBalanceRq, IGetFullPaymentInformationRq, IGetFullPaymentInformationRs, ISearchPaymentBillRq, ISearchPaymentBillRs, IGetSummaryByCoordinatorRq, IAddNewQuotaWithCommentsRq, IDeleteQuotaRecordWithCommentsRq, IModifyQuotaDataWithCommentsRq } from '../../models/budget/budget.model';
|
|
3
|
+
import { getdiscountAllRq, DiscountRq, DiscountUpdateRq, IObtainAllCoursewallet, IAssignRequestRq, IObtainAvailableCourseRs, IGetCodByPaymentPlanRq, IUpdateAmountCodPaymentsRq, IParamsUpdateDateCodPaymentsRq, ICancelStudentReceiptRq, ICancelledReceiptByDateRq, IPaymentsReceivedByUserRq, IObtainCourseByCoodDiffParamRq, NameCommonExpenses, IObtainPaymentTranHistoryRq, IObtainStudentPaymentByDiffParamRq, InfoCashClosingRq, IcashClosingDateRq, IcashClosingRq, IpaymentBillEgressRq, IncomesAndEgressRq, IObatinDetailedIncomeByUserAndDateRq, SendEmailPayment, SendEmailPaymentCancellationRS, IPaymentCorrelativeRq, IObtainGatewayPaymentRecordRq, IUpdateEpaycoPaymentRq, IElectronicInvoiceRS, IAccountsBalanceRq, IGetFullPaymentInformationRq, IGetFullPaymentInformationRs, ISearchPaymentBillRq, ISearchPaymentBillRs, IGetSummaryByCoordinatorRq, IAddNewQuotaWithCommentsRq, IDeleteQuotaRecordWithCommentsRq, IModifyQuotaDataWithCommentsRq, IEditInstallmentAmounWithCommentsRq } from '../../models/budget/budget.model';
|
|
4
4
|
import { IFullCodStudentOverdueByCoordinatorRq, IPaymentOverdueByCoordinatorCourseRq, IPaymentOverdueByCoordinatorRq, IPaymentReferenceRq, ITransferAssignImage, ITransferCreateRq, ITransferDeleteRq, ITransferGetAllRq, ITransferGetRq, ITransferSearchRq, ITransferShowImageRq, ITransferStatusUpdateRq, ITransferUpdateRq, PaymentBillRq2, PriceByTypeServiceRq, IDeleteCodPaymentsRq, ICreateCodPaymentsRq, ITransferStatusUpdateRequestRq, IUpdateElectronicInvoiceRq, IValidationOfTransfersByNumberRq } from '../../models/payment/payment-rq.model';
|
|
5
5
|
import { IgetCoursesFinishAndunassignedRq } from '../../models/reports/reports.model';
|
|
6
6
|
import { IPTGeneralService } from '../service-enviroments';
|
|
@@ -115,6 +115,7 @@ export declare class BudgetService extends IPTGeneralService {
|
|
|
115
115
|
addNewQuotaWithComments(params: IAddNewQuotaWithCommentsRq): Observable<any>;
|
|
116
116
|
deleteQuotaRecordWithComments(params: IDeleteQuotaRecordWithCommentsRq): Observable<any>;
|
|
117
117
|
modifyQuotaDataWithComments(params: IModifyQuotaDataWithCommentsRq): Observable<any>;
|
|
118
|
+
editInstallmentAmountWithComments(params: IEditInstallmentAmounWithCommentsRq): Observable<any>;
|
|
118
119
|
static ɵfac: i0.ɵɵFactoryDeclaration<BudgetService, never>;
|
|
119
120
|
static ɵprov: i0.ɵɵInjectableDeclaration<BudgetService>;
|
|
120
121
|
}
|