Skip to content

Instantly share code, notes, and snippets.

@calina-c
Created February 11, 2017 16:27
Show Gist options
  • Save calina-c/647c02a9e46f08347adf95973de4b440 to your computer and use it in GitHub Desktop.
Save calina-c/647c02a9e46f08347adf95973de4b440 to your computer and use it in GitHub Desktop.
DueDate:
type: date
properties:
attr:
class: datepicker
label_attr:
class: required
Type:
type: choice
properties:
choices: TYPE_OPTIONS
label_attr:
class: required
Amount:
type: text
properties:
label_attr:
class: required
TaxParcelNumber:
type: static
properties: []
TaxBillId:
type: entity
properties:
class: 'App\Models\TaxBill'
property: Name
property_key: TaxBillId
query_builder: TAX_BILL_QUERY_BUILDER
label_attr:
class: required
CheckNumber:
type: text
properties: []
Installment:
type: choice
properties:
choices: INSTALLMENT_OPTIONS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment