Class: PoHistoryTotals

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

Overview

class used to represent POHISTORY_TOTALS. Used internally

Instance Attribute Summary collapse

Instance Attribute Details

#bl_qtyInteger

Returns Quantity in GR blocked stock in order price unit.

Returns:

  • (Integer)

    Quantity in GR blocked stock in order price unit



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

def bl_qty
  @bl_qty
end

#bl_qty_totalInteger

Returns GR blocked stock in order unit (absolute amount).

Returns:

  • (Integer)

    GR blocked stock in order unit (absolute amount)



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

def bl_qty_total
  @bl_qty_total
end

#blocked_qyInteger

Returns Goods Receipt Blocked Stock in Order Unit.

Returns:

  • (Integer)

    Goods Receipt Blocked Stock in Order Unit



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

def blocked_qy
  @blocked_qy
end

#cl_val_forInteger

Returns Clearing value on GR/IR account in foreign currency.

Returns:

  • (Integer)

    Clearing value on GR/IR account in foreign currency



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

def cl_val_for
  @cl_val_for
end

#cl_val_locInteger

Returns GR/IR account clearing value in local currency.

Returns:

  • (Integer)

    GR/IR account clearing value in local currency



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

def cl_val_loc
  @cl_val_loc
end

#currencyInteger

Returns Currency Key.

Returns:

  • (Integer)

    Currency Key



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

def currency
  @currency
end

#currency_isoString

Returns ISO Currency Code.

Returns:

  • (String)

    ISO Currency Code



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

def currency_iso
  @currency_iso
end

#deliv_qtyInteger

Returns Quantity of Goods Received.

Returns:

  • (Integer)

    Quantity of Goods Received



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

def deliv_qty
  @deliv_qty
end

#dl_qty_totalInteger

Returns Goods receipt quantity: Absolute amount.

Returns:

  • (Integer)

    Goods receipt quantity: Absolute amount



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

def dl_qty_total
  @dl_qty_total
end

#dl_qty_trspInteger

Returns Quantity Delivered (Stock Transfer).

Returns:

  • (Integer)

    Quantity Delivered (Stock Transfer)



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

def dl_qty_trsp
  @dl_qty_trsp
end

#dop_vl_locInteger

Returns Total Down Payments in Local Currency.

Returns:

  • (Integer)

    Total Down Payments in Local Currency



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

def dop_vl_loc
  @dop_vl_loc
end

#iv_qtyInteger

Returns Quantity invoiced.

Returns:

  • (Integer)

    Quantity invoiced



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

def iv_qty
  @iv_qty
end

#iv_qty_poInteger

Returns Invoice receipt quantity in order price unit.

Returns:

  • (Integer)

    Invoice receipt quantity in order price unit



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

def iv_qty_po
  @iv_qty_po
end

#iv_qty_totalInteger

Returns Invoice receipt quantity: Absolute amount.

Returns:

  • (Integer)

    Invoice receipt quantity: Absolute amount



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

def iv_qty_total
  @iv_qty_total
end

#ivval_forInteger

Returns Entered invoice value in foreign currency.

Returns:

  • (Integer)

    Entered invoice value in foreign currency



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

def ivval_for
  @ivval_for
end

#ivval_locInteger

Returns Entered invoice value in local currency.

Returns:

  • (Integer)

    Entered invoice value in local currency



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

def ivval_loc
  @ivval_loc
end

#po_itemString

Returns Item Number of Purchasing Document.

Returns:

  • (String)

    Item Number of Purchasing Document



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

def po_item
  @po_item
end

#po_pr_qntInteger

Returns Quantity in Purchase Order Price Unit.

Returns:

  • (Integer)

    Quantity in Purchase Order Price Unit



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

def po_pr_qnt
  @po_pr_qnt
end

#serial_noString

Returns Sequential Number of Account Assignment.

Returns:

  • (String)

    Sequential Number of Account Assignment



40
41
42
# File 'lib/po_detail/po_history_totals.rb', line 40

def serial_no
  @serial_no
end

#val_gr_forInteger

Returns Value of goods received in foreign currency.

Returns:

  • (Integer)

    Value of goods received in foreign currency



42
43
44
# File 'lib/po_detail/po_history_totals.rb', line 42

def val_gr_for
  @val_gr_for
end

#val_gr_locInteger

Returns Value of goods received in local currency.

Returns:

  • (Integer)

    Value of goods received in local currency



44
45
46
# File 'lib/po_detail/po_history_totals.rb', line 44

def val_gr_loc
  @val_gr_loc
end

#val_iv_forInteger

Returns Invoice amount in foreign currency.

Returns:

  • (Integer)

    Invoice amount in foreign currency



46
47
48
# File 'lib/po_detail/po_history_totals.rb', line 46

def val_iv_for
  @val_iv_for
end

#val_iv_locInteger

Returns Invoice amount in local currency.

Returns:

  • (Integer)

    Invoice amount in local currency



48
49
50
# File 'lib/po_detail/po_history_totals.rb', line 48

def val_iv_loc
  @val_iv_loc
end

#withdr_qtyInteger

Returns Issued Quantity.

Returns:

  • (Integer)

    Issued Quantity



50
51
52
# File 'lib/po_detail/po_history_totals.rb', line 50

def withdr_qty
  @withdr_qty
end