Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0052148 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [POS2] POS | major | always | 2023-04-18 12:10 | 2023-04-26 16:45 | |||
Reporter | radhakrishnan | View Status | public | |||||
Assigned To | radhakrishnan | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | 23Q3 | |||
Status | closed | Fix in branch | Fixed in SCM revision | |||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | approved | |||||||
Review Assigned To | ||||||||
OBNetwork customer | No | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0052148: Unable to finish a sale in offline mode | |||||||
Description | Sale cannot be done in offline mode After adding a product and customer in online then switched to offline and try to complete the ticket pos currently not allowed to complete it | |||||||
Steps To Reproduce | There two test cases: case 1: 1.add product A + a customer 2.go offline 3.add alteration X of the product A 4.POS is asking instructions for alteration X 5.Click on finish button 6.Click on PAY button 7.Error message FAIL TO FETCH case 2: 1.add product A + a customer 2.go offline 3.Click on PAY button 4.finish it by cash 5.select none in ticket delivery option popup 6.Error message FAIL TO FETCH | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0148548) hgbot (developer) 2023-04-18 14:46 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1697 [^] |
(0148549) hgbot (developer) 2023-04-18 14:47 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.discounts.propertycondition/-/merge_requests/24 [^] |
(0148550) hgbot (developer) 2023-04-18 14:47 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.service.provider/-/merge_requests/21 [^] |
(0148573) hgbot (developer) 2023-04-19 07:41 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.service.provider [^] Changeset: 748aa61e420d7ae10ba379693e723ce761e4419e Author: Radhakrishnan Seeman <radhakrishnan@qualiantech.com> Date: 19-04-2023 16:16:22 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.service.provider/-/commit/748aa61e420d7ae10ba379693e723ce761e4419e [^] Related to ISSUE-52148: FollowUpServiceProvider should not failed in offline mode * when calling ExternalBusinessPartnerAPI in offline mode,it should not fial the FollowUpServiceProvider process --- M web-jspack/org.openbravo.pos2.service.provider/src/configuration/FollowUpServiceProviderHook.js --- |
(0148574) hgbot (developer) 2023-04-19 07:41 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2.service.provider/-/merge_requests/21 [^] |
(0148575) hgbot (developer) 2023-04-19 07:41 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.discounts.propertycondition [^] Changeset: 3c1e3bd5488a2220e17748aa48ab0a6f14e5510f Author: Radhakrishnan Seeman <radhakrishnan@qualiantech.com> Date: 19-04-2023 16:23:42 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.discounts.propertycondition/-/commit/3c1e3bd5488a2220e17748aa48ab0a6f14e5510f [^] Related to ISSUE-52148: ExtBPAPI should not failed in offline mode * when calling ExternalBusinessPartnerAPI in offline mode,it should not fial the process --- M web-jspack/org.openbravo.discounts.propertycondition/src/model/ticket/TicketExtension.js --- |
(0148576) hgbot (developer) 2023-04-19 07:41 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.discounts.propertycondition/-/merge_requests/24 [^] |
(0148577) hgbot (developer) 2023-04-19 07:42 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1697 [^] |
(0148578) hgbot (developer) 2023-04-19 07:42 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^] Changeset: 59380f9170b1501deb63132545c97bbbb0e38415 Author: Radhakrishnan Seeman <radhakrishnan@qualiantech.com> Date: 19-04-2023 05:42:02 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/59380f9170b1501deb63132545c97bbbb0e38415 [^] Fixed ISSUE-52148: TicketDeliveryOption should not failed in offline mode * when calling ExternalBusinessPartnerAPI in offline mode,it should not fial the TicketDeliveryOption process --- M web-jspack/org.openbravo.pos2/src/model/ticket/GetTicketDeliveryOption.js --- |
(0148914) hgbot (developer) 2023-04-26 12:01 |
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1726 [^] |
(0148952) hgbot (developer) 2023-04-26 16:45 |
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^] Changeset: 9c2f77dce55347131e2f2a0d3d8cddf865fba197 Author: Radhakrishnan Seeman <radhakrishnan@qualiantech.com> Date: 26-04-2023 14:45:29 URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/9c2f77dce55347131e2f2a0d3d8cddf865fba197 [^] Related to ISSUE-52148: Email verification should not fail in TicketDeliveryOption * When calling provider for email validation and calling ExternalBusinessPartnerAPI for getting customer should not be fail in offline mode --- M web-jspack/org.openbravo.pos2/src/components/ReceiptDeliveryOptions/SharedReceiptDeliveryOptions/ReceiptDeliveryOptionsEmailInput/receiptDeliveryOptionsEmailVerification.js M web-jspack/org.openbravo.pos2/src/model/ticket/AskForBusinessPartnerUpdateEmailIfNeeded.js M web-jspack/org.openbravo.pos2/src/model/ticket/__test__/AskForBusinessPartnerUpdateEmailIfNeeded.test.js --- |
(0148953) hgbot (developer) 2023-04-26 16:45 |
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/1726 [^] |
![]() |
|||
Date Modified | Username | Field | Change |
2023-04-18 12:10 | radhakrishnan | New Issue | |
2023-04-18 12:10 | radhakrishnan | Assigned To | => Retail |
2023-04-18 12:10 | radhakrishnan | OBNetwork customer | => No |
2023-04-18 12:10 | radhakrishnan | Triggers an Emergency Pack | => No |
2023-04-18 12:10 | radhakrishnan | Assigned To | Retail => radhakrishnan |
2023-04-18 12:10 | radhakrishnan | Status | new => scheduled |
2023-04-18 14:46 | hgbot | Merge Request Status | => open |
2023-04-18 14:46 | hgbot | Note Added: 0148548 | |
2023-04-18 14:47 | hgbot | Note Added: 0148549 | |
2023-04-18 14:47 | hgbot | Note Added: 0148550 | |
2023-04-19 07:41 | hgbot | Merge Request Status | open => approved |
2023-04-19 07:41 | hgbot | Note Added: 0148573 | |
2023-04-19 07:41 | hgbot | Note Added: 0148574 | |
2023-04-19 07:41 | hgbot | Note Added: 0148575 | |
2023-04-19 07:41 | hgbot | Note Added: 0148576 | |
2023-04-19 07:42 | hgbot | Note Added: 0148577 | |
2023-04-19 07:42 | hgbot | Resolution | open => fixed |
2023-04-19 07:42 | hgbot | Status | scheduled => closed |
2023-04-19 07:42 | hgbot | Fixed in Version | => 23Q3 |
2023-04-19 07:42 | hgbot | Note Added: 0148578 | |
2023-04-26 12:01 | hgbot | Note Added: 0148914 | |
2023-04-26 16:45 | hgbot | Note Added: 0148952 | |
2023-04-26 16:45 | hgbot | Note Added: 0148953 |
Copyright © 2000 - 2009 MantisBT Group |