mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-08-30 23:20:34 -04:00
Updated texts and resolved multi-contact bug
This commit is contained in:
parent
04da12cecd
commit
6d02510bb3
@ -469,5 +469,13 @@ return array(
|
|||||||
'payment_footer1' => '*Billing address must match address accociated with credit card.',
|
'payment_footer1' => '*Billing address must match address accociated with credit card.',
|
||||||
'payment_footer2' => '*Please click "PAY NOW" only once - transaction may take up to 1 minute to process.',
|
'payment_footer2' => '*Please click "PAY NOW" only once - transaction may take up to 1 minute to process.',
|
||||||
|
|
||||||
|
'id_number' => 'ID Number',
|
||||||
|
'white_label_link' => 'Purchase white label license',
|
||||||
|
'white_label_text' => 'Purchase a white label license for $10.00 to remove the Invoice Ninja branding from the top of the client pages.',
|
||||||
|
'white_label_header' => 'White Label',
|
||||||
|
'bought_white_label' => 'Successfully enabled white label license',
|
||||||
|
'white_labeled' => 'White labeled',
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
);
|
);
|
||||||
|
@ -459,6 +459,12 @@ return array(
|
|||||||
'payment_footer2' => '*Please click "PAY NOW" only once - transaction may take up to 1 minute to process.',
|
'payment_footer2' => '*Please click "PAY NOW" only once - transaction may take up to 1 minute to process.',
|
||||||
'vat_number' => 'Vat Number',
|
'vat_number' => 'Vat Number',
|
||||||
|
|
||||||
|
'id_number' => 'ID Number',
|
||||||
|
'white_label_link' => 'Purchase white label license',
|
||||||
|
'white_label_text' => 'Purchase a white label license for $10.00 to remove the Invoice Ninja branding from the top of the client pages.',
|
||||||
|
'white_label_header' => 'White Label',
|
||||||
|
'bought_white_label' => 'Successfully enabled white label license',
|
||||||
|
'white_labeled' => 'White labeled',
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -459,9 +459,7 @@ return array(
|
|||||||
'bought_designs' => 'Successfully added additional invoice designs',
|
'bought_designs' => 'Successfully added additional invoice designs',
|
||||||
'sent' => 'sent',
|
'sent' => 'sent',
|
||||||
|
|
||||||
'id_number' => 'ID Number',
|
|
||||||
'vat_number' => 'VAT Number',
|
'vat_number' => 'VAT Number',
|
||||||
|
|
||||||
'timesheets' => 'Timesheets',
|
'timesheets' => 'Timesheets',
|
||||||
|
|
||||||
'payment_title' => 'Enter Your Billing Address and Credit Card information',
|
'payment_title' => 'Enter Your Billing Address and Credit Card information',
|
||||||
@ -469,10 +467,11 @@ return array(
|
|||||||
'payment_footer1' => '*Billing address must match address accociated with credit card.',
|
'payment_footer1' => '*Billing address must match address accociated with credit card.',
|
||||||
'payment_footer2' => '*Please click "PAY NOW" only once - transaction may take up to 1 minute to process.',
|
'payment_footer2' => '*Please click "PAY NOW" only once - transaction may take up to 1 minute to process.',
|
||||||
|
|
||||||
|
'id_number' => 'ID Number',
|
||||||
'white_label_link' => 'Purchase white label license',
|
'white_label_link' => 'Purchase white label license',
|
||||||
'white_label_text' => 'Purchase a white label license for $10.00 to remove the Invoice Ninja branding from the top of the client pages.',
|
'white_label_text' => 'Purchase a white label license for $10.00 to remove the Invoice Ninja branding from the top of the client pages.',
|
||||||
'white_label_header' => 'White Label',
|
'white_label_header' => 'White Label',
|
||||||
'bought_white_label' => 'Successfully enabled white label license',
|
'bought_white_label' => 'Successfully enabled white label license',
|
||||||
'white_labeled' => 'White labeled'
|
'white_labeled' => 'White labeled',
|
||||||
|
|
||||||
);
|
);
|
||||||
|
@ -439,6 +439,12 @@ return array(
|
|||||||
'payment_footer2' => '*Please click "PAY NOW" only once - transaction may take up to 1 minute to process.',
|
'payment_footer2' => '*Please click "PAY NOW" only once - transaction may take up to 1 minute to process.',
|
||||||
'vat_number' => 'Vat Number',
|
'vat_number' => 'Vat Number',
|
||||||
|
|
||||||
|
'id_number' => 'ID Number',
|
||||||
|
'white_label_link' => 'Purchase white label license',
|
||||||
|
'white_label_text' => 'Purchase a white label license for $10.00 to remove the Invoice Ninja branding from the top of the client pages.',
|
||||||
|
'white_label_header' => 'White Label',
|
||||||
|
'bought_white_label' => 'Successfully enabled white label license',
|
||||||
|
'white_labeled' => 'White labeled',
|
||||||
|
|
||||||
|
|
||||||
);
|
);
|
@ -459,5 +459,12 @@ return array(
|
|||||||
'payment_footer1' => '*Billing address must match address accociated with credit card.',
|
'payment_footer1' => '*Billing address must match address accociated with credit card.',
|
||||||
'payment_footer2' => '*Please click "PAY NOW" only once - transaction may take up to 1 minute to process.',
|
'payment_footer2' => '*Please click "PAY NOW" only once - transaction may take up to 1 minute to process.',
|
||||||
'vat_number' => 'Vat Number',
|
'vat_number' => 'Vat Number',
|
||||||
|
|
||||||
|
'id_number' => 'ID Number',
|
||||||
|
'white_label_link' => 'Purchase white label license',
|
||||||
|
'white_label_text' => 'Purchase a white label license for $10.00 to remove the Invoice Ninja branding from the top of the client pages.',
|
||||||
|
'white_label_header' => 'White Label',
|
||||||
|
'bought_white_label' => 'Successfully enabled white label license',
|
||||||
|
'white_labeled' => 'White labeled',
|
||||||
|
|
||||||
);
|
);
|
@ -460,6 +460,13 @@ return array(
|
|||||||
'payment_footer1' => '*Billing address must match address accociated with credit card.',
|
'payment_footer1' => '*Billing address must match address accociated with credit card.',
|
||||||
'payment_footer2' => '*Please click "PAY NOW" only once - transaction may take up to 1 minute to process.',
|
'payment_footer2' => '*Please click "PAY NOW" only once - transaction may take up to 1 minute to process.',
|
||||||
'vat_number' => 'Vat Number',
|
'vat_number' => 'Vat Number',
|
||||||
|
'id_number' => 'ID Number',
|
||||||
|
|
||||||
|
'white_label_link' => 'Purchase white label license',
|
||||||
|
'white_label_text' => 'Purchase a white label license for $10.00 to remove the Invoice Ninja branding from the top of the client pages.',
|
||||||
|
'white_label_header' => 'White Label',
|
||||||
|
'bought_white_label' => 'Successfully enabled white label license',
|
||||||
|
'white_labeled' => 'White labeled',
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -469,7 +469,13 @@ return array(
|
|||||||
'payment_footer1' => '*Billing address must match address accociated with credit card.',
|
'payment_footer1' => '*Billing address must match address accociated with credit card.',
|
||||||
'payment_footer2' => '*Please click "PAY NOW" only once - transaction may take up to 1 minute to process.',
|
'payment_footer2' => '*Please click "PAY NOW" only once - transaction may take up to 1 minute to process.',
|
||||||
'vat_number' => 'Vat Number',
|
'vat_number' => 'Vat Number',
|
||||||
|
'id_number' => 'ID Number',
|
||||||
|
|
||||||
|
'white_label_link' => 'Purchase white label license',
|
||||||
|
'white_label_text' => 'Purchase a white label license for $10.00 to remove the Invoice Ninja branding from the top of the client pages.',
|
||||||
|
'white_label_header' => 'White Label',
|
||||||
|
'bought_white_label' => 'Successfully enabled white label license',
|
||||||
|
'white_labeled' => 'White labeled',
|
||||||
|
|
||||||
|
|
||||||
);
|
);
|
||||||
|
@ -467,6 +467,13 @@ return array(
|
|||||||
'payment_footer1' => '*Billing address must match address accociated with credit card.',
|
'payment_footer1' => '*Billing address must match address accociated with credit card.',
|
||||||
'payment_footer2' => '*Please click "PAY NOW" only once - transaction may take up to 1 minute to process.',
|
'payment_footer2' => '*Please click "PAY NOW" only once - transaction may take up to 1 minute to process.',
|
||||||
'vat_number' => 'Vat Number',
|
'vat_number' => 'Vat Number',
|
||||||
|
'id_number' => 'ID Number',
|
||||||
|
|
||||||
|
'white_label_link' => 'Purchase white label license',
|
||||||
|
'white_label_text' => 'Purchase a white label license for $10.00 to remove the Invoice Ninja branding from the top of the client pages.',
|
||||||
|
'white_label_header' => 'White Label',
|
||||||
|
'bought_white_label' => 'Successfully enabled white label license',
|
||||||
|
'white_labeled' => 'White labeled',
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -461,6 +461,13 @@ return array(
|
|||||||
'payment_footer1' => '*Billing address must match address accociated with credit card.',
|
'payment_footer1' => '*Billing address must match address accociated with credit card.',
|
||||||
'payment_footer2' => '*Please click "PAY NOW" only once - transaction may take up to 1 minute to process.',
|
'payment_footer2' => '*Please click "PAY NOW" only once - transaction may take up to 1 minute to process.',
|
||||||
'vat_number' => 'Vat Number',
|
'vat_number' => 'Vat Number',
|
||||||
|
'id_number' => 'ID Number',
|
||||||
|
|
||||||
|
'white_label_link' => 'Purchase white label license',
|
||||||
|
'white_label_text' => 'Purchase a white label license for $10.00 to remove the Invoice Ninja branding from the top of the client pages.',
|
||||||
|
'white_label_header' => 'White Label',
|
||||||
|
'bought_white_label' => 'Successfully enabled white label license',
|
||||||
|
'white_labeled' => 'White labeled',
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -449,6 +449,13 @@ return array(
|
|||||||
'payment_footer1' => '*Billing address must match address accociated with credit card.',
|
'payment_footer1' => '*Billing address must match address accociated with credit card.',
|
||||||
'payment_footer2' => '*Please click "PAY NOW" only once - transaction may take up to 1 minute to process.',
|
'payment_footer2' => '*Please click "PAY NOW" only once - transaction may take up to 1 minute to process.',
|
||||||
'vat_number' => 'Vat Number',
|
'vat_number' => 'Vat Number',
|
||||||
|
'id_number' => 'ID Number',
|
||||||
|
|
||||||
|
'white_label_link' => 'Purchase white label license',
|
||||||
|
'white_label_text' => 'Purchase a white label license for $10.00 to remove the Invoice Ninja branding from the top of the client pages.',
|
||||||
|
'white_label_header' => 'White Label',
|
||||||
|
'bought_white_label' => 'Successfully enabled white label license',
|
||||||
|
'white_labeled' => 'White labeled',
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1245,7 +1245,9 @@
|
|||||||
self.mapping = {
|
self.mapping = {
|
||||||
'contacts': {
|
'contacts': {
|
||||||
create: function(options) {
|
create: function(options) {
|
||||||
return new ContactModel(options.data);
|
var model = new ContactModel(options.data);
|
||||||
|
model.send_invoice(options.data.send_invoice == '1');
|
||||||
|
return model;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -1526,7 +1528,9 @@
|
|||||||
var client = clients[i];
|
var client = clients[i];
|
||||||
for (var j=0; j<client.contacts.length; j++) {
|
for (var j=0; j<client.contacts.length; j++) {
|
||||||
var contact = client.contacts[j];
|
var contact = client.contacts[j];
|
||||||
contact.send_invoice = contact.is_primary;
|
if (contact.is_primary) {
|
||||||
|
contact.send_invoice = true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
clientMap[client.public_id] = client;
|
clientMap[client.public_id] = client;
|
||||||
$clientSelect.append(new Option(getClientDisplayName(client), client.public_id));
|
$clientSelect.append(new Option(getClientDisplayName(client), client.public_id));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user