Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
2 Trả lời
4232 Lượt xem

How can I change the account number of an account that has already been party in a journal items 

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hi Fabiola KANTOHERISOLO,

You can change the account number/code of account anytime where you want because its only a column.

So when you change the code will just update the record only, it will affect any where even if it referenced with any.

To change the account just click on the account link where you see and edit the number thats it.

Hope will help.

Rgds,

Anil.


Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

You can do this by sql command.

Something like this:

update account_account set code = 'XXXX' where id = YY;


Ảnh đại diện
Huỷ bỏ