Class: PoConfirmation

Inherits:
Object
  • Object
show all
Defined in:
lib/po_detail/po_confirmation.rb

Overview

class used to represent POCONFIRMATION. Used internally

Instance Attribute Summary collapse

Instance Attribute Details

#conf_nameString

Returns Confirmation Category: Description.

Returns:

  • (String)

    Confirmation Category: Description



4
5
6
# File 'lib/po_detail/po_confirmation.rb', line 4

def conf_name
  @conf_name
end

#conf_serString

Returns Sequential Number of Vendor Confirmation.

Returns:

  • (String)

    Sequential Number of Vendor Confirmation



6
7
8
# File 'lib/po_detail/po_confirmation.rb', line 6

def conf_ser
  @conf_ser
end

#conf_typeString

Returns Confirmation Category.

Returns:

  • (String)

    Confirmation Category



8
9
10
# File 'lib/po_detail/po_confirmation.rb', line 8

def conf_type
  @conf_type
end

#del_datcatString

Returns Date category of delivery date in vendor confirmation.

Returns:

  • (String)

    Date category of delivery date in vendor confirmation



20
21
22
# File 'lib/po_detail/po_confirmation.rb', line 20

def del_datcat
  @del_datcat
end

#del_datcat_extString

Returns Category of delivery date.

Returns:

  • (String)

    Category of delivery date



22
23
24
# File 'lib/po_detail/po_confirmation.rb', line 22

def del_datcat_ext
  @del_datcat_ext
end

#delete_indString

Returns Vendor confirmation deletion indicator.

Returns:

  • (String)

    Vendor confirmation deletion indicator



10
11
12
# File 'lib/po_detail/po_confirmation.rb', line 10

def delete_ind
  @delete_ind
end

#deliv_dateDate

Returns Delivery Date of Vendor Confirmation.

Returns:

  • (Date)

    Delivery Date of Vendor Confirmation



12
13
14
# File 'lib/po_detail/po_confirmation.rb', line 12

def deliv_date
  @deliv_date
end

#deliv_itemString

Returns Delivery Item.

Returns:

  • (String)

    Delivery Item



14
15
16
# File 'lib/po_detail/po_confirmation.rb', line 14

def deliv_item
  @deliv_item
end

#deliv_numbString

Returns Delivery.

Returns:

  • (String)

    Delivery



16
17
18
# File 'lib/po_detail/po_confirmation.rb', line 16

def deliv_numb
  @deliv_numb
end

#deliv_timeString

Returns Delivery Date Time-Spot in Vendor Confirmation.

Returns:

  • (String)

    Delivery Date Time-Spot in Vendor Confirmation



18
19
20
# File 'lib/po_detail/po_confirmation.rb', line 18

def deliv_time
  @deliv_time
end

#dispo_relString

Returns Indicator: Confirmation is Relevant to Materials Planning.

Returns:

  • (String)

    Indicator: Confirmation is Relevant to Materials Planning



24
25
26
# File 'lib/po_detail/po_confirmation.rb', line 24

def dispo_rel
  @dispo_rel
end

#ext_docString

Returns External Document Number of Vendor Confirmation.

Returns:

  • (String)

    External Document Number of Vendor Confirmation



26
27
28
# File 'lib/po_detail/po_confirmation.rb', line 26

def ext_doc
  @ext_doc
end

#ext_doc_longString

Returns Reference Document Number (for Dependencies see Long Text).

Returns:

  • (String)

    Reference Document Number (for Dependencies see Long Text)



28
29
30
# File 'lib/po_detail/po_confirmation.rb', line 28

def ext_doc_long
  @ext_doc_long
end

#handoverdateDate

Returns Handover Date at the Handover Location.

Returns:

  • (Date)

    Handover Date at the Handover Location



30
31
32
# File 'lib/po_detail/po_confirmation.rb', line 30

def handoverdate
  @handoverdate
end

#handovertimeString

Returns Handover time at the handover location.

Returns:

  • (String)

    Handover time at the handover location



32
33
34
# File 'lib/po_detail/po_confirmation.rb', line 32

def handovertime
  @handovertime
end

#po_itemString

Returns Item Number of Purchasing Document.

Returns:

  • (String)

    Item Number of Purchasing Document



34
35
36
# File 'lib/po_detail/po_confirmation.rb', line 34

def po_item
  @po_item
end

#quantityInteger

Returns Quantity as Per Vendor Confirmation.

Returns:

  • (Integer)

    Quantity as Per Vendor Confirmation



36
37
38
# File 'lib/po_detail/po_confirmation.rb', line 36

def quantity
  @quantity
end

#receipt_relString

Returns Indicator: Confirmation is GR-Relevant.

Returns:

  • (String)

    Indicator: Confirmation is GR-Relevant



38
39
40
# File 'lib/po_detail/po_confirmation.rb', line 38

def receipt_rel
  @receipt_rel
end