pcm-shared-components 2.1.345 → 2.1.346

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.
@@ -3480,6 +3480,20 @@
3480
3480
  "transaction": "Transaction",
3481
3481
  "transaction_desc": "When the charge or payment was recorded."
3482
3482
  },
3483
+ "rdate_explainer": {
3484
+ "transaction_primary": "Show the amount when the charge or payment was recorded.",
3485
+ "transaction_secondary": "Matches daily payment activity.",
3486
+ "arrival_primary": "Place the full amount on the guest's arrival date.",
3487
+ "arrival_secondary": "Revenue view only. Does not represent daily deposits.",
3488
+ "stay_primary": "Divide the amount across the guest's occupied nights.",
3489
+ "stay_secondary": "Revenue view only. Does not represent daily deposits.",
3490
+ "point_booked": "Booked",
3491
+ "point_booked_sub": "Charge recorded",
3492
+ "point_arrival": "Arrival",
3493
+ "point_stay": "Stay",
3494
+ "point_departed": "Departed",
3495
+ "point_departure_sub": "Departure"
3496
+ },
3483
3497
  "recon": {
3484
3498
  "balancing_total": "Balancing adjustments",
3485
3499
  "balancing_total_desc": "The total balancing activity, added to payments so the report ties: Revenue total = Payments received + Balancing adjustments. It reflects timing only (charges billed today but not yet collected, payments applied to earlier charges, wallet funding, refunds and voids), never additional revenue.",
@@ -3480,6 +3480,20 @@
3480
3480
  "transaction": "Transacción",
3481
3481
  "transaction_desc": "Cuando se registró el cargo o el pago."
3482
3482
  },
3483
+ "rdate_explainer": {
3484
+ "transaction_primary": "Mostrar el monto cuando se registró el cargo o el pago.",
3485
+ "transaction_secondary": "Coincide con la actividad de pagos diaria.",
3486
+ "arrival_primary": "Colocar el monto completo en la fecha de llegada del huésped.",
3487
+ "arrival_secondary": "Solo vista de ingresos. No representa depósitos diarios.",
3488
+ "stay_primary": "Repartir el monto entre las noches ocupadas del huésped.",
3489
+ "stay_secondary": "Solo vista de ingresos. No representa depósitos diarios.",
3490
+ "point_booked": "Reservado",
3491
+ "point_booked_sub": "Cargo registrado",
3492
+ "point_arrival": "Llegada",
3493
+ "point_stay": "Estadía",
3494
+ "point_departed": "Partida",
3495
+ "point_departure_sub": "Partida"
3496
+ },
3483
3497
  "recon": {
3484
3498
  "balancing_total": "Ajustes de balance",
3485
3499
  "balancing_total_desc": "El total de la actividad de ajuste, sumado a los pagos para que el informe cuadre: Total de ingresos = Pagos recibidos + Ajustes de conciliación. Refleja solo el tiempo (cargos facturados hoy pero aún no cobrados, pagos aplicados a cargos anteriores, fondos de billetera, reembolsos y anulaciones), nunca ingresos adicionales.",
@@ -3480,6 +3480,20 @@
3480
3480
  "transaction": "Transaction",
3481
3481
  "transaction_desc": "Au moment où le frais ou le paiement a été enregistré."
3482
3482
  },
3483
+ "rdate_explainer": {
3484
+ "transaction_primary": "Afficher le montant au moment où le charge ou le paiement a été enregistré.",
3485
+ "transaction_secondary": "Correspond à l'activité de paiement quotidienne.",
3486
+ "arrival_primary": "Placer le montant complet à la date d'arrivée du client.",
3487
+ "arrival_secondary": "Vue des revenus uniquement. Ne représente pas les dépôts quotidiens.",
3488
+ "stay_primary": "Répartir le montant sur les nuits occupées du client.",
3489
+ "stay_secondary": "Vue des revenus uniquement. Ne représente pas les dépôts quotidiens.",
3490
+ "point_booked": "Réservé",
3491
+ "point_booked_sub": "Charge enregistrée",
3492
+ "point_arrival": "Arrivée",
3493
+ "point_stay": "Séjour",
3494
+ "point_departed": "Départ",
3495
+ "point_departure_sub": "Départ"
3496
+ },
3483
3497
  "recon": {
3484
3498
  "balancing_total": "Ajustements d'équilibrage",
3485
3499
  "balancing_total_desc": "Le total de l'activité d'équilibrage, ajouté aux paiements pour que le rapport soit équilibré : Total des revenus = Paiements reçus + Ajustements d'équilibrage. Il reflète uniquement la synchronisation (frais facturés aujourd'hui mais non encore encaissés, paiements appliqués à des frais antérieurs, approvisionnement de portefeuille, remboursements et annulations), jamais des revenus supplémentaires.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.345",
3
+ "version": "2.1.346",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {