http://erp.decopierrenature.com/sales

Forms

  • sales_form
    • invoiceNumber
    • company
    • customer
    • totalPurchasePrice
    • seller
    • status
    • description
    • shippingNotes
    • paymentNotes
    • salesDate
    • deliveryDate
    • dueDate
    • validDate
    • _token
  • products_sold
    • productName
    • measurement
    • quantity
    • unAllocatedQuantity
    • totalUnitPurchasePrice
    • discount
    • tax
    • totalPuchasePrice
    • _token
  • customer
    • code
    • fullName
    • phone
    • address
    • email
    • _token
  • payment
    • amount
    • paymentStatus
    • paymentDate
    • dueDate
    • paymentMethod
    • description
    • voucherCode
    • _token

sales_form

"App\Form\SalesFormType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\Sales {#852
  #createdAt: null
  #updatedAt: null
  #createdBy: null
  #updatedBy: null
  #uDate: null
  -id: null
  -invoiceNumber: "Sera créé automatiquement"
  -totalPurchasePrice: null
  -productsSolds: Doctrine\Common\Collections\ArrayCollection {#850 …}
  -seller: null
  -warehouse: null
  -salesDate: null
  -deliveryDate: null
  -dueDate: null
  -validDate: null
  -customer: null
  -payments: Doctrine\Common\Collections\ArrayCollection {#848 …}
  -stockTransactions: Doctrine\Common\Collections\ArrayCollection {#842 …}
  -returns: Doctrine\Common\Collections\ArrayCollection {#894 …}
  -emailMessages: Doctrine\Common\Collections\ArrayCollection {#892 …}
  -historyEntries: Doctrine\Common\Collections\ArrayCollection {#893 …}
  -giftProducts: Doctrine\Common\Collections\ArrayCollection {#895 …}
  -invoice: null
  -description: null
  -shippingNotes: null
  -paymentNotes: null
  -status: null
  -company: null
  -visible: true
  -deleted: false
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
data
App\Entity\Sales {#852
  #createdAt: null
  #updatedAt: null
  #createdBy: null
  #updatedBy: null
  #uDate: null
  -id: null
  -invoiceNumber: "Sera créé automatiquement"
  -totalPurchasePrice: null
  -productsSolds: Doctrine\Common\Collections\ArrayCollection {#850 …}
  -seller: null
  -warehouse: null
  -salesDate: null
  -deliveryDate: null
  -dueDate: null
  -validDate: null
  -customer: null
  -payments: Doctrine\Common\Collections\ArrayCollection {#848 …}
  -stockTransactions: Doctrine\Common\Collections\ArrayCollection {#842 …}
  -returns: Doctrine\Common\Collections\ArrayCollection {#894 …}
  -emailMessages: Doctrine\Common\Collections\ArrayCollection {#892 …}
  -historyEntries: Doctrine\Common\Collections\ArrayCollection {#893 …}
  -giftProducts: Doctrine\Common\Collections\ArrayCollection {#895 …}
  -invoice: null
  -description: null
  -shippingNotes: null
  -paymentNotes: null
  -status: null
  -company: null
  -visible: true
  -deleted: false
}
same as passed value

Resolved Options

View Variables