Fixing cust. age analysis - Customer balance needs to be zero'd out

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • michellepace
    Bronze Member

    • Oct 2018
    • 131

    #1

    [Question] Fixing cust. age analysis - Customer balance needs to be zero'd out

    Hi,

    I have a customer called FLSM01 in our age analysis for R707,076.00. This amount has been hanging around in our age analysis for about 4 years now. Nobody can remember how it go there. All we know is that FLSM01 does not owe us any money at all. In fact, we blocked this customer's account as it no longer exists. In fact there is absolutely nothing in their detailed ledger for this FY or last.

    Question:
    How can I close off this amount without throwing out my reporting figures? It just simply needs to be deleted.

    Click image for larger version

Name:	a.jpg
Views:	1
Size:	24.8 KB
ID:	269783

    (this is the last of my fixing the age analysis post series )

    Thanks very much,
    Michelle
  • Alec Candiotes
    Full Member

    • Jul 2019
    • 71

    #2
    Hi Michelle

    Wow, this is a strange one. Just deleting this will obviously through your entire TB out of balance.

    Looking at the size of the value I assume this is material for management and your auditors, so we need to closely consider how to approach this. My logic tells me that if debtors is overstated by R707,076, something else is also out by the same amount on the opposite side (credit).

    I would seriously consider investigating what the original transaction looked like. It is the ideal time to do this as you indicated that this happened 4 years ago. So the live PSQL database still has the original transaction which can be viewed in its totality. With the original entry in front of you I believe you will be able to make an informed decision on next steps to correct it.

    If you are not able to view the transactions of 4 years ago, our MyBI Apps can be used to do this. Happy to assist if you if you need it.

    I hope my feedback has been helpful.

    Thanks again for taking the time to ask.

    Have a great weekend.

    Kindest regards,
    Alec
    Alec Candiotes (CA) SA
    Business Intelligence and Report Automation developer

    www.mybi.co.zaalec@mybi.co.za • 072 997 9553

    Comment

    • michellepace
      Bronze Member

      • Oct 2018
      • 131

      #3
      Hi Alec, Thanks again for replying. I'm afraid not - I have lost all the history. I ran Change > Delete History / Clear Files last year sometime. I consolidated everything which was older than 2 years. When I run the below against the Pastel database I get absolutely no rows returned. I have no history for very old and redundant customer.
      Code:
      [COLOR="#B22222"]select [/COLOR]* [COLOR="#B22222"]from[/COLOR] [COLOR="#0000CD"]HistoryLines [/COLOR][COLOR="#B22222"]WHERE [/COLOR]CustomerCode =[COLOR="#0000CD"] 'FLSM01'[/COLOR]  [COLOR="#008000"]//   ZERO rows returned [/COLOR]
      .
      .

      QUESTION: Knowing that I have no history, anyone got any idea on how I can zero this amount out such that:
      • It no longer appears in my age analysis
      • My reporting numbers don't get thrown out
      • I can delete this customer once and for all


      As always, thank you

      Comment

      • Alec Candiotes
        Full Member

        • Jul 2019
        • 71

        #4
        Ok cool. Michelle do you have an old backup of this database before your did the Delete History? Perhaps querying that database would at least give you insight into how it was created and what the other leg should be when you reverse it in your live database.

        Kindest regards,
        Alec
        Alec Candiotes (CA) SA
        Business Intelligence and Report Automation developer

        www.mybi.co.zaalec@mybi.co.za • 072 997 9553

        Comment

        • Kevin Smith
          Silver Member

          • Aug 2018
          • 262

          #5
          Hi Michelle

          You should have year end backups / prior year databases. You can track down the information there. Is it just on the ageing, or does the customer detailed ledger also have the same opening balance? If the ledger is nil, it might point to a data corruption, which can be easily cleared without affecting your figures. If the ledger has a balance, you will need to write it off against another account.
          Kevin Smith
          Sage Pastel Support Consultant
          KS Consulting
          www.ksconsulting.co.za

          Comment

          Working...