@silexpert/core 1.0.148 → 1.0.150
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/es/types/Enum/MailAuto.d.ts +21 -0
- package/es/types/Enum/MailAuto.d.ts.map +1 -1
- package/es/types/Enum/MailAuto.js +80 -0
- package/es/types/Enum/MailAuto.js.map +1 -1
- package/es/types/Enum/PaymentReason.d.ts.map +1 -1
- package/es/types/Enum/PaymentReason.js.map +1 -1
- package/es/types/Interface/api/commercialManagement/Create.d.ts +1 -0
- package/es/types/Interface/api/commercialManagement/Create.d.ts.map +1 -1
- package/es/types/Interface/api/commercialManagement/Create.js +4 -0
- package/es/types/Interface/api/commercialManagement/Create.js.map +1 -1
- package/es/types/Interface/api/loan/CreateLoan.d.ts +1 -1
- package/es/types/Interface/api/loan/CreateLoan.js +3 -3
- package/es/types/Interface/api/loan/CreateLoan.js.map +1 -1
- package/es/types/Interface/api/loan/UpdateLoan.d.ts +1 -1
- package/es/types/Interface/api/loan/UpdateLoan.js +2 -2
- package/es/types/Interface/api/loan/UpdateLoan.js.map +1 -1
- package/es/types/Interface/api/partner/Query.d.ts +3 -0
- package/es/types/Interface/api/partner/Query.d.ts.map +1 -1
- package/es/types/Interface/api/partner/Query.js +12 -0
- package/es/types/Interface/api/partner/Query.js.map +1 -1
- package/es/types/Interface/models/ILoan.d.ts +1 -1
- package/es/types/Interface/models/ILoan.js.map +1 -1
- package/es/types/Interface/models/ISocietyGescom.d.ts +1 -0
- package/es/types/Interface/models/ISocietyGescom.d.ts.map +1 -1
- package/es/types/Interface/models/ISocietyGescom.js.map +1 -1
- package/es/utils/commercialManagement/templates/body.d.ts.map +1 -1
- package/es/utils/commercialManagement/templates/body.js +3 -2
- package/es/utils/commercialManagement/templates/body.js.map +1 -1
- package/js/types/Enum/MailAuto.js +64 -0
- package/js/types/Enum/MailAuto.js.map +1 -1
- package/js/types/Enum/PaymentReason.js.map +1 -1
- package/js/types/Interface/api/commercialManagement/Create.js +3 -0
- package/js/types/Interface/api/commercialManagement/Create.js.map +1 -1
- package/js/types/Interface/api/loan/CreateLoan.js +1 -1
- package/js/types/Interface/api/loan/CreateLoan.js.map +1 -1
- package/js/types/Interface/api/loan/UpdateLoan.js +1 -1
- package/js/types/Interface/api/loan/UpdateLoan.js.map +1 -1
- package/js/types/Interface/api/partner/Query.js +3 -0
- package/js/types/Interface/api/partner/Query.js.map +1 -1
- package/js/types/Interface/models/ILoan.js.map +1 -1
- package/js/types/Interface/models/ISocietyGescom.js.map +1 -1
- package/js/utils/commercialManagement/templates/body.js +3 -2
- package/js/utils/commercialManagement/templates/body.js.map +1 -1
- package/package.json +1 -1
- package/ts/types/Enum/MailAuto.ts +81 -0
- package/ts/types/Enum/PaymentReason.ts +42 -43
- package/ts/types/Interface/api/commercialManagement/Create.ts +3 -0
- package/ts/types/Interface/api/loan/CreateLoan.ts +3 -3
- package/ts/types/Interface/api/loan/UpdateLoan.ts +2 -2
- package/ts/types/Interface/api/partner/Query.ts +9 -0
- package/ts/types/Interface/models/ILoan.ts +1 -1
- package/ts/types/Interface/models/ISocietyGescom.ts +1 -0
- package/ts/utils/commercialManagement/templates/body.ts +3 -2
|
@@ -16,6 +16,12 @@ export class GetPartnersCurrentAccounts {
|
|
|
16
16
|
|
|
17
17
|
@ApiProperty()
|
|
18
18
|
endDate!: Date;
|
|
19
|
+
|
|
20
|
+
@ApiPropertyOptional()
|
|
21
|
+
descending?: boolean;
|
|
22
|
+
|
|
23
|
+
@ApiPropertyOptional()
|
|
24
|
+
orderBy?: string;
|
|
19
25
|
}
|
|
20
26
|
|
|
21
27
|
export class GetPartnerSolde {
|
|
@@ -27,4 +33,7 @@ export class GetPartnerSolde {
|
|
|
27
33
|
|
|
28
34
|
@ApiProperty()
|
|
29
35
|
limit: number;
|
|
36
|
+
|
|
37
|
+
@ApiPropertyOptional()
|
|
38
|
+
search?: string;
|
|
30
39
|
}
|
|
@@ -44,6 +44,7 @@ export interface ISocietyGescom {
|
|
|
44
44
|
areLinesSeparationHidden?: boolean;
|
|
45
45
|
areColumnsSeparationHidden?: boolean;
|
|
46
46
|
areExternalBordersHidden?: boolean;
|
|
47
|
+
paymentType?: string | null;
|
|
47
48
|
idFont?: FontIds | null;
|
|
48
49
|
idSociety?: number | null;
|
|
49
50
|
idTvaMargin?: number | null;
|
|
@@ -99,10 +99,11 @@ export const bodyTemplate = `<html class="pdf-content">
|
|
|
99
99
|
|
|
100
100
|
</div>
|
|
101
101
|
|
|
102
|
-
<% if (settings && (settings.iban || settings.bic)) { %>
|
|
102
|
+
<% if (settings && (settings.iban || settings.bic || settings.bank || paymentType)) { %>
|
|
103
103
|
<div class="row mt-30 space-between" style="page-break-inside: avoid !important;">
|
|
104
104
|
<div>
|
|
105
|
-
<% if (settings && (settings.iban || settings.bic || settings.bank)) { %>
|
|
105
|
+
<% if (settings && (settings.iban || settings.bic || settings.bank || paymentType)) { %>
|
|
106
|
+
<% if(paymentType) { %>Mode de paiement : <%= paymentType %><br/><% } %>
|
|
106
107
|
<% if(settings.bank) { %>BANQUE : <%= settings.bank %><br/><% } %>
|
|
107
108
|
<% if(settings.iban) { %>IBAN : <%= settings.iban %><br/><% } %>
|
|
108
109
|
<% if(settings.bic) { %>BIC : <%= settings.bic %><% } %>
|