Subject: | Update Product Master with the "Supplier" from the most recent "Purchase Receipt" |
Summary: | Currently, we only allow assigning one supplier on Product Master for each product. Customer "Crazytwinz" is requesting that Product master records be updated with the latest supplier once Purchase receiving is done. I need a report to show the history of change in supplier by item. This report should show the product, Supplier Details, the Date the supplier was changed, and from what purchase receiving number. Test plan - List out at least two scenarios that will be used to verify.
- For Product T001-Elaichi assign supplier SNS (Shop and Save) on Product Master
- Raise a Purchase Order for item T001 with the supplier as Hare Ram Traders
- Approve and receive this order
- After receiving, verify the Product Master for item T001, the supplier should be updated as Hare Ram-Traders.
|
Audit Notes: | Edited by sanjay on 24/07/24 12:13. Edited by sanjay on 28/05/24 10:32. Edited by sanjay on 17/05/24 15:02. Edited by sanjay on 03/05/24 10:31. Edited by sanjay on 03/05/24 08:34. Edited by sanjay on 03/05/24 08:34. Edited by sanjay on 03/05/24 08:33. |
03 May 2024 | 08:32AM Comment 1 by Sanjay (Link Technologies) Assigned To: Development Followup Date: 07-05-2024 12:30 PM Time Taken: 1.00 Notes: Edited by sanjay on 03/05/24 09:23. Edited by sanjay on 03/05/24 08:40. ETC extended from: 01/05/2024 to 07/05/2024 |
| Hi Vineet, this seems like a good enhancement. I am happy to do this as part of version 15.40 which has a tentative release date of OCT 2024. If the client wants this earlier, please quote 16 hrs work for the latest released Version. I will clean up the case header and place more details on the design in the next comment. |
|
03 May 2024 | 08:33AM Comment 2 by Sanjay (Link Technologies) Case L13027 added to project 15.40 |
03 May 2024 | 08:42AM Comment 3 by Sanjay (Link Technologies) Assigned To: Development Followup Date: 30-08-2024 08:34 AM Time Taken: 3.00 Notes: Edited by sanjay on 18/07/24 12:44. |
| Design: - Add a new configuration in menu "Company Administration ~> Configuration"
- Configuration Name: "ProductSupplierFromItemReceipt". Response Type: Yes/No
- Configuration Description: "When receiving Items in menu "Inventory ~> Purchase Receive", update the product Master with Supplier Code and keep history.
- Add a new NOTE to the Inventory Record when the "Purchase Receipt" changes the Supplier Code.
Case has been added to V15,40. Let me know if you need this earlier. |
|
17 May 2024 | 03:02PM Comment 4 by Sanjay (Link Technologies) ETC was changed from 07/05/2024 to 31/07/2024 |
18 Jul 2024 | 12:43PM Comment 5 by Sanjay (Link Technologies) Assigned To: Development Followup Date: 27-09-2024 11:50 AM Time Taken: 8.00 |
| PART A - Development work for this case has been completed. 1. The change will be available in version: 15.40 2. The following changes were made (Include Database object names, Program classes, and any other relevant information): - Added new configuration named: "ProductSupplierFromItemReceipt"
- When the "PO Receipt" is POSTED, we check the configuration in 2.1. above and change the Supplier code if and only if the configuration is set to "Yes"
- Add a note in the invenroty "Notes" section showing the supplier was changed by the Purchase Receipt. See figure 1 below.
3. Affected Areas: - Purchase Receipt - POST
4. The issue was caused by: - Functionality Enhancement
5. Other Relevant Notes: We changed the "Logging mechanism" to use "Notes" instead of a seperate table to keep with standard Practices. 6. Next Step (Review and System Test (Developer) -> UAT (Quality) -> Documentation): Figure 1 - Note for Supplier Change
|
|
23 Jul 2024 | 02:20PM Comment 6 by Sanjay (Link Technologies) Assigned To: Development Followup Date: 02-08-2024 02:05 PM Time Taken: 6.00 |
|
The following tests were performed:
Test Setup Instructions: - Standard Demo Environment
Table 1 - Test Results
No | Test Case | Expected Result | Pass/Fail | Comments | 1 | Set configuration "ProductSupplierFromItemReceipt" to "No". Purchase/Receive and Post a receipt for this item
| Vendor on MasterFile should not change and no notes attached to masterfile as vendor has not changed.
| Pass
|
| 2 | Set configuration "ProductSupplierFromItemReceipt" to "Yes". Purchase/Receive and Post a receipt for this item
| If the "Purchase Vendor" is different from "MasterFile Vendor", the Vendor should change and a note should be on the Masterfile "Notes" section
| Pass
|
| Environment Details - OS version: Win11
- Application version: 15.40
- Setup on:
- Server: LinkQA4
- Database: LinkSOFT
- LinkSOFT URL: HTTP://LinkQA4/LinkSOFT
- Login Details: Standard username and password for user "admin"
Next Step: Closure
|
|