Skip to content

Request for Quotation flow broken #146

Closed
@0xCCY

Description

  1. Cart count is not clear

    Missing code below (from place_order)

       if hasattr(frappe.local, "cookie_manager"):
    	frappe.local.cookie_manager.delete_cookie("cart_count")
  2. Quotation is not show in Quotations List

    Viewable if access via localhost/quotations/QTN-0005

    image

    No QTN-0005 in list, only ones that are Open
    image

    Expected behaviour: All quotations by the respective party is shown whether when the state is in Draft, Open or Converted to Sales order

  3. Quotation is still in Draft but Pay Now button is shown.

    image

  4. State mismatch in certain places:
    Open in Desk and List on Site but shown as Submitted on individual page.

    image
    image

    Same for Draft, shown as Pending.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions