A single place to find most charges related to m-pesa
Min | Max | Registered | Unregistered | Via Agent |
---|---|---|---|---|
10 | 49 | 1 | N/A | N/A |
50 | 100 | 3 | N/A | 10 |
101 | 500 | 11 | 66 | 27 |
501 | 1,000 | 15 | 66 | 27 |
Withdrawal amount | Charges |
---|---|
< 2,500 | 25 |
2,501 - 5,000 | 45 |
5,001 - 10,000 | 75 |
10,001 - 20,000 | 145 |
20,001 - 35,000 | 170 |
35,001 - 50,000 | 195 |
50,001 - 100,000 | 225 |
So you want to link to a line or chunk of code this is how you do it.
shift
click
the end line. It will highlight the entire chuck of code.Y
and you will get the permanent canonical URL to the commit.-- Script to migrate patients data from old-blis to new blis | |
-- 0 warnings | |
-- Some records have no calculatable date of birth, I have put the DOB as the timestamp | |
insert into iblis.patients | |
(patient_number, name, dob, gender, external_patient_number, created_at) | |
select patient_id, name, | |
(case WHEN dob = '0000-00-00' |
-- RUN THESE ONLY ONCE | |
-- INDEXING TEST TABLE | |
-- Helps improve performance | |
alter table blis_301.test add index (external_lab_no); | |
-- PRELIMINARY MIGRATION BEFORE MIGRATING REJECTION REASONS AND SPECIMEN |
14/ 7/1617:34 000000000007Zÿÿÿÿÿÿ 3Ý7°ù9XWY8Ý-¨g2q 5.1 2.21 5.5 17.6 79.6 24.9 31.3 88 34.3 8.9 56.8 1.7 0.5 2.9 22.1 55.7 16.8 10.3 30.6 62.5154.9 ----- ++ EdbA"#3DRSNG9)!8Q_d^P?4) 3N^ddYLE</& &+8EYddddd11 C10 U£ |
#!/bin/bash | |
nohup cat /dev/ttyS0 > /var/www/sysmex/sysmex.dump |
#!/usr/bin/env python | |
import sys | |
import time | |
import serial | |
from threading import Thread | |
class RawInput: | |
"""Gets a single character from standard input. Does not echo to the screen.""" | |
def __init__(self): |
######################################################################## | |
# Minicom configuration file - use "minicom -s" to change parameters. | |
pu port /dev/ttyS0 | |
pu baudrate 9600 | |
pu bits 8 | |
pu parity N | |
pu stopbits 1 | |
pu rtscts No | |
######################################################################## |