= Lil' Snippets = This area is a "proving ground" of sorts, for up-and-coming docs. You are encouraged to bookmark this page if you intend to stay current with the docs, as they are to be considered "in active development" until further notice. Once a doc "graduates" from this area, it will likely move to the official docs of one of these packages: * [[https://rattailproject.org/docs/rattail/|rattail]] * [[https://rattailproject.org/docs/tailbone/|tailbone]] In the meantime, the idea here is, to collect random lil' snippets of documentation, so that I can know what needs to be documented and/or how to structure the documentation generally. General: * [[LilSnippets/DevSetup|Setup a basic development environment]] * [[NewProject|Create a new "Poser" project]] * [[LilSnippets/ProjectNaming|How to name your project]] * [[LilSnippets/StageSetup|Setup an app "stage" environment]] * [[LilSnippets/CatapultPoserSetup|Sample app setup w/ Catapult integration]] Data Layer: * [[LilSnippets/AddTable|Add a new custom table to the database]] * [[LilSnippets/AddBatch|Add a new custom batch table and handler]] * [[LilSnippets/AddBatchSupportForImporter|Add "dynamic batch" support for an importer]] * [[LilSnippets/AddRattailToRattailImporters|Add custom Rattail <-> Rattail importers]] * [[Trainwreck|Trainwreck database]] Web UI Layer: * [[LilSnippets/AddMasterView|Add a new master web view for a custom table]] * [[LilSnippets/AddMasterViewForBatch|Add a new master web view for a custom batch]] * [[LilSnippets/AddExcelDownload|Add Excel download for a master web view]] * [[LilSnippets/AddExecOptionsForBatch|Add execution options for a batch master view]] * [[LilSnippets/AddView|Add a new arbitrary custom web view (page)]]