Class: PoSchedule
- Inherits:
-
Object
- Object
- PoSchedule
- Defined in:
- lib/po_detail/po_schedule.rb
Overview
class used to represent POSCHEDULE. Used internally
Instance Attribute Summary collapse
-
#com_date ⇒ Date
Committed date.
-
#com_qty ⇒ Integer
Committed Quantity.
-
#del_datcat_ext ⇒ String
Category of delivery date.
-
#delete_ind ⇒ String
Deletion indicator in purchasing document.
-
#deliv_time ⇒ String
Delivery Date Time-Spot.
-
#delivery_date ⇒ String
Delivery Date.
-
#geo_route ⇒ String
Description of a Geographical Route.
-
#gi_date ⇒ Date
Goods Issue Date.
-
#gi_time ⇒ String
Time of Goods Issue (Local, Relating to a Plant).
-
#gr_end_date ⇒ Date
Goods Receipt End Date.
-
#gr_end_time ⇒ String
Goods Receipt End Time (Local, Relating to a Plant).
-
#handoverdate ⇒ Date
Handover Date at the Handover Location.
-
#handovertime ⇒ String
Handover time at the handover location.
-
#load_date ⇒ Date
Loading Date.
-
#load_time ⇒ String
Loading Time (Local Time Relating to a Shipping Point).
-
#ms_date ⇒ Date
Material Availability Date.
-
#ms_time ⇒ String
Material Staging Time (Local, Relating to a Plant).
-
#po_date ⇒ Date
Order date of schedule line.
-
#po_item ⇒ String
Item Number of Purchasing Document.
-
#preq_item ⇒ String
Item number of purchase requisition.
-
#preq_no ⇒ String
Purchase Requisition Number.
-
#quantity ⇒ Integer
Scheduled Quantity.
-
#req_closed ⇒ String
Purchase requisition closed.
-
#routesched ⇒ String
Route Schedule.
-
#sched_line ⇒ String
Schedule Line Number.
-
#stat_date ⇒ Date
Statistics-Relevant Delivery Date.
-
#tp_date ⇒ Date
Transportation Planning Date.
-
#tp_time ⇒ String
Transp.
Instance Attribute Details
#com_date ⇒ Date
Returns Committed date.
4 5 6 |
# File 'lib/po_detail/po_schedule.rb', line 4 def com_date @com_date end |
#com_qty ⇒ Integer
Returns Committed Quantity.
6 7 8 |
# File 'lib/po_detail/po_schedule.rb', line 6 def com_qty @com_qty end |
#del_datcat_ext ⇒ String
Returns Category of delivery date.
14 15 16 |
# File 'lib/po_detail/po_schedule.rb', line 14 def del_datcat_ext @del_datcat_ext end |
#delete_ind ⇒ String
Returns Deletion indicator in purchasing document.
8 9 10 |
# File 'lib/po_detail/po_schedule.rb', line 8 def delete_ind @delete_ind end |
#deliv_time ⇒ String
Returns Delivery Date Time-Spot.
12 13 14 |
# File 'lib/po_detail/po_schedule.rb', line 12 def deliv_time @deliv_time end |
#delivery_date ⇒ String
Returns Delivery Date.
10 11 12 |
# File 'lib/po_detail/po_schedule.rb', line 10 def delivery_date @delivery_date end |
#geo_route ⇒ String
Returns Description of a Geographical Route.
16 17 18 |
# File 'lib/po_detail/po_schedule.rb', line 16 def geo_route @geo_route end |
#gi_date ⇒ Date
Returns Goods Issue Date.
18 19 20 |
# File 'lib/po_detail/po_schedule.rb', line 18 def gi_date @gi_date end |
#gi_time ⇒ String
Returns Time of Goods Issue (Local, Relating to a Plant).
20 21 22 |
# File 'lib/po_detail/po_schedule.rb', line 20 def gi_time @gi_time end |
#gr_end_date ⇒ Date
Returns Goods Receipt End Date.
22 23 24 |
# File 'lib/po_detail/po_schedule.rb', line 22 def gr_end_date @gr_end_date end |
#gr_end_time ⇒ String
Returns Goods Receipt End Time (Local, Relating to a Plant).
24 25 26 |
# File 'lib/po_detail/po_schedule.rb', line 24 def gr_end_time @gr_end_time end |
#handoverdate ⇒ Date
Returns Handover Date at the Handover Location.
26 27 28 |
# File 'lib/po_detail/po_schedule.rb', line 26 def handoverdate @handoverdate end |
#handovertime ⇒ String
Returns Handover time at the handover location.
28 29 30 |
# File 'lib/po_detail/po_schedule.rb', line 28 def handovertime @handovertime end |
#load_date ⇒ Date
Returns Loading Date.
30 31 32 |
# File 'lib/po_detail/po_schedule.rb', line 30 def load_date @load_date end |
#load_time ⇒ String
Returns Loading Time (Local Time Relating to a Shipping Point).
32 33 34 |
# File 'lib/po_detail/po_schedule.rb', line 32 def load_time @load_time end |
#ms_date ⇒ Date
Returns Material Availability Date.
34 35 36 |
# File 'lib/po_detail/po_schedule.rb', line 34 def ms_date @ms_date end |
#ms_time ⇒ String
Returns Material Staging Time (Local, Relating to a Plant).
36 37 38 |
# File 'lib/po_detail/po_schedule.rb', line 36 def ms_time @ms_time end |
#po_date ⇒ Date
Returns Order date of schedule line.
38 39 40 |
# File 'lib/po_detail/po_schedule.rb', line 38 def po_date @po_date end |
#po_item ⇒ String
Returns Item Number of Purchasing Document.
40 41 42 |
# File 'lib/po_detail/po_schedule.rb', line 40 def po_item @po_item end |
#preq_item ⇒ String
Returns Item number of purchase requisition.
42 43 44 |
# File 'lib/po_detail/po_schedule.rb', line 42 def preq_item @preq_item end |
#preq_no ⇒ String
Returns Purchase Requisition Number.
44 45 46 |
# File 'lib/po_detail/po_schedule.rb', line 44 def preq_no @preq_no end |
#quantity ⇒ Integer
Returns Scheduled Quantity.
46 47 48 |
# File 'lib/po_detail/po_schedule.rb', line 46 def quantity @quantity end |
#req_closed ⇒ String
Returns Purchase requisition closed.
48 49 50 |
# File 'lib/po_detail/po_schedule.rb', line 48 def req_closed @req_closed end |
#routesched ⇒ String
Returns Route Schedule.
50 51 52 |
# File 'lib/po_detail/po_schedule.rb', line 50 def routesched @routesched end |
#sched_line ⇒ String
Returns Schedule Line Number.
52 53 54 |
# File 'lib/po_detail/po_schedule.rb', line 52 def sched_line @sched_line end |
#stat_date ⇒ Date
Returns Statistics-Relevant Delivery Date.
54 55 56 |
# File 'lib/po_detail/po_schedule.rb', line 54 def stat_date @stat_date end |
#tp_date ⇒ Date
Returns Transportation Planning Date.
56 57 58 |
# File 'lib/po_detail/po_schedule.rb', line 56 def tp_date @tp_date end |
#tp_time ⇒ String
Returns Transp. Planning Time (Local, Relating to a Shipping Point).
58 59 60 |
# File 'lib/po_detail/po_schedule.rb', line 58 def tp_time @tp_time end |