Skip to content

Production 🎉

Date : 28/07/2025 06:30 PM

🚀 Added

  • Multiple times applying concession reflection in report
  • Individual concession
    • Zero receipt create option added
    • Concession separate receipts book maintain
      • Payment Mode Discount (Receipt Group Separated)
  • Fees Collection
    • Balance amount pay option in
  • Appreciation left tag added
  • Notice Permission added (House & Transport)

👨‍🔧 Changed

  • F010 - Student Wise Individual concession list
  • Classtest date wise combine report changes

🦀 Removed

👨‍🎓 Student Panel

  • Fees
    • Show Balance Amount (enable in School Side)
      • enable (Configuration->My Balance->My Balance Show in student side)
  • Class test date sorting (student side)

🐛 Bug Fixed 🐞

  • Bug and error Fixed (Version-4.3.2)
  • Auto Adjustment bug fix
  • Adjustment amount not reflect in concession bug fix
  • Homework remark bug fix

🤖 Development

Payment Mode Global funcation change

Upgrade 🎉

Laravel 8 -> Laravel 12

Add

COCHelper::PaymentMode()

Collect
   [
      [
         'token' => 1,
         'name' => 'Cash',
      ],
      [
         'token' => 2,
         'name' => 'Cheque'
      ]
   ]

COCHelper::getPaymentModeName(1) Output: Cash

COCHelper::getPaymentModeId('Cash') Output: 1

Deprecated

REMOVE

SchoolBaseController::PaymentMode()

SchoolBaseController::PaymentModeToId()

SchoolBaseController::PaymentModes()