Added payment list to jobs BOD-146
This commit is contained in:
@@ -779,6 +779,7 @@
|
||||
"invoices": "Invoices",
|
||||
"jobs": "Jobs",
|
||||
"owners": "Owners",
|
||||
"payments": "All Payments",
|
||||
"productionlist": "Production - List",
|
||||
"schedule": "Schedule",
|
||||
"shop": "My Shop",
|
||||
@@ -915,13 +916,22 @@
|
||||
"payments": {
|
||||
"fields": {
|
||||
"amount": "Amount",
|
||||
"created_at": "Created At",
|
||||
"exportedat": "Exported At",
|
||||
"memo": "Memo",
|
||||
"transactionid": "Transaction Reference"
|
||||
"payer": "Payer",
|
||||
"stripeid": "Stripe ID",
|
||||
"transactionid": "Transaction ID"
|
||||
},
|
||||
"labels": {
|
||||
"electronicpayment": "Use Electronic Payment Processing?",
|
||||
"new": "New Payment",
|
||||
"signup": "Please contact support to sign up for electronic payments."
|
||||
"signup": "Please contact support to sign up for electronic payments.",
|
||||
"title": "Payments"
|
||||
},
|
||||
"successes": {
|
||||
"payment": "Payment created successfully. ",
|
||||
"stripe": "Credit card transaction charged successfully."
|
||||
}
|
||||
},
|
||||
"printcenter": {
|
||||
@@ -1027,6 +1037,7 @@
|
||||
"jobs-new": "Create a New Job",
|
||||
"owner-detail": "{{name}}",
|
||||
"owners": "Owners",
|
||||
"payments-all": "All Payments",
|
||||
"productionboard": "Production Board",
|
||||
"productionlist": "Production - List",
|
||||
"schedule": "Schedule",
|
||||
@@ -1054,6 +1065,7 @@
|
||||
"manageroot": "Home | $t(titles.app)",
|
||||
"owners": "All Owners | $t(titles.app)",
|
||||
"owners-detail": "{{name}} | $t(titles.app)",
|
||||
"payments-all": "Payments | $t(titles.app)",
|
||||
"productionboard": "Production - Board",
|
||||
"productionlist": "Production - List View | $t(titles.app)",
|
||||
"profile": "My Profile | $t(titles.app)",
|
||||
|
||||
Reference in New Issue
Block a user