Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bbonkr/depreciation-javascript

감가상각 예제 페이지
https://github.com/bbonkr/depreciation-javascript

Last synced: 25 days ago
JSON representation

감가상각 예제 페이지

Awesome Lists containing this project

README

        

감가상각 Depreciation
=====================

감가상각(減價償却, Depreciation) 이란 시간의 흐름에 따른 자산의 가치 감소를 회계에 반영하는 것이다. 경제학적으로는 자산의 가치 감소를 의미하나, 회계학의 관점에서 감가상각이란 취득한 자산의 원가를 자산의 사용기간에 걸쳐 비용으로 배분하는 과정(allocation)을 의미한다.

참조 : [wiki : 감가상각](http://ko.wikipedia.org/wiki/%EA%B0%90%EA%B0%80%EC%83%81%EA%B0%81)

## 감가상각금액의 산출

예제 페이지 depr.html에서의 처리 순서는 아래와 같습니다.

1. 내용연수에 따라 월 상각금액을 산출합니다.

2. 회기에 따라 상각 해당월을 산출합니다.

3. 내용연수만큼 반복해서 회기별 상각금액을 산출합니다.

## License

예제 페이지에 사용된 코드는 자신의 라이선스에 따라 사용합니다.

아래 링크를 참조하십시오.

* jquery-*.js, jquery-ui-*.js : [jquery license](https://jquery.org/license/)
* bootstrap.*.js : [bootstrap license](https://raw.githubusercontent.com/twbs/bootstrap/master/LICENSE)
* jquery.autoNumeric.*.js : [autoNumeric license](https://raw.githubusercontent.com/BobKnothe/autoNumeric/master/license.txt)
* bootbox.*.js : [bootbox license](https://raw.githubusercontent.com/makeusabrew/bootbox/master/LICENSE.md)

아래 코드는 MIT 라이선스를 사용합니다.

* jqeury-util.js
* jquery-ui-util.js
* prototypes.js

저장소의 [LICENSE.md](https://raw.githubusercontent.com/bbonkr/Depreciation-javascript/master/LICENSE.md) 파일을 확인하십시오.