Coder Social home page Coder Social logo

jonnitto / sitegeist.stonetablet Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sitegeist/sitegeist.stonetablet

0.0 1.0 0.0 280 KB

A generic persistence action for neos fusion forms

License: GNU General Public License v3.0

JavaScript 1.27% PHP 96.15% TypeScript 2.58%

sitegeist.stonetablet's Introduction

Sitegeist.StoneTablet

Form Export Extension for Neos.Fusion.Form and Sitegeist.PaperTiger

This package gives neos editors the option to bind export functionality to fusion forms and export them as an Excel file using a backend module.

!!! The package does not have any dependency to Sitegeist.PaperTiger but the forms that are assembled using this package are also covered.

Authors & Sponsors

The development and the public-releases of this package is generously sponsored by our employer http://www.sitegeist.de.

Installation

Sitegeist.StoneTablet is available via packagist run composer require sitegeist/stonetablet to install.

To create the required tables run ./flow doctrine:migrate

We use semantic-versioning so every breaking change will increase the major-version number.

Usage

Forms need to adjust their configuration in order to be able to register themselves as an export candidate.

Configuration

In order to bind the functionality to a form the package adds the Sitegeist.StoneTablet:Mixin.ExportableForm to Neos cms. Forms which inherit the mixin, possess some new properties to determine if and how a form must be exported.

Acme.Demo:FusionOrPaperTigerForm:
  superTypes:
    'Sitegeist.StoneTablet:Mixin.ExportableForm': true    

Inspector

Optional Export

By selecting the Exportable checkbox, the form is registered as an export candidate and after submition the form data are saved in the associated table in the database.

Excluded Fields

"Excluded Fields" property contains an array of field names, which are not supposed to be registered in the database and consequently not appear in the export file. Field names of submit button, Friendly Captcha and privacy policy are best cases to be excluded from the export.

Upload Fields

Upload Fields are also included in the export. As a result the exported archive file contains an Excel file along with all upload fields in a separate directory.

Export Backend Module

Form Export Management is the corresponding backend module to export submitted forms over a specific period of time.
Removed forms do not appear in the export list anymore but the data remains in the database.

sitegeist.stonetablet's People

Contributors

hedayati-m avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.