Skip to content

mgramseva-v1.2.20

Compare
Choose a tag to compare
@rahuldevgarg rahuldevgarg released this 12 Mar 06:45
· 1059 commits to master since this release
fd03301

What's Changed

  • The recent update brings a thoughtful enhancement to the way pending amounts are displayed within the application. Specifically, it addresses scenarios where the pending amount might be negative, indicating an advance payment by the user. The update ensures that in such cases, the display logic now shows an "advance amount" label and presents the absolute value of the pending amount, making it clearer and more intuitive for users to understand their billing status.
  • Updated VENDOR_REPORT_QUERY to utilize echallan.createdtime instead of echallan.taxperiodfrom for improved accuracy.
  • Increased max poll interval to 600,000 ms for better handling of long processing times in Kafka consumers.
  • Updated Message template in HRMS for user invitation to mGramSeva App ਪਿਆਰੇ <Employee_Name>, ਤੁਹਾਨੂੰ ਪੰਜਾਬ ਦੀ ਐਮਗ੍ਰਾਮਸੇਵਾ ਐਪਲੀਕੇਸ਼ਨ ਨਾਲ ਜੁੜਨ ਲਈ ਸੱਦਾ ਦਿੱਤਾ ਗਿਆ ਹੈ। ਕਿਰਪਾ ਕਰਕੇ mSeva ਦੀ ਵਰਤੋਂ ਕਰਕੇ ਲੌਗਇਨ ਕਰੋ। ਲੌਗਿਨ ਆਈ. ਡੀ. <Mobile_Number> ਪਾਸਵਰਡ <pass_word>. -DWSS#1007132062282751049
  • Enhanced SMSRequest class in egov-hrms service with a tenantId field and adjusted sendNotification method to incorporate tenantId in the SMSRequest builder, ensuring correct requests are forwarded to the notification service.
  • HRMS feature for searching user based on tenant and Roles .

PRs and changes

File Path Change Summary
.../lib/components/house_connection_and_bill/consumer_bill_payment.dart, .../lib/providers/collect_payment_provider.dart Updated display logic for pending amounts to handle negative values by showing "advance amount" and using the absolute value for display.

New Contributors

Full Changelog: mgramseva-v1.2.19...mgramseva-v1.2.20