├── .github └── FUNDING.yml ├── AndroidManifest.template.xml ├── Apk Application.rar ├── Application Windows.rar ├── DBReport.db ├── Daoui Reports Devguide.pdf ├── DesignU.fmx ├── DesignU.pas ├── LICENSE ├── LICENSE.txt ├── PreviewU.fmx ├── PreviewU.pas ├── PreviewU.vlb ├── PrintingAdapters.pas ├── README.md ├── REPORT.dpr ├── REPORT.dproj ├── REPORT.dproj.local ├── REPORT.identcache ├── REPORT.res ├── ReportKy.keystore ├── UnitMain.fmx ├── UnitMain.pas ├── UnitMain.vlb ├── UnitX.fmx └── UnitX.pas /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlop0/daoui-reports/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /AndroidManifest.template.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlop0/daoui-reports/HEAD/AndroidManifest.template.xml -------------------------------------------------------------------------------- /Apk Application.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlop0/daoui-reports/HEAD/Apk Application.rar -------------------------------------------------------------------------------- /Application Windows.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlop0/daoui-reports/HEAD/Application Windows.rar -------------------------------------------------------------------------------- /DBReport.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlop0/daoui-reports/HEAD/DBReport.db -------------------------------------------------------------------------------- /Daoui Reports Devguide.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlop0/daoui-reports/HEAD/Daoui Reports Devguide.pdf -------------------------------------------------------------------------------- /DesignU.fmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlop0/daoui-reports/HEAD/DesignU.fmx -------------------------------------------------------------------------------- /DesignU.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlop0/daoui-reports/HEAD/DesignU.pas -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlop0/daoui-reports/HEAD/LICENSE -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlop0/daoui-reports/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /PreviewU.fmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlop0/daoui-reports/HEAD/PreviewU.fmx -------------------------------------------------------------------------------- /PreviewU.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlop0/daoui-reports/HEAD/PreviewU.pas -------------------------------------------------------------------------------- /PreviewU.vlb: -------------------------------------------------------------------------------- 1 | [FormMain.QuerySQL] 2 | Visible=False 3 | 4 | -------------------------------------------------------------------------------- /PrintingAdapters.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlop0/daoui-reports/HEAD/PrintingAdapters.pas -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlop0/daoui-reports/HEAD/README.md -------------------------------------------------------------------------------- /REPORT.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlop0/daoui-reports/HEAD/REPORT.dpr -------------------------------------------------------------------------------- /REPORT.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlop0/daoui-reports/HEAD/REPORT.dproj -------------------------------------------------------------------------------- /REPORT.dproj.local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlop0/daoui-reports/HEAD/REPORT.dproj.local -------------------------------------------------------------------------------- /REPORT.identcache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlop0/daoui-reports/HEAD/REPORT.identcache -------------------------------------------------------------------------------- /REPORT.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlop0/daoui-reports/HEAD/REPORT.res -------------------------------------------------------------------------------- /ReportKy.keystore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlop0/daoui-reports/HEAD/ReportKy.keystore -------------------------------------------------------------------------------- /UnitMain.fmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlop0/daoui-reports/HEAD/UnitMain.fmx -------------------------------------------------------------------------------- /UnitMain.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlop0/daoui-reports/HEAD/UnitMain.pas -------------------------------------------------------------------------------- /UnitMain.vlb: -------------------------------------------------------------------------------- 1 | [QuerySQL] 2 | Visible=False 3 | 4 | -------------------------------------------------------------------------------- /UnitX.fmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlop0/daoui-reports/HEAD/UnitX.fmx -------------------------------------------------------------------------------- /UnitX.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlop0/daoui-reports/HEAD/UnitX.pas --------------------------------------------------------------------------------