Openbravo Issue Tracking System - Retail Modules
View Issue Details
0028831Retail ModulesWeb POSpublic2015-02-01 16:352024-02-08 14:43
Orekaria 
marvintm 
normalminoralways
closedout of date 
5
 
 
No
0028831: Error in the tomcat.log when executing the 'I27615_PartiallyPaidLayaway' test
Error in the tomcat.log when executing the 'I27615_PartiallyPaidLayaway' test
Verify that in the test jobs, when executing the 'I27615_PartiallyPaidLayaway' tests, the following error is shown:

2015-02-01 15:04:37,577 [TP-Processor2] ERROR org.openbravo.retail.posterminal.OrderLoader - Detected order without lines and total amount zero. Document number VBS1/0000363


    tap(TestId.BUTTON_MENU);
    tap(TestId.BUTTON_MENU_LAYAWAYTHISRECEIPT);
    verify(TestId.LABEL_RECEIPT_TYPE, "To be laid away");
    tap(TestId.BUTTON_BROWSE);
    tap(TestId.BUTTON_CATEGORY_BACKPACKSANDTRAVEL);
    tap(TestId.BUTTON_PRODUCT_BACKPACKSANDTRAVEL_ALPINESKIING);
    tap(TestId.BUTTON_PRODUCT_BACKPACKSANDTRAVEL_ALPINESKIING);
    tap(TestId.BUTTON_PRODUCT_BACKPACKSANDTRAVEL_ALPINESKIING);
    tap(TestId.BUTTON_PRODUCT_BACKPACKSANDTRAVEL_ALPINESKIING);
    tap(TestId.BUTTON_PRODUCT_BACKPACKSANDTRAVEL_ALPINESKIING);
    receiptNo = BackboneHelper.getDocumentNo();
    customer = get(TestId.BUTTON_RECEIPT_CUSTOMER);
    verify(TestId.LABEL_TOTALTOPAY, "549.50");
    tap(TestId.BUTTON_PAY);
    tap(TestId.BUTTON_LAYAWAY);
    verify(TestId.LABEL_TOTALTOPAY, "0.00");

    // partial pay
    tap(TestId.BUTTON_MENU_LAYAWAYS);
    tap(TestId.BUTTON_LAYAWAYS_SEARCH);
    tap(TestId.TABLE_RECEIPTSEARCH, String.format("%s - %s", receiptNo, customer));
    tap(TestId.BUTTON_PAY);
    WebPOSSnippet.tapKeypad(this, 275);
    tap(TestId.BUTTON_CASH);
    verify(TestId.LABEL_RECEIPT_PAY_REMAINING, "274.50€");
    tap(TestId.BUTTON_LAYAWAY);
    verify(TestId.LABEL_TOTALTOPAY, "0.00");


    tap(TestId.BUTTON_MENU);
    tap(TestId.BUTTON_MENU_LAYAWAYS);
    tap(TestId.BUTTON_LAYAWAYS_SEARCH);
    tap(TestId.TABLE_RECEIPTSEARCH, String.format("%s - %s", receiptNo, customer));
    tap(TestId.BUTTON_PAY);
    tap(TestId.BUTTON_PAY_EXACT);
    tap(TestId.BUTTON_PAY_DONE);
    verify(TestId.LABEL_RECEIPT_PAY_REMAINING, "0.00€");
    tap(TestId.BUTTON_LAYAWAY);
    verify(TestId.LABEL_TOTALTOPAY, "0.00");
No tags attached.
blocks defect 0027337 acknowledged Retail Stabilization: No tomcat errors while running the WebPOS 
Issue History
2015-02-01 16:35OrekariaNew Issue
2015-02-01 16:35OrekariaAssigned To => marvintm
2015-02-01 16:35OrekariaTriggers an Emergency Pack => No
2015-02-01 16:35OrekariaRelationship addedblocks 0027337
2015-02-04 11:01OrekariaSummaryError in the tomcat.log when executing the 'I28714_NoCashAvailableWithCashupCheck' test => Error in the tomcat.log when executing the 'I27615_PartiallyPaidLayaway' test
2015-02-04 11:01OrekariaDescription Updatedbug_revision_view_page.php?rev_id=7598#r7598
2015-02-04 11:22OrekariaSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=7608#r7608
2015-02-04 11:24OrekariaSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=7609#r7609
2024-02-08 14:43shuehnerNote Added: 0160450
2024-02-08 14:43shuehnerStatusnew => closed
2024-02-08 14:43shuehnerResolutionopen => out of date

Notes
(0160450)
shuehner   
2024-02-08 14:43   
After mass reviewing old pos issues in 52891 => Closing as out of date