iptdevs-design-system 3.1.607 → 3.1.609

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.
@@ -20,7 +20,8 @@ export declare class CodSelfFormStepFourComponent {
20
20
  sendForm(): void;
21
21
  onReject(): void;
22
22
  showConfirm(): void;
23
- selectOpcionsPlacementTest(eve: IweekDaysRq[]): void;
23
+ selectOpcionsPayments(eve: IweekDaysRq[]): void;
24
+ next(): void;
24
25
  static ɵfac: i0.ɵɵFactoryDeclaration<CodSelfFormStepFourComponent, never>;
25
26
  static ɵcmp: i0.ɵɵComponentDeclaration<CodSelfFormStepFourComponent, "app-cod-self-form-step-four", never, {}, { "completed": "completed"; }, never, never, false>;
26
27
  }
@@ -481,3 +481,38 @@ export interface IUserWalletRs {
481
481
  phone_number: string;
482
482
  is_visible: number;
483
483
  }
484
+ export interface PaymentBillEgress {
485
+ payment_method: number;
486
+ payment_services: number;
487
+ payment_wallet: number;
488
+ bank: number;
489
+ generated_for: number;
490
+ generated_by: string;
491
+ total_amount: number;
492
+ payment_amount: number;
493
+ outstanding_amount: number;
494
+ positive_amount: number;
495
+ discount: number;
496
+ payer_name?: string;
497
+ payer_document?: number;
498
+ codeAcademic_plan: number;
499
+ observation: string;
500
+ ref_payment?: string;
501
+ date_payment: Date;
502
+ common_expenses: number;
503
+ type_movements: number;
504
+ }
505
+ export interface CashClosing {
506
+ token: string;
507
+ }
508
+ export interface InfoCashClosing {
509
+ token: string;
510
+ code: number;
511
+ code_user: number;
512
+ }
513
+ export interface CashClosingDate {
514
+ token: string;
515
+ start_date: string;
516
+ finish_date: string;
517
+ code_user: number;
518
+ }
@@ -1,6 +1,6 @@
1
1
  import { HttpClient } 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 } from '../../models/budget/budget.model';
3
+ import { getdiscountAllRq, DiscountRq, DiscountUpdateRq, IObtainAllCoursewallet, IAssignRequestRq, IObtainAvailableCourseRs, IGetCodByPaymentPlanRq, IUpdateAmountCodPaymentsRq, IParamsUpdateDateCodPaymentsRq, ICancelStudentReceiptRq, ICancelledReceiptByDateRq, IPaymentsReceivedByUserRq, IObtainCourseByCoodDiffParamRq, NameCommonExpenses, IObtainPaymentTranHistoryRq, IObtainStudentPaymentByDiffParamRq, PaymentBillEgress, CashClosing, InfoCashClosing, CashClosingDate } from '../../models/budget/budget.model';
4
4
  import { IFullCodStudentOverdueByCoordinatorRq, IPaymentOverdueByCoordinatorCourseRq, IPaymentOverdueByCoordinatorRq, PaymentBillRq2, PriceByTypeServiceRq } from '../../models/payment/payment-rq.model';
5
5
  import { IgetCoursesFinishAndunassignedRq } from '../../models/reports/reports.model';
6
6
  import { IPTGeneralService } from '../service-enviroments';
@@ -56,6 +56,16 @@ export declare class BudgetService extends IPTGeneralService {
56
56
  obtainStudentPaymentTransactionHistoryByCourse(param: IObtainPaymentTranHistoryRq): Observable<any>;
57
57
  obtainPaymentTransactionHistoryByCod(param: IObtainPaymentTranHistoryRq): Observable<any>;
58
58
  obtainStudentPaymentByDifferentParameter(param: IObtainStudentPaymentByDiffParamRq): Observable<any>;
59
+ createEgress(param: PaymentBillEgress): Observable<any>;
60
+ getCategory(): Observable<any>;
61
+ createCashClosing(param: CashClosing): Observable<any>;
62
+ searchCommonExpenses(name: string): Observable<any>;
63
+ getUsersCashClosing(): Observable<any>;
64
+ getCashClosingDay(code: number): Observable<any>;
65
+ getCashClosingMonth(code: number): Observable<any>;
66
+ getCashClosingYear(code: number): Observable<any>;
67
+ getInfoCashClosingByCode(param: InfoCashClosing): Observable<any>;
68
+ getCashClosingDate(param: CashClosingDate): Observable<any>;
59
69
  static ɵfac: i0.ɵɵFactoryDeclaration<BudgetService, never>;
60
70
  static ɵprov: i0.ɵɵInjectableDeclaration<BudgetService>;
61
71
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iptdevs-design-system",
3
- "version": "3.1.607",
3
+ "version": "3.1.609",
4
4
  "description": "Library common elements into IPT Plattform.",
5
5
  "keywords": [
6
6
  "IPT",