1

(2 replies, posted in Items and Inventory)

Quite old question, but any way I'm thinking the answer can be usefull for reader also.
Even better way, but require more development time, is to use the API and perform some auto loading trough them. FA has a basic API module based on Slim Framework a very good and light Framework for RestFull API. Is quite easy to personalize it and then you can perform some automated task to send data to it.

Finally I did an extra module for add all the needed fileds... thinking to release it open source, but still need some improvment before can be ready for opening it wink

3

(11 replies, posted in Modules Add-on's)

Hello,

you can update thi information in the config.php fiel at the root of your FA installation.
Changing the two variable: $power_by and $power_url in my FA (version: 2.3.17) config file at line 68, 69

Regards

Hello, i'm interested in it too

I'm try to get an SQL SELECT to get all the invoice from an id_supplier
can some one help me in find it?

I have report inside a module for extend the functionality, so i'm able now to print new line.
but when I try to look for supplier invoice I find only the table  0_supp_invoice_items

Can some one explain/help me to understand where FA store the info about a set of supp_invoice_items?

Thanks for any help!