export const IDRCurrencyFormat = (number) => { return 'Rp' + number.toLocaleString('id') + ',00' }