-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Additional information on purchase order
- Loading branch information
1 parent
9315413
commit 8e31cc9
Showing
13 changed files
with
174 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,49 @@ | ||
{ | ||
"PURCHASES" : { | ||
"ORDER" : "Purchase order", | ||
"PAGE_TITLE" : "Purchases", | ||
"PAYMENT_METHOD" : "Payment Method", | ||
"PAYMENT_METHOD_EXPLANATION" : "This field provides the agreed payment conditions of the purchase order. A purchase can either be paid up front, at delivery, or in some other combination of payments.", | ||
"ERRORS" : { | ||
"INVALID_ITEMS" : "Some of the purchase order items have errors. Please correct these mistakes and resubmit the purchase order.", | ||
"INVALID_ACCOUNTS" : "Some of the items selected for purchase are missing critical accounts. Please confirm that all inventory items have a COGS account and a stock account." | ||
"PURCHASES": { | ||
"ORDER": "Purchase order", | ||
"PAGE_TITLE": "Purchases", | ||
"PAYMENT_METHOD": "Payment Method", | ||
"PAYMENT_METHOD_EXPLANATION": "This field provides the agreed payment conditions of the purchase order. A purchase can either be paid up front, at delivery, or in some other combination of payments.", | ||
"ERRORS": { | ||
"INVALID_ITEMS": "Some of the purchase order items have errors. Please correct these mistakes and resubmit the purchase order.", | ||
"INVALID_ACCOUNTS": "Some of the items selected for purchase are missing critical accounts. Please confirm that all inventory items have a COGS account and a stock account." | ||
}, | ||
"RECEIPT" : { | ||
"TITLE" : "Purchase Order Receipt", | ||
"SUCCESS" : "Purchase Order created." | ||
"RECEIPT": { | ||
"TITLE": "Purchase Order Receipt", | ||
"SUCCESS": "Purchase Order created." | ||
}, | ||
"STATUS" : { | ||
"CANCELLED" : "Cancelled", | ||
"CANCELLED_DESC" : "The purchase order has been cancelled", | ||
"CONFIRMED" : "Confirmed", | ||
"CONFIRMED_DESC" : "The purchase order has been confirmed by the supplier that it can be delivered", | ||
"EXCESSIVE_RECEIVED_QUANTITY" : "The purchase order has been received but with excessive quantity", | ||
"NOT_RECEIVED" : "Not Received", | ||
"NOT_RECEIVED_DESC" : "The purchase order products are not yet in stock", | ||
"PARTIALLY_RECEIVED" : "Partially Received", | ||
"RECEIVED" : "Received in Stock", | ||
"RECEIVED_DESC" : "The purchase order has been completed and products are in stock", | ||
"WAITING_CONFIRMATION" : "Waiting confirmation", | ||
"WAITING_CONFIRMATION_DESC" : "The supplier has not confirmed that the purchase order can be delivered" | ||
} | ||
"STATUS": { | ||
"CANCELLED": "Cancelled", | ||
"CANCELLED_DESC": "The purchase order has been cancelled", | ||
"CONFIRMED": "Confirmed", | ||
"CONFIRMED_DESC": "The purchase order has been confirmed by the supplier that it can be delivered", | ||
"EXCESSIVE_RECEIVED_QUANTITY": "The purchase order has been received but with excessive quantity", | ||
"NOT_RECEIVED": "Not Received", | ||
"NOT_RECEIVED_DESC": "The purchase order products are not yet in stock", | ||
"PARTIALLY_RECEIVED": "Partially Received", | ||
"RECEIVED": "Received in Stock", | ||
"RECEIVED_DESC": "The purchase order has been completed and products are in stock", | ||
"WAITING_CONFIRMATION": "Waiting confirmation", | ||
"WAITING_CONFIRMATION_DESC": "The supplier has not confirmed that the purchase order can be delivered" | ||
}, | ||
"INFO": { | ||
"PURCHASE_NUMBER": "Purchase Number", | ||
"PRF_NUMBER": "PRF Number", | ||
"CONTACT_NAME": "Contact", | ||
"CONTACT_PHONE": "Phone", | ||
"CONTACT_TITLE": "Title", | ||
"DELIVERY_LOCATION": "Delivery Location", | ||
"DELIVERY_DATE": "Delivery Date", | ||
"DELIVERY_CONDITION": "Delivery Condition", | ||
"PAYMENT_CONDITION": "Payment Condition", | ||
"SPECIAL_INSTRUCTION": "Special Instruction", | ||
"REQUESTED_BY": "Requested by", | ||
"APPROVED_BY": "Approved by", | ||
"APPROVED_TWO_BY": "Second Approval", | ||
"SIGNATURE": "Signature", | ||
"DATE": "Date", | ||
"TITLE": "Title", | ||
"SUPPLIER_OBLIGATION": "The supplier is required to sign and return a copy of this purchase order:" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.