The following field information is intended to assist those who design reports for Sage 50 using Crystal Reports.
BUDGET.DAT is the budgets file. The user-defined values for this file are stored in the Budget Details (BDDETAIL.DAT) file. Budget information has been moved to these two files from the CHART.DAT (Chart of Accounts) file.
BUDGET.DAT has three keys, as follows:
0 = By GUID
1 = By Budget ID
2 = By Budget Description
The following table shows the fields available in the BUDGET.DAT file and includes the type and size in number of bytes of each field.
Field Name |
Type |
Size |
Comment |
---|---|---|---|
BudgetGUID |
UBinary |
GUID (Globally Unique Identifier) used for linking Budget table. |
|
LastUpdateCounter |
Integer |
This increases incrementally when the record is changed. |
|
BudgetID |
ZString |
30 |
Identifier of the budget. |
BudgetDescription |
ZString |
50 |
Description of the budget. |
Notes |
ZString |
250 |
Notes attached to the budget. |