Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved: enhanced visibility of completed items in POs and displayed items count (#259) #260

Merged
merged 7 commits into from
Oct 6, 2023

Conversation

amansinghbais
Copy link
Contributor

Related Issues

Closes #259
Closes #152

Short Description and Why It's Useful

Currently completed items on the Purchase Order detail page are not clearly distinguishable from pending items which doesn't allows users quickly identify which products are no longer outstanding. This feature is crucial for users dealing with large and complex POs. Hence,

  • Written code to display completed items too on the POs detail page.
  • Written a function and added few template items so as to clearly display total orders count, pending items count, and completed items count.

Screenshots of Visual Changes before/after (If There Are Any)

Before
Screenshot from 2023-09-08 15-19-14

After
Screenshot from 2023-09-08 15-19-32

Screenshot from 2023-09-08 15-19-38

Screenshot from 2023-09-08 15-19-52

IMPORTANT NOTICE - Remember to add changelog entry

Contribution and Currently Important Rules Acceptance

src/views/PurchaseOrderDetail.vue Outdated Show resolved Hide resolved
src/views/PurchaseOrderDetail.vue Outdated Show resolved Hide resolved
src/views/PurchaseOrderDetail.vue Outdated Show resolved Hide resolved
src/views/PurchaseOrderDetail.vue Outdated Show resolved Hide resolved
src/views/PurchaseOrderDetail.vue Outdated Show resolved Hide resolved
src/views/PurchaseOrderDetail.vue Outdated Show resolved Hide resolved
src/views/PurchaseOrderDetail.vue Outdated Show resolved Hide resolved
src/views/PurchaseOrderDetail.vue Outdated Show resolved Hide resolved
src/views/PurchaseOrderDetail.vue Outdated Show resolved Hide resolved
src/views/PurchaseOrderDetail.vue Outdated Show resolved Hide resolved
src/views/PurchaseOrderDetail.vue Outdated Show resolved Hide resolved
@ravilodhi ravilodhi merged commit 8f7f6c1 into hotwax:main Oct 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enhanced Visibility of Completed Items in Purchase Orders (PO) Show order and item status on POs
4 participants