c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #17433
[Bug 724010] Re: [trunk] Improving pack sequence numbering
** Summary changed:
- Sequence for Packs is generated wrong.
+ [trunk] Improving pack sequence numbering
** Description changed:
Version 6
Install warehouse functionality with demo data.
Add a Pack number (generated) to a "Deliver product" line in Warehousing -> Product Moves
Add a pack number (generated) to a second "deliver product" line
Watch that the next number generated is 7 numbers higher instead of 1 higher.
- The generated numbers are
+ The generated numbers are
00000048
00000055
00000062
Sequence generator set to
Packs (stock.lot.tracking)
Number padding : 7
Increment Number : 1
+
+ ~~~
+
+ (continuation below...)
+ Thanks for clarification of making use of SSCC (Serial Shipping Container Code) which is a world standard.
+ Right now it is implemented incorrect in my opinion.
+ The standard is inclusive a companynumber, which makes it 18 digits and barcode compatable.
+ Generation of SSCC is forced for a field and user can not manually input a code generated/used by a partner.
+
+ My suggestion:
+ 1. expand the helptext to explain the use of SSCC
+ 2. make generation field optional so user can input partner SSCC if needed
+ 3. If companynumber is not filled in sequence pre-number, then SSCC is useless and can be skipped. Standard number generation can be used then.
+
+ What do you think?
--
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/724010
Title:
[trunk] Improving pack sequence numbering
Status in OpenERP Modules (addons):
Opinion
Bug description:
Version 6
Install warehouse functionality with demo data.
Add a Pack number (generated) to a "Deliver product" line in Warehousing -> Product Moves
Add a pack number (generated) to a second "deliver product" line
Watch that the next number generated is 7 numbers higher instead of 1 higher.
The generated numbers are
00000048
00000055
00000062
Sequence generator set to
Packs (stock.lot.tracking)
Number padding : 7
Increment Number : 1
~~~
(continuation below...)
Thanks for clarification of making use of SSCC (Serial Shipping Container Code) which is a world standard.
Right now it is implemented incorrect in my opinion.
The standard is inclusive a companynumber, which makes it 18 digits and barcode compatable.
Generation of SSCC is forced for a field and user can not manually input a code generated/used by a partner.
My suggestion:
1. expand the helptext to explain the use of SSCC
2. make generation field optional so user can input partner SSCC if needed
3. If companynumber is not filled in sequence pre-number, then SSCC is useless and can be skipped. Standard number generation can be used then.
What do you think?
References