https://new.escappart.com/block-nights

Forms

  • invoice
    • number
    • date
    • due_date
    • notes
    • vat_rate
    • guest
    • items
    • payments
    • currency
    • subtotal
    • tax
    • total
    • status
    • save
    • _token

invoice

"App\Form\InvoiceType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\Invoice {#1141
  -id: 112
  -number: 25
  -date: DateTime @1724018400 {#1129
    date: 2024-08-19 00:00:00.0 Europe/Paris (+02:00)
  }
  -due_date: DateTime @1724018400 {#1142
    date: 2024-08-19 00:00:00.0 Europe/Paris (+02:00)
  }
  -subtotal: "44.97"
  -tax: "2.70"
  -total: "47.67"
  -notes: null
  -guest: Proxies\__CG__\App\Entity\Guest {#1187
    -id: 5808
    -firstname: "Valentin"
    -lastname: "Charron"
    -company: null
    -email: "vcharr.864416@guest.booking.com"
    -phone: "+33 6 36 83 22 92"
    -mobile: null
    -vat: null
    -bookings: Doctrine\ORM\PersistentCollection {#1883 …}
    -location: Proxies\__CG__\App\Entity\Location {#1898 …}
    -invoices: Doctrine\ORM\PersistentCollection {#1899 …}
    +__isInitialized__: true
     …2
  }
  -items: Doctrine\ORM\PersistentCollection {#1183 …}
  -payments: Doctrine\ORM\PersistentCollection {#1170 …}
  -year: 2024
  -status: "paid"
  -currency: "EUR"
  -vat_rate: "included"
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
data
App\Entity\Invoice {#1141
  -id: 112
  -number: 25
  -date: DateTime @1724018400 {#1129
    date: 2024-08-19 00:00:00.0 Europe/Paris (+02:00)
  }
  -due_date: DateTime @1724018400 {#1142
    date: 2024-08-19 00:00:00.0 Europe/Paris (+02:00)
  }
  -subtotal: "44.97"
  -tax: "2.70"
  -total: "47.67"
  -notes: null
  -guest: Proxies\__CG__\App\Entity\Guest {#1187
    -id: 5808
    -firstname: "Valentin"
    -lastname: "Charron"
    -company: null
    -email: "vcharr.864416@guest.booking.com"
    -phone: "+33 6 36 83 22 92"
    -mobile: null
    -vat: null
    -bookings: Doctrine\ORM\PersistentCollection {#1883 …}
    -location: Proxies\__CG__\App\Entity\Location {#1898 …}
    -invoices: Doctrine\ORM\PersistentCollection {#1899 …}
    +__isInitialized__: true
     …2
  }
  -items: Doctrine\ORM\PersistentCollection {#1183 …}
  -payments: Doctrine\ORM\PersistentCollection {#1170 …}
  -year: 2024
  -status: "paid"
  -currency: "EUR"
  -vat_rate: "included"
}
same as passed value

Resolved Options

View Variables