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.
1 11/15/2014 10:55:32 am
Re: Import of GRN (2 replies, posted in Items and Inventory)
2 11/15/2014 10:52:02 am
Re: Adding fields to the inventory module, e.g. 'Author/Artist' (5 replies, posted in Items and Inventory)
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
3 01/25/2014 10:20:47 am
Re: How to change power by (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
4 01/20/2014 05:15:52 pm
Re: Adding fields to the inventory module, e.g. 'Author/Artist' (5 replies, posted in Items and Inventory)
Hello, i'm interested in it too
5 12/19/2013 04:29:04 pm
Topic: SQL For get list of invoice from Specific Supplier (0 replies, posted in Reporting)
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!