Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics RMS (Archived)

Transactions not displaying in the journal

(0) ShareShare
ReportReport
Posted on by 20

 Hi,

 

Has anyone out there had a problem with receipt transactions not displaying in the journal?  Once a week or so myself or a member of my staff will ring up a transaction (either sale, return, or void), but the receipt doesn't print and the transaction doesn't show up in the journal.

 Is anyone familiar with this problem, and if so, what did you do to fix it?

 

Thanks!

Stacy

 

*This post is locked for comments

  • Ali Sanan Profile Picture
    Ali Sanan 10 on at
    Re: Re: Transactions not displaying in the journal

    There is another reason, sometimes due to some error (finding) POS cannot post a sale in all tables, it shows sale in Detail Sales Report, but it didn't less the stock of that article, the tenderentry and dailysales(Graph) table will also not update. Then we have to update these tables manually through SQL Server. Match your quantity list and item Movement History Report, it should be same or use the following query to determine your stock is according to the movement or not.

     

    Select B.ItemId,B.ItemLookupCode,B.ItemDescription,B.OHQty,B.MvmtQty from (  
    Select Mvmt.ItemId,MAX(I.ItemLookupcode) ItemLookupCode,MAX(I.Description) AS ItemDescription,MAX(I.Quantity) OHQty,Sum(Mvmt.Quantity) MvmtQty from (  

     SELECT InventoryTransferLog.ItemID AS ItemId,
        InventoryTransferLog.Quantity AS Quantity
                 FROM InventoryTransferLog
             LEFT JOIN PurchaseOrder ON InventoryTransferLog.ReferenceID = PurchaseOrder.ID AND
                 (InventoryTransferLog.Type = 1 OR InventoryTransferLog.Type = 3)
                 
          UNION ALL          

          SELECT TransactionEntry.ItemID AS ItemId,
             - TransactionEntry.Quantity AS Quantity
                 FROM TransactionEntry
             LEFT JOIN [Transaction] ON TransactionEntry.TransactionNumber = [Transaction].TransactionNumber
    ) Mvmt
    LEFT JOIN Item I on Mvmt.ItemID=I.Id
    Group by Mvmt.ItemID ) B
    Where B.OHQty<>B.MvmtQty

  • Community Member Profile Picture
    Community Member Microsoft Employee on at
    Re: Transactions not displaying in the journal

    Usually that is a result becuase the transaction does not complete until the printing of the receipt (this is what I have found) so I would look into why your receipts are not printing.  Connectivity, bad printer, improper printer configuration under the properties of the printer..  Once you resolve that you should be fine...

     

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Verified Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,431 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,503 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans