@harbortouch/skytab-analytics-report-utils 0.5.1 → 0.5.2

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.
package/dist/index.cjs CHANGED
@@ -1321,6 +1321,7 @@ var DAILY_SALES_AVAILABLE_COLUMNS = [
1321
1321
  "itemsQuantity",
1322
1322
  "salesAmountGross",
1323
1323
  "discountsAmount",
1324
+ "inclusiveTaxesAmount",
1324
1325
  "salesAmountNet",
1325
1326
  "salesMixPct"
1326
1327
  ];
package/dist/index.js CHANGED
@@ -1247,6 +1247,7 @@ var DAILY_SALES_AVAILABLE_COLUMNS = [
1247
1247
  "itemsQuantity",
1248
1248
  "salesAmountGross",
1249
1249
  "discountsAmount",
1250
+ "inclusiveTaxesAmount",
1250
1251
  "salesAmountNet",
1251
1252
  "salesMixPct"
1252
1253
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harbortouch/skytab-analytics-report-utils",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "Centralized report column presentation configuration for SkyTab Analytics",
5
5
  "engines": {
6
6
  "node": ">=22.6.0",