|
@@ -103,7 +103,7 @@ const
|
|
|
|
|
|
{헌데鑒앴 -- 憩瑯긍서썹충}
|
|
{헌데鑒앴 -- 憩瑯긍서썹충}
|
|
SBills = 'Bills';
|
|
SBills = 'Bills';
|
|
- tdBills: array [0..76] of TScFieldDef =(
|
|
|
|
|
|
+ tdBills: array [0..78] of TScFieldDef =(
|
|
(FieldName: 'ID'; FieldType: ftInteger; Size: 0; NotNull: True; PrimaryKey: True; ForceUpdate: False),
|
|
(FieldName: 'ID'; FieldType: ftInteger; Size: 0; NotNull: True; PrimaryKey: True; ForceUpdate: False),
|
|
(FieldName: 'ParentID'; FieldType: ftInteger; Size: 0; NotNull: True; PrimaryKey: False; ForceUpdate: False),
|
|
(FieldName: 'ParentID'; FieldType: ftInteger; Size: 0; NotNull: True; PrimaryKey: False; ForceUpdate: False),
|
|
(FieldName: 'NextSiblingID'; FieldType: ftInteger; Size: 0; NotNull: True; PrimaryKey: False; ForceUpdate: False),
|
|
(FieldName: 'NextSiblingID'; FieldType: ftInteger; Size: 0; NotNull: True; PrimaryKey: False; ForceUpdate: False),
|
|
@@ -261,7 +261,13 @@ const
|
|
// 쒔셌寧깃
|
|
// 쒔셌寧깃
|
|
(FieldName: 'DgnPrice'; FieldType: ftDouble; Size: 0; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
(FieldName: 'DgnPrice'; FieldType: ftDouble; Size: 0; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
// 작셕쒔셌寧깃
|
|
// 작셕쒔셌寧깃
|
|
- (FieldName: 'AddDgnPrice'; FieldType: ftDouble; Size: 0; NotNull: False; PrimaryKey: False; ForceUpdate: False)
|
|
|
|
|
|
+ (FieldName: 'AddDgnPrice'; FieldType: ftDouble; Size: 0; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
|
+ {------------------- Begin reports -----------------------}
|
|
|
|
+ // 푯獨헌데鑒좆
|
|
|
|
+ (FieldName: 'GclDealQuantity'; FieldType: ftDouble; Size: 0; NotNull: False; PrimaryKey: False; ForceUpdate: False),
|
|
|
|
+ // 푯獨헌데쏜띨
|
|
|
|
+ (FieldName: 'GclDealTotalPrice'; FieldType: ftDouble; Size: 0; NotNull: False; PrimaryKey: False; ForceUpdate: False)
|
|
|
|
+ {------------------ End Reports --------------------------}
|
|
);
|
|
);
|
|
|
|
|
|
{북谿連마}
|
|
{북谿連마}
|