feat: invoice status.

This commit is contained in:
elforjani3
2020-12-15 20:11:36 +02:00
parent 461e18f2a4
commit ff95008bc6
8 changed files with 200 additions and 69 deletions

View File

@@ -865,4 +865,15 @@ export default {
'The item categories has been deleted successfully .',
receivable_accounts_should_assign_with_customers:
'receivable accounts should assign with customers',
delivered: 'Delivered',
save_and_deliver: 'Save and Deliver',
deliver_and_new: 'Deliver and new',
deliver_continue_editing: 'Deliver (continue editing)',
due_in: 'Due in',
day_partially_paid: 'Day Partially paid,',
due: 'Due.',
overdue_by: 'Overdue by',
day: 'day.',
day_partially_paid: 'Day Partially paid',
paid: 'Paid',
};