Merge branch 'feature/landed-cost' of https://github.com/abouolia/Ratteb into feature/landed-cost

This commit is contained in:
a.bouhuolia
2021-07-25 04:00:06 +02:00
20 changed files with 294 additions and 163 deletions

View File

@@ -1126,22 +1126,25 @@
"manual_journal_number": "Manual journal {number}",
"conditions_and_terms": "Conditions and terms",
"allocate_landed_coast": "Allocate landed cost",
"transaction_date":"Transaction date",
"transaction_type":"Transaction type",
"transaction_id":"Transaction #",
"transaction_number":"Transaction number",
"transaction_line":"Transaction line",
"allocation_method":"Allocation method",
"valuation":"Valuation",
"select_transaction":"Select transaction account",
"details":"Details",
"located_landed_cost":"Located Landed Cost",
"delete_transaction":"Delete transaction",
"transaction_date": "Transaction date",
"transaction_type": "Transaction type",
"transaction_id": "Transaction #",
"transaction_number": "Transaction number",
"transaction_line": "Transaction line",
"allocation_method": "Allocation method",
"valuation": "Valuation",
"select_transaction": "Select transaction account",
"details": "Details",
"located_landed_cost": "Located Landed Cost",
"delete_transaction": "Delete transaction",
"all_items": "All items",
"Specific items": "Specific items",
"Selected contacts": "Selected contacts",
"All contacts": "All contacts",
"Selected items ({count})": "Selected items ({count})",
"All items": "All items",
"No items": "No items"
"No items": "No items",
"cannot_delete_bill_that_has_associated_landed_cost_transactions": "Cannot delete bill that has associated landed cost transactions.",
"couldn_t_delete_expense_transaction_has_associated_located_landed_cost_transaction": "Couldn't delete expense transaction has associated located landed cost transaction",
"the_landed_cost_has_been_created_successfully": "The landed cost has been created successfully"
}