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.
- checksums.yaml +4 -4
- data/README.md +3 -3
- data/lib/ruconomic/api/account.rb +86 -86
- data/lib/ruconomic/api/accounting_period.rb +18 -18
- data/lib/ruconomic/api/accounting_year.rb +26 -26
- data/lib/ruconomic/api/activity.rb +14 -14
- data/lib/ruconomic/api/bank_payment_type.rb +16 -16
- data/lib/ruconomic/api/budget_figure.rb +56 -56
- data/lib/ruconomic/api/cash_book.rb +38 -38
- data/lib/ruconomic/api/cash_book_entry.rb +118 -118
- data/lib/ruconomic/api/company.rb +48 -48
- data/lib/ruconomic/api/cost_type.rb +22 -22
- data/lib/ruconomic/api/cost_type_group.rb +18 -18
- data/lib/ruconomic/api/creditor.rb +114 -114
- data/lib/ruconomic/api/creditor_contact.rb +44 -44
- data/lib/ruconomic/api/creditor_entry.rb +40 -40
- data/lib/ruconomic/api/creditor_group.rb +34 -34
- data/lib/ruconomic/api/currency.rb +10 -10
- data/lib/ruconomic/api/current_invoice.rb +184 -184
- data/lib/ruconomic/api/current_invoice_line.rb +72 -72
- data/lib/ruconomic/api/current_supplier_invoice.rb +18 -18
- data/lib/ruconomic/api/current_supplier_invoice_line.rb +14 -14
- data/lib/ruconomic/api/debtor.rb +152 -152
- data/lib/ruconomic/api/debtor_contact.rb +54 -54
- data/lib/ruconomic/api/debtor_entry.rb +38 -38
- data/lib/ruconomic/api/debtor_group.rb +38 -38
- data/lib/ruconomic/api/delivery_location.rb +56 -56
- data/lib/ruconomic/api/department.rb +32 -32
- data/lib/ruconomic/api/distribution_key.rb +30 -30
- data/lib/ruconomic/api/document_archive_category.rb +26 -26
- data/lib/ruconomic/api/employee.rb +70 -70
- data/lib/ruconomic/api/employee_group.rb +32 -32
- data/lib/ruconomic/api/entry.rb +52 -52
- data/lib/ruconomic/api/extended_vat_zone.rb +12 -12
- data/lib/ruconomic/api/inventory_location.rb +14 -14
- data/lib/ruconomic/api/invoice.rb +115 -111
- data/lib/ruconomic/api/invoice_line.rb +40 -40
- data/lib/ruconomic/api/key_figure_code.rb +16 -16
- data/lib/ruconomic/api/mileage_entry.rb +52 -52
- data/lib/ruconomic/api/order.rb +194 -194
- data/lib/ruconomic/api/order_line.rb +74 -74
- data/lib/ruconomic/api/price_group.rb +32 -32
- data/lib/ruconomic/api/product.rb +88 -88
- data/lib/ruconomic/api/product_group.rb +44 -44
- data/lib/ruconomic/api/product_price.rb +26 -26
- data/lib/ruconomic/api/project.rb +74 -74
- data/lib/ruconomic/api/project_group.rb +18 -18
- data/lib/ruconomic/api/quotation.rb +190 -190
- data/lib/ruconomic/api/quotation_line.rb +74 -74
- data/lib/ruconomic/api/report_code.rb +12 -12
- data/lib/ruconomic/api/report_code_set.rb +14 -14
- data/lib/ruconomic/api/scanned_document.rb +28 -28
- data/lib/ruconomic/api/subscriber.rb +78 -78
- data/lib/ruconomic/api/subscription.rb +62 -62
- data/lib/ruconomic/api/subscription_line.rb +50 -50
- data/lib/ruconomic/api/sum_interval.rb +26 -26
- data/lib/ruconomic/api/template_collection.rb +12 -12
- data/lib/ruconomic/api/term_of_payment.rb +50 -50
- data/lib/ruconomic/api/time_entry.rb +42 -42
- data/lib/ruconomic/api/unit.rb +30 -30
- data/lib/ruconomic/api/vat_account.rb +24 -24
- data/lib/ruconomic/api.rb +12 -13
- data/lib/ruconomic/version.rb +1 -1
- data/ruconomic.gemspec +1 -1
- metadata +20 -21
@@ -6,708 +6,708 @@ module Ruconomic
|
|
6
6
|
# Gets a handle for the distribution key of a cash book entry. The distribution key is only accessible when there is access to the Dimension add-on module.
|
7
7
|
# Parameters: cashBookEntryHandle: Handle for the cash book entry.
|
8
8
|
#
|
9
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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=CashBookEntry_GetDistributionKey
|
11
11
|
# @return [Hash] The body content of the SOAP response.
|
12
12
|
def self.get_distribution_key
|
13
13
|
response = invoke('CashBookEntry_GetDistributionKey') do |message|
|
14
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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
|
# Sets the distribution key of a cash book entry. 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.
|
19
19
|
# Parameters: cashBookEntryHandle: Handle for the cash book entry. value: Handle for the new distribution key of the cash book entry.
|
20
20
|
#
|
21
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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=CashBookEntry_SetDistributionKey
|
23
23
|
# @return [Hash] The body content of the SOAP response.
|
24
24
|
def self.set_distribution_key
|
25
25
|
response = invoke('CashBookEntry_SetDistributionKey') do |message|
|
26
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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 a handle for the project of a cash book entry. To set project use CashBookEntry_SetProjectAndCostType. The project is only accessible when there is access to the Project Management add-on module.
|
31
31
|
# Parameters: cashBookEntryHandle: Handle for the cash book entry.
|
32
32
|
#
|
33
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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=CashBookEntry_GetProject
|
35
35
|
# @return [Hash] The body content of the SOAP response.
|
36
36
|
def self.get_project
|
37
37
|
response = invoke('CashBookEntry_GetProject') do |message|
|
38
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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 a handle for the cost type of a cash book entry. The cost type is only accessible when there is access to the Project Management add-on module. To set cost type use CashBookEntry_SetProjectAndCostType.
|
43
43
|
# Parameters: cashBookEntryHandle: Handle for the cash book entry.
|
44
44
|
#
|
45
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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=CashBookEntry_GetCostType
|
47
47
|
# @return [Hash] The body content of the SOAP response.
|
48
48
|
def self.get_cost_type
|
49
49
|
response = invoke('CashBookEntry_GetCostType') do |message|
|
50
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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 a handle for the bank payment type of a cash book entry. To set bank payment type use CashBookEntry_SetRemittanceInformation.
|
55
55
|
# Parameters: cashBookEntryHandle: Handle for the cash book entry.
|
56
56
|
#
|
57
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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=CashBookEntry_GetBankPaymentType
|
59
59
|
# @return [Hash] The body content of the SOAP response.
|
60
60
|
def self.get_bank_payment_type
|
61
61
|
response = invoke('CashBookEntry_GetBankPaymentType') do |message|
|
62
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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 a handle for the bank payment creditor id of a cash book entry. To set bank payment creditor id use CashBookEntry_SetRemittanceInformation.
|
67
67
|
# Parameters: cashBookEntryHandle: Handle for the cash book entry.
|
68
68
|
#
|
69
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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=CashBookEntry_GetBankPaymentCreditorId
|
71
71
|
# @return [Hash] The body content of the SOAP response.
|
72
72
|
def self.get_bank_payment_creditor_id
|
73
73
|
response = invoke('CashBookEntry_GetBankPaymentCreditorId') do |message|
|
74
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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 a handle for the bank payment creditor invoice id of a cash book entry. To set bank payment creditor invoice id use CashBookEntry_SetRemittanceInformation.
|
79
79
|
# Parameters: cashBookEntryHandle: Handle for the cash book entry.
|
80
80
|
#
|
81
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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=CashBookEntry_GetBankPaymentCreditorInvoiceId
|
83
83
|
# @return [Hash] The body content of the SOAP response.
|
84
84
|
def self.get_bank_payment_creditor_invoice_id
|
85
85
|
response = invoke('CashBookEntry_GetBankPaymentCreditorInvoiceId') do |message|
|
86
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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 capitalise account of a cash book entry. To set the capitalise account use CashBookEntry_SetAccrualInformation. The capitalise account is only accessible when there is access to the Accruals add-on module.
|
91
91
|
# Parameters: cashBookEntryHandle: Handle for the cash book entry.
|
92
92
|
#
|
93
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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=CashBookEntry_GetCapitalise
|
95
95
|
# @return [Hash] The body content of the SOAP response.
|
96
96
|
def self.get_capitalise
|
97
97
|
response = invoke('CashBookEntry_GetCapitalise') do |message|
|
98
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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 start date of the accrual in a cash book entry. To set the start date use CashBookEntry_SetAccrualInformation. The start date is only accessible when there is access to the Accruals add-on module.
|
103
103
|
# Parameters: cashBookEntryHandle: Handle for the cash book entry.
|
104
104
|
#
|
105
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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=CashBookEntry_GetStartDate
|
107
107
|
# @return [Hash] The body content of the SOAP response.
|
108
108
|
def self.get_start_date
|
109
109
|
response = invoke('CashBookEntry_GetStartDate') do |message|
|
110
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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 end date of the accrual in a cash book entry. To set the end date use CashBookEntry_SetAccrualInformation. The end date is only accessible when there is access to the Accruals add-on module.
|
115
115
|
# Parameters: cashBookEntryHandle: Handle for the cash book entry.
|
116
116
|
#
|
117
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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=CashBookEntry_GetEndDate
|
119
119
|
# @return [Hash] The body content of the SOAP response.
|
120
120
|
def self.get_end_date
|
121
121
|
response = invoke('CashBookEntry_GetEndDate') do |message|
|
122
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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
|
# Sets the employeeNo of a cash book entry.
|
127
127
|
# Parameters: cashBookEntryHandle: Handle for the cash book entry. value: new employeeNo.
|
128
128
|
#
|
129
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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=CashBookEntry_SetEmployee
|
131
131
|
# @return [Hash] The body content of the SOAP response.
|
132
132
|
def self.set_employee
|
133
133
|
response = invoke('CashBookEntry_SetEmployee') do |message|
|
134
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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
|
# Gets the employeeNo of a cash book entry.
|
139
139
|
# Parameters: cashBookEntryHandle: Handle for the cash book entry.
|
140
140
|
#
|
141
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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=CashBookEntry_GetEmployee
|
143
143
|
# @return [Hash] The body content of the SOAP response.
|
144
144
|
def self.get_employee
|
145
145
|
response = invoke('CashBookEntry_GetEmployee') do |message|
|
146
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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
|
# Creates a new cash book entry.
|
151
151
|
# Parameters: type: The type of the cash book entry. cashBook: The cash book of the cash book entry. debtor: The debtor of the cash book entry. creditor: The creditor of the cash book entry. account: The account of the cash book entry. contraAccount: The contra account of the cash book entry.
|
152
152
|
#
|
153
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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=CashBookEntry_Create
|
155
155
|
# @return [Hash] The body content of the SOAP response.
|
156
156
|
def self.create
|
157
157
|
response = invoke('CashBookEntry_Create') do |message|
|
158
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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
|
# Creates a new cash book entry of type DebtorPayment.
|
163
163
|
# Parameters: cashBook: The cash book of the cash book entry. debtor: The debtor of the cash book entry. account: The account of the cash book entry. contraAccount: The contra account of the cash book entry.
|
164
164
|
#
|
165
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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=CashBookEntry_CreateDebtorPayment
|
167
167
|
# @return [Hash] The body content of the SOAP response.
|
168
168
|
def self.create_debtor_payment
|
169
169
|
response = invoke('CashBookEntry_CreateDebtorPayment') do |message|
|
170
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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
|
# Creates a new cash book entry of type Manual customer invoice.
|
175
175
|
# Parameters: cashBook: The cash book of the cash book entry. debtor: The debtor of the cash book entry. account: The account of the cash book entry. contraAccount: The contra account of the cash book entry.
|
176
176
|
#
|
177
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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=CashBookEntry_CreateManualDebtorInvoice
|
179
179
|
# @return [Hash] The body content of the SOAP response.
|
180
180
|
def self.create_manual_debtor_invoice
|
181
181
|
response = invoke('CashBookEntry_CreateManualDebtorInvoice') do |message|
|
182
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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
|
# Creates a new cash book entry of type CreditorPayment.
|
187
187
|
# Parameters: type: cashBook: The cash book of the cash book entry. creditor: The creditor of the cash book entry. contraAccount: The contra account of the cash book entry.
|
188
188
|
#
|
189
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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=CashBookEntry_CreateCreditorPayment
|
191
191
|
# @return [Hash] The body content of the SOAP response.
|
192
192
|
def self.create_creditor_payment
|
193
193
|
response = invoke('CashBookEntry_CreateCreditorPayment') do |message|
|
194
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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
|
# Creates a new cash book entry of type CreditorInvoice.
|
199
199
|
# Parameters: cashBook: The cash book of the cash book entry. creditor: The creditor of the cash book entry. contraAccount: The contra account of the cash book entry.
|
200
200
|
#
|
201
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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=CashBookEntry_CreateCreditorInvoice
|
203
203
|
# @return [Hash] The body content of the SOAP response.
|
204
204
|
def self.create_creditor_invoice
|
205
205
|
response = invoke('CashBookEntry_CreateCreditorInvoice') do |message|
|
206
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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
|
# Creates a new cash book entry of type FinanceVoucher.
|
211
211
|
# Parameters: cashBook: The cash book of the cash book entry. account: The account of the cash book entry. contraAccount: The contra account of the cash book entry.
|
212
212
|
#
|
213
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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=CashBookEntry_CreateFinanceVoucher
|
215
215
|
# @return [Hash] The body content of the SOAP response.
|
216
216
|
def self.create_finance_voucher
|
217
217
|
response = invoke('CashBookEntry_CreateFinanceVoucher') do |message|
|
218
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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
|
# Deletes a cash book entry.
|
223
223
|
# Parameters: accountHandle: Handle for the cash book entry.
|
224
224
|
#
|
225
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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=CashBookEntry_Delete
|
227
227
|
# @return [Hash] The body content of the SOAP response.
|
228
228
|
def self.delete
|
229
229
|
response = invoke('CashBookEntry_Delete') do |message|
|
230
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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
|
# Creates a new cash book entry from a data object.
|
235
235
|
# Parameters: data: The data object that specifies the properties of the new cash book entry.
|
236
236
|
#
|
237
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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=CashBookEntry_CreateFromData
|
239
239
|
# @return [Hash] The body content of the SOAP response.
|
240
240
|
def self.create_from_data
|
241
241
|
response = invoke('CashBookEntry_CreateFromData') do |message|
|
242
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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
|
# Creates new cash book entries from data objects.
|
247
247
|
# Parameters: dataArray: The array of data objects that specifies the properties of the new cash book entries.
|
248
248
|
#
|
249
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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=CashBookEntry_CreateFromDataArray
|
251
251
|
# @return [Hash] The body content of the SOAP response.
|
252
252
|
def self.create_from_data_array
|
253
253
|
response = invoke('CashBookEntry_CreateFromDataArray') do |message|
|
254
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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
|
# Update cash book entries from data objects.
|
259
259
|
# Parameters: dataArray: The array of data objects.
|
260
260
|
#
|
261
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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=CashBookEntry_UpdateFromDataArray
|
263
263
|
# @return [Hash] The body content of the SOAP response.
|
264
264
|
def self.update_from_data_array
|
265
265
|
response = invoke('CashBookEntry_UpdateFromDataArray') do |message|
|
266
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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
|
# Updates a cash book entry from a data object.
|
271
271
|
# Parameters: data: The data object.
|
272
272
|
#
|
273
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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=CashBookEntry_UpdateFromData
|
275
275
|
# @return [Hash] The body content of the SOAP response.
|
276
276
|
def self.update_from_data
|
277
277
|
response = invoke('CashBookEntry_UpdateFromData') do |message|
|
278
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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
|
# Returns a cash book entry data object for a given cash book entry.
|
283
283
|
# Parameters: entityHandle: A handle for the cash book entry.
|
284
284
|
#
|
285
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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=CashBookEntry_GetData
|
287
287
|
# @return [Hash] The body content of the SOAP response.
|
288
288
|
def self.get_data
|
289
289
|
response = invoke('CashBookEntry_GetData') do |message|
|
290
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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
|
# Returns cash book entry data objects for a given set of cash book entry handles.
|
295
295
|
# Parameters: entityHandles: An array of the cash book entry handles.
|
296
296
|
#
|
297
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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=CashBookEntry_GetDataArray
|
299
299
|
# @return [Hash] The body content of the SOAP response.
|
300
300
|
def self.get_data_array
|
301
301
|
response = invoke('CashBookEntry_GetDataArray') do |message|
|
302
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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 type of a cash book entry.
|
307
307
|
# Parameters: cashBookEntryHandle: Handle for the cash book entry.
|
308
308
|
#
|
309
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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=CashBookEntry_GetType
|
311
311
|
# @return [Hash] The body content of the SOAP response.
|
312
312
|
def self.get_type
|
313
313
|
response = invoke('CashBookEntry_GetType') do |message|
|
314
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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 the cash book of a cash book entry.
|
319
319
|
# Parameters: cashBookEntryHandle: Handle for the cash book entry.
|
320
320
|
#
|
321
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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=CashBookEntry_GetCashBook
|
323
323
|
# @return [Hash] The body content of the SOAP response.
|
324
324
|
def self.get_cash_book
|
325
325
|
response = invoke('CashBookEntry_GetCashBook') do |message|
|
326
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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 debtor of the cash book entry. The debtor is only accessible when the cash book entry is of type DebtorPayment.
|
331
331
|
# Parameters: cashBookEntryHandle: Handle for the cash book entry.
|
332
332
|
#
|
333
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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=CashBookEntry_SetDebtor
|
335
335
|
# @return [Hash] The body content of the SOAP response.
|
336
336
|
def self.set_debtor
|
337
337
|
response = invoke('CashBookEntry_SetDebtor') do |message|
|
338
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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 the debtor of a cash book entry. The debtor is only accessible when the cash book entry is of type DebtorPayment.
|
343
343
|
# Parameters: cashBookEntryHandle: Handle for the cash book entry.
|
344
344
|
#
|
345
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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=CashBookEntry_GetDebtor
|
347
347
|
# @return [Hash] The body content of the SOAP response.
|
348
348
|
def self.get_debtor
|
349
349
|
response = invoke('CashBookEntry_GetDebtor') do |message|
|
350
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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
|
# Gets the creditor of a cash book entry. The creditor is only accessible when the cash book entry is of type CreditorInvoice or CreditorPayment.
|
355
355
|
# Parameters: cashBookEntryHandle: Handle for the cash book entry.
|
356
356
|
#
|
357
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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=CashBookEntry_GetCreditor
|
359
359
|
# @return [Hash] The body content of the SOAP response.
|
360
360
|
def self.get_creditor
|
361
361
|
response = invoke('CashBookEntry_GetCreditor') do |message|
|
362
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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
|
# Sets the creditor of a cash book entry. The creditor is only accessible when the cash book entry is of type CreditorInvoice or CreditorPayment.
|
367
367
|
# Parameters: cashBookEntryHandle: Handle for the cash book entry.
|
368
368
|
#
|
369
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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=CashBookEntry_SetCreditor
|
371
371
|
# @return [Hash] The body content of the SOAP response.
|
372
372
|
def self.set_creditor
|
373
373
|
response = invoke('CashBookEntry_SetCreditor') do |message|
|
374
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
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
|
# Sets the account of a cash book entry. The account is only accessible when the cash book entry is of type FinanceVoucher.
|
379
379
|
# Parameters: cashBookEntryHandle: Handle for the cash book entry.
|
380
380
|
#
|
381
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
381
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
382
382
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=CashBookEntry_SetAccount
|
383
383
|
# @return [Hash] The body content of the SOAP response.
|
384
384
|
def self.set_account
|
385
385
|
response = invoke('CashBookEntry_SetAccount') do |message|
|
386
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
386
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
387
387
|
end
|
388
388
|
end
|
389
389
|
|
390
390
|
# Gets the account of a cash book entry. The account is only accessible when the cash book entry is of type FinanceVoucher.
|
391
391
|
# Parameters: cashBookEntryHandle: Handle for the cash book entry.
|
392
392
|
#
|
393
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
393
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
394
394
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=CashBookEntry_GetAccount
|
395
395
|
# @return [Hash] The body content of the SOAP response.
|
396
396
|
def self.get_account
|
397
397
|
response = invoke('CashBookEntry_GetAccount') do |message|
|
398
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
398
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
399
399
|
end
|
400
400
|
end
|
401
401
|
|
402
402
|
# Gets the contra account of a cash book entry.
|
403
403
|
# Parameters: cashBookEntryHandle: Handle for the cash book entry.
|
404
404
|
#
|
405
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
405
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
406
406
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=CashBookEntry_GetContraAccount
|
407
407
|
# @return [Hash] The body content of the SOAP response.
|
408
408
|
def self.get_contra_account
|
409
409
|
response = invoke('CashBookEntry_GetContraAccount') do |message|
|
410
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
410
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
411
411
|
end
|
412
412
|
end
|
413
413
|
|
414
414
|
# Sets the contra account of a cash book entry.
|
415
415
|
# Parameters: cashBookEntryHandle: Handle for the cash book entry. valueHandle: handle for the new contra couunt.
|
416
416
|
#
|
417
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
417
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
418
418
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=CashBookEntry_SetContraAccount
|
419
419
|
# @return [Hash] The body content of the SOAP response.
|
420
420
|
def self.set_contra_account
|
421
421
|
response = invoke('CashBookEntry_SetContraAccount') do |message|
|
422
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
422
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
423
423
|
end
|
424
424
|
end
|
425
425
|
|
426
426
|
# Sets the date of a cash book entry.
|
427
427
|
# Parameters: cashBookEntryHandle: Handle for the cash book entry. value: new date value.
|
428
428
|
#
|
429
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
429
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
430
430
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=CashBookEntry_SetDate
|
431
431
|
# @return [Hash] The body content of the SOAP response.
|
432
432
|
def self.set_date
|
433
433
|
response = invoke('CashBookEntry_SetDate') do |message|
|
434
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
434
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
435
435
|
end
|
436
436
|
end
|
437
437
|
|
438
438
|
# Gets the date of a cash book entry.
|
439
439
|
# Parameters: cashBookEntryHandle: Handle for the cash book entry.
|
440
440
|
#
|
441
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
441
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
442
442
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=CashBookEntry_GetDate
|
443
443
|
# @return [Hash] The body content of the SOAP response.
|
444
444
|
def self.get_date
|
445
445
|
response = invoke('CashBookEntry_GetDate') do |message|
|
446
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
446
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
447
447
|
end
|
448
448
|
end
|
449
449
|
|
450
450
|
# Sets the voucher number of a cash book entry. The voucher number must be at least 1.
|
451
451
|
# Parameters: cashBookEntryHandle: Handle for the cash book entry. value: new voucher number.
|
452
452
|
#
|
453
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
453
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
454
454
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=CashBookEntry_SetVoucherNumber
|
455
455
|
# @return [Hash] The body content of the SOAP response.
|
456
456
|
def self.set_voucher_number
|
457
457
|
response = invoke('CashBookEntry_SetVoucherNumber') do |message|
|
458
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
458
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
459
459
|
end
|
460
460
|
end
|
461
461
|
|
462
462
|
# Gets the voucher number of a cash book entry.
|
463
463
|
# Parameters: cashBookEntryHandle: Handle for the cash book entry.
|
464
464
|
#
|
465
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
465
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
466
466
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=CashBookEntry_GetVoucherNumber
|
467
467
|
# @return [Hash] The body content of the SOAP response.
|
468
468
|
def self.get_voucher_number
|
469
469
|
response = invoke('CashBookEntry_GetVoucherNumber') do |message|
|
470
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
470
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
471
471
|
end
|
472
472
|
end
|
473
473
|
|
474
474
|
# Gets the text of a cash book entry.
|
475
475
|
# Parameters: cashBookEntryHandle: Handle for the cash book entry.
|
476
476
|
#
|
477
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
477
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
478
478
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=CashBookEntry_GetText
|
479
479
|
# @return [Hash] The body content of the SOAP response.
|
480
480
|
def self.get_text
|
481
481
|
response = invoke('CashBookEntry_GetText') do |message|
|
482
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
482
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
483
483
|
end
|
484
484
|
end
|
485
485
|
|
486
486
|
# Sets the text of a cash book entry.
|
487
487
|
# Parameters: cashBookEntryHandle: Handle for the cash book entry. value: new text value.
|
488
488
|
#
|
489
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
489
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
490
490
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=CashBookEntry_SetText
|
491
491
|
# @return [Hash] The body content of the SOAP response.
|
492
492
|
def self.set_text
|
493
493
|
response = invoke('CashBookEntry_SetText') do |message|
|
494
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
494
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
495
495
|
end
|
496
496
|
end
|
497
497
|
|
498
498
|
# Gets the amount (in default currency) of a cash book entry.
|
499
499
|
# Parameters: cashBookEntryHandle: Handle for the cash book entry.
|
500
500
|
#
|
501
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
501
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
502
502
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=CashBookEntry_GetAmountDefaultCurrency
|
503
503
|
# @return [Hash] The body content of the SOAP response.
|
504
504
|
def self.get_amount_default_currency
|
505
505
|
response = invoke('CashBookEntry_GetAmountDefaultCurrency') do |message|
|
506
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
506
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
507
507
|
end
|
508
508
|
end
|
509
509
|
|
510
510
|
# Sets the amount (in default currency) of a cash book entry.
|
511
511
|
# Parameters: cashBookEntryHandle: Handle for the cash book entry. value: new amount value.
|
512
512
|
#
|
513
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
513
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
514
514
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=CashBookEntry_SetAmountDefaultCurrency
|
515
515
|
# @return [Hash] The body content of the SOAP response.
|
516
516
|
def self.set_amount_default_currency
|
517
517
|
response = invoke('CashBookEntry_SetAmountDefaultCurrency') do |message|
|
518
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
518
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
519
519
|
end
|
520
520
|
end
|
521
521
|
|
522
522
|
# Gets the currency of the cash book entry.
|
523
523
|
# Parameters: cashBookEntryHandle: Handle for the cash book entry.
|
524
524
|
#
|
525
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
525
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
526
526
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=CashBookEntry_GetCurrency
|
527
527
|
# @return [Hash] The body content of the SOAP response.
|
528
528
|
def self.get_currency
|
529
529
|
response = invoke('CashBookEntry_GetCurrency') do |message|
|
530
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
530
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
531
531
|
end
|
532
532
|
end
|
533
533
|
|
534
534
|
# Sets the currency of a cash book entry.
|
535
535
|
# Parameters: cashBookEntryHandle: Handle for the cash book entry. valueHandle: Handle for the new currency of the cash book entry.
|
536
536
|
#
|
537
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
537
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
538
538
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=CashBookEntry_SetCurrency
|
539
539
|
# @return [Hash] The body content of the SOAP response.
|
540
540
|
def self.set_currency
|
541
541
|
response = invoke('CashBookEntry_SetCurrency') do |message|
|
542
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
542
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
543
543
|
end
|
544
544
|
end
|
545
545
|
|
546
546
|
# Sets the amount of a cash book entry.
|
547
547
|
# Parameters: cashBookEntryHandle: Handle for the cash book entry. value: new amount of the cash book entry.
|
548
548
|
#
|
549
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
549
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
550
550
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=CashBookEntry_SetAmount
|
551
551
|
# @return [Hash] The body content of the SOAP response.
|
552
552
|
def self.set_amount
|
553
553
|
response = invoke('CashBookEntry_SetAmount') do |message|
|
554
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
554
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
555
555
|
end
|
556
556
|
end
|
557
557
|
|
558
558
|
# Gets the amount of a cash book entry.
|
559
559
|
# Parameters: cashBookEntryHandle: Handle for the cash book entry.
|
560
560
|
#
|
561
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
561
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
562
562
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=CashBookEntry_GetAmount
|
563
563
|
# @return [Hash] The body content of the SOAP response.
|
564
564
|
def self.get_amount
|
565
565
|
response = invoke('CashBookEntry_GetAmount') do |message|
|
566
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
566
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
567
567
|
end
|
568
568
|
end
|
569
569
|
|
570
570
|
# Sets the VAT account of a cash book entry. VAT account is only accessible when cash book entry is of type FinanceVoucher.
|
571
571
|
# Parameters: cashBookEntryHandle: Handle for the cash book entry. valueHandle: new VAT account of the cash book entry.
|
572
572
|
#
|
573
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
573
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
574
574
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=CashBookEntry_SetVatAccount
|
575
575
|
# @return [Hash] The body content of the SOAP response.
|
576
576
|
def self.set_vat_account
|
577
577
|
response = invoke('CashBookEntry_SetVatAccount') do |message|
|
578
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
578
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
579
579
|
end
|
580
580
|
end
|
581
581
|
|
582
582
|
# Gets the VAT account of a cash book entry. VAT account is only accessible when cash book entry is of type FinanceVoucher.
|
583
583
|
# Parameters: cashBookEntryHandle: Handle for the cash book entry.
|
584
584
|
#
|
585
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
585
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
586
586
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=CashBookEntry_GetVatAccount
|
587
587
|
# @return [Hash] The body content of the SOAP response.
|
588
588
|
def self.get_vat_account
|
589
589
|
response = invoke('CashBookEntry_GetVatAccount') do |message|
|
590
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
590
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
591
591
|
end
|
592
592
|
end
|
593
593
|
|
594
594
|
# Gets the contra VAT account of a cash book entry.
|
595
595
|
# Parameters: cashBookEntryHandle: Handle for the cash book entry.
|
596
596
|
#
|
597
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
597
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
598
598
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=CashBookEntry_GetContraVatAccount
|
599
599
|
# @return [Hash] The body content of the SOAP response.
|
600
600
|
def self.get_contra_vat_account
|
601
601
|
response = invoke('CashBookEntry_GetContraVatAccount') do |message|
|
602
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
602
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
603
603
|
end
|
604
604
|
end
|
605
605
|
|
606
606
|
# Sets the contra VAT account of a cash book entry.
|
607
607
|
# Parameters: cashBookEntryHandle: Handle for the cash book entry. valueHandle: new contra VAT account of the cash book entry.
|
608
608
|
#
|
609
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
609
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
610
610
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=CashBookEntry_SetContraVatAccount
|
611
611
|
# @return [Hash] The body content of the SOAP response.
|
612
612
|
def self.set_contra_vat_account
|
613
613
|
response = invoke('CashBookEntry_SetContraVatAccount') do |message|
|
614
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
614
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
615
615
|
end
|
616
616
|
end
|
617
617
|
|
618
618
|
# Sets the debtor invoice number of a cash book entry. Debtor invoice number is only accessible when cash book entry is of type DebtorPayment.
|
619
619
|
# Parameters: cashBookEntryHandle: Handle for the cash book entry. value: new debtor invoice number.
|
620
620
|
#
|
621
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
621
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
622
622
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=CashBookEntry_SetDebtorInvoiceNumber
|
623
623
|
# @return [Hash] The body content of the SOAP response.
|
624
624
|
def self.set_debtor_invoice_number
|
625
625
|
response = invoke('CashBookEntry_SetDebtorInvoiceNumber') do |message|
|
626
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
626
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
627
627
|
end
|
628
628
|
end
|
629
629
|
|
630
630
|
# Gets the debtor invoice number of a cash book entry. Debtor invoice number is only accessible when cash book entry is of type DebtorPayment.
|
631
631
|
# Parameters: cashBookEntryHandle: Handle for the cash book entry.
|
632
632
|
#
|
633
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
633
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
634
634
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=CashBookEntry_GetDebtorInvoiceNumber
|
635
635
|
# @return [Hash] The body content of the SOAP response.
|
636
636
|
def self.get_debtor_invoice_number
|
637
637
|
response = invoke('CashBookEntry_GetDebtorInvoiceNumber') do |message|
|
638
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
638
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
639
639
|
end
|
640
640
|
end
|
641
641
|
|
642
642
|
# Gets the creditor invoice number of a cash book entry. Creditor invoice number is only accessible when cash book entry is of type CreditorInvoice or CreditorPayment.
|
643
643
|
# Parameters: cashBookEntryHandle: Handle for the cash book entry.
|
644
644
|
#
|
645
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
645
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
646
646
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=CashBookEntry_GetCreditorInvoiceNumber
|
647
647
|
# @return [Hash] The body content of the SOAP response.
|
648
648
|
def self.get_creditor_invoice_number
|
649
649
|
response = invoke('CashBookEntry_GetCreditorInvoiceNumber') do |message|
|
650
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
650
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
651
651
|
end
|
652
652
|
end
|
653
653
|
|
654
654
|
# Sets the creditor invoice number of a cash book entry. Creditor invoice number is only accessible when cash book entry is of type CreditorInvoice or CreditorPayment.
|
655
655
|
# Parameters: cashBookEntryHandle: Handle for the cash book entry. value: new debtor invoice number.
|
656
656
|
#
|
657
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
657
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
658
658
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=CashBookEntry_SetCreditorInvoiceNumber
|
659
659
|
# @return [Hash] The body content of the SOAP response.
|
660
660
|
def self.set_creditor_invoice_number
|
661
661
|
response = invoke('CashBookEntry_SetCreditorInvoiceNumber') do |message|
|
662
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
662
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
663
663
|
end
|
664
664
|
end
|
665
665
|
|
666
666
|
# Sets the due date of a cash book entry. Due date is only accessible when cash book entry is of type CreditorInvoice.
|
667
667
|
# Parameters: cashBookEntryHandle: Handle for the cash book entry. value: new due date.
|
668
668
|
#
|
669
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
669
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
670
670
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=CashBookEntry_SetDueDate
|
671
671
|
# @return [Hash] The body content of the SOAP response.
|
672
672
|
def self.set_due_date
|
673
673
|
response = invoke('CashBookEntry_SetDueDate') do |message|
|
674
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
674
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
675
675
|
end
|
676
676
|
end
|
677
677
|
|
678
678
|
# Gets the due date of a cash book entry. Due date is only accessible when cash book entry is of type CreditorInvoice.
|
679
679
|
# Parameters: cashBookEntryHandle: Handle for the cash book entry.
|
680
680
|
#
|
681
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
681
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
682
682
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=CashBookEntry_GetDueDate
|
683
683
|
# @return [Hash] The body content of the SOAP response.
|
684
684
|
def self.get_due_date
|
685
685
|
response = invoke('CashBookEntry_GetDueDate') do |message|
|
686
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
686
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
687
687
|
end
|
688
688
|
end
|
689
689
|
|
690
690
|
# Sets the department of a cash book entry. 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.
|
691
691
|
# Parameters: cashBookEntryHandle: Handle for the cash book entry. value: Handle for the new department of the cash book entry.
|
692
692
|
#
|
693
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
693
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
694
694
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=CashBookEntry_SetDepartment
|
695
695
|
# @return [Hash] The body content of the SOAP response.
|
696
696
|
def self.set_department
|
697
697
|
response = invoke('CashBookEntry_SetDepartment') do |message|
|
698
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
698
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
699
699
|
end
|
700
700
|
end
|
701
701
|
|
702
702
|
# Gets a handle for the department of a cash book entry. The department is only accessible when there is access to the Dimension add-on module.
|
703
703
|
# Parameters: cashBookEntryHandle: Handle for the cash book entry.
|
704
704
|
#
|
705
|
-
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/
|
705
|
+
# @note TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
706
706
|
# @see https://api.e-conomic.com/secure/api1/EconomicWebService.asmx?op=CashBookEntry_GetDepartment
|
707
707
|
# @return [Hash] The body content of the SOAP response.
|
708
708
|
def self.get_department
|
709
709
|
response = invoke('CashBookEntry_GetDepartment') do |message|
|
710
|
-
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/
|
710
|
+
raise "TODO: This method was autogenerated from the WSDL - see https://github.com/coherify/ruconomic#contributing"
|
711
711
|
end
|
712
712
|
end
|
713
713
|
|