Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #57073 Back to Issue ]
Summary 0057073: Export Quotation API: When a quotation is reactivated and updated, we are not sending the ID of the original one to be replaced
Revision 2024-11-12 15:25 by kchoperena
Steps To Reproduce     PRE-REQUIREMENTS:
In back-end, Event Subscription window, configure the events:
- Web POS Quotation Creation
- Web POS Quotation Update

You can use a service like https://webhook.site/ [^] [^] to mock a External System

1.- Log into POS2
2.- Create a Quotation and complete it
3.- Reactivate the Quotation and modify it
4.- Complete it

RESULT:
   Events happened:
    - Web POS Quotation Creation (Original Quotation)
    - Web POS Quotation Update (Reject of the Original Quotation)
    - Web POS Quotation Creation (Creation of the Quotation that replaces the original)

In the creation event, there is no link to the quotation we are replacing so the external system can not relate the objects
Revision 2024-11-12 15:24 by kchoperena
Steps To Reproduce     PRE-REQUIREMENTS:
In back-end, Event Subscription window, configure the events:
- Web POS Quotation Creation
- Web POS Quotation Update

You can use a service like https://webhook.site/ [^] [^] to mock a External System

1.- Log into POS2
2.- Create a Quotation and complete it
3.- Reactivate the Quotation and modify it
4.- Complete it

RESULT:
   Events happened:
    - Web POS Quotation Creation
    - Web POS Quotation Update

In the creation event, there is no link to the quotation we are replacing so the external system can not relate the objects
Revision 2024-11-12 15:24 by kchoperena
Description When a Quotation is reactivated and modified in Web POS, Openbravo creates a new quotation and rejects the original one

In the PUSH event related to the creation of Quotation that replaces the original, we are not including the ID of the document that we are replacing. So then, an external system is not able to relate documents

A new field is required in the Quotation entity schema:

- Name: rejectedQuotationId
- Mandatory: false
- Description: Identifier of the quotation that has been rejected. It is only filled in cases of quotation reactivation

- Name: rejectedQuotationDocumentNo
- Mandatory: false
- Description: Document number of the quotation that has been rejected. It is only filled in cases of quotation reactivation
Revision 2024-11-12 15:21 by kchoperena
Description When a Quotation is reactivated and modified in Web POS, Openbravo creates a new quotation and rejects the original one

In the PUSH event related to the creation of Quotation that replaces the original, we are not including the ID of the document that we are replacing. So then, an external system is not able to relate documents


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker