Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #54843 All Revisions ] Back to Issue ]
Summary 0054843: Document Sequence Enhancements: Control Digit, Calculation Method, Base Sequence, Sequence Number Length, Sequence Length
Revision 2024-03-06 11:01 by AtulOpenbravo
Description - Allows document sequence definition with below new properties to support Control Digit, Calculation Method based sequence definition to be used for document no in various transaction.

- Calculation Method:
  >> Auto numbering: Sequence number is based on a Next Assigned Number and an Increment By value that are defined in the sequence.
  >> Based On Sequence: Sequence number is based on a Base Sequence defined in the sequence.
  >> System DocumentNo_<tableName>: DEPRECATED! When the doc type is linked to a sequence with this calculation method, another sequence with name documentNo_<tableName> is used instead, being tableName the name of the document's type table associate with the doc type.

- Base Sequence: Defines a base sequence when Calculation Method is defined as "Based on Sequence". The result of base sequence computation is used as the number for the parent sequence which uses the base sequence.

- Control Digit:
  >> None:Sequence is built using FIN_Utility getDocumentNo method, not using Module 10 algorithm.
  >> Module 10:New control digit computed using Module10 Algorithm is added at the end of the sequence.

- Sequence Number Length:
  >> Fix Length: Computed sequence is of fix length that is equal to Sequence Length defined. If sequence length is short, zeros are appended as prefix to match the defined sequence length.
  >> Variable: Sequence Length is variable for computed sequence, not fixed.

- Sequence Length: Define the length of the sequence in case Sequence Length Type is Fixed.

JIRA :- https://openbravo.atlassian.net/browse/RM-9182 [^]
Revision 2024-03-05 14:13 by AtulOpenbravo
Description - Allows document sequence definition with below new properties to support Control Digit, Calculation Method based sequence definition to be used for document no in various transaction.

- Calculation Method:
  >> Auto numbering: Sequence number is based on a Next Assigned Number and an Increment By value that are defined in the sequence.
  >> Based On Sequence: Sequence number is based on a Base Sequence defined in the sequence.
  >> System DocumentNo_<tableName>: DEPRECATED! When the doc type is linked to a sequence with this calculation method, another sequence with name documentNo_<tableName> is used instead, being tableName the name of the document's type table associate with the doc type.

- Base Sequence: Defines a base sequence when Calculation Method is defined as "Based on Sequence". The result of base sequence computation is used as the number for the parent sequence which uses the base sequence.

- Control Digit:
  >> None:Sequence is built using FIN_Utility getDocumentNo method, not using Module 10 algorithm.
  >> Module 10:New control digit computed using Module10 Algorithm is added at the end of the sequence.

- Sequence Number Length:
  >> Fix Length: Computed sequence is of fix length that is equal to Sequence Length defined. If sequence length is short, zeros are appended as prefix to match the defined sequence length.
  >> Variable: Sequence Length is variable for computed sequence, not fixed.

- Sequence Length: Define the length of the sequence in case Sequence Length Type is Fixed.
Revision 2024-03-05 14:13 by AtulOpenbravo
Description - Allows document sequence definition with below new properties to support Control Digit, Calculation Method based sequence definition to be used for document no in various transaction.

- Calculation Method:
  >> Auto numbering: Sequence number is based on a Next Assigned Number and an Increment By value that are defined in the sequence.
  >> Based On Sequence: Sequence number is based on a Base Sequence defined in the sequence.
  >> System DocumentNo_<tableName>: DEPRECATED! When the doc type is linked to a sequence with this calculation method, another sequence with name documentNo_<tableName> is used instead, being tableName the name of the document's type table associate with the doc type.

- Base Sequence: Defines a base sequence when Calculation Method is defined as "Based on Sequence". The result of base sequence computation is used as the number for the parent sequence which uses the base sequence.

- Control Digit:
  >> None:Sequence is built using FIN_Utility getDocumentNo method, not using Module 10 algorithm.
  >> Module 10:New control digit computed using Module10 Algorithm is added at the end of the sequence.

- Sequence Number Length:
  >> Fix Length: Computed sequence is of fix length that is equal to Sequence Length defined. If sequence length is short, zeros are appended as prefix to match the defined sequence length.
  >> Variable: Sequence Length is variable for computed sequence, not fixed.

- Sequence Length: Numeric value to specify length of the computed sequence number.
Revision 2024-03-05 14:12 by AtulOpenbravo
Description - Allows document sequence definition with below new properties to support Control Digit, Calculation Method based sequence definition to be used for document no in various transaction.

- Calculation Method:
  >> Auto numbering: Sequence number is based on a Next Assigned Number and an Increment By value that are defined in the sequence.
  >> Based On Sequence: Sequence number is based on a Base Sequence defined in the sequence.
  >> System DocumentNo_<tableName>: DEPRECATED! When the doc type is linked to a sequence with this calculation method, another sequence with name documentNo_<tableName> is used instead, being tableName the name of the document's type table associate with the doc type.

- Base Sequence: Defines a base sequence when Calculation Method is defined as "Based on Sequence". The result of base sequence computation is used as the number for the parent sequence which uses the base sequence.

- Control Digit:
  >> None:Sequence is built using FIN_Utility getDocumentNo method, not using Module 10 algorithm.
  >> Module 10:New control digit computed using Module10 Algorithm is added at the end of the sequence.

- Sequence Number Length:
  >> Fix Length: Computed sequence is of fix length that is equal to Sequence Length defined. If sequence length is short, zeros are appended as prefix to match the defined sequence length.
  >> Variable: Sequence Length is variable for computed sequence, not fixed.

- Sequence Length: Numeric value to specific length of the computed sequence number.
Revision 2024-03-05 14:12 by AtulOpenbravo
Description - Allows document sequence definition with below new properties to support Control Digit, Calculation Method based sequence definition to be used for document no in various transaction.

- Calculation Method:
  >> Auto numbering: Sequence number is based on a Next Assigned Number and an Increment By value that are defined in the sequence.
  >> Based On Sequence: Sequence number is based on a Base Sequence defined in the sequence.
  >> System DocumentNo_<tableName>: DEPRECATED! When the doc type is linked to a sequence with this calculation method, another sequence with name documentNo_<tableName> is used instead, being tableName the name of the document's type table associate with the doc type.

- Base Sequence: sequence on which parent sequence computation depends on.

- Control Digit:
  >> None:Sequence is built using FIN_Utility getDocumentNo method, not using Module 10 algorithm.
  >> Module 10:New control digit computed using Module10 Algorithm is added at the end of the sequence.

- Sequence Number Length:
  >> Fix Length: Computed sequence is of fix length that is equal to Sequence Length defined. If sequence length is short, zeros are appended as prefix to match the defined sequence length.
  >> Variable: Sequence Length is variable for computed sequence, not fixed.

- Sequence Length: Numeric value to specific length of the computed sequence number.
Revision 2024-03-05 14:10 by AtulOpenbravo
Description - Allows document sequence definition with below new properties to support Control Digit, Calculation Method based sequence definition to be used for document no in various transaction.

- Calculation Method:
  >> Auto numbering: Sequence number is based on a Next Assigned Number and an Increment By value that are defined in the sequence.
  >> Based On Sequence: Sequence number is based on a Base Sequence defined in the sequence.
  >> System DocumentNo_<tableName>: DEPRECATED! When the doc type is linked to a sequence with this calculation method, another sequence with name documentNo_<tableName> is used instead, being tableName the name of the document's type table associate with the doc type.

- Base Sequence: sequence on which parent sequence computation depends on.

- Control Digit: None, Module 10

- Sequence Number Length: Fixed, Variable

- Sequence Length: Numeric value to specific length of the computed sequence number.
Revision 2024-03-05 14:05 by AtulOpenbravo
Description - Allows document sequence definition with below new properties to support Control Digit, Calculation Method based sequence definition to be used for document no in various transaction.

- Calculation Method: Available Methods >> Auto numbering, Based On Sequence
Deprecated Method: System DocumentNo_<tableName>

- Base Sequence: sequence on which parent sequence computation depends on.

- Control Digit: None, Module 10

- Sequence Number Length: Fixed, Variable

- Sequence Length: Numeric value to specific length of the computed sequence number.


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker