added export and improved import

This commit is contained in:
denisdulici
2018-06-11 03:47:32 +03:00
parent c274d38f13
commit 3d68496145
35 changed files with 347 additions and 115 deletions

View File

@@ -1,2 +0,0 @@
"bill_number","order_number","bill_status_code","billed_at","due_at","amount","currency_code","currency_rate","vendor_id","vendor_name","vendor_email","vendor_tax_number","vendor_phone","vendor_address","notes","category_id"
"987654","","received","2017-11-30","2017-12-07","10.0000","USD","1.00000000","1","Test Vendor","test@vendor.com","","","","","4"
1 bill_number order_number bill_status_code billed_at due_at amount currency_code currency_rate vendor_id vendor_name vendor_email vendor_tax_number vendor_phone vendor_address notes category_id
2 987654 received 2017-11-30 2017-12-07 10.0000 USD 1.00000000 1 Test Vendor test@vendor.com 4

Binary file not shown.

View File

@@ -1,2 +0,0 @@
"user_id","name","email","tax_number","phone","address","website","currency_code","enabled"
"","Test Customer","test@customer.com","","","","","USD","1"
1 user_id name email tax_number phone address website currency_code enabled
2 Test Customer test@customer.com USD 1

Binary file not shown.

View File

@@ -1,2 +0,0 @@
"invoice_number","order_number","invoice_status_code","invoiced_at","due_at","amount","currency_code","currency_rate","customer_id","customer_name","customer_email","customer_tax_number","customer_phone","customer_address","notes","category_id"
"INV-00001","","sent","2017-11-30","2017-12-07","10.0000","USD","1.00000000","1","Test Customer","test@customer.com","","","","","3"
1 invoice_number order_number invoice_status_code invoiced_at due_at amount currency_code currency_rate customer_id customer_name customer_email customer_tax_number customer_phone customer_address notes category_id
2 INV-00001 sent 2017-11-30 2017-12-07 10.0000 USD 1.00000000 1 Test Customer test@customer.com 3

Binary file not shown.

View File

@@ -1,2 +0,0 @@
"name","sku","description","sale_price","purchase_price","quantity","category_id","tax_id","enabled"
"Test Item","test-item","","10.0000","5.0000","1","5","2","1"
1 name sku description sale_price purchase_price quantity category_id tax_id enabled
2 Test Item test-item 10.0000 5.0000 1 5 2 1

Binary file not shown.

View File

@@ -1,2 +0,0 @@
"account_id","paid_at","amount","currency_code","currency_rate","vendor_id","description","category_id","payment_method","reference"
"1","2017-11-30","10.0000","USD","1.00000000","1","","4","offlinepayment.cash.1",""
1 account_id paid_at amount currency_code currency_rate vendor_id description category_id payment_method reference
2 1 2017-11-30 10.0000 USD 1.00000000 1 4 offlinepayment.cash.1

Binary file not shown.

View File

@@ -1,2 +0,0 @@
"account_id","paid_at","amount","currency_code","currency_rate","customer_id","description","category_id","payment_method","reference"
"1","2017-11-30","10.0000","USD","1.00000000","","","3","offlinepayment.cash.1",""
1 account_id paid_at amount currency_code currency_rate customer_id description category_id payment_method reference
2 1 2017-11-30 10.0000 USD 1.00000000 3 offlinepayment.cash.1

Binary file not shown.

View File

@@ -1,2 +0,0 @@
"name","email","tax_number","phone","address","website","currency_code","enabled"
"Test Vendor","test@vendor.com","","","","","USD","1"
1 name email tax_number phone address website currency_code enabled
2 Test Vendor test@vendor.com USD 1

Binary file not shown.