shareneus 1.4.89 → 1.4.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.
|
@@ -613,9 +613,11 @@ class ROPrintService {
|
|
|
613
613
|
Labor.CGSTAmt = tr_utils_1.TrUtils.FixedTo(Labor.ACGST, DecimalsNumber);
|
|
614
614
|
Labor.SGSTAmt = tr_utils_1.TrUtils.FixedTo(Labor.ASGST, DecimalsNumber);
|
|
615
615
|
Labor.IGSTAmt = tr_utils_1.TrUtils.FixedTo(Labor.AIGST, DecimalsNumber);
|
|
616
|
+
Labor.AssPr = tr_utils_1.TrUtils.FixedTo(Labor.AssPr, DecimalsNumber);
|
|
616
617
|
}
|
|
617
618
|
else {
|
|
618
619
|
Labor.UnPr = tr_utils_1.TrUtils.FixedTo(Labor.AssPr, DecimalsNumber);
|
|
620
|
+
Labor.AssPr = tr_utils_1.TrUtils.FixedTo(Labor.AssPr, DecimalsNumber);
|
|
619
621
|
Labor.CGSTAmt = 0;
|
|
620
622
|
Labor.SGSTAmt = 0;
|
|
621
623
|
Labor.IGSTAmt = 0;
|
|
@@ -659,9 +661,11 @@ class ROPrintService {
|
|
|
659
661
|
Item.CGSTAmt = tr_utils_1.TrUtils.FixedTo(Item.ACGST, DecimalsNumber);
|
|
660
662
|
Item.SGSTAmt = tr_utils_1.TrUtils.FixedTo(Item.ASGST, DecimalsNumber);
|
|
661
663
|
Item.IGSTAmt = tr_utils_1.TrUtils.FixedTo(Item.AIGST, DecimalsNumber);
|
|
664
|
+
Item.AssPr = tr_utils_1.TrUtils.FixedTo(Item.AssPr, DecimalsNumber);
|
|
662
665
|
}
|
|
663
666
|
else {
|
|
664
667
|
Item.UnPr = tr_utils_1.TrUtils.FixedTo(Item.AssPr, DecimalsNumber);
|
|
668
|
+
Item.AssPr = tr_utils_1.TrUtils.FixedTo(Item.AssPr, DecimalsNumber);
|
|
665
669
|
Item.CGSTAmt = 0;
|
|
666
670
|
Item.SGSTAmt = 0;
|
|
667
671
|
Item.IGSTAmt = 0;
|