Question: How To Change Paid By Other Name To What I Need

How To Change Paid By Other Name To What I Need

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?

M

meshan

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?
  • MS

    Mian Saleem

    Answered
    Hello,

    You can change the language file `app/language/` to translate the other to any word and it should work.

    Thanks
  • M

    meshan

    Answered
    can you please give me the files path?
  • EG

    Enyinnaya Gift

    Answered
    app\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';
  • MS

    Mian Saleem

    Answered
    No. The key will be `other` in `app/language/english/admin/sma_lang.php` Thank you
  • M

    meshan

    Answered
    **[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?
  • MS

    Mian Saleem

    Answered
    Hello,

    If you do it right, the other work will be changed as you translate it.

    Thank you
  • M

    meshan

    Answered
    **[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"
  • MS

    Mian Saleem

    Answered
    If 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
  • M

    meshan

    Answered
    **[Mian Saleem](/u/saleem)** do i have to check any other places ?
  • MS

    Mian Saleem

    Answered
    No. Only language file as mentioned in previous reply. Thank you
  • Login to Reply