Changes

m
Line 32: Line 32:     
=モジュールリスト=
 
=モジュールリスト=
Technical documentation on standard business modules is available in each module's developer documentation pages. Choose the appropriate page you are interested in:
+
標準ビジネスモデルの技術文書は、それぞれのモジュール開発者の文書ページ (documentation pages) にある. 関心に応じて適切なページを選ぶとよい:
    
*[[:Category:List of Modules (developer)‎|List of standard modules]]
 
*[[:Category:List of Modules (developer)‎|List of standard modules]]
Line 45: Line 45:     
=バッチまたはコマンドラインスクリプトを作るには=
 
=バッチまたはコマンドラインスクリプトを作るには=
This chapter describes how to develop command line scripts to execute tasks in Dolibarr (read, update data...).
+
この章では、Dolibarr でタスクを実行するためのコマンドラインスクリプト開発方法について説明する (read, update data...).
    
Making modifications to the graphical user interface (GUI) is not included in this chapter. See the previous chapter for this.
 
Making modifications to the graphical user interface (GUI) is not included in this chapter. See the previous chapter for this.
Line 58: Line 58:     
==ストレージ準備 (Setup storage)==
 
==ストレージ準備 (Setup storage)==
There are 3 places for Dolibarr setup parameters.
+
Dolibarr 設定パラメータは3か所存在する.
   −
*Dolibarr technical setup parameters (authentication mode, database logins and storage area for files) are defined in only one setup file: <code>/conf/conf.php</code> .
+
*Dolibarr 技術的設定パラメータ (認証モード, データベースログインとファイル向けストレージ領域) が定義される設定ファイルは1つだけ: <code>/conf/conf.php</code> .
   −
:See [[Configuration file]] for more information.
+
:さらに詳細は [[Configuration file]] を参照.
   −
*Global features parameters are stored in [[Table llx_const]].
+
*グローバル特質パラメータは [[Table llx_const]] に保存.
   −
:See the [[Constants]] page for more information.
+
:さらに詳細は [[Constants]] ページを参照.
   −
*Feature parameters specific to a user are stored in [[Table llx_user_param]].
+
*ユーザに対する特質パラメータは [[Table llx_user_param]] に保存.
    
==ビジネスオブジェクト (Business objects)==
 
==ビジネスオブジェクト (Business objects)==
See [[ビジネス オブジェクト|ビジネスオブジェクト]]  
+
参照 [[ビジネス オブジェクト|ビジネスオブジェクト]]  
    
==メニューシステム (Menu system)==
 
==メニューシステム (Menu system)==
See [[Menus system]]  
+
参照 [[Menus system]]  
    
==タブシステム (Tabs system)==
 
==タブシステム (Tabs system)==
See [[Tabs system]]  
+
参照 [[Tabs system]]  
    
==スキンシステム (Skins system)==
 
==スキンシステム (Skins system)==
See [[Skins]]  
+
参照 [[Skins]]  
    
==ウィジェットシステム (Widget system)==
 
==ウィジェットシステム (Widget system)==
See [[Widget system]]
+
参照 [[Widget system]]
    
==認証システム (Authentication system)==
 
==認証システム (Authentication system)==
See [[Authentication]]  
+
参照 [[Authentication]]  
    
==許可システム (Permission system)==
 
==許可システム (Permission system)==
See [[Permissions En|Permissions]]  
+
参照 [[Permissions En|Permissions]]  
    
==翻訳システム (Translation system)==
 
==翻訳システム (Translation system)==
See [[Translation system]]  
+
参照 [[Translation system]]  
    
==エラー管理 (Error management)==
 
==エラー管理 (Error management)==
See [[Error reporting|Error reporting]]  
+
参照 [[Error reporting|Error reporting]]  
    
==キャンバスシステム (Canvas system)==
 
==キャンバスシステム (Canvas system)==
Line 108: Line 108:     
==フックシステム (Hooks system)==
 
==フックシステム (Hooks system)==
See [[Hooks system]]  
+
参照 [[Hooks system]]  
    
==変数置換システム (Variable substitution system)==
 
==変数置換システム (Variable substitution system)==
See [[Variable substitution system]]  
+
参照 [[Variable substitution system]]  
    
==ウェブサービス (Web services)==
 
==ウェブサービス (Web services)==
Dolibarr can be setup to provide some services.
+
Dolibarr はいくつかのサービスを提供するように設定可能.
   −
See [[Module Web Services API REST (developer)]]  
+
参照 [[Module Web Services API REST (developer)]]  
   −
Note: The [[Module Web Services API SOAP (developer)]] is deprecated.
+
: [[Module Web Services API SOAP (developer)]] は非推奨.
    
==ファイル/書類 ストレージ管理 (Files/Documents storage management)==
 
==ファイル/書類 ストレージ管理 (Files/Documents storage management)==
See [[Generated documents]]  
+
参照 [[Generated documents]]  
    
==番号付けモジュール (Numbering modules)==
 
==番号付けモジュール (Numbering modules)==
Line 133: Line 133:     
==エクストラフィールド (Extrafields)==
 
==エクストラフィールド (Extrafields)==
See [[Extrafields]]
+
参照 [[Extrafields]]
    
==オンライン決済システム (Online payment system)==
 
==オンライン決済システム (Online payment system)==
See [[Online payment system]]
+
参照 [[Online payment system]]
    
==他内部機能 (Other internal function)==
 
==他内部機能 (Other internal function)==
Line 164: Line 164:     
=FAQ=
 
=FAQ=
All FAQs are available through the FAQ index page [[:Category:FAQ EN|FAQ EN]]
+
すべての FAQs FAQ インデックスページ [[:Category:FAQ EN|FAQ EN]] から利用可能
 
[[Category:Development]]
 
[[Category:Development]]
56

edits