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,81 +6,81 @@ module Ruconomic
6
6
  # Returns a ReportCodeSet data object for a given ReportCodeSet.
7
7
  # Parameters: entityHandle: A handle for the ReportCodeSet.
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=ReportCodeSet_GetData
11
11
  # @return [Hash] The body content of the SOAP response.
12
12
  def self.get_data
13
13
  response = invoke('ReportCodeSet_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 ReportCodeSet data objects for a given set of ReportCodeSet handles.
19
19
  # Parameters: entityHandles: An array of the ReportCodeSet 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=ReportCodeSet_GetDataArray
23
23
  # @return [Hash] The body content of the SOAP response.
24
24
  def self.get_data_array
25
25
  response = invoke('ReportCodeSet_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
  # Returns handles for all ReportCodeSets.
31
31
  #
32
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
32
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
33
33
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=ReportCodeSet_GetAll
34
34
  # @return [Hash] The body content of the SOAP response.
35
35
  def self.get_all
36
36
  response = invoke('ReportCodeSet_GetAll') do |message|
37
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
37
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
38
38
  end
39
39
  end
40
40
 
41
41
  # Returns handles for the ReportCodeSets with the given name.
42
42
  # Parameters: name: The name to search for.
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=ReportCodeSet_FindByName
46
46
  # @return [Hash] The body content of the SOAP response.
47
47
  def self.find_by_name
48
48
  response = invoke('ReportCodeSet_FindByName') 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 handles for ReportCodes in a ReportCodeSet.
54
54
  # Parameters: reportCodeSetHandle: Handle for the ReportCodeSet.
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=ReportCodeSet_GetCodes
58
58
  # @return [Hash] The body content of the SOAP response.
59
59
  def self.get_codes
60
60
  response = invoke('ReportCodeSet_GetCodes') 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
  # Gets the name of the ReportCodeSet.
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=ReportCodeSet_GetName
69
69
  # @return [Hash] The body content of the SOAP response.
70
70
  def self.get_name
71
71
  response = invoke('ReportCodeSet_GetName') 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 codeSet of the ReportCodeSet.
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=ReportCodeSet_GetCodeSet
80
80
  # @return [Hash] The body content of the SOAP response.
81
81
  def self.get_code_set
82
82
  response = invoke('ReportCodeSet_GetCodeSet') 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
 
@@ -6,167 +6,167 @@ module Ruconomic
6
6
  # Gets the document as a PDF-file.
7
7
  # Parameters: invoiceHandle: Handle for the ScannedDocument.
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=ScannedDocument_GetPdf
11
11
  # @return [Hash] The body content of the SOAP response.
12
12
  def self.get_pdf
13
13
  response = invoke('ScannedDocument_GetPdf') 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 the number of a ScannedDocument.
19
19
  # Parameters: ScannedDocumentHandle: Handle for the ScannedDocument.
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=ScannedDocument_GetNumber
23
23
  # @return [Hash] The body content of the SOAP response.
24
24
  def self.get_number
25
25
  response = invoke('ScannedDocument_GetNumber') 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 the status of a ScannedDocument.
31
31
  # Parameters: ScannedDocumentHandle: Handle for the ScannedDocument.
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=ScannedDocument_GetStatus
35
35
  # @return [Hash] The body content of the SOAP response.
36
36
  def self.get_status
37
37
  response = invoke('ScannedDocument_GetStatus') 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 category of a ScannedDocument.
43
43
  # Parameters: ScannedDocumentHandle: Handle for the ScannedDocument.
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=ScannedDocument_GetCategory
47
47
  # @return [Hash] The body content of the SOAP response.
48
48
  def self.get_category
49
49
  response = invoke('ScannedDocument_GetCategory') 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
  # Gets the note of a ScannedDocument.
55
55
  # Parameters: ScannedDocumentHandle: Handle for the ScannedDocument.
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=ScannedDocument_GetNote
59
59
  # @return [Hash] The body content of the SOAP response.
60
60
  def self.get_note
61
61
  response = invoke('ScannedDocument_GetNote') 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
  # Gets the pagecount of a ScannedDocument.
67
67
  # Parameters: ScannedDocumentHandle: Handle for the ScannedDocument.
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=ScannedDocument_GetPageCount
71
71
  # @return [Hash] The body content of the SOAP response.
72
72
  def self.get_page_count
73
73
  response = invoke('ScannedDocument_GetPageCount') 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 vouchernumber of a ScannedDocument.
79
79
  # Parameters: ScannedDocumentHandle: Handle for the ScannedDocument.
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=ScannedDocument_GetVoucherNumber
83
83
  # @return [Hash] The body content of the SOAP response.
84
84
  def self.get_voucher_number
85
85
  response = invoke('ScannedDocument_GetVoucherNumber') 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 the fromdate of a ScannedDocument.
91
91
  # Parameters: ScannedDocumentHandle: Handle for the ScannedDocument.
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=ScannedDocument_GetFromDate
95
95
  # @return [Hash] The body content of the SOAP response.
96
96
  def self.get_from_date
97
97
  response = invoke('ScannedDocument_GetFromDate') 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
  # Gets the todate of a ScannedDocument.
103
103
  # Parameters: ScannedDocumentHandle: Handle for the ScannedDocument.
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=ScannedDocument_GetToDate
107
107
  # @return [Hash] The body content of the SOAP response.
108
108
  def self.get_to_date
109
109
  response = invoke('ScannedDocument_GetToDate') 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
  # Returns a ScannedDocument data object for a given ScannedDocument.
115
115
  # Parameters: entityHandle: A handle for the ScannedDocument.
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=ScannedDocument_GetData
119
119
  # @return [Hash] The body content of the SOAP response.
120
120
  def self.get_data
121
121
  response = invoke('ScannedDocument_GetData') 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
  # Returns ScannedDocument data objects for a given set of ScannedDocument handles.
127
127
  # Parameters: entityHandles: An array of the ScannedDocument handles.
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=ScannedDocument_GetDataArray
131
131
  # @return [Hash] The body content of the SOAP response.
132
132
  def self.get_data_array
133
133
  response = invoke('ScannedDocument_GetDataArray') 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
  # Returns handles for all ScannedDocuments.
139
139
  #
140
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
140
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
141
141
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=ScannedDocument_GetAll
142
142
  # @return [Hash] The body content of the SOAP response.
143
143
  def self.get_all
144
144
  response = invoke('ScannedDocument_GetAll') do |message|
145
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
145
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
146
146
  end
147
147
  end
148
148
 
149
149
  # Returns a handle for the scanned document with a given voucher number.
150
150
  # Parameters: voucherNumber: The number to search for.
151
151
  #
152
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
152
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
153
153
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=ScannedDocument_FindByVoucherNumber
154
154
  # @return [Hash] The body content of the SOAP response.
155
155
  def self.find_by_voucher_number
156
156
  response = invoke('ScannedDocument_FindByVoucherNumber') do |message|
157
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
157
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
158
158
  end
159
159
  end
160
160
 
161
161
  # Returns an array with handles for scanned documents with voucher numbers in the given interval.
162
162
  # Parameters: minNumber: The start of the interval. maxNumber: The end of the interval.
163
163
  #
164
- # @note TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
164
+ # @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
165
165
  # @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=ScannedDocument_FindByVoucherNumberInterval
166
166
  # @return [Hash] The body content of the SOAP response.
167
167
  def self.find_by_voucher_number_interval
168
168
  response = invoke('ScannedDocument_FindByVoucherNumberInterval') do |message|
169
- raise "TODO: This method was autogenerated from the WSDL - see https://github.com/ta/e-conomic#contributing"
169
+ raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
170
170
  end
171
171
  end
172
172