Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update date data type casting #103

Merged
merged 16 commits into from
Aug 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# dbt_quickbooks v0.12.0
[PR #103](https://github.com/fivetran/dbt_quickbooks/pull/103/files) includes the following updates:
## 🚘 Under the Hood
- Update seeds and configs in the integration tests folder to match what was updated upstream in the ([source package PR #51](https://github.com/fivetran/dbt_quickbooks_source/pull/51)) to correct timestamp fields that should be date fields (`due_date`, `transaction_date`). Previously, some fields were getting interpreted as timestamps while some were interpreted as dates, leading to errors on downstream joins. In the upstream staging models, `due_date` and `transaction_date` are now explicitly cast as `date` types.

This will be a breaking change to those whose source tables still use the old timestamp formats, so please update your package version accordingly.

# dbt_quickbooks v0.11.1
This PR includes the following updates:

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Include the following QuickBooks package version in your `packages.yml` file.
```yaml
packages:
- package: fivetran/quickbooks
version: [">=0.11.0", "<0.12.0"] # we recommend using ranges to capture non-breaking changes automatically
version: [">=0.12.0", "<0.13.0"] # we recommend using ranges to capture non-breaking changes automatically
```

Do NOT include the `quickbooks_source` package in this file. The transformation package itself has a dependency on it and will install the source package as well.
Expand Down Expand Up @@ -232,7 +232,7 @@ This dbt package is dependent on the following dbt packages. Please be aware tha
```yml
packages:
- package: fivetran/quickbooks_source
version: [">=0.9.0", "<0.10.0"]
version: [">=0.10.0", "<0.11.0"]

- package: fivetran/fivetran_utils
version: [">=0.4.0", "<0.5.0"]
Expand Down
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config-version: 2
name: 'quickbooks'

version: '0.11.1'
version: '0.12.0'

require-dbt-version: [">=1.3.0", "<2.0.0"]

Expand Down
2 changes: 1 addition & 1 deletion docs/catalog.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/manifest.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/run_results.json

Large diffs are not rendered by default.

12 changes: 5 additions & 7 deletions integration_tests/dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'quickbooks_integration_tests'

version: '0.11.1'
version: '0.12.0'

profile: 'integration_tests'
config-version: 2
Expand Down Expand Up @@ -60,10 +60,14 @@ vars:
quickbooks_vendor_credit_line_identifier: "vendor_credit_line_data"
quickbooks_vendor_credit_identifier: "vendor_credit_data"
quickbooks_vendor_identifier: "vendor_data"


seeds:
+quote_columns: "{{ true if target.type == 'redshift' else false }}"
quickbooks_integration_tests:
+column_types:
transaction_date: date
due_date: date
bill_line_data:
+column_types:
item_expense_billable_status: "{{ 'varchar(100)' if target.name in ('redshift', 'postgres') else 'string' }}"
Expand All @@ -79,12 +83,6 @@ seeds:
purchase_data:
+column_types:
credit: "{{ 'boolean' if target.name in ('snowflake', 'spark', 'databricks') else 'bool' }}"
refund_receipt_data:
+column_types:
transaction_date: date
sales_receipt_data:
+column_types:
transaction_date: date
vendor_credit_line_data:
+column_types:
item_expense_billable_status: "{{ 'varchar(100)' if target.name in ('redshift', 'postgres') else 'string' }}"
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dbt-snowflake>=1.3.0,<2.0.0
dbt-bigquery>=1.3.0,<2.0.0
dbt-redshift>=1.3.0,<1.5.0
dbt-redshift>=1.3.0,<2.0.0
dbt-postgres>=1.3.0,<2.0.0
dbt-spark>=1.3.0,<2.0.0
dbt-spark[PyHive]>=1.3.0,<2.0.0
Expand Down
11 changes: 4 additions & 7 deletions integration_tests/seeds/account_data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@ id,_fivetran_synced,account_number,account_sub_type,account_type,active,balance,
52,2020-06-23 3:58:54,,d225490f65343b9016d6db95c0b146d8,Expense,TRUE,41493,41493,,2020-06-18 14:09:07,USD,,a8dd055b9b91809ca74ddb5a5f357173,9b3a3362b3b1b8055be9d27401cd1be9,51,TRUE,0,,2020-06-18 14:09:07
51,2020-06-23 3:58:54,,d225490f65343b9016d6db95c0b146d8,Expense,TRUE,45528,45528,,2020-06-18 14:08:47,USD,,82be779191266b6ef0597be0c7f60d6d,82be779191266b6ef0597be0c7f60d6d,,FALSE,0,,2020-06-18 14:09:07
40,2020-12-09 19:02:02,,195917574edc9b6bbeb5be9785b6a479,Bank,TRUE,93234,93234,Asset,2020-06-05 16:30:39,USD,,dd6e03342a9e50cf278448f99e66d998,dd6e03342a9e50cf278448f99e66d998,,FALSE,0,,2020-12-09 19:01:03
39,2020-12-09 19:16:58,,195917574edc9b6bbeb5be9785b6a479,Bank,TRUE,17735,17735,Revenue,2020-05-28 13:09:16,USD,,6d69cd92d636a07b52a62b37e1f5201a,6d69cd92d636a07b52a62b37e1f5201a,,FALSE,1,,2020-12-09 19:02:26
28,2020-12-17 20:32:00,,195917574edc9b6bbeb5be9785b6a479,Bank,TRUE,77166,77166,Revenue,2020-04-30 17:27:58,USD,,ee791126ad0eff462e26b36f4a97fce0,ee791126ad0eff462e26b36f4a97fce0,,FALSE,2,,2020-12-17 20:17:44
39,2020-12-09 19:16:58,,195917574edc9b6bbeb5be9785b6a479,Bank,TRUE,17735,17735,Asset,2020-05-28 13:09:16,USD,,6d69cd92d636a07b52a62b37e1f5201a,6d69cd92d636a07b52a62b37e1f5201a,,FALSE,1,,2020-12-09 19:02:26
28,2020-12-17 20:32:00,,195917574edc9b6bbeb5be9785b6a479,Bank,TRUE,77166,77166,Asset,2020-04-30 17:27:58,USD,,ee791126ad0eff462e26b36f4a97fce0,ee791126ad0eff462e26b36f4a97fce0,,FALSE,2,,2020-12-17 20:17:44
54,2020-12-08 21:01:59,,195917574edc9b6bbeb5be9785b6a479,Bank,FALSE,23231,23231,Asset,2020-07-08 18:08:40,USD,,245178490d20e65c6626c6af75f62215,245178490d20e65c6626c6af75f62215,,FALSE,1,,2020-12-08 20:58:43
33,2020-06-23 3:58:54,,4d604dd8f008145471dc845683399189,Other Current Asset,TRUE,80922,80922,Asset,2020-04-30 17:29:35,USD,,07bd344f6acd4e8ed41ae67f8d8b4aee,07bd344f6acd4e8ed41ae67f8d8b4aee,,FALSE,0,,2020-04-30 17:29:35
34,2020-12-17 19:31:57,6674,263b6c4c47a488aab804c8b8c12b4f76,Bank,TRUE,83287,83287,Asset,2020-04-30 17:36:45,USD,,939ee17c7427610c55083b8623cde590,939ee17c7427610c55083b8623cde590,,FALSE,0,,2020-12-17 19:21:21
57,2020-12-02 15:31:58,,100fb8196b919896e083af2939bbffb2,Other Current Asset,TRUE,84550,84550,Expense,2020-07-13 19:15:58,USD,,5270c9c9f9382af307c28a838e89c57d,5270c9c9f9382af307c28a838e89c57d,,FALSE,0,,2020-12-02 15:19:27
60,2020-11-09 22:47:02,,9337c3fde59c076b0d3ba902fa18e4e8,Other Current Asset,TRUE,65627,65627,Asset,2020-11-09 22:33:35,USD,,4d41392cafa229d9dffd274c9bf6d278,4d41392cafa229d9dffd274c9bf6d278,,FALSE,0,,2020-11-09 22:33:35
49,2020-11-09 22:47:02,,9337c3fde59c076b0d3ba902fe4e8,Test Account,TRUE,65627,65627,Liability,2020-11-09 22:33:35,USD,,4d41392cafa229d9dffd274c9bf6d278,4d41392cafa229d9dffd274c9bf6d278,,FALSE,0,,2020-11-09 22:33:35
12,2020-11-09 22:47:02,,9337c3fde59c076b0d3ba902fa18e4e8,Liability account test,TRUE,65627,65627,Liability,2020-11-09 22:33:35,USD,,4d41392cafa229d9dffd274c9bf6d278,4d41392cafa229d9dffd274c9bf6d278,,FALSE,0,,2020-11-09 22:33:35
37,2020-11-09 22:47:02,,9337c3fde59c076b0d3ba902fa18e4e8,Testing testing account test,TRUE,65627,65627,Asset,2020-11-09 22:33:35,USD,,4d41392cafa229d9dffd274c9bf6d278,4d41392cafa229d9dffd274c9bf6d278,,FALSE,0,,2020-11-09 22:33:35
57,2020-12-02 15:31:58,,100fb8196b919896e083af2939bbffb2,Other Current Asset,TRUE,84550,84550,Asset,2020-07-13 19:15:58,USD,,5270c9c9f9382af307c28a838e89c57d,5270c9c9f9382af307c28a838e89c57d,,FALSE,0,,2020-12-02 15:19:27
60,2020-11-09 22:47:02,,9337c3fde59c076b0d3ba902fa18e4e8,Other Current Asset,TRUE,65627,65627,Asset,2020-11-09 22:33:35,USD,,4d41392cafa229d9dffd274c9bf6d278,4d41392cafa229d9dffd274c9bf6d278,,FALSE,0,,2020-11-09 22:33:35
2 changes: 1 addition & 1 deletion integration_tests/seeds/bill_line_data.csv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bill_id,index,_fivetran_synced,account_expense_account_id,account_expense_billable_status,account_expense_class_id,account_expense_customer_id,account_expense_tax_amount,account_expense_tax_code_id,amount,description,item_expense_billable_status,item_expense_class_id,item_expense_customer_id,item_expense_item_id,item_expense_quantity,item_expense_tax_code_id,item_expense_unit_price
126,0,2020-11-03 17:02:04,10,8f7d086bb399bd5291915511d499a09d,,,,7624ad70a400ab16bed0602ac396f02b,448,12464a83d7d20dc285c654396b6c6fd2,,,,,,,
126,0,2020-11-03 17:02:04,10,8f7d086bb399bd5291915511d499a09d,,,,7624ad70a400ab16bed0602ac396f02b,448.25,12464a83d7d20dc285c654396b6c6fd2,,,,,,,
401,0,2020-12-17 19:32:00,12,8f7d086bb399bd5291915511d499a09d,,,,7624ad70a400ab16bed0602ac396f02b,1386,57c19a9b03e7f423a52d9a298fb12b34,,,,,,,
400,0,2020-12-17 19:32:00,12,8f7d086bb399bd5291915511d499a09d,,,,7624ad70a400ab16bed0602ac396f02b,228,8fbf4eb7affb3dc89cc1427533d3075c,,,,,,,
410,0,2020-12-17 20:32:02,12,8f7d086bb399bd5291915511d499a09d,,,,7624ad70a400ab16bed0602ac396f02b,1477,6b80bbb500d5cddcd0d5cd64df631736,,,,,,,
Expand Down
10 changes: 5 additions & 5 deletions integration_tests/seeds/credit_card_payment_txn_data.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id,amount,bank_account_id,credit_card_account_id,created_at,updated_at,currency_id,transaction_date,_fivetran_deleted
1111,5,5,7,2022-07-21 09:57:41,2022-07-21 09:57:41,USD,2022-07-21,FALSE
2222,10.02,5,7,2020-05-24 19:39:23,2020-05-24 19:39:23,USD,2020-05-19,FALSE
3333,13.52,5,7,2022-09-06 12:12:07,2022-09-06 12:12:07,USD,2022-09-04,FALSE
4444,65.22,5,7,2022-01-05 22:22:11,2022-01-05 22:22:11,USD,2022-01-04,FALSE
id,amount,bank_account_id,credit_card_account_id,created_at,updated_at,currency_id,transaction_date,_fivetran_deleted
1111,5,5,7,2022-07-21 09:57:41,2022-07-21 09:57:41,USD,2022-07-21,FALSE
2222,10.02,5,7,2020-05-24 19:39:23,2020-05-24 19:39:23,USD,2020-05-19,FALSE
3333,13.52,5,7,2022-09-06 12:12:07,2022-09-06 12:12:07,USD,2022-09-04,FALSE
4444,65.22,5,7,2022-01-05 22:22:11,2022-01-05 22:22:11,USD,2022-01-04,FALSE
5555,94.1,5,7,2022-07-09 21:15:24,2022-07-09 21:15:24,USD,2022-06-18,FALSE
22 changes: 11 additions & 11 deletions integration_tests/seeds/credit_memo_data.csv
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
id,_fivetran_deleted,_fivetran_synced,apply_tax_after_discount,balance,bill_email,billing_address_id,class_id,created_at,currency_id,custom_p_o_number,customer_id,customer_memo,department_id,doc_number,email_status,exchange_rate,global_tax_calculation,home_balance,home_total_amount,payment_method_id,print_status,private_note,remaining_credit,sales_term_id,shipping_address_id,sync_token,total_amount,total_tax,transaction_date,updated_at
2702,FALSE,2020-01-15 0:03:02,FALSE,0,,4,,2018-08-10 19:27:15,USD,,4,05393ead5d6967d305712273b22a7ad4,1,135,NotSet,,,,,,NeedToPrint,,0,,4,1,89051,0,2017-11-13 0:00:00,2018-08-10 19:27:27
2708,FALSE,2020-01-15 0:03:02,FALSE,0,025eabf1dc2d7418902f24bcf4f8b995,12,,2018-08-10 19:34:00,USD,,21,05393ead5d6967d305712273b22a7ad4,1,139,NotSet,,,,,,NeedToPrint,,0,,12,1,56181,0,2017-11-21 0:00:00,2018-08-10 19:34:11
2916,FALSE,2020-01-15 0:03:02,FALSE,0,,151,,2018-08-24 20:17:21,USD,,668,,1,205,NotSet,,,,,,NeedToPrint,,0,,151,1,47580,0,2018-08-24 0:00:00,2018-08-24 20:17:57
2919,FALSE,2020-01-15 0:03:02,FALSE,0,,3890,,2018-08-24 20:22:00,USD,,600,,1,206,NotSet,,,,,,NeedToPrint,,0,,4098,1,98033,0,2018-08-13 0:00:00,2018-08-24 20:22:25
2921,FALSE,2020-01-15 0:03:02,FALSE,0,,132,,2018-08-24 20:23:55,USD,,594,,1,207,NotSet,,,,,,NeedToPrint,,0,,132,1,67480,0,2018-08-14 0:00:00,2018-08-28 19:57:56
2924,FALSE,2020-01-15 0:03:02,FALSE,0,,3890,,2018-08-24 20:48:50,USD,,600,,1,208,NotSet,,,,,,NeedToPrint,,0,,4098,1,80865,0,2018-07-26 0:00:00,2018-08-24 20:49:05
2984,FALSE,2020-01-15 0:03:02,FALSE,0,,4003,,2018-08-29 16:45:04,USD,,599,,1,211,NotSet,,,,,,NeedToPrint,,0,,4259,2,3591,0,2018-07-25 0:00:00,2018-10-29 14:54:47
2986,FALSE,2020-01-15 0:03:02,FALSE,0,,4003,,2018-08-29 16:46:08,USD,,599,,1,212,NotSet,,,,,,NeedToPrint,,0,,4259,1,60522,0,2018-08-13 0:00:00,2018-08-29 16:46:19
3072,FALSE,2020-01-15 0:03:02,FALSE,0,,155,,2018-08-31 17:52:46,USD,,672,,1,214,NotSet,,,,,,NeedToPrint,,0,,557,1,17649,0,2018-08-28 0:00:00,2018-08-31 17:53:41
3089,FALSE,2020-01-15 0:03:02,FALSE,0,d41d8cd98f00b204e9800998ecf8427e,154,,2018-09-06 14:47:55,USD,,671,,1,215,NotSet,,,,,,NeedToPrint,,0,,154,1,16638,0,2018-07-20 0:00:00,2018-09-06 14:48:27
3093,FALSE,2020-01-15 0:03:02,FALSE,0,,131,,2018-09-06 17:14:05,USD,,593,,1,216,NotSet,,,,,,NeedToPrint,,0,,131,1,84675,0,2018-08-28 0:00:00,2018-09-06 17:14:34
2702,FALSE,2020-01-15 0:03:02,FALSE,0,,4,,2018-08-10 19:27:15,USD,,4,05393ead5d6967d305712273b22a7ad4,1,135,NotSet,,,,,,NeedToPrint,,0,,4,1,89051,0,2017-11-13,2018-08-10 19:27:27
2708,FALSE,2020-01-15 0:03:02,FALSE,0,025eabf1dc2d7418902f24bcf4f8b995,12,,2018-08-10 19:34:00,USD,,21,05393ead5d6967d305712273b22a7ad4,1,139,NotSet,,,,,,NeedToPrint,,0,,12,1,56181,0,2017-11-21,2018-08-10 19:34:11
2916,FALSE,2020-01-15 0:03:02,FALSE,0,,151,,2018-08-24 20:17:21,USD,,668,,1,205,NotSet,,,,,,NeedToPrint,,0,,151,1,47580,0,2018-08-24,2018-08-24 20:17:57
2919,FALSE,2020-01-15 0:03:02,FALSE,0,,3890,,2018-08-24 20:22:00,USD,,600,,1,206,NotSet,,,,,,NeedToPrint,,0,,4098,1,98033,0,2018-08-13,2018-08-24 20:22:25
2921,FALSE,2020-01-15 0:03:02,FALSE,0,,132,,2018-08-24 20:23:55,USD,,594,,1,207,NotSet,,,,,,NeedToPrint,,0,,132,1,67480,0,2018-08-14,2018-08-28 19:57:56
2924,FALSE,2020-01-15 0:03:02,FALSE,0,,3890,,2018-08-24 20:48:50,USD,,600,,1,208,NotSet,,,,,,NeedToPrint,,0,,4098,1,80865,0,2018-07-26,2018-08-24 20:49:05
2984,FALSE,2020-01-15 0:03:02,FALSE,0,,4003,,2018-08-29 16:45:04,USD,,599,,1,211,NotSet,,,,,,NeedToPrint,,0,,4259,2,3591,0,2018-07-25,2018-10-29 14:54:47
2986,FALSE,2020-01-15 0:03:02,FALSE,0,,4003,,2018-08-29 16:46:08,USD,,599,,1,212,NotSet,,,,,,NeedToPrint,,0,,4259,1,60522,0,2018-08-13,2018-08-29 16:46:19
3072,FALSE,2020-01-15 0:03:02,FALSE,0,,155,,2018-08-31 17:52:46,USD,,672,,1,214,NotSet,,,,,,NeedToPrint,,0,,557,1,17649,0,2018-08-28,2018-08-31 17:53:41
3089,FALSE,2020-01-15 0:03:02,FALSE,0,d41d8cd98f00b204e9800998ecf8427e,154,,2018-09-06 14:47:55,USD,,671,,1,215,NotSet,,,,,,NeedToPrint,,0,,154,1,16638,0,2018-07-20,2018-09-06 14:48:27
3093,FALSE,2020-01-15 0:03:02,FALSE,0,,131,,2018-09-06 17:14:05,USD,,593,,1,216,NotSet,,,,,,NeedToPrint,,0,,131,1,84675,0,2018-08-28,2018-09-06 17:14:34
20 changes: 10 additions & 10 deletions integration_tests/seeds/estimate_data.csv
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
id,_fivetran_deleted,_fivetran_synced,accepted_by,accepted_date,apply_tax_after_discount,bill_email,billing_address_id,class_id,created_at,currency_id,custom_p_o_number,custom_sales_rep,customer_id,customer_memo,delivery_type,department_id,doc_number,due_date,email_status,exchange_rate,expiration_date,global_tax_calculation,home_total_amount,print_status,private_note,sales_term_id,ship_date,shipping_address_id,sync_token,tax_code_id,total_amount,total_tax,transaction_date,transaction_status,updated_at
40085,FALSE,2021-01-19 0:16:33,,,FALSE,,7161,,2021-01-18 23:34:30,USD,,,4953,6daa548b66caa8322851e9ac8fdbe270,,,2552,,NotSet,,,,,NeedToPrint,,,,7162,1,,29690,0,2021-01-18 0:00:00,Accepted,2021-01-18 23:35:13
40087,FALSE,2021-01-19 0:16:33,,,FALSE,,7512,,2021-01-18 23:54:01,USD,,,5073,6daa548b66caa8322851e9ac8fdbe270,,,2553,,NotSet,,,,,NeedToPrint,,,,7513,1,,77282,0,2021-01-18 0:00:00,Accepted,2021-01-18 23:54:24
40079,FALSE,2021-01-18 23:16:15,,,FALSE,,7617,,2021-01-18 23:09:42,USD,,,5121,6daa548b66caa8322851e9ac8fdbe270,,,2549,,NotSet,,,,,NeedToPrint,,,,7618,1,,26564,0,2021-01-18 0:00:00,Accepted,2021-01-18 23:10:33
40091,FALSE,2021-01-19 0:16:33,,,FALSE,,6923,,2021-01-19 0:11:28,USD,,,4895,6daa548b66caa8322851e9ac8fdbe270,,,2555,,NotSet,,,,,NeedToPrint,,,,6924,1,,34363.5,0,2021-01-18 0:00:00,Accepted,2021-01-19 0:11:49
40083,FALSE,2021-01-19 0:16:33,,,FALSE,,6131,,2021-01-18 23:22:28,USD,,,4547,6daa548b66caa8322851e9ac8fdbe270,,,2551,,NotSet,,,,,NeedToPrint,,,,6132,1,,32645,0,2021-01-18 0:00:00,Accepted,2021-01-18 23:23:19
40081,FALSE,2021-01-19 0:16:33,,,FALSE,,7740,,2021-01-18 23:15:52,USD,,,4132,6daa548b66caa8322851e9ac8fdbe270,,,2550,,NotSet,,,,,NeedToPrint,,,,5150,1,,28760,0,2021-01-18 0:00:00,Accepted,2021-01-18 23:16:15
40089,FALSE,2021-01-19 0:16:33,,,FALSE,bc5b17e4502ad6537ccdcf066e03bda7,2825,,2021-01-19 0:05:10,USD,,,3226,6daa548b66caa8322851e9ac8fdbe270,,,2554,,NotSet,,,,,NeedToPrint,,,,2826,1,,49442,0,2021-01-18 0:00:00,Accepted,2021-01-19 0:05:37
40095,FALSE,2021-01-19 1:18:11,,,FALSE,,6913,,2021-01-19 0:43:48,USD,,,4892,6daa548b66caa8322851e9ac8fdbe270,,,2557,,NotSet,,,,,NeedToPrint,,,,6914,1,,27832,0,2021-01-18 0:00:00,Accepted,2021-01-19 0:44:50
40093,FALSE,2021-01-19 1:18:11,,,FALSE,,6106,,2021-01-19 0:24:12,USD,,,4536,6daa548b66caa8322851e9ac8fdbe270,,,2556,,NotSet,,,,,NeedToPrint,,,,6107,1,,56661.5,0,2021-01-18 0:00:00,Accepted,2021-01-19 0:30:18
40112,FALSE,2021-01-19 21:16:21,,,FALSE,,6594,,2021-01-19 20:49:07,USD,,,4783,6daa548b66caa8322851e9ac8fdbe270,,,2558,,NotSet,,,,,NeedToPrint,,,,6595,1,,56321,0,2021-01-19 0:00:00,Accepted,2021-01-19 20:51:03
40085,FALSE,2021-01-19 0:16:33,,,FALSE,,7161,,2021-01-18 23:34:30,USD,,,4953,6daa548b66caa8322851e9ac8fdbe270,,,2552,,NotSet,,,,,NeedToPrint,,,,7162,1,,29690,0,2021-01-18,Accepted,2021-01-18 23:35:13
40087,FALSE,2021-01-19 0:16:33,,,FALSE,,7512,,2021-01-18 23:54:01,USD,,,5073,6daa548b66caa8322851e9ac8fdbe270,,,2553,,NotSet,,,,,NeedToPrint,,,,7513,1,,77282,0,2021-01-18,Accepted,2021-01-18 23:54:24
40079,FALSE,2021-01-18 23:16:15,,,FALSE,,7617,,2021-01-18 23:09:42,USD,,,5121,6daa548b66caa8322851e9ac8fdbe270,,,2549,,NotSet,,,,,NeedToPrint,,,,7618,1,,26564,0,2021-01-18,Accepted,2021-01-18 23:10:33
40091,FALSE,2021-01-19 0:16:33,,,FALSE,,6923,,2021-01-19 0:11:28,USD,,,4895,6daa548b66caa8322851e9ac8fdbe270,,,2555,,NotSet,,,,,NeedToPrint,,,,6924,1,,34363.5,0,2021-01-18,Accepted,2021-01-19 0:11:49
40083,FALSE,2021-01-19 0:16:33,,,FALSE,,6131,,2021-01-18 23:22:28,USD,,,4547,6daa548b66caa8322851e9ac8fdbe270,,,2551,,NotSet,,,,,NeedToPrint,,,,6132,1,,32645,0,2021-01-18,Accepted,2021-01-18 23:23:19
40081,FALSE,2021-01-19 0:16:33,,,FALSE,,7740,,2021-01-18 23:15:52,USD,,,4132,6daa548b66caa8322851e9ac8fdbe270,,,2550,,NotSet,,,,,NeedToPrint,,,,5150,1,,28760,0,2021-01-18,Accepted,2021-01-18 23:16:15
40089,FALSE,2021-01-19 0:16:33,,,FALSE,bc5b17e4502ad6537ccdcf066e03bda7,2825,,2021-01-19 0:05:10,USD,,,3226,6daa548b66caa8322851e9ac8fdbe270,,,2554,,NotSet,,,,,NeedToPrint,,,,2826,1,,49442,0,2021-01-18,Accepted,2021-01-19 0:05:37
40095,FALSE,2021-01-19 1:18:11,,,FALSE,,6913,,2021-01-19 0:43:48,USD,,,4892,6daa548b66caa8322851e9ac8fdbe270,,,2557,,NotSet,,,,,NeedToPrint,,,,6914,1,,27832,0,2021-01-18,Accepted,2021-01-19 0:44:50
40093,FALSE,2021-01-19 1:18:11,,,FALSE,,6106,,2021-01-19 0:24:12,USD,,,4536,6daa548b66caa8322851e9ac8fdbe270,,,2556,,NotSet,,,,,NeedToPrint,,,,6107,1,,56661.5,0,2021-01-18,Accepted,2021-01-19 0:30:18
40112,FALSE,2021-01-19 21:16:21,,,FALSE,,6594,,2021-01-19 20:49:07,USD,,,4783,6daa548b66caa8322851e9ac8fdbe270,,,2558,,NotSet,,,,,NeedToPrint,,,,6595,1,,56321,0,2021-01-19,Accepted,2021-01-19 20:51:03
Loading