導入發票 (窗口 ID-279)

出自iDempiere zh
前往:導覽搜尋



窗口: 導入發票

描述: 導入發票

幫助: null



TAB: 發票

描述: 導入發票


幫助 null


File:導入發票 - 發票 - 窗口 (iDempiere 1.0.0).png




名稱 名稱 描述 幫助 產品規格
Active 有效 本記錄有效 There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.

There are two reasons for de-activating and not deleting records: (1) The system requires the record for audit purposes. (2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries.

IsActive
character(1)
Yes-No
Import Invoice 導入發票 導入發票 null I_Invoice_ID
numeric(10) NOT NULL
ID
Imported 已導入 Has this import been processed The Imported check box indicates if this import has been processed. I_IsImported
character(1) NOT NULL
Yes-No
Invoice 發票 開發票標識符 The Invoice ID uniquely identifies an Invoice Document. C_Invoice_ID
numeric(10)
Search
Invoice Line 發票明細 發票明細明細 The Invoice Line uniquely identifies a single line of an Invoice. C_InvoiceLine_ID
numeric(10)
Search
Import Error Message 導入錯誤信息 Messages generated from import process The Import Error Message displays any error messages generated during the import process. I_ErrorMsg
character varying(2000)
String
Client 客戶 安裝此軟體的客戶 客戶是一個公司或者合法的實體。你不能在客戶之間共享數據。 AD_Client_ID
numeric(10)
Table Direct
Organization 機構 客戶內的機構實體。 An organization is a unit of your client or legal entity - examples are store, department. You can share data between organizations. AD_Org_ID
numeric(10)
Table Direct
Document Type Name 文件類型名 文件類型名 null DocTypeName
character varying(60)
String
Document Type 文件類型 文件類型或規則 The Document Type determines document sequence and processing rules C_DocType_ID
numeric(10)
Table Direct
Document No 文檔號 Document sequence number of the document The document number is usually automatically generated by the system and determined by the document type of the document. If the document is not saved, the preliminary number is displayed in "<>".

If the document type of your document has no automatic document sequence defined, the field is empty if you create a new document. This is for documents which usually have an external number (like vendor invoice). If you leave the field empty, the system will generate a document number for you. The document sequence used for this fallback number is defined in the "Maintain Sequence" window with the name "DocumentNo_<TableName>", where TableName is the actual name of the table (e.g. C_Order).

DocumentNo
character varying(30)
String
Sales Transaction 銷售交易 這是銷售交易 The Sales Transaction checkbox indicates if this item is a Sales Transaction. IsSOTrx
character(1)
Yes-No
Description 描述 該記錄的可選描述 描述最多為 255 個字符。 Description
character varying(255)
String
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)
Table
Currency 貨幣 幣種為該筆記錄 Indicates the Currency to be used when processing or reporting on this record C_Currency_ID
numeric(10)
Table Direct
Price List 價目表 Unique identifier of a Price List Price Lists are used to determine the pricing, margin and cost of items purchased or sold. M_PriceList_ID
numeric(10)
Table Direct
Payment Term Key 付款條款關鍵字 付款條款的關鍵字 null PaymentTermValue
character varying(40)
String
Payment Term 付款條款 The terms for Payment of this transaction Payment Terms identify the method and timing of payment for this transaction. C_PaymentTerm_ID
numeric(10)
Table Direct
Business Partner 業務夥伴 標識業務夥伴 A Business Partner is anyone with whom you transact. This can include Vendor, Customer, Employee or Salesperson C_BPartner_ID
numeric(10)
Search
Business Partner Key 業務夥伴關鍵字 業務夥伴的關鍵字 null BPartnerValue
character varying(40)
String
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)
String
Partner Location 業務夥伴地址 Identifies the (ship to) address for this Business Partner The Partner address indicates the location of a Business Partner C_BPartner_Location_ID
numeric(10)
Table Direct
Address 地址 位置或地址 The Location Address field defines the location of an entity. C_Location_ID
numeric(10)
Search
Address 1 地址 1 該位置的地址的第一行 The Address 1 identifies the address for an entity's location Address1
character varying(60)
String
Address 2 地址 2 該位置的地址的第二行 The Address 2 provides additional address information for an entity. It can be used for building location, apartment number or similar information. Address2
character varying(60)
String
City 城市 標識城市 The City identifies a unique City for this Country or Region. City
character varying(60)
String
ZIP 郵編 郵政編碼 The Postal Code field identifies the postal code for this entity's address. Postal
character varying(10)
String
Region 區域名字 該區域的名字 The Region Name defines the name that will print when this region is used in a document. RegionName
character varying(60)
String
Region 區域 Identifies a geographical Region The Region identifies a unique Region for this Country. C_Region_ID
numeric(10)
Table Direct
ISO Country Code ISO國家代碼 Upper-case two-letter alphanumeric ISO Country code according to ISO 3166-1 - http: www.chemie.fu-berlin.de diverse doc ISO_3166.html For details - http: www.din.de gremien nas nabd iso3166ma codlstp1.html or - http: www.unece.org trade rec rec03en.htm CountryCode
character(2)
Yes-No
Country 國家 國家 The Country defines a Country. Each Country must be defined before it can be used in any document. C_Country_ID
numeric(10)
Table Direct
User/Contact 客戶或聯繫人 User within the system - Internal or Business Partner Contact The User identifies a unique user in the system. This could be an internal user or a business partner contact AD_User_ID
numeric(10)
Table Direct
Contact Name 聯繫人名字 業務夥伴聯繫人名字 null ContactName
character varying(60)
String
Phone 電話 電話號碼 The Phone field identifies a telephone number Phone
character varying(40)
String
EMail Address 電郵 電子郵件地址 The Email Address is the Electronic Mail ID for this User and should be fully qualified (e.g. joe.smith@company.com). The Email Address is used to access the self service application functionality from the web. EMail
character varying(60)
String
Date Invoiced 發票日期 發票列印日期 The Date Invoice indicates the date printed on the invoice. DateInvoiced
timestamp without time zone
Date
Account Date 記帳日期 記帳日期 The Accounting Date indicates the date to be used on the General Ledger account entries generated from this document DateAcct
timestamp without time zone
Date
Product 產品 Product, Service, Item Identifies an item which is either purchased or sold in this organization. M_Product_ID
numeric(10)
Search
Product Key 產品關鍵字 產品的關鍵字 null ProductValue
character varying(40)
String
Charge 費用 附加的文件收費 The Charge indicates a type of Charge (Handling, Shipping, Restocking) C_Charge_ID
numeric(10)
Table Direct
Charge Name 費用名 費用名 null ChargeName
character varying(60)
String
SKU SKU 存貨保管單位 The SKU indicates a user defined stock keeping unit. It may be used for an additional bar code symbols or your own schema. SKU
character varying(30)
String
UPC/EAN UPC/EAN條碼 條形碼 Use this field to enter the bar code for the product in any of the bar code symbologies (Codabar, Code 25, Code 39, Code 93, Code 128, UPC (A), UPC (E), EAN-13, EAN-8, ITF, ITF-14, ISBN, ISSN, JAN-13, JAN-8, POSTNET and FIM, MSI Plessey, and Pharmacode) UPC
character varying(30)
String
Ordered Quantity 已定單量 已定單量 The Ordered Quantity indicates the quantity of a product that was ordered. QtyOrdered
numeric
Quantity
Unit Price 單位價格 實際價格 The Actual or Unit Price indicates the Price for a product in source currency. PriceActual
numeric
Costs+Prices
Line Description 行描述 明細的描述 null LineDescription
character varying(255)
String
Tax Indicator 稅標記 Short form for Tax to be printed on documents The Tax Indicator identifies the short name that will print on documents referencing this tax. TaxIndicator
character varying(10)
String
Tax 稅標識符 The Tax indicates the type of tax for this document line. C_Tax_ID
numeric(10)
Table Direct
Tax Amount 稅金額 文檔稅金額 The Tax Amount displays the total tax amount for a document. TaxAmt
numeric
Amount
Project Key 項目關鍵字 項目的關鍵字 null ProjectValue
character varying(40)
String
Project 項目 財務項目 Project ID is a user defined identifier for a Project C_Project_ID
numeric(10)
Search
Campaign 戰役 營銷活動 The Campaign defines a unique marketing program. Projects can be associated with a pre defined Marketing Campaign. You can then report based on a specific Campaign. C_Campaign_ID
numeric(10)
Table Direct
Activity Value Activity Value null null ActivityValue
character varying(40)
String
Activity 活動 業務活動 Activities indicate tasks that are performed and used to utilize Activity based Costing C_Activity_ID
numeric(10)
Table Direct
Trx Organization 交易機構 Performing or initiating organization The organization which performs or initiates this transaction (for another organization). The owning Organization may not be the transaction organization in a service bureau environment, with centralized services, and inter-organization transactions. AD_OrgTrx_ID
numeric(10)
Table
Import Invoice 導入發票 導入發票 null Processing
character(1)
Button
Processed 已處理 The document has been processed The Processed checkbox indicates that a document has been processed. Processed
character(1)
Yes-No


Contributions / Posts

Cookies 幫助我們給予服務內容。依您有使用我們的服務,代表您同意我們使用 cookies。