暫無描述

Pascal Burkhard 4f67ff5f07 Extend the dashboard template from the base_template setting 14 年之前
Admin 28d07f8e50 remove removed ChoiceField option ... 14 年之前
Controller 4f67ff5f07 Extend the dashboard template from the base_template setting 14 年之前
DependencyInjection 2976bdf16e Fixing configuration loading 14 年之前
Filter 402af59dc3 update due to last symfony changes 14 年之前
Form 540fb440a2 fix bugs, add country type, add add_empty option 14 年之前
Resources 4f67ff5f07 Extend the dashboard template from the base_template setting 14 年之前
Route 402af59dc3 update due to last symfony changes 14 年之前
Tool 402af59dc3 update due to last symfony changes 14 年之前
Twig 402af59dc3 update due to last symfony changes 14 年之前
.gitignore 3e4e38cc34 Move some controller's crud into a dedicated file so it will be possible reuse the information accross different bundles. This is usefull to create link in a many-to-one association, and more ... 14 年之前
CHANGES 540fb440a2 fix bugs, add country type, add add_empty option 14 年之前
CREDITS e0e3e92a69 update README, add missing type 14 年之前
LICENSE e0e3e92a69 update README, add missing type 14 年之前
README.md e0e3e92a69 update README, add missing type 14 年之前
SonataBaseApplicationBundle.php 402af59dc3 update due to last symfony changes 14 年之前

README.md

Prototype to easily create uniform backend application

Please read the related documentation in the docs folder.

WARNING : this is a prototype, and not a final/stable bundle.

  • code can be irrelevant
  • code might not use properly Symfony2 or Doctrine components
  • code might change with no notices.

TODO :

  • use the admin class to register route information
  • save filter criteria
  • export list
  • edit group field
  • add inline editing (Invoice with InvoiceLine)