| com.example.sms |
sms |
|
| com.example.sms.domain |
ドメイン層 |
|
| com.example.sms.domain.event |
event |
|
| com.example.sms.domain.event.sales.shipping |
shipping |
|
| com.example.sms.domain.model |
ドメインモデル(複合型) |
|
| com.example.sms.domain.model.inventory |
在庫 |
|
| com.example.sms.domain.model.inventory.rule |
在庫ルール |
|
| com.example.sms.domain.model.master |
マスタ |
|
| com.example.sms.domain.model.master.department |
部門 |
|
| com.example.sms.domain.model.master.employee |
社員 |
|
| com.example.sms.domain.model.master.locationnumber |
棚番 |
|
| com.example.sms.domain.model.master.partner |
取引先 |
|
| com.example.sms.domain.model.master.partner.billing |
請求 |
|
| com.example.sms.domain.model.master.partner.customer |
顧客 |
|
| com.example.sms.domain.model.master.partner.supplier |
仕入先 |
|
| com.example.sms.domain.model.master.partner.vendor |
仕入先 |
|
| com.example.sms.domain.model.master.payment |
入出金 |
|
| com.example.sms.domain.model.master.payment.account |
入金口座 |
|
| com.example.sms.domain.model.master.payment.account.incoming |
入出口座 |
|
| com.example.sms.domain.model.master.product |
商品 |
|
| com.example.sms.domain.model.master.region |
地域 |
|
| com.example.sms.domain.model.master.warehouse |
倉庫 |
|
| com.example.sms.domain.model.procurement |
調達 |
|
| com.example.sms.domain.model.procurement.order |
発注 |
|
| com.example.sms.domain.model.procurement.order.rule |
発注ルール |
|
| com.example.sms.domain.model.procurement.payment |
支払い |
|
| com.example.sms.domain.model.procurement.purchase |
仕入 |
|
| com.example.sms.domain.model.procurement.purchase.rule |
仕入ルール |
|
| com.example.sms.domain.model.sales |
販売 |
|
| com.example.sms.domain.model.sales.invoice |
請求 |
|
| com.example.sms.domain.model.sales.order |
受注 |
|
| com.example.sms.domain.model.sales.order.rule |
受注ルール |
|
| com.example.sms.domain.model.sales.payment |
入金 |
|
| com.example.sms.domain.model.sales.sales |
売上 |
|
| com.example.sms.domain.model.sales.shipping |
出荷 |
|
| com.example.sms.domain.model.sales.shipping.rule |
出荷ルール |
|
| com.example.sms.domain.model.system |
システム |
|
| com.example.sms.domain.model.system.audit |
監査 |
|
| com.example.sms.domain.model.system.auth |
認証 |
|
| com.example.sms.domain.model.system.autonumber |
自動採番 |
|
| com.example.sms.domain.model.system.download |
データダウンロード |
|
| com.example.sms.domain.model.system.user |
ユーザー |
|
| com.example.sms.domain.service |
ドメインサービス |
|
| com.example.sms.domain.service.inventory |
inventory |
|
| com.example.sms.domain.service.procurement |
調達ドメイン |
|
| com.example.sms.domain.service.procurement.order |
order |
|
| com.example.sms.domain.service.procurement.purchase |
purchase |
|
| com.example.sms.domain.service.sales |
販売ドメイン |
|
| com.example.sms.domain.service.sales.order |
order |
|
| com.example.sms.domain.service.sales.shipping |
shipping |
|
| com.example.sms.domain.type |
ドメインモデル(基本型) |
|
| com.example.sms.domain.type.address |
住所 |
|
| com.example.sms.domain.type.mail |
メール |
|
| com.example.sms.domain.type.money |
通貨 |
|
| com.example.sms.domain.type.phone |
電話番号 |
|
| com.example.sms.domain.type.quantity |
数量 |
|
| com.example.sms.infrastructure |
インフラストラクチャ層 |
|
| com.example.sms.infrastructure._configuration |
_configuration |
|
| com.example.sms.infrastructure.datasource |
データソース |
|
| com.example.sms.infrastructure.datasource.autogen.mapper |
mapper |
|
| com.example.sms.infrastructure.datasource.autogen.model |
model |
|
| com.example.sms.infrastructure.datasource.inventory |
inventory |
|
| com.example.sms.infrastructure.datasource.master.department |
department |
|
| com.example.sms.infrastructure.datasource.master.employee |
employee |
|
| com.example.sms.infrastructure.datasource.master.locationnumber |
棚番マスタのデータアクセス層 |
<p>
棚番マスタテーブルへのデータアクセスを担当するクラス群です。
</p> |
| com.example.sms.infrastructure.datasource.master.partner |
partner |
|
| com.example.sms.infrastructure.datasource.master.partner.customer |
customer |
|
| com.example.sms.infrastructure.datasource.master.partner.customer.shipping |
shipping |
|
| com.example.sms.infrastructure.datasource.master.partner.supplier |
supplier |
|
| com.example.sms.infrastructure.datasource.master.partner.vendor |
vendor |
|
| com.example.sms.infrastructure.datasource.master.partner_category |
partner_category |
|
| com.example.sms.infrastructure.datasource.master.partner_category.item |
item |
|
| com.example.sms.infrastructure.datasource.master.partner_category.item.affiliation |
affiliation |
|
| com.example.sms.infrastructure.datasource.master.partner_group |
partner_group |
|
| com.example.sms.infrastructure.datasource.master.payment.account.incoming |
incoming |
|
| com.example.sms.infrastructure.datasource.master.product |
product |
|
| com.example.sms.infrastructure.datasource.master.product.bom |
bom |
|
| com.example.sms.infrastructure.datasource.master.product.customer_specific_price |
customer_specific_price |
|
| com.example.sms.infrastructure.datasource.master.product.substitute |
substitute |
|
| com.example.sms.infrastructure.datasource.master.product_category |
product_category |
|
| com.example.sms.infrastructure.datasource.master.region |
region |
|
| com.example.sms.infrastructure.datasource.master.warehouse |
warehouse |
|
| com.example.sms.infrastructure.datasource.procurement.order |
order |
|
| com.example.sms.infrastructure.datasource.procurement.payment |
payment |
|
| com.example.sms.infrastructure.datasource.procurement.purchase |
purchase |
|
| com.example.sms.infrastructure.datasource.sales.invoice |
invoice |
|
| com.example.sms.infrastructure.datasource.sales.invoice.invoice_line |
invoice_line |
|
| com.example.sms.infrastructure.datasource.sales.order |
order |
|
| com.example.sms.infrastructure.datasource.sales.order.order_line |
order_line |
|
| com.example.sms.infrastructure.datasource.sales.payment |
payment |
|
| com.example.sms.infrastructure.datasource.sales.sales |
sales |
|
| com.example.sms.infrastructure.datasource.sales.sales.sales_line |
sales_line |
|
| com.example.sms.infrastructure.datasource.sales.shipping |
shipping |
|
| com.example.sms.infrastructure.datasource.system.audit |
audit |
|
| com.example.sms.infrastructure.datasource.system.auth |
auth |
|
| com.example.sms.infrastructure.datasource.system.autonumber |
autonumber |
|
| com.example.sms.infrastructure.datasource.system.download |
download |
|
| com.example.sms.infrastructure.datasource.system.user |
user |
|
| com.example.sms.presentation |
プレゼンテーション層 |
|
| com.example.sms.presentation.api |
api |
|
| com.example.sms.presentation.api.inventory |
inventory |
|
| com.example.sms.presentation.api.master.department |
department |
|
| com.example.sms.presentation.api.master.employee |
employee |
|
| com.example.sms.presentation.api.master.locationnumber |
locationnumber |
|
| com.example.sms.presentation.api.master.partner |
partner |
|
| com.example.sms.presentation.api.master.payment |
payment |
|
| com.example.sms.presentation.api.master.product |
product |
|
| com.example.sms.presentation.api.master.region |
region |
|
| com.example.sms.presentation.api.master.warehouse |
warehouse |
|
| com.example.sms.presentation.api.procurement.order |
order |
|
| com.example.sms.presentation.api.procurement.payment |
payment |
|
| com.example.sms.presentation.api.procurement.purchase |
purchase |
|
| com.example.sms.presentation.api.sales.invoice |
invoice |
|
| com.example.sms.presentation.api.sales.order |
order |
|
| com.example.sms.presentation.api.sales.payment |
payment |
|
| com.example.sms.presentation.api.sales.sales |
sales |
|
| com.example.sms.presentation.api.sales.shipping |
shipping |
|
| com.example.sms.presentation.api.system.audit |
audit |
|
| com.example.sms.presentation.api.system.auth |
auth |
|
| com.example.sms.presentation.api.system.auth.payload.request |
request |
|
| com.example.sms.presentation.api.system.auth.payload.response |
response |
|
| com.example.sms.presentation.api.system.download |
download |
|
| com.example.sms.presentation.api.system.user |
user |
|
| com.example.sms.service |
サービス層 |
|
| com.example.sms.service.inventory |
inventory |
|
| com.example.sms.service.master.department |
department |
|
| com.example.sms.service.master.employee |
employee |
|
| com.example.sms.service.master.locationnumber |
locationnumber |
|
| com.example.sms.service.master.partner |
partner |
|
| com.example.sms.service.master.payment |
payment |
|
| com.example.sms.service.master.product |
product |
|
| com.example.sms.service.master.region |
region |
|
| com.example.sms.service.master.warehouse |
warehouse |
|
| com.example.sms.service.procurement.order |
order |
|
| com.example.sms.service.procurement.payment |
payment |
|
| com.example.sms.service.procurement.purchase |
purchase |
|
| com.example.sms.service.sales.invoice |
invoice |
|
| com.example.sms.service.sales.order |
order |
|
| com.example.sms.service.sales.payment |
payment |
|
| com.example.sms.service.sales.sales |
sales |
|
| com.example.sms.service.sales.shipping |
shipping |
|
| com.example.sms.service.system.audit |
audit |
|
| com.example.sms.service.system.auth |
auth |
|
| com.example.sms.service.system.autonumber |
autonumber |
|
| com.example.sms.service.system.download |
download |
|
| com.example.sms.service.system.user |
user |
|