in

Dynamics User Group

Since 1995 - The Microsoft Dynamics Online User Community

Help required in coding

Last post 08-19-2008 14:40 by Mohammad Sallout. 7 replies.
Page 1 of 1 (8 items)
Write a New Post Sort Posts: Previous Next
  • 08-19-2008 10:44

    • Prakash
    • Top 200 Contributor
      Male
    • Joined on 10-19-2007
    • Delhi, India
    • Posts 113
    • Points 2,730

    Help required in coding

    Dear all,

    I have to make a report that how many entries a user did per day(not posted entries) in Journals i.e. Total entries of a user per day

    What code is required for that ? and which tables ?

    Prakash chandra
    Delhi
    India
    • Post Points: 35
  • 08-19-2008 12:25 In reply to

    • babrown
    • Top 75 Contributor
      Male
    • Joined on 11-06-2005
    • Weymouth, MA, USA
    • Posts 296
    • Points 4,120

    Re: Help required in coding

    Has your system been modified to maintain that information?  The standard database does not store that information.  Therefore that report is not possible.

     

    • Post Points: 20
  • 08-19-2008 12:57 In reply to

    • Prakash
    • Top 200 Contributor
      Male
    • Joined on 10-19-2007
    • Delhi, India
    • Posts 113
    • Points 2,730

    Re: Help required in coding

    This information is stored in Gen. Journal Line table.

    i.e. all the entries which are not posted yet, are stored in Gen. Journal Line table.

    Prakash chandra
    Delhi
    India
    • Post Points: 5
  • 08-19-2008 13:09 In reply to

    Re: Help required in coding

     Hey dear,

    Actually I work in Ax, but I think the principles are common.

    As what I understand you would like to show how many transaction somebody enter in particular day - even you can get it within period.

    any how all the vouchers entries and transaction are stored in the table "LedgerJournalTrans" whatever they are posted or not.

    that table has many important fields:

    - JournalNum: - LineNum: - AccountType: - AccountNum: - Company: - Dimension: - Qty: - Price:- Voucher:- ApprovedBy 

    and much much information.

    any how I think which will be useful for you are  these

     - JournalNum: Journal Number

     - AccountType: Customer, Bank, Assets (so you can choose one type)

     - Company: Choose a company in case your system is inter-company.

     - Price: So you can get the total transaction.

     - ApprovedBy: So you can filter by the name of the responsible, or group it up for each responsible.

     

     

    So as you see you just to create a wizard report, and make the table "LedgerJournalTrans" as datasource, and give some ranges depend on your need.

     

    I hope I understand your question and I gave you what you need.

     

     

    Free Palestine
    • Post Points: 20
  • 08-19-2008 13:16 In reply to

    • babrown
    • Top 75 Contributor
      Male
    • Joined on 11-06-2005
    • Weymouth, MA, USA
    • Posts 296
    • Points 4,120

    Re: Help required in coding

    Mohammad Sallout:

    ...any how all the vouchers entries and transaction are stored in the table "LedgerJournalTrans" whatever they are posted or not.

    ...

    Is that a custom table or unique to a specific localization?  I'm not familiar with that table.  Could you provide the table number?  It does not appear to be part of the WW or US versions.

     

    • Post Points: 20
  • 08-19-2008 13:39 In reply to

    Re: Help required in coding

    babrown:

    Mohammad Sallout:

    ...any how all the vouchers entries and transaction are stored in the table "LedgerJournalTrans" whatever they are posted or not.

    ...

    Is that a custom table or unique to a specific localization?  I'm not familiar with that table.  Could you provide the table number?  It does not appear to be part of the WW or US versions.

     



    As I said I worked with Ax so, you may find some difference with the name, but it is table of ledger transaction, it should be some thing close.
    Free Palestine
    • Post Points: 20
  • 08-19-2008 13:51 In reply to

    • babrown
    • Top 75 Contributor
      Male
    • Joined on 11-06-2005
    • Weymouth, MA, USA
    • Posts 296
    • Points 4,120

    Re: Help required in coding

    Mohammad Sallout:


    As I said I worked with Ax so, you may find some difference with the name, but it is table of ledger transaction, it should be some thing close.

     

    Sorry, missed that part.  Reading too fast this morning. (or not enough coffee) Smile

    Anyway that feature does not exist in NAV.  I do NAV development but am also a user of AX.  These products can be quite different.  Don't assume a common feature set between the products.

     

    • Post Points: 20
  • 08-19-2008 14:40 In reply to

    Re: Help required in coding

    babrown:
    Anyway that feature does not exist in NAV.  I do NAV development but am also a user of AX.  These products can be quite different.  Don't assume a common feature set between the products.
     

     

    I think you know better,

    It is just a "try to help" and I'm not sure about.

     Thanks for your note.

     

    But I hope you drink well next time, Big Smile

     

    Free Palestine
    • Post Points: 5
Page 1 of 1 (8 items)


Copyright Dynamics User Group, 1995-2008, all rights reserved. This website and user group are independent and not affiliated with the Microsoft Corporation.