5
F001 woking_date 作作作 employee_cd 作作作作作 work_cd 作作作作作 customer_cd 作作作作作作 start_time 作作作作 end_time 作作作作 working_hours 作作作作 work_description 作作作作 update_user regist_date 作作作作 update_date 作作作作 del_date 作作作作 M001 employee_cd 作作作作作 int Unchecked name_kj 作作作作作 varchar(2 Checked name_kn 作作作作作 varchar(2 Checked name_ab 作作 char(10) Checked email 作作作作作作作 varchar(3 Checked company_cd 作作作作作作 int Checked manager_cd 作作作作作作 int Checked rolesmall 作作作作 smallint Checked travel_cost 作作作作作作作 int Checked skill_unit_price 作作作作 money Checked cal_kbnsmall 作作作作作作 smallint Checked belong_kbnsmall 作作作作 smallint Checked update_user varchar(2 Checked regist_date 作作作作 datetime Checked update_date 作作作作 datetime Checked del_date 作作作作 datetime Checked M002 customer_cd USE [GYOU int Unchecked customer_name_kj varchar(5 Checked customer_name_kn GO varchar(5 Checked customer_name_ab varchar(2 Checked dept /****** O varchar(2 Checked contact_namevar varchar(1 Checked tel SET ANSI_ varchar(1 Checked fax varchar(1 Checked post_cd GO varchar(8 Checked address_1 varchar(3 Checked address_2 SET QUOTE varchar(3 Checked address_3 varchar(3 Checked 作作作作作ID 作作作作作ID

New Microsoft Excel Worksheet

Embed Size (px)

DESCRIPTION

Table+fields

Citation preview

Page 1: New Microsoft Excel Worksheet

F001woking_date 作業日employee_cd 社員コードwork_cd 作業コードcustomer_cd 取引先コードstart_time 開始時間end_time 終了時間working_hours 作業時間work_description 作業内容update_userregist_date 登録日時update_date 修正日時del_date 削除日時

M001employee_cd 社員コードint Uncheckedname_kj 社員名漢字varchar(20Checkedname_kn 社員名カナvarchar(20Checkedname_ab 略称 char(10) Checkedemail メールアドvarchar(30Checkedcompany_cd 所属先コーint Checkedmanager_cd 所属長コーint Checkedrolesmall 役職区分 smallint Checkedtravel_cost 旅費交通費int Checkedskill_unit_price 技能単価 money Checkedcal_kbnsmall 稼働計算区smallint Checkedbelong_kbnsmall 所属区分 smallint Checkedupdate_user varchar(20Checkedregist_date 登録日時 datetime Checkedupdate_date 修正日時 datetime Checkeddel_date 削除日時 datetime Checked

M002customer_cd USE [GYO int Uncheckedcustomer_name_kj varchar(50Checkedcustomer_name_kn GO varchar(50Checkedcustomer_name_ab varchar(20Checkeddept /****** Obvarchar(20Checkedcontact_namevar varchar(10Checkedtel SET ANSI_ varchar(15Checkedfax varchar(15Checkedpost_cd GO varchar(8) Checkedaddress_1 varchar(30Checkedaddress_2 SET QUOTEvarchar(30Checkedaddress_3 varchar(30Checkeddeadlinesmall GO smallint Checkedcustomer_kbnsmall smallint Checkedupdate_user ALTER PROCvarchar(20Checked

更新ユーザID

更新ユーザ

Page 2: New Microsoft Excel Worksheet

regist_date datetime Checkedupdate_date /********datetime Checkeddel_date datetime Checked

M003work_cd 作業コードint Uncheckedwork_name_kj 作業名漢字varchar(60Checkedwork_name_kn 作業名カナvarchar(60Checkedcustomer_cd 取引先コーint Checkedworking_amount 稼働額 money Checkedsumary_days 計上日 datetime Checkedupdate_user varchar(20Checkedregist_date 登録日時 datetime Checkedupdate_date 修正日時 datetime Checkeddel_date 削除日時 datetime Checked

更新ユーザ

Page 3: New Microsoft Excel Worksheet

<input type="text" class="form-control input-time-from" title="Half-width 4 digits" maxlength="4" id="input-time-from-<?php echo $i?>" value="<?php echo ($i == 1) ? str_replace(':','',$this->start_time) : ""?>" onkeypress="return isNumber(event)"/>

<input type="text" class="form-control input-time-to" title="Half-width 4 digits" maxlength="4" id="input-time-to-<?php echo $i?>" value="<?php echo ($i == 1) ? str_replace(':','',$this->end_time) : ""?>" onkeypress="return isNumber(event)"/> <input type="text" class="form-control input-time-add" value="<?php echo ($i == 1) ? $this->working_hours : ""?>" id="input-time-add-<?php echo $i?>" readonly value=""/>

<input type="text" class="form-control input-time-from input-time-work" maxlength="4" title="Half-width 4 digits" id="input-time-work-<?php echo $i?>" value="<?php echo ($i == 1) ? $this->work_cd : ""?>" onkeypress="return isNumber(event)">

<a id="modal-codework" href="#modal-container-codework" role="button" index-save-work="<?php echo $i?>"class="btn btn-default modal-work" data-toggle="modal" style="margin-bottom: 2px;"><i class="glyphicon glyphicon-search"></i></a>

<input type="text" class="form-control input-time-end" value="<?php echo ($i == 1) ? $this->work_name_kj : ""?>" id="input-time-end-<?php echo $i?>" readonly value=""/> <select id="list-kind-work-<?php echo $i?>" class="form-control list-kind-work" style="padding-top: 0px; padding-bottom: 0px; width: auto;">

<option value="0"></option>

<input type="text" class="form-control" maxlength="4" title="Half-width 4 digits" id="partner-code-<?php echo $i?>" style="width: 5%; text-align: right;" value="<?php echo ($i == 1) ? $this->customer_cd : ""?>" onkeypress="return isNumber(event)"/>

<a id="modal-custom" href="#modal-container-custom" role="button" index-save="<?php echo $i?>"class="btn btn-default modal-custom" data-toggle="modal"><i class="glyphicon glyphicon-search"></i></a>

<input type="text" class="form-control txt-overflow" id="partner-name-<?php echo $i?>" title="" style="text-align: left; margin-bottom: 2px; width: 212px;" readonly value="<?php echo ($i == 1) ? $this->customer_name_kj : ""?>"/>

<input type="text" class="form-control" style="width: 296px; text-align: left;" value="<?php echo ($i == 1) ? $this->work_description : ""?>"/></div><!-- End .div-no -->

</div><!-- End .div-content-<?php echo $i?> --><?php }?>

<label class="control-label" style="width: 90px;">時間</label>

<label class="control-label" style="width: 10px;padding-top: 0;">~</label>

<label class="control-label" style="width: 60px; padding-top: 0; text-align: right;">

<option value="1">見積</option><option value="2">要件定義</option><option value="3">概要設計</option><option value="4">詳細設計</option><option value="5">開発</option><option value="6">テスト</option><option value="7">導入</option><option value="8" selected>サポート</option>

<label class="control-label" style="width: 90px;">取引先</label>

<label class="control-label" style="width: 60px; text-align: right;">

Page 4: New Microsoft Excel Worksheet

<input type="text" class="form-control input-time-from" title="Half-width 4 digits" maxlength="4" id="input-time-from-<?php echo $i?>" value="<?php echo ($i == 1) ? str_replace(':','',$this->start_time) : ""?>" onkeypress="return isNumber(event)"/>

<input type="text" class="form-control input-time-to" title="Half-width 4 digits" maxlength="4" id="input-time-to-<?php echo $i?>" value="<?php echo ($i == 1) ? str_replace(':','',$this->end_time) : ""?>" onkeypress="return isNumber(event)"/> <input type="text" class="form-control input-time-add" value="<?php echo ($i == 1) ? $this->working_hours : ""?>" id="input-time-add-<?php echo $i?>" readonly value=""/>

<input type="text" class="form-control input-time-from input-time-work" maxlength="4" title="Half-width 4 digits" id="input-time-work-<?php echo $i?>" value="<?php echo ($i == 1) ? $this->work_cd : ""?>" onkeypress="return isNumber(event)">

<a id="modal-codework" href="#modal-container-codework" role="button" index-save-work="<?php echo $i?>"class="btn btn-default modal-work" data-toggle="modal" style="margin-bottom: 2px;">

<input type="text" class="form-control input-time-end" value="<?php echo ($i == 1) ? $this->work_name_kj : ""?>" id="input-time-end-<?php echo $i?>" readonly value=""/>

<select id="list-kind-work-<?php echo $i?>" class="form-control list-kind-work"

<input type="text" class="form-control" maxlength="4" title="Half-width 4 digits" id="partner-code-<?php echo $i?>" style="width: 5%; text-align: right;" value="<?php echo ($i == 1) ? $this->customer_cd : ""?>" onkeypress="return isNumber(event)"/>

<a id="modal-custom" href="#modal-container-custom" role="button" index-save="<?php echo $i?>"

<input type="text" class="form-control txt-overflow" id="partner-name-<?php echo $i?>" title="" style="text-align: left; margin-bottom: 2px; width: 212px;" readonly value="<?php echo ($i == 1) ? $this->customer_name_kj : ""?>"/>

<input type="text" class="form-control" style="width: 296px; text-align: left;" value="<?php echo ($i == 1) ? $this->work_description : ""?>"/>

<label class="control-label" style="width: 10px;padding-top: 0;">~</label>

<label class="control-label" style="width: 60px; padding-top: 0; text-align: right;">作業</label>

取引先</label>

<label class="control-label" style="width: 60px; text-align: right;">作業内容</label>