ruconomic 0.9.1 → 0.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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,413 +6,413 @@ module Ruconomic
6
6
  # Deletes an employee.
7
7
  # Parameters: employeeHandle: Handle for the employee.
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=Employee_Delete
11
11
  # @return [Hash] The body content of the SOAP response.
12
12
  def self.delete
13
13
  response = invoke('Employee_Delete') 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
  # Gets handles for the time entries of the employee.
19
19
  # Parameters: employeeHandle: Handle for the employee.
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=Employee_GetTimeEntries
23
23
  # @return [Hash] The body content of the SOAP response.
24
24
  def self.get_time_entries
25
25
  response = invoke('Employee_GetTimeEntries') 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 time entries of the employee within an interval.
31
31
  # Parameters: from: First day in interval. to: Last day in interval.
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=Employee_GetTimeEntriesByDate
35
35
  # @return [Hash] The body content of the SOAP response.
36
36
  def self.get_time_entries_by_date
37
37
  response = invoke('Employee_GetTimeEntriesByDate') 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 handles for the mileage entries of the employee within an interval.
43
43
  # Parameters: from: First day in interval. to: Last day in interval.
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=Employee_GetMileageEntriesByDate
47
47
  # @return [Hash] The body content of the SOAP response.
48
48
  def self.get_mileage_entries_by_date
49
49
  response = invoke('Employee_GetMileageEntriesByDate') 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
  # Get sales price for a given employee on the current date.
55
55
  #
56
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
56
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
57
57
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Employee_GetSalesPrice
58
58
  # @return [Hash] The body content of the SOAP response.
59
59
  def self.get_sales_price
60
60
  response = invoke('Employee_GetSalesPrice') do |message|
61
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
61
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
62
62
  end
63
63
  end
64
64
 
65
65
  # Get costprice for a given employee on the current date.
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=Employee_GetCostPrice
69
69
  # @return [Hash] The body content of the SOAP response.
70
70
  def self.get_cost_price
71
71
  response = invoke('Employee_GetCostPrice') 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
 
76
76
  # Gets the sales price for the given Employee.<br/>Parameters: employeeHandle: Handle for the employee. date: The sales price from the given date for the employee.
77
77
  #
78
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
78
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
79
79
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Employee_GetSalesPriceByDate
80
80
  # @return [Hash] The body content of the SOAP response.
81
81
  def self.get_sales_price_by_date
82
82
  response = invoke('Employee_GetSalesPriceByDate') do |message|
83
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
83
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
84
84
  end
85
85
  end
86
86
 
87
87
  # Gets the cost price for the given Employee.<br/>Parameters: employeeHandle: Handle for the employee. date: The cost price from the given date for the employee.
88
88
  #
89
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
89
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
90
90
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Employee_GetCostPriceByDate
91
91
  # @return [Hash] The body content of the SOAP response.
92
92
  def self.get_cost_price_by_date
93
93
  response = invoke('Employee_GetCostPriceByDate') do |message|
94
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
94
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
95
95
  end
96
96
  end
97
97
 
98
98
  # Sets the cost price before of an employee.
99
99
  # Parameters: employeeHandle: Handle for the employee. value: The new cost price before of the employee. The value may be null.
100
100
  #
101
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
101
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
102
102
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Employee_SetCostPriceBefore
103
103
  # @return [Hash] The body content of the SOAP response.
104
104
  def self.set_cost_price_before
105
105
  response = invoke('Employee_SetCostPriceBefore') do |message|
106
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
106
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
107
107
  end
108
108
  end
109
109
 
110
110
  # Sets the cost price after of an employee.
111
111
  # Parameters: employeeHandle: Handle for the employee. value: The new cost price after of the employee. The value may be null.
112
112
  #
113
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
113
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
114
114
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Employee_SetCostPriceAfter
115
115
  # @return [Hash] The body content of the SOAP response.
116
116
  def self.set_cost_price_after
117
117
  response = invoke('Employee_SetCostPriceAfter') do |message|
118
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
118
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
119
119
  end
120
120
  end
121
121
 
122
122
  # Sets the sales price before of an employee.
123
123
  # Parameters: employeeHandle: Handle for the employee. value: The new sales price before of the employee. The value may be null.
124
124
  #
125
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
125
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
126
126
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Employee_SetSalesPriceBefore
127
127
  # @return [Hash] The body content of the SOAP response.
128
128
  def self.set_sales_price_before
129
129
  response = invoke('Employee_SetSalesPriceBefore') do |message|
130
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
130
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
131
131
  end
132
132
  end
133
133
 
134
134
  # Sets the sales price after of an employee.
135
135
  # Parameters: employeeHandle: Handle for the employee. value: The new sales price after of the employee. The value may be null.
136
136
  #
137
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
137
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
138
138
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Employee_SetSalesPriceAfter
139
139
  # @return [Hash] The body content of the SOAP response.
140
140
  def self.set_sales_price_after
141
141
  response = invoke('Employee_SetSalesPriceAfter') do |message|
142
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
142
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
143
143
  end
144
144
  end
145
145
 
146
146
  # Gets the cost price before of an employee.
147
147
  # Parameters: employeeHandle: Handle for the employee. value: The new cost price before of the employee. The value may be null.
148
148
  #
149
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
149
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
150
150
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Employee_GetCostPriceBefore
151
151
  # @return [Hash] The body content of the SOAP response.
152
152
  def self.get_cost_price_before
153
153
  response = invoke('Employee_GetCostPriceBefore') do |message|
154
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
154
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
155
155
  end
156
156
  end
157
157
 
158
158
  # Gets the cost price after of an employee.
159
159
  # Parameters: employeeHandle: Handle for the employee. value: The new cost price after of the employee. The value may be null.
160
160
  #
161
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
161
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
162
162
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Employee_GetCostPriceAfter
163
163
  # @return [Hash] The body content of the SOAP response.
164
164
  def self.get_cost_price_after
165
165
  response = invoke('Employee_GetCostPriceAfter') do |message|
166
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
166
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
167
167
  end
168
168
  end
169
169
 
170
170
  # Gets the sales price before of an employee.
171
171
  # Parameters: employeeHandle: Handle for the employee.
172
172
  #
173
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
173
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
174
174
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Employee_GetSalesPriceBefore
175
175
  # @return [Hash] The body content of the SOAP response.
176
176
  def self.get_sales_price_before
177
177
  response = invoke('Employee_GetSalesPriceBefore') do |message|
178
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
178
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
179
179
  end
180
180
  end
181
181
 
182
182
  # Gets the sales price after of an employee.
183
183
  # Parameters: employeeHandle: Handle for the employee.
184
184
  #
185
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
185
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
186
186
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Employee_GetSalesPriceAfter
187
187
  # @return [Hash] The body content of the SOAP response.
188
188
  def self.get_sales_price_after
189
189
  response = invoke('Employee_GetSalesPriceAfter') do |message|
190
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
190
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
191
191
  end
192
192
  end
193
193
 
194
194
  # Sets the cutoff date of an employee.
195
195
  # Parameters: employeeHandle: Handle for the employee. value: The cutoff date for the employee. The value may be null.
196
196
  #
197
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
197
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
198
198
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Employee_SetCutoffDate
199
199
  # @return [Hash] The body content of the SOAP response.
200
200
  def self.set_cutoff_date
201
201
  response = invoke('Employee_SetCutoffDate') do |message|
202
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
202
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
203
203
  end
204
204
  end
205
205
 
206
206
  # Gets the cutoff date of an employee.
207
207
  # Parameters: employeeHandle: Handle for the employee.
208
208
  #
209
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
209
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
210
210
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Employee_GetCutoffDate
211
211
  # @return [Hash] The body content of the SOAP response.
212
212
  def self.get_cutoff_date
213
213
  response = invoke('Employee_GetCutoffDate') do |message|
214
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
214
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
215
215
  end
216
216
  end
217
217
 
218
218
  # Creates a new employee from a data object.
219
219
  # Parameters: data: The data object that specifies the properties of the new employee.
220
220
  #
221
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
221
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
222
222
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Employee_CreateFromData
223
223
  # @return [Hash] The body content of the SOAP response.
224
224
  def self.create_from_data
225
225
  response = invoke('Employee_CreateFromData') do |message|
226
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
226
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
227
227
  end
228
228
  end
229
229
 
230
230
  # Creates new employees from data objects.
231
231
  # Parameters: dataArray: The array of data objects that specifies the properties of the new employees.
232
232
  #
233
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
233
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
234
234
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Employee_CreateFromDataArray
235
235
  # @return [Hash] The body content of the SOAP response.
236
236
  def self.create_from_data_array
237
237
  response = invoke('Employee_CreateFromDataArray') do |message|
238
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
238
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
239
239
  end
240
240
  end
241
241
 
242
242
  # Update employees from data objects.
243
243
  # Parameters: dataArray: The array of data objects.
244
244
  #
245
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
245
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
246
246
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Employee_UpdateFromDataArray
247
247
  # @return [Hash] The body content of the SOAP response.
248
248
  def self.update_from_data_array
249
249
  response = invoke('Employee_UpdateFromDataArray') do |message|
250
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
250
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
251
251
  end
252
252
  end
253
253
 
254
254
  # Updates an employee from a data object.
255
255
  # Parameters: data: The data object.
256
256
  #
257
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
257
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
258
258
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Employee_UpdateFromData
259
259
  # @return [Hash] The body content of the SOAP response.
260
260
  def self.update_from_data
261
261
  response = invoke('Employee_UpdateFromData') do |message|
262
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
262
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
263
263
  end
264
264
  end
265
265
 
266
266
  # Returns an employee data object for a given employee.
267
267
  # Parameters: entityHandle: A handle for the employee.
268
268
  #
269
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
269
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
270
270
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Employee_GetData
271
271
  # @return [Hash] The body content of the SOAP response.
272
272
  def self.get_data
273
273
  response = invoke('Employee_GetData') do |message|
274
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
274
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
275
275
  end
276
276
  end
277
277
 
278
278
  # Returns employee data objects for a given set of employee handles.
279
279
  # Parameters: entityHandles: An array of the employee handles.
280
280
  #
281
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
281
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
282
282
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Employee_GetDataArray
283
283
  # @return [Hash] The body content of the SOAP response.
284
284
  def self.get_data_array
285
285
  response = invoke('Employee_GetDataArray') do |message|
286
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
286
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
287
287
  end
288
288
  end
289
289
 
290
290
  # Retrieve the type of an employee as the enum EmployeeType.
291
291
  #
292
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
292
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
293
293
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Employee_GetType
294
294
  # @return [Hash] The body content of the SOAP response.
295
295
  def self.get_type
296
296
  response = invoke('Employee_GetType') do |message|
297
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
297
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
298
298
  end
299
299
  end
300
300
 
301
301
  # Gets the number of an employee.
302
302
  # Parameters: employeeHandle: Handle for the employee.
303
303
  #
304
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
304
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
305
305
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Employee_GetNumber
306
306
  # @return [Hash] The body content of the SOAP response.
307
307
  def self.get_number
308
308
  response = invoke('Employee_GetNumber') do |message|
309
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
309
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
310
310
  end
311
311
  end
312
312
 
313
313
  # Gets handle for the group of an employee.
314
314
  # Parameters: employeeHandle: Handle for the employee.
315
315
  #
316
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
316
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
317
317
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Employee_GetGroup
318
318
  # @return [Hash] The body content of the SOAP response.
319
319
  def self.get_group
320
320
  response = invoke('Employee_GetGroup') do |message|
321
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
321
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
322
322
  end
323
323
  end
324
324
 
325
325
  # Sets handle for the group of an employee.
326
326
  # Parameters: employeeHandle: Handle for the employee. valueHandle: Handle for new group of the employee.
327
327
  #
328
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
328
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
329
329
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Employee_SetGroup
330
330
  # @return [Hash] The body content of the SOAP response.
331
331
  def self.set_group
332
332
  response = invoke('Employee_SetGroup') do |message|
333
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
333
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
334
334
  end
335
335
  end
336
336
 
337
337
  # Gets name of an employee.
338
338
  # Parameters: employeeHandle: Handle for the employee.
339
339
  #
340
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
340
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
341
341
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Employee_GetName
342
342
  # @return [Hash] The body content of the SOAP response.
343
343
  def self.get_name
344
344
  response = invoke('Employee_GetName') do |message|
345
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
345
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
346
346
  end
347
347
  end
348
348
 
349
349
  # Sets name of an employee.
350
350
  # Parameters: employeeHandle: Handle for the employee. value: The new name of the employee. The value may not be null.
351
351
  #
352
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
352
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
353
353
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Employee_SetName
354
354
  # @return [Hash] The body content of the SOAP response.
355
355
  def self.set_name
356
356
  response = invoke('Employee_SetName') do |message|
357
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
357
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
358
358
  end
359
359
  end
360
360
 
361
361
  # Creates an employee.
362
362
  # Parameters: number: The number of the new employee. group: Handle for the group of the new employee. name: The name of the new employee.
363
363
  #
364
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
364
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
365
365
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Employee_Create
366
366
  # @return [Hash] The body content of the SOAP response.
367
367
  def self.create
368
368
  response = invoke('Employee_Create') do |message|
369
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
369
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
370
370
  end
371
371
  end
372
372
 
373
373
  # Returns handles for all employees.
374
374
  #
375
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
375
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
376
376
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Employee_GetAll
377
377
  # @return [Hash] The body content of the SOAP response.
378
378
  def self.get_all
379
379
  response = invoke('Employee_GetAll') do |message|
380
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
380
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
381
381
  end
382
382
  end
383
383
 
384
384
  # The returns handle for the employee with a given number.<br >Parameters: The number to search for.
385
385
  #
386
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
386
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
387
387
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Employee_FindByNumber
388
388
  # @return [Hash] The body content of the SOAP response.
389
389
  def self.find_by_number
390
390
  response = invoke('Employee_FindByNumber') do |message|
391
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
391
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
392
392
  end
393
393
  end
394
394
 
395
395
  # Returns an array with handles for the employees corresponding to the given product numbers. If an employee with a given number does not exist then the array contains nothing at that index.
396
396
  # Parameters: numbers: The numbers to search for.
397
397
  #
398
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
398
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
399
399
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Employee_FindByNumberList
400
400
  # @return [Hash] The body content of the SOAP response.
401
401
  def self.find_by_number_list
402
402
  response = invoke('Employee_FindByNumberList') do |message|
403
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
403
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
404
404
  end
405
405
  end
406
406
 
407
407
  # Returns handles for employees with a given name.
408
408
  # Parameters: name: The name to search for.
409
409
  #
410
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
410
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
411
411
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=Employee_FindByName
412
412
  # @return [Hash] The body content of the SOAP response.
413
413
  def self.find_by_name
414
414
  response = invoke('Employee_FindByName') do |message|
415
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
415
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
416
416
  end
417
417
  end
418
418