This commit is contained in:
denisdulici 2018-05-20 03:57:41 +03:00
parent 354afe9ea2
commit 775f931bee
8 changed files with 14 additions and 21 deletions

View File

@ -26,11 +26,4 @@ class ImportFile extends ExcelFile
return $path; return $path;
} }
public function getFilters()
{
return [
'chunk'
];
}
} }

View File

@ -1,2 +1,2 @@
"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","attachment","created_at","updated_at","deleted_at" "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","","","","","","2017-11-30 00:00:00","2017-11-30 00:00:00",NULL "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 attachment category_id created_at updated_at deleted_at
2 987654 received 2017-11-30 2017-12-07 10.0000 USD 1.00000000 1 Test Vendor test@vendor.com 4 2017-11-30 00:00:00 2017-11-30 00:00:00 NULL

View File

@ -1,2 +1,2 @@
"user_id","name","email","tax_number","phone","address","website","currency_code","enabled","created_at","updated_at","deleted_at" "user_id","name","email","tax_number","phone","address","website","currency_code","enabled"
"","Test Customer","test@customer.com","","","","","USD","1","2017-11-30 00:00:00","2017-11-30 00:00:00",NULL "","Test Customer","test@customer.com","","","","","USD","1"

1 user_id name email tax_number phone address website currency_code enabled created_at updated_at deleted_at
2 Test Customer test@customer.com USD 1 2017-11-30 00:00:00 2017-11-30 00:00:00 NULL

View File

@ -1,2 +1,2 @@
"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","attachment","created_at","updated_at","deleted_at" "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","","","","","","2017-11-30 00:00:00","2017-11-30 00:00:00",NULL "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 attachment category_id created_at updated_at deleted_at
2 INV-00001 sent 2017-11-30 2017-12-07 10.0000 USD 1.00000000 1 Test Customer test@customer.com 3 2017-11-30 00:00:00 2017-11-30 00:00:00 NULL

View File

@ -1,2 +1,2 @@
"name","sku","description","sale_price","purchase_price","quantity","category_id","tax_id","picture","enabled","created_at","updated_at","deleted_at" "name","sku","description","sale_price","purchase_price","quantity","category_id","tax_id","enabled"
"Test Item","test-item","","10.0000","5.0000","1","5","2","items/test-item.png","1","2017-11-30 00:00:00","2017-11-30 00:00:00",NULL "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 picture enabled created_at updated_at deleted_at
2 Test Item test-item 10.0000 5.0000 1 5 2 items/test-item.png 1 2017-11-30 00:00:00 2017-11-30 00:00:00 NULL

View File

@ -1,2 +1,2 @@
"account_id","paid_at","amount","currency_code","currency_rate","vendor_id","description","category_id","payment_method","reference","attachment","created_at","updated_at","deleted_at" "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","","","2017-11-30 00:00:00","2017-11-30 00:00:00",NULL "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 attachment created_at updated_at deleted_at
2 1 2017-11-30 10.0000 USD 1.00000000 1 4 offlinepayment.cash.1 2017-11-30 00:00:00 2017-11-30 00:00:00 NULL

View File

@ -1,2 +1,2 @@
"account_id","paid_at","amount","currency_code","currency_rate","customer_id","description","category_id","payment_method","reference","attachment","created_at","updated_at","deleted_at" "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","","revenues/test-revenue.pdf","2017-11-30 00:00:00","2017-11-30 00:00:00",NULL "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 attachment created_at updated_at deleted_at
2 1 2017-11-30 10.0000 USD 1.00000000 3 offlinepayment.cash.1 revenues/test-revenue.pdf 2017-11-30 00:00:00 2017-11-30 00:00:00 NULL

View File

@ -1,2 +1,2 @@
"user_id","name","email","tax_number","phone","address","website","currency_code","enabled","created_at","updated_at","deleted_at" "name","email","tax_number","phone","address","website","currency_code","enabled"
"","Test Vendor","test@vendor.com","","","","","USD","1","2017-11-30 00:00:00","2017-11-30 00:00:00",NULL "Test Vendor","test@vendor.com","","","","","USD","1"

1 user_id name email tax_number phone address website currency_code enabled created_at updated_at deleted_at
2 Test Vendor test@vendor.com USD 1 2017-11-30 00:00:00 2017-11-30 00:00:00 NULL