Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ConfiForms Form Definition
formNamevendors
registrationFormTitleVendor Registration

Vendor has been registeredRegister vendorINLINE

 

nameNametext

locationLocationtext

 

For for registering new client

ConfiForms Form Definition
formNameclients
registrationFormTitleClient Registration

Client has been registeredRegister clientINLINE

 

nameNametext

vendorsVendors[7045319|vendors|name|true||]smartmultiselect

locationLocationtext

 

Basic reports

All my clients (in a table)

ConfiForms TableView
formNameclients
sortname ASC

name 

 

Same as above but as a list (with totally custom layout)

ConfiForms ListView
formNameclients
sortname ASC

name based in location

 

All my vendors (in a table with name and location)

ConfiForms TableView
formNamevendors

name

location

 

Vendors per location

ConfiForms TableView Merger
vendors

 

location

Per locationPer location:[count]

Clients per region

Chart
dataOrientationvertical
ConfiForms TableView Merger
clients

 

location

Per locationPer location:[count]

 

Vendors per region

Chart
dataOrientationvertical
ConfiForms TableView Merger
vendors

 

location

Per locationPer location:[count]

 

 

My client (by name) with all vendors in a custom view (showing only ONE client by filter with custom layout)

...

ConfiForms ListView
filtername:*ABC
formNameclients

name

Based in: location

Vendors:

vendors

Warning

Things what are not supported working right (but should... (smile)): <- will be looking into fixing this shortly

  • querying through vendors about clients (not directly at least, but though custom views)
ConfiForms ListView
filtervendors.name:*TUV
formNameclients

name

  • Vendors used by clients
ConfiForms TableView Merger
clients

 

vendors.name

 

 

Info

In current configuration we have not created a form with locations which we can then reuse in both "vendors" and "clients". (this is certainly possible, but to simplify things we have decided to use simple text field)

...