iptdevs-design-system 3.2.176 → 3.2.178
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 +9 -0
- package/lib/core/services/budget-service/budget-service.d.ts +3 -2
- package/package.json +1 -1
|
@@ -16,6 +16,7 @@ export interface Coupon {
|
|
|
16
16
|
state: number;
|
|
17
17
|
description: string;
|
|
18
18
|
discount_academic_plan: DiscountAcademicPlan[];
|
|
19
|
+
campus?: number;
|
|
19
20
|
}
|
|
20
21
|
export interface DiscountAcademicPlan {
|
|
21
22
|
code: number;
|
|
@@ -1242,6 +1243,11 @@ export interface IGetAllDiscountWithModalityBySegmentRq {
|
|
|
1242
1243
|
token: string;
|
|
1243
1244
|
coupon_segment: number;
|
|
1244
1245
|
}
|
|
1246
|
+
export interface IGetAllDiscountWithModalityBySegmentCampusDateRq extends IGetAllDiscountWithModalityBySegmentRq {
|
|
1247
|
+
campus: number;
|
|
1248
|
+
date?: string;
|
|
1249
|
+
state?: number;
|
|
1250
|
+
}
|
|
1245
1251
|
export interface ICreateDiscountWithSegmentRq {
|
|
1246
1252
|
allow_partial_payment: number;
|
|
1247
1253
|
course_modality: number[];
|
|
@@ -1259,6 +1265,7 @@ export interface ICreateDiscountWithSegmentRq {
|
|
|
1259
1265
|
token: string;
|
|
1260
1266
|
type: number;
|
|
1261
1267
|
coupon_segment: number;
|
|
1268
|
+
campus?: number;
|
|
1262
1269
|
}
|
|
1263
1270
|
export interface ISearchForStudentsByDifferentParametersAndCampusRq {
|
|
1264
1271
|
token: string;
|
|
@@ -1316,5 +1323,7 @@ export interface ICourseDataWalletRs {
|
|
|
1316
1323
|
export interface IGetCoursesAssignedByTheCoordinatorRq {
|
|
1317
1324
|
token: string;
|
|
1318
1325
|
codeUser: number;
|
|
1326
|
+
course_wallet_status_code: number;
|
|
1327
|
+
campus: number[];
|
|
1319
1328
|
}
|
|
1320
1329
|
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, IEditInstallmentAmounWithCommentsRq, ICoursePaymentRangeReportRq, ICoursePaymentRangeReportRs, IPreviewModifyPaymentPlanRq, ISaveModifiedPaymentPlanRq, IStudentsWithOverdueFeesByCoordinatorRq, IGetAllDiscountWithModalityBySegmentRq, ICreateDiscountWithSegmentRq, IObtainStudentInfoSerchRq,
|
|
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, ICoursePaymentRangeReportRq, ICoursePaymentRangeReportRs, IPreviewModifyPaymentPlanRq, ISaveModifiedPaymentPlanRq, IStudentsWithOverdueFeesByCoordinatorRq, IGetAllDiscountWithModalityBySegmentRq, ICreateDiscountWithSegmentRq, IObtainStudentInfoSerchRq, IObtainCampusSummaryByUserCodeRq, IObtainCourseWalletSummaryByCampusAndUserStatusRq, IGetCoursesNotAssignedByCampusRq, IGetCoursesAssignedByTheCoordinatorRq, IGetAllDiscountWithModalityBySegmentCampusDateRq } 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, IGetDiscountCouponInformationRq } from '../../models/payment/payment-rq.model';
|
|
5
5
|
import { IgetCoursesFinishAndunassignedRq } from '../../models/reports/reports.model';
|
|
6
6
|
import { IPTGeneralService } from '../service-enviroments';
|
|
@@ -139,8 +139,9 @@ export declare class BudgetService extends IPTGeneralService {
|
|
|
139
139
|
getAllDiscountWithModality(param: getdiscountAllRq): Observable<any>;
|
|
140
140
|
validateCouponByReference(reference: string): Observable<any>;
|
|
141
141
|
getAllDiscountWithModalityBySegment(param: IGetAllDiscountWithModalityBySegmentRq): Observable<any>;
|
|
142
|
+
getAllDiscountWithModalityBySegmentAndCampus(param: IGetAllDiscountWithModalityBySegmentRq): Observable<any>;
|
|
142
143
|
createDiscountWithSegment(param: ICreateDiscountWithSegmentRq): Observable<any>;
|
|
143
|
-
searchForStudentsByDifferentParametersAndCampus(param:
|
|
144
|
+
searchForStudentsByDifferentParametersAndCampus(param: IGetAllDiscountWithModalityBySegmentCampusDateRq): Observable<any>;
|
|
144
145
|
obtainCourseWalletSummaryByCampusAndUserStatus(param: IObtainCourseWalletSummaryByCampusAndUserStatusRq): Observable<any>;
|
|
145
146
|
obtainCampusSummaryByUserCode(param: IObtainCampusSummaryByUserCodeRq): Observable<any>;
|
|
146
147
|
getCoursesNotAssignedByCampus(param: IGetCoursesNotAssignedByCampusRq): Observable<any>;
|