Views have been created by the Synergetic development team to make querying the database an easier process. These views are either from the:
Additional data is sometimes also retrieved from the main Synergetic database to complement the Finance data.
Users will need to have security permission to the SynergyOneFinance database.
View name |
Description |
Base tables used |
---|---|---|
vAssets |
Use this view to obtain listings of assets that exist within Asset Register Maintenance. For example, you could get a listing of all assets of a certain asset type: SELECT * FROM vAssets WHERE AssetTypeCode = 'Car' |
|
vAssetDepreciation |
Use this view to obtain:
|
|
vBankReconciliation |
Use this view to list all unreconciled cheques that have not been cancelled. The Bank Reconciliation Crystal Report for example, uses this view by:
|
|
vCashReceiptsEntry |
Use this view to list all receipts that have been processed. The view includes:
|
|
vCreditorInvoiceEntry |
Use this view to list all invoices that have been entered through Creditor Invoice Entry. |
|
vCreditorInvoices |
Use this view to list all creditor invoices. |
|
vCreditors |
Use this view to list all current creditors and relevant information about them. This information comes straight from the base table so whatever is in Creditor Maintenance will appear in a listing with this view. |
|
vCreditorsAll |
Use this view to list all creditors and the relevant information about them, including inactive creditors. |
|
vCreditorTransactions |
Use this view to list all creditor invoices and payments. That is, transactions. |
|
vDebtorActive |
Use this view to view active debtor arrangements. Includes:
|
|
vDebtorInstalments |
Use this view to summarise debtor instalments. Includes:
|
|
vDebtors |
Use this view to list active debtor contact information, including:
|
|
vDebtorsAll |
Use this view to list the contact information of all debtors, including inactive debtors. Contact information includes:
|
|
vDebtorStudent |
Use this view to list all student concessions that are currently listed for the student and their related debtor. All data from the Concessions tab of Current Student Maintenance is included in the view. See Current Student Maintenance - Concessions tab in the Current students manual. |
|
vDebtorTransaction |
Use this view to list all debtor charges and receipts. |
|
vEnrolmentDeposits |
Use this view to list all current enrolment deposits, along with:
|
|
vFinanceReport |
Use this view to get a hard-copy of any of your finance reports. For example, the G/L Finance Report Structure report primarily uses this view. |
|
vGeneralLedgerJnl |
Use this view to list all account budgets against actual expenses. |
|
vGeneralLedgerJournals |
Use this view to list all journals that have been posted to the general ledger from any of the finance modules within Synergetic. |
|
vGLMonthlyMovementIn |
Use this view to get total expenses for general ledger accounts in each period for the specified general ledger reporting year. The GLReportingGLYear value can be set on the General tab of Finance Configuration Maintenance. If required, change the G/L Reporting End Date field on the tab. See Synergetic Financial Configuration - General tab in the Finance manual. |
|
vGLMonthlyMovementIn |
Use this view to get total expenses for general ledger accounts in each period for each general ledger reporting year. The GLReportingGLYear value can be set on the General tab of Finance Configuration Maintenance. If required, change the G/L Reporting End Date field on the tab. See Synergetic Financial Configuration - General tab in the Finance manual. |
|
vGLMonthlyMovementIn |
Use this view to get:
The GLReportingGLYear value can be set on the General tab of Finance Configuration Maintenance. If required, change the G/L Reporting End Date field on the tab. See Synergetic Financial Configuration - General tab in the Finance manual. |
|
vGLReportingMonth |
Use this view to show the following details for your general ledger accounts:
|
|
vItemSales |
Use this view to list every sale made and the person or general ledger code that the item went to. |
|
vItemStock |
Use this view to list all active items and the amount of stock on hand at each business unit. |
|
vItemStockAll |
Use this view to list all items, including inactive items, and the amount of stock on hand at each business unit. |
|
vPayrollEmployeePay |
Use this view to get pay details by line, for each employee’s pay for a given pay posting. |
|
vPayrollEmployeePay |
Use this view to get totals for each PayCode by posting number. This view is:
|
|
vPayrollEmployees |
Use this view to extract all payroll employee information. It:
For information about each line of pay, see the vPayrollEmployeePayDetails view, covered earlier. |
|
vPurchaseOrders |
Use this view to extract all of the details in Purchase Order Maintenance. Every purchase detail will return a record in a query from this view. |
|
Last modified: 23/09/2014 3:32:38 PM
See Also |
© 2016 Synergetic Management Systems. Published 16 September 2016.