shareneus 1.7.356 → 1.7.358
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,
|
|
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,
|
|
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',
|
|
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,
|
|
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
|
},
|
|
@@ -1999,20 +1999,20 @@ class SharedPDFService {
|
|
|
1999
1999
|
return {
|
|
2000
2000
|
columns: [
|
|
2001
2001
|
this.GetTaxOnLabor(BasicLaborTotal, OverAllMainLaborDiscount, LCGST, LSGST, LIGST, ShowIGST, ShowTaxColumn, ShowDetailedLaborTaxInfo, Consolidate),
|
|
2002
|
-
{ text: '', width:
|
|
2002
|
+
{ text: '', width: 5 },
|
|
2003
2003
|
{
|
|
2004
2004
|
stack: [
|
|
2005
2005
|
this.GetTaxOnParts(BasicPartsTotal, OverAllMainPartsDiscount, PCGST, PSGST, ShowAccParts, PIGST, ShowIGST, ShowTaxColumn, ShowDetailedPartTaxInfo, From, Consolidate),
|
|
2006
2006
|
this.PartsTaxAmounts1(PartsTaxInfo, ShowAccParts, ShowIGST, ShowTaxColumn)
|
|
2007
2007
|
]
|
|
2008
2008
|
},
|
|
2009
|
-
{ text: '', width: moreDiscDetails ?
|
|
2009
|
+
{ text: '', width: moreDiscDetails ? 20 : 40 },
|
|
2010
2010
|
// this.GrandTotal(LaborAfterGST, PartsAfterGST, totalDisc, For, OverAllRecordTotal, Rounded, GrandTotal)
|
|
2011
2011
|
this.GrandTotal(RecordData, BasicLaborTotal, BasicPartsTotal, totalDisc, totalTax, For, OverAllRecordTotal, Rounded, GrandTotal, Adj, Consolidate, STotal, moreDiscDetails, RecordData.Entity.DecimalsNumber)
|
|
2012
2012
|
]
|
|
2013
2013
|
// columnGap: 40
|
|
2014
2014
|
,
|
|
2015
|
-
marginLeft:
|
|
2015
|
+
marginLeft: 5
|
|
2016
2016
|
};
|
|
2017
2017
|
}
|
|
2018
2018
|
static GetDebitTotalDetails(RecordData, BasicLaborTotal, OverAllMainLaborDiscount, LCGST, LSGST, LIGST, PIGST, ShowIGST, ShowTaxColumn, BasicPartsTotal, OverAllMainPartsDiscount, PCGST, PSGST, PartsTaxInfo, ShowAccParts, LaborAfterGST, PartsAfterGST, OverAllRecordDiscount, For, OverAllRecordTotal, Rounded, GrandTotal, ShowDetailedLaborTaxInfo, ShowDetailedPartTaxInfo, istaxable, LaborTotalTax, PartTotalTax, Consolidate, From, moreDiscDetails) {
|
package/package.json
CHANGED
|
@@ -1654,7 +1654,7 @@ export class SharedPDFService {
|
|
|
1654
1654
|
return {
|
|
1655
1655
|
style: 'tableExample',
|
|
1656
1656
|
table: {
|
|
1657
|
-
widths: hasCESS ? [25,
|
|
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,
|
|
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',
|
|
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,
|
|
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
|
},
|
|
@@ -2117,7 +2117,7 @@ export class SharedPDFService {
|
|
|
2117
2117
|
columns: [
|
|
2118
2118
|
this.GetTaxOnLabor(BasicLaborTotal, OverAllMainLaborDiscount, LCGST,
|
|
2119
2119
|
LSGST, LIGST, ShowIGST, ShowTaxColumn, ShowDetailedLaborTaxInfo, Consolidate),
|
|
2120
|
-
{ text: '', width:
|
|
2120
|
+
{ text: '', width: 5 },
|
|
2121
2121
|
{
|
|
2122
2122
|
stack: [
|
|
2123
2123
|
this.GetTaxOnParts(BasicPartsTotal, OverAllMainPartsDiscount, PCGST,
|
|
@@ -2126,13 +2126,13 @@ export class SharedPDFService {
|
|
|
2126
2126
|
ShowTaxColumn)
|
|
2127
2127
|
]
|
|
2128
2128
|
},
|
|
2129
|
-
{ text: '', width: moreDiscDetails ?
|
|
2129
|
+
{ text: '', width: moreDiscDetails ? 20 : 40 },
|
|
2130
2130
|
// this.GrandTotal(LaborAfterGST, PartsAfterGST, totalDisc, For, OverAllRecordTotal, Rounded, GrandTotal)
|
|
2131
2131
|
this.GrandTotal(RecordData, BasicLaborTotal, BasicPartsTotal, totalDisc, totalTax, For, OverAllRecordTotal, Rounded, GrandTotal, Adj, Consolidate, STotal, moreDiscDetails, RecordData.Entity.DecimalsNumber)
|
|
2132
2132
|
|
|
2133
2133
|
]
|
|
2134
2134
|
// columnGap: 40
|
|
2135
|
-
, marginLeft:
|
|
2135
|
+
, marginLeft: 5
|
|
2136
2136
|
};
|
|
2137
2137
|
}
|
|
2138
2138
|
|