Class: PoAllVersions
- Inherits:
-
Object
- Object
- PoAllVersions
- Defined in:
- lib/po_detail/po_all_versions.rb
Overview
class used to represent POALLVERSIONS. Used internally
Instance Attribute Summary collapse
-
#completed ⇒ String
Status version completed.
-
#cr_on ⇒ Date
Date on Which Record Was Created.
-
#created_by ⇒ String
Name of Person Who Created the Object.
-
#currency ⇒ Integer
Currency Key.
-
#currency_iso ⇒ String
ISO code currency.
-
#delete_ind ⇒ String
Deletion indicator in purchasing document.
-
#description ⇒ String
Description of version.
-
#doc_number ⇒ String
Object Number in Purchasing.
-
#doc_type ⇒ String
Purchasing Document Category.
-
#item_number ⇒ String
Purchasing object: item.
-
#net_value ⇒ Integer
Net Order Value in PO Currency.
-
#post_date ⇒ Date
Posting date of version.
-
#reason ⇒ String
Reason for change.
-
#rec_time ⇒ String
Entry time.
-
#release_date ⇒ Date
Date of release.
-
#release_time ⇒ String
Time of release.
-
#releaseby_pur ⇒ String
Name of approving buyer.
-
#released_by ⇒ String
Name of person effecting release.
-
#releasedate_pur ⇒ Date
Date of buyer approval.
-
#releasetime_pur ⇒ String
Time of buyer approval.
-
#req_by ⇒ String
Person requesting change.
-
#req_by_ext ⇒ String
External Change Number of Version.
-
#status ⇒ String
Version status.
-
#status_doc_old ⇒ String
Old processing state in purchasing document before version.
-
#value_changed ⇒ Integer
Value change due to version.
-
#version ⇒ String
Version number in Purchasing.
Instance Attribute Details
#completed ⇒ String
Returns Status version completed.
4 5 6 |
# File 'lib/po_detail/po_all_versions.rb', line 4 def completed @completed end |
#cr_on ⇒ Date
Returns Date on Which Record Was Created.
8 9 10 |
# File 'lib/po_detail/po_all_versions.rb', line 8 def cr_on @cr_on end |
#created_by ⇒ String
Returns Name of Person Who Created the Object.
6 7 8 |
# File 'lib/po_detail/po_all_versions.rb', line 6 def created_by @created_by end |
#currency ⇒ Integer
Returns Currency Key.
10 11 12 |
# File 'lib/po_detail/po_all_versions.rb', line 10 def currency @currency end |
#currency_iso ⇒ String
Returns ISO code currency.
12 13 14 |
# File 'lib/po_detail/po_all_versions.rb', line 12 def currency_iso @currency_iso end |
#delete_ind ⇒ String
Returns Deletion indicator in purchasing document.
14 15 16 |
# File 'lib/po_detail/po_all_versions.rb', line 14 def delete_ind @delete_ind end |
#description ⇒ String
Returns Description of version.
16 17 18 |
# File 'lib/po_detail/po_all_versions.rb', line 16 def description @description end |
#doc_number ⇒ String
Returns Object Number in Purchasing.
18 19 20 |
# File 'lib/po_detail/po_all_versions.rb', line 18 def doc_number @doc_number end |
#doc_type ⇒ String
Returns Purchasing Document Category.
20 21 22 |
# File 'lib/po_detail/po_all_versions.rb', line 20 def doc_type @doc_type end |
#item_number ⇒ String
Returns Purchasing object: item.
22 23 24 |
# File 'lib/po_detail/po_all_versions.rb', line 22 def item_number @item_number end |
#net_value ⇒ Integer
Returns Net Order Value in PO Currency.
24 25 26 |
# File 'lib/po_detail/po_all_versions.rb', line 24 def net_value @net_value end |
#post_date ⇒ Date
Returns Posting date of version.
26 27 28 |
# File 'lib/po_detail/po_all_versions.rb', line 26 def post_date @post_date end |
#reason ⇒ String
Returns Reason for change.
28 29 30 |
# File 'lib/po_detail/po_all_versions.rb', line 28 def reason @reason end |
#rec_time ⇒ String
Returns Entry time.
30 31 32 |
# File 'lib/po_detail/po_all_versions.rb', line 30 def rec_time @rec_time end |
#release_date ⇒ Date
Returns Date of release.
40 41 42 |
# File 'lib/po_detail/po_all_versions.rb', line 40 def release_date @release_date end |
#release_time ⇒ String
Returns Time of release.
42 43 44 |
# File 'lib/po_detail/po_all_versions.rb', line 42 def release_time @release_time end |
#releaseby_pur ⇒ String
Returns Name of approving buyer.
32 33 34 |
# File 'lib/po_detail/po_all_versions.rb', line 32 def releaseby_pur @releaseby_pur end |
#released_by ⇒ String
Returns Name of person effecting release.
36 37 38 |
# File 'lib/po_detail/po_all_versions.rb', line 36 def released_by @released_by end |
#releasedate_pur ⇒ Date
Returns Date of buyer approval.
34 35 36 |
# File 'lib/po_detail/po_all_versions.rb', line 34 def releasedate_pur @releasedate_pur end |
#releasetime_pur ⇒ String
Returns Time of buyer approval.
38 39 40 |
# File 'lib/po_detail/po_all_versions.rb', line 38 def releasetime_pur @releasetime_pur end |
#req_by ⇒ String
Returns Person requesting change.
44 45 46 |
# File 'lib/po_detail/po_all_versions.rb', line 44 def req_by @req_by end |
#req_by_ext ⇒ String
Returns External Change Number of Version.
46 47 48 |
# File 'lib/po_detail/po_all_versions.rb', line 46 def req_by_ext @req_by_ext end |
#status ⇒ String
Returns Version status.
48 49 50 |
# File 'lib/po_detail/po_all_versions.rb', line 48 def status @status end |
#status_doc_old ⇒ String
Returns Old processing state in purchasing document before version.
50 51 52 |
# File 'lib/po_detail/po_all_versions.rb', line 50 def status_doc_old @status_doc_old end |
#value_changed ⇒ Integer
Returns Value change due to version.
52 53 54 |
# File 'lib/po_detail/po_all_versions.rb', line 52 def value_changed @value_changed end |
#version ⇒ String
Returns Version number in Purchasing.
54 55 56 |
# File 'lib/po_detail/po_all_versions.rb', line 54 def version @version end |