Merge branch 'sales'

This commit is contained in:
Ahmed Bouhuolia
2020-09-30 20:39:41 +02:00
96 changed files with 4975 additions and 1695 deletions

View File

@@ -73,6 +73,7 @@ export default {
new_currency: 'New Currency',
currency_name: 'Currency Name',
currency_code: 'Currency Code',
select_currency_code: 'select Currency Code',
edit_exchange_rate: 'Edit Exchange Rate',
new_exchange_rate: 'New Exchange Rate',
delete_exchange_rate: 'Delete Exchange Rate',
@@ -393,6 +394,9 @@ export default {
base_currency_: 'Base currency',
date_format_: 'Date format',
category_name_: 'Category name',
sell_account_: 'Sell account',
cost_account_: 'Cost account',
inventory_account_: 'Inventory account',
view_name_: 'View name',
time_zone: 'Time zone',
location: 'Location',
@@ -550,7 +554,6 @@ export default {
"Once you delete these journalss, you won't be able to retrieve them later. Are you sure you want to delete them?",
once_delete_this_journal_you_will_able_to_restore_it: `Once you delete this journal, you won\'t be able to restore it later. Are you sure you want to delete ?`,
the_expense_is_already_published: 'The expense is already published.',
accounts_without_zero_balance: 'Accounts without zero-balance',
accounts_with_transactions: 'Accounts with transactions',
include_accounts_once_has_transactions_on_given_date_period:
@@ -605,6 +608,10 @@ export default {
due_date_: 'Due date',
invoice_message: 'Invoice Message',
reference_no: 'Reference No',
invocie_number: 'Invoice Number',
invoice_amount: 'Invoice Amount',
amount_due: 'Amount Due',
payment_amount: 'Payment Amount',
edit_invoice: 'Edit Invoice',
delete_invoice: 'Delete Invoice',
new_invoice: 'New Invoice',
@@ -661,16 +668,26 @@ export default {
the_bill_has_been_successfully_deleted:
'The bill has been successfully deleted.',
once_delete_this_bill_you_will_able_to_restore_it: `Once you delete this bill, you won\'t be able to restore it later. Are you sure you want to delete this bill?`,
deposit_to: 'Deposit to',
edit_payment_receive: 'Edit Payment Receive',
delete_payment_receive: 'Delete Payment Receive',
payment_Receive_list: 'Payment Receive List',
payment_receive: 'Payment Receive',
new_payment_receive: 'New Payment Receive',
payment_receives: 'Payment Receives',
payment_receive_no: 'Payment Receive #',
payment_receive_no_: 'Payment receive no',
receive_amount: 'Receive Amount',
receive_amount_: 'Receive amount',
the_payment_receive_has_been_successfully_created:
'The payment receive has been successfully created.',
the_payment_receive_has_been_successfully_deleted:
'The payment receive has been successfully deleted.',
the_payment_receive_has_been_successfully_edited:
'The payment receive #{number} has been successfully edited.',
once_delete_this_payment_receive_you_will_able_to_restore_it: `Once you delete this payment receive, you won\'t be able to restore it later. Are you sure you want to delete this payment receive?`,
select_invoice: 'Select Invoice',
payment_mades: 'Payment Mades',
subscription: 'Subscription',
plan_slug: 'Plan slug',
billing: 'Billing',
@@ -696,4 +713,31 @@ export default {
license_number: 'License number',
subscribe: 'Subscribe',
year_per: 'year',
payment_made: 'Payment Made',
edit_payment_made: 'Edit Payment Made',
delete_payment_made: 'Delete Payment Made',
vendor_name: 'Vendor Name',
payment_number: 'Payment Number',
payment_no: 'Payment Number #',
vendor_name_: 'Vendor name',
bill_amount: 'Bill Amount',
payment_account_: 'Payment account',
payment_no_: 'Payment number',
new_payment_made: 'New Payment Made',
payment_made_list: 'Payment Made List',
payment_account: 'Payment Account',
select_vender_account: 'Select Vender Account',
select_payment_account: 'Select Payment Account',
the_payment_made_has_been_successfully_edited:
'The payment made has been successfully edited.',
the_payment_made_has_been_successfully_created:
'The payment made has been successfully created.',
the_payment_made_has_been_successfully_deleted:
'The payment made has been successfully deleted.',
once_delete_this_payment_made_you_will_able_to_restore_it: `Once you delete this payment made, you won\'t be able to restore it later. Are you sure you want to delete this payment made?`,
sellable: 'Sellable',
purchasable: 'Purchasable',
sell_account: 'Sell Account',
cost_account: 'Cost Account',
inventory_account: 'Inventory Account',
};