Payment Sales Orders - codbex/codbex-olympus GitHub Wiki

Payment by Sales Order is a document to prove that an amount of money is paid by a given Sales Order.

Once Sales Invoice is issued then only the link to the corresponding payment entry is established via Sales Invoice Payment Entry.

PaymentSalesOrder

Entity Definition

  • Entity Type: Primary Entity
  • Layout Type: Manage Master Entities
Field Type Length Null? Calc? Ref? Description
Id INTEGER no - -
SalesOrder INTEGER no - yes Reference to Sales Order
Date DATE no - -
Valor DATE no - -
Amount DOUBLE no - -
Currency INTEGER no - yes Reference to Currency
Reason VARCHAR 100 - - -
Description VARCHAR 100 - - -
UUID VARCHAR 36 - yes - Random UUID generated

Actions

  • Print
  • Reconcile

Triggers

  • PaymentEntry is to be created