cityofaustin / atd-data-tech

Austin Transportation Data & Technology Services
18 stars 2 forks source link

Bug: Invoice Issued By field overwriting (SR) (Waiting coordination with Code) #11086

Closed TracyLinder closed 1 year ago

TracyLinder commented 1 year ago

The invoice filed Issued By is printing 'AMANDA Internet (Portal)' instead of the user who generated the bill.

See #13808 for resolution

The folder invoice field Invoice Issued By is updated from the user who created the bill to AMANDA Internet (PortalII). This is a problem because staff needs to know who created the invoice. There isn't an audit feature on the fee tab so staff cannot tell who created the bill.

image

TracyLinder commented 1 year ago

@Nadin-Nader this is ready to assign for debugging.

Sreelatha-BlazeKannan commented 1 year ago

@Nadin-Nader , @TracyLinder - Analysis is in progress

Nadin-Nader commented 1 year ago

@Sreelatha-BlazeKannan Meeting scheduled for 1/26/23 1030am

Sreelatha-BlazeKannan commented 1 year ago

@Nadin-Nader , @TracyLinder -

Analysis findings Problem - Initial record provided was for an LC folder for which I have not had the access to verify the record. However upon meeting with Business users got another example of RW folderRSN - 12094487 with an invoice No: 7767864 created on 12/22/2022 and another invoice No: 7642945 created on 06/14/2022 The invoice created on 06/14/2022 issued by is correct but not the invoice created on 12/22/2022. Root Cause -

  1. AccountBill table 'stampuser' column values were pulled for Issued by in invoice report; However it is identified that the report was not been updated for a long time now and it is used by almost all departments.
  2. On AccountBill table insertions User ID is getting updated when Autobill generates or for COS autopayment records/types; this could be the reason for issued by value to change. Solution -
  3. Update the report query on condition to pull the issued by from folder table issued(user) by. Since it is been used in all departments we may have to include condition to make the change applicable for only our foldertypes.
  4. If the above solution works, need to know what foldertypes has to be added.

MicrosoftTeams-image (4)

MicrosoftTeams-image (5)

TracyLinder commented 1 year ago

Feedback from Tracy

TracyLinder commented 1 year ago

@Nadin-Nader can we put this on agenda for April please?

Nadin-Nader commented 1 year ago

Sree will work on this next

Nadin-Nader commented 1 year ago

Correction to Update from Yesterday: Still waiting on AOB for a response to continue. AOB meeting for this month has been cancelled.

TracyLinder commented 1 year ago

I asked Deanna to add this to the next AOB meeting agenda.

Sreelatha-BlazeKannan commented 1 year ago

@Nadin-Nader , @TracyLinder - Discussed about this in Yesterday's AOB meeting; and everyone agreed on solution by adding the foldertype condition for our required output.

TracyLinder commented 1 year ago

AOB Recap & Update

TracyLinder commented 1 year ago

AMANDA Misc  - Frame 7

TracyLinder commented 1 year ago

Update

TracyLinder commented 1 year ago

We are meeting with Code and CTM today to discuss the logistics of development.

TracyLinder commented 1 year ago

9/12/23 Meeting to coordinate the development between TPW, DSD, and CTM-AMANDA


Notes

Functional Criteria

Due Date logic is:

New fields Mapping:

TracyLinder commented 1 year ago

Resolution