Jump to content

AddOn Development for e-invoice for Aruba


Neamitika

Recommended Posts

Hi, 

i am developing an addon for e-invoice to send the invoice data to the Aruba e-invoice service.
I am searching for some methods to retrive custom fields of single user.

 // $invoice is an array with all the information about the invoice

 $user_data      = $invoice["user_data"];
 $items          = Invoices::get_items($invoice["id"]); // array of items inside the invoice
 $user_id 		 = $user_data["id"];

 // $user_custom_fields // method to get the user custom fields by $user_id


Is there a documentation with all the classes and methods?

Thx

Link to comment
Share on other sites

  • Staff Member
On 1/16/2024 at 1:39 PM, Neamitika said:

Hi, 

i am developing an addon for e-invoice to send the invoice data to the Aruba e-invoice service.
I am searching for some methods to retrive custom fields of single user.

 // $invoice is an array with all the information about the invoice

 $user_data      = $invoice["user_data"];
 $items          = Invoices::get_items($invoice["id"]); // array of items inside the invoice
 $user_id 		 = $user_data["id"];

 // $user_custom_fields // method to get the user custom fields by $user_id


Is there a documentation with all the classes and methods?

Thx

Hi @Neamitika

A comprehensive documentation on all classes and methods will be published soon.

But I want to give you better news: with WISECP 3.1.7 the WISECP API will be available. With the WISECP API, you will be able to complete the process you want to do in a much simpler and easier way. WISECP 3.1.7 will be released in the next few days.

Helpful links : Developer Center | Usage Guide | Translate | What's New?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...