POS端末 (ウィンドウ ID-338)
提供: iDempiere ja
ウィンドウ: POS端末
説明: Maintain your Point of Sales Terminal
助ける: The POS Terminal defines the defaults and functions available for the POS Form
TAB: POS端末
説明: 販売時点情報管理端末
助ける POS端末はPOSフォームで利用可能なデフォルトと機能を定義します。
ファイル:POS端末 - POS端末 - ウィンドウ (iDempiere 1.0.0).png
名前 | 名前 | 説明 | 助ける | 仕様書 |
---|---|---|---|---|
Client | クライアント | このインストールのためのクライアント/テナントです。 | クライアントは会社または法人です。 クライアントの間のデータは共有することができません。 テナントはクライアントの同義語です。 | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | 組織 | クライアントの中の組織的な実体です。 | 組織は、クライアントまたは法人の単位です。-- 例えば店、部です。 組織の間のデータは共有することができます。 | AD_Org_ID numeric(10) NOT NULL Table Direct |
Name | 名前 | Alphanumeric identifier of the entity | The name of an entity (record) is used as an default search option in addition to the search key. The name is up to 60 characters in length. | Name character varying(60) NOT NULL String |
Description | 説明 | レコードの任意の短い説明です。 | 説明は、255文字に制限されます。 | Description character varying(255) String |
Comment/Help | コメント/ヘルプ | コメントまたはヒント | ヘルプフィールドは、この項目の使用に関してヒント、コメントまたはヘルプを含んでいます。 | Help character varying(2000) Text |
Active | アクティブ | レコードはシステムでアクティブです。 | レコードをシステムで使用不可にするには、2つの方法があります:1つはレコードを削除することで、もう1つは、レコードを不活性化することです。不活性のレコードは選択できません。しかし、レポートには利用可能です。
不活性にする理由は2つあります: (1) システムは監査目的のためのレコードを必要とします。 (2) レコードは他のレコードによって参照されます。このパートナーレコードのための存在する請求書があれば、例えば、ビジネスパートナーを削除することはできません。ビジネスーパートナーを不活性化することで、それを防ぎます。このレコードは将来のエントリーに使用されます。 |
IsActive character(1) NOT NULL Yes-No |
Sales Representative | 販売担当者 | Sales Representative or Company Agent | The Sales Representative indicates the Sales Rep for this Region. Any Sales Rep must be a valid internal user. | SalesRep_ID numeric(10) NOT NULL Table |
Cash Book | 現金出納帳 | Cash Book for recording petty cash transactions | The Cash Book identifies a unique cash book. The cash book is used to record cash transactions. | C_CashBook_ID numeric(10) NOT NULL Table Direct |
Price List | 価格リスト | 価格リストの一意に決まる識別子です。 | 購入、販売した製品の価格設定、利幅、費用を決定するために使われます。 | M_PriceList_ID numeric(10) NOT NULL Table Direct |
Modify Price | 価格を変更 | Allow modifying the price | Allow modifying the price for products with a non zero price | IsModifyPrice character(1) NOT NULL Yes-No |
Warehouse | 倉庫 | Storage Warehouse and Service Point | The Warehouse identifies a unique Warehouse where products are stored or Services are provided. | M_Warehouse_ID numeric(10) NOT NULL Table Direct |
Bank Account | 銀行口座 | Account at the Bank | The Bank Account identifies an account at this Bank. | C_BankAccount_ID numeric(10) Table Direct |
Document Type | ドキュメントタイプ | ドキュメントのタイプまたはルールです。 | ドキュメントタイプはドキュメント連続番号と処理ルールを決定します。 | C_DocType_ID numeric(10) Table Direct |
Template B.Partner | ビジネスパートナーのテンプレート | Business Partner used for creating new Business Partners on the fly | When creating a new Business Partner from the Business Partner Search Field (right-click: Create), the selected business partner is used as a template, e.g. to define price list, payment terms, etc. | C_BPartnerCashTrx_ID numeric(10) Search |
POS Key Layout | POSのキーレイアウト | POS Function Key Layout | POS Function Key Layout | C_POSKeyLayout_ID numeric(10) Table Direct |
Auto Logout Delay | Auto Logout Delay | Automatically logout if terminal inactive for this period | Measured in seconds, zero for no automatic logout | AutoLogoutDelay numeric(10) Integer |
On Screen Keyboard layout | On Screen Keyboard layout | The key layout to use for on screen keyboard for text fields. | If empty, the on screen keyboard will not be used. | OSK_KeyLayout_ID numeric(10) Table |
On Screen Number Pad layout | On Screen Number Pad layout | The key layout to use for on screen number pad for numeric fields. | If empty, the on screen numberpad will not be used. | OSNP_KeyLayout_ID numeric(10) Table |
Printer Name | プリンタ名 | Name of the Printer | Internal (Opereating System) Name of the Printer; Please mote that the printer name may be different on different clients. Enter a printer name, which applies to ALL clients (e.g. printer on a server).
If none is entered, the default printer is used. You specify your default printer when you log in. You can also change the default printer in Preferences. |
PrinterName character varying(60) String |
CashDrawer | CashDrawer | null | null | CashDrawer character varying(120) String |