Please report issues and contribute improvements on GitHub!

Template purchase-order-failure@0.1.0

Contract JavaScript ^0.10.0 edf79e90e3d0a4143887304ab4a867106ae641d3a4e13ab0552ef38a8664f552

Issues credits for late purchase orders

Download Archive Open in Template Studio

Purchase Order Failure

This clause emits a payment obligations for purchase orders that are received late.

Sample

In the event that a Purchase Order Failure causes any Product to be delivered more than 1 days after the delivery date for such Product specified in the applicable Purchase Order therefore, "Buyer Corp" shall be entitled to receive a 5.0% discount on the Actual Price for such late delivered Product which would otherwise have been payable pursuant to "Article 5". In the event that a Purchase Order Failure causes any Product to be delivered more than 2 days after the delivery date for such Product specified in the applicable Purchase Order therefore, "Buyer Corp" shall be entitled to receive a 10% discount on the Actual Price for such late delivered Product which would otherwise have been payable pursuant to "Article 5". In the event that a Purchase Order Failure causes any Product to be delivered more than 10 days, after the delivery date for such Product specified in the applicable Purchase Order therefore, "Buyer Corp" shall be entitled to receive a 50% discount on the Actual Price for such late delivered Product which would otherwise have been payable pursuant to "Article 5". Any discount amount owing to "Buyer Corp" pursuant to this "Section 3.5(c)" shall be paid by paying "Buyer Corp" such amount via electronc money transfer.
                

Model Dependencies

Technical Integration

Please refer to the Cicero documentation for details and examples of how to integrate a call to a Cicero template into your application.

View the Latest code for this template on on GitHub.

Sample Instance

{
    "$class": "com.docusign.clauses.PurchaseOrderFailure",
    "contractId": "e574e300-8060-417a-b2d6-1d27584dd4ac",
    "buyer": {
        "$class": "org.accordproject.cicero.contract.AccordParty",
        "partyId": "Buyer Corp"
    },
    "lateOne": {
        "$class": "org.accordproject.time.Duration",
        "amount": 1,
        "unit": "days"
    },
    "lateTwo": {
        "$class": "org.accordproject.time.Duration",
        "amount": 2,
        "unit": "days"
    },
    "lateThree": {
        "$class": "org.accordproject.time.Duration",
        "amount": 10,
        "unit": "days"
    },
    "lateOnePercent": 5,
    "lateTwoPercent": 10,
    "lateThreePercent": 50,
    "article": "Article 5",
    "thisSection": "Section 3.5(c)"
}

State Types

Type Sample JSON

Request Types

Type Sample JSON
com.docusign.connect.DocuSignEnvelopeInformation
{
    "$class": "com.docusign.connect.DocuSignEnvelopeInformation",
    "envelopeStatus": {
        "$class": "com.docusign.connect.EnvelopeStatus",
        "status": "TimedOut",
        "envelopeId": "Elit consectetur non amet sunt.",
        "created": "2019-03-11T00:26:38.095Z",
        "sent": "2019-03-11T00:26:38.095Z",
        "delivered": "2019-03-11T00:26:38.095Z",
        "signed": "2019-03-11T00:26:38.095Z",
        "completed": "2019-03-11T00:26:38.095Z",
        "email": "Fugiat consequat cillum esse."
    },
    "recipients": [
        {
            "$class": "com.docusign.connect.Recipient",
            "status": "Declined",
            "email": "Esse ipsum dolor.",
            "userName": "Culpa occaecat.",
            "sent": "2019-03-11T00:26:38.095Z",
            "delivered": "2019-03-11T00:26:38.095Z",
            "signed": "2019-03-11T00:26:38.095Z",
            "declined": "2019-03-11T00:26:38.095Z",
            "declineReason": "Lorem irure."
        }
    ],
    "customFields": [
        {
            "$class": "com.docusign.connect.CustomField",
            "name": "Sit.",
            "value": "Exercitation tempor ut et."
        }
    ],
    "transactionId": "558bb1f0-4394-11e9-bc5b-474333c9fdcd",
    "timestamp": "2019-03-11T00:26:38.095Z"
}

Response Types

Type Sample JSON
com.docusign.clauses.PurchaseOrderFailureResponse
{
    "$class": "com.docusign.clauses.PurchaseOrderFailureResponse",
    "penalty": {
        "$class": "org.accordproject.money.MonetaryAmount",
        "doubleValue": 100.433,
        "currencyCode": "BHD"
    },
    "transactionId": "558bd900-4394-11e9-bc5b-474333c9fdcd",
    "timestamp": "2019-03-11T00:26:38.096Z"
}

Events Types

Type Sample JSON