pcm-shared-components 2.1.89 → 2.1.90

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.
@@ -2266,8 +2266,10 @@
2266
2266
  "occupants_vehicles": "Occupants & Vehicles",
2267
2267
  "other_charges": "Other Charges",
2268
2268
  "payments": "Payments",
2269
+ "payments_description": "Payments are based on the date the payment was received.",
2269
2270
  "property_taxes": "Property Taxes",
2270
2271
  "refunds": "Refunds",
2272
+ "refunds_description": "Refunds are based on the date they were issued.",
2271
2273
  "reservation_product_sales": "Reservation Product Sales and Services / Add-ons",
2272
2274
  "revenue": "Gross Revenue Total",
2273
2275
  "revenue_description": "Total payments received, minus refunds",
@@ -2278,7 +2280,7 @@
2278
2280
  "tax_payment_allocation": "Tax Payment Allocation",
2279
2281
  "tax_payment_allocation_description": "Reflects only the tax portion of collected payments. May differ from total taxes charged if payments are incomplete.",
2280
2282
  "transaction_total": "Transaction Total",
2281
- "transaction_total_description": "Total transaction amount including taxes, fees, and additional charges"
2283
+ "transaction_total_description": "Total transaction amount including taxes, fees, and additional charges. (Note: transaction’s are based on their creation date when it occurred)"
2282
2284
  },
2283
2285
  "sales_reconciliation": {
2284
2286
  "report_description": "Summarized view of all financial activity within the selected date range. Includes total transactions, payments received, taxes, refunds, and net revenue.\n\n- **Payments** are shown on the date they were received\n- **Refunds** are shown on the date they were issued\n- **Breakdown by payment method**, tax allocation, and net revenue\n- Helps reconcile actual collected amounts with tax obligations\n",
@@ -2266,8 +2266,10 @@
2266
2266
  "occupants_vehicles": "Ocupantes y vehículos",
2267
2267
  "other_charges": "Otros cargos",
2268
2268
  "payments": "Pagos",
2269
+ "payments_description": "Los pagos se basan en la fecha en que se recibió el pago.",
2269
2270
  "property_taxes": "Impuestos a la propiedad",
2270
2271
  "refunds": "Reembolsos",
2272
+ "refunds_description": "Los reembolsos se basan en la fecha en que se emitieron.",
2271
2273
  "reservation_product_sales": "Reservas Ventas de productos y servicios / Complementos",
2272
2274
  "revenue": "Total de ingresos brutos",
2273
2275
  "revenue_description": "Total de pagos recibidos, menos reembolsos",
@@ -2278,7 +2280,7 @@
2278
2280
  "tax_payment_allocation": "Asignación de pago de impuestos",
2279
2281
  "tax_payment_allocation_description": "Refleja solo la parte de impuestos de los pagos cobrados. Puede diferir del total de impuestos cobrados si los pagos están incompletos.",
2280
2282
  "transaction_total": "Total de la transacción",
2281
- "transaction_total_description": "Monto total de la transacción, incluidos impuestos, tarifas y cargos adicionales"
2283
+ "transaction_total_description": "Monto total de la transacción, incluidos impuestos, tarifas y cargos adicionales. (Nota: las transacciones se basan en su fecha de creación cuando ocurrió)"
2282
2284
  },
2283
2285
  "sales_reconciliation": {
2284
2286
  "report_description": "Summarized view of all financial activity within the selected date range. Includes total transactions, payments received, taxes, refunds, and net revenue.\n\n- **Payments** are shown on the date they were received\n- **Refunds** are shown on the date they were issued\n- **Breakdown by payment method**, tax allocation, and net revenue\n- Helps reconcile actual collected amounts with tax obligations\n",
@@ -2266,8 +2266,10 @@
2266
2266
  "occupants_vehicles": "Occupants et véhicules",
2267
2267
  "other_charges": "Autres accusations",
2268
2268
  "payments": "Paiements",
2269
+ "payments_description": "Les paiements sont basés sur la date à laquelle le paiement a été reçu.",
2269
2270
  "property_taxes": "Impôts fonciers",
2270
2271
  "refunds": "Restitutions",
2272
+ "refunds_description": "Les remboursements sont basés sur la date à laquelle ils ont été émis.",
2271
2273
  "reservation_product_sales": "Réservation Vente de produits et services / Ajouts",
2272
2274
  "revenue": "Total des revenus bruts",
2273
2275
  "revenue_description": "Total des paiements reçus, moins les remboursements",
@@ -2278,7 +2280,7 @@
2278
2280
  "tax_payment_allocation": "Répartition du paiement des impôts",
2279
2281
  "tax_payment_allocation_description": "Ne reflète que la partie fiscale des paiements perçus. Peut différer du total des taxes facturées si les paiements sont incomplets.",
2280
2282
  "transaction_total": "Transaction Total",
2281
- "transaction_total_description": "Montant total de la transaction, y compris les taxes, les frais et les frais supplémentaires"
2283
+ "transaction_total_description": "Le montant total de la transaction comprend les taxes, les frais et les frais supplémentaires. (Remarque : les transactions sont basées sur leur date de création au moment où elles ont eu lieu)"
2282
2284
  },
2283
2285
  "sales_reconciliation": {
2284
2286
  "report_description": "Summarized view of all financial activity within the selected date range. Includes total transactions, payments received, taxes, refunds, and net revenue.\n\n- **Payments** are shown on the date they were received\n- **Refunds** are shown on the date they were issued\n- **Breakdown by payment method**, tax allocation, and net revenue\n- Helps reconcile actual collected amounts with tax obligations\n",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.89",
3
+ "version": "2.1.90",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {