dmdb/view
phantomix b4a71a94a4 2023-05-07 Committed changes from EH20 coding session
Moved FormMail default texts to separate class (MailTemplates.cs), in order to be able to serialize/deserialize them to XML
Added configuration tab to edit Mail templates, still buggy (working on list of template fields / suggestions)
Added storage and loading of MailTemplates to xml database
Added form to enter BLZ/KTO instead of IBAN (with automatic IBAN calculation). This is a byproduct for Sparkasse-compatibility
Fixed Sparkasse CSV wasn't imported properly (Sparkasse now uses whitespace at the end of IBAN field, which led to failed comparisons)
2023-05-07 12:22:27 +02:00
..
ComboBoxKV.cs 190604PX Added separate KeyValue class in preparation for regex storage; added TabControl to main form, payment notification bool 2019-06-04 17:24:30 +02:00
ConfigLVDataHandler.cs 190626PX Adapted LVMoneyTransfers to use CustomListView; Bugfixing 2019-06-26 16:54:45 +02:00
ConsoleLogger.cs 191202PX Added namespace dezentrale.core for the code running in background (thus, completing the mvc structure) 2019-12-02 17:23:35 +01:00
CurrencyBox.cs 200304PX Changes over the last months 2020-03-04 17:49:33 +01:00
CustomListView.cs 2021-01-24PX Multiple changes: 2022-01-24 22:04:24 +01:00
FormWithActionButtons.cs 210409PX Many small improvements & changes: 2021-04-09 22:41:31 +02:00
FormWithOkCancel.cs 210206PX Changed FormWithOkCancel to FormWithActionButtons, more work on frmMv 2021-02-16 22:10:22 +01:00
LVMembers.cs 210228PX Added Mail for MV cancelling, MVs are displayed in List with Add/Edit/Cancel(Delete) function, Worked on MV toolbar buttons 2021-03-01 19:15:18 +01:00
LVMoneyTransfers.cs 210228PX Added Mail for MV cancelling, MVs are displayed in List with Add/Edit/Cancel(Delete) function, Worked on MV toolbar buttons 2021-03-01 19:15:18 +01:00
LogView.cs 190525PX Workaround for DateTimePicker bug (not seeting MinDate/MaxDate), added fixed-point parse/gen for currency fields, removed "Finished" from LogEvent, 2019-05-26 09:21:01 +02:00
LvAttachments.cs 2021-06-27PX Added logging for MV attachments, added menuentries for changing membership type to MV (not working yet), added code for deleting attachments 2021-06-27 16:16:20 +02:00
LvFormmailTemplateFields.cs 2023-05-07 Committed changes from EH20 coding session 2023-05-07 12:22:27 +02:00
LvMailTemplates.cs 2023-05-07 Committed changes from EH20 coding session 2023-05-07 12:22:27 +02:00
LvMv.cs 2023-05-07 Committed changes from EH20 coding session 2023-05-07 12:22:27 +02:00
LvMvInvitations.cs 2021-06-25PX Attachments basically work for MV 2021-06-25 23:33:05 +02:00
LvSelectFields.cs 2021-07-18PX Added Member CSV export feature 2021-07-18 12:47:57 +02:00
frmCommentChanges.cs 2022-03-27 Fixed Windows \r\n TextBox issues by replacing \n->\r\n and back to \n when handling TextBox contents 2022-03-27 18:21:08 +02:00
frmConfiguration.cs 2023-05-07 Committed changes from EH20 coding session 2023-05-07 12:22:27 +02:00
frmConfigureLVColumns.cs 190626PX Adapted LVMoneyTransfers to use CustomListView; Bugfixing 2019-06-26 16:54:45 +02:00
frmEditEntry.cs 2023-05-07 Committed changes from EH20 coding session 2023-05-07 12:22:27 +02:00
frmEnterBlzKto.cs 2023-05-07 Committed changes from EH20 coding session 2023-05-07 12:22:27 +02:00
frmExportCsv.cs 2021-07-18PX Added storage for CSV selected export fields, not fully working yet 2021-07-18 16:21:42 +02:00
frmMain.cs 2023-05-07 Committed changes from EH20 coding session 2023-05-07 12:22:27 +02:00
frmMoneyTransfer.cs 2022-03-27 Fixed Windows \r\n TextBox issues by replacing \n->\r\n and back to \n when handling TextBox contents 2022-03-27 18:21:08 +02:00
frmMv.cs 2022-03-27 Fixed Windows \r\n TextBox issues by replacing \n->\r\n and back to \n when handling TextBox contents 2022-03-27 18:21:08 +02:00
frmPaymentReceipts.cs 210206PX Changed FormWithOkCancel to FormWithActionButtons, more work on frmMv 2021-02-16 22:10:22 +01:00
frmProcessWithLog.cs 191204PX Merge with default: Reworked reloading of files, declared process_window feature done for now. 2019-12-04 18:49:42 +01:00