Class: PoInvPlanHeader
- Inherits:
-
Object
- Object
- PoInvPlanHeader
- Defined in:
- lib/po_detail/po_inv_plan_header.rb
Overview
class used to represent POINVPLANHEADER. Used internally
Instance Attribute Summary collapse
-
#auto_cor_dat ⇒ String
Automatic creation of correction dates in billing plan.
-
#calender_id ⇒ String
Calendar for Defining Days Relevant to Billing/Invoicing.
-
#category ⇒ String
Billing plan category.
-
#dates_from ⇒ Date
Dates from.
-
#dates_to ⇒ Date
Dates to.
-
#dev_bill_dat ⇒ String
Rule for Determination of a Deviating Billing/Invoice Date.
-
#doc_item ⇒ String
Item Number of Purchasing Document.
-
#end_date ⇒ Date
End date billing plan/invoice plan.
-
#horizon ⇒ String
Rule for Determining Horizon in Billing/Invoicing Plan.
-
#in_advance ⇒ String
Billing/Invoice Creation in Advance.
-
#ip_type ⇒ String
Billing/Invoicing Plan Type.
-
#iv_plan_num ⇒ String
Billing Plan Number / Invoicing Plan Number.
-
#lngth_stand_prd ⇒ String
Length of a standard period in the billing plan.
-
#orgn_end_dat ⇒ String
Rule for Origin of End Date for Billing/Invoicing Plan.
-
#orgn_from_dat ⇒ String
Rule for Origin of Start Dates.
-
#orgn_st_dat ⇒ String
Rule for Origin of Start Date of Billing/Invoicing Plan.
-
#orgn_until_dat ⇒ String
Rule for Origin of End Dates.
-
#period ⇒ String
Rule for Origin of Next Billing/Invoice Date.
-
#po_number ⇒ String
Purchasing Document Number.
-
#ref_iv_plan_num ⇒ String
Standard Billing/Invoicing Plan Number.
-
#sort_fld ⇒ String
Sort field.
-
#start_date ⇒ Date
Start date for billing plan/invoice plan.
-
#unlimited ⇒ String
Item unlimited in value.
Instance Attribute Details
#auto_cor_dat ⇒ String
Returns Automatic creation of correction dates in billing plan.
4 5 6 |
# File 'lib/po_detail/po_inv_plan_header.rb', line 4 def auto_cor_dat @auto_cor_dat end |
#calender_id ⇒ String
Returns Calendar for Defining Days Relevant to Billing/Invoicing.
6 7 8 |
# File 'lib/po_detail/po_inv_plan_header.rb', line 6 def calender_id @calender_id end |
#category ⇒ String
Returns Billing plan category.
8 9 10 |
# File 'lib/po_detail/po_inv_plan_header.rb', line 8 def category @category end |
#dates_from ⇒ Date
Returns Dates from.
10 11 12 |
# File 'lib/po_detail/po_inv_plan_header.rb', line 10 def dates_from @dates_from end |
#dates_to ⇒ Date
Returns Dates to.
12 13 14 |
# File 'lib/po_detail/po_inv_plan_header.rb', line 12 def dates_to @dates_to end |
#dev_bill_dat ⇒ String
Returns Rule for Determination of a Deviating Billing/Invoice Date.
14 15 16 |
# File 'lib/po_detail/po_inv_plan_header.rb', line 14 def dev_bill_dat @dev_bill_dat end |
#doc_item ⇒ String
Returns Item Number of Purchasing Document.
16 17 18 |
# File 'lib/po_detail/po_inv_plan_header.rb', line 16 def doc_item @doc_item end |
#end_date ⇒ Date
Returns End date billing plan/invoice plan.
18 19 20 |
# File 'lib/po_detail/po_inv_plan_header.rb', line 18 def end_date @end_date end |
#horizon ⇒ String
Returns Rule for Determining Horizon in Billing/Invoicing Plan.
20 21 22 |
# File 'lib/po_detail/po_inv_plan_header.rb', line 20 def horizon @horizon end |
#in_advance ⇒ String
Returns Billing/Invoice Creation in Advance.
22 23 24 |
# File 'lib/po_detail/po_inv_plan_header.rb', line 22 def in_advance @in_advance end |
#ip_type ⇒ String
Returns Billing/Invoicing Plan Type.
24 25 26 |
# File 'lib/po_detail/po_inv_plan_header.rb', line 24 def ip_type @ip_type end |
#iv_plan_num ⇒ String
Returns Billing Plan Number / Invoicing Plan Number.
26 27 28 |
# File 'lib/po_detail/po_inv_plan_header.rb', line 26 def iv_plan_num @iv_plan_num end |
#lngth_stand_prd ⇒ String
Returns Length of a standard period in the billing plan.
28 29 30 |
# File 'lib/po_detail/po_inv_plan_header.rb', line 28 def lngth_stand_prd @lngth_stand_prd end |
#orgn_end_dat ⇒ String
Returns Rule for Origin of End Date for Billing/Invoicing Plan.
30 31 32 |
# File 'lib/po_detail/po_inv_plan_header.rb', line 30 def orgn_end_dat @orgn_end_dat end |
#orgn_from_dat ⇒ String
Returns Rule for Origin of Start Dates.
32 33 34 |
# File 'lib/po_detail/po_inv_plan_header.rb', line 32 def orgn_from_dat @orgn_from_dat end |
#orgn_st_dat ⇒ String
Returns Rule for Origin of Start Date of Billing/Invoicing Plan.
34 35 36 |
# File 'lib/po_detail/po_inv_plan_header.rb', line 34 def orgn_st_dat @orgn_st_dat end |
#orgn_until_dat ⇒ String
Returns Rule for Origin of End Dates.
36 37 38 |
# File 'lib/po_detail/po_inv_plan_header.rb', line 36 def orgn_until_dat @orgn_until_dat end |
#period ⇒ String
Returns Rule for Origin of Next Billing/Invoice Date.
38 39 40 |
# File 'lib/po_detail/po_inv_plan_header.rb', line 38 def period @period end |
#po_number ⇒ String
Returns Purchasing Document Number.
40 41 42 |
# File 'lib/po_detail/po_inv_plan_header.rb', line 40 def po_number @po_number end |
#ref_iv_plan_num ⇒ String
Returns Standard Billing/Invoicing Plan Number.
42 43 44 |
# File 'lib/po_detail/po_inv_plan_header.rb', line 42 def ref_iv_plan_num @ref_iv_plan_num end |
#sort_fld ⇒ String
Returns Sort field.
44 45 46 |
# File 'lib/po_detail/po_inv_plan_header.rb', line 44 def sort_fld @sort_fld end |
#start_date ⇒ Date
Returns Start date for billing plan/invoice plan.
46 47 48 |
# File 'lib/po_detail/po_inv_plan_header.rb', line 46 def start_date @start_date end |
#unlimited ⇒ String
Returns Item unlimited in value.
48 49 50 |
# File 'lib/po_detail/po_inv_plan_header.rb', line 48 def unlimited @unlimited end |