ruconomic 0.9.1 → 0.9.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (65) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. data/lib/ruconomic/api/account.rb +86 -86
  4. data/lib/ruconomic/api/accounting_period.rb +18 -18
  5. data/lib/ruconomic/api/accounting_year.rb +26 -26
  6. data/lib/ruconomic/api/activity.rb +14 -14
  7. data/lib/ruconomic/api/bank_payment_type.rb +16 -16
  8. data/lib/ruconomic/api/budget_figure.rb +56 -56
  9. data/lib/ruconomic/api/cash_book.rb +38 -38
  10. data/lib/ruconomic/api/cash_book_entry.rb +118 -118
  11. data/lib/ruconomic/api/company.rb +48 -48
  12. data/lib/ruconomic/api/cost_type.rb +22 -22
  13. data/lib/ruconomic/api/cost_type_group.rb +18 -18
  14. data/lib/ruconomic/api/creditor.rb +114 -114
  15. data/lib/ruconomic/api/creditor_contact.rb +44 -44
  16. data/lib/ruconomic/api/creditor_entry.rb +40 -40
  17. data/lib/ruconomic/api/creditor_group.rb +34 -34
  18. data/lib/ruconomic/api/currency.rb +10 -10
  19. data/lib/ruconomic/api/current_invoice.rb +184 -184
  20. data/lib/ruconomic/api/current_invoice_line.rb +72 -72
  21. data/lib/ruconomic/api/current_supplier_invoice.rb +18 -18
  22. data/lib/ruconomic/api/current_supplier_invoice_line.rb +14 -14
  23. data/lib/ruconomic/api/debtor.rb +152 -152
  24. data/lib/ruconomic/api/debtor_contact.rb +54 -54
  25. data/lib/ruconomic/api/debtor_entry.rb +38 -38
  26. data/lib/ruconomic/api/debtor_group.rb +38 -38
  27. data/lib/ruconomic/api/delivery_location.rb +56 -56
  28. data/lib/ruconomic/api/department.rb +32 -32
  29. data/lib/ruconomic/api/distribution_key.rb +30 -30
  30. data/lib/ruconomic/api/document_archive_category.rb +26 -26
  31. data/lib/ruconomic/api/employee.rb +70 -70
  32. data/lib/ruconomic/api/employee_group.rb +32 -32
  33. data/lib/ruconomic/api/entry.rb +52 -52
  34. data/lib/ruconomic/api/extended_vat_zone.rb +12 -12
  35. data/lib/ruconomic/api/inventory_location.rb +14 -14
  36. data/lib/ruconomic/api/invoice.rb +115 -111
  37. data/lib/ruconomic/api/invoice_line.rb +40 -40
  38. data/lib/ruconomic/api/key_figure_code.rb +16 -16
  39. data/lib/ruconomic/api/mileage_entry.rb +52 -52
  40. data/lib/ruconomic/api/order.rb +194 -194
  41. data/lib/ruconomic/api/order_line.rb +74 -74
  42. data/lib/ruconomic/api/price_group.rb +32 -32
  43. data/lib/ruconomic/api/product.rb +88 -88
  44. data/lib/ruconomic/api/product_group.rb +44 -44
  45. data/lib/ruconomic/api/product_price.rb +26 -26
  46. data/lib/ruconomic/api/project.rb +74 -74
  47. data/lib/ruconomic/api/project_group.rb +18 -18
  48. data/lib/ruconomic/api/quotation.rb +190 -190
  49. data/lib/ruconomic/api/quotation_line.rb +74 -74
  50. data/lib/ruconomic/api/report_code.rb +12 -12
  51. data/lib/ruconomic/api/report_code_set.rb +14 -14
  52. data/lib/ruconomic/api/scanned_document.rb +28 -28
  53. data/lib/ruconomic/api/subscriber.rb +78 -78
  54. data/lib/ruconomic/api/subscription.rb +62 -62
  55. data/lib/ruconomic/api/subscription_line.rb +50 -50
  56. data/lib/ruconomic/api/sum_interval.rb +26 -26
  57. data/lib/ruconomic/api/template_collection.rb +12 -12
  58. data/lib/ruconomic/api/term_of_payment.rb +50 -50
  59. data/lib/ruconomic/api/time_entry.rb +42 -42
  60. data/lib/ruconomic/api/unit.rb +30 -30
  61. data/lib/ruconomic/api/vat_account.rb +24 -24
  62. data/lib/ruconomic/api.rb +12 -13
  63. data/lib/ruconomic/version.rb +1 -1
  64. data/ruconomic.gemspec +1 -1
  65. metadata +20 -21
@@ -6,443 +6,443 @@ module Ruconomic
6
6
  # Creates a new quotation line from a data object.
7
7
  # Parameters: data: The data object that specifies the properties of the new quotation line.
8
8
  #
9
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
9
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
10
10
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=QuotationLine_CreateFromData
11
11
  # @return [Hash] The body content of the SOAP response.
12
12
  def self.create_from_data
13
13
  response = invoke('QuotationLine_CreateFromData') do |message|
14
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
14
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
15
15
  end
16
16
  end
17
17
 
18
18
  # Creates new quotation lines from data objects.
19
19
  # Parameters: dataArray: The array of data objects that specifies the properties of the new quotation lines.
20
20
  #
21
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
21
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
22
22
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=QuotationLine_CreateFromDataArray
23
23
  # @return [Hash] The body content of the SOAP response.
24
24
  def self.create_from_data_array
25
25
  response = invoke('QuotationLine_CreateFromDataArray') do |message|
26
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
26
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
27
27
  end
28
28
  end
29
29
 
30
30
  # Update quotation lines from data objects.
31
31
  # Parameters: dataArray: The array of data objects.
32
32
  #
33
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
33
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
34
34
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=QuotationLine_UpdateFromDataArray
35
35
  # @return [Hash] The body content of the SOAP response.
36
36
  def self.update_from_data_array
37
37
  response = invoke('QuotationLine_UpdateFromDataArray') do |message|
38
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
38
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
39
39
  end
40
40
  end
41
41
 
42
42
  # Updates an quotation line from a data object.
43
43
  # Parameters: data: The data object.
44
44
  #
45
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
45
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
46
46
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=QuotationLine_UpdateFromData
47
47
  # @return [Hash] The body content of the SOAP response.
48
48
  def self.update_from_data
49
49
  response = invoke('QuotationLine_UpdateFromData') do |message|
50
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
50
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
51
51
  end
52
52
  end
53
53
 
54
54
  # Returns an quotation line data object for a given quotation line.
55
55
  # Parameters: entityHandle: A handle for the quotation line.
56
56
  #
57
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
57
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
58
58
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=QuotationLine_GetData
59
59
  # @return [Hash] The body content of the SOAP response.
60
60
  def self.get_data
61
61
  response = invoke('QuotationLine_GetData') do |message|
62
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
62
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
63
63
  end
64
64
  end
65
65
 
66
66
  # Returns quotation line data objects for a given set of quotation line handles.
67
67
  # Parameters: entityHandles: An array of the quotation line handles.
68
68
  #
69
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
69
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
70
70
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=QuotationLine_GetDataArray
71
71
  # @return [Hash] The body content of the SOAP response.
72
72
  def self.get_data_array
73
73
  response = invoke('QuotationLine_GetDataArray') do |message|
74
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
74
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
75
75
  end
76
76
  end
77
77
 
78
78
  # Gets the number of an quotation line.
79
79
  # Parameters: quotationLineHandle: Handle for the quotation line.
80
80
  #
81
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
81
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
82
82
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=QuotationLine_GetNumber
83
83
  # @return [Hash] The body content of the SOAP response.
84
84
  def self.get_number
85
85
  response = invoke('QuotationLine_GetNumber') do |message|
86
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
86
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
87
87
  end
88
88
  end
89
89
 
90
90
  # Gets a handle for the quotation of an quotation line.
91
91
  # Parameters: quotationLineHandle: Handle for the quotation line.
92
92
  #
93
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
93
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
94
94
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=QuotationLine_GetQuotation
95
95
  # @return [Hash] The body content of the SOAP response.
96
96
  def self.get_quotation
97
97
  response = invoke('QuotationLine_GetQuotation') do |message|
98
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
98
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
99
99
  end
100
100
  end
101
101
 
102
102
  # Sets the description of an quotation line.
103
103
  # Parameters: quotationLineHandle: Handle for the quotation line. value: The new description of the quotation line.
104
104
  #
105
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
105
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
106
106
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=QuotationLine_SetDescription
107
107
  # @return [Hash] The body content of the SOAP response.
108
108
  def self.set_description
109
109
  response = invoke('QuotationLine_SetDescription') do |message|
110
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
110
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
111
111
  end
112
112
  end
113
113
 
114
114
  # Gets the description of an quotation line.
115
115
  # Parameters: quotationLineHandle: Handle for the quotation line.
116
116
  #
117
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
117
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
118
118
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=QuotationLine_GetDescription
119
119
  # @return [Hash] The body content of the SOAP response.
120
120
  def self.get_description
121
121
  response = invoke('QuotationLine_GetDescription') do |message|
122
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
122
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
123
123
  end
124
124
  end
125
125
 
126
126
  # Gets the delivery date of an quotation line.
127
127
  # Parameters: quotationLineHandle: Handle for the quotation line.
128
128
  #
129
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
129
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
130
130
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=QuotationLine_GetDeliveryDate
131
131
  # @return [Hash] The body content of the SOAP response.
132
132
  def self.get_delivery_date
133
133
  response = invoke('QuotationLine_GetDeliveryDate') do |message|
134
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
134
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
135
135
  end
136
136
  end
137
137
 
138
138
  # Sets the delivery date of an quotation line.
139
139
  # Parameters: quotationLineHandle: Handle for the quotation line. value: The new delivery date of the quotation line.
140
140
  #
141
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
141
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
142
142
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=QuotationLine_SetDeliveryDate
143
143
  # @return [Hash] The body content of the SOAP response.
144
144
  def self.set_delivery_date
145
145
  response = invoke('QuotationLine_SetDeliveryDate') do |message|
146
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
146
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
147
147
  end
148
148
  end
149
149
 
150
150
  # Gets handle for primary unit of an quotation line.
151
151
  # Parameters: quotationLineHandle: Handle for the quotation line.
152
152
  #
153
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
153
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
154
154
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=QuotationLine_GetUnit
155
155
  # @return [Hash] The body content of the SOAP response.
156
156
  def self.get_unit
157
157
  response = invoke('QuotationLine_GetUnit') do |message|
158
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
158
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
159
159
  end
160
160
  end
161
161
 
162
162
  # Sets primary unit of an quotation line.
163
163
  # Parameters: quotationLineHandle: Handle for the quotation line. valueHandle: Handle for new primary unit of the quotation line.
164
164
  #
165
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
165
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
166
166
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=QuotationLine_SetUnit
167
167
  # @return [Hash] The body content of the SOAP response.
168
168
  def self.set_unit
169
169
  response = invoke('QuotationLine_SetUnit') do |message|
170
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
170
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
171
171
  end
172
172
  end
173
173
 
174
174
  # Gets handle for product of an quotation line.
175
175
  # Parameters: quotationLineHandle: Handle for the quotation line.
176
176
  #
177
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
177
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
178
178
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=QuotationLine_GetProduct
179
179
  # @return [Hash] The body content of the SOAP response.
180
180
  def self.get_product
181
181
  response = invoke('QuotationLine_GetProduct') do |message|
182
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
182
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
183
183
  end
184
184
  end
185
185
 
186
186
  # Sets product of an quotation line. Setting the product also sets the unit cost price to the cost price of the product. The product must be set before setting the quantity and the unit net price.
187
187
  # Parameters: quotationLineHandle: Handle for the quotation line. valueHandle: Handle for new product of the quotation line.
188
188
  #
189
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
189
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
190
190
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=QuotationLine_SetProduct
191
191
  # @return [Hash] The body content of the SOAP response.
192
192
  def self.set_product
193
193
  response = invoke('QuotationLine_SetProduct') do |message|
194
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
194
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
195
195
  end
196
196
  end
197
197
 
198
198
  # Sets primary quantity of an quotation line. The product of the quotation line must be set before setting this property.
199
199
  # Parameters: quotationLineHandle: Handle for the quotation line. valueHandle: Handle for primary quantity of the quotation line.
200
200
  #
201
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
201
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
202
202
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=QuotationLine_SetQuantity
203
203
  # @return [Hash] The body content of the SOAP response.
204
204
  def self.set_quantity
205
205
  response = invoke('QuotationLine_SetQuantity') do |message|
206
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
206
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
207
207
  end
208
208
  end
209
209
 
210
210
  # Gets primary quantity of an quotation line.
211
211
  # Parameters: quotationLineHandle: Handle for the quotation line.
212
212
  #
213
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
213
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
214
214
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=QuotationLine_GetQuantity
215
215
  # @return [Hash] The body content of the SOAP response.
216
216
  def self.get_quantity
217
217
  response = invoke('QuotationLine_GetQuantity') do |message|
218
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
218
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
219
219
  end
220
220
  end
221
221
 
222
222
  # Sets price per unit without VAT of an quotation line (in the currency of the quotation). The product of the quotation line must be set before setting this property.
223
223
  # Parameters: quotationLineHandle: Handle for the quotation line. value: The new price per unit without VAT of the quotation line.
224
224
  #
225
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
225
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
226
226
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=QuotationLine_SetUnitNetPrice
227
227
  # @return [Hash] The body content of the SOAP response.
228
228
  def self.set_unit_net_price
229
229
  response = invoke('QuotationLine_SetUnitNetPrice') do |message|
230
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
230
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
231
231
  end
232
232
  end
233
233
 
234
234
  # Gets price per unit without VAT of an quotation line (in the currency of the quotation).
235
235
  # Parameters: quotationLineHandle: Handle for the quotation line.
236
236
  #
237
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
237
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
238
238
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=QuotationLine_GetUnitNetPrice
239
239
  # @return [Hash] The body content of the SOAP response.
240
240
  def self.get_unit_net_price
241
241
  response = invoke('QuotationLine_GetUnitNetPrice') do |message|
242
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
242
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
243
243
  end
244
244
  end
245
245
 
246
246
  # Gets discount of an quotation line as percent.
247
247
  # Parameters: quotationLineHandle: Handle for the quotation line.
248
248
  #
249
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
249
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
250
250
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=QuotationLine_GetDiscountAsPercent
251
251
  # @return [Hash] The body content of the SOAP response.
252
252
  def self.get_discount_as_percent
253
253
  response = invoke('QuotationLine_GetDiscountAsPercent') do |message|
254
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
254
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
255
255
  end
256
256
  end
257
257
 
258
258
  # Sets discount of an quotation line as percent.
259
259
  # Parameters: quotationLineHandle: Handle for the quotation line. value: The new discount as percent of the quotation line.
260
260
  #
261
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
261
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
262
262
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=QuotationLine_SetDiscountAsPercent
263
263
  # @return [Hash] The body content of the SOAP response.
264
264
  def self.set_discount_as_percent
265
265
  response = invoke('QuotationLine_SetDiscountAsPercent') do |message|
266
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
266
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
267
267
  end
268
268
  end
269
269
 
270
270
  # Gets the cost price per unit witout VAT of an quotation line (in the default currency).
271
271
  # Parameters: quotationLineHandle: Handle for the quotation line.
272
272
  #
273
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
273
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
274
274
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=QuotationLine_GetUnitCostPrice
275
275
  # @return [Hash] The body content of the SOAP response.
276
276
  def self.get_unit_cost_price
277
277
  response = invoke('QuotationLine_GetUnitCostPrice') do |message|
278
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
278
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
279
279
  end
280
280
  end
281
281
 
282
282
  # Gets the total amount without VAT of an quotation line (in the currency of the quotation).
283
283
  # Parameters: quotationLineHandle: Handle for the quotation line.
284
284
  #
285
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
285
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
286
286
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=QuotationLine_GetTotalNetAmount
287
287
  # @return [Hash] The body content of the SOAP response.
288
288
  def self.get_total_net_amount
289
289
  response = invoke('QuotationLine_GetTotalNetAmount') do |message|
290
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
290
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
291
291
  end
292
292
  end
293
293
 
294
294
  # Gets the margin of an quotation line (in the currency of the quotation).
295
295
  # Parameters: quotationLineHandle: Handle for the quotation line.
296
296
  #
297
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
297
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
298
298
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=QuotationLine_GetTotalMargin
299
299
  # @return [Hash] The body content of the SOAP response.
300
300
  def self.get_total_margin
301
301
  response = invoke('QuotationLine_GetTotalMargin') do |message|
302
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
302
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
303
303
  end
304
304
  end
305
305
 
306
306
  # Gets the margin as percent of an quotation line.
307
307
  # Parameters: quotationLineHandle: Handle for the quotation line.
308
308
  #
309
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
309
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
310
310
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=QuotationLine_GetMarginAsPercent
311
311
  # @return [Hash] The body content of the SOAP response.
312
312
  def self.get_margin_as_percent
313
313
  response = invoke('QuotationLine_GetMarginAsPercent') do |message|
314
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
314
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
315
315
  end
316
316
  end
317
317
 
318
318
  # Gets a handle for the department of an quotation line. The department is only accessible when there is access to the Dimension add-on module.
319
319
  # Parameters: quotationLineHandle: Handle for the quotation line.
320
320
  #
321
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
321
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
322
322
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=QuotationLine_GetDepartment
323
323
  # @return [Hash] The body content of the SOAP response.
324
324
  def self.get_department
325
325
  response = invoke('QuotationLine_GetDepartment') do |message|
326
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
326
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
327
327
  end
328
328
  end
329
329
 
330
330
  # Sets the department of an quotation line. The department is only accessible when there is access to the Dimension add-on module. The department cannot be set when the distribution key is set.
331
331
  # Parameters: quotationLineHandle: Handle for the quotation line. value: Handle for the new department of the quotation line.
332
332
  #
333
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
333
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
334
334
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=QuotationLine_SetDepartment
335
335
  # @return [Hash] The body content of the SOAP response.
336
336
  def self.set_department
337
337
  response = invoke('QuotationLine_SetDepartment') do |message|
338
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
338
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
339
339
  end
340
340
  end
341
341
 
342
342
  # Gets a handle for the distribution key of an quotation line. The distribution key is only accessible when there is access to the Dimension add-on module.
343
343
  # Parameters: quotationLineHandle: Handle for the quotation line.
344
344
  #
345
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
345
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
346
346
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=QuotationLine_GetDistributionKey
347
347
  # @return [Hash] The body content of the SOAP response.
348
348
  def self.get_distribution_key
349
349
  response = invoke('QuotationLine_GetDistributionKey') do |message|
350
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
350
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
351
351
  end
352
352
  end
353
353
 
354
354
  # Sets the distribution key of an quotation line. The distribution key is only accessible when there is access to the Dimension add-on module. The distribution key cannot be set when the department is set.
355
355
  # Parameters: quotationLineHandle: Handle for the quotation line. value: Handle for the new distribution key of the quotation line.
356
356
  #
357
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
357
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
358
358
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=QuotationLine_SetDistributionKey
359
359
  # @return [Hash] The body content of the SOAP response.
360
360
  def self.set_distribution_key
361
361
  response = invoke('QuotationLine_SetDistributionKey') do |message|
362
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
362
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
363
363
  end
364
364
  end
365
365
 
366
366
  # Creates a new quotation line.
367
367
  # Parameters: quotationHandle: Handle for a quotation.
368
368
  #
369
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
369
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
370
370
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=QuotationLine_Create
371
371
  # @return [Hash] The body content of the SOAP response.
372
372
  def self.create
373
373
  response = invoke('QuotationLine_Create') do |message|
374
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
374
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
375
375
  end
376
376
  end
377
377
 
378
378
  # Returns handles for all quotation lines.
379
379
  #
380
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
380
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
381
381
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=QuotationLine_GetAll
382
382
  # @return [Hash] The body content of the SOAP response.
383
383
  def self.get_all
384
384
  response = invoke('QuotationLine_GetAll') do |message|
385
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
385
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
386
386
  end
387
387
  end
388
388
 
389
389
  # Returns handles for quotation lines that uses a given product.
390
390
  # Parameters: product: The product to search for.
391
391
  #
392
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
392
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
393
393
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=QuotationLine_FindByProduct
394
394
  # @return [Hash] The body content of the SOAP response.
395
395
  def self.find_by_product
396
396
  response = invoke('QuotationLine_FindByProduct') do |message|
397
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
397
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
398
398
  end
399
399
  end
400
400
 
401
401
  # Returns handles for quotation lines that uses a given set of products.
402
402
  # Parameters: products: The products to search for.
403
403
  #
404
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
404
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
405
405
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=QuotationLine_FindByProductList
406
406
  # @return [Hash] The body content of the SOAP response.
407
407
  def self.find_by_product_list
408
408
  response = invoke('QuotationLine_FindByProductList') do |message|
409
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
409
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
410
410
  end
411
411
  end
412
412
 
413
413
  # Deletes an quotation line.
414
414
  # Parameters: quotationLineHandle: Handle for the quotation line.
415
415
  #
416
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
416
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
417
417
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=QuotationLine_Delete
418
418
  # @return [Hash] The body content of the SOAP response.
419
419
  def self.delete
420
420
  response = invoke('QuotationLine_Delete') do |message|
421
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
421
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
422
422
  end
423
423
  end
424
424
 
425
425
  # Gets a handle for the inventory location of a quotation line. The inventory location is only accessible when there is access to the Stock add-on module.
426
426
  # Parameters: quotationLineHandle: Handle for the quotation line.
427
427
  #
428
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
428
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
429
429
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=QuotationLine_GetInventoryLocation
430
430
  # @return [Hash] The body content of the SOAP response.
431
431
  def self.get_inventory_location
432
432
  response = invoke('QuotationLine_GetInventoryLocation') do |message|
433
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
433
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
434
434
  end
435
435
  end
436
436
 
437
437
  # Sets the inventory location of a quotation line. The inventory location is only accessible when there is access to the Stock add-on module.
438
438
  # Parameters: quotationLineHandle: Handle for the current invoice line. value: Handle for the new inventory location of the quotation line.
439
439
  #
440
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
440
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
441
441
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=QuotationLine_SetInventoryLocation
442
442
  # @return [Hash] The body content of the SOAP response.
443
443
  def self.set_inventory_location
444
444
  response = invoke('QuotationLine_SetInventoryLocation') do |message|
445
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
445
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
446
446
  end
447
447
  end
448
448
 
@@ -6,70 +6,70 @@ module Ruconomic
6
6
  # Returns a ReportCode data object for a given ReportCode.
7
7
  # Parameters: entityHandle: A handle for the ReportCode.
8
8
  #
9
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
9
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
10
10
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=ReportCode_GetData
11
11
  # @return [Hash] The body content of the SOAP response.
12
12
  def self.get_data
13
13
  response = invoke('ReportCode_GetData') do |message|
14
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
14
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
15
15
  end
16
16
  end
17
17
 
18
18
  # Returns ReportCode data objects for a given set of ReportCode handles.
19
19
  # Parameters: entityHandles: An array of the ReportCode handles.
20
20
  #
21
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
21
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
22
22
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=ReportCode_GetDataArray
23
23
  # @return [Hash] The body content of the SOAP response.
24
24
  def self.get_data_array
25
25
  response = invoke('ReportCode_GetDataArray') do |message|
26
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
26
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
27
27
  end
28
28
  end
29
29
 
30
30
  # Gets handles for the accounts of a report code.
31
31
  # Parameters: reportCodeHandle: Handle for the report code.
32
32
  #
33
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
33
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
34
34
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=ReportCode_GetAccounts
35
35
  # @return [Hash] The body content of the SOAP response.
36
36
  def self.get_accounts
37
37
  response = invoke('ReportCode_GetAccounts') do |message|
38
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
38
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
39
39
  end
40
40
  end
41
41
 
42
42
  # Gets the code of the ReportCode.
43
43
  #
44
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
44
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
45
45
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=ReportCode_GetCode
46
46
  # @return [Hash] The body content of the SOAP response.
47
47
  def self.get_code
48
48
  response = invoke('ReportCode_GetCode') do |message|
49
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
49
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
50
50
  end
51
51
  end
52
52
 
53
53
  # Gets the fullcode of the ReportCode.
54
54
  #
55
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
55
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
56
56
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=ReportCode_GetFullCode
57
57
  # @return [Hash] The body content of the SOAP response.
58
58
  def self.get_full_code
59
59
  response = invoke('ReportCode_GetFullCode') do |message|
60
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
60
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
61
61
  end
62
62
  end
63
63
 
64
64
  # Gets a handle for the parentCode of a ReportCode.
65
65
  # Parameters: reportCodeHandle: Handle for the report code.
66
66
  #
67
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
67
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
68
68
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=ReportCode_GetParentCode
69
69
  # @return [Hash] The body content of the SOAP response.
70
70
  def self.get_parent_code
71
71
  response = invoke('ReportCode_GetParentCode') do |message|
72
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
72
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
73
73
  end
74
74
  end
75
75