[ 
https://issues.apache.org/jira/browse/OFBIZ-2407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12705033#action_12705033
 ] 

Pranay Pandey edited comment on OFBIZ-2407 at 5/1/09 11:26 AM:
---------------------------------------------------------------

This patch is from Akash Jain. Thanks.

Following are the steps for testing:
# Create sales order, it should be in Approved status.
# Verify all order items from "Facility-->Verify Pick" screen, now shipmentId 
(in PICKED status) and invoiceId (in INVOICE_IN_PROCESS status) will be 
generated.
# Now go in Pack Order screen, select the order items and depress "Pack Item" 
button, all items will be in package(s). 
# Depress "Weight Package Only" button, weight package only form will open. 
There will be field for entering Package weight, Dimensions, Shipment Package 
Type and two buttons "Next Package" and "Complete"
# Enter all fields and depress Next Package button, enter the weight and 
dimensions of all packages one by one, then depress "Complete" button.
# If new estimate shipping charges is 10% less or grater than estimate shipping 
charges (taken when order created) then warning form will open otherwise 
shipment will be packed; order will be in COMPLETED and dimensions will be 
saved in ShipmentPackage entity.
# The warining form will show  message "There is much difference in shipping 
charges" and two buttons "Ship Now" and "Hold Shipment".
# If Ship Now button clicked then shipment will be PACKED, order status will be 
COMPLETED and Dimensions, Shipment Package Type will be saved in 
ShipmentPackage entity. 
# If "Hold Shipment" button is clicked then shipment will remain in PICKED 
status and Dimensions, Shipment Package type will saved in ShipmentPackage 
entity.

      was (Author: pandeypranay):
    I am uploading the patch for "Weight Package Only" . There are steps for 
testing

# Create sales order, it should be in Approved status
# Verified all order items, now shipmentId (in Picked status) and invoiceId (in 
INVOICE_IN_PROCESS status) will generate
# Now go in pack order screen, select the order items and depress "Pack Item" 
button, all items will be in package(s) 
# Depress " Weight Package Only" button, weight package only form will open 
there will be field for enter weight package, dimensions, shipment package type 
and two buttons "Next Package" and "Complete"
# Enter all fields and depress Next Package button, enter the weight and 
dimensions of all packages one by one, then depress "Complete" button
# If new estimate shipping charges is 10% less or grater than estimate shipping 
charges (taken when order created) then warning form will open otherwise 
shipment will be packed and order will be complete and dimension will save in 
ShipmentPackage entity
# There are warning message "There is much difference in shipping charges" and 
two buttons "Ship Now" and "Hold Shipment" in warning form
# If depress on Ship Now button then shipment will be packed and order status 
will be complete and dimensions, shipment package type will be save in 
ShipmentPackage entity 
# If depress on Hold Shipment button then shipment will remains in Picked 
status and dimension, shipment package type will save in ShipmentPackage entity.
  
> Functionality for "Weight Packages Only"  option on pack order screen
> ---------------------------------------------------------------------
>
>                 Key: OFBIZ-2407
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2407
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: product
>    Affects Versions: SVN trunk
>            Reporter: Pranay Pandey
>            Assignee: Vikas Mayur
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-2407.patch
>
>
> Functionality for "Weight Packages Only"  option on pack order screen is to 
> be added.
> # In Facility -> Packing screens when the order entered already has a 
> Shipment that exists in the Picked status: add a  "Weight Packages Only" 
> button.
> # When user clicks on "Weight Packages Only" show a form with Weight input 
> box, optional dimension input boxes (length, width, height), optional 
> drop-down for pre-configured boxes (using data from ShipmentBoxType entity  
> and two buttons: "Next Package" and "Complete" .
> # When the "Complete" button is pressed if the shipping charge is 
> 10%(configure in shipment.properties file, use property name 
> "shipment.default.cost.actual_over_estimated_percent_allowed") above the 
> estimated amount (the amount that would be charged to the customer).
> #* The system will warn user that the shipping amount is too much  there will 
> be a warning form with two buttons: "Ship Now" and "Hold Shipment".
> #* if Ship Now is pressed the system will run as normal
> #* if Hold Shipment is pressed the Shipment will remain in the Picked status, 
> weight/size changes will be retained, no other changes made.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to