Imagine Mr. Rafiq wants to deposit Tk. 25,000 into his daughter’s Sonali Bank account (No. 440177654321) at the Shahbagh branch on 20-12-2025.
Accuracy is key. Ensure you fill out the following fields on sides of the slip: Date: Use the current date in DD/MM/YYYY format.
There are three main variants of deposit slips used across SBL branches:
if (n >= 11 && n <= 19) str += teens[n - 10] + " "; return str; else if (n >= 10) str += tens[Math.floor(n / 10)] + " "; n %= 10;