| @@ -711,7 +711,7 @@ | |||||
| depositReceivePay, | depositReceivePay, | ||||
| round((bill.otherReceivePay+bill.otherLatePay+bill.otherServiceChargePay-bill.otherPay)/100,2) | round((bill.otherReceivePay+bill.otherLatePay+bill.otherServiceChargePay-bill.otherPay)/100,2) | ||||
| otherReceivePay, | otherReceivePay, | ||||
| round((bill.rentReceivePay+bill.propertyReceivePay+bill.depositReceivePay+bill.otherReceivePay | |||||
| round((bill.rentReceivePay+bill.bmReceivePay+bill.omReceivePay+bill.propertyReceivePay+bill.depositReceivePay+bill.otherReceivePay | |||||
| +bill.rentLatePay+bill.propertyLatePay+bill.depositLatePay+bill.otherLatePay | +bill.rentLatePay+bill.propertyLatePay+bill.depositLatePay+bill.otherLatePay | ||||
| +bill.rentServiceChargePay+bill.propertyServiceChargePay+bill.depositServiceChargePay+bill.otherServiceChargePay | +bill.rentServiceChargePay+bill.propertyServiceChargePay+bill.depositServiceChargePay+bill.otherServiceChargePay | ||||
| -bill.rentPay-bill.propertyPay-bill.depositPay-bill.otherPay)/100,2) totalReceivePay | -bill.rentPay-bill.propertyPay-bill.depositPay-bill.otherPay)/100,2) totalReceivePay | ||||
| @@ -725,7 +725,7 @@ | |||||
| round((bill.depositReceivePay+bill.depositLatePay+bill.depositServiceChargePay)/100,2) | round((bill.depositReceivePay+bill.depositLatePay+bill.depositServiceChargePay)/100,2) | ||||
| depositReceivePay, | depositReceivePay, | ||||
| round((bill.otherReceivePay+bill.otherLatePay+bill.otherServiceChargePay)/100,2) otherReceivePay, | round((bill.otherReceivePay+bill.otherLatePay+bill.otherServiceChargePay)/100,2) otherReceivePay, | ||||
| round((bill.rentReceivePay+bill.propertyReceivePay+bill.depositReceivePay | |||||
| round((bill.rentReceivePay+bill.bmReceivePay+bill.omReceivePay+bill.propertyReceivePay+bill.depositReceivePay | |||||
| +bill.otherReceivePay+bill.rentLatePay+bill.propertyLatePay+bill.depositLatePay | +bill.otherReceivePay+bill.rentLatePay+bill.propertyLatePay+bill.depositLatePay | ||||
| +bill.otherLatePay+bill.rentServiceChargePay+bill.propertyServiceChargePay+bill.depositServiceChargePay+bill.otherServiceChargePay)/100,2) | +bill.otherLatePay+bill.rentServiceChargePay+bill.propertyServiceChargePay+bill.depositServiceChargePay+bill.otherServiceChargePay)/100,2) | ||||
| totalReceivePay | totalReceivePay | ||||