← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 740955] [NEW] Item Label - improvement

 

Public bug reported:

In Warehouse -> Traceability -> Stock Moves -> Select any one Move ->
(Report) Item Label

Gives one Label output. which shows Code, Qty, UOM, Product name,
Serial:(tracking_id.name), Tracking:

This lable can be used to affix on that product lot.

But If in particular move there are 5 qty then we have to take five time
prints.

Our suggestion is that it should give 5 lable instead of one and this will depend on configuration in
Product ( product.product).

Instead of  "Serial = tracking_id.name " it should be " Serial =
prodlot_id "

If there are 5 product in one lot the it should give 5 lable with " Serial = prodlot_id / n"
where "n" is incremental ie 1,2,3,4 & 5

So o/p will contain " Serial = prodlot_id / 1"
                             " Serial = prodlot_id / 2"
                             " Serial = prodlot_id / 3"
                             " Serial = prodlot_id / 4"
                             " Serial = prodlot_id / 5"

ie "n" = product_qty"

So that we can put one unique label on each product.

** Affects: openobject-addons
     Importance: Undecided
         Status: New

** Description changed:

- 
- In Warehouse -> Traceability -> Stock Moves -> Select any one Move -> (Report) Item Label
+ In Warehouse -> Traceability -> Stock Moves -> Select any one Move ->
+ (Report) Item Label
  
  Gives one Label output. which shows Code, Qty, UOM, Product name,
  Serial:(tracking_id.name), Tracking:
  
- This lable can be used to afix on that product lot.
+ This lable can be used to affix on that product lot.
  
  But If in particular move there are 5 qty then we have to take five time
  prints.
  
- Our suggestion is that it should give 5 lable instead of one and this will depend on configuration in 
+ Our suggestion is that it should give 5 lable instead of one and this will depend on configuration in
  Product ( product.product).
  
  Instead of  "Serial = tracking_id.name " it should be " Serial =
  prodlot_id "
  
  If there are 5 product in one lot the it should give 5 lable with " Serial = prodlot_id / n"
  where "n" is incremental ie 1,2,3,4 & 5
  
  So o/p will contain " Serial = prodlot_id / 1"
-                              " Serial = prodlot_id / 2"
-                              " Serial = prodlot_id / 3"
-                              " Serial = prodlot_id / 4"
-                              " Serial = prodlot_id / 5"
+                              " Serial = prodlot_id / 2"
+                              " Serial = prodlot_id / 3"
+                              " Serial = prodlot_id / 4"
+                              " Serial = prodlot_id / 5"
  
  ie "n" = product_qty"
  
  So that we can put one unique label on each product.

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/740955

Title:
  Item Label - improvement

Status in OpenERP Modules (addons):
  New

Bug description:
  In Warehouse -> Traceability -> Stock Moves -> Select any one Move ->
  (Report) Item Label

  Gives one Label output. which shows Code, Qty, UOM, Product name,
  Serial:(tracking_id.name), Tracking:

  This lable can be used to affix on that product lot.

  But If in particular move there are 5 qty then we have to take five
  time prints.

  Our suggestion is that it should give 5 lable instead of one and this will depend on configuration in
  Product ( product.product).

  Instead of  "Serial = tracking_id.name " it should be " Serial =
  prodlot_id "

  If there are 5 product in one lot the it should give 5 lable with " Serial = prodlot_id / n"
  where "n" is incremental ie 1,2,3,4 & 5

  So o/p will contain " Serial = prodlot_id / 1"
                               " Serial = prodlot_id / 2"
                               " Serial = prodlot_id / 3"
                               " Serial = prodlot_id / 4"
                               " Serial = prodlot_id / 5"

  ie "n" = product_qty"

  So that we can put one unique label on each product.



Follow ups

References