This repository has been archived by the owner on Jul 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update sdk for v2020-06-15. * Update freee SDK version in samples * Add invoices page to basic-websample * Add X-Api-Version header to SDK * Fix missing import * Remove unnecessary files * Revert removed dependency * Update SDK - For freee-api-schema (git hash: 5ea1401eed56a47307a7a8b5ed9b078538586f07)
- Loading branch information
Showing
1,139 changed files
with
77,685 additions
and
58,069 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
samples/basic-websample/src/main/resources/templates/invoices.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<!DOCTYPE html> | ||
<html xmlns:th="http://www.thymeleaf.org" xmlns:sec="http://www.thymeleaf.org/extras/spring-security"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title>Invoices | Basic Web Sample</title> | ||
<link rel="stylesheet" href="/webjars/bootstrap/4.3.1/css/bootstrap.min.css" /> | ||
<script src="/webjars/jquery/3.4.1/jquery.min.js"></script> | ||
<script src="/webjars/bootstrap/4.3.1/js/bootstrap.min.js"></script> | ||
</head> | ||
|
||
<body> | ||
<div class=container-fluid style="padding: 20px"> | ||
<div class="row"> | ||
<h1>Invoices Information</h1> | ||
</div> | ||
<table class="table"> | ||
<tbody th:each="invoice : ${invoices}"> | ||
<tr> | ||
<td th:text="${invoice.getId()}"></td> | ||
<td th:text="${invoice.toString()}"></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
</body> | ||
|
||
</html> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
|
||
|
||
# AccountItemResponse | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**accountItem** | [**AccountItemResponseAccountItem**](AccountItemResponseAccountItem.md) | | | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
|
||
|
||
# AccountItemResponseAccountItem | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**accountCategory** | **String** | 勘定科目カテゴリー | | ||
**accountCategoryId** | **Integer** | 勘定科目のカテゴリーID | | ||
**accumulatedDepAccountItemId** | **Integer** | 減価償却累計額勘定科目ID(法人のみ利用可能) | [optional] | ||
**accumulatedDepAccountItemName** | **String** | 減価償却累計額勘定科目(法人のみ利用可能) | [optional] | ||
**available** | **Boolean** | 勘定科目の使用設定(true: 使用する、false: 使用しない) | | ||
**companyId** | **Integer** | 事業所ID | | ||
**correspondingExpenseId** | **Integer** | 支出取引相手勘定科目ID | [optional] | ||
**correspondingExpenseName** | **String** | 支出取引相手勘定科目名 | [optional] | ||
**correspondingIncomeId** | **Integer** | 収入取引相手勘定科目ID | [optional] | ||
**correspondingIncomeName** | **String** | 収入取引相手勘定科目名 | [optional] | ||
**groupName** | **String** | 決算書表示名(小カテゴリー) | [optional] | ||
**id** | **Integer** | 勘定科目ID | | ||
**items** | [**List<AccountItemResponseAccountItemItems>**](AccountItemResponseAccountItemItems.md) | | [optional] | ||
**name** | **String** | 勘定科目名 (30文字以内) | | ||
**partners** | [**List<AccountItemResponseAccountItemPartners>**](AccountItemResponseAccountItemPartners.md) | | [optional] | ||
**searchable** | **Integer** | 検索可能:2, 検索不可:3 | | ||
**shortcut** | **String** | ショートカット1 (20文字以内) | [optional] | ||
**shortcutNum** | **String** | ショートカット2(勘定科目コード) (20文字以内) | [optional] | ||
**taxCode** | **Integer** | 税区分コード | | ||
**walletableId** | **Integer** | 口座ID | | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
|
||
|
||
# AccountItemResponseAccountItemItems | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**id** | **Integer** | 品目ID | | ||
**name** | **String** | 品目 | | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
|
||
|
||
# AccountItemResponseAccountItemPartners | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**id** | **Integer** | 取引先ID | | ||
**name** | **String** | 取引先 | | ||
|
||
|
||
|
Oops, something went wrong.