Показать сообщение отдельно
Старый 22.05.2010, 04:11   #1  
Blog bot is offline
Blog bot
Участник
 
25,643 / 848 (80) +++++++
Регистрация: 28.10.2006
Dynamics AX Sustained Engineering: One voucher number only and Transaction Date in Journals
Источник: http://blogs.technet.com/dynamicsaxs...-journals.aspx
==============

When using journals set up as "one voucher number only" and the General Ledger parameter for Check for voucher used: is set to Accept Duplicate the transaction date may not correctly default on journal lines after the intial line. The following code change in \Classes\LedgerJournalEngine\adjustLedgerJournalTrans will address this issue.

...

{
if (LedgerParameters::find().CheckVoucher == ReuseVoucher::AcceptDuplicate &&
ledgerJournalTable.ledgerJournalName().NewVoucher == NewVoucher::OneVoucher)
{
oldTransDate = _ledgerJournalTrans.TransDate;
return;
}

...



Источник: http://blogs.technet.com/dynamicsaxs...-journals.aspx
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору.