Банково извлечение (прозорец ID-194)
прозорец: Банково извлечение
описание: Обработка на банкови извлечения
помощ: The Process Bank Statements window allows you to reconcile your Bank Statements. You can either enter the line items from the statement in the Statement Line tab or select the 'Create From' button to automatically generate the statement from all unreconciled payments to this bank account. Once you have completed reconciling, select the 'Process Statement' button to mark the payments as reconciled and update the appropriate GL accounts.
TAB: Банково извлечение
описание: Банково извлечение
помощ The Bank Statement Tab defines the Bank Statement to be reconciled.
Файл:Банково извлечение - Банково извлечение - прозорец (iDempiere 1.0.0).png
име | име | описание | помощ | спецификации |
---|---|---|---|---|
Client | Фирма | Фирма | Фирма | AD_Client_ID numeric(10) NOT NULL 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) NOT NULL Table Direct |
Bank Account | Банкова сметка | Сметка в банката | The Bank Account identifies an account at this Bank. | C_BankAccount_ID numeric(10) NOT NULL Table Direct |
Name | Наименование | Не повече от 60 знака | 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 |
Statement date | Дата на отчета | Date of processing a statement | The Statement Date field defines the date of the statement being processed. | StatementDate timestamp without time zone NOT NULL Date |
Description | Описание | Описание (не повече 255 символа) | A description is limited to 255 characters. | Description character varying(255) String |
Active | Активен | Записа е активен | Всеки запис може да бъде напълно изтрит или направен неактивен (при неактивност записа няма да бъде достъпен) | IsActive character(1) NOT NULL Yes-No |
Manual | Ръчно | This is a manual process | The Manual check box indicates if the process will done manually. | IsManual character(1) NOT NULL Yes-No |
Beginning Balance | Начален баланс | Начален баланс | The Beginning Balance is the balance prior to making any adjustments for payments or disbursements. | BeginningBalance numeric Amount |
Create lines from | Създава редове от | Създава редове от съществуващ документ | The Create From process will create a new document based on information in an existing document selected by the user. | CreateFrom character(1) Button |
Statement difference | Statement difference | Difference between statement ending balance and actual ending balance | The Statement Difference reflects the difference between the Statement Ending Balance and the Actual Ending Balance. | StatementDifference numeric Amount |
Match Bank Statement | Match Bank Statement | Match Bank Statement Info to Business Partners, Invoices and Payments | null | MatchStatement character(1) Button |
Ending balance | Краен баланс | Краен баланс | The Ending Balance is the result of adjusting the Beginning Balance by any payments or disbursements. | EndingBalance numeric NOT NULL Amount |
EFT Statement Reference | EFT Statement Reference | Electronic Funds Transfer Statement Reference | Information from EFT media | EftStatementReference character varying(60) String |
EFT Statement Date | EFT Statement Date | Electronic Funds Transfer Statement Date | Information from EFT media | EftStatementDate timestamp without time zone Date |
Document Status | Състояние на документа | Състояние на документа | Това поле показва настоящото състояние на документа. Ако искате да промените това състояние, използвайте полето за действие върху документа. | DocStatus character(2) NOT NULL List |
Process Statement | Обработка на изисквания | null | null | DocAction character(2) NOT NULL Button |
Approved | Подтвърждение | Показва има ли необходимост от подтвърждение на този документ | The Approved checkbox indicates if this document requires approval before it can be processed. | IsApproved character(1) NOT NULL Yes-No |
Posted | Разнасяне | Състояние на документа | Това поле показва състоянието на генериране на счетоводни разнасяния | Posted character(1) NOT NULL Button |
TAB: Ред в извлечението
описание: Ред в извлечението
помощ The Statement Line Tab defines the individual line items on the Bank Statement. They can be entered manually or generated from payments entered.
Файл:Банково извлечение - Ред в извлечението - прозорец (iDempiere 1.0.0).png
име | име | описание | помощ | спецификации |
---|---|---|---|---|
Client | Фирма | Фирма | Фирма | AD_Client_ID numeric(10) NOT NULL 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) NOT NULL Table Direct |
Bank Statement | Банково извлечение | Банков отчет за сметката | The Bank Statement identifies a unique Bank Statement for a defined time period. The statement defines all transactions that occurred | C_BankStatement_ID numeric(10) NOT NULL Table Direct |
Line No | Ред No | Номер на реда на документа | Indicates the unique line for a document. It will also control the display order of the lines within a document. | Line numeric(10) NOT NULL Integer |
Description | Описание | Описание (не повече 255 символа) | A description is limited to 255 characters. | Description character varying(255) String |
Active | Активен | Записа е активен | Всеки запис може да бъде напълно изтрит или направен неактивен (при неактивност записа няма да бъде достъпен) | IsActive character(1) NOT NULL Yes-No |
Manual | Ръчно | This is a manual process | The Manual check box indicates if the process will done manually. | IsManual character(1) NOT NULL Yes-No |
Statement Line Date | Statement Line Date | Date of the Statement Line | null | StatementLineDate timestamp without time zone NOT NULL Date |
Account Date | Дата осчетоводяване | Дата на осчетоводяване на фактурата | The Accounting Date indicates the date to be used on the General Ledger account entries generated from this document. It is also used for any currency conversion. | DateAcct timestamp without time zone NOT NULL Date |
Effective date | Дата на паричните постъпления | Дата на паричните постъпления | The Effective Date indicates the date that money is available from the bank. | ValutaDate timestamp without time zone NOT NULL Date |
Statement amount | Statement amount | Statement amount | The Statement Amount indicates the amount of a single statement line. | StmtAmt numeric NOT NULL Amount |
Payment | Плащане | Идентификатор на плащане | The Payment is a unique identifier of this payment. | C_Payment_ID numeric(10) Search |
Transaction Amount | Сума на сделката | Amount of a transaction | The Transaction Amount indicates the amount for a single transaction. | TrxAmt numeric NOT NULL Amount |
Currency | Валута | Валута | Indicates the Currency to be used when processing or reporting on this record | C_Currency_ID numeric(10) NOT NULL Table Direct |
Charge amount | Размер на такса | Размер на такса | The Charge Amount indicates the amount for an additional charge. | ChargeAmt numeric NOT NULL Amount |
Charge | Такса | Допълнителни разходи | The Charge indicates a type of Charge (Handling, Shipping, Restocking) | C_Charge_ID numeric(10) Table Direct |
Interest Amount | Сума на лих.процент | Сума на лих.процент | The Interest Amount indicates any interest charged or received on a Bank Statement. | InterestAmt numeric NOT NULL Amount |
Reference No | Референтен номер | Вашият номер при бизнес партньора ви | The reference number can be printed on orders and invoices to allow your business partner to faster identify your records. | ReferenceNo character varying(40) String |
Memo | Memo | Memo Text | null | Memo character varying(255) String |
Match Bank Statement | Match Bank Statement | Match Bank Statement Info to Business Partners, Invoices and Payments | null | MatchStatement character(1) Button |
Create Payment | Create Payment | Create Payment from Bank Statement Info | null | CreatePayment character(1) Button |
Business Partner | Партньор | Партньор | Партньорът е всеки, с когото работите. Това може да означава Доставчик, Клиент, Служител или Търговски представител. | C_BPartner_ID numeric(10) Search |
Invoice | Фактура | Фактура | The Invoice Document. | C_Invoice_ID numeric(10) Search |
EFT Trx ID | EFT Trx ID | Electronic Funds Transfer Transaction ID | Information from EFT media | EftTrxID character varying(40) String |
EFT Trx Type | EFT Trx Type | Electronic Funds Transfer Transaction Type | Information from EFT media | EftTrxType character varying(20) String |
EFT Check No | EFT Check No | Electronic Funds Transfer Check No | Information from EFT media | EftCheckNo character varying(20) String |
EFT Reference | EFT Reference | Electronic Funds Transfer Reference | Information from EFT media | EftReference character varying(60) String |
EFT Memo | EFT Memo | Electronic Funds Transfer Memo | Information from EFT media | EftMemo character varying(2000) String |
EFT Payee | EFT Payee | Electronic Funds Transfer Payee information | Information from EFT media | EftPayee character varying(255) String |
EFT Payee Account | EFT Payee Account | Electronic Funds Transfer Payyee Account Information | Information from EFT media | EftPayeeAccount character varying(40) String |
EFT Statement Line Date | EFT Statement Line Date | Electronic Funds Transfer Statement Line Date | Information from EFT media | EftStatementLineDate timestamp without time zone Date |
EFT Effective Date | EFT Effective Date | Electronic Funds Transfer Valuta (effective) Date | Information from EFT media | EftValutaDate timestamp without time zone Date |
EFT Currency | EFT Currency | Electronic Funds Transfer Currency | Information from EFT media | EftCurrency character varying(20) String |
EFT Amount | EFT Amount | Electronic Funds Transfer Amount | null | EftAmt numeric Amount |