pcm-shared-components 2.1.82 → 2.1.83

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.
@@ -2262,7 +2262,7 @@
2262
2262
  "discounts": "Discounts",
2263
2263
  "meter_readings": "Meter Readings",
2264
2264
  "net_revenue": "Net Revenue",
2265
- "net_revenue_description": "Total payments received minus tax payment allocation amounts",
2265
+ "net_revenue_description": "Total payments received minus tax payment allocations",
2266
2266
  "occupants_vehicles": "Occupants & Vehicles",
2267
2267
  "other_charges": "Other Charges",
2268
2268
  "payments": "Payments",
@@ -2280,6 +2280,10 @@
2280
2280
  "transaction_total": "Transaction Total",
2281
2281
  "transaction_total_description": "Total transaction amount including taxes, fees, and additional charges"
2282
2282
  },
2283
+ "sales_reconciliation": {
2284
+ "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",
2285
+ "title": "Sales Reconciliation"
2286
+ },
2283
2287
  "search_by": {
2284
2288
  "arrival_date": "Arrival Date",
2285
2289
  "date_sold": "Date Sold",
@@ -2262,7 +2262,7 @@
2262
2262
  "discounts": "Descuentos",
2263
2263
  "meter_readings": "Lecturas de medidores",
2264
2264
  "net_revenue": "Ingresos netos",
2265
- "net_revenue_description": "Total de pagos recibidos menos importes de asignación de pagos de impuestos",
2265
+ "net_revenue_description": "Total de pagos recibidos menos asignaciones de pago de impuestos",
2266
2266
  "occupants_vehicles": "Ocupantes y vehículos",
2267
2267
  "other_charges": "Otros cargos",
2268
2268
  "payments": "Pagos",
@@ -2280,6 +2280,10 @@
2280
2280
  "transaction_total": "Total de la transacción",
2281
2281
  "transaction_total_description": "Monto total de la transacción, incluidos impuestos, tarifas y cargos adicionales"
2282
2282
  },
2283
+ "sales_reconciliation": {
2284
+ "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",
2285
+ "title": "Conciliación de ventas"
2286
+ },
2283
2287
  "search_by": {
2284
2288
  "arrival_date": "Fecha de llegada",
2285
2289
  "date_sold": "fecha de venta",
@@ -2262,7 +2262,7 @@
2262
2262
  "discounts": "Preferentiels",
2263
2263
  "meter_readings": "Relevés de compteurs",
2264
2264
  "net_revenue": "Chiffre d’affaires net",
2265
- "net_revenue_description": "Total des paiements reçus moins les montants de l’allocation des paiements d’impôt",
2265
+ "net_revenue_description": "Total des paiements reçus moins les allocations de paiements d’impôt",
2266
2266
  "occupants_vehicles": "Occupants et véhicules",
2267
2267
  "other_charges": "Autres accusations",
2268
2268
  "payments": "Paiements",
@@ -2280,6 +2280,10 @@
2280
2280
  "transaction_total": "Transaction Total",
2281
2281
  "transaction_total_description": "Montant total de la transaction, y compris les taxes, les frais et les frais supplémentaires"
2282
2282
  },
2283
+ "sales_reconciliation": {
2284
+ "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",
2285
+ "title": "Rapprochement des ventes"
2286
+ },
2283
2287
  "search_by": {
2284
2288
  "arrival_date": "Date D'arrivée",
2285
2289
  "date_sold": "Date de Vente",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pcm-shared-components",
3
- "version": "2.1.82",
3
+ "version": "2.1.83",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "babel": {