|
|
1 неделю назад | |
|---|---|---|
| App | 3 недель назад | |
| CiCd | 11 месяцев назад | |
| Data | 3 недель назад | |
| Dependancies | 11 месяцев назад | |
| ImportService | 3 недель назад | |
| MVC | 1 год назад | |
| Tests | 3 недель назад | |
| dist | 1 год назад | |
| .gitignore | 3 недель назад | |
| AGENTS.md | 3 недель назад | |
| Dockerfile | 3 недель назад | |
| InstallService.vbs | 1 год назад | |
| README.md | 1 неделю назад | |
| SnailWorks_CreateJob_File_SpecificationV5.1.docx | 1 год назад | |
| Todo.txt | 1 год назад | |
| codex.cmd | 3 недель назад | |
| docker-compose.yml | 3 недель назад | |
| index.asp | 1 год назад | |
| web.config | 1 год назад | |
Classic ASP (VBScript) web app for managing Mail Tracking Kits.
At a high level, this app helps you:
Entry point:
index.aspredirects into the MVC controller:App/Controllers/Home/HomeController.asp
/MVC./App./App/DomainModels handle database access.App/include_all.asp loads MVC + DAL + repositories./ → index.asp → redirects to App/Controllers/Home/HomeController.asp
Switchboard (home): HomeController.Index
Create Kit: HomeController.CreateKit
HomeController.Search)KitController.createTrackingKit for the selected JCodeSearch: HomeController.Search
JCode, Name, Mailing_Address, CSZ, IMB, IMB_DigitsPrint (label report demo): HomeController.Print
.rep report and save to a PDF.App/DAL/lib.DAL.asp (ADO) + repositories in App/DomainModels/*Repository.asp.Key repositories referenced in App/include_all.asp:
JurisdictionRepositoryKitRepositoryKitLabelsRepositoryInkjetRecordsRepositorySettingsRepositoryContactsRepositorySnailWorksRepositoryCustomOfficeCopyJobRepositoryColorsRepositoryApp/app.config.asp
Routes.Initialize "/App/"siteTitle = "Mail Tracking Kits"ExportDirectory based on the dev flagThis repo includes Windows/ActiveX dependencies under /Dependancies (examples):
App/app.config.asp)index.asp is the default document).The repo includes a basic web.config that sets index.asp as the default document.
There is an import script/service under:
ImportService/TrackingDataImport.vbsAnd a helper installer:
InstallService.vbsThese are intended to run on Windows to import tracking export data from the configured ExportDirectory.
This repo includes a docker-compose.yml and Dockerfile meant for a Codex development container.
It does not run IIS inside Docker; it’s a dev environment for working on the code.
App/Views/Home/*App/Controllers/Home/HomeController.aspApp/DomainModels/JurisdictionRepository.asp/Data/*.repPowered by TurnKey Linux.