1

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

Hello thanks for the reply... I usually import data from my website(wordpress/woocommerce) which determines the shipping cost... once I upload it... It has shipping cost already.. Payment method is prepayment as customers have options to give partial payment..

2

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

I was able to display the freight cost by changing the parameter $freightcost = 0 to $freightcost...
BUT for import_add_to_order() I retain $freight_cost = 0... reason for this is error when payment term is "prepayment"

is this a safe way to do it?

3

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

Hello... Import_transaction is working and I even created an ETL to get data from wordpress woocommerce and create CSV to upload new orders to FA..

However my problem is the freight cost... it is not capturing the freight cost in CSV.. I need help for this.. Thanks in advance

4

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

Hello... I think I was to make it work.. Thanks to the file from sir Apmuthu.. I overwrite the files change the date settings on my FAaccounting then it works...

5

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

I tried to follow every instruction here but I cant get rid of the errors.. hope anyone can help me...

6

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

I apologize I'm very new to this... I'm trying to upload a sample invoice processing using sample from templates folder.. I'm getting errors... Im using 2.4.3

========================================================================
Undefined variable: memo in file: /home/mypinlight/public_html/facct/modules/import_transactions/import_transactions.php at line 194
Undefined variable: person_id in file: /home/mypinlight/public_html/facct/modules/import_transactions/import_transactions.php at line 195
Missing argument 2 for references::is_valid(), called in /home/mypinlight/public_html/facct/modules/import_transactions/includes/import_sales_order_entry.inc on line 33 and defined in file: /home/mypinlight/public_html/facct/includes/references.inc at line 265
Undefined variable: type in file: /home/mypinlight/public_html/facct/includes/references.inc at line 268
On line 2 you must enter a reference.
Undefined offset: 10 in file: /home/mypinlight/public_html/facct/modules/import_transactions/import_transactions.php at line 277
Error: date '01/12/2014' not properly formatted (line 2 in import file 'single_line_salesinvoices.csv')
Undefined offset: 10 in file: /home/mypinlight/public_html/facct/modules/import_transactions/import_transactions.php at line 322
Undefined offset: 2 in file: /home/mypinlight/public_html/facct/includes/date_functions.inc at line 395
Undefined offset: 1 in file: /home/mypinlight/public_html/facct/includes/date_functions.inc at line 395
Undefined property: import_sales_cart::$prep_amount in file: /home/mypinlight/public_html/facct/sales/includes/db/sales_order_db.inc at line 42
Undefined property: import_sales_cart::$fixed_asset in file: /home/mypinlight/public_html/facct/sales/includes/db/sales_order_db.inc at line 75
Missing argument 1 for get_shipping_tax_as_array(), called in /home/mypinlight/public_html/facct/modules/import_transactions/includes/import_sales_cart_class.inc on line 509 and defined in file: /home/mypinlight/public_html/facct/taxes/db/tax_groups_db.inc at line 128
Undefined variable: id in file: /home/mypinlight/public_html/facct/taxes/db/tax_groups_db.inc at line 132
Call to undefined method import_sales_cart::is_prepaid() in /home/mypinlight/public_html/facct/sales/includes/db/sales_delivery_db.inc on line 66
========================================================================

I wonder if someone could help me... I can give the username and password in my FA accounting link... also if you can help me regarding the template for sales order processing I'll be more than happy