shareneus 1.7.356 → 1.7.357

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.
@@ -1560,7 +1560,7 @@ class SharedPDFService {
1560
1560
  return {
1561
1561
  style: 'tableExample',
1562
1562
  table: {
1563
- widths: hasCESS ? [25, 60, 50, 40] : [25, 60, 50],
1563
+ widths: hasCESS ? [25, 50, 30, 30] : [25, 60, 50],
1564
1564
  headerRows: 1,
1565
1565
  body: this.CreateHSNTaxTable1(PartsTaxInfo, ShowAccParts, ShowIGST, ShowTaxColumn)
1566
1566
  },
@@ -1571,7 +1571,7 @@ class SharedPDFService {
1571
1571
  return {
1572
1572
  style: 'tableExample',
1573
1573
  table: {
1574
- widths: hasCESS ? [25, 60, 40, 40, 40] : [25, 60, 40, 40],
1574
+ widths: hasCESS ? [25, 50, 30, 30, 30] : [25, 60, 40, 40],
1575
1575
  headerRows: 1,
1576
1576
  body: this.CreateHSNTaxTable1(PartsTaxInfo, ShowAccParts, ShowIGST, ShowTaxColumn)
1577
1577
  },
@@ -1585,7 +1585,7 @@ class SharedPDFService {
1585
1585
  return {
1586
1586
  style: 'tableExample',
1587
1587
  table: {
1588
- widths: hasCESS ? [40, 'auto', 50, 40] : [40, 'auto', 50],
1588
+ widths: hasCESS ? [40, 'auto', 30, 30] : [40, 'auto', 50],
1589
1589
  headerRows: 1,
1590
1590
  body: this.CreateHSNTaxTable(PartsTaxInfo, ShowAccParts, ShowIGST, ShowTaxColumn)
1591
1591
  },
@@ -1596,7 +1596,7 @@ class SharedPDFService {
1596
1596
  return {
1597
1597
  style: 'tableExample',
1598
1598
  table: {
1599
- widths: hasCESS ? [50, 65, 50, 50, 40] : [50, 65, 50, 50],
1599
+ widths: hasCESS ? [50, 60, 35, 35, 35] : [50, 65, 50, 50],
1600
1600
  headerRows: 1,
1601
1601
  body: this.CreateHSNTaxTable(PartsTaxInfo, ShowAccParts, ShowIGST, ShowTaxColumn)
1602
1602
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shareneus",
3
- "version": "1.7.356",
3
+ "version": "1.7.357",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1654,7 +1654,7 @@ export class SharedPDFService {
1654
1654
  return {
1655
1655
  style: 'tableExample',
1656
1656
  table: {
1657
- widths: hasCESS ? [25, 60, 50, 40] : [25, 60, 50],
1657
+ widths: hasCESS ? [25, 50, 30, 30] : [25, 60, 50],
1658
1658
  headerRows: 1,
1659
1659
  body: this.CreateHSNTaxTable1(PartsTaxInfo, ShowAccParts, ShowIGST, ShowTaxColumn)
1660
1660
  },
@@ -1664,7 +1664,7 @@ export class SharedPDFService {
1664
1664
  return {
1665
1665
  style: 'tableExample',
1666
1666
  table: {
1667
- widths: hasCESS ? [25, 60, 40, 40, 40] : [25, 60, 40, 40],
1667
+ widths: hasCESS ? [25, 50, 30, 30, 30] : [25, 60, 40, 40],
1668
1668
  headerRows: 1,
1669
1669
  body: this.CreateHSNTaxTable1(PartsTaxInfo, ShowAccParts, ShowIGST, ShowTaxColumn)
1670
1670
  },
@@ -1679,7 +1679,7 @@ export class SharedPDFService {
1679
1679
  return {
1680
1680
  style: 'tableExample',
1681
1681
  table: {
1682
- widths: hasCESS ? [40, 'auto', 50, 40] : [40, 'auto', 50],
1682
+ widths: hasCESS ? [40, 'auto', 30, 30] : [40, 'auto', 50],
1683
1683
  headerRows: 1,
1684
1684
  body: this.CreateHSNTaxTable(PartsTaxInfo, ShowAccParts, ShowIGST, ShowTaxColumn)
1685
1685
  },
@@ -1689,7 +1689,7 @@ export class SharedPDFService {
1689
1689
  return {
1690
1690
  style: 'tableExample',
1691
1691
  table: {
1692
- widths: hasCESS ? [50, 65, 50, 50, 40] : [50, 65, 50, 50],
1692
+ widths: hasCESS ? [50, 60, 35, 35, 35] : [50, 65, 50, 50],
1693
1693
  headerRows: 1,
1694
1694
  body: this.CreateHSNTaxTable(PartsTaxInfo, ShowAccParts, ShowIGST, ShowTaxColumn)
1695
1695
  },