Business-EDI
view release on metacpan or search on metacpan
lib/Business/EDI/CodeList/FrequencyCode.pm view on Meta::CPAN
# 2013 Frequency code [C]
# Desc: Code specifying the rate of recurrence.
# Repr: an..3
my %code_hash = (
'A' => [ 'Annually (calendar year)',
'Code defining a yearly forecast.' ],
'B' => [ 'Continuous',
'Flexible frequency scheduling based on continuous consumption of items.' ],
'C' => [ 'Synchronous',
'Flexible frequency scheduling based on synchronous consumption of items.' ],
'D' => [ 'Discrete',
'Flexible frequency according to planning process.' ],
'E' => [ 'Replenishment',
'Flexible frequency scheduling based on replenishment of the consumption of items.' ],
'F' => [ 'Flexible interval (from date X through date Y)',
'Code defining a forecasted usage that is planned between two defined dates.' ],
'G' => [ 'Ten days',
'Ten day interval.' ],
'H' => [ 'Semi-monthly',
'Half month interval.' ],
( run in 0.234 second using v1.01-cache-2.11-cpan-0d8aa00de5b )