Tax Definition (прозор ID-53021)
Извор: iDempiere sr
прозор: Tax Definition
опис: Lets you define different tax combinations.
помоћ: You can use the tax dfinition information to create the logic necessary to get the tax rate to your document
TAB: Tax Definition
опис: Lets you define different tax combinations.
помоћ You can use the tax definition information to create the logic necessary to get the tax rate to your document.
Датотека:Tax Definition - Tax Definition - прозор (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 |
Sequence | Секвенца | Method of ordering records; lowest number comes first | The Sequence indicates the order of records | SeqNo numeric(10) Integer |
Organization Type | Врста организације | Organization Type allows you to categorize your organizations | Organization Type allows you to categorize your organizations for reporting purposes | AD_OrgType_ID numeric(10) Table Direct |
Search Key | Кључна реч | Search key for the record in the format required - must be unique | A search key allows you a fast method of finding a particular record.
If you leave the search key empty, the system automatically creates a numeric number. 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). |
Value character varying(40) NOT NULL String |
Name | Назив | Алфанумерички идентификатор ентитета. | Назив ентитета (слога) се користи приликом основне претраге као додатна опција уз кључну реч - ид број. Назив може бити дужине до 60 карактера. | Name character varying(60) NOT NULL String |
Description | Опис | Optional short description of the record | Опис је ограничен на 255 карактера. | Description character varying(255) String |
Comment/Help | Коментар/помоћ | Comment or Hint | The Help field contains a hint, comment or help about the use of this item. | Help character varying(2000) Text |
Active | Активан | Слог је активан у систему. | Постоје два главна метода да се слог учини недоступним унутар система: један је да се обрише слог, а други је да се слог де-активира. Деактивиран слог није доступан за избор, али је доступан за извештаје. Постоје два разлога за де-активирање слога, а не брисање: (1) Систему је потребан слог за потребе контроле/провере. (2) Овај слог је повезан са другим слогом. Нпр., не можете обрисати пословног партнера, ако постоје фактуре у којима се појављује исти. Ви деактивирате пословног партнера и на тај начин спречавате да се он користи приликом будућег уноса неког документа. | IsActive character(1) NOT NULL Yes-No |
Valid from | Важи од | Valid from including this date (first day) | The Valid From date indicates the first day of a date range | ValidFrom timestamp without time zone Date |
Valid to | Важи до | Valid to including this date (last day) | The Valid To date indicates the last day of a date range | ValidTo timestamp without time zone Date |
Business Partner | Пословни партнер | Означава пословног партнера | Пословни партнер је било ко, са којим вршите трансакције. Он може бити добављач, купац, запослени или референт продаје. | C_BPartner_ID numeric(10) Search |
Business Partner Group | Група пословних партнера | Група пословних партнера | The Business Partner Group provides a method of defining defaults to be used for individual Business Partners. | C_BP_Group_ID numeric(10) Table Direct |
Tax Group | Tax Group | null | null | C_TaxGroup_ID numeric(10) Table Direct |
Product | Производ | Product, Service, Item | Identifies an item which is either purchased or sold in this organization. | M_Product_ID numeric(10) Search |
Product Category | Категорија производа | Category of a Product | Identifies the category which this product belongs to. Product categories are used for pricing and selection. | M_Product_Category_ID numeric(10) Table Direct |
Tax Category | Категорија пореза | Категорија пореза | The Tax Category provides a method of grouping similar taxes. For example, Sales Tax or Value Added Tax. | C_TaxCategory_ID numeric(10) Table Direct |
Tax Type | Tax Type | null | null | C_TaxType_ID numeric(10) Table Direct |
Tax Base | Tax Base | null | null | C_TaxBase_ID numeric(10) Table Direct |
Min Taxable | Min Taxable | null | null | MinTaxable numeric(10) Integer |
Max Taxable | Max Taxable | null | null | MaxTaxable numeric(10) Integer |
Tax | Порез | Tax identifier | The Tax indicates the type of tax used in document line. | C_Tax_ID numeric(10) Table Direct |
Invoiced | Фактурисанo | Is this invoiced? | If selected, invoices are created | IsInvoiced character(1) Yes-No |