M
Asked
Hi i want to change POS paid by "other" name as "Credit" then need it to print in my bill. can you please tell me what files i should change?
- MSAnsweredHello,
You can change the language file `app/language/` to translate the other to any word and it should work.
Thanks - MAnsweredcan you please give me the files path?
- EGAnsweredapp\language\english\admin\customers_lang.php:
44: $lang['paid_by'] = 'Paid by';
app\language\english\admin\pos_lang.php:
66: $lang['paid_by'] = 'Paid by';
app\language\english\admin\purchases_lang.php:
57: $lang['paid_by'] = 'Paid by';
app\language\english\admin\reports_lang.php:
37: $lang['paid_by'] = 'Paid by';
app\language\english\admin\sales_lang.php:
68: $lang['paid_by'] = 'Paid by'; - MSAnsweredNo. The key will be `other` in `app/language/english/admin/sma_lang.php` Thank you
- MAnswered**[Mian Saleem](/u/saleem)** Hi , when i change like this, the name gonna change but after i put a bill, in that bill 'Paid by' showing as "other" not the name i put why is that?
- MSAnsweredHello,
If you do it right, the other work will be changed as you translate it.
Thank you - MAnswered**[Mian Saleem](/u/saleem)** Hi, i did as you said i got the same results same like you, but my bill shows it same like this. its showing as "other"
- MSAnsweredIf it's changed on the from, it should be changed on the receipt view too. The only place where other is missing from language is datatables and it will be added in next update. Thank you
- MAnswered**[Mian Saleem](/u/saleem)** do i have to check any other places ?
- MSAnsweredNo. Only language file as mentioned in previous reply. Thank you
- Login to Reply