| ক্রম | বইয়ের নাম | মূল্য | সংখ্যা | টাকা |
| {{ selected_category.category_name }} | ||||
| {{ window.en_to_bn(index + 1) }} | {{ product.item_name }} | {{ +product.price ? window.en_to_bn(parseInt(product.price)) : '' }} | {{ product.price * product.qty ? window.en_to_bn(parseInt(product.price * product.qty)) : '' }} | |
| ক্রম | বইয়ের নাম | মূল্য | সংখ্যা | টাকা |
| {{ window.en_to_bn(index + 1) }} | {{ product.item_name }} | {{ +product.price ? window.en_to_bn(parseInt(product.price)) : '' }} | {{ product.price * product.qty ? window.en_to_bn(parseInt(product.price * product.qty)) : '' }} |
| ক্রম | বইয়ের নাম | মূল্য | সংখ্যা | টাকা |
| {{ window.en_to_bn(index + 1) }} | {{ product.item_name }} | {{ +product.price ? window.en_to_bn(parseInt(product.price)) : '' }} | {{ product.price * product.qty ? window.en_to_bn(parseInt(product.price * product.qty)) : '' }} | |
| মোট মূল্য | ৳ {{ window.en_to_bn(sub_total) }} | |||
| কমিশন % | {{ window.en_to_bn(commision) }} | |||
| কমিশন বাদে মোট | {{ window.en_to_bn(sub_total - (commision_amount)) }} | |||
| পরিবহন খরচ | ||||
| প্যাকিং খরচ | ||||
| সর্বমোট খরচ | {{ window.en_to_bn(total_payable) }} | |||
| পরিশোধ ( নগদ ) | ||||
| পরিশোধ ( ব্যাংক ) | ||||
| বাকি | {{ window.en_to_bn(due) }} | |||
|
কথায়: {{ window.convertAmount(total_payable) }} টাকা মাত্র |
||||
|---|---|---|---|---|
| কোন পন্য নির্বাচন করা হয়নি। | ||||