{"id":18676479,"url":"https://github.com/whitedodo/jasperaccountifrs","last_synced_at":"2026-04-15T21:31:10.854Z","repository":{"id":101309270,"uuid":"145139308","full_name":"whitedodo/jasperAccountIFRS","owner":"whitedodo","description":"JasperAccount - 실시간 IFRS 시스템(JasperAccount - Real-Time IFRS Systems)","archived":false,"fork":false,"pushed_at":"2019-08-30T11:40:43.000Z","size":1818,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-10T17:44:08.718Z","etag":null,"topics":["htaccess","ifrs","mysql","php","w3c-validator","web"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/whitedodo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"License.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-17T15:49:12.000Z","updated_at":"2019-10-20T03:19:29.000Z","dependencies_parsed_at":"2023-09-21T07:30:40.675Z","dependency_job_id":null,"html_url":"https://github.com/whitedodo/jasperAccountIFRS","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/whitedodo/jasperAccountIFRS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whitedodo%2FjasperAccountIFRS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whitedodo%2FjasperAccountIFRS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whitedodo%2FjasperAccountIFRS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whitedodo%2FjasperAccountIFRS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/whitedodo","download_url":"https://codeload.github.com/whitedodo/jasperAccountIFRS/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whitedodo%2FjasperAccountIFRS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31861248,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["htaccess","ifrs","mysql","php","w3c-validator","web"],"created_at":"2024-11-07T09:29:25.342Z","updated_at":"2026-04-15T21:31:10.766Z","avatar_url":"https://github.com/whitedodo.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## [JasperAccount with PHP - Project]\n\n#### 작성자 소개(About the author)\n\u003e ##### 1. Dodo (rabbit.white@daum.net)\n\u003e ##### 2. Created by: 2018-08-18\n\u003e ##### 3. Description: \n\u003e ###### 3-1. 2018-08-01 ~ 2018-08-03 / Jasper / IFRS Project 진행 (로직 등에 대해서 연구) - IFRS Project (research on logic etc.)\n\u003e ###### 3-2. 2018-08-01 ~ 2018-08-03 / Jasper / URL 짧은 주소 추가(.htaccess) / Add URL Short Address (.htaccess)\n\u003e ###### 3-3. 2018-08-01 ~ 2018-08-03 / Jasper / Apache 2.2, PHP 5.2~5.6를 지원함. / Supports Apache 2.2, PHP 5.2 to 5.6.\n\u003e ###### 3-4. 2018-08-01 ~ 2018-08-03 / Jasper / W3C Validator 검사 완료(W3C Validator Check Completed) / https://validator.w3.org/\n\u003e ##### 4. License: MIT License.\n\n#### 빌드(Build)\n\u003e ##### 1. Apache 2, PHP 5.2 환경에 넣어서 사용하면 된다.(Can be used in Apache 2, PHP 5.2 environment.)\n\n#### Quick Start(쉬운 시작)\n\u003e ##### 1. index.php 파일을 열어서 환경 설정을 한다. / Jasper / 2018-08-18\n        (Open the index.php file to configure the environment.)\n        \n        - 윈도우(Windows)\n        $root = \"C:/{webRootDir}/htdocs\";\n        $directories = '{폴더명 / 없으면 생략}';\n        - 리눅스(Linux)        \n        $root = '/usr/{경로명}/{계정명}';\n        $directories = '{폴더명 / 없으면 생략}';\n        - 사용자 디렉토리( http:// {주소} /~{계정명} )\n        $directories = '{폴더명 / 없으면 생략}';\n        $directories = '{~계정명}';\n       \n\u003e ##### 2. mysql DB에 Create Table 명령어로 jasper 테이블을 설정한다. / Jasper / 2018-08-18\n        (Set the jasper table with the Create Table command in mysql DB.)\n        \n\u003e ##### 3. controller/JasperAccount/JasperAccount.php의 DB 설정을 해준다. / Jasper / 2018-08-18\n        (Set the DB of \"controller/JasperAccount/JasperAccount.php\")\n        \n        localhost(Hostname / 호스트명), userId(사용자계정), password(비밀번호), dbname(디비명)\n        \n\u003e ##### 4. 웹 사이트에 접속한다. / Jasper / 2018-08-18\n        (Access the web site.)\n\n        http://{HostName}/book/{tableName}/{random userName}/{startDate}/{endDate}/{language}\n        http://{호스트명}/book/{테이블이름}/{임의의 사용자명}/{시작일자}/{종료일자}/{언어}\n        \n        테이블명만 바꾸면, 다중 접속도 가능하다.(If the table name is changed, multiple connections are also available.)\n\n#### 시연(Practice)\n 1. 190830 JasperAccount PHP, https://www.youtube.com/watch?v=9JR05rByEcY\u0026feature=youtu.be, Accessed by 2018-08-30, Last Modified 2019-08-30.\n\n\n#### 참고(Reference)\n\n1. PHP.net, http://php.net/docs.php, Last Modified, Accessed By (Ing.)\n2. MySQL :: MySQL 5.5 Reference Manual :: 14.1 Introduction to InnoDB, https://dev.mysql.com/doc/refman/5.5/en/innodb-introduction.html, Last Modified, Accessed by (Ing.)\n\n#### 라이선스(License)\n\n1. PHP License, https://opensource.org/licenses/PHP-3.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhitedodo%2Fjasperaccountifrs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhitedodo%2Fjasperaccountifrs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhitedodo%2Fjasperaccountifrs/lists"}