开源 企业版 高校版 私有云 模力方舟 AI 队友
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
1 Star 0 Fork 921

scriptsboy/IBOS

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
已有帐号? 立即登录
文件
master
分支 (3)
标签 (7)
master
feature/tag-open-4.4.2
develop
4.2.2
4.2
3.9
3.8
3.5
v3.5
3.3
master
分支 (3)
标签 (7)
master
feature/tag-open-4.4.2
develop
4.2.2
4.2
3.9
3.8
3.5
v3.5
3.3
克隆/下载
克隆/下载
提示
下载代码请复制以下命令到终端执行
为确保你提交的代码身份被 Gitee 正确识别,请执行以下命令完成配置
初次使用 SSH 协议进行代码克隆、推送等操作时,需按下述提示完成 SSH 配置
1 生成 RSA 密钥
2 获取 RSA 公钥内容,并配置到 SSH公钥
在 Gitee 上使用 SVN,请访问 使用指南
使用 HTTPS 协议时,命令行会出现如下账号密码验证步骤。基于安全考虑,Gitee 建议 配置并使用私人令牌 替代登录密码进行克隆、推送等操作
Username for 'https://gitee.com': userName
Password for 'https://userName@gitee.com': # 私人令牌
master
分支 (3)
标签 (7)
master
feature/tag-open-4.4.2
develop
4.2.2
4.2
3.9
3.8
3.5
v3.5
3.3
IBOS
/
install
/
updateSQL.php
IBOS
/
install
/
updateSQL.php
updateSQL.php 16.71 KB
一键复制 编辑 原始数据 按行查看 历史
zqhong 提交于 2016年12月08日 20:12 +08:00 . update:版本升级,3.8 -> 3.9
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606
<?php
/**
* V1-V2数据库升级文件
*/
session_start();
error_reporting(E_ERROR | E_WARNING | E_PARSE);
@set_time_limit(1000);
ini_set('memory_limit', '100M');
@set_magic_quotes_runtime(0);
define('PATH_ROOT', dirname(__FILE__) . '/../'); //ibos2根目录
define('CONFIG_PATH', PATH_ROOT . 'system/config/'); // ibos2配置文件目录
require PATH_ROOT . './system/version.php';
require './include/installLang.php';
require './include/installVar.php';
require './include/installFunction.php';
$oldDirName = 'ibos1'; // ibos1文件夹路径(用于判断是否是V1-V2用户升级)
$editPre = 'old_'; // 将Ibos1前缀修改为
define('PATH_ROOT_IBOS1', dirname(__FILE__) . '/../../' . $oldDirName . '/'); //ibos1根目录
define('CONFIG_PATH_IBOS1', PATH_ROOT_IBOS1 . 'config/'); // ibos1配置文件目录
if (!is_dir(PATH_ROOT_IBOS1)) {
$errorMsg = "没有找到老版本的OA文件夹,请把老版本OA的文件夹名称改为‘old’,重新进行升级";
include 'errorInfo.php';
exit();
}
if (isset($_GET['init']) && $_GET['init']) {
// 初始化ibos核心
// 定义驱动引擎
define('ENGINE', 'LOCAL');
// TODO,上线记得删除此行
define('YII_DEBUG', false);
$yii = PATH_ROOT . '/library/yii.php';
$ibosApplication = PATH_ROOT . '/system/core/components/ICApplication.php';
require_once($yii);
require_once($ibosApplication);
$commonConfig = require CONFIG_PATH . 'common.php';
// 由于模块安装之间的依赖性,需要用到dashboard的一些组件,所以得加载进来
$dashboardImport = array(
'application.modules.dashboard.model.*',
'application.modules.dashboard.utils.*'
);
$commonConfig['import'] = array_merge($commonConfig['import'], $dashboardImport);
unset($commonConfig['preload']);
Yii::createApplication('ICApplication', $commonConfig);
}
$updataLockFile = PATH_ROOT . './data/updateSQL.lock';
// 是否已升级过
if (file_exists($updataLockFile)) {
$errorMsg = $lang['UpdateSQL locked'] . str_replace(PATH_ROOT, '', $updataLockFile);
include 'errorInfo.php';
exit();
}
if (!isset($_GET['step'])) {
$step = 'prepare';
} else {
$step = $_GET['step'];
}
$ibos1ConfigFile = CONFIG_PATH_IBOS1 . 'config_global.php';
$ibos2ConfigFile = CONFIG_PATH . 'config.php';
if ($step == 'prepare') {
// 用户安装判断是否是V1-V2用户
$_SESSION['convertDatabase'] = md5('convertDatabase');
include $ibos1ConfigFile;
// ibos1数据库信息
$ibos1Config = array(
'dbHost' => $_config['db']['1']['dbhost'],
'dbAccount' => $_config['db']['1']['dbuser'],
'dbPassword' => $_config['db']['1']['dbpw'],
'dbName' => $_config['db']['1']['dbname'],
'dbPre' => $_config['db']['1']['tablepre']
);
// ibos2数据库信息
if (file_exists($ibos2ConfigFile)) {
$configData = include($ibos2ConfigFile);
$dbInitData = $configData['db'];
$dbInitData['adminAccount'] = 'admin';
$dbInitData['adminPassword'] = '';
} else {
$dbInitData = array(
'username' => 'root', // 数据库用户名
'password' => 'root', // 数据库密码
'host' => '127.0.0.1', // 数据库服务器
'dbname' => 'ibos', // 数据库名
'tableprefix' => 'ibos_', // 数据表前缀
);
}
include 'oldInit.php';
exit();
} else if ($step == 'modifyPre') {
$dbHost = $_POST['dbHost'];
$dbAccount = $_POST['dbAccount'];
$dbPassword = $_POST['dbPassword'];
$dbName = $_POST['dbName'];
$tablePre = $_POST['tablePre'];
if (!function_exists('mysql_connect')) {
$ret['isSuccess'] = false;
$ret['msg'] = 'mysql_connect' . $lang['func not exist'];
echo json_encode($ret);
exit();
}
$link = @mysql_connect($dbHost, $dbAccount, $dbPassword);
$selectDb = @mysql_select_db($dbName, $link);
if (!$link || !$selectDb) {
$errno = mysql_errno();
$error = mysql_error();
if ($errno == 1045) {
$errnoMsg = $lang['Database errno 1045'];
} elseif ($errno == 2003) {
$errnoMsg = $lang['Database errno 2003'];
} elseif ($errno == 1049) {
$errnoMsg = $lang['Database errno 1049'];
} else {
$errnoMsg = $lang['Database connect error'];
}
$ret['isSuccess'] = false;
$ret['msg'] = $errnoMsg . $lang['Database error info'] . $error;
echo json_encode($ret);
exit();
} else {
$oldTablePre = $_config['db']['1']['tablepre'];
$oldPreLength = strlen($oldTablePre);
$tables = array();
$query = @mysql_query("SHOW TABLES FROM $dbName");
while ($row = mysql_fetch_row($query)) {
$tables[] = $row[0];
}
foreach ($tables as $k => $tableName) {
$unPreName = substr($tableName, $oldPreLength);
$newTableName = $editPre . $unPreName;
$sql = 'RENAME TABLE `' . $tableName . '` TO `' . $newTableName . '`';
if (!mysql_query($sql)) {
$ret['isSuccess'] = false;
$ret['msg'] = '数据表' . $tableName . '重命名失败,请重试或手动修改数据表名称';
}
}
}
$ret['isSuccess'] = true;
echo json_encode($ret);
exit();
} elseif ($step == 'convert') { // 开始转换数据
$ibos2ConfigFile = include CONFIG_PATH . 'config.php';
$ibos2Config = array(
'dbHost' => $ibos2ConfigFile['db']['host'],
'dbAccount' => $ibos2ConfigFile['db']['username'],
'dbPassword' => $ibos2ConfigFile['db']['password'],
'dbName' => $ibos2ConfigFile['db']['dbname'],
'dbPre' => $ibos2ConfigFile['db']['tableprefix']
);
$link = @mysql_connect($ibos2Config['dbHost'], $ibos2Config['dbAccount'], $ibos2Config['dbPassword']);
$selectDb = @mysql_select_db($ibos2Config['dbName'], $link);
$allowOptions = array(
'convertUser', 'convertDept', 'convertPosition', 'convertMail', 'convertDiary',
'convertAtt', 'convertCal', 'convertNews'
);
$updateDB = array(
'convertUser', 'convertDept', 'convertPosition', 'convertMail', 'convertDiary',
'convertAtt', 'convertCal', 'convertNews'
);
$option = $_GET['op'];
if (empty($option) || !in_array($option, $allowOptions)) {
$option = 'convertUser';
}
switchop($option);
}
//================================================转换数据函数=================================================
function switchop($op)
{
global $updateDB, $lang;
$start = false;
foreach ($updateDB as $moduleName => $v) {
if ($op == $v)
$start = true;
if ($start) {
// echo "<br/>开始转换", $lang[$v], "<br/>";
eval($v . "();");
}
}
global $updataLockFile;
file_put_contents($updataLockFile, '');
header("Location: index.php?op=updateCache&init=1");
}
function showlog($str)
{
if (mysql_errno()) {
$msg = mysql_errno() . ": " . mysql_error();
header("Location: index.php?op=installResult&res=0&msg=" . $msg);
}
// ob_flush();
// flush();
}
function convertUser()
{
global $ibos2Config, $editPre;
$sql = "
REPLACE INTO {$ibos2Config['dbPre']}user
(
`uid` ,
`username` ,
`isadministrator`,
`deptid` ,
`positionid` ,
`upuid` ,
`groupid` ,
`jobnumber`,
`realname` ,
`password` ,
`gender` ,
`mobile` ,
`email` ,
`status` ,
`createtime` ,
`credits` ,
`newcomer` ,
`salt` ,
`validationemail`,
`validationmobile`
)
SELECT
m.`uid` ,
m.`username` ,
m.`adminid` as isadministrator,
m.`deptid` ,
m.`positionid` ,
m.`upuid` ,
m.`groupid` ,
m.`uid`+10000 as jobnumber, -- m.`jobnumber` , -- ****
m.`realname` ,
im.`password` ,
mp.`gender` ,
mp.`mobile` ,
im.`email` ,
ABS(m.`status`) ,
im.`regdate` , -- createtime
m.`credits` ,
m.`newcomer` , -- 1
im.`salt` ,
0 as validationemail, -- m.`validationemail` , -- 0
0 as validationmobile -- m.`validationmobile` , -- 0
FROM " . "{$editPre}common_member" . " m
LEFT JOIN " . "{$editPre}common_member_profile" . " mp
ON m.uid=mp.uid
LEFT JOIN {$editPre}ic_members im
ON m.uid=im.uid
";
$do = mysql_query($sql);
showlog("用户表转换完成");
$sql = "
REPLACE INTO {$ibos2Config['dbPre']}user_profile
(
`uid`, `birthday`, `telephone`, `qq`
)
SELECT
`uid`, `birthday`, `mobile`, `qq`
FROM " . "{$editPre}common_member_profile";
$do = mysql_query($sql);
showlog("用户扩展转换完成");
$sql = "
REPLACE INTO {$ibos2Config['dbPre']}user_count
(
`uid`,
`extcredits1`,
`extcredits2`,
`extcredits3`,
`extcredits4`,
`extcredits5`,
`attachsize`,
`oltime`
)
SELECT
`uid`,
`extcredits1`,
`extcredits2`,
`extcredits3`,
`extcredits4`,
`extcredits5`,
`attachsize`,
`oltime`
FROM " . "{$editPre}common_member_count";
$do = mysql_query($sql);
showlog("用户统计表转换完成");
$sql = "
REPLACE INTO {$ibos2Config['dbPre']}user_status
(
`uid`,
`regip`,
`lastip`,
`lastvisit`,
`lastactivity`,
`invisible`
)
SELECT
`uid`,
`regip`,
`lastip`,
`lastvisit`,
`lastactivity`,
`invisible`
FROM " . "{$editPre}common_member_status";
$do = mysql_query($sql);
showlog("用户状态表转换完成");
}
function convertDept()
{
global $ibos2Config, $editPre;
$sql = "
REPLACE INTO {$ibos2Config['dbPre']}department
(
`deptid`,`deptname`,`pid`,`manager`,`leader`,`subleader`,`tel`,`fax`,`addr`,`func`,`sort`
)
SELECT
`deptid`,`deptname`,`upid`,`manager`,`leader`,`subleader`,`tel`,`fax`,`addr`,`func`,`sort`
FROM {$editPre}ic_department
";
$do = mysql_query($sql);
showlog("部门转换完成");
}
function convertPosition()
{
global $ibos2Config, $editPre;
//岗位分类表
$sql = "REPLACE INTO {$ibos2Config['dbPre']}position_category (`catid`,`pid`,`name`,`sort`) SELECT `catid`,`pid`,`name`,`sort` FROM {$editPre}common_position_category";
$do = mysql_query($sql);
//岗位表
$sql = "REPLACE INTO {$ibos2Config['dbPre']}position(`positionid`,`catid`,`posname`,`sort`,`goal`,`minrequirement`) SELECT `positionid`,`catid`,`posname`,`possort`,`goal`,`minrequirement` FROM {$editPre}common_position";
$do = mysql_query($sql);
showlog("岗位转换完成");
}
function convertDiary()
{
if (ModuleUtil::getIsEnabled('diary')) {
global $ibos2Config, $editPre;
$sql = "REPLACE INTO
{$ibos2Config['dbPre']}diary (
`diaryid`,`uid`,`diarytime`,`nextdiarytime`,`addtime`,`content`,`attachmentid`,`shareuid`,`readeruid`,`remark`,`stamp`,`isreview`
) SELECT
`diaid`,`uid`,`diadate`, 0 as `nextdiarytime`,`diatime`,`content`,`attachmentid`,`toid`,`readers`,`remark`,`stamp`,1 as `isreview`
FROM {$editPre}diary";
$do = mysql_query($sql);
showlog("日志转换完成");
// @todo:: 需要更新nextdiarytime
$sql = "REPLACE INTO
{$ibos2Config['dbPre']}diary_record (
`recordid`,`diaryid`,`content`,`uid`,`flag`,`planflag`,`schedule`,`plantime`
) SELECT
`recordid`,`diaid`,`content`,`uid`, 0 as `flag`, ABS((`flag`)/2-1) as `planflag`, `process`/10 , `dateline`
FROM {$editPre}diary_record";
$do = mysql_query($sql);
showlog("日志记录转换完成");
$sql = "UPDATE
{$ibos2Config['dbPre']}diary d,{$ibos2Config['dbPre']}diary_record dr SET d.`nextdiarytime` = dr.plantime where d.`diaryid` = dr.`diaryid` AND planflag=1";
$do = mysql_query($sql);
showlog("日志更新完成");
$sql = "REPLACE INTO {$ibos2Config['dbPre']}diary_share SELECT * FROM {$editPre}diary_default_share";
$do = mysql_query($sql);
showlog("日志默认共享转换完成");
}
}
function convertNews()
{
if (ModuleUtil::getIsEnabled('article')) {
global $ibos2Config, $editPre;
//新闻分类表
$sql = "REPLACE INTO {$ibos2Config['dbPre']}article_category (`catid`,`pid`,`name`,`sort`) SELECT `catid`,`pid`,`name`,`sort` FROM {$editPre}articles_category";
$do = mysql_query($sql);
showlog("新闻分类转换完成");
//新闻表
$sql = "REPLACE INTO
{$ibos2Config['dbPre']}article(
`articleid`,`subject`,`content`,`type`,`author`,`approver`,`addtime`,`uptime`,`clickcount`,`attachmentid`,`commentstatus`,`url`,`catid`,`status`,`deptid`,`positionid`,`uid`,`istop`,`toptime`,`topendtime`,`ishighlight`,`highlightstyle`,`highlightendtime`
) SELECT
`articleid`,`subject`,`content`,`type`,`author`,`auditor`,`addtime`,`uptime`,`clickcount`,`attachmentid`,`commentstatus`,`url`,`catid`,`status`,`deptid`,`positionid`,`uid`,`istop`,`topdays`,`topstackdate`,`ishighlight`,`highlightstyle`,`highlightstackdate`
FROM {$editPre}articles";
$do = mysql_query($sql);
showlog("新闻转换完成");
// @todo:: 需要一个转换已读未读人员的内容
$query = "SELECT `articleid`,`readers`,`uptime` FROM {$editPre}articles";
$data = mysql_query($query);
while ($row = mysql_fetch_array($data)) {
$strArr = explode(",", trim($row["readers"], ','));
$str = array_filter($strArr, create_function('$v', 'return !empty($v);'));
foreach ($str as $v) {
$sql = "REPLACE INTO {$ibos2Config['dbPre']}article_reader(
`articleid`,
`uid`,
`addtime`
) VALUE ('" . $row["articleid"] . "','" . $v . " ','" . $row["uptime"] . "')
";
$do = mysql_query($sql);
}
}
if (mysql_errno()) {
$errorMsg = mysql_errno() . ": " . mysql_error();
include 'errorInfo.php';
exit();
}
}
}
function convertMail()
{
if (ModuleUtil::getIsEnabled('email')) {
global $ibos2Config, $editPre;
$sql = "REPLACE INTO
{$ibos2Config['dbPre']}email(
`emailid`,`toid`,`isread`,`isdel`,`fid`,`bodyid`,`isreceipt`,`ismark`
) SELECT
`emailid`,`toid`,`isread`,`isdel`,`boxid`,`bodyid`,`receipt`,`ismark`
FROM {$editPre}email";
$do = mysql_query($sql);
showlog("邮件转换完成");
$sql = "REPLACE INTO
{$ibos2Config['dbPre']}email_body(
`bodyid`,`fromid`,`toids`,`copytoids`,`secrettoids`,`subject`,`content`,`sendtime`,`attachmentid`,`isremind`,`issend`,`important`,`size`,`fromwebmail`,`towebmail`,`issenderdel`,`isneedreceipt`
) SELECT
`bodyid`,`fromid`,`toids`,`copytoids`,`secrettoids`,`subject`,`content`,`sendtime`,`attachmentid`,`isremind`,`issend`,`important`,`size`,`fromwebmail`,`towebmail`,`issenderdel`,`isneedreceipt`
FROM {$editPre}email_body";
$do = mysql_query($sql);
showlog("邮件内容转换完成");
$sql = "REPLACE INTO
{$ibos2Config['dbPre']}email_folder(
`fid`,`system`,`sort`,`name`,`uid`,`webid`
) SELECT
`boxid`,0 as `system`,`boxorder`,`boxname`,`uid`,`webid`
FROM {$editPre}email_box where boxid>4";
$do = mysql_query($sql);
showlog("邮件文件夹转换完成");
}
}
function convertAtt()
{
global $ibos2Config, $editPre;
$sql = "REPLACE INTO
{$ibos2Config['dbPre']}attachment(
`aid`,
`uid`,
`tableid`,
`downloads`
) SELECT
`aid` ,
`uid` ,
`tableid` ,
`downloads`
FROM {$editPre}attachment";
$do = mysql_query($sql);
showlog("附件主表转换完成");
$sql = "REPLACE INTO
{$ibos2Config['dbPre']}attachment_edit SELECT *
FROM {$editPre}attachment_edit";
$do = mysql_query($sql);
showlog("附件主表转换完成");
for ($i = 0; $i < 10; $i++) {
$sql = "REPLACE INTO
{$ibos2Config['dbPre']}attachment_" . $i . "(
`aid`,
`uid`,
`dateline`,
`filename`,
`filesize`,
`description`,
`attachment`,
`isimage`
) SELECT
`aid`,
`uid`,
`dateline`,
`filename`,
`filesize`,
`description`,
`attachment`,
`isimage`
FROM {$editPre}attachment_" . $i . "";
$do = mysql_query($sql);
showlog("附件表" . $i . "转换完成");
}
$sql = "REPLACE INTO
{$ibos2Config['dbPre']}attachment_unused SELECT *
FROM {$editPre}attachment_unused";
$do = mysql_query($sql);
showlog("附件主表转换完成");
}
function convertCal()
{
if (ModuleUtil::getIsEnabled('calendar')) {
global $ibos2Config, $editPre;
$sql = "REPLACE INTO
{$ibos2Config['dbPre']}calendars(
`calendarid`,
`subject`,
`location`,
`mastertime`,
`masterid`,
`description`,
`calendartype`,
`starttime`,
`endtime`,
`isalldayevent`,
`hasattachment`,
`category`,
`instancetype`,
`recurringtype`,
`recurringtime`,
`status`,
`recurringbegin`,
`recurringend`,
`attendees`,
`attendeenames`,
`otherattendee`,
`upuid`,
`upname`,
`uptime`,
`recurringrule`,
`uid`
) SELECT
`Id`,
`Subject`,
`Location`,
`MasterTime`,
`MasterId`,
`Description`,
`CalendarType`,
`StartTime`,
`EndTime`,
`IsAllDayEvent`,
`HasAttachment`,
`Category`,
`InstanceType`,
`RecurringType`,
`RecurringTime`,
`Status`,
`RecurringBegin`,
`RecurringEnd`,
`Attendees`,
`AttendeeNames`,
`OtherAttendee`,
`UPAccount`,
`UPName`,
`UPTime`,
`RecurringRule`,
`uid`
FROM {$editPre}calendars";
$do = mysql_query($sql);
showlog("日程表转换完成");
}
}
Loading...
举报
举报成功
我们将于2个工作日内通过站内信反馈结果给你!
请认真填写举报原因,尽可能描述详细。
请选择举报类型
取消
发送
误判申诉

此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。

如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。

取消
提交

简介

基于Yii和bootstrap的开源OA/协同办公平台,连接全平台覆盖的酷办公客户端(Win,IOS,Android,Mac,Linux),支撑您的企业管理二次开发--作为国内首家开源OA,有的不只是颜值
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
编辑仓库简介
简介内容
主页
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/scriptsboy/IBOS.git
git@gitee.com:scriptsboy/IBOS.git
scriptsboy
IBOS
IBOS
master
点此查找更多帮助

搜索帮助

评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册

AltStyle によって変換されたページ (->オリジナル) /