Translations by Nicola Riolini - Micronaet

Nicola Riolini - Micronaet has submitted the following strings to this translation. Contributions are visually coded: currently used translations, unreviewed suggestions, rejected suggestions.

142 of 42 results
1.
<p class="oe_view_nocontent_create"> Click to create Accounting Test. </p>
2014-10-12
<p class="oe_view_nocontent_create"> Cliccare per creare test contabile. </p>
2.
Accounting Tests
2014-10-12
Test contabili
3.
Accouting tests on
2014-10-12
Test contabile su
4.
Active
2014-10-12
Attivo
5.
Check if movement lines are balanced and have the same date and period
2014-10-12
Controlla se le righe movimento sono a saldo e hanno la stessa data del periodo
6.
Check if the balance of the new opened fiscal year matches with last year's balance
2014-10-12
Controlla se nel bilancio del nuovo anno fiscale aperto coincide con la fine del bilancio dell'ultimo anno
7.
Check if the totally reconciled movements are balanced
2014-10-12
Controlla se i movimenti totalmente riconciliati sono saldati
8.
Check on bank statement that the Closing Balance = Starting Balance + sum of statement lines
2014-10-12
Controllo sull'estratto conto bancario che il bilancio di chiusura sia uguale al bilancio iniziale più la somma delle righe presenti
9.
Check that general accounts and partners on account moves are active
2014-10-12
Controlla che la contabilità generale e i partner sui movimenti contabili siano attivi
10.
Check that paid/reconciled invoices are not in 'Open' state
2014-10-12
Controlla che le fatture riconciliate / pagate non siano nello stato di 'aperte'
11.
Check that reconciled account moves, that define Payable and Receivable accounts, are belonging to reconciled invoices
2014-10-12
Controlla che i movimenti contabili riconciliati, che definiscono i conti Debiti e Crediti, appartengano alle fatture riconciliate
12.
Check that reconciled invoice for Sales/Purchases has reconciled entries for Payable and Receivable Accounts
2014-10-12
Controlla che le fatture riconciliate per Vendite / Acquisti abbiano voci riconciliate per i conti Debiti e Crediti
13.
Check that there's no move for any account with « View » account type
2014-10-12
Controla che non ci siano movimenti per nessun account con tipo di conto « Vista »
14.
Check the balance: Debit sum = Credit sum
2014-10-12
Controlla che il saldo sia: Somma debiti = Somma crediti
15.
Code Help
2014-10-12
Aiuto codice
16.
Code should always set a variable named `result` with the result of your test, that can be a list or a dictionary. If `result` is an empty list, it means that the test was succesful. Otherwise it will try to translate and print what is inside `result`. If the result of your test is a dictionary, you can set a variable named `column_order` to choose in what order you want to print `result`'s content. Should you need them, you can also use the following variables into your code: * cr: cursor to the database * uid: ID of the current user In any ways, the code must be legal python statements with correct indentation (if needed). Example: sql = '''SELECT id, name, ref, date FROM account_move_line WHERE account_id IN (SELECT id FROM account_account WHERE type = 'view') ''' cr.execute(sql) result = cr.dictfetchall()
2014-10-12
Il codice dovrebbe sempre impostare una variabile nominata 'risultato' con l'esito del test, può essere una lista o un dizionario. Se 'risultato' è una lista vuota significa che il test ha avuto successo. Altrimenti cercherà di tradurre e stampare il contenuto dentro il 'risultato'. Se il risultato del vostro test è un dizionario potete impostare delle variabili chiamate "column_order" per schegliere in che ordine vorrete stamapre il "risultato" contenuto. Nel caso vi servano potrete ance accedere alle sequenti variabili all'interno del vosto codice: * cr: cursore del database * uid: ID dell'utente corrente In ogni caso il codice deve essere una dichiarazione corretta in python con la corretta indentazione (se necessaria). Esempio: sql = '''SELECT id, name, ref, date FROM account_move_line WHERE account_id IN (SELECT id FROM account_account WHERE type = 'view') ''' cr.execute(sql) result = cr.dictfetchall()
17.
Created by
2014-10-12
Creato da
18.
Created on
2014-10-12
Creato il
19.
Description
2014-10-12
Descrizione
20.
Description:
2014-10-12
Descrizione:
21.
Expression
2014-10-12
Espressione
22.
ID
2014-10-12
ID
23.
Last Updated by
2014-10-12
Ultimo modifica fatta da
24.
Last Updated on
2014-10-12
Ultima modifica il
25.
Name:
2014-10-12
Nome:
26.
Python Code
2014-10-12
Codice Python
27.
Python code
2014-10-12
Codice Python
28.
Sequence
2014-10-12
Sequenza
29.
Test 1: General balance
2014-10-12
Test 1: Bilancio generale
30.
Test 2: Opening a fiscal year
2014-10-12
Test 2: Aprire un anno fiscale
31.
Test 3: Movement lines
2014-10-12
Test 3: Linee movinenti
32.
Test 4: Totally reconciled mouvements
2014-10-12
Test 4: Movimenti totalmente riconciliati
33.
Test 5.1 : Payable and Receivable accountant lines of reconciled invoices
2014-10-12
Test 5.1  : Righe conti Crediti e Deviti di fatture riconciliate
34.
Test 5.2 : Reconcilied invoices and Payable/Receivable accounts
2014-10-12
Test 5.2  : Fatture riconciliate conti Deviti / Crediti
35.
Test 6 : Invoices status
2014-10-12
Test 6 : Stato fatture
36.
Test 7: « View  » account type
2014-10-12
Test 7: Tipo di conto « Vista  »
37.
Test 8 : Closing balance on bank statements
2014-10-12
Test 8: Bilancio di chiusura e estratto bancario
38.
Test 9 : Accounts and partners on account moves
2014-10-12
Test 9: Conti e partner su movimenti conto
39.
Test Description
2014-10-12
Descrizione test
40.
Test Name
2014-10-12
Nome del test
41.
Tests
2014-10-12
Test
42.
The test was passed successfully
2014-10-12
Il test è stato passato con successo