Portal
pricing
pricing
pricing page
The pricing page '/pricing'
plans/roles reference
see file plan.ts
---
- name: energie
store_id: 59715
domains:
- qdoc.pro
- energie.qdoc.pro
plans:
- name: FREE
free: true
product_id: 252086
roles:
- CHECK
- ...
- name: SOLO_EN
product_id: 388315
roles:
- CHECK
- ...
- name: MULTI_EN
product_id: 388328
roles:
- CHECK
- ...
- name: PARTNER_EN
product_id: 388322
roles:
- CHECK
- ...
- name: DEV
product_id: 398605
roles:
- CHECK
- ...
app.config.ts
Fichier de configuration d'un portail, dans le quel on définit la grille tarifaire:
pricing:
- title: Gratuit
description: Vérifiez vos document(s) pdf(s)
price_msg: "-"
features:
- Vérification illimitée de PDF(s)
- Création illimitée de PDF(s)
- Vérification de Signature(s) illimitée(s)
- Aucune carte de crédit requise
- title: Utilisateur
description: Créez et vérifiez votre dossier digital
price_msg: à partir de
price_per_month: 25
price_per_year: 300
features:
- Vérification illimitée de PDF(s)
- Création illimitée de PDF(s)
- Vérification de Signature(s) illimitée(s)
- Accès donné à 1 compte
- Configuration adaptée à votre charte graphique
- Accès en mode SaaS
checkout:
label: Buy now
enabled: true
monthly: https://paxpar.lemonsqueezy.com/buy/d552b65f-cdc5-4e57-acd9-87926212f6e8
yearly: https://paxpar.lemonsqueezy.com/buy/9ef22b0a-ee98-4a72-a2f2-9f77eb510767
- title: Entreprise
description: Créez et vérifiez votre dossier digital
price_msg: à partir de
price_per_month: 80
price_per_year: 960
features:
- Vérification illimitée de PDF(s)
- Création illimitée de PDF(s)
- Vérification de Signature(s) illimitée(s)
- Accès donné à 4 comptes
- Configuration adaptée à votre charte graphique
- Accès en mode SaaS
checkout:
label: Buy now
enabled: true
monthly: https://paxpar.lemonsqueezy.com/buy/d0d0fb15-6970-4dd6-b0d4-6bc8c3374a48
yearly: https://paxpar.lemonsqueezy.com/buy/c1ed9558-5bec-4d10-80ad-4321a71fc41e
- title: Partenaire
description: Renforcez la fiabilité de vos flux documentaires
price_msg: à partir de
price_per_month: 290
price_per_year: 3480
features:
- Vérification illimitée de PDF(s)
- Création illimitée de PDF(s)
- Vérification de Signature(s) illimitée(s)
- Configuration multiple adaptée pour vos clients
- Accès en mode SaaS
checkout:
label: Buy now
enabled: true
monthly: https://paxpar.lemonsqueezy.com/buy/25cae753-2db0-4c4b-bf8b-e3d51dbc7b93
yearly: https://paxpar.lemonsqueezy.com/buy/4156746c-79f7-4a3b-958d-bad7dd99f577
payment
The payment process is handled by Lemon Squeezy.
diagram
flowchart LR
subgraph "app.config.ts"
PriceTagPP@{ shape: docs, label: "PriceTagPP"}
end
subgraph "LS"
StoreLS["StoreLS"]
CheckoutLS --> VariantLS --> ProductLS --> StoreLS
end
subgraph "SB"
TokenPP["`**TokenPP JWT**
- email
- store/domain/plan/roles
`"]
subgraph "plan.ts"
StorePP["StorePP"]
PlanPP["`**PlanPP**
`"]
StorePP -- "1..1" --> PlanPP
StorePP -- "1..n" --> DomainPP
PlanPP -- "0..n" --> RolePP
PriceTagPP --> PlanPP
end
end
subgraph "webhook"
order_created
subscription_updated
end
PriceTagPP -- monthly --> CheckoutLS
PriceTagPP -- yearly --> CheckoutLS
PlanPP -- "0..1" --> ProductLS
StorePP -- "1:1" --> StoreLS
LS -...-> webhook -...-> SB
sequences
nouvel abonnement utilisateur
renouvellement abonnement
login portail
maj étiquette
création d'un nouveau magasin portail
roles
See /docs/ref/roles
settings
See /settings/perms