プロジェクト

全般

プロフィール

リビジョン 233

堀内7年以上前に追加

管理マスタ・担当者マスタ項目追加
工事情報:請求・入金情報表示処理追加中
会社休日マスタ:営業期表示
出勤日報距離等マスタより取得に変更
請求まとめ入力協力会社コード表示のカラムフォント・幅、登録時メッセージ変更

差分を表示:

ProcessManagement.sql
1654 1654
  , SealPrintName varchar(5) comment '印鑑表示名'
1655 1655
  , EmployeeClassFlg decimal(1,0) not null comment '社員区分'
1656 1656
  , LedgerFlg decimal(1,0) not null comment '台帳計算対象フラグ'
1657
  , CommutingDistance decimal(5,2) not null comment '通勤距離'
1658
  , CommuteCosts decimal(5,0) not null comment '通勤交通費'
1657 1659
  , DeleteFlg decimal(1,0) not null comment '削除フラグ'
1658 1660
  , EntryDate datetime not null comment '登録日付'
1659 1661
  , UpdateDate datetime not null comment '更新日付'
......
2275 2277
  , ConsumptionTax decimal(4,2) not null comment '消費税'
2276 2278
  , CooperationRate decimal(4,2) not null comment '協力金比率'
2277 2279
  , StatutoryWelfareRate decimal(4,2) not null comment '法定福利費比率'
2280
  , FuelPrice decimal(5,2) NOT NULL COMMENT '燃料キロ単価'
2281
  , AreaDistance decimal(5,2) NOT NULL COMMENT '資材置場移動距離'
2278 2282
  , ExcelSavePath varchar(120) comment 'Excel保存パス'
2279 2283
  , BusinessPeriod smallint(6) not null comment '現在営業期数'
2280 2284
  , ConstructionYear smallint(6) not null comment '現在工事年度'

他の形式にエクスポート: Unified diff