Announcement

Collapse
No announcement yet.

Payment Date not working

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Payment Date not working

    Hello,

    I'm trying to implement a field type with date field.

    I created a templates with payment and date field just like phone field type.

    Please see the attached image.

    I also created new js file under client/src/views/fields pointing to the same path of the payment.

    But it seems that the date field is not working only the payment field.

    Please provide a step by step procedure on how can I resolve this.

    Hoping for your quick response.

    Thanks,
    paul.tcbc

  • #2
    Hello
    If you have Advanced Pack, look how itemList field is implemented.
    But. As I see this, better to create Payment entity and relate it to current entity.
    If you are seeking for a way of adjusting a CRM to your company’s needs, then this information about the functions of Entity Manager will be of vital importance for you.

    Comment


    • #3
      Hello,

      I added date field on Payment Entity and yet its still not displaying.
      Please see the attached images.

      Am I missing something why isn't displaying?

      And is it possible to create this Payment Entity in custom development without modifying the Espo Core files.

      Thanks,
      paul.tcbc

      Comment


      • #4
        Hello
        Add it with Layout Manager https://www.espocrm.com/video/layout-manager/

        Originally posted by paul.tcbc View Post
        Hello,
        And is it possible to create this Payment Entity in custom development without modifying the Espo Core files.
        Of course. All you do with Entity Manager and Layout Manager is upgrade safe. The code of this entity is in folder 'custom' and you can edit it without problem
        Last edited by tanya; 11-28-2017, 08:59 AM.

        Comment


        • #5
          Yeah, I'd also added the payment date field on the Layout Manager.

          Please take a look on the screenshot below.

          And still there is no Payment date that is displaying on the field.

          It should be below the Payment field.

          Please advise.

          Thanks,
          paul.tcbc

          Comment


          • #6
            On the first screenshot I see the view of field payment, on the second one I see layout of detail view of entity Payment....
            It's is not the same at all
            If we talk about Quote (or Opportunity), you need to create a relationship one-to-many between Quote and Payment (one-to-many quote payments).
            add to Payment detail layout Quote field, add to Quote relationships layout Payments panel

            Comment

            Working...
            X