you can print Dr. and Cr. Transactions in Trial Balance by using following code 
customization:

//DebitTransactions
display AmountMSTLong amountDebitTrans()
{
    return amountDebitTrans;
}

//CreditTransactions
display AmountMSTLong amountCreditTrans()
{
    return amountCreditTrans;
}

//Totals
//Total Credit
display AmountMSTLong totalCredit()
{
    return totalCredit;
}

//Total Debit
display AmountMSTLong totalDebit()
{
    return totalDebit;
}
 
// hope it will be helpful for you.
 Regards,

Muhammad Rafiq Amer





________________________________
From: M Anass <m_an...@yahoo.com>
To: Axapta-Knowledge-Village@yahoogroups.com
Sent: Mon, January 4, 2010 5:50:22 PM
Subject: Re: [Axapta-Knowledge-Village] Re: trial balance

  
Greeting All,

If I didn't get you point correct plz correct me, You want to show all the 
Debit & Credit transactions that happned on a trial balance whether by showing 
the value of all transactions or just show the total. If it's the case so it's 
easily done. You should use the Row Definition to determine the accounts that 
you want to be shown (Accounts that constitue the Trial balance) then you use 
the Financial statement to make 3 columns the first for the Account Name the 
second for showing the Dr. and the third one to show the Cr values. I hope this 
satisfy you.

All the best

Mahmoud Anass



________________________________
From: Marwa Elsawah <marwa.elsawah@ gmail.com>
To: Axapta-Knowledge- vill...@yahoogro ups.com
Sent: Mon, January 4, 2010 1:40:40 PM
Subject: Re: [Axapta-Knowledge- Village] Re: trial balance

  
Dear All,

it will be customized from the ledger transaction report to separate them into 
two columns.

Thanks,
Marwa.


On Thu, Oct 22, 2009 at 12:55 PM, potturisudhakar <potturisudhakar@ yahoo.com> 
wrote:

  
>
>Hi,
>
>What do mean by Dr and cr , u can print transaction , opening and closing 
>balance. if u print transaction net transaction for the period will be printed
>
>Regards 
>
>--- In Axapta-Knowledge- vill...@yahoogro ups.com, "salemabaza81" 
><salemab...@. ..> wrote:
>>
>> dears,
>> from where i can print trial balance two columns DR & CR for each leadger 
>> account
>> and another issue when i print the genral journal i want the printout appear 
>> two columns DR & CR not one column 
>> that issues in AX 2009
>> 
>> best regards
>>
>
>





      

Reply via email to