IO-1205 IO-1207 IO-1204 Minor UI Updates.

This commit is contained in:
Patrick Fic
2021-06-14 10:44:05 -07:00
parent 8d74ef275e
commit 3ab31c8bee
3 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
<babeledit_project version="1.2" be_version="2.7.1">
<babeledit_project be_version="2.7.1" version="1.2">
<!--
BabelEdit project file

View File

@@ -139,7 +139,7 @@ export function PartsOrderListTableComponent({
</Button>
</Popconfirm>
<Button
disabled={jobRO}
disabled={jobRO ? !record.return : jobRO}
onClick={() => {
logImEXEvent("parts_order_receive_bill");

View File

@@ -156,7 +156,7 @@
"markforreexport": "Mark for Re-export",
"new": "New Bill",
"noneselected": "No bill selected.",
"onlycmforinvoiced": "Only credit memos can be entered for any job that has been invoiced.",
"onlycmforinvoiced": "Only credit memos can be entered for any job that has been invoiced, exported, or voided.",
"retailtotal": "Bills Retail Total",
"state_tax": "Provincial/State Tax",
"subtotal": "Subtotal",
@@ -165,7 +165,7 @@
"successes": {
"created": "Invoice added successfully.",
"deleted": "Bill deleted successfully.",
"exported": "Bill exported successfully."
"exported": "Bill(s) exported successfully."
},
"validation": {
"manualinhouse": "Manual posting to the in house vendor is restricted. ",
@@ -1389,7 +1389,7 @@
"delete": "Job deleted successfully.",
"deleted": "Job deleted successfully.",
"duplicated": "Job duplicated successfully. ",
"exported": "Job exported successfully. ",
"exported": "Job(s) exported successfully. ",
"invoiced": "Job closed and invoiced successfully.",
"partsqueue": "Job added to parts queue.",
"save": "Job saved successfully.",
@@ -1663,7 +1663,7 @@
"totalpayments": "Total Payments"
},
"successes": {
"exported": "Payment exported successfully.",
"exported": "Payment(s) exported successfully.",
"payment": "Payment created successfully. ",
"stripe": "Credit card transaction charged successfully."
}