Access to add and change pages is restricted. See: https://cwiki.apache.org/confluence/display/OFBIZ/Wiki+access

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 54 Next »

SNIssue IDSummaryTest Scenarios
1OFBIZ-5654

Updating custom time period generates error

Test Case1:
1.Go to accounting -> Globle GL Setting (https://localhost:8443/accounting/control/globalGLSettings)
2 Click on Edit Custom Time Period menu item
3 Click on Update button

Expected Result: On updating record, date should be updated and error should not occur.

2OFBIZ-5655

When periodNum is not set an error is thrown

Test Case1:
1.Go to accounting -> Globle GL Setting (https://localhost:8443/accounting/control/globalGLSettings)
2 Click on Edit Custom Time Period menu item
3 Add new Custom Time Period from bottom of screen, Keep 'Period Number' field empty and submit the form.
4 Now go to Edit Custom Time Period screen

Expected Result: Screen should display correct and there should not be any error on console regarding rendering of screen.

3OFBIZ-5690

Order confirmation and order order complete email notification issue from backend

Test Case 1:

  1. Place order from front end.
  2. Complete the order.

Expected Result: Order Confirmation and Order Completed email should be triggered.

Test Case 2:

  1. Place order from back end.
  2. Complete the order.

Expected Result: Order Confirmation and Order Completed email should be triggered.

4OFBIZ-5479

Groovy error when trying to filter virtual product feature variants in lookup popup window

Test Case:

1. Navigate to the product page
2. Click the lookup popup window icon for the productId field in the Search Products section on the left side of the screen
3. Search for WG-9943 and click the "Variants" button
4. Select some features and then click "Search"

Expected Result: Screen should dispaly with no error. Also duplicate search button should remove.

5OFBIZ-5456

Party logo images not stored in SystemProperty location

Test Case:

1. Go to partymgr(https://localhost:8443/partymgr/control/main)
2. Search and select any party from the the result
3. Click on PartyContent screen and add 'Logo Image Url' from 'Add Party Content' including upload image.

Expected Result: On party profile page uploaded logo image should display under 'Personal Image' field.

6OFBIZ-5455

images not stored in SystemProperty location

Test Case1:
1. Prepare and load SystemProperty entity data for 'image.server.path' and like:
<SystemProperty description="Default path of product images" systemPropertyId="image.server.path" systemPropertyValue="${sys:getProperty('ofbiz.home')}/framework/images/webapp/images/tenant1" systemResourceId="catalog"/>

<SystemProperty description="Image url prefix" systemPropertyId="image.url.prefix" systemPropertyValue="/images/tenant1" systemResourceId="catalog"/>

2. Login into catalog(https://localhost:8443/catalog/control/FindProduct) and go to 'content' screen of any product.

3. Upload product's main and additional images.

Expected Result: Uploaded images should save and render from specified location.

7OFBIZ-1702

Order Lookup fails with "Order not found with ID [XXXXX], or not allowed to view" message while "Quick Ship" order created by anonymous user

Invalid. already covered in the fix of OFBIZ-1513
8OFBIZ-3428Ordermgr and order creation with Bizness timeMinor markup fix.
9OFBIZ-5515EditCustRequestContent contentId lookup field doesn't work

Test Case 1:

  1. Navigate to Order > Requests
  2. Find Customer Request and select any Cust Request Id
  3. Press Content tab and then select Existing Content Id look up.

Expected Result:

  1. Popup should be opened properly.
  2. Content should be shown properly and user able to select any content.

Test Case 2:

  1. Navigate to Order > Requests
  2. Find Customer Request and select any Cust Request Id
  3. Press Content tab and then select Parent Content Id look up.

Expected Result:

  1. Popup should be opened properly.
  2. Content should be shown properly and user able to select any content.
10OFBIZ-5266Last 3 months sales report generates an error 
11OFBIZ-5265sales report generates an error

Test Case 1:

  1. Navigate to Order > Reports
  2. Click Run for Sales Report 

Expected Result: Sales report should be generated properly.

12OFBIZ-5632Changing Visual theme in Order manager results in error messageNot able to re-generate issue.
13OFBIZ-5715Received quantity not shown over order view screen when partially received order items are cancelled.

Test case:

  1. Create a PO
  2. Go to Order view page from ordermgr
  3. Partially Receive PO

    Expected Result: Received qty in orderItem section should show instead of shipped qty
14OFBIZ-4668CommunicationEventAndRole entity: Field with name custRequestDate not found 
15OFBIZ-4528Out of stock products screw up the pagination during category browsing 
16OFBIZ-4954Order item quantity cancel issue. 
17OFBIZ-1524Improve the way CreditCard.cardType field is managed 
18OFBIZ-3833Payment capture is less than Order total 
19OFBIZ-5424OrderStatus with status ITEM_CREATED not created for auto-added promo items and items appended after order creation

Test Case1:
1.Create an order from ecommerce or ordermgr
1.Click "Edit Items" button on order view page of order created above
2.Add GZ-1000 to the order

Expected Result: Appended item should have a status creation date-time on the order view page from ordermgr.

20OFBIZ-3338CommonFindDecorator no-clear around bodyCan't reproduce
21OFBIZ-5017Quick Refund Entire Order create a Payment without the Adjustment Item amount 
22OFBIZ-2790Payment totals in AccountingClosed (Won't fix))
23OFBIZ-5515EditCustRequestContent contentId lookup field doesn't work

Test Case 1:

  1. Navigate to Order > Requests
  2. Find Customer Request and select any Cust Request Id
  3. Press Content tab and then select Existing Content Id look up.

Expected Result:

  1. Popup should be opened properly.
  2. Content should be shown properly and user able to select any content.

Test Case 2:

  1. Navigate to Order > Requests
  2. Find Customer Request and select any Cust Request Id
  3. Press Content tab and then select Parent Content Id look up.

Expected Result:

  1. Popup should be opened properly.
  2. Content should be shown properly and user able to select any content.
24OFBIZ-5197Lookup description not rendering if widget.verbose is set to false. 
25OFBIZ-4902Replace in Freemarker templates the deprecated built-ins: default, exists, if_exists 
26OFBIZ-3566EcommerceUiLabels references in applications/* 
27OFBIZ-2990New Order ship to partyid is ignored. 
28OFBIZ-4459PurchaseOrder status not updated after QuickCompleteDropShipment 
29OFBIZ-5470List Price gets reset to zero after updating default/base price of existing order items

Test Case:

  1. Place sales order.
  2. Press Edit Items button and change price of any product finally update item.
  3. Press Edit Items button again and then press Update Selected Item without changing anything.

Expected Result: List Price should not be ZERO.

30OFBIZ-3293Receiving Return for Manual Return Adjustment gives Service invocation error 
31OFBIZ-4517Shipment created for drop ship order is missing information 
32OFBIZ-5436ShoppingCart does not show "survey" page after invalid information is entered 
33OFBIZ-5373If received quantity is greater then ordered quantity then order item quantity update but order item shipgroup assoc quantity does not updated. 
34OFBIZ-5392Return Item received quantity does not updated correctly in case of partial receiving 
35OFBIZ-4209Incorrect logging for InvoiceServices, OrderServices and QuoteServices 
36OFBIZ-4838Party Manager Party StatusId Update Fails 
37OFBIZ-4973AvsSettings screenlet read data bug, entity-one should be used, not entity-and 
38OFBIZ-2410EditShipmentRouteSegments does not show the package. 
39OFBIZ-2821Error when clicking on shipment id from Sales Order 
40OFBIZ-5418Purchase Shipment "Receive Inventory Against Purchase Order" functionality not working 
41OFBIZ-4606While packing picklist bin items, shipmentBoxType is setting same for every package even if we select different box types. 
42OFBIZ-5480Product Costs page missing lookup controls in creation section 
43OFBIZ-1243

Billing Accounts: wrong balance if payments are applied using the standard UI (cause: status of OrderPaymentPreference is not updated)

 
    
    
    
    
    
    
    
    
    
    

 

 

  • No labels