Initial Codes
This commit is contained in:
@@ -0,0 +1 @@
|
||||
{"client_id": "ABiruRoBjzGAKMgF31yvpRb2j2tPo08dZsVHzOqQL55vHP8dnz", "client_secret": "ZHQEJRTI7CE4Unm6mL8iloFaL9od8F1Njz6tjXv1", "redirect_uri": "http://localhost:5000/callback", "environment": "sandbox", "access_token": "eyJhbGciOiJkaXIiLCJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwieC5vcmciOiJIMCJ9..hCiI9XjYKIsVzFSNvcD3rQ.mvxnviuuonHZpDFehIsBS3ZUdeGMusjdGbwU2oM7pC2sSQXe7hd4xMb6MzLDdmUhnhOc_JtXmvRstS3Ic1qpHFqDWxHh1QbrlbW4OBU91hYnPc6-CC9lYb7VhNQO_A8CLGjUyplG3Db19A1GRQzXit1kJId_HaV2mY_JTP6bI4f1yhKD4eNnRKVO0LQwg8aMXwcmEJXH6YGzrukIrrl-sjiXzJRqJyU71kj3qoedSVvlcCz0_YCkbJK5a8hln73RTiEqTg3Prsq0UJLPyoGBWFqgB-k4kSOFZgsPXrx6035h6fiPedzcJgGlPWPqN_7O4M3jlVa9wGnCpSNWJ42JPRF6XCoilRDGaNYljJsDMz54ZHTWIvaRBO8hcLxYoQs2Oz3ZFn8ZmpRdlQZEMckFGNSwp1nDIfq_PEsBesmYpx1wVPxjBDxIcO0Nq5wf3MOxKm24ZjUMG0hVfNSruJErgH9v2dMWIKp-gcHWzXlDBOE.iJ5qRVp1kDF3YlKky-J7Ww", "refresh_token": "RT1-89-H0-17797182624khhi6gb525o89u1m5sf", "realm_id": "9341456380310090", "token_expiry": "2026-02-13T10:06:01.672169"}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"import_settings": {
|
||||
"skip_duplicates": true,
|
||||
"duplicate_check_fields": [
|
||||
"DocNumber"
|
||||
],
|
||||
"batch_size": 100,
|
||||
"validate_before_import": true,
|
||||
"create_missing_references": false,
|
||||
"date_format": "%m/%d/%Y",
|
||||
"decimal_separator": ".",
|
||||
"thousand_separator": ","
|
||||
},
|
||||
"recent_files": [],
|
||||
"last_template": null,
|
||||
"qbo_environment": "sandbox"
|
||||
}
|
||||
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"name": "LT Payroll",
|
||||
"data_type": "check",
|
||||
"mappings": [
|
||||
{
|
||||
"excel_column": "Payee",
|
||||
"qbo_field": "EntityRef.value",
|
||||
"transform": null,
|
||||
"default_value": null,
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"excel_column": "Bank Acct",
|
||||
"qbo_field": "AccountRef.value",
|
||||
"transform": null,
|
||||
"default_value": null,
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"excel_column": "Date",
|
||||
"qbo_field": "TxnDate",
|
||||
"transform": "date",
|
||||
"default_value": null,
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"excel_column": "Amount",
|
||||
"qbo_field": "Line.Amount",
|
||||
"transform": "currency",
|
||||
"default_value": null,
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"excel_column": "Number",
|
||||
"qbo_field": "DocNumber",
|
||||
"transform": null,
|
||||
"default_value": null,
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"excel_column": "Posting Acct",
|
||||
"qbo_field": "Line.AccountBasedExpenseLineDetail.AccountRef.value",
|
||||
"transform": null,
|
||||
"default_value": null,
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"excel_column": "Period Memo",
|
||||
"qbo_field": "PrivateNote",
|
||||
"transform": null,
|
||||
"default_value": null,
|
||||
"required": false
|
||||
},
|
||||
{
|
||||
"excel_column": "Period Memo",
|
||||
"qbo_field": "Line.Description",
|
||||
"transform": null,
|
||||
"default_value": null,
|
||||
"required": false
|
||||
}
|
||||
],
|
||||
"created_at": "2026-02-12T12:39:07.304264",
|
||||
"updated_at": "2026-02-12T12:39:07.304281"
|
||||
}
|
||||
Reference in New Issue
Block a user