pcm-shared-components 2.1.324 → 2.1.325

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.
@@ -3402,7 +3402,8 @@
3402
3402
  "revenue": "Revenue activity",
3403
3403
  "tender": "Payments received",
3404
3404
  "balancing": "Balancing activity",
3405
- "reconciliation": "Reconciliation"
3405
+ "reconciliation": "Reconciliation",
3406
+ "cash": "Cash activity"
3406
3407
  },
3407
3408
  "col": {
3408
3409
  "category": "Revenue category",
@@ -3414,7 +3415,9 @@
3414
3415
  "trans_type": "Trans Type",
3415
3416
  "cash": "Cash",
3416
3417
  "revenue": "Revenue",
3417
- "total": "Total"
3418
+ "total": "Total",
3419
+ "payment_amount": "Payment amount",
3420
+ "revenue_amount": "Revenue amount"
3418
3421
  },
3419
3422
  "recon": {
3420
3423
  "revenue_total": "Revenue distribution",
@@ -3449,6 +3452,41 @@
3449
3452
  "export_pdf": "Export PDF",
3450
3453
  "export": {
3451
3454
  "subtotal": "Subtotal"
3455
+ },
3456
+ "business_date": "Business date: {{date}}",
3457
+ "business_period": "Business period: {{start_date}} to {{end_date}}",
3458
+ "show_calc_details": "Show calculation details",
3459
+ "qty_tooltip": "Quantity sold: {{count}}",
3460
+ "subtotal": {
3461
+ "revenue": "Revenue total",
3462
+ "tender": "Payments total",
3463
+ "cash": "Cash activity total",
3464
+ "balancing": "Balancing total",
3465
+ "overall": "Overall total"
3466
+ },
3467
+ "balancing": {
3468
+ "ar_movement": "Today's unpaid charges",
3469
+ "prior_collected": "Payments collected for earlier charges",
3470
+ "unallocated": "Unallocated payments",
3471
+ "wallet_funding": "Wallet funding received",
3472
+ "refunds": "Refunds",
3473
+ "voids": "Voids"
3474
+ },
3475
+ "balancing_desc": {
3476
+ "ar_movement": "Accounts-receivable movement created by charges recorded today that have not yet been collected.",
3477
+ "prior_collected": "Payments recorded today against charges created on an earlier day.",
3478
+ "unallocated": "Payments recorded today that are not linked to a transaction.",
3479
+ "wallet_funding": "Money added to customer wallets today, net of deposit reversals.",
3480
+ "refunds": "Refunds issued today, added back as an open receivable.",
3481
+ "voids": "Payments voided today, added back."
3482
+ },
3483
+ "activity": {
3484
+ "title": "Activity",
3485
+ "reservations": "Reservations",
3486
+ "pos_sales": "POS sales",
3487
+ "payments": "Payments",
3488
+ "refunds": "Refunds",
3489
+ "voids": "Voids"
3452
3490
  }
3453
3491
  }
3454
3492
  },
@@ -3402,7 +3402,8 @@
3402
3402
  "revenue": "Actividad de ingresos",
3403
3403
  "tender": "Pagos recibidos",
3404
3404
  "balancing": "Actividad de balance",
3405
- "reconciliation": "Conciliación"
3405
+ "reconciliation": "Conciliación",
3406
+ "cash": "Actividad de efectivo"
3406
3407
  },
3407
3408
  "col": {
3408
3409
  "category": "Categoría de ingresos",
@@ -3414,7 +3415,9 @@
3414
3415
  "trans_type": "Tipo trans.",
3415
3416
  "cash": "Efectivo",
3416
3417
  "revenue": "Ingresos",
3417
- "total": "Total"
3418
+ "total": "Total",
3419
+ "payment_amount": "Importe del pago",
3420
+ "revenue_amount": "Importe del ingreso"
3418
3421
  },
3419
3422
  "recon": {
3420
3423
  "revenue_total": "Distribución de ingresos",
@@ -3449,6 +3452,41 @@
3449
3452
  "export_pdf": "Exportar a PDF",
3450
3453
  "export": {
3451
3454
  "subtotal": "Subtotal"
3455
+ },
3456
+ "business_date": "Fecha de actividad: {{date}}",
3457
+ "business_period": "Período de actividad: {{start_date}} a {{end_date}}",
3458
+ "show_calc_details": "Mostrar detalles de cálculo",
3459
+ "qty_tooltip": "Cantidad vendida: {{count}}",
3460
+ "subtotal": {
3461
+ "revenue": "Total de ingresos",
3462
+ "tender": "Total de pagos",
3463
+ "cash": "Total de actividad de efectivo",
3464
+ "balancing": "Total de ajustes",
3465
+ "overall": "Total general"
3466
+ },
3467
+ "balancing": {
3468
+ "ar_movement": "Cargos no cobrados de hoy",
3469
+ "prior_collected": "Pagos cobrados por cargos anteriores",
3470
+ "unallocated": "Pagos no asignados",
3471
+ "wallet_funding": "Fondos de billetera recibidos",
3472
+ "refunds": "Reembolsos",
3473
+ "voids": "Anulaciones"
3474
+ },
3475
+ "balancing_desc": {
3476
+ "ar_movement": "Movimiento de cuentas por cobrar generado por cargos registrados hoy que aún no se han cobrado.",
3477
+ "prior_collected": "Pagos registrados hoy contra cargos creados en un día anterior.",
3478
+ "unallocated": "Pagos registrados hoy que no están vinculados a ninguna transacción.",
3479
+ "wallet_funding": "Dinero añadido a las billeteras de clientes hoy, neto de reversiones de depósito.",
3480
+ "refunds": "Reembolsos emitidos hoy, reincorporados como cuenta por cobrar abierta.",
3481
+ "voids": "Pagos anulados hoy, reincorporados."
3482
+ },
3483
+ "activity": {
3484
+ "title": "Actividad",
3485
+ "reservations": "Reservas",
3486
+ "pos_sales": "Ventas TPV",
3487
+ "payments": "Pagos",
3488
+ "refunds": "Reembolsos",
3489
+ "voids": "Anulaciones"
3452
3490
  }
3453
3491
  }
3454
3492
  },
@@ -3402,7 +3402,8 @@
3402
3402
  "revenue": "Activité des revenus",
3403
3403
  "tender": "Paiements reçus",
3404
3404
  "balancing": "Activité d'équilibrage",
3405
- "reconciliation": "Rapprochement"
3405
+ "reconciliation": "Rapprochement",
3406
+ "cash": "Activité de caisse"
3406
3407
  },
3407
3408
  "col": {
3408
3409
  "category": "Catégorie de revenus",
@@ -3414,7 +3415,9 @@
3414
3415
  "trans_type": "Type trans.",
3415
3416
  "cash": "Espèces",
3416
3417
  "revenue": "Revenu",
3417
- "total": "Total"
3418
+ "total": "Total",
3419
+ "payment_amount": "Montant du paiement",
3420
+ "revenue_amount": "Montant du revenu"
3418
3421
  },
3419
3422
  "recon": {
3420
3423
  "revenue_total": "Répartition des revenus",
@@ -3449,6 +3452,41 @@
3449
3452
  "export_pdf": "Exporter en PDF",
3450
3453
  "export": {
3451
3454
  "subtotal": "Sous-total"
3455
+ },
3456
+ "business_date": "Date d'activité : {{date}}",
3457
+ "business_period": "Période d'activité : {{start_date}} au {{end_date}}",
3458
+ "show_calc_details": "Afficher les détails de calcul",
3459
+ "qty_tooltip": "Quantité vendue : {{count}}",
3460
+ "subtotal": {
3461
+ "revenue": "Total des revenus",
3462
+ "tender": "Total des paiements",
3463
+ "cash": "Total de l'activité de caisse",
3464
+ "balancing": "Total des ajustements",
3465
+ "overall": "Total général"
3466
+ },
3467
+ "balancing": {
3468
+ "ar_movement": "Frais impayés du jour",
3469
+ "prior_collected": "Paiements encaissés pour des frais antérieurs",
3470
+ "unallocated": "Paiements non alloués",
3471
+ "wallet_funding": "Approvisionnement de portefeuille reçu",
3472
+ "refunds": "Remboursements",
3473
+ "voids": "Annulations"
3474
+ },
3475
+ "balancing_desc": {
3476
+ "ar_movement": "Mouvement des comptes clients créé par des frais enregistrés aujourd'hui et non encore encaissés.",
3477
+ "prior_collected": "Paiements enregistrés aujourd'hui pour des frais créés un jour antérieur.",
3478
+ "unallocated": "Paiements enregistrés aujourd'hui qui ne sont liés à aucune transaction.",
3479
+ "wallet_funding": "Argent ajouté aux portefeuilles clients aujourd'hui, net des annulations de dépôt.",
3480
+ "refunds": "Remboursements émis aujourd'hui, réintégrés comme créance ouverte.",
3481
+ "voids": "Paiements annulés aujourd'hui, réintégrés."
3482
+ },
3483
+ "activity": {
3484
+ "title": "Activité",
3485
+ "reservations": "Réservations",
3486
+ "pos_sales": "Ventes PDV",
3487
+ "payments": "Paiements",
3488
+ "refunds": "Remboursements",
3489
+ "voids": "Annulations"
3452
3490
  }
3453
3491
  }
3454
3492
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.324",
3
+ "version": "2.1.325",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {