Add utils and tests for calculating membership status

This commit is contained in:
2020-01-19 03:00:05 +00:00
parent f9c21b7001
commit 0fe999ca97
5 changed files with 442 additions and 5 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ export function TransactionEditor(props) {
];
const sourceOptions = [
{ key: '0', text: 'Web', value: 'Web' },
{ key: '0', text: 'Web (Spaceport)', value: 'Web' },
{ key: '1', text: 'Database Edit', value: 'DB Edit' },
{ key: '2', text: 'System', value: 'System' },
{ key: '3', text: 'Receipt or Statement', value: 'Receipt or Stmt' },