@silexpert/core 1.0.21 → 1.0.24
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/api/resources/FIle.d.ts +6 -0
- package/es/api/resources/FIle.d.ts.map +1 -0
- package/es/api/resources/FIle.js +7 -0
- package/es/api/resources/FIle.js.map +1 -0
- package/es/api/resources/Qonto.js +1 -1
- package/es/api/resources/Qonto.js.map +1 -1
- package/es/api/resources.d.ts +2 -0
- package/es/api/resources.d.ts.map +1 -1
- package/es/api/resources.js +2 -0
- package/es/api/resources.js.map +1 -1
- package/es/types/Enum/BrandClementine.d.ts +9 -0
- package/es/types/Enum/BrandClementine.d.ts.map +1 -1
- package/es/types/Enum/BrandClementine.js +6 -0
- package/es/types/Enum/BrandClementine.js.map +1 -1
- package/es/types/Enum/BrandComptalib.d.ts +85 -0
- package/es/types/Enum/BrandComptalib.d.ts.map +1 -1
- package/es/types/Enum/BrandComptalib.js +6 -0
- package/es/types/Enum/BrandComptalib.js.map +1 -1
- package/es/types/Enum/BrandPourcentage.d.ts +1 -0
- package/es/types/Enum/BrandPourcentage.d.ts.map +1 -1
- package/es/types/Enum/BrandPourcentage.js +4 -3
- package/es/types/Enum/BrandPourcentage.js.map +1 -1
- package/es/types/Enum/TaskResponseType.d.ts.map +1 -1
- package/es/types/Enum/TaskResponseType.js +11 -0
- package/es/types/Enum/TaskResponseType.js.map +1 -1
- package/es/types/Interface/api/commercialManagement/Create.d.ts +1 -1
- package/es/types/Interface/api/commercialManagement/Create.d.ts.map +1 -1
- package/es/types/Interface/api/commercialManagement/Create.js +1 -2
- package/es/types/Interface/api/commercialManagement/Create.js.map +1 -1
- package/es/types/Interface/api/file/Create.d.ts +7 -0
- package/es/types/Interface/api/file/Create.d.ts.map +1 -0
- package/es/types/Interface/api/file/Create.js +28 -0
- package/es/types/Interface/api/file/Create.js.map +1 -0
- package/es/types/Interface/api/file/Read.d.ts +6 -0
- package/es/types/Interface/api/file/Read.d.ts.map +1 -0
- package/es/types/Interface/api/file/Read.js +3 -0
- package/es/types/Interface/api/file/Read.js.map +1 -0
- package/es/types/Interface/api/revision/QueryRevisionAccount.js +1 -1
- package/es/types/Interface/api/revision/QueryRevisionAccount.js.map +1 -1
- package/es/types/index.d.ts +2 -0
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +2 -0
- package/es/types/index.js.map +1 -1
- package/es/utils/amount.js +1 -1
- package/es/utils/amount.js.map +1 -1
- package/es/utils/brands.d.ts +1 -1
- package/es/utils/brands.d.ts.map +1 -1
- package/es/utils/brands.js +8 -26
- package/es/utils/brands.js.map +1 -1
- package/es/utils/commercialManagement/templates/body.d.ts.map +1 -1
- package/es/utils/commercialManagement/templates/body.js +21 -13
- package/es/utils/commercialManagement/templates/body.js.map +1 -1
- package/es/utils/commercialManagement/templates/common.js +3 -3
- package/es/utils/commercialManagement/templates/common.js.map +1 -1
- package/js/api/resources/FIle.js +18 -0
- package/js/api/resources/FIle.js.map +1 -0
- package/js/api/resources/Qonto.js +1 -1
- package/js/api/resources/Qonto.js.map +1 -1
- package/js/api/resources.js +4 -1
- package/js/api/resources.js.map +1 -1
- package/js/types/Enum/BrandClementine.js +6 -0
- package/js/types/Enum/BrandClementine.js.map +1 -1
- package/js/types/Enum/BrandComptalib.js +6 -0
- package/js/types/Enum/BrandComptalib.js.map +1 -1
- package/js/types/Enum/BrandPourcentage.js +4 -3
- package/js/types/Enum/BrandPourcentage.js.map +1 -1
- package/js/types/Enum/TaskResponseType.js +10 -0
- package/js/types/Enum/TaskResponseType.js.map +1 -1
- package/js/types/Interface/api/commercialManagement/Create.js +1 -1
- package/js/types/Interface/api/commercialManagement/Create.js.map +1 -1
- package/js/types/Interface/api/file/Create.js +33 -0
- package/js/types/Interface/api/file/Create.js.map +1 -0
- package/js/types/Interface/api/file/Read.js +10 -0
- package/js/types/Interface/api/file/Read.js.map +1 -0
- package/js/types/Interface/api/revision/QueryRevisionAccount.js +1 -1
- package/js/types/Interface/api/revision/QueryRevisionAccount.js.map +1 -1
- package/js/types/index.js +24 -0
- package/js/types/index.js.map +1 -1
- package/js/utils/amount.js +1 -1
- package/js/utils/amount.js.map +1 -1
- package/js/utils/brands.js +7 -26
- package/js/utils/brands.js.map +1 -1
- package/js/utils/commercialManagement/templates/body.js +21 -13
- package/js/utils/commercialManagement/templates/body.js.map +1 -1
- package/js/utils/commercialManagement/templates/common.js +3 -3
- package/js/utils/commercialManagement/templates/common.js.map +1 -1
- package/package.json +1 -1
- package/ts/api/resources/FIle.ts +11 -0
- package/ts/api/resources/Qonto.ts +1 -1
- package/ts/api/resources.ts +2 -0
- package/ts/types/Enum/BrandClementine.ts +6 -0
- package/ts/types/Enum/BrandComptalib.ts +6 -0
- package/ts/types/Enum/BrandPourcentage.ts +4 -3
- package/ts/types/Enum/TaskResponseType.ts +11 -0
- package/ts/types/Interface/api/commercialManagement/Create.ts +1 -2
- package/ts/types/Interface/api/file/Create.ts +16 -0
- package/ts/types/Interface/api/file/Read.ts +6 -0
- package/ts/types/Interface/api/revision/QueryRevisionAccount.ts +1 -1
- package/ts/types/index.ts +2 -0
- package/ts/utils/amount.ts +1 -1
- package/ts/utils/brands.ts +7 -25
- package/ts/utils/commercialManagement/templates/body.ts +21 -13
- package/ts/utils/commercialManagement/templates/common.ts +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"body.js","sourceRoot":"","sources":["../../../../ts/utils/commercialManagement/templates/body.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;AAC1E,OAAO,EAAE,4BAA4B,EAAE,MAAM,UAAU,CAAC;AAExD,MAAM,cAAc,GAAG,IAAI,4BAA4B,EAAE,CAAC;AAE1D,MAAM,cAAc,GAAG;;;YAGX,cAAc,CAAC,IAAI;YACnB,cAAc,CAAC,OAAO;;;4CAGU,cAAc,CAAC,OAAO;UACxD,cAAc,CAAC,IAAI;;;;;;;yCAOY,mBAAmB,CAAC,GAAG;;gDAEhB,mBAAmB,CAAC,KAAK;;gDAEzB,mBAAmB,CAAC,OAAO;;gDAE3B,mBAAmB,CAAC,KAAK;;gDAEzB,mBAAmB,CAAC,KAAK;;gDAEzB,mBAAmB,CAAC,OAAO;;;;;mDAKxB,mBAAmB,CAAC,OAAO;;oBAE1D,mBAAmB,CAAC,GAAG,KAAK,mBAAmB,CAAC,KAAK;;;;;;;2DAOd,mBAAmB,CAAC,OAAO;;;;mDAInC,mBAAmB,CAAC,GAAG,KAAK,mBAAmB,CAAC,KAAK
|
|
1
|
+
{"version":3,"file":"body.js","sourceRoot":"","sources":["../../../../ts/utils/commercialManagement/templates/body.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;AAC1E,OAAO,EAAE,4BAA4B,EAAE,MAAM,UAAU,CAAC;AAExD,MAAM,cAAc,GAAG,IAAI,4BAA4B,EAAE,CAAC;AAE1D,MAAM,cAAc,GAAG;;;YAGX,cAAc,CAAC,IAAI;YACnB,cAAc,CAAC,OAAO;;;4CAGU,cAAc,CAAC,OAAO;UACxD,cAAc,CAAC,IAAI;;;;;;;yCAOY,mBAAmB,CAAC,GAAG;;gDAEhB,mBAAmB,CAAC,KAAK;;gDAEzB,mBAAmB,CAAC,OAAO;;gDAE3B,mBAAmB,CAAC,KAAK;;gDAEzB,mBAAmB,CAAC,KAAK;;gDAEzB,mBAAmB,CAAC,OAAO;;;;;mDAKxB,mBAAmB,CAAC,OAAO;;oBAE1D,mBAAmB,CAAC,GAAG,KAAK,mBAAmB,CAAC,KAAK;;;;;;;2DAOd,mBAAmB,CAAC,OAAO;;;;mDAInC,mBAAmB,CAAC,GAAG,KAAK,mBAAmB,CAAC,KAAK;;;;;;;;;;;;;;;;SAgB/F,CAAC;AAEV,MAAM,CAAC,MAAM,YAAY,GAAG;;;;IAIxB,cAAc;;;;;;6BAMW,cAAc,CAAC,QAAQ;;;;;YAKxC,cAAc,CAAC,iBAAiB;;;;;;;;;;UAUlC,cAAc,CAAC,oBAAoB;;;8DAGiB,cAAc,CAAC,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;QA0BlF,cAAc,CAAC,KAAK;;QAEpB,CAAC","sourcesContent":["import { EstimateInvoiceType } from '../../../types/Enum/EstimateInvoice';\nimport { CommercialDocumentCommonHTML } from './common';\n\nconst commonTemplate = new CommercialDocumentCommonHTML();\n\nconst headOfDocument = `<div class=\"row space-between\">\n <% if (settings && settings.logoAlignment === 'left') { %>\n <div class=\"society-informations\">\n ${commonTemplate.logo}\n ${commonTemplate.company}\n </div>\n <% } else { %>\n <div class=\"society-informations\">${commonTemplate.company}</div>\n ${commonTemplate.logo}\n <% } %>\n </div>\n\n <div class=\"row space-between items-end\" style=\"margin-top: 10px\">\n <div style=\"width: 45%; margin-top: auto;\">\n <span class=\"document-reference\">\n <% if (idEstimateInvoiceType === ${EstimateInvoiceType.BON}) { %>\n Bon de commande\n <% } else if (idEstimateInvoiceType === ${EstimateInvoiceType.DEVIS}) { %>\n Devis\n <% } else if (idEstimateInvoiceType === ${EstimateInvoiceType.FACTURE}) { %>\n Facture\n <% } else if (idEstimateInvoiceType === ${EstimateInvoiceType.AVOIR}) { %>\n Avoir\n <% } else if (idEstimateInvoiceType === ${EstimateInvoiceType.RESTE}) { %>\n Facture de solde\n <% } else if (idEstimateInvoiceType === ${EstimateInvoiceType.ACOMPTE}) { %>\n Facture d'acompte\n <% } %>\n <%= reference %></span><br/>\n <% if(emissionDate) {%><span class=\"document-emission-date\">Date d’émission : <%= emissionDateFormatted %></span><br/><% } %>\n <% if(dueDate && idEstimateInvoiceType !== ${EstimateInvoiceType.ACOMPTE}) {%>\n <span class=\"document-due-date\">\n <% if ([${EstimateInvoiceType.BON}, ${EstimateInvoiceType.DEVIS}].includes(idEstimateInvoiceType)) {%>\n Valide jusqu'au :\n <% } else { %>\n Date d'échéance :\n <% } %>\n <%= dueDateFormatted %></span>\n <% } %>\n <% if (expirationDate && idEstimateInvoiceType === ${EstimateInvoiceType.ACOMPTE}) {%>\n <span class=\"document-due-date\">Date d'expiration : <%= expirationDateFormatted %></span>\n <% } %>\n <% if(termsOfPayment) { %>\n <br/><p style=\"margin-bottom: 0px;\"><%= [${EstimateInvoiceType.BON}, ${EstimateInvoiceType.DEVIS}].includes(idEstimateInvoiceType) ? 'Conditions de règlement' : 'Date limite de règlement' %> : <%= termsOfPayment %></p>\n <% } %>\n </div>\n <div style=\"width: 40%; margin-top: auto;\">\n <p>Client</p>\n <% if (thirdParty) { %>\n <div class=\"<%= settings && settings.isCoordinatesFrameDisplayed ? 'customer-border' : '' %>\">\n <% if(thirdParty.fullname) {%><b><%= thirdParty.fullname %></b><br/><% } %>\n <% if(thirdParty.company) {%><%= thirdParty.company %><br/><% } %>\n <% if(thirdParty.address) {%><%= thirdParty.address %><br/><% } %>\n <% if(thirdParty.zipCode) {%><%= thirdParty.zipCode + ' ' %><% } %><%= thirdParty.city %><br/>\n <% if(thirdParty.deliveryAddress && thirdParty.deliveryCity && thirdParty.deliveryZipCode) {%>Adresse de livraison : <%= thirdParty.deliveryAddress %> <%= thirdParty.deliveryZipCode %> <%= thirdParty.deliveryCity %><br/><% } %>\n <% if(thirdParty.nSiret) {%>SIRET : <%= thirdParty.nSiret %><% } %>\n </div>\n <% } %>\n </div>\n </div>`;\n\nexport const bodyTemplate = `<html>\n\n <body>\n\n ${headOfDocument}\n\n <div class=\"row mt-25\">\n <% if (title) { %>Titre : <%= title %><% } %>\n </div>\n\n <div class=\"row mt-10\">${commonTemplate.products}</div>\n\n <div class=\"row space-between mt-20\">\n <div style=\"max-width: 55%;\">\n <% if (disableVat !== true && vats.length) { %>\n ${commonTemplate.vatRecapitulation}\n <% } %>\n <% if (vatMention) { %><div class=\"vat-mention <%= disableVat !== true ? 'mt-20' : ''%>\"><%= vatMention %></div><% } %>\n <% if (comment) { %>\n <p class=\"mt-20\">Commentaire :<br/>\n <%= comment %>\n <% } %>\n </div>\n\n <div>\n ${commonTemplate.amountRecapitulation}\n\n <% if (isStripeAllowed) { %>\n <div style=\"text-align: right; margin-top: 30px;\">${commonTemplate.paymentButton}</div>\n <% } %>\n </div>\n \n </div>\n\n <% if (settings && (settings.iban || settings.bic)) { %>\n <div class=\"row mt-30 space-between\" style=\"page-break-inside: avoid !important;\">\n <div>\n <% if (settings && (settings.iban || settings.bic)) { %>\n <% if(settings.iban) { %>IBAN : <%= settings.iban %><br/><% } %>\n <% if(settings.bic) { %>BIC : <%= settings.bic %><% } %>\n <% } %>\n </div>\n </div>\n <% } %>\n <% if (settings && settings.bonPour) { %>\n <br/>Bon pour accord : <br/><br/><br/><br/>\n <% } %>\n\n <% if (cgv) { %>\n <%- cgv %>\n <% } %>\n </body>\n\n <style>\n ${commonTemplate.style}\n </style>\n</html>`;"]}
|
|
@@ -5,9 +5,9 @@ export class CommercialDocumentCommonHTML {
|
|
|
5
5
|
this.header = `<style>html {
|
|
6
6
|
-webkit-print-color-adjust: exact;
|
|
7
7
|
}</style><% if (settings && settings.isEdgingDisplayed) { %>
|
|
8
|
-
<span style="position: absolute; top: 0; left: 0; width: 100vw; font-size: 10px; height: 15px; background-color: <%= settings && settings.edgingColor ? settings.edgingColor : '#333333' %>; margin-bottom: 20px;"></span>
|
|
8
|
+
<span id="header-edging" style="position: absolute; top: 0; left: 0; width: 100vw; font-size: 10px; height: 15px; background-color: <%= settings && settings.edgingColor ? settings.edgingColor : '#333333' %>; margin-bottom: 20px;"></span>
|
|
9
9
|
<% } %>`;
|
|
10
|
-
this.footer = `<div style="font-size: 8px; color: #DADCDF; text-align: center;
|
|
10
|
+
this.footer = `<div style="font-size: 8px; color: #DADCDF; text-align: center; padding: 0 40px; display: block; width: 100%">
|
|
11
11
|
<% if (freeText) { %><%- freeText %><br/><br/><% } %>
|
|
12
12
|
<% if (accountingCategoryFormatted) {%>
|
|
13
13
|
<%= accountingCategoryFormatted %> |
|
|
@@ -101,7 +101,7 @@ export class CommercialDocumentCommonHTML {
|
|
|
101
101
|
</tr>
|
|
102
102
|
<% }) %>
|
|
103
103
|
</table>`;
|
|
104
|
-
this.amountRecapitulation = `<table class="summary-prices" style="width:
|
|
104
|
+
this.amountRecapitulation = `<table class="summary-prices" style="width: 100%; padding-left: 20px;">
|
|
105
105
|
<thead>
|
|
106
106
|
<tr>
|
|
107
107
|
<td colspan="2">Récapitulatif</td>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"common.js","sourceRoot":"","sources":["../../../../ts/utils/commercialManagement/templates/common.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;AAC1E,OAAO,EAAE,YAAY,EAAE,MAAM,0CAA0C,CAAC;AAExE,MAAM,OAAO,4BAA4B;IAAzC;QACE,WAAM,GAAG;;;;UAID,CAAC;QAET,WAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;WAuBA,CAAC;QAEV,SAAI,GAAG;;SAEA,CAAC;QAER,YAAO,GAAG;;;;;;yFAM6E,CAAC;QAExF,aAAQ,GAAG;;;;;;;;;;;qCAWwB,mBAAmB,CAAC,OAAO;;;;;;;;;;;;;;;;;;;;;;;+CAuBjB,YAAY,CAAC,OAAO;;;;;;;;;SAS1D,CAAC;QAER,sBAAiB,GAAG;;;;;;;;;;;;;;;WAeX,CAAC;QAEV,yBAAoB,GAAG;;;;;;qCAMY,mBAAmB,CAAC,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAgCpD,mBAAmB,CAAC,OAAO,KAAK,mBAAmB,CAAC,KAAK,KAAK,mBAAmB,CAAC,OAAO;;;;;;SAM5F,CAAC;QAER,kBAAa,GAAG;;;;;;;;;;aAUL,CAAC;QAEZ,UAAK,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAuDA,CAAC;IACX,CAAC;CAAA","sourcesContent":["import { EstimateInvoiceType } from '../../../types/Enum/EstimateInvoice';\nimport { DiscountType } from '../../../types/Enum/CommercialManagement';\n\nexport class CommercialDocumentCommonHTML {\n header = `<style>html {\n -webkit-print-color-adjust: exact;\n }</style><% if (settings && settings.isEdgingDisplayed) { %>\n <span style=\"position: absolute; top: 0; left: 0; width: 100vw; font-size: 10px; height: 15px; background-color: <%= settings && settings.edgingColor ? settings.edgingColor : '#333333' %>; margin-bottom: 20px;\"></span>\n <% } %>`;\n\n footer = `<div style=\"font-size: 8px; color: #DADCDF; text-align: center; margin-left: 40px; margin-right: 40px; display: block; width: 100%\">\n <% if (freeText) { %><%- freeText %><br/><br/><% } %>\n <% if (accountingCategoryFormatted) {%>\n <%= accountingCategoryFormatted %> |\n <%}%>\n <% if(marginVats.length > 0) { %>\n Régime TVA sur marge - \n <% marginVats.forEach(function(v, index) { %>\n <%= v %> - \n <% }) %>\n ART 297-A du CGI ou directive 2006-212 CE |\n <% } %>\n <% if(penalties || compensation || discount) { %>\n <%= penalties ? 'Pénalités en cas de retard : ' + penalties : ''%>\n <%= penalties && compensation ? '|' : ''%>\n <%= compensation ? 'Indemnité forfaitaire en cas de retard :' + compensation : '' %>\n <%= (compensation || penalties) && discount ? '| ' : '' %>\n <%= discount %><%= shouldPayTaxAfterDebit ? \"| Option pour le paiement de la taxe d'après les débits\" : '' %>\n <% if(name || legalForm || capital || siren || rcs) {%>\n <br/><br/>\n <% } %>\n <% } %>\n <%= name %><%= name && (legalForm || capital || siren || rcs) ? ',' : ''%><%= legalForm %><%= capital ? ' au capital de ' + capitalFormatted + ' €' : '' %><%= siren ? ' immatriculée sous le SIREN ' + siren : ''%><%= rcs ? 'RCS ' + rcs + vatCode || nafCode ? '|' : '' : ''%><% if (vatCode || nafCode) {%><br/><% } %><%= vatCode ? 'N° TVA '+vatCode : ''%><% if(vatCode && nafCode){%>|<%}%><%= nafCode ? 'APE '+nafCode : '' %>\n </div>`;\n\n logo = `<div class=\"logo-placeholder\">\n <% if (logoUrl) { %><img src=\"<%= logoUrl %>\" alt=\"logo\" /><% } %>\n </div>`;\n\n company = `<div>\n <% if (name) { %><p><%= name %><p><% } %>\n <% if (number || street) {%><p><%}%><% if (number) { %><%= number + ' ' %><% } if (street) { %><%= street %><% } if (number || street) { %><% } %><% if (number || street) {%></p><%}%>\n <% if (zipCode || city) {%><p><%}%><% if (zipCode) { %><%= zipCode + ' ' %><% } if (city) { %><%= city %><% } if (zipCode || city) { %></p><% } %>\n </div>\n <% if (phoneContact) { %><p><%= phoneContact %><p><% } %>\n <% if (settings && settings.mailContact) { %><p><%= settings.mailContact %></p><% } %>`;\n\n products = `<table class=\"full-width\">\n <thead>\n <tr>\n <td>Article</td>\n <td>Quantité</td>\n <td>P.U <%= disableVat !== true ? 'HT' : ''%></td>\n <% if (shouldDisplayDiscountColumn) { %><td>Remise</td><% } %>\n <% if (disableVat !== true) { %><td>TVA</td><% } %>\n <td>Montant <%= disableVat !== true ? 'HT' : ''%></td>\n </tr>\n </thead>\n <% if (idEstimateInvoiceType === ${EstimateInvoiceType.ACOMPTE}) { %>\n <tr>\n <td class=\"product-title\">\n <%= title %>\n </td>\n <td class=\"product-quantity\">1</td>\n <td class=\"product-price-without-vat\"><%= depositFormatted %>€</td>\n <td class=\"product-total-price-without-vat\"><%= depositFormatted %>€</td>\n </tr>\n <% } %>\n <% if (products) { %>\n <% products.forEach(function (product) { %>\n <tr>\n <td class=\"product-title\">\n <% if(product.itemSaleName) { %><p class=\"product-name\"><%= product.itemSaleName %></p><% } %>\n <% if(product.comment) { %><p class=\"product-description\"><%= product.comment %></p><% } %>\n </td>\n <td class=\"product-quantity\"><%= product.quantity ? product.quantity : '' %><%= product.unitFormatted ? product.unitFormatted : '' %></td>\n <td class=\"product-price-without-vat\"><% if(product.priceTaxExcludedFormatted) { %><%= product.priceTaxExcludedFormatted + '€' %><% } %></td>\n <% if (shouldDisplayDiscountColumn) { %>\n <td class=\"product-discount\">\n <% if (product.discountFormatted) { %> \n <p style=\"margin-bottom: 0px;\"><%= product.discountFormatted %>€</p>\n <% if(product.discountType === ${DiscountType.PERCENT}) { %><span class=\"discount-percent\">(<%= product.discountTypeFormatted %>)</span><% } %>\n <% } %>\n </td>\n <% } %>\n <% if(disableVat !== true) { %><td class=\"product-vat\"><% if(product.vatFormatted) { %><%= product.vatFormatted %><% } %></td><% } %>\n <td class=\"product-total-price-without-vat\"><% if(product.totalTaxExcludedFormatted) { %><%= product.totalTaxExcludedFormatted + '€' %><% } %></td>\n </tr>\n <% }) %>\n <% } %>\n</table>`;\n\n vatRecapitulation = `<table style=\"width: 80%;\">\n <thead>\n <tr>\n <td>Base</td>\n <td>Taux</td>\n <td>Montant TVA</td>\n </tr>\n </thead>\n <% vats.forEach(function (vat) { %>\n <tr class=\"vat-detail-row\">\n <td><%= vat.baseFormatted %>€</td>\n <td><%= vat.name %></td>\n <td><%= vat.amountFormatted %>€</td>\n </tr>\n <% }) %>\n </table>`;\n\n amountRecapitulation = `<table class=\"summary-prices\" style=\"width: 40%\">\n <thead>\n <tr>\n <td colspan=\"2\">Récapitulatif</td>\n </tr>\n </thead>\n <% if (idEstimateInvoiceType !== ${EstimateInvoiceType.ACOMPTE}) { %>\n <% if (disableVat !== true) { %>\n <tr>\n <td>Total HT</td>\n <td><%= totalTaxExcludedFormatted %>€</td>\n </tr>\n <% } %>\n <% if (generalDiscountFormatted) { %>\n <tr>\n <td>Remise</td>\n <td><%= generalDiscountFormatted %>€</td>\n </tr>\n <% } %>\n <% if (disableVat !== true) { %>\n <tr>\n <td>TVA</td>\n <td><%= totalVatAmountFormatted %>€</td>\n </tr>\n <% } %>\n <% if (disableVat !== true || generalDiscountFormatted || depositFormatted) { %>\n <tr>\n <td>Total <%= disableVat !== true ? 'TTC' : ''%></td>\n <td><%= totalTaxAndDiscountIncludedFormatted %>€</td>\n </tr>\n <% } %>\n <% if (depositFormatted) { %>\n <tr>\n <td>Acompte</td>\n <td><%= depositFormatted %>€</td>\n </tr>\n <% } %>\n <% } %>\n <% if ([${EstimateInvoiceType.FACTURE}, ${EstimateInvoiceType.RESTE}, ${EstimateInvoiceType.ACOMPTE}].includes(idEstimateInvoiceType)) { %>\n <tr>\n <td><b>Net à payer</b></td>\n <td><%= totalTaxAndDiscountIncludedFormatted %>€</td>\n </tr>\n <% } %>\n</table>`;\n\n paymentButton = `<a class=\"payment-button\" href=\"<% if (paymentLink) {%><%= paymentLink %><% } else {%>#<%}%>\">Payer en ligne <svg width=\"81\" height=\"17\" viewBox=\"0 0 81 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M23.6521 1H2.21213C1.5052 1 0.932129 1.57308 0.932129 2.28V14.792C0.932129 15.4989 1.5052 16.072 2.21213 16.072H23.6521C24.3591 16.072 24.9321 15.4989 24.9321 14.792V2.28C24.9321 1.57308 24.3591 1 23.6521 1Z\" fill=\"black\"/>\n <path d=\"M14.9716 5.02051H10.3726V12.5219H14.9716V5.02051Z\" fill=\"#FF5F00\"/>\n <path d=\"M10.8366 8.77127C10.8369 7.30928 11.5058 5.92768 12.6523 5.02055C10.6962 3.48259 7.88661 3.70615 6.19833 5.53409C4.51006 7.36203 4.51006 10.1805 6.19833 12.0085C7.88661 13.8364 10.6962 14.06 12.6523 12.522C11.5058 11.6149 10.8369 10.2333 10.8366 8.77127Z\" fill=\"#EB001B\"/>\n <path d=\"M20.3795 8.77136C20.3808 10.5969 19.3394 12.2628 17.6977 13.0612C16.0561 13.8596 14.1027 13.6502 12.6675 12.5221C13.8143 11.6152 14.4832 10.2334 14.4832 8.77136C14.4832 7.30928 13.8143 5.92754 12.6675 5.02064C14.1027 3.8925 16.0561 3.68315 17.6977 4.48156C19.3394 5.27997 20.3808 6.94586 20.3795 8.77136Z\" fill=\"#F79E1B\"/>\n <path d=\"M30.1321 1.25H51.1321C51.6568 1.25 52.0821 1.67534 52.0821 2.2V14.8C52.0821 15.3247 51.6568 15.75 51.1321 15.75H30.1321C29.6075 15.75 29.1821 15.3247 29.1821 14.8V2.2C29.1821 1.67534 29.6075 1.25 30.1321 1.25Z\" fill=\"white\" stroke=\"#EDEDED\" stroke-width=\"0.5\"/>\n <path d=\"M37.7276 11.4621L38.7284 5.5893H40.3292L39.3277 11.4621H37.7276ZM45.1109 5.7159C44.7938 5.59692 44.2968 5.46924 43.6762 5.46924C42.0945 5.46924 40.9803 6.26574 40.9708 7.40733C40.9618 8.25123 41.7662 8.72199 42.3734 9.00291C42.9965 9.29076 43.2059 9.47433 43.203 9.7314C43.1991 10.125 42.7054 10.3049 42.2453 10.3049C41.6046 10.3049 41.2642 10.2159 40.7385 9.9966L40.5322 9.9033L40.3076 11.218C40.6815 11.3819 41.3729 11.5239 42.0907 11.5313C43.7734 11.5313 44.8657 10.7439 44.8782 9.52482C44.8842 8.85675 44.4577 8.34834 43.5342 7.92918C42.9747 7.65753 42.632 7.47621 42.6356 7.20114C42.6356 6.95703 42.9257 6.69597 43.5523 6.69597C44.0758 6.68787 44.455 6.80202 44.7505 6.92097L44.8939 6.98877L45.1109 5.7159M49.2302 5.58921H47.9932C47.61 5.58921 47.3233 5.69382 47.155 6.07623L44.7777 11.4582H46.4586C46.4586 11.4582 46.7334 10.7345 46.7955 10.5757C46.9793 10.5757 48.6122 10.5782 48.8457 10.5782C48.8936 10.7838 49.0404 11.4582 49.0404 11.4582H50.5258L49.2302 5.58903V5.58921ZM47.2676 9.38151C47.4 9.04314 47.9054 7.73982 47.9054 7.73982C47.8959 7.75548 48.0368 7.3998 48.1176 7.1793L48.2258 7.68567C48.2258 7.68567 48.5324 9.08754 48.5964 9.38151H47.2676ZM36.3686 5.58921L34.8014 9.59421L34.6344 8.78031C34.3427 7.84212 33.4337 6.82566 32.4175 6.31677L33.8505 11.4528L35.5441 11.4508L38.0643 5.58915H36.3686\" fill=\"#171E6C\"/>\n <path d=\"M33.3395 5.58874H30.7582L30.7378 5.71093C32.7459 6.19705 34.0747 7.37182 34.6264 8.78323L34.0651 6.08443C33.9682 5.71258 33.6872 5.60161 33.3395 5.58862\" fill=\"#171E6C\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M78.6129 1C77.4206 1 64.7971 1 57.7475 1C57.1513 1 56.5552 1.6 56.5552 2.2V14.2C56.5552 15.4 57.1513 16 58.3436 16C64.9942 16 77.4206 16 78.6129 16C79.8052 16 80.4013 15.4 80.4013 14.2V2.8C80.4013 1.6 79.8052 1 78.6129 1Z\" fill=\"#306FC5\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M58.496 7.17857L58.0342 6.04592L57.575 7.17857H58.496ZM68.6703 6.72755C68.5775 6.7842 68.4679 6.78608 68.3365 6.78608H67.5168V6.15502H68.3476C68.4652 6.15502 68.5879 6.16033 68.6676 6.20626C68.7552 6.24765 68.8093 6.33575 68.8093 6.45744C68.8093 6.58161 68.7578 6.68153 68.6703 6.72755C68.7578 6.68153 68.6703 6.72755 68.6703 6.72755ZM74.518 7.17857L74.0511 6.04592L73.5867 7.17857H74.518ZM63.6175 8.40455H62.9257L62.9232 6.17935L61.9448 8.40455H61.3523L60.3713 6.17738V8.40455H58.9989L58.7396 7.77082H57.3347L57.0728 8.40455H56.3399L57.5483 5.56337H58.5508L59.6984 8.25338V5.56337H60.7997L61.6828 7.49077L62.494 5.56337H63.6174V8.40455H63.6175ZM66.3744 8.40455H64.1203V5.56337H66.3744V6.15502H64.7951V6.66714H66.3366V7.24953H64.7951V7.81693H66.3744V8.40455ZM69.5526 6.32855C69.5526 6.78154 69.2522 7.01558 69.0772 7.08585C69.2248 7.14241 69.3509 7.24233 69.411 7.32512C69.5062 7.46643 69.5227 7.59266 69.5227 7.84641V8.40455H68.8421L68.8395 8.04625C68.8395 7.87529 68.8558 7.62942 68.733 7.49274C68.6344 7.39282 68.4841 7.37113 68.2412 7.37113H67.5169V8.40455H66.8422V5.56337H68.3941C68.739 5.56337 68.9931 5.57254 69.2112 5.69945C69.4247 5.82637 69.5526 6.01165 69.5526 6.32855C69.5526 6.01165 69.5526 6.32855 69.5526 6.32855ZM70.6325 8.40455H69.944V5.56337H70.6325V8.40455ZM78.62 8.40455H77.6638L76.3848 6.27208V8.40455H75.0106L74.748 7.77082H73.3463L73.0915 8.40455H72.302C71.974 8.40455 71.5587 8.33153 71.3235 8.0903C71.0864 7.84906 70.963 7.5223 70.963 7.00564C70.963 6.58427 71.0368 6.19906 71.3268 5.89467C71.5449 5.66792 71.8865 5.56337 72.3515 5.56337H73.0048V6.17216H72.3652C72.119 6.17216 71.9799 6.209 71.846 6.34046C71.731 6.4601 71.652 6.68625 71.652 6.98404C71.652 7.28844 71.7121 7.50791 71.8376 7.65128C71.9414 7.76371 72.1302 7.79782 72.3078 7.79782H72.6109L73.5619 5.56345H74.5729L75.7153 8.25081V5.56345H76.7427L77.9288 7.54218V5.56345H78.62V8.40455ZM56.3321 8.9626H57.485L57.745 8.33153H58.3269L58.5862 8.9626H60.8546V8.48013L61.0571 8.96466H62.2347L62.4372 8.47293V8.9626H68.0746L68.0719 7.9267H68.181C68.2574 7.92936 68.2797 7.93647 68.2797 8.06339V8.9626H71.1954V8.72145C71.4306 8.84828 71.7964 8.9626 72.2777 8.9626H73.5043L73.7668 8.33153H74.3488L74.6055 8.9626H76.9693V8.36316L77.3273 8.9626H79.2214V5H77.3468V5.46799L77.0843 5H75.1608V5.46799L74.9197 5H72.3215C71.8865 5 71.5042 5.0611 71.1954 5.23138V5H69.4024V5.23138C69.2058 5.05587 68.9381 5 68.6403 5H62.0897L61.6501 6.02347L61.1988 5H59.1355V5.46799L58.9088 5H57.1492L56.332 6.88404V8.9626H56.3321ZM80.3331 11.0548H79.1033C78.9806 11.0548 78.899 11.0594 78.8303 11.1061C78.7591 11.1521 78.7317 11.2204 78.7317 11.3106C78.7317 11.4178 78.7918 11.4907 78.8792 11.5223C78.9504 11.5472 79.0269 11.5545 79.1393 11.5545L79.505 11.5643C79.874 11.5735 80.1203 11.6374 80.2705 11.7931C80.2979 11.8148 80.3143 11.8391 80.3331 11.8634V11.0548ZM80.3331 12.9284C80.1692 13.1696 79.8498 13.2919 79.4174 13.2919H78.1144V12.6825H79.4122C79.5409 12.6825 79.631 12.6655 79.6852 12.6122C79.7322 12.5682 79.765 12.5043 79.765 12.4268C79.765 12.344 79.7322 12.2783 79.6826 12.2389C79.6336 12.1955 79.5624 12.1758 79.4449 12.1758C78.8113 12.1541 78.0209 12.1955 78.0209 11.2962C78.0209 10.884 78.2809 10.4501 78.989 10.4501H80.333V9.8847H79.0843C78.7074 9.8847 78.4337 9.97553 78.2398 10.1168V9.8847H76.3927C76.0973 9.8847 75.7506 9.95839 75.5866 10.1168V9.8847H72.2882V10.1168C72.0257 9.92617 71.5827 9.8847 71.3783 9.8847H69.2026V10.1168C68.9949 9.91435 68.5331 9.8847 68.2516 9.8847H65.8166L65.2594 10.4916L64.7376 9.8847H61.1003V13.85H64.6691L65.2433 13.2335L65.7841 13.85L67.984 13.852V12.9192H68.2003C68.4921 12.9237 68.8364 12.9119 69.1401 12.7798V13.85H70.9546V12.8165H71.0421C71.1538 12.8165 71.1648 12.8211 71.1648 12.9334V13.8499H76.6769C77.0269 13.8499 77.3926 13.7597 77.5952 13.5961V13.8499H79.3436C79.7075 13.8499 80.0628 13.7985 80.3331 13.6671V12.9284ZM77.6415 11.7931C77.7729 11.9299 77.8433 12.1027 77.8433 12.3952C77.8433 13.0065 77.4638 13.2919 76.7833 13.2919H75.4691V12.6825H76.7781C76.906 12.6825 76.9968 12.6655 77.0537 12.6122C77.1001 12.5682 77.1334 12.5043 77.1334 12.4268C77.1334 12.344 77.0974 12.2783 77.051 12.2389C76.9994 12.1955 76.9283 12.1758 76.8108 12.1758C76.1797 12.1541 75.3895 12.1955 75.3895 11.2962C75.3895 10.884 75.6468 10.4501 76.3542 10.4501H77.7069V11.055H76.4691C76.3464 11.055 76.2667 11.0596 76.1988 11.1063C76.1249 11.1523 76.0975 11.2206 76.0975 11.3108C76.0975 11.418 76.1602 11.4909 76.2451 11.5224C76.3163 11.5474 76.3928 11.5547 76.5077 11.5547L76.871 11.5645C77.2373 11.5735 77.4887 11.6373 77.6415 11.7931C77.4887 11.6373 77.6415 11.7931 77.6415 11.7931ZM71.5528 11.6176C71.4626 11.6715 71.351 11.6761 71.2197 11.6761H70.3999V11.0378H71.2308C71.351 11.0378 71.4712 11.0404 71.5528 11.0892C71.6403 11.1352 71.6926 11.2232 71.6926 11.3448C71.6926 11.4664 71.6403 11.5643 71.5528 11.6176C71.6403 11.5643 71.5528 11.6176 71.5528 11.6176ZM71.9604 11.9712C72.1106 12.027 72.2333 12.127 72.2909 12.2098C72.3862 12.3486 72.4 12.478 72.4027 12.7285V13.2919H71.7253V12.9363C71.7253 12.7654 71.7416 12.5122 71.6162 12.3801C71.5176 12.2783 71.3673 12.2539 71.1211 12.2539H70.4V13.2919H69.722V10.45H71.2799C71.6215 10.45 71.8703 10.4652 72.0917 10.5841C72.3047 10.7136 72.4386 10.891 72.4386 11.2152C72.4385 11.6688 72.138 11.9003 71.9604 11.9712C72.138 11.9003 71.9604 11.9712 71.9604 11.9712ZM72.8128 10.45H75.0648V11.0377H73.4847V11.5544H75.0262V12.1342H73.4847V12.6997L75.0648 12.7022V13.2919H72.8128V10.45ZM68.2602 11.7615H67.3882V11.0378H68.268C68.5116 11.0378 68.6807 11.1377 68.6807 11.3863C68.6807 11.632 68.5195 11.7615 68.2602 11.7615ZM66.7161 13.0334L65.6802 11.8759L66.7161 10.755V13.0334ZM64.0407 12.6997H62.3817V12.1342H63.8631V11.5544H62.3817V11.0377H64.0734L64.8115 11.8659L64.0407 12.6997ZM69.4052 11.3863C69.4052 12.1757 68.82 12.3387 68.2301 12.3387H67.3882V13.2919H66.0767L65.2458 12.3511L64.3823 13.2919H61.7096V10.45H64.4235L65.2537 11.3816L66.1119 10.45H68.268C68.8035 10.45 69.4052 10.5992 69.4052 11.3863C69.4052 10.5992 69.4052 11.3863 69.4052 11.3863Z\" fill=\"white\"/>\n </svg></a>`;\n\n style = `@import url(\"<%= font.url %>\");\n\n html { padding: 0; margin: 0px; }\n body { width: 100%; margin: 0px; font-family: \"<%= font.name %>\"; font-size: 14px; font-weight: normal; }\n .row { display: flex; }\n .items-end { align-items: end; }\n .space-between { justify-content: space-between; }\n .full-width { width: 100% }\n .mt-30 { margin-top: 30px }\n .mt-25 { margin-top: 25px }\n .mt-20 { margin-top: 20px }\n .mt-10 { margin-top: 10px }\n .align-center { text-align: center; }\n .margin-auto { margin: auto; }\n .justify-center { justify-content: center; }\n table { font-size: 14px; font-style: normal; }\n\n /* Header */\n .society-informations p { margin: 0px; }\n .society-informations > div p { font-weight: bold; }\n .logo-placeholder { width: 300px; max-height: 150px;text-align: <%= settings && settings.logoAlignment === 'left' ? 'left' : 'right' %>; margin-bottom: <%= settings && settings.logoAlignment === 'left' ? '10px;' : '0px' %>}\n .logo-placeholder > svg, .logo-placeholder > img { max-width: 100%; max-height: 150px; }\n .document-reference { font-size: 20px; }\n .customer-border { border: 2px solid #EAEAEA; border-radius: 6px; padding: 7px; }\n\n /* Body */\n table { border-spacing: 1px; border-collapse: collapse; }\n table, th, td { border: 1px solid #DADCDF; }\n table tr td p { margin: 0px; }\n table tbody tr td { padding: 10px; background-color: white; vertical-align: baseline;}\n table thead tr td { background-color: <%= settings && settings.color ? settings.color : '#EAEAEA' %>; padding: 10px; }\n table thead tr td:not(:first-child) { text-align: right; }\n table .product-description { color: #838384 }\n table .product-quantity, table .product-price-without-vat, table .product-vat, table .product-total-price-without-vat, table .product-discount { text-align: right; }\n table td.product-quantity, table td.product-vat { width: 10% }\n td.product-discount { width: 12.5% }\n table td.product-total-price-without-vat, table td.product-price-without-vat { width: 15% }\n table tr.vat-detail-row td:not(:first-child) { text-align: right; }\n table.summary-prices tr td:not(:first-child) {text-align: right;}\n table.summary-prices tr td:first-child {border-right: none;}\n table .discount-percent { color: #838384; font-size: smaller }\n a.payment-button { display: flex; align-items: center; background-color: #EBF1FF; border-radius: 10px; font-weight: 450; font-size: 14px; color: #1656FF; border: none; padding: 10px 16px; text-decoration: none; }\n a.payment-button svg { margin-left: 15px; }\n <% if (settings && settings.areLinesSeparationHidden) { %>\n td { border-top: none !important; border-bottom: none !important; }\n <% } %>\n <% if (settings && settings.areColumnsSeparationHidden) { %>\n td { border-left: none !important; border-right: none !important; }\n <% } %>\n <% if (settings && settings.areExternalBordersHidden) { %>\n table { border: none !important }\n table tr:last-child td { border-bottom: none !important }\n table thead td { border-top: none !important }\n table td:first-child { border-left: none !important }\n table td:last-child { border-right: none !important }\n <% } %>`;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"common.js","sourceRoot":"","sources":["../../../../ts/utils/commercialManagement/templates/common.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;AAC1E,OAAO,EAAE,YAAY,EAAE,MAAM,0CAA0C,CAAC;AAExE,MAAM,OAAO,4BAA4B;IAAzC;QACE,WAAM,GAAG;;;;UAID,CAAC;QAET,WAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;WAuBA,CAAC;QAEV,SAAI,GAAG;;SAEA,CAAC;QAER,YAAO,GAAG;;;;;;yFAM6E,CAAC;QAExF,aAAQ,GAAG;;;;;;;;;;;qCAWwB,mBAAmB,CAAC,OAAO;;;;;;;;;;;;;;;;;;;;;;;+CAuBjB,YAAY,CAAC,OAAO;;;;;;;;;SAS1D,CAAC;QAER,sBAAiB,GAAG;;;;;;;;;;;;;;;WAeX,CAAC;QAEV,yBAAoB,GAAG;;;;;;qCAMY,mBAAmB,CAAC,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YAgCpD,mBAAmB,CAAC,OAAO,KAAK,mBAAmB,CAAC,KAAK,KAAK,mBAAmB,CAAC,OAAO;;;;;;SAM5F,CAAC;QAER,kBAAa,GAAG;;;;;;;;;;aAUL,CAAC;QAEZ,UAAK,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;UAuDA,CAAC;IACX,CAAC;CAAA","sourcesContent":["import { EstimateInvoiceType } from '../../../types/Enum/EstimateInvoice';\nimport { DiscountType } from '../../../types/Enum/CommercialManagement';\n\nexport class CommercialDocumentCommonHTML {\n header = `<style>html {\n -webkit-print-color-adjust: exact;\n }</style><% if (settings && settings.isEdgingDisplayed) { %>\n <span id=\"header-edging\" style=\"position: absolute; top: 0; left: 0; width: 100vw; font-size: 10px; height: 15px; background-color: <%= settings && settings.edgingColor ? settings.edgingColor : '#333333' %>; margin-bottom: 20px;\"></span>\n <% } %>`;\n\n footer = `<div style=\"font-size: 8px; color: #DADCDF; text-align: center; padding: 0 40px; display: block; width: 100%\">\n <% if (freeText) { %><%- freeText %><br/><br/><% } %>\n <% if (accountingCategoryFormatted) {%>\n <%= accountingCategoryFormatted %> |\n <%}%>\n <% if(marginVats.length > 0) { %>\n Régime TVA sur marge - \n <% marginVats.forEach(function(v, index) { %>\n <%= v %> - \n <% }) %>\n ART 297-A du CGI ou directive 2006-212 CE |\n <% } %>\n <% if(penalties || compensation || discount) { %>\n <%= penalties ? 'Pénalités en cas de retard : ' + penalties : ''%>\n <%= penalties && compensation ? '|' : ''%>\n <%= compensation ? 'Indemnité forfaitaire en cas de retard :' + compensation : '' %>\n <%= (compensation || penalties) && discount ? '| ' : '' %>\n <%= discount %><%= shouldPayTaxAfterDebit ? \"| Option pour le paiement de la taxe d'après les débits\" : '' %>\n <% if(name || legalForm || capital || siren || rcs) {%>\n <br/><br/>\n <% } %>\n <% } %>\n <%= name %><%= name && (legalForm || capital || siren || rcs) ? ',' : ''%><%= legalForm %><%= capital ? ' au capital de ' + capitalFormatted + ' €' : '' %><%= siren ? ' immatriculée sous le SIREN ' + siren : ''%><%= rcs ? 'RCS ' + rcs + vatCode || nafCode ? '|' : '' : ''%><% if (vatCode || nafCode) {%><br/><% } %><%= vatCode ? 'N° TVA '+vatCode : ''%><% if(vatCode && nafCode){%>|<%}%><%= nafCode ? 'APE '+nafCode : '' %>\n </div>`;\n\n logo = `<div class=\"logo-placeholder\">\n <% if (logoUrl) { %><img src=\"<%= logoUrl %>\" alt=\"logo\" /><% } %>\n </div>`;\n\n company = `<div>\n <% if (name) { %><p><%= name %><p><% } %>\n <% if (number || street) {%><p><%}%><% if (number) { %><%= number + ' ' %><% } if (street) { %><%= street %><% } if (number || street) { %><% } %><% if (number || street) {%></p><%}%>\n <% if (zipCode || city) {%><p><%}%><% if (zipCode) { %><%= zipCode + ' ' %><% } if (city) { %><%= city %><% } if (zipCode || city) { %></p><% } %>\n </div>\n <% if (phoneContact) { %><p><%= phoneContact %><p><% } %>\n <% if (settings && settings.mailContact) { %><p><%= settings.mailContact %></p><% } %>`;\n\n products = `<table class=\"full-width\">\n <thead>\n <tr>\n <td>Article</td>\n <td>Quantité</td>\n <td>P.U <%= disableVat !== true ? 'HT' : ''%></td>\n <% if (shouldDisplayDiscountColumn) { %><td>Remise</td><% } %>\n <% if (disableVat !== true) { %><td>TVA</td><% } %>\n <td>Montant <%= disableVat !== true ? 'HT' : ''%></td>\n </tr>\n </thead>\n <% if (idEstimateInvoiceType === ${EstimateInvoiceType.ACOMPTE}) { %>\n <tr>\n <td class=\"product-title\">\n <%= title %>\n </td>\n <td class=\"product-quantity\">1</td>\n <td class=\"product-price-without-vat\"><%= depositFormatted %>€</td>\n <td class=\"product-total-price-without-vat\"><%= depositFormatted %>€</td>\n </tr>\n <% } %>\n <% if (products) { %>\n <% products.forEach(function (product) { %>\n <tr>\n <td class=\"product-title\">\n <% if(product.itemSaleName) { %><p class=\"product-name\"><%= product.itemSaleName %></p><% } %>\n <% if(product.comment) { %><p class=\"product-description\"><%= product.comment %></p><% } %>\n </td>\n <td class=\"product-quantity\"><%= product.quantity ? product.quantity : '' %><%= product.unitFormatted ? product.unitFormatted : '' %></td>\n <td class=\"product-price-without-vat\"><% if(product.priceTaxExcludedFormatted) { %><%= product.priceTaxExcludedFormatted + '€' %><% } %></td>\n <% if (shouldDisplayDiscountColumn) { %>\n <td class=\"product-discount\">\n <% if (product.discountFormatted) { %> \n <p style=\"margin-bottom: 0px;\"><%= product.discountFormatted %>€</p>\n <% if(product.discountType === ${DiscountType.PERCENT}) { %><span class=\"discount-percent\">(<%= product.discountTypeFormatted %>)</span><% } %>\n <% } %>\n </td>\n <% } %>\n <% if(disableVat !== true) { %><td class=\"product-vat\"><% if(product.vatFormatted) { %><%= product.vatFormatted %><% } %></td><% } %>\n <td class=\"product-total-price-without-vat\"><% if(product.totalTaxExcludedFormatted) { %><%= product.totalTaxExcludedFormatted + '€' %><% } %></td>\n </tr>\n <% }) %>\n <% } %>\n</table>`;\n\n vatRecapitulation = `<table style=\"width: 80%;\">\n <thead>\n <tr>\n <td>Base</td>\n <td>Taux</td>\n <td>Montant TVA</td>\n </tr>\n </thead>\n <% vats.forEach(function (vat) { %>\n <tr class=\"vat-detail-row\">\n <td><%= vat.baseFormatted %>€</td>\n <td><%= vat.name %></td>\n <td><%= vat.amountFormatted %>€</td>\n </tr>\n <% }) %>\n </table>`;\n\n amountRecapitulation = `<table class=\"summary-prices\" style=\"width: 100%; padding-left: 20px;\">\n <thead>\n <tr>\n <td colspan=\"2\">Récapitulatif</td>\n </tr>\n </thead>\n <% if (idEstimateInvoiceType !== ${EstimateInvoiceType.ACOMPTE}) { %>\n <% if (disableVat !== true) { %>\n <tr>\n <td>Total HT</td>\n <td><%= totalTaxExcludedFormatted %>€</td>\n </tr>\n <% } %>\n <% if (generalDiscountFormatted) { %>\n <tr>\n <td>Remise</td>\n <td><%= generalDiscountFormatted %>€</td>\n </tr>\n <% } %>\n <% if (disableVat !== true) { %>\n <tr>\n <td>TVA</td>\n <td><%= totalVatAmountFormatted %>€</td>\n </tr>\n <% } %>\n <% if (disableVat !== true || generalDiscountFormatted || depositFormatted) { %>\n <tr>\n <td>Total <%= disableVat !== true ? 'TTC' : ''%></td>\n <td><%= totalTaxAndDiscountIncludedFormatted %>€</td>\n </tr>\n <% } %>\n <% if (depositFormatted) { %>\n <tr>\n <td>Acompte</td>\n <td><%= depositFormatted %>€</td>\n </tr>\n <% } %>\n <% } %>\n <% if ([${EstimateInvoiceType.FACTURE}, ${EstimateInvoiceType.RESTE}, ${EstimateInvoiceType.ACOMPTE}].includes(idEstimateInvoiceType)) { %>\n <tr>\n <td><b>Net à payer</b></td>\n <td><%= totalTaxAndDiscountIncludedFormatted %>€</td>\n </tr>\n <% } %>\n</table>`;\n\n paymentButton = `<a class=\"payment-button\" href=\"<% if (paymentLink) {%><%= paymentLink %><% } else {%>#<%}%>\">Payer en ligne <svg width=\"81\" height=\"17\" viewBox=\"0 0 81 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M23.6521 1H2.21213C1.5052 1 0.932129 1.57308 0.932129 2.28V14.792C0.932129 15.4989 1.5052 16.072 2.21213 16.072H23.6521C24.3591 16.072 24.9321 15.4989 24.9321 14.792V2.28C24.9321 1.57308 24.3591 1 23.6521 1Z\" fill=\"black\"/>\n <path d=\"M14.9716 5.02051H10.3726V12.5219H14.9716V5.02051Z\" fill=\"#FF5F00\"/>\n <path d=\"M10.8366 8.77127C10.8369 7.30928 11.5058 5.92768 12.6523 5.02055C10.6962 3.48259 7.88661 3.70615 6.19833 5.53409C4.51006 7.36203 4.51006 10.1805 6.19833 12.0085C7.88661 13.8364 10.6962 14.06 12.6523 12.522C11.5058 11.6149 10.8369 10.2333 10.8366 8.77127Z\" fill=\"#EB001B\"/>\n <path d=\"M20.3795 8.77136C20.3808 10.5969 19.3394 12.2628 17.6977 13.0612C16.0561 13.8596 14.1027 13.6502 12.6675 12.5221C13.8143 11.6152 14.4832 10.2334 14.4832 8.77136C14.4832 7.30928 13.8143 5.92754 12.6675 5.02064C14.1027 3.8925 16.0561 3.68315 17.6977 4.48156C19.3394 5.27997 20.3808 6.94586 20.3795 8.77136Z\" fill=\"#F79E1B\"/>\n <path d=\"M30.1321 1.25H51.1321C51.6568 1.25 52.0821 1.67534 52.0821 2.2V14.8C52.0821 15.3247 51.6568 15.75 51.1321 15.75H30.1321C29.6075 15.75 29.1821 15.3247 29.1821 14.8V2.2C29.1821 1.67534 29.6075 1.25 30.1321 1.25Z\" fill=\"white\" stroke=\"#EDEDED\" stroke-width=\"0.5\"/>\n <path d=\"M37.7276 11.4621L38.7284 5.5893H40.3292L39.3277 11.4621H37.7276ZM45.1109 5.7159C44.7938 5.59692 44.2968 5.46924 43.6762 5.46924C42.0945 5.46924 40.9803 6.26574 40.9708 7.40733C40.9618 8.25123 41.7662 8.72199 42.3734 9.00291C42.9965 9.29076 43.2059 9.47433 43.203 9.7314C43.1991 10.125 42.7054 10.3049 42.2453 10.3049C41.6046 10.3049 41.2642 10.2159 40.7385 9.9966L40.5322 9.9033L40.3076 11.218C40.6815 11.3819 41.3729 11.5239 42.0907 11.5313C43.7734 11.5313 44.8657 10.7439 44.8782 9.52482C44.8842 8.85675 44.4577 8.34834 43.5342 7.92918C42.9747 7.65753 42.632 7.47621 42.6356 7.20114C42.6356 6.95703 42.9257 6.69597 43.5523 6.69597C44.0758 6.68787 44.455 6.80202 44.7505 6.92097L44.8939 6.98877L45.1109 5.7159M49.2302 5.58921H47.9932C47.61 5.58921 47.3233 5.69382 47.155 6.07623L44.7777 11.4582H46.4586C46.4586 11.4582 46.7334 10.7345 46.7955 10.5757C46.9793 10.5757 48.6122 10.5782 48.8457 10.5782C48.8936 10.7838 49.0404 11.4582 49.0404 11.4582H50.5258L49.2302 5.58903V5.58921ZM47.2676 9.38151C47.4 9.04314 47.9054 7.73982 47.9054 7.73982C47.8959 7.75548 48.0368 7.3998 48.1176 7.1793L48.2258 7.68567C48.2258 7.68567 48.5324 9.08754 48.5964 9.38151H47.2676ZM36.3686 5.58921L34.8014 9.59421L34.6344 8.78031C34.3427 7.84212 33.4337 6.82566 32.4175 6.31677L33.8505 11.4528L35.5441 11.4508L38.0643 5.58915H36.3686\" fill=\"#171E6C\"/>\n <path d=\"M33.3395 5.58874H30.7582L30.7378 5.71093C32.7459 6.19705 34.0747 7.37182 34.6264 8.78323L34.0651 6.08443C33.9682 5.71258 33.6872 5.60161 33.3395 5.58862\" fill=\"#171E6C\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M78.6129 1C77.4206 1 64.7971 1 57.7475 1C57.1513 1 56.5552 1.6 56.5552 2.2V14.2C56.5552 15.4 57.1513 16 58.3436 16C64.9942 16 77.4206 16 78.6129 16C79.8052 16 80.4013 15.4 80.4013 14.2V2.8C80.4013 1.6 79.8052 1 78.6129 1Z\" fill=\"#306FC5\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M58.496 7.17857L58.0342 6.04592L57.575 7.17857H58.496ZM68.6703 6.72755C68.5775 6.7842 68.4679 6.78608 68.3365 6.78608H67.5168V6.15502H68.3476C68.4652 6.15502 68.5879 6.16033 68.6676 6.20626C68.7552 6.24765 68.8093 6.33575 68.8093 6.45744C68.8093 6.58161 68.7578 6.68153 68.6703 6.72755C68.7578 6.68153 68.6703 6.72755 68.6703 6.72755ZM74.518 7.17857L74.0511 6.04592L73.5867 7.17857H74.518ZM63.6175 8.40455H62.9257L62.9232 6.17935L61.9448 8.40455H61.3523L60.3713 6.17738V8.40455H58.9989L58.7396 7.77082H57.3347L57.0728 8.40455H56.3399L57.5483 5.56337H58.5508L59.6984 8.25338V5.56337H60.7997L61.6828 7.49077L62.494 5.56337H63.6174V8.40455H63.6175ZM66.3744 8.40455H64.1203V5.56337H66.3744V6.15502H64.7951V6.66714H66.3366V7.24953H64.7951V7.81693H66.3744V8.40455ZM69.5526 6.32855C69.5526 6.78154 69.2522 7.01558 69.0772 7.08585C69.2248 7.14241 69.3509 7.24233 69.411 7.32512C69.5062 7.46643 69.5227 7.59266 69.5227 7.84641V8.40455H68.8421L68.8395 8.04625C68.8395 7.87529 68.8558 7.62942 68.733 7.49274C68.6344 7.39282 68.4841 7.37113 68.2412 7.37113H67.5169V8.40455H66.8422V5.56337H68.3941C68.739 5.56337 68.9931 5.57254 69.2112 5.69945C69.4247 5.82637 69.5526 6.01165 69.5526 6.32855C69.5526 6.01165 69.5526 6.32855 69.5526 6.32855ZM70.6325 8.40455H69.944V5.56337H70.6325V8.40455ZM78.62 8.40455H77.6638L76.3848 6.27208V8.40455H75.0106L74.748 7.77082H73.3463L73.0915 8.40455H72.302C71.974 8.40455 71.5587 8.33153 71.3235 8.0903C71.0864 7.84906 70.963 7.5223 70.963 7.00564C70.963 6.58427 71.0368 6.19906 71.3268 5.89467C71.5449 5.66792 71.8865 5.56337 72.3515 5.56337H73.0048V6.17216H72.3652C72.119 6.17216 71.9799 6.209 71.846 6.34046C71.731 6.4601 71.652 6.68625 71.652 6.98404C71.652 7.28844 71.7121 7.50791 71.8376 7.65128C71.9414 7.76371 72.1302 7.79782 72.3078 7.79782H72.6109L73.5619 5.56345H74.5729L75.7153 8.25081V5.56345H76.7427L77.9288 7.54218V5.56345H78.62V8.40455ZM56.3321 8.9626H57.485L57.745 8.33153H58.3269L58.5862 8.9626H60.8546V8.48013L61.0571 8.96466H62.2347L62.4372 8.47293V8.9626H68.0746L68.0719 7.9267H68.181C68.2574 7.92936 68.2797 7.93647 68.2797 8.06339V8.9626H71.1954V8.72145C71.4306 8.84828 71.7964 8.9626 72.2777 8.9626H73.5043L73.7668 8.33153H74.3488L74.6055 8.9626H76.9693V8.36316L77.3273 8.9626H79.2214V5H77.3468V5.46799L77.0843 5H75.1608V5.46799L74.9197 5H72.3215C71.8865 5 71.5042 5.0611 71.1954 5.23138V5H69.4024V5.23138C69.2058 5.05587 68.9381 5 68.6403 5H62.0897L61.6501 6.02347L61.1988 5H59.1355V5.46799L58.9088 5H57.1492L56.332 6.88404V8.9626H56.3321ZM80.3331 11.0548H79.1033C78.9806 11.0548 78.899 11.0594 78.8303 11.1061C78.7591 11.1521 78.7317 11.2204 78.7317 11.3106C78.7317 11.4178 78.7918 11.4907 78.8792 11.5223C78.9504 11.5472 79.0269 11.5545 79.1393 11.5545L79.505 11.5643C79.874 11.5735 80.1203 11.6374 80.2705 11.7931C80.2979 11.8148 80.3143 11.8391 80.3331 11.8634V11.0548ZM80.3331 12.9284C80.1692 13.1696 79.8498 13.2919 79.4174 13.2919H78.1144V12.6825H79.4122C79.5409 12.6825 79.631 12.6655 79.6852 12.6122C79.7322 12.5682 79.765 12.5043 79.765 12.4268C79.765 12.344 79.7322 12.2783 79.6826 12.2389C79.6336 12.1955 79.5624 12.1758 79.4449 12.1758C78.8113 12.1541 78.0209 12.1955 78.0209 11.2962C78.0209 10.884 78.2809 10.4501 78.989 10.4501H80.333V9.8847H79.0843C78.7074 9.8847 78.4337 9.97553 78.2398 10.1168V9.8847H76.3927C76.0973 9.8847 75.7506 9.95839 75.5866 10.1168V9.8847H72.2882V10.1168C72.0257 9.92617 71.5827 9.8847 71.3783 9.8847H69.2026V10.1168C68.9949 9.91435 68.5331 9.8847 68.2516 9.8847H65.8166L65.2594 10.4916L64.7376 9.8847H61.1003V13.85H64.6691L65.2433 13.2335L65.7841 13.85L67.984 13.852V12.9192H68.2003C68.4921 12.9237 68.8364 12.9119 69.1401 12.7798V13.85H70.9546V12.8165H71.0421C71.1538 12.8165 71.1648 12.8211 71.1648 12.9334V13.8499H76.6769C77.0269 13.8499 77.3926 13.7597 77.5952 13.5961V13.8499H79.3436C79.7075 13.8499 80.0628 13.7985 80.3331 13.6671V12.9284ZM77.6415 11.7931C77.7729 11.9299 77.8433 12.1027 77.8433 12.3952C77.8433 13.0065 77.4638 13.2919 76.7833 13.2919H75.4691V12.6825H76.7781C76.906 12.6825 76.9968 12.6655 77.0537 12.6122C77.1001 12.5682 77.1334 12.5043 77.1334 12.4268C77.1334 12.344 77.0974 12.2783 77.051 12.2389C76.9994 12.1955 76.9283 12.1758 76.8108 12.1758C76.1797 12.1541 75.3895 12.1955 75.3895 11.2962C75.3895 10.884 75.6468 10.4501 76.3542 10.4501H77.7069V11.055H76.4691C76.3464 11.055 76.2667 11.0596 76.1988 11.1063C76.1249 11.1523 76.0975 11.2206 76.0975 11.3108C76.0975 11.418 76.1602 11.4909 76.2451 11.5224C76.3163 11.5474 76.3928 11.5547 76.5077 11.5547L76.871 11.5645C77.2373 11.5735 77.4887 11.6373 77.6415 11.7931C77.4887 11.6373 77.6415 11.7931 77.6415 11.7931ZM71.5528 11.6176C71.4626 11.6715 71.351 11.6761 71.2197 11.6761H70.3999V11.0378H71.2308C71.351 11.0378 71.4712 11.0404 71.5528 11.0892C71.6403 11.1352 71.6926 11.2232 71.6926 11.3448C71.6926 11.4664 71.6403 11.5643 71.5528 11.6176C71.6403 11.5643 71.5528 11.6176 71.5528 11.6176ZM71.9604 11.9712C72.1106 12.027 72.2333 12.127 72.2909 12.2098C72.3862 12.3486 72.4 12.478 72.4027 12.7285V13.2919H71.7253V12.9363C71.7253 12.7654 71.7416 12.5122 71.6162 12.3801C71.5176 12.2783 71.3673 12.2539 71.1211 12.2539H70.4V13.2919H69.722V10.45H71.2799C71.6215 10.45 71.8703 10.4652 72.0917 10.5841C72.3047 10.7136 72.4386 10.891 72.4386 11.2152C72.4385 11.6688 72.138 11.9003 71.9604 11.9712C72.138 11.9003 71.9604 11.9712 71.9604 11.9712ZM72.8128 10.45H75.0648V11.0377H73.4847V11.5544H75.0262V12.1342H73.4847V12.6997L75.0648 12.7022V13.2919H72.8128V10.45ZM68.2602 11.7615H67.3882V11.0378H68.268C68.5116 11.0378 68.6807 11.1377 68.6807 11.3863C68.6807 11.632 68.5195 11.7615 68.2602 11.7615ZM66.7161 13.0334L65.6802 11.8759L66.7161 10.755V13.0334ZM64.0407 12.6997H62.3817V12.1342H63.8631V11.5544H62.3817V11.0377H64.0734L64.8115 11.8659L64.0407 12.6997ZM69.4052 11.3863C69.4052 12.1757 68.82 12.3387 68.2301 12.3387H67.3882V13.2919H66.0767L65.2458 12.3511L64.3823 13.2919H61.7096V10.45H64.4235L65.2537 11.3816L66.1119 10.45H68.268C68.8035 10.45 69.4052 10.5992 69.4052 11.3863C69.4052 10.5992 69.4052 11.3863 69.4052 11.3863Z\" fill=\"white\"/>\n </svg></a>`;\n\n style = `@import url(\"<%= font.url %>\");\n\n html { padding: 0; margin: 0px; }\n body { width: 100%; margin: 0px; font-family: \"<%= font.name %>\"; font-size: 14px; font-weight: normal; }\n .row { display: flex; }\n .items-end { align-items: end; }\n .space-between { justify-content: space-between; }\n .full-width { width: 100% }\n .mt-30 { margin-top: 30px }\n .mt-25 { margin-top: 25px }\n .mt-20 { margin-top: 20px }\n .mt-10 { margin-top: 10px }\n .align-center { text-align: center; }\n .margin-auto { margin: auto; }\n .justify-center { justify-content: center; }\n table { font-size: 14px; font-style: normal; }\n\n /* Header */\n .society-informations p { margin: 0px; }\n .society-informations > div p { font-weight: bold; }\n .logo-placeholder { width: 300px; max-height: 150px;text-align: <%= settings && settings.logoAlignment === 'left' ? 'left' : 'right' %>; margin-bottom: <%= settings && settings.logoAlignment === 'left' ? '10px;' : '0px' %>}\n .logo-placeholder > svg, .logo-placeholder > img { max-width: 100%; max-height: 150px; }\n .document-reference { font-size: 20px; }\n .customer-border { border: 2px solid #EAEAEA; border-radius: 6px; padding: 7px; }\n\n /* Body */\n table { border-spacing: 1px; border-collapse: collapse; }\n table, th, td { border: 1px solid #DADCDF; }\n table tr td p { margin: 0px; }\n table tbody tr td { padding: 10px; background-color: white; vertical-align: baseline;}\n table thead tr td { background-color: <%= settings && settings.color ? settings.color : '#EAEAEA' %>; padding: 10px; }\n table thead tr td:not(:first-child) { text-align: right; }\n table .product-description { color: #838384 }\n table .product-quantity, table .product-price-without-vat, table .product-vat, table .product-total-price-without-vat, table .product-discount { text-align: right; }\n table td.product-quantity, table td.product-vat { width: 10% }\n td.product-discount { width: 12.5% }\n table td.product-total-price-without-vat, table td.product-price-without-vat { width: 15% }\n table tr.vat-detail-row td:not(:first-child) { text-align: right; }\n table.summary-prices tr td:not(:first-child) {text-align: right;}\n table.summary-prices tr td:first-child {border-right: none;}\n table .discount-percent { color: #838384; font-size: smaller }\n a.payment-button { display: flex; align-items: center; background-color: #EBF1FF; border-radius: 10px; font-weight: 450; font-size: 14px; color: #1656FF; border: none; padding: 10px 16px; text-decoration: none; }\n a.payment-button svg { margin-left: 15px; }\n <% if (settings && settings.areLinesSeparationHidden) { %>\n td { border-top: none !important; border-bottom: none !important; }\n <% } %>\n <% if (settings && settings.areColumnsSeparationHidden) { %>\n td { border-left: none !important; border-right: none !important; }\n <% } %>\n <% if (settings && settings.areExternalBordersHidden) { %>\n table { border: none !important }\n table tr:last-child td { border-bottom: none !important }\n table thead td { border-top: none !important }\n table td:first-child { border-left: none !important }\n table td:last-child { border-right: none !important }\n <% } %>`;\n}\n"]}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.File = undefined;
|
|
7
|
+
|
|
8
|
+
var _Resource = require("../Resource");
|
|
9
|
+
|
|
10
|
+
class File extends _Resource.Resource {
|
|
11
|
+
upload(params) {
|
|
12
|
+
return this.axios.$post('files', params);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
exports.File = File;
|
|
18
|
+
//# sourceMappingURL=FIle.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FIle.js","mappings":";;;;;;;AAAA;;AAMM,MAAOA,IAAP,SAAoBC,kBAApB,CAA4B;EAChCC,MAAM,CAACC,MAAD,EAAmB;IACvB,OAAO,KAAKC,KAAL,CAAWC,KAAX,CAAiB,OAAjB,EAA0BF,MAA1B,CAAP;EACD;;AAH+B;;QAArBH,I,GAAAA,I","names":["File","Resource","upload","params","axios","$post"],"sourceRoot":"","sources":["../../../ts/api/resources/FIle.ts"],"sourcesContent":["import { Resource } from '../Resource';\nimport {\n ReadFile,\n CreateFile,\n} from '../../types';\n\nexport class File extends Resource {\n upload(params: CreateFile): Promise<ReadFile> {\n return this.axios.$post('files', params);\n }\n}"]}
|
|
@@ -9,7 +9,7 @@ var _Resource = require("../Resource");
|
|
|
9
9
|
|
|
10
10
|
class Qonto extends _Resource.Resource {
|
|
11
11
|
delete(idBankConnection) {
|
|
12
|
-
return this.axios.$delete(`qonto/${idBankConnection}`);
|
|
12
|
+
return this.axios.$delete(`connectors/qonto/${idBankConnection}`);
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
getInformation(queries) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Qonto.js","mappings":";;;;;;;AAKA;;AAEM,MAAOA,KAAP,SAAqBC,kBAArB,CAA6B;EACjCC,MAAM,CAACC,gBAAD,EAAyB;IAC7B,OAAO,KAAKC,KAAL,CAAWC,OAAX,CAAmB,
|
|
1
|
+
{"version":3,"file":"Qonto.js","mappings":";;;;;;;AAKA;;AAEM,MAAOA,KAAP,SAAqBC,kBAArB,CAA6B;EACjCC,MAAM,CAACC,gBAAD,EAAyB;IAC7B,OAAO,KAAKC,KAAL,CAAWC,OAAX,CAAmB,oBAAoBF,gBAAgB,EAAvD,CAAP;EACD;;EAEDG,cAAc,CAACC,OAAD,EAAkC;IAC9C,OAAO,KAAKH,KAAL,CAAWI,IAAX,CAAgB,8BAAhB,EAAgD;MAAEC,MAAM,EAAEF;IAAV,CAAhD,CAAP;EACD;;EAEDG,iBAAiB,CAACC,aAAD,EAAwBC,OAAxB,EAAkD;IACjE,OAAO,KAAKR,KAAL,CAAWS,KAAX,CAAiB,oBAAoBF,aAAa,cAAlD,EAAkEC,OAAlE,CAAP;EACD;;EAEDE,kBAAkB,CAACX,gBAAD,EAA2BS,OAA3B,EAAsD;IACtE,OAAO,KAAKR,KAAL,CAAWS,KAAX,CAAiB,gCAAgCV,gBAAgB,gBAAjE,EAAmFS,OAAnF,CAAP;EACD;;EAEDG,MAAM,CAACH,OAAD,EAA+B;IACnC,OAAO,KAAKR,KAAL,CAAWS,KAAX,CAAiB,8BAAjB,EAAiDD,OAAjD,CAAP;EACD;;EAEDI,gBAAgB,CAACb,gBAAD,EAA2BS,OAA3B,EAAoD;IAClE,OAAO,KAAKR,KAAL,CAAWa,IAAX,CAAgB,gCAAgCd,gBAAgB,EAAhE,EAAoES,OAApE,CAAP;EACD;;AAvBgC;;QAAtBZ,K,GAAAA,K","names":["Qonto","Resource","delete","idBankConnection","axios","$delete","getInformation","queries","$get","params","importBankAccount","idBankAccount","payload","$post","processBankAccount","create","updateConnection","$put"],"sourceRoot":"","sources":["../../../ts/api/resources/Qonto.ts"],"sourcesContent":["import {\n ProcessBankAccount,\n CreateQontoConnection,\n CreateImportation, GetConnectionInformation, GetQontoOrganization, IAccountingTransaction, IBankAccount, IBankConnection, ReadCreateConnection, UpdateConnection,\n} from '../../types';\nimport { Resource } from '../Resource';\n\nexport class Qonto extends Resource {\n delete(idBankConnection: number): Promise<IBankAccount> {\n return this.axios.$delete(`connectors/qonto/${idBankConnection}`);\n }\n\n getInformation(queries: GetConnectionInformation): Promise<GetQontoOrganization> {\n return this.axios.$get('connectors/qonto/connections', { params: queries });\n }\n\n importBankAccount(idBankAccount: number, payload: CreateImportation): Promise<IAccountingTransaction[]> {\n return this.axios.$post(`connectors/qonto/${idBankAccount}/importation`, payload);\n }\n\n processBankAccount(idBankConnection: number, payload: ProcessBankAccount): Promise<IBankAccount[]> {\n return this.axios.$post(`connectors/qonto/connections/${idBankConnection}/bank-accounts`, payload);\n }\n\n create(payload: CreateQontoConnection): Promise<ReadCreateConnection> {\n return this.axios.$post('connectors/qonto/connections', payload);\n }\n\n updateConnection(idBankConnection: number, payload: UpdateConnection): Promise<IBankConnection> {\n return this.axios.$put(`connectors/qonto/connections/${idBankConnection}`, payload);\n }\n}\n"]}
|
package/js/api/resources.js
CHANGED
|
@@ -199,6 +199,8 @@ var _Recurrence = require("./resources/Recurrence");
|
|
|
199
199
|
|
|
200
200
|
var _Stripe = require("./resources/Stripe");
|
|
201
201
|
|
|
202
|
+
var _FIle = require("./resources/FIle");
|
|
203
|
+
|
|
202
204
|
const resources = exports.resources = {
|
|
203
205
|
simulation: _Simulation.Simulation,
|
|
204
206
|
budgetInsight: _BudgetInsight.BudgetInsight,
|
|
@@ -296,6 +298,7 @@ const resources = exports.resources = {
|
|
|
296
298
|
invoice: _Invoice.Invoice,
|
|
297
299
|
reminder: _Reminder.Reminder,
|
|
298
300
|
recurrence: _Recurrence.Recurrence,
|
|
299
|
-
stripe: _Stripe.Stripe
|
|
301
|
+
stripe: _Stripe.Stripe,
|
|
302
|
+
file: _FIle.File
|
|
300
303
|
};
|
|
301
304
|
//# sourceMappingURL=resources.js.map
|
package/js/api/resources.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resources.js","mappings":"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","names":["resources","simulation","Simulation","budgetInsight","BudgetInsight","country","Country","paymentExpectationCustomer","PaymentExpectationCustomer","payment","Payment","immobilization","Immobilization","accountType","AccountType","transaction","Transaction","account","Account","sponsorship","Sponsorship","user","User","survey","Survey","report","Report","letter","Letter","firstStep","FirstStep","society","Society","partner","Partner","generalLedger","GeneralLedger","fecFile","FecFile","incomeStatement","IncomeStatement","internalInvoicing","InternalInvoicing","balanceSheet","BalanceSheet","balanceSheetModule","BalanceSheetModule","cerfa","Cerfa","legalForm","LegalForm","authenticate","Authenticate","search","Search","subscription","Subscription","salariesFile","SalariesFile","shine","Shine","promoCode","PromoCode","stocks","Stocks","loan","Loan","provision","Provision","societyPromoCode","SocietyPromoCode","dashboard","Dashboard","zTicket","ZTicket","incomeAllocation","IncomeAllocation","customerProviderOperation","CustomerProviderOperation","steps","Steps","revisionGuide","RevisionGuide","library","Library","taxDeadline","TaxDeadline","exerciceNote","ExerciceNote","connector","Connector","partneredAccountant","PartneredAccountant","tax","Tax","quotesAccount","QuotesAccount","registration","Registration","journal","Journal","product","Product","mealExpense","MealExpense","balanceSheetQuestion","BalanceSheetQuestion","exerciceQuestion","ExerciceQuestion","vatControl","VatControl","accountingIncome","AccountingIncome","accountingFiles","AccountingFiles","bankStatement","BankStatement","shareCapital","ShareCapital","closing","Closing","machineLearning","MachineLearning","workingSchedule","WorkingSchedule","revision","Revision","vehicle","Vehicle","kilometricAllowance","KilometricAllowance","vatDeclaration","VatDeclaration","qonto","Qonto","affectedPatrimony","AffectedPatrimony","bankAccount","BankAccount","log","Log","exercice","Exercice","mail","Mail","employee","Employee","sheetMonthSchedule","SheetMonthSchedule","nafCode","NafCode","checklist","Checklist","lettering","Lettering","mobile","Mobile","notification","Notification","societyEvent","SocietyEvent","task","Task","comment","Comment","calendarEvent","CalendarEvent","timeRecorder","TimeRecorder","notificationSetting","NotificationSetting","cx","Cx","bankList","BankList","thirdParty","ThirdParty","alert","Alert","customerActivity","CustomerActivity","commercialSetting","CommercialSetting","commercialDocument","CommercialDocument","connection","Connection","invoice","Invoice","reminder","Reminder","recurrence","Recurrence","stripe","Stripe"],"sourceRoot":"","sources":["../../ts/api/resources.ts"],"sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Payment } from './resources/Payment';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\nimport { Sponsorship } from './resources/Sponsorship';\nimport { User } from './resources/User';\nimport { Survey } from './resources/Survey';\nimport { Report } from './resources/Report';\nimport { Letter } from './resources/Letter';\nimport { FirstStep } from './resources/FirstStep';\nimport { Society } from './resources/Society';\nimport { Partner } from './resources/Partner';\nimport { GeneralLedger } from './resources/GeneralLedger';\nimport { FecFile } from './resources/FecFile';\nimport { IncomeStatement } from './resources/IncomeStatement';\nimport { BalanceSheet } from './resources/BalanceSheet';\nimport { BalanceSheetModule } from './resources/BalanceSheetModule';\nimport { Cerfa } from './resources/Cerfa';\nimport { LegalForm } from './resources/LegalForm';\nimport { Subscription } from './resources/Subscription';\nimport { Authenticate } from './resources/Authenticate';\nimport { Search } from './resources/Search';\nimport { SalariesFile } from './resources/SalariesFile';\nimport { Shine } from './resources/Shine';\nimport { PromoCode } from './resources/PromoCode';\nimport { Stocks } from './resources/Stocks';\nimport { Loan } from './resources/Loan';\nimport { SocietyPromoCode } from './resources/SocietyPromoCode';\nimport { Dashboard } from './resources/Dashboard';\nimport { ZTicket } from './resources/ZTicket';\nimport { IncomeAllocation } from './resources/IncomeAllocation';\nimport { CustomerProviderOperation } from './resources/CustomerProviderOperation';\nimport { Steps } from './resources/Step';\nimport { RevisionGuide } from './resources/RevisionGuide';\nimport { Library } from './resources/Library';\nimport { TaxDeadline } from './resources/TaxDeadline';\nimport { ExerciceNote } from './resources/ExerciceNote';\nimport { Connector } from './resources/Connector';\nimport { PartneredAccountant } from './resources/PartneredAccountant';\nimport { Tax } from './resources/Tax';\nimport { QuotesAccount } from './resources/QuotesAccount';\nimport { Registration } from './resources/Registration';\nimport { Journal } from './resources/Journal';\nimport { Product } from './resources/Product';\nimport { MealExpense } from './resources/MealExpense';\nimport { InternalInvoicing } from './resources/InternalInvoicing';\nimport { BalanceSheetQuestion } from './resources/BalanceSheetQuestion';\nimport { ExerciceQuestion } from './resources/ExerciceQuestion';\nimport { VatControl } from './resources/VatControl';\nimport { Provision } from './resources/Provision';\nimport { AccountingIncome } from './resources/AccountingIncome';\nimport { AccountingFiles } from './resources/AccountingFiles';\nimport { BankStatement } from './resources/BankStatement';\nimport { ShareCapital } from './resources/shareCapital';\nimport { Closing } from './resources/Closing';\nimport { MachineLearning } from './resources/MachineLearning';\nimport { WorkingSchedule } from './resources/WorkingSchedule';\nimport { Revision } from './resources/Revision';\nimport { Vehicle } from './resources/Vehicle';\nimport { KilometricAllowance } from './resources/KilometricAllowance';\nimport { VatDeclaration } from './resources/VatDeclaration';\nimport { Qonto } from './resources/Qonto';\nimport { AffectedPatrimony } from './resources/AffectedPatrimony';\nimport { BankAccount } from './resources/BankAccount';\nimport { BudgetInsight } from './resources/BudgetInsight';\nimport { Log } from './resources/Log';\nimport { Exercice } from './resources/Exercice';\nimport { Mail } from './resources/Mail';\nimport { Employee } from './resources/Employee';\nimport { SheetMonthSchedule } from './resources/SheetMonthSchedule';\nimport { NafCode } from './resources/NafCode';\nimport { Checklist } from './resources/Checklist';\nimport { Lettering } from './resources/Lettering';\nimport { Notification } from './resources/Notification';\nimport { Mobile } from './resources/Mobile';\nimport { Task } from './resources/Task';\nimport { SocietyEvent } from './resources/SocietyEvent';\nimport { Comment } from './resources/Comment';\nimport { NotificationSetting } from './resources/NotificationSetting';\nimport { Cx } from './resources/3cx';\nimport { BankList } from './resources/BankList';\nimport { ThirdParty } from './resources/ThirdParty';\nimport { Alert } from './resources/Alert';\nimport { CalendarEvent } from './resources/CalendarEvent';\nimport { TimeRecorder } from './resources/TimeRecorder';\nimport { CustomerActivity } from './resources/CustomerActivity';\nimport { CommercialSetting } from './resources/CommercialSetting';\nimport { Invoice } from './resources/Invoice';\nimport { CommercialDocument } from './resources/CommercialDocument';\nimport { Connection } from './resources/Connection';\nimport { Reminder } from './resources/Reminder';\nimport { Recurrence } from './resources/Recurrence';\nimport { Stripe } from './resources/Stripe';\n\nexport const resources = {\n simulation: Simulation,\n budgetInsight: BudgetInsight,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n payment: Payment,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n sponsorship: Sponsorship,\n user: User,\n survey: Survey,\n report: Report,\n letter: Letter,\n firstStep: FirstStep,\n society: Society,\n partner: Partner,\n generalLedger: GeneralLedger,\n fecFile: FecFile,\n incomeStatement: IncomeStatement,\n internalInvoicing: InternalInvoicing,\n balanceSheet: BalanceSheet,\n balanceSheetModule: BalanceSheetModule,\n cerfa: Cerfa,\n legalForm: LegalForm,\n authenticate: Authenticate,\n search: Search,\n subscription: Subscription,\n salariesFile: SalariesFile,\n shine: Shine,\n promoCode: PromoCode,\n stocks: Stocks,\n loan: Loan,\n provision: Provision,\n societyPromoCode: SocietyPromoCode,\n dashboard: Dashboard,\n zTicket: ZTicket,\n incomeAllocation: IncomeAllocation,\n customerProviderOperation: CustomerProviderOperation,\n steps: Steps,\n revisionGuide: RevisionGuide,\n library: Library,\n taxDeadline: TaxDeadline,\n exerciceNote: ExerciceNote,\n connector: Connector,\n partneredAccountant: PartneredAccountant,\n tax: Tax,\n quotesAccount: QuotesAccount,\n registration: Registration,\n journal: Journal,\n product: Product,\n mealExpense: MealExpense,\n balanceSheetQuestion: BalanceSheetQuestion,\n exerciceQuestion: ExerciceQuestion,\n vatControl: VatControl,\n accountingIncome: AccountingIncome,\n accountingFiles: AccountingFiles,\n bankStatement: BankStatement,\n shareCapital: ShareCapital,\n closing: Closing,\n machineLearning: MachineLearning,\n workingSchedule: WorkingSchedule,\n revision: Revision,\n vehicle: Vehicle,\n kilometricAllowance: KilometricAllowance,\n vatDeclaration: VatDeclaration,\n qonto: Qonto,\n affectedPatrimony: AffectedPatrimony,\n bankAccount: BankAccount,\n log: Log,\n exercice: Exercice,\n mail: Mail,\n employee: Employee,\n sheetMonthSchedule: SheetMonthSchedule,\n nafCode: NafCode,\n checklist: Checklist,\n lettering: Lettering,\n mobile: Mobile,\n notification: Notification,\n societyEvent: SocietyEvent,\n task: Task,\n comment: Comment,\n calendarEvent: CalendarEvent,\n timeRecorder: TimeRecorder,\n notificationSetting: NotificationSetting,\n cx: Cx,\n bankList: BankList,\n thirdParty: ThirdParty,\n alert: Alert,\n customerActivity: CustomerActivity,\n commercialSetting: CommercialSetting,\n commercialDocument: CommercialDocument,\n connection: Connection,\n invoice: Invoice,\n reminder: Reminder,\n recurrence: Recurrence,\n stripe: Stripe,\n};"]}
|
|
1
|
+
{"version":3,"file":"resources.js","mappings":"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","names":["resources","simulation","Simulation","budgetInsight","BudgetInsight","country","Country","paymentExpectationCustomer","PaymentExpectationCustomer","payment","Payment","immobilization","Immobilization","accountType","AccountType","transaction","Transaction","account","Account","sponsorship","Sponsorship","user","User","survey","Survey","report","Report","letter","Letter","firstStep","FirstStep","society","Society","partner","Partner","generalLedger","GeneralLedger","fecFile","FecFile","incomeStatement","IncomeStatement","internalInvoicing","InternalInvoicing","balanceSheet","BalanceSheet","balanceSheetModule","BalanceSheetModule","cerfa","Cerfa","legalForm","LegalForm","authenticate","Authenticate","search","Search","subscription","Subscription","salariesFile","SalariesFile","shine","Shine","promoCode","PromoCode","stocks","Stocks","loan","Loan","provision","Provision","societyPromoCode","SocietyPromoCode","dashboard","Dashboard","zTicket","ZTicket","incomeAllocation","IncomeAllocation","customerProviderOperation","CustomerProviderOperation","steps","Steps","revisionGuide","RevisionGuide","library","Library","taxDeadline","TaxDeadline","exerciceNote","ExerciceNote","connector","Connector","partneredAccountant","PartneredAccountant","tax","Tax","quotesAccount","QuotesAccount","registration","Registration","journal","Journal","product","Product","mealExpense","MealExpense","balanceSheetQuestion","BalanceSheetQuestion","exerciceQuestion","ExerciceQuestion","vatControl","VatControl","accountingIncome","AccountingIncome","accountingFiles","AccountingFiles","bankStatement","BankStatement","shareCapital","ShareCapital","closing","Closing","machineLearning","MachineLearning","workingSchedule","WorkingSchedule","revision","Revision","vehicle","Vehicle","kilometricAllowance","KilometricAllowance","vatDeclaration","VatDeclaration","qonto","Qonto","affectedPatrimony","AffectedPatrimony","bankAccount","BankAccount","log","Log","exercice","Exercice","mail","Mail","employee","Employee","sheetMonthSchedule","SheetMonthSchedule","nafCode","NafCode","checklist","Checklist","lettering","Lettering","mobile","Mobile","notification","Notification","societyEvent","SocietyEvent","task","Task","comment","Comment","calendarEvent","CalendarEvent","timeRecorder","TimeRecorder","notificationSetting","NotificationSetting","cx","Cx","bankList","BankList","thirdParty","ThirdParty","alert","Alert","customerActivity","CustomerActivity","commercialSetting","CommercialSetting","commercialDocument","CommercialDocument","connection","Connection","invoice","Invoice","reminder","Reminder","recurrence","Recurrence","stripe","Stripe","file","File"],"sourceRoot":"","sources":["../../ts/api/resources.ts"],"sourcesContent":["import { Country } from './resources/Country';\nimport { Simulation } from './resources/Simulation';\nimport { PaymentExpectationCustomer } from './resources/PaymentExpectationCustomer';\nimport { Payment } from './resources/Payment';\nimport { Immobilization } from './resources/Immobilization';\nimport { AccountType } from './resources/AccountType';\nimport { Transaction } from './resources/Transaction';\nimport { Account } from './resources/Account';\nimport { Sponsorship } from './resources/Sponsorship';\nimport { User } from './resources/User';\nimport { Survey } from './resources/Survey';\nimport { Report } from './resources/Report';\nimport { Letter } from './resources/Letter';\nimport { FirstStep } from './resources/FirstStep';\nimport { Society } from './resources/Society';\nimport { Partner } from './resources/Partner';\nimport { GeneralLedger } from './resources/GeneralLedger';\nimport { FecFile } from './resources/FecFile';\nimport { IncomeStatement } from './resources/IncomeStatement';\nimport { BalanceSheet } from './resources/BalanceSheet';\nimport { BalanceSheetModule } from './resources/BalanceSheetModule';\nimport { Cerfa } from './resources/Cerfa';\nimport { LegalForm } from './resources/LegalForm';\nimport { Subscription } from './resources/Subscription';\nimport { Authenticate } from './resources/Authenticate';\nimport { Search } from './resources/Search';\nimport { SalariesFile } from './resources/SalariesFile';\nimport { Shine } from './resources/Shine';\nimport { PromoCode } from './resources/PromoCode';\nimport { Stocks } from './resources/Stocks';\nimport { Loan } from './resources/Loan';\nimport { SocietyPromoCode } from './resources/SocietyPromoCode';\nimport { Dashboard } from './resources/Dashboard';\nimport { ZTicket } from './resources/ZTicket';\nimport { IncomeAllocation } from './resources/IncomeAllocation';\nimport { CustomerProviderOperation } from './resources/CustomerProviderOperation';\nimport { Steps } from './resources/Step';\nimport { RevisionGuide } from './resources/RevisionGuide';\nimport { Library } from './resources/Library';\nimport { TaxDeadline } from './resources/TaxDeadline';\nimport { ExerciceNote } from './resources/ExerciceNote';\nimport { Connector } from './resources/Connector';\nimport { PartneredAccountant } from './resources/PartneredAccountant';\nimport { Tax } from './resources/Tax';\nimport { QuotesAccount } from './resources/QuotesAccount';\nimport { Registration } from './resources/Registration';\nimport { Journal } from './resources/Journal';\nimport { Product } from './resources/Product';\nimport { MealExpense } from './resources/MealExpense';\nimport { InternalInvoicing } from './resources/InternalInvoicing';\nimport { BalanceSheetQuestion } from './resources/BalanceSheetQuestion';\nimport { ExerciceQuestion } from './resources/ExerciceQuestion';\nimport { VatControl } from './resources/VatControl';\nimport { Provision } from './resources/Provision';\nimport { AccountingIncome } from './resources/AccountingIncome';\nimport { AccountingFiles } from './resources/AccountingFiles';\nimport { BankStatement } from './resources/BankStatement';\nimport { ShareCapital } from './resources/shareCapital';\nimport { Closing } from './resources/Closing';\nimport { MachineLearning } from './resources/MachineLearning';\nimport { WorkingSchedule } from './resources/WorkingSchedule';\nimport { Revision } from './resources/Revision';\nimport { Vehicle } from './resources/Vehicle';\nimport { KilometricAllowance } from './resources/KilometricAllowance';\nimport { VatDeclaration } from './resources/VatDeclaration';\nimport { Qonto } from './resources/Qonto';\nimport { AffectedPatrimony } from './resources/AffectedPatrimony';\nimport { BankAccount } from './resources/BankAccount';\nimport { BudgetInsight } from './resources/BudgetInsight';\nimport { Log } from './resources/Log';\nimport { Exercice } from './resources/Exercice';\nimport { Mail } from './resources/Mail';\nimport { Employee } from './resources/Employee';\nimport { SheetMonthSchedule } from './resources/SheetMonthSchedule';\nimport { NafCode } from './resources/NafCode';\nimport { Checklist } from './resources/Checklist';\nimport { Lettering } from './resources/Lettering';\nimport { Notification } from './resources/Notification';\nimport { Mobile } from './resources/Mobile';\nimport { Task } from './resources/Task';\nimport { SocietyEvent } from './resources/SocietyEvent';\nimport { Comment } from './resources/Comment';\nimport { NotificationSetting } from './resources/NotificationSetting';\nimport { Cx } from './resources/3cx';\nimport { BankList } from './resources/BankList';\nimport { ThirdParty } from './resources/ThirdParty';\nimport { Alert } from './resources/Alert';\nimport { CalendarEvent } from './resources/CalendarEvent';\nimport { TimeRecorder } from './resources/TimeRecorder';\nimport { CustomerActivity } from './resources/CustomerActivity';\nimport { CommercialSetting } from './resources/CommercialSetting';\nimport { Invoice } from './resources/Invoice';\nimport { CommercialDocument } from './resources/CommercialDocument';\nimport { Connection } from './resources/Connection';\nimport { Reminder } from './resources/Reminder';\nimport { Recurrence } from './resources/Recurrence';\nimport { Stripe } from './resources/Stripe';\nimport { File } from './resources/FIle';\n\nexport const resources = {\n simulation: Simulation,\n budgetInsight: BudgetInsight,\n country: Country,\n paymentExpectationCustomer: PaymentExpectationCustomer,\n payment: Payment,\n immobilization: Immobilization,\n accountType: AccountType,\n transaction: Transaction,\n account: Account,\n sponsorship: Sponsorship,\n user: User,\n survey: Survey,\n report: Report,\n letter: Letter,\n firstStep: FirstStep,\n society: Society,\n partner: Partner,\n generalLedger: GeneralLedger,\n fecFile: FecFile,\n incomeStatement: IncomeStatement,\n internalInvoicing: InternalInvoicing,\n balanceSheet: BalanceSheet,\n balanceSheetModule: BalanceSheetModule,\n cerfa: Cerfa,\n legalForm: LegalForm,\n authenticate: Authenticate,\n search: Search,\n subscription: Subscription,\n salariesFile: SalariesFile,\n shine: Shine,\n promoCode: PromoCode,\n stocks: Stocks,\n loan: Loan,\n provision: Provision,\n societyPromoCode: SocietyPromoCode,\n dashboard: Dashboard,\n zTicket: ZTicket,\n incomeAllocation: IncomeAllocation,\n customerProviderOperation: CustomerProviderOperation,\n steps: Steps,\n revisionGuide: RevisionGuide,\n library: Library,\n taxDeadline: TaxDeadline,\n exerciceNote: ExerciceNote,\n connector: Connector,\n partneredAccountant: PartneredAccountant,\n tax: Tax,\n quotesAccount: QuotesAccount,\n registration: Registration,\n journal: Journal,\n product: Product,\n mealExpense: MealExpense,\n balanceSheetQuestion: BalanceSheetQuestion,\n exerciceQuestion: ExerciceQuestion,\n vatControl: VatControl,\n accountingIncome: AccountingIncome,\n accountingFiles: AccountingFiles,\n bankStatement: BankStatement,\n shareCapital: ShareCapital,\n closing: Closing,\n machineLearning: MachineLearning,\n workingSchedule: WorkingSchedule,\n revision: Revision,\n vehicle: Vehicle,\n kilometricAllowance: KilometricAllowance,\n vatDeclaration: VatDeclaration,\n qonto: Qonto,\n affectedPatrimony: AffectedPatrimony,\n bankAccount: BankAccount,\n log: Log,\n exercice: Exercice,\n mail: Mail,\n employee: Employee,\n sheetMonthSchedule: SheetMonthSchedule,\n nafCode: NafCode,\n checklist: Checklist,\n lettering: Lettering,\n mobile: Mobile,\n notification: Notification,\n societyEvent: SocietyEvent,\n task: Task,\n comment: Comment,\n calendarEvent: CalendarEvent,\n timeRecorder: TimeRecorder,\n notificationSetting: NotificationSetting,\n cx: Cx,\n bankList: BankList,\n thirdParty: ThirdParty,\n alert: Alert,\n customerActivity: CustomerActivity,\n commercialSetting: CommercialSetting,\n commercialDocument: CommercialDocument,\n connection: Connection,\n invoice: Invoice,\n reminder: Reminder,\n recurrence: Recurrence,\n stripe: Stripe,\n file: File,\n};"]}
|
|
@@ -79,6 +79,9 @@ const BrandClementine = exports.BrandClementine = [{
|
|
|
79
79
|
phone: '03 83 93 14 14',
|
|
80
80
|
vatIntracom: 'FR47752566687',
|
|
81
81
|
email: 'facturation@compta-clementine.fr'
|
|
82
|
+
},
|
|
83
|
+
webmail: {
|
|
84
|
+
domain: '@compta-clementine.fr'
|
|
82
85
|
}
|
|
83
86
|
}, {
|
|
84
87
|
idTypeBrand: 2,
|
|
@@ -243,6 +246,9 @@ const BrandClementine = exports.BrandClementine = [{
|
|
|
243
246
|
phone: '03 83 93 14 14',
|
|
244
247
|
vatIntracom: 'FR58891501181',
|
|
245
248
|
email: 'facturation@pourcentage.fr'
|
|
249
|
+
},
|
|
250
|
+
webmail: {
|
|
251
|
+
domain: '@pourcentage.fr'
|
|
246
252
|
}
|
|
247
253
|
}, {
|
|
248
254
|
idTypeBrand: 5,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BrandClementine.js","mappings":";;;;;AAAO,MAAMA,eAAe,WAAfA,eAAe,GAAG,CAC7B;EACEC,WAAW,EAAE,CADf;EAEEC,IAAI,EAAE,YAFR;EAGEC,KAAK,EAAE,0DAHT;EAIEC,MAAM,EAAE,iDAJV;EAKEC,MAAM,EAAE;IACNC,OAAO,EAAE;EADH,CALV;EAQEC,UAAU,EAAE;IACVC,OAAO,EAAE,gBADC;IAEVC,OAAO,EAAE,gBAFC;IAGVC,MAAM,EAAE,gBAHE;IAIVC,SAAS,EAAE;EAJD,CARd;EAcEC,SAAS,EAAE;IACTC,aAAa,EAAE,oCADN;IAETC,GAAG,EAAE,0BAFI;IAGTC,OAAO,EAAE,8BAHA;IAITP,OAAO,EAAE,8BAJA;IAKTQ,WAAW,EAAE,kCALJ;IAMTC,QAAQ,EAAE,+BAND;IAOTN,SAAS,EAAE,gCAPF;IAQTO,YAAY,EAAE,mCARL;IASTC,GAAG,EAAE,0BATI;IAUTC,OAAO,EAAE,8BAVA;IAWTX,OAAO,EAAE,8BAXA;IAYTY,QAAQ,EAAE,+BAZD;IAaTC,EAAE,EAAE,yBAbK;IAcTZ,MAAM,EAAE,6BAdC;IAeTa,OAAO,EAAE,8BAfA;IAgBTC,GAAG,EAAE,0BAhBI;IAiBTC,EAAE,EAAE;EAjBK,CAdb;EAiCEC,kBAAkB,EAAE;IAClBC,GAAG,EAAE,OADa;IAElBC,EAAE,EAAE,UAFc;IAGlBC,IAAI,EAAE,OAHY;IAIlBC,cAAc,EAAE,SAJE;IAKlBC,gBAAgB,EAAE,mBALA;IAMlBC,MAAM,EAAE,sBANU;IAOlBC,WAAW,EAAE,OAPK;IAQlBC,KAAK,EAAE,gBARW;IASlBC,aAAa,EAAE,mBATG;IAUlBC,GAAG,EAAE,aAVa;IAWlBC,MAAM,EAAE,KAXU;IAYlBC,OAAO,EAAE;EAZS,CAjCtB;EA+CEC,uBAAuB,EAAE,CAAC,GAAD,CA/C3B;EAgDEC,OAAO,EAAE,eAhDX;EAiDEC,WAAW,EAAE,UAjDf;EAkDEC,WAAW,EAAE,EAlDf;EAmDEC,MAAM,EAAE,kCAnDV;EAoDEC,OAAO,EAAE,kCApDX;EAqDEC,OAAO,EAAE,uCArDX;EAsDEC,SAAS,EAAE,qCAtDb;EAuDEC,SAAS,EAAE,kCAvDb;EAwDEC,IAAI,EAAE;IACJC,IAAI,EAAE,6BADF;IAEJC,GAAG,EAAE,aAFD;IAGJC,IAAI,EAAE,mBAHF;IAIJC,EAAE,EAAE;EAJA,CAxDR;EA8DEC,iBAAiB,EAAE;IACjBhB,MAAM,EAAE,KADS;IAEjBnC,IAAI,EAAE,mBAFW;IAGjBoD,OAAO,EAAE,mBAHQ;IAIjBhB,OAAO,EAAE,OAJQ;IAKjBT,IAAI,EAAE,OALW;IAMjB0B,OAAO,EAAE,QANQ;IAOjBzB,cAAc,EAAE,SAPC;IAQjB0B,KAAK,EAAE,WARU;IASjB7B,GAAG,EAAE,OATY;IAUjBS,GAAG,EAAE,aAVY;IAWjBF,KAAK,EAAE,gBAXU;IAYjBuB,WAAW,EAAE,eAZI;IAajBC,KAAK,EAAE;EAbU;AA9DrB,CAD6B,EA+E7B;EACEzD,WAAW,EAAE,CADf;EAEEC,IAAI,EAAE,YAFR;EAGEC,KAAK,EAAE,0DAHT;EAIEE,MAAM,EAAE;IACNC,OAAO,EAAE;EADH,CAJV;EAOEC,UAAU,EAAE;IACVC,OAAO,EAAE,gBADC;IAEVC,OAAO,EAAE,gBAFC;IAGVE,SAAS,EAAE;EAHD,CAPd;EAYEC,SAAS,EAAE;IACTJ,OAAO,EAAE;EADA,CAZb;EAeE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACAkB,kBAAkB,EAAE;IAClBC,GAAG,EAAE,OADa;IAElBC,EAAE,EAAE,UAFc;IAGlBC,IAAI,EAAE,OAHY;IAIlBC,cAAc,EAAE,SAJE;IAKlBC,gBAAgB,EAAE,mBALA;IAMlBC,MAAM,EAAE,sBANU;IAOlBC,WAAW,EAAE,OAPK;IAQlBC,KAAK,EAAE,gBARW;IASlBC,aAAa,EAAE,mBATG;IAUlBC,GAAG,EAAE,aAVa;IAWlBC,MAAM,EAAE,KAXU;IAYlBC,OAAO,EAAE;EAZS,CA5BtB;EA0CEC,uBAAuB,EAAE,CAAC,GAAD,CA1C3B;EA2CEC,OAAO,EAAE,qBA3CX;EA4CEC,WAAW,EAAE,qBA5Cf;EA6CEC,WAAW,EAAE,EA7Cf;EA8CEiB,kBAAkB,EAAE,0CA9CtB;EA+CEhB,MAAM,EAAE,kCA/CV;EAgDEC,OAAO,EAAE,6CAhDX;EAiDEC,OAAO,EAAE,kDAjDX;EAkDEC,SAAS,EAAE,2BAlDb;EAmDEC,SAAS,EAAE,kCAnDb;EAoDEC,IAAI,EAAE;IACJC,IAAI,EAAE,6BADF;IAEJC,GAAG,EAAE,aAFD;IAGJC,IAAI,EAAE,mBAHF;IAIJC,EAAE,EAAE;EAJA,CApDR;EA0DEC,iBAAiB,EAAE;IACjBhB,MAAM,EAAE,KADS;IAEjBnC,IAAI,EAAE,mBAFW;IAGjBoD,OAAO,EAAE,mBAHQ;IAIjBhB,OAAO,EAAE,OAJQ;IAKjBT,IAAI,EAAE,OALW;IAMjB0B,OAAO,EAAE,QANQ;IAOjBzB,cAAc,EAAE,SAPC;IAQjB0B,KAAK,EAAE,WARU;IASjB7B,GAAG,EAAE,OATY;IAUjBS,GAAG,EAAE,aAVY;IAWjBF,KAAK,EAAE,gBAXU;IAYjBuB,WAAW,EAAE,eAZI;IAajBC,KAAK,EAAE;EAbU;AA1DrB,CA/E6B,EAyJ7B;EACEzD,WAAW,EAAE,CADf;EAEEC,IAAI,EAAE,MAFR;EAGEG,MAAM,EAAE;IACNC,OAAO,EAAE;EADH,CAHV;EAMEqC,MAAM,EAAE,kCANV;EAOEC,OAAO,EAAE,kCAPX;EAQEC,OAAO,EAAE,uCARX;EASEG,IAAI,EAAE;IACJC,IAAI,EAAE,6BADF;IAEJC,GAAG,EAAE,aAFD;IAGJC,IAAI,EAAE,mBAHF;IAIJC,EAAE,EAAE;EAJA;AATR,CAzJ6B,EAyK7B;EACEnD,WAAW,EAAE,CADf;EAEEC,IAAI,EAAE,aAFR;EAGEC,KAAK,EAAE,0DAHT;EAIEC,MAAM,EAAE,6BAJV;EAKEC,MAAM,EAAE;IACNC,OAAO,EAAE;EADH,CALV;EAQEC,UAAU,EAAE;IACVC,OAAO,EAAE,gBADC;IAEVC,OAAO,EAAE,gBAFC;IAGVE,SAAS,EAAE;EAHD,CARd;EAaEC,SAAS,EAAE;IACTC,aAAa,EAAE,8BADN;IAETC,GAAG,EAAE,oBAFI;IAGTC,OAAO,EAAE,wBAHA;IAITP,OAAO,EAAE,wBAJA;IAKTQ,WAAW,EAAE,4BALJ;IAMTC,QAAQ,EAAE,yBAND;IAOTN,SAAS,EAAE,0BAPF;IAQTO,YAAY,EAAE,6BARL;IASTC,GAAG,EAAE,oBATI;IAUTC,OAAO,EAAE,wBAVA;IAWTX,OAAO,EAAE,wBAXA;IAYTY,QAAQ,EAAE,yBAZD;IAaTX,MAAM,EAAE,uBAbC;IAcTa,OAAO,EAAE,wBAdA;IAeTC,GAAG,EAAE,oBAfI;IAgBTC,EAAE,EAAE;EAhBK,CAbb;EA+BEC,kBAAkB,EAAE;IAClBC,GAAG,EAAE,OADa;IAElBC,EAAE,EAAE,EAFc;IAGlBC,IAAI,EAAE,OAHY;IAIlBC,cAAc,EAAE,QAJE;IAKlBC,gBAAgB,EAAE,aALA;IAMlBC,MAAM,EAAE,sBANU;IAOlBC,WAAW,EAAE,OAPK;IAQlBC,KAAK,EAAE,gBARW;IASlBC,aAAa,EAAE,uBATG;IAUlBC,GAAG,EAAE,aAVa;IAWlBC,MAAM,EAAE,KAXU;IAYlBC,OAAO,EAAE;EAZS,CA/BtB;EA6CEsB,2BAA2B,EAAE,CAAC,GAAD,CA7C/B;EA8CEpB,OAAO,EAAE,sBA9CX;EA+CEC,WAAW,EAAE,2BA/Cf;EAgDEC,WAAW,EAAE,EAhDf;EAiDEiB,kBAAkB,EAAE,0CAjDtB;EAkDEhB,MAAM,EAAE,2BAlDV;EAmDEC,OAAO,EAAE,2BAnDX;EAoDEC,OAAO,EAAE,gCApDX;EAqDEC,SAAS,EAAE,2BArDb;EAsDEC,SAAS,EAAE,4BAtDb;EAuDEC,IAAI,EAAE;IACJC,IAAI,EAAE,6BADF;IAEJC,GAAG,EAAE,aAFD;IAGJC,IAAI,EAAE,mBAHF;IAIJC,EAAE,EAAE;EAJA,CAvDR;EA6DEC,iBAAiB,EAAE;IACjBhB,MAAM,EAAE,MADS;IAEjBnC,IAAI,EAAE,aAFW;IAGjBoD,OAAO,EAAE,mBAHQ;IAIjBhB,OAAO,EAAE,OAJQ;IAKjBT,IAAI,EAAE,OALW;IAMjB0B,OAAO,EAAE,QANQ;IAOjBzB,cAAc,EAAE,QAPC;IAQjB0B,KAAK,EAAE,gBARU;IASjB7B,GAAG,EAAE,OATY;IAUjBS,GAAG,EAAE,aAVY;IAWjBF,KAAK,EAAE,gBAXU;IAYjBuB,WAAW,EAAE,eAZI;IAajBC,KAAK,EAAE;EAbU;AA7DrB,CAzK6B,EAsP7B;EACEzD,WAAW,EAAE,CADf;EAEEC,IAAI,EAAE,SAFR;EAGEyC,MAAM,EAAE,kCAHV;EAIEC,OAAO,EAAE,kCAJX;EAKEC,OAAO,EAAE,uCALX;EAMEG,IAAI,EAAE;IACJC,IAAI,EAAE,6BADF;IAEJC,GAAG,EAAE,aAFD;IAGJC,IAAI,EAAE,mBAHF;IAIJC,EAAE,EAAE;EAJA,CANR;EAYE/C,MAAM,EAAE;IACNC,OAAO,EAAE;EADH,CAZV;EAeE+C,iBAAiB,EAAE;IACjBhB,MAAM,EAAE,KADS;IAEjBnC,IAAI,EAAE,mBAFW;IAGjBoD,OAAO,EAAE,mBAHQ;IAIjBhB,OAAO,EAAE,OAJQ;IAKjBT,IAAI,EAAE,OALW;IAMjB0B,OAAO,EAAE,QANQ;IAOjBzB,cAAc,EAAE,SAPC;IAQjB0B,KAAK,EAAE,WARU;IASjB7B,GAAG,EAAE,OATY;IAUjBS,GAAG,EAAE,aAVY;IAWjBF,KAAK,EAAE,gBAXU;IAYjBuB,WAAW,EAAE,eAZI;IAajBC,KAAK,EAAE;EAbU;AAfrB,CAtP6B,CAAxB","names":["BrandClementine","idTypeBrand","name","urlS3","logoS3","colors","primary","listPhones","contact","qualite","social","juridique","listMails","administratif","app","bonjour","facturation","feedback","informatique","msd","noreply","paiement","rh","support","tva","wb","companyInformation","ape","bp","city","montantCapital","nomRaisonSociale","ECName","ECOrderCity","phone","postalAddress","rcs","statut","zipCode","idPrestationsListHidden","logoUrl","miniLogoUrl","hiddenPages","urlApp","urlApi1","urlApi2","urlExpert","urlClient","bank","IBAN","BIC","Name","Id","internalInvoicing","address","country","siret","vatIntracom","email","recaptchaSecretKey","idPrestationsListAuthorized"],"sourceRoot":"","sources":["../../../ts/types/Enum/BrandClementine.ts"],"sourcesContent":["export const BrandClementine = [\n {\n idTypeBrand: 1,\n name: 'Clementine',\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-clementine/',\n logoS3: 'config/72030539-45a0-57fb-a7bb-e151e7d2721b.svg',\n colors: {\n primary: '#ff7e3c',\n },\n listPhones: {\n contact: '03 83 93 14 14',\n qualite: '03 83 93 30 44',\n social: '03 83 93 16 20',\n juridique: '03 83 93 16 22',\n },\n listMails: {\n administratif: 'administratif@compta-clementine.fr',\n app: 'app@compta-clementine.fr',\n bonjour: 'bonjour@compta-clementine.fr',\n contact: 'contact@compta-clementine.fr',\n facturation: 'facturation@compta-clementine.fr',\n feedback: 'feedback@compta-clementine.fr',\n juridique: 'juridique@compta-clementine.fr',\n informatique: 'informatique@compta-clementine.fr',\n msd: 'msd@compta-clementine.fr',\n noreply: 'noreply@compta-clementine.fr',\n qualite: 'qualite@compta-clementine.fr',\n paiement: 'paiement@compta-clementine.fr',\n rh: 'rh@compta-clementine.fr',\n social: 'social@compta-clementine.fr',\n support: 'support@compta-clementine.fr',\n tva: 'tva@compta-clementine.fr',\n wb: 'wb@compta-clementine.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: 'BP 31029',\n city: 'Laxou',\n montantCapital: '500 000',\n nomRaisonSociale: 'EXPERTISE CHOIX B',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '03 83 93 14 14',\n postalAddress: '9, avenue du Rhin',\n rcs: '752 566 687',\n statut: 'SAS',\n zipCode: '54 520',\n },\n idPrestationsListHidden: [197], // TODO:\n logoUrl: 'logo-dark.svg',\n miniLogoUrl: 'logo.svg',\n hiddenPages: [],\n urlApp: 'https://app.compta-clementine.fr',\n urlApi1: 'https://api.compta-clementine.fr',\n urlApi2: 'https://api-next.compta-clementine.fr',\n urlExpert: 'https://expert.compta-clementine.fr',\n urlClient: 'https://www.compta-clementine.fr',\n bank: {\n IBAN: 'FR7616106840138646838239863',\n BIC: 'AGRIFRPP861',\n Name: 'Expertise Choix B',\n Id: 'FR91ZZZ617135',\n },\n internalInvoicing: {\n statut: 'SAS',\n name: 'EXPERTISE CHOIX B',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '500 000',\n siret: '752566687',\n ape: '6920Z',\n rcs: '752 566 687',\n phone: '03 83 93 14 14',\n vatIntracom: 'FR47752566687',\n email: 'facturation@compta-clementine.fr',\n },\n },\n {\n idTypeBrand: 2,\n name: 'Legalstart',\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-clementine/',\n colors: {\n primary: '#16a974',\n },\n listPhones: {\n contact: '01 76 39 00 60',\n qualite: '01 76 39 00 60',\n juridique: '01 76 39 00 60',\n },\n listMails: {\n contact: 'comptastart@legalstart.fr',\n },\n // companyInformation: {\n // ape: '5829C',\n // bp: '',\n // city: 'Paris',\n // montantCapital: '11 051,85',\n // nomRaisonSociale: 'Yolaw',\n // ECOrderCity: 'Nancy',\n // phone: '01 76 39 00 60',\n // postalAddress: '50, rue d\\'Hauteville',\n // rcs: '753 892 926',\n // statut: 'SAS',\n // zipCode: '75 010',\n // },\n companyInformation: {\n ape: '6920Z',\n bp: 'BP 31029',\n city: 'Laxou',\n montantCapital: '500 000',\n nomRaisonSociale: 'EXPERTISE CHOIX B',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '03 83 93 14 14',\n postalAddress: '9, avenue du Rhin',\n rcs: '752 566 687',\n statut: 'SAS',\n zipCode: '54 520',\n },\n idPrestationsListHidden: [197],\n logoUrl: 'logo-legalstart.svg',\n miniLogoUrl: 'logo-legalstart.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.compta-clementine.fr',\n urlApi1: 'https://api-legalstart.compta-clementine.fr',\n urlApi2: 'https://api-next-legalstart.compta-clementine.fr',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: 'https://www.compta-clementine.fr',\n bank: {\n IBAN: 'FR7616106840138646838239863',\n BIC: 'AGRIFRPP861',\n Name: 'Expertise Choix B',\n Id: 'FR91ZZZ617135',\n },\n internalInvoicing: {\n statut: 'SAS',\n name: 'EXPERTISE CHOIX B',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '500 000',\n siret: '752566687',\n ape: '6920Z',\n rcs: '752 566 687',\n phone: '03 83 93 14 14',\n vatIntracom: 'FR47752566687',\n email: 'facturation@compta-clementine.fr',\n },\n },\n {\n idTypeBrand: 3,\n name: 'BRED',\n colors: {\n primary: '#24315e',\n },\n urlApp: 'https://app.compta-clementine.fr',\n urlApi1: 'https://api.compta-clementine.fr',\n urlApi2: 'https://api-next.compta-clementine.fr',\n bank: {\n IBAN: 'FR7616106840138646838239863',\n BIC: 'AGRIFRPP861',\n Name: 'Expertise Choix B',\n Id: 'FR91ZZZ617135',\n },\n },\n {\n idTypeBrand: 4,\n name: 'Pourcentage',\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-clementine/',\n logoS3: 'config/pourcentage-logo.png',\n colors: {\n primary: '#1e6f5c',\n },\n listPhones: {\n contact: '01 86 90 82 15',\n qualite: '01 86 90 82 15',\n juridique: '01 86 90 82 15',\n },\n listMails: {\n administratif: 'administratif@pourcentage.fr',\n app: 'app@pourcentage.fr',\n bonjour: 'bonjour@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'feedback@pourcentage.fr',\n juridique: 'juridique@pourcentage.fr',\n informatique: 'informatique@pourcentage.fr',\n msd: 'msd@pourcentage.fr',\n noreply: 'noreply@pourcentage.fr',\n qualite: 'qualite@pourcentage.fr',\n paiement: 'paiement@pourcentage.fr',\n social: 'social@pourcentage.fr',\n support: 'support@pourcentage.fr',\n tva: 'tva@pourcentage.fr',\n wb: 'wb@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'Paris',\n montantCapital: '10 000',\n nomRaisonSociale: 'POURCENTAGE',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 82 15',\n postalAddress: '30, rue des Mathurins',\n rcs: '891 501 181',\n statut: 'SAS',\n zipCode: '75 008',\n },\n idPrestationsListAuthorized: [197],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG', // TODO:\n urlApp: 'https://app.comptalib.com',\n urlApi1: 'https://api.comptalib.com',\n urlApi2: 'https://api-next.comptalib.com',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n IBAN: 'FR7616106840138646838239863',\n BIC: 'AGRIFRPP861',\n Name: 'Expertise Choix B',\n Id: 'FR91ZZZ617135',\n },\n internalInvoicing: {\n statut: 'SASU',\n name: 'POURCENTAGE',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '10 000',\n siret: '89150118100020',\n ape: '6920Z',\n rcs: '891 501 181',\n phone: '03 83 93 14 14',\n vatIntracom: 'FR58891501181',\n email: 'facturation@pourcentage.fr',\n },\n },\n {\n idTypeBrand: 5,\n name: 'Kandbaz',\n urlApp: 'https://app.compta-clementine.fr',\n urlApi1: 'https://api.compta-clementine.fr',\n urlApi2: 'https://api-next.compta-clementine.fr',\n bank: {\n IBAN: 'FR7616106840138646838239863',\n BIC: 'AGRIFRPP861',\n Name: 'Expertise Choix B',\n Id: 'FR91ZZZ617135',\n },\n colors: {\n primary: '#f39a00',\n },\n internalInvoicing: {\n statut: 'SAS',\n name: 'EXPERTISE CHOIX B',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '500 000',\n siret: '752566687',\n ape: '6920Z',\n rcs: '752 566 687',\n phone: '03 83 93 14 14',\n vatIntracom: 'FR47752566687',\n email: 'facturation@compta-clementine.fr',\n },\n },\n];"]}
|
|
1
|
+
{"version":3,"file":"BrandClementine.js","mappings":"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","names":["BrandClementine","idTypeBrand","name","urlS3","logoS3","colors","primary","listPhones","contact","qualite","social","juridique","listMails","administratif","app","bonjour","facturation","feedback","informatique","msd","noreply","paiement","rh","support","tva","wb","companyInformation","ape","bp","city","montantCapital","nomRaisonSociale","ECName","ECOrderCity","phone","postalAddress","rcs","statut","zipCode","idPrestationsListHidden","logoUrl","miniLogoUrl","hiddenPages","urlApp","urlApi1","urlApi2","urlExpert","urlClient","bank","IBAN","BIC","Name","Id","internalInvoicing","address","country","siret","vatIntracom","email","webmail","domain","recaptchaSecretKey","idPrestationsListAuthorized"],"sourceRoot":"","sources":["../../../ts/types/Enum/BrandClementine.ts"],"sourcesContent":["export const BrandClementine = [\n {\n idTypeBrand: 1,\n name: 'Clementine',\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-clementine/',\n logoS3: 'config/72030539-45a0-57fb-a7bb-e151e7d2721b.svg',\n colors: {\n primary: '#ff7e3c',\n },\n listPhones: {\n contact: '03 83 93 14 14',\n qualite: '03 83 93 30 44',\n social: '03 83 93 16 20',\n juridique: '03 83 93 16 22',\n },\n listMails: {\n administratif: 'administratif@compta-clementine.fr',\n app: 'app@compta-clementine.fr',\n bonjour: 'bonjour@compta-clementine.fr',\n contact: 'contact@compta-clementine.fr',\n facturation: 'facturation@compta-clementine.fr',\n feedback: 'feedback@compta-clementine.fr',\n juridique: 'juridique@compta-clementine.fr',\n informatique: 'informatique@compta-clementine.fr',\n msd: 'msd@compta-clementine.fr',\n noreply: 'noreply@compta-clementine.fr',\n qualite: 'qualite@compta-clementine.fr',\n paiement: 'paiement@compta-clementine.fr',\n rh: 'rh@compta-clementine.fr',\n social: 'social@compta-clementine.fr',\n support: 'support@compta-clementine.fr',\n tva: 'tva@compta-clementine.fr',\n wb: 'wb@compta-clementine.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: 'BP 31029',\n city: 'Laxou',\n montantCapital: '500 000',\n nomRaisonSociale: 'EXPERTISE CHOIX B',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '03 83 93 14 14',\n postalAddress: '9, avenue du Rhin',\n rcs: '752 566 687',\n statut: 'SAS',\n zipCode: '54 520',\n },\n idPrestationsListHidden: [197], // TODO:\n logoUrl: 'logo-dark.svg',\n miniLogoUrl: 'logo.svg',\n hiddenPages: [],\n urlApp: 'https://app.compta-clementine.fr',\n urlApi1: 'https://api.compta-clementine.fr',\n urlApi2: 'https://api-next.compta-clementine.fr',\n urlExpert: 'https://expert.compta-clementine.fr',\n urlClient: 'https://www.compta-clementine.fr',\n bank: {\n IBAN: 'FR7616106840138646838239863',\n BIC: 'AGRIFRPP861',\n Name: 'Expertise Choix B',\n Id: 'FR91ZZZ617135',\n },\n internalInvoicing: {\n statut: 'SAS',\n name: 'EXPERTISE CHOIX B',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '500 000',\n siret: '752566687',\n ape: '6920Z',\n rcs: '752 566 687',\n phone: '03 83 93 14 14',\n vatIntracom: 'FR47752566687',\n email: 'facturation@compta-clementine.fr',\n },\n webmail: {\n domain: '@compta-clementine.fr',\n },\n },\n {\n idTypeBrand: 2,\n name: 'Legalstart',\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-clementine/',\n colors: {\n primary: '#16a974',\n },\n listPhones: {\n contact: '01 76 39 00 60',\n qualite: '01 76 39 00 60',\n juridique: '01 76 39 00 60',\n },\n listMails: {\n contact: 'comptastart@legalstart.fr',\n },\n // companyInformation: {\n // ape: '5829C',\n // bp: '',\n // city: 'Paris',\n // montantCapital: '11 051,85',\n // nomRaisonSociale: 'Yolaw',\n // ECOrderCity: 'Nancy',\n // phone: '01 76 39 00 60',\n // postalAddress: '50, rue d\\'Hauteville',\n // rcs: '753 892 926',\n // statut: 'SAS',\n // zipCode: '75 010',\n // },\n companyInformation: {\n ape: '6920Z',\n bp: 'BP 31029',\n city: 'Laxou',\n montantCapital: '500 000',\n nomRaisonSociale: 'EXPERTISE CHOIX B',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '03 83 93 14 14',\n postalAddress: '9, avenue du Rhin',\n rcs: '752 566 687',\n statut: 'SAS',\n zipCode: '54 520',\n },\n idPrestationsListHidden: [197],\n logoUrl: 'logo-legalstart.svg',\n miniLogoUrl: 'logo-legalstart.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.compta-clementine.fr',\n urlApi1: 'https://api-legalstart.compta-clementine.fr',\n urlApi2: 'https://api-next-legalstart.compta-clementine.fr',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: 'https://www.compta-clementine.fr',\n bank: {\n IBAN: 'FR7616106840138646838239863',\n BIC: 'AGRIFRPP861',\n Name: 'Expertise Choix B',\n Id: 'FR91ZZZ617135',\n },\n internalInvoicing: {\n statut: 'SAS',\n name: 'EXPERTISE CHOIX B',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '500 000',\n siret: '752566687',\n ape: '6920Z',\n rcs: '752 566 687',\n phone: '03 83 93 14 14',\n vatIntracom: 'FR47752566687',\n email: 'facturation@compta-clementine.fr',\n },\n },\n {\n idTypeBrand: 3,\n name: 'BRED',\n colors: {\n primary: '#24315e',\n },\n urlApp: 'https://app.compta-clementine.fr',\n urlApi1: 'https://api.compta-clementine.fr',\n urlApi2: 'https://api-next.compta-clementine.fr',\n bank: {\n IBAN: 'FR7616106840138646838239863',\n BIC: 'AGRIFRPP861',\n Name: 'Expertise Choix B',\n Id: 'FR91ZZZ617135',\n },\n },\n {\n idTypeBrand: 4,\n name: 'Pourcentage',\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-clementine/',\n logoS3: 'config/pourcentage-logo.png',\n colors: {\n primary: '#1e6f5c',\n },\n listPhones: {\n contact: '01 86 90 82 15',\n qualite: '01 86 90 82 15',\n juridique: '01 86 90 82 15',\n },\n listMails: {\n administratif: 'administratif@pourcentage.fr',\n app: 'app@pourcentage.fr',\n bonjour: 'bonjour@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'feedback@pourcentage.fr',\n juridique: 'juridique@pourcentage.fr',\n informatique: 'informatique@pourcentage.fr',\n msd: 'msd@pourcentage.fr',\n noreply: 'noreply@pourcentage.fr',\n qualite: 'qualite@pourcentage.fr',\n paiement: 'paiement@pourcentage.fr',\n social: 'social@pourcentage.fr',\n support: 'support@pourcentage.fr',\n tva: 'tva@pourcentage.fr',\n wb: 'wb@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'Paris',\n montantCapital: '10 000',\n nomRaisonSociale: 'POURCENTAGE',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 82 15',\n postalAddress: '30, rue des Mathurins',\n rcs: '891 501 181',\n statut: 'SAS',\n zipCode: '75 008',\n },\n idPrestationsListAuthorized: [197],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG', // TODO:\n urlApp: 'https://app.comptalib.com',\n urlApi1: 'https://api.comptalib.com',\n urlApi2: 'https://api-next.comptalib.com',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n IBAN: 'FR7616106840138646838239863',\n BIC: 'AGRIFRPP861',\n Name: 'Expertise Choix B',\n Id: 'FR91ZZZ617135',\n },\n internalInvoicing: {\n statut: 'SASU',\n name: 'POURCENTAGE',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '10 000',\n siret: '89150118100020',\n ape: '6920Z',\n rcs: '891 501 181',\n phone: '03 83 93 14 14',\n vatIntracom: 'FR58891501181',\n email: 'facturation@pourcentage.fr',\n },\n webmail: {\n domain: '@pourcentage.fr',\n },\n },\n {\n idTypeBrand: 5,\n name: 'Kandbaz',\n urlApp: 'https://app.compta-clementine.fr',\n urlApi1: 'https://api.compta-clementine.fr',\n urlApi2: 'https://api-next.compta-clementine.fr',\n bank: {\n IBAN: 'FR7616106840138646838239863',\n BIC: 'AGRIFRPP861',\n Name: 'Expertise Choix B',\n Id: 'FR91ZZZ617135',\n },\n colors: {\n primary: '#f39a00',\n },\n internalInvoicing: {\n statut: 'SAS',\n name: 'EXPERTISE CHOIX B',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '500 000',\n siret: '752566687',\n ape: '6920Z',\n rcs: '752 566 687',\n phone: '03 83 93 14 14',\n vatIntracom: 'FR47752566687',\n email: 'facturation@compta-clementine.fr',\n },\n },\n];"]}
|
|
@@ -131,6 +131,9 @@ const BrandComptalib = exports.BrandComptalib = [{
|
|
|
131
131
|
phone: '03 83 93 14 14',
|
|
132
132
|
vatIntracom: 'FR58891501181',
|
|
133
133
|
email: 'facturation@pourcentage.fr'
|
|
134
|
+
},
|
|
135
|
+
webmail: {
|
|
136
|
+
domain: '@pourcentage.fr'
|
|
134
137
|
}
|
|
135
138
|
}, {
|
|
136
139
|
idTypeBrand: 3,
|
|
@@ -204,6 +207,9 @@ const BrandComptalib = exports.BrandComptalib = [{
|
|
|
204
207
|
phone: '03 83 93 14 14',
|
|
205
208
|
vatIntracom: 'FR58891501181',
|
|
206
209
|
email: 'bonjour@comptalib.com'
|
|
210
|
+
},
|
|
211
|
+
webmail: {
|
|
212
|
+
domain: '@lecomptablefrancais.fr'
|
|
207
213
|
}
|
|
208
214
|
}, {
|
|
209
215
|
idTypeBrand: 4,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BrandComptalib.js","mappings":"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","names":["BrandComptalib","idTypeBrand","name","urlS3","logoS3","colors","primary","listPhones","contact","qualite","juridique","listMails","administratif","app","bonjour","facturation","feedback","informatique","msd","noreply","paiement","rh","social","support","tva","wb","companyInformation","ape","bp","city","montantCapital","nomRaisonSociale","ECOrderCity","phone","postalAddress","rcs","statut","zipCode","idPrestationsListAuthorized","logoUrl","miniLogoUrl","hiddenPages","recaptchaSecretKey","urlApp","urlExpert","urlClient","ECName","urlApi1","urlApi2","bank","IBAN","BIC","Name","Id","internalInvoicing","address","country","siret","vatIntracom","email"],"sourceRoot":"","sources":["../../../ts/types/Enum/BrandComptalib.ts"],"sourcesContent":["export const BrandComptalib = [\n {\n idTypeBrand: 1,\n name: 'Comptalib',\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-comptalib/',\n logoS3: 'config/72030539-45a0-57fb-a7bb-e151e7d2721b.svg',\n colors: {\n primary: '#1656ff',\n },\n listPhones: {\n contact: '01 86 90 92 80',\n qualite: '01 86 90 92 80',\n juridique: '01 86 90 92 80',\n },\n listMails: {\n administratif: 'contact@comptalib.com',\n app: 'contact@comptalib.com',\n bonjour: 'contact@comptalib.com',\n contact: 'contact@comptalib.com',\n facturation: 'contact@comptalib.com',\n feedback: 'contact@comptalib.com',\n juridique: 'contact@comptalib.com',\n informatique: 'contact@comptalib.com',\n msd: 'contact@comptalib.com',\n noreply: 'noreply@comptalib.com',\n qualite: 'contact@comptalib.com',\n paiement: 'contact@comptalib.com',\n rh: 'contact@comptalib.com',\n social: 'contact@comptalib.com',\n support: 'support@comptalib.com',\n tva: 'contact@comptalib.com',\n wb: 'contact@comptalib.com',\n },\n companyInformation: {\n ape: '6201Z',\n bp: '',\n city: 'Paris',\n montantCapital: '10 000',\n nomRaisonSociale: 'COMPTALIB',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 92 80',\n postalAddress: '30, rue des Mathurins',\n rcs: '808 070 726',\n statut: 'SAS',\n zipCode: '75 008',\n },\n idPrestationsListAuthorized: [197],\n logoUrl: 'logo-comptalib.svg',\n miniLogoUrl: 'logo-comptalib.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.comptalib.com',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: '',\n },\n {\n idTypeBrand: 2,\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-comptalib/',\n logoS3: 'config/pourcentage-logo.png',\n name: 'Pourcentage',\n colors: {\n primary: '#1e6f5c',\n },\n listPhones: {\n contact: '01 86 90 82 15',\n qualite: '01 86 90 82 15',\n juridique: '01 86 90 82 15',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'contact@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n juridique: 'contact@pourcentage.fr',\n informatique: 'contact@pourcentage.fr',\n msd: 'contact@pourcentage.fr',\n noreply: 'contact@pourcentage.fr',\n qualite: 'contact@pourcentage.fr',\n paiement: 'contact@pourcentage.fr',\n social: 'contact@pourcentage.fr',\n support: 'contact@pourcentage.fr',\n tva: 'contact@pourcentage.fr',\n wb: 'contact@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'Paris',\n montantCapital: '10 000',\n nomRaisonSociale: 'POURCENTAGE',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 82 15',\n postalAddress: '30, rue des Mathurins',\n rcs: '891 501 181',\n statut: 'SAS',\n zipCode: '75 008',\n },\n idPrestationsListAuthorized: [197],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.pourcentage.fr',\n urlApi1: 'https://api.comptalib.com',\n urlApi2: 'https://api-next.comptalib.com',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n IBAN: 'FR7616106010019601826952765',\n BIC: 'AGRIFRPP861',\n Name: 'POURCENTAGE',\n Id: 'FR57ZZZ878E61',\n },\n internalInvoicing: {\n statut: 'SASU',\n name: 'POURCENTAGE',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '10 000',\n siret: '89150118100020',\n ape: '6920Z',\n rcs: '891 501 181',\n phone: '03 83 93 14 14',\n vatIntracom: 'FR58891501181',\n email: 'facturation@pourcentage.fr',\n },\n },\n {\n idTypeBrand: 3,\n name: 'Le Comptable Français',\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-comptalib/',\n logoS3: 'config/le-comptable-francais-logo.png',\n colors: {\n primary: '#191237',\n },\n listPhones: {\n contact: '01 86 90 92 80',\n qualite: '01 86 90 92 80',\n juridique: '01 86 90 92 80',\n },\n listMails: {\n administratif: 'contact@comptalib.com',\n app: 'contact@comptalib.com',\n bonjour: 'contact@comptalib.com',\n contact: 'contact@comptalib.com',\n facturation: 'contact@comptalib.com',\n feedback: 'contact@comptalib.com',\n juridique: 'contact@comptalib.com',\n informatique: 'contact@comptalib.com',\n msd: 'contact@comptalib.com',\n noreply: 'noreply@comptalib.com',\n qualite: 'contact@comptalib.com',\n paiement: 'contact@comptalib.com',\n social: 'contact@comptalib.com',\n support: 'support@comptalib.com',\n tva: 'contact@comptalib.com',\n wb: 'contact@comptalib.com',\n },\n companyInformation: {\n ape: '6201Z',\n bp: '',\n city: 'Paris',\n montantCapital: '10 000',\n nomRaisonSociale: 'Le Comptable Français',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 92 80',\n postalAddress: '30, rue des Mathurins',\n rcs: '808 070 726',\n statut: 'SAS',\n zipCode: '75 008',\n },\n idPrestationsListAuthorized: [201, 202, 203],\n logoUrl: 'logo-lcf.svg',\n miniLogoUrl: 'logo-lcf.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6LdZneUUAAAAAKfiwC_JFWOlzc_0YYKHQJgSveRP',\n urlApp: 'https://app.lecomptablefrancais.fr',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: '',\n bank: {\n IBAN: 'FR7616106010019601826952765',\n BIC: 'AGRIFRPP861',\n Name: 'POURCENTAGE',\n Id: 'FR57ZZZ878E61',\n },\n internalInvoicing: {\n statut: 'SASU',\n name: 'POURCENTAGE',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '10 000',\n siret: '89150118100020',\n ape: '6920Z',\n rcs: '891 501 181',\n phone: '03 83 93 14 14',\n vatIntracom: 'FR58891501181',\n email: 'bonjour@comptalib.com',\n },\n },\n {\n idTypeBrand: 4,\n name: 'AEC54',\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-comptalib/',\n logoS3: 'config/logo-aec.png',\n colors: {\n primary: '#6900AE',\n },\n listPhones: {\n contact: '03 83 25 82 20',\n qualite: '03 83 25 82 20',\n juridique: '03 83 25 82 20',\n },\n listMails: {\n administratif: 'bonjour@aec54.com',\n app: 'bonjour@aec54.com',\n bonjour: 'bonjour@aec54.com',\n contact: 'bonjour@aec54.com',\n facturation: 'bonjour@aec54.com',\n feedback: 'bonjour@aec54.com',\n juridique: 'bonjour@aec54.com',\n informatique: 'bonjour@aec54.com',\n msd: 'bonjour@aec54.com',\n noreply: 'bonjour@aec54.com',\n qualite: 'bonjour@aec54.com',\n paiement: 'bonjour@aec54.com',\n social: 'bonjour@aec54.com',\n support: 'bonjour@aec54.com',\n tva: 'bonjour@aec54.com',\n wb: 'bonjour@aec54.com',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'Laxou',\n montantCapital: '7 622',\n nomRaisonSociale: 'AEC',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '03 83 25 82 20',\n postalAddress: '9 avenue du Rhin 54520 LAXOU',\n rcs: '315 519 587',\n statut: 'SARL',\n zipCode: '54 520',\n },\n idPrestationsListAuthorized: [197, 205],\n logoUrl: 'logo-aec.png',\n miniLogoUrl: 'logo-aec.png',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.aec54.com',\n urlApi1: 'https://api.comptalib.com',\n urlApi2: 'https://api-next.comptalib.com',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: 'https://www.aec54.com/',\n bank: {\n IBAN: '',\n BIC: '',\n Name: '',\n Id: '',\n },\n internalInvoicing: {\n statut: 'SARL',\n name: 'AEC',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '7 622',\n siret: '31551958700069',\n ape: '6920Z',\n rcs: '315 519 587',\n phone: '03 83 25 82 20',\n vatIntracom: 'FR84315519587',\n email: 'bonjour@aec54.com',\n },\n },\n];"]}
|
|
1
|
+
{"version":3,"file":"BrandComptalib.js","mappings":";;;;;AAAO,MAAMA,cAAc,WAAdA,cAAc,GAAG,CAC5B;EACEC,WAAW,EAAE,CADf;EAEEC,IAAI,EAAE,WAFR;EAGEC,KAAK,EAAE,yDAHT;EAIEC,MAAM,EAAE,iDAJV;EAKEC,MAAM,EAAE;IACNC,OAAO,EAAE;EADH,CALV;EAQEC,UAAU,EAAE;IACVC,OAAO,EAAE,gBADC;IAEVC,OAAO,EAAE,gBAFC;IAGVC,SAAS,EAAE;EAHD,CARd;EAaEC,SAAS,EAAE;IACTC,aAAa,EAAE,uBADN;IAETC,GAAG,EAAE,uBAFI;IAGTC,OAAO,EAAE,uBAHA;IAITN,OAAO,EAAE,uBAJA;IAKTO,WAAW,EAAE,uBALJ;IAMTC,QAAQ,EAAE,uBAND;IAOTN,SAAS,EAAE,uBAPF;IAQTO,YAAY,EAAE,uBARL;IASTC,GAAG,EAAE,uBATI;IAUTC,OAAO,EAAE,uBAVA;IAWTV,OAAO,EAAE,uBAXA;IAYTW,QAAQ,EAAE,uBAZD;IAaTC,EAAE,EAAE,uBAbK;IAcTC,MAAM,EAAE,uBAdC;IAeTC,OAAO,EAAE,uBAfA;IAgBTC,GAAG,EAAE,uBAhBI;IAiBTC,EAAE,EAAE;EAjBK,CAbb;EAgCEC,kBAAkB,EAAE;IAClBC,GAAG,EAAE,OADa;IAElBC,EAAE,EAAE,EAFc;IAGlBC,IAAI,EAAE,OAHY;IAIlBC,cAAc,EAAE,QAJE;IAKlBC,gBAAgB,EAAE,WALA;IAMlBC,WAAW,EAAE,OANK;IAOlBC,KAAK,EAAE,gBAPW;IAQlBC,aAAa,EAAE,uBARG;IASlBC,GAAG,EAAE,aATa;IAUlBC,MAAM,EAAE,KAVU;IAWlBC,OAAO,EAAE;EAXS,CAhCtB;EA6CEC,2BAA2B,EAAE,CAAC,GAAD,CA7C/B;EA8CEC,OAAO,EAAE,oBA9CX;EA+CEC,WAAW,EAAE,oBA/Cf;EAgDEC,WAAW,EAAE,EAhDf;EAiDEC,kBAAkB,EAAE,0CAjDtB;EAkDEC,MAAM,EAAE,2BAlDV;EAmDEC,SAAS,EAAE,2BAnDb;EAoDEC,SAAS,EAAE;AApDb,CAD4B,EAuD5B;EACE5C,WAAW,EAAE,CADf;EAEEE,KAAK,EAAE,yDAFT;EAGEC,MAAM,EAAE,6BAHV;EAIEF,IAAI,EAAE,aAJR;EAKEG,MAAM,EAAE;IACNC,OAAO,EAAE;EADH,CALV;EAQEC,UAAU,EAAE;IACVC,OAAO,EAAE,gBADC;IAEVC,OAAO,EAAE,gBAFC;IAGVC,SAAS,EAAE;EAHD,CARd;EAaEC,SAAS,EAAE;IACTC,aAAa,EAAE,wBADN;IAETC,GAAG,EAAE,wBAFI;IAGTC,OAAO,EAAE,wBAHA;IAITN,OAAO,EAAE,wBAJA;IAKTO,WAAW,EAAE,4BALJ;IAMTC,QAAQ,EAAE,wBAND;IAOTN,SAAS,EAAE,wBAPF;IAQTO,YAAY,EAAE,wBARL;IASTC,GAAG,EAAE,wBATI;IAUTC,OAAO,EAAE,wBAVA;IAWTV,OAAO,EAAE,wBAXA;IAYTW,QAAQ,EAAE,wBAZD;IAaTE,MAAM,EAAE,wBAbC;IAcTC,OAAO,EAAE,wBAdA;IAeTC,GAAG,EAAE,wBAfI;IAgBTC,EAAE,EAAE;EAhBK,CAbb;EA+BEC,kBAAkB,EAAE;IAClBC,GAAG,EAAE,OADa;IAElBC,EAAE,EAAE,EAFc;IAGlBC,IAAI,EAAE,OAHY;IAIlBC,cAAc,EAAE,QAJE;IAKlBC,gBAAgB,EAAE,aALA;IAMlBe,MAAM,EAAE,sBANU;IAOlBd,WAAW,EAAE,OAPK;IAQlBC,KAAK,EAAE,gBARW;IASlBC,aAAa,EAAE,uBATG;IAUlBC,GAAG,EAAE,aAVa;IAWlBC,MAAM,EAAE,KAXU;IAYlBC,OAAO,EAAE;EAZS,CA/BtB;EA6CEC,2BAA2B,EAAE,CAAC,GAAD,CA7C/B;EA8CEC,OAAO,EAAE,sBA9CX;EA+CEC,WAAW,EAAE,2BA/Cf;EAgDEC,WAAW,EAAE,EAhDf;EAiDEC,kBAAkB,EAAE,0CAjDtB;EAkDEC,MAAM,EAAE,4BAlDV;EAmDEI,OAAO,EAAE,2BAnDX;EAoDEC,OAAO,EAAE,gCApDX;EAqDEJ,SAAS,EAAE,2BArDb;EAsDEC,SAAS,EAAE,4BAtDb;EAuDEI,IAAI,EAAE;IACJC,IAAI,EAAE,6BADF;IAEJC,GAAG,EAAE,aAFD;IAGJC,IAAI,EAAE,aAHF;IAIJC,EAAE,EAAE;EAJA,CAvDR;EA6DEC,iBAAiB,EAAE;IACjBlB,MAAM,EAAE,MADS;IAEjBlC,IAAI,EAAE,aAFW;IAGjBqD,OAAO,EAAE,mBAHQ;IAIjBlB,OAAO,EAAE,OAJQ;IAKjBR,IAAI,EAAE,OALW;IAMjB2B,OAAO,EAAE,QANQ;IAOjB1B,cAAc,EAAE,QAPC;IAQjB2B,KAAK,EAAE,gBARU;IASjB9B,GAAG,EAAE,OATY;IAUjBQ,GAAG,EAAE,aAVY;IAWjBF,KAAK,EAAE,gBAXU;IAYjByB,WAAW,EAAE,eAZI;IAajBC,KAAK,EAAE;EAbU,CA7DrB;EA4EEC,OAAO,EAAE;IACPC,MAAM,EAAE;EADD;AA5EX,CAvD4B,EAuI5B;EACE5D,WAAW,EAAE,CADf;EAEEC,IAAI,EAAE,uBAFR;EAGEC,KAAK,EAAE,yDAHT;EAIEC,MAAM,EAAE,uCAJV;EAKEC,MAAM,EAAE;IACNC,OAAO,EAAE;EADH,CALV;EAQEC,UAAU,EAAE;IACVC,OAAO,EAAE,gBADC;IAEVC,OAAO,EAAE,gBAFC;IAGVC,SAAS,EAAE;EAHD,CARd;EAaEC,SAAS,EAAE;IACTC,aAAa,EAAE,uBADN;IAETC,GAAG,EAAE,uBAFI;IAGTC,OAAO,EAAE,uBAHA;IAITN,OAAO,EAAE,uBAJA;IAKTO,WAAW,EAAE,uBALJ;IAMTC,QAAQ,EAAE,uBAND;IAOTN,SAAS,EAAE,uBAPF;IAQTO,YAAY,EAAE,uBARL;IASTC,GAAG,EAAE,uBATI;IAUTC,OAAO,EAAE,uBAVA;IAWTV,OAAO,EAAE,uBAXA;IAYTW,QAAQ,EAAE,uBAZD;IAaTE,MAAM,EAAE,uBAbC;IAcTC,OAAO,EAAE,uBAdA;IAeTC,GAAG,EAAE,uBAfI;IAgBTC,EAAE,EAAE;EAhBK,CAbb;EA+BEC,kBAAkB,EAAE;IAClBC,GAAG,EAAE,OADa;IAElBC,EAAE,EAAE,EAFc;IAGlBC,IAAI,EAAE,OAHY;IAIlBC,cAAc,EAAE,QAJE;IAKlBC,gBAAgB,EAAE,uBALA;IAMlBC,WAAW,EAAE,OANK;IAOlBC,KAAK,EAAE,gBAPW;IAQlBC,aAAa,EAAE,uBARG;IASlBC,GAAG,EAAE,aATa;IAUlBC,MAAM,EAAE,KAVU;IAWlBC,OAAO,EAAE;EAXS,CA/BtB;EA4CEC,2BAA2B,EAAE,CAAC,GAAD,EAAM,GAAN,EAAW,GAAX,CA5C/B;EA6CEC,OAAO,EAAE,cA7CX;EA8CEC,WAAW,EAAE,cA9Cf;EA+CEC,WAAW,EAAE,EA/Cf;EAgDEC,kBAAkB,EAAE,0CAhDtB;EAiDEC,MAAM,EAAE,oCAjDV;EAkDEC,SAAS,EAAE,2BAlDb;EAmDEC,SAAS,EAAE,EAnDb;EAoDEI,IAAI,EAAE;IACJC,IAAI,EAAE,6BADF;IAEJC,GAAG,EAAE,aAFD;IAGJC,IAAI,EAAE,aAHF;IAIJC,EAAE,EAAE;EAJA,CApDR;EA0DEC,iBAAiB,EAAE;IACjBlB,MAAM,EAAE,MADS;IAEjBlC,IAAI,EAAE,aAFW;IAGjBqD,OAAO,EAAE,mBAHQ;IAIjBlB,OAAO,EAAE,OAJQ;IAKjBR,IAAI,EAAE,OALW;IAMjB2B,OAAO,EAAE,QANQ;IAOjB1B,cAAc,EAAE,QAPC;IAQjB2B,KAAK,EAAE,gBARU;IASjB9B,GAAG,EAAE,OATY;IAUjBQ,GAAG,EAAE,aAVY;IAWjBF,KAAK,EAAE,gBAXU;IAYjByB,WAAW,EAAE,eAZI;IAajBC,KAAK,EAAE;EAbU,CA1DrB;EAyEEC,OAAO,EAAE;IACPC,MAAM,EAAE;EADD;AAzEX,CAvI4B,EAoN5B;EACE5D,WAAW,EAAE,CADf;EAEEC,IAAI,EAAE,OAFR;EAGEC,KAAK,EAAE,yDAHT;EAIEC,MAAM,EAAE,qBAJV;EAKEC,MAAM,EAAE;IACNC,OAAO,EAAE;EADH,CALV;EAQEC,UAAU,EAAE;IACVC,OAAO,EAAE,gBADC;IAEVC,OAAO,EAAE,gBAFC;IAGVC,SAAS,EAAE;EAHD,CARd;EAaEC,SAAS,EAAE;IACTC,aAAa,EAAE,mBADN;IAETC,GAAG,EAAE,mBAFI;IAGTC,OAAO,EAAE,mBAHA;IAITN,OAAO,EAAE,mBAJA;IAKTO,WAAW,EAAE,mBALJ;IAMTC,QAAQ,EAAE,mBAND;IAOTN,SAAS,EAAE,mBAPF;IAQTO,YAAY,EAAE,mBARL;IASTC,GAAG,EAAE,mBATI;IAUTC,OAAO,EAAE,mBAVA;IAWTV,OAAO,EAAE,mBAXA;IAYTW,QAAQ,EAAE,mBAZD;IAaTE,MAAM,EAAE,mBAbC;IAcTC,OAAO,EAAE,mBAdA;IAeTC,GAAG,EAAE,mBAfI;IAgBTC,EAAE,EAAE;EAhBK,CAbb;EA+BEC,kBAAkB,EAAE;IAClBC,GAAG,EAAE,OADa;IAElBC,EAAE,EAAE,EAFc;IAGlBC,IAAI,EAAE,OAHY;IAIlBC,cAAc,EAAE,OAJE;IAKlBC,gBAAgB,EAAE,KALA;IAMlBe,MAAM,EAAE,sBANU;IAOlBd,WAAW,EAAE,OAPK;IAQlBC,KAAK,EAAE,gBARW;IASlBC,aAAa,EAAE,8BATG;IAUlBC,GAAG,EAAE,aAVa;IAWlBC,MAAM,EAAE,MAXU;IAYlBC,OAAO,EAAE;EAZS,CA/BtB;EA6CEC,2BAA2B,EAAE,CAAC,GAAD,EAAM,GAAN,CA7C/B;EA8CEC,OAAO,EAAE,cA9CX;EA+CEC,WAAW,EAAE,cA/Cf;EAgDEC,WAAW,EAAE,EAhDf;EAiDEC,kBAAkB,EAAE,0CAjDtB;EAkDEC,MAAM,EAAE,uBAlDV;EAmDEI,OAAO,EAAE,2BAnDX;EAoDEC,OAAO,EAAE,gCApDX;EAqDEJ,SAAS,EAAE,2BArDb;EAsDEC,SAAS,EAAE,wBAtDb;EAuDEI,IAAI,EAAE;IACJC,IAAI,EAAE,EADF;IAEJC,GAAG,EAAE,EAFD;IAGJC,IAAI,EAAE,EAHF;IAIJC,EAAE,EAAE;EAJA,CAvDR;EA6DEC,iBAAiB,EAAE;IACjBlB,MAAM,EAAE,MADS;IAEjBlC,IAAI,EAAE,KAFW;IAGjBqD,OAAO,EAAE,mBAHQ;IAIjBlB,OAAO,EAAE,OAJQ;IAKjBR,IAAI,EAAE,OALW;IAMjB2B,OAAO,EAAE,QANQ;IAOjB1B,cAAc,EAAE,OAPC;IAQjB2B,KAAK,EAAE,gBARU;IASjB9B,GAAG,EAAE,OATY;IAUjBQ,GAAG,EAAE,aAVY;IAWjBF,KAAK,EAAE,gBAXU;IAYjByB,WAAW,EAAE,eAZI;IAajBC,KAAK,EAAE;EAbU;AA7DrB,CApN4B,CAAvB","names":["BrandComptalib","idTypeBrand","name","urlS3","logoS3","colors","primary","listPhones","contact","qualite","juridique","listMails","administratif","app","bonjour","facturation","feedback","informatique","msd","noreply","paiement","rh","social","support","tva","wb","companyInformation","ape","bp","city","montantCapital","nomRaisonSociale","ECOrderCity","phone","postalAddress","rcs","statut","zipCode","idPrestationsListAuthorized","logoUrl","miniLogoUrl","hiddenPages","recaptchaSecretKey","urlApp","urlExpert","urlClient","ECName","urlApi1","urlApi2","bank","IBAN","BIC","Name","Id","internalInvoicing","address","country","siret","vatIntracom","email","webmail","domain"],"sourceRoot":"","sources":["../../../ts/types/Enum/BrandComptalib.ts"],"sourcesContent":["export const BrandComptalib = [\n {\n idTypeBrand: 1,\n name: 'Comptalib',\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-comptalib/',\n logoS3: 'config/72030539-45a0-57fb-a7bb-e151e7d2721b.svg',\n colors: {\n primary: '#1656ff',\n },\n listPhones: {\n contact: '01 86 90 92 80',\n qualite: '01 86 90 92 80',\n juridique: '01 86 90 92 80',\n },\n listMails: {\n administratif: 'contact@comptalib.com',\n app: 'contact@comptalib.com',\n bonjour: 'contact@comptalib.com',\n contact: 'contact@comptalib.com',\n facturation: 'contact@comptalib.com',\n feedback: 'contact@comptalib.com',\n juridique: 'contact@comptalib.com',\n informatique: 'contact@comptalib.com',\n msd: 'contact@comptalib.com',\n noreply: 'noreply@comptalib.com',\n qualite: 'contact@comptalib.com',\n paiement: 'contact@comptalib.com',\n rh: 'contact@comptalib.com',\n social: 'contact@comptalib.com',\n support: 'support@comptalib.com',\n tva: 'contact@comptalib.com',\n wb: 'contact@comptalib.com',\n },\n companyInformation: {\n ape: '6201Z',\n bp: '',\n city: 'Paris',\n montantCapital: '10 000',\n nomRaisonSociale: 'COMPTALIB',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 92 80',\n postalAddress: '30, rue des Mathurins',\n rcs: '808 070 726',\n statut: 'SAS',\n zipCode: '75 008',\n },\n idPrestationsListAuthorized: [197],\n logoUrl: 'logo-comptalib.svg',\n miniLogoUrl: 'logo-comptalib.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.comptalib.com',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: '',\n },\n {\n idTypeBrand: 2,\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-comptalib/',\n logoS3: 'config/pourcentage-logo.png',\n name: 'Pourcentage',\n colors: {\n primary: '#1e6f5c',\n },\n listPhones: {\n contact: '01 86 90 82 15',\n qualite: '01 86 90 82 15',\n juridique: '01 86 90 82 15',\n },\n listMails: {\n administratif: 'contact@pourcentage.fr',\n app: 'contact@pourcentage.fr',\n bonjour: 'contact@pourcentage.fr',\n contact: 'contact@pourcentage.fr',\n facturation: 'facturation@pourcentage.fr',\n feedback: 'contact@pourcentage.fr',\n juridique: 'contact@pourcentage.fr',\n informatique: 'contact@pourcentage.fr',\n msd: 'contact@pourcentage.fr',\n noreply: 'contact@pourcentage.fr',\n qualite: 'contact@pourcentage.fr',\n paiement: 'contact@pourcentage.fr',\n social: 'contact@pourcentage.fr',\n support: 'contact@pourcentage.fr',\n tva: 'contact@pourcentage.fr',\n wb: 'contact@pourcentage.fr',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'Paris',\n montantCapital: '10 000',\n nomRaisonSociale: 'POURCENTAGE',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 82 15',\n postalAddress: '30, rue des Mathurins',\n rcs: '891 501 181',\n statut: 'SAS',\n zipCode: '75 008',\n },\n idPrestationsListAuthorized: [197],\n logoUrl: 'logo-pourcentage.svg',\n miniLogoUrl: 'logo-pourcentage-mini.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.pourcentage.fr',\n urlApi1: 'https://api.comptalib.com',\n urlApi2: 'https://api-next.comptalib.com',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: 'https://www.pourcentage.fr',\n bank: {\n IBAN: 'FR7616106010019601826952765',\n BIC: 'AGRIFRPP861',\n Name: 'POURCENTAGE',\n Id: 'FR57ZZZ878E61',\n },\n internalInvoicing: {\n statut: 'SASU',\n name: 'POURCENTAGE',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '10 000',\n siret: '89150118100020',\n ape: '6920Z',\n rcs: '891 501 181',\n phone: '03 83 93 14 14',\n vatIntracom: 'FR58891501181',\n email: 'facturation@pourcentage.fr',\n },\n webmail: {\n domain: '@pourcentage.fr',\n },\n },\n {\n idTypeBrand: 3,\n name: 'Le Comptable Français',\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-comptalib/',\n logoS3: 'config/le-comptable-francais-logo.png',\n colors: {\n primary: '#191237',\n },\n listPhones: {\n contact: '01 86 90 92 80',\n qualite: '01 86 90 92 80',\n juridique: '01 86 90 92 80',\n },\n listMails: {\n administratif: 'contact@comptalib.com',\n app: 'contact@comptalib.com',\n bonjour: 'contact@comptalib.com',\n contact: 'contact@comptalib.com',\n facturation: 'contact@comptalib.com',\n feedback: 'contact@comptalib.com',\n juridique: 'contact@comptalib.com',\n informatique: 'contact@comptalib.com',\n msd: 'contact@comptalib.com',\n noreply: 'noreply@comptalib.com',\n qualite: 'contact@comptalib.com',\n paiement: 'contact@comptalib.com',\n social: 'contact@comptalib.com',\n support: 'support@comptalib.com',\n tva: 'contact@comptalib.com',\n wb: 'contact@comptalib.com',\n },\n companyInformation: {\n ape: '6201Z',\n bp: '',\n city: 'Paris',\n montantCapital: '10 000',\n nomRaisonSociale: 'Le Comptable Français',\n ECOrderCity: 'Nancy',\n phone: '01 86 90 92 80',\n postalAddress: '30, rue des Mathurins',\n rcs: '808 070 726',\n statut: 'SAS',\n zipCode: '75 008',\n },\n idPrestationsListAuthorized: [201, 202, 203],\n logoUrl: 'logo-lcf.svg',\n miniLogoUrl: 'logo-lcf.svg',\n hiddenPages: [],\n recaptchaSecretKey: '6LdZneUUAAAAAKfiwC_JFWOlzc_0YYKHQJgSveRP',\n urlApp: 'https://app.lecomptablefrancais.fr',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: '',\n bank: {\n IBAN: 'FR7616106010019601826952765',\n BIC: 'AGRIFRPP861',\n Name: 'POURCENTAGE',\n Id: 'FR57ZZZ878E61',\n },\n internalInvoicing: {\n statut: 'SASU',\n name: 'POURCENTAGE',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '10 000',\n siret: '89150118100020',\n ape: '6920Z',\n rcs: '891 501 181',\n phone: '03 83 93 14 14',\n vatIntracom: 'FR58891501181',\n email: 'bonjour@comptalib.com',\n },\n webmail: {\n domain: '@lecomptablefrancais.fr',\n },\n },\n {\n idTypeBrand: 4,\n name: 'AEC54',\n urlS3: 'https://s3.eu-west-3.amazonaws.com/resources-comptalib/',\n logoS3: 'config/logo-aec.png',\n colors: {\n primary: '#6900AE',\n },\n listPhones: {\n contact: '03 83 25 82 20',\n qualite: '03 83 25 82 20',\n juridique: '03 83 25 82 20',\n },\n listMails: {\n administratif: 'bonjour@aec54.com',\n app: 'bonjour@aec54.com',\n bonjour: 'bonjour@aec54.com',\n contact: 'bonjour@aec54.com',\n facturation: 'bonjour@aec54.com',\n feedback: 'bonjour@aec54.com',\n juridique: 'bonjour@aec54.com',\n informatique: 'bonjour@aec54.com',\n msd: 'bonjour@aec54.com',\n noreply: 'bonjour@aec54.com',\n qualite: 'bonjour@aec54.com',\n paiement: 'bonjour@aec54.com',\n social: 'bonjour@aec54.com',\n support: 'bonjour@aec54.com',\n tva: 'bonjour@aec54.com',\n wb: 'bonjour@aec54.com',\n },\n companyInformation: {\n ape: '6920Z',\n bp: '',\n city: 'Laxou',\n montantCapital: '7 622',\n nomRaisonSociale: 'AEC',\n ECName: 'M. Jean-Louis BOICHÉ',\n ECOrderCity: 'Nancy',\n phone: '03 83 25 82 20',\n postalAddress: '9 avenue du Rhin 54520 LAXOU',\n rcs: '315 519 587',\n statut: 'SARL',\n zipCode: '54 520',\n },\n idPrestationsListAuthorized: [197, 205],\n logoUrl: 'logo-aec.png',\n miniLogoUrl: 'logo-aec.png',\n hiddenPages: [],\n recaptchaSecretKey: '6Le0o3kaAAAAAIEcSOib77JdK_W3cyIilK-p2yOG',\n urlApp: 'https://app.aec54.com',\n urlApi1: 'https://api.comptalib.com',\n urlApi2: 'https://api-next.comptalib.com',\n urlExpert: 'https://pro.comptalib.com',\n urlClient: 'https://www.aec54.com/',\n bank: {\n IBAN: '',\n BIC: '',\n Name: '',\n Id: '',\n },\n internalInvoicing: {\n statut: 'SARL',\n name: 'AEC',\n address: '9, avenue du Rhin',\n zipCode: '54520',\n city: 'LAXOU',\n country: 'FRANCE',\n montantCapital: '7 622',\n siret: '31551958700069',\n ape: '6920Z',\n rcs: '315 519 587',\n phone: '03 83 25 82 20',\n vatIntracom: 'FR84315519587',\n email: 'bonjour@aec54.com',\n },\n },\n];"]}
|
|
@@ -14,6 +14,7 @@ const BrandPourcentage = exports.BrandPourcentage = [{
|
|
|
14
14
|
listPhones: {
|
|
15
15
|
contact: '01 86 90 82 15',
|
|
16
16
|
qualite: '01 86 90 82 15',
|
|
17
|
+
social: '01 86 90 82 15',
|
|
17
18
|
juridique: '01 86 90 82 15'
|
|
18
19
|
},
|
|
19
20
|
listMails: {
|
|
@@ -23,14 +24,14 @@ const BrandPourcentage = exports.BrandPourcentage = [{
|
|
|
23
24
|
contact: 'contact@pourcentage.fr',
|
|
24
25
|
facturation: 'facturation@pourcentage.fr',
|
|
25
26
|
feedback: 'contact@pourcentage.fr',
|
|
26
|
-
juridique: '
|
|
27
|
+
juridique: 'juridique@pourcentage.fr',
|
|
27
28
|
informatique: 'contact@pourcentage.fr',
|
|
28
29
|
msd: 'contact@pourcentage.fr',
|
|
29
30
|
noreply: 'contact@pourcentage.fr',
|
|
30
31
|
qualite: 'contact@pourcentage.fr',
|
|
31
32
|
paiement: 'contact@pourcentage.fr',
|
|
32
33
|
rh: 'rh@pourcentage.fr',
|
|
33
|
-
social: '
|
|
34
|
+
social: 'social@pourcentage.fr',
|
|
34
35
|
support: 'contact@pourcentage.fr',
|
|
35
36
|
tva: 'contact@pourcentage.fr',
|
|
36
37
|
wb: 'contact@pourcentage.fr'
|
|
@@ -49,7 +50,7 @@ const BrandPourcentage = exports.BrandPourcentage = [{
|
|
|
49
50
|
statut: 'SAS',
|
|
50
51
|
zipCode: '54 520'
|
|
51
52
|
},
|
|
52
|
-
idPrestationsListAuthorized: [197, 205, 12],
|
|
53
|
+
idPrestationsListAuthorized: [197, 205, 12, 207, 208],
|
|
53
54
|
logoUrl: 'logo-pourcentage.svg',
|
|
54
55
|
miniLogoUrl: 'logo-pourcentage-mini.svg',
|
|
55
56
|
hiddenPages: [],
|