Skip to content

Commit 94e5f95

Browse files
Apply suggestions from code review
1 parent 54157e1 commit 94e5f95

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,20 @@ The main focus of this package is to provide users with insights into their Sage
2222

2323
> Please be aware that the [dbt_sage_intacct](https://github.com/fivetran/dbt_sage_intacct) and [dbt_sage_intacct_source](https://github.com/fivetran/dbt_sage_intacct_source) packages were developed with single-currency company data. As such, the package models will not reflect accurate totals if your account has multi-currency enabled. If multi-currency functionality is desired, we welcome discussion to support this in a future version.
2424
25-
The following table provides a detailed list of all models materialized within this package by default.
25+
<!--section=“sage_intacct_transformation_model"-->
2626

27-
| **Model** | **Description** |
27+
The following table provides a detailed list of all tables materialized within this package by default.
28+
29+
| **Table** | **Description** |
2830
| ------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------- |
2931
| [sage_intacct__general_ledger](https://github.com/fivetran/dbt_sage_intacct/blob/master/models/sage_intacct__general_ledger.sql) | Table containing all transactions with offsetting debit and credit entries for each account, category, and classification. |
3032
| [sage_intacct__general_ledger_by_period](https://github.com/fivetran/dbt_sage_intacct/blob/master/models/sage_intacct__general_ledger_by_period.sql) | Table containing the beginning balance, ending balance, and net change of the dollar amount for each month and for each account, category, and classification. This table can be used to generate different financial statements for your business based on your customer accounting period. Examples include the balance sheet and income statement models. |
3133
| [sage_intacct__balance_sheet](https://github.com/fivetran/dbt_sage_intacct/blob/master/models/sage_intacct__balance_sheet.sql) | Total amounts by period per account, category, and classification for all balance sheet transactions.
3234
| [sage_intacct__profit_and_loss](https://github.com/fivetran/dbt_sage_intacct/blob/master/models/sage_intacct__profit_and_loss.sql) | Total amounts by period per account, category, and classification for all profit & loss transactions.
3335
| [sage_intacct__ap_ar_enhanced](https://github.com/fivetran/dbt_sage_intacct/blob/master/models/sage_intacct__ap_ar_enhanced.sql) | All transactions for each bill or invoice with their associated accounting period and due dates. Includes additional detail regarding the customer, location, department, vendor, and account. Lastly, contains fields like the line number and total number of items in the overall bill or invoice.
3436

37+
<!--section-end-->
38+
3539
## How do I use the dbt package?
3640

3741
### Step 1: Prerequisites

0 commit comments

Comments
 (0)