TASK-2025-01203 : Issue in equipment transaction log #1024
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Feature description
TASK-2025-01203 : Fix issue in equipment transaction log
TASK-2025-01202 : Allocated Vehicle Details in the project there is a button named Return now it is missing
Solution description
Equipment transaction log:
Hided Return button in the Equipment transaction log child table.
Returned Reason field : Incremented returned_count instead of overwriting (it allows tracking how many total returns happened so far)
:Appended the new entry to the existing returned_reason, adding a newline if the field already has a returned reason (can easily compute pending returns)
Allocated vehicle details child table:
Added the Return button in the Allocated Vehicle Details child table because the button was missing
Output screenshots (optional)
Return button in the Allocated Vehicle Details child table
Areas affected and ensured
List out the areas affected by your code changes.
Is there any existing behavior change of other features due to this code change?
Mention Yes or No. If Yes, provide the appropriate explanation.
Was this feature tested on the browsers?