sunrise-cms/public/javascripts
Dan Gowans 556a6a71b6 add "direction of arrival"
database update:

create table if not exists CemeteryDirectionsOfArrival (
cemeteryId integer not null,
directionOfArrival varchar(2) not null,
directionOfArrivalDescription varchar(100) not null,
primary key (cemeteryId, directionOfArrival),
foreign key (cemeteryId) references Cemeteries (cemeteryId)) without rowid

alter table Contracts
add directionOfArrival varchar(2)
2025-04-28 11:59:09 -04:00
..
burialSite.edit.d.ts major refactoring, but the application starts! 2025-02-25 15:25:38 -05:00
burialSite.edit.js linting and development 2025-04-22 13:51:02 -04:00
burialSite.edit.ts rename types files 2025-04-24 09:24:25 -04:00
burialSite.search.d.ts major refactoring, but the application starts! 2025-02-25 15:25:38 -05:00
burialSite.search.js adjustable results limit 2025-04-25 13:03:05 -04:00
burialSite.search.ts adjustable results limit 2025-04-25 13:03:05 -04:00
burialSite.view.d.ts major refactoring, but the application starts! 2025-02-25 15:25:38 -05:00
burialSite.view.js mapping fixes, select by map 2025-04-01 10:25:42 -04:00
burialSite.view.ts mapping fixes, select by map 2025-04-01 10:25:42 -04:00
burialSiteTypes.admin.d.ts major refactoring, but the application starts! 2025-02-25 15:25:38 -05:00
burialSiteTypes.admin.js update contract icon 2025-04-15 11:52:03 -04:00
burialSiteTypes.admin.ts rename types files 2025-04-24 09:24:25 -04:00
cemetery.edit.d.ts major refactoring, but the application starts! 2025-02-25 15:25:38 -05:00
cemetery.edit.js add "direction of arrival" 2025-04-28 11:59:09 -04:00
cemetery.edit.ts add "direction of arrival" 2025-04-28 11:59:09 -04:00
cemetery.search.d.ts major refactoring, but the application starts! 2025-02-25 15:25:38 -05:00
cemetery.search.js polish 2025-04-16 11:20:44 -04:00
cemetery.search.ts rename types files 2025-04-24 09:24:25 -04:00
cemetery.view.d.ts major refactoring, but the application starts! 2025-02-25 15:25:38 -05:00
cemetery.view.js mapping fixes, select by map 2025-04-01 10:25:42 -04:00
cemetery.view.ts mapping fixes, select by map 2025-04-01 10:25:42 -04:00
contract.edit.d.ts major refactoring 2025-02-28 13:15:49 -05:00
contract.edit.js add "direction of arrival" 2025-04-28 11:59:09 -04:00
contract.edit.ts add "direction of arrival" 2025-04-28 11:59:09 -04:00
contract.editComments.d.ts major refactoring 2025-03-07 15:42:38 -05:00
contract.editComments.js polish 2025-04-02 11:34:17 -04:00
contract.editComments.ts rename types files 2025-04-24 09:24:25 -04:00
contract.editFees.d.ts major refactoring 2025-03-07 15:42:38 -05:00
contract.editFees.js linting 2025-04-24 13:48:19 -04:00
contract.editFees.ts linting 2025-04-24 13:48:19 -04:00
contract.editInterments.d.ts major refactoring 2025-03-07 15:42:38 -05:00
contract.editInterments.js death age calculator 2025-04-25 14:18:24 -04:00
contract.editInterments.ts death age calculator 2025-04-25 14:18:24 -04:00
contract.editWorkOrders.d.ts major refactoring 2025-03-07 15:42:38 -05:00
contract.editWorkOrders.js major refactoring 2025-03-07 15:42:38 -05:00
contract.editWorkOrders.ts rename types files 2025-04-24 09:24:25 -04:00
contract.search.d.ts major refactoring 2025-02-28 13:15:49 -05:00
contract.search.js adjustable results limit 2025-04-25 13:03:05 -04:00
contract.search.ts adjustable results limit 2025-04-25 13:03:05 -04:00
contractTypes.admin.d.ts major refactoring, but the application starts! 2025-02-25 15:25:38 -05:00
contractTypes.admin.js consistent admin heading sizes 2025-04-14 09:44:47 -04:00
contractTypes.admin.ts rename types files 2025-04-24 09:24:25 -04:00
dashboard.d.ts simplify client js 2024-07-03 09:56:28 -04:00
dashboard.js refactoring, development on contracts 2025-03-05 15:45:55 -05:00
dashboard.ts refactoring, development on contracts 2025-03-05 15:45:55 -05:00
database.admin.d.ts major refactoring, but the application starts! 2025-02-25 15:25:38 -05:00
database.admin.js major refactoring 2025-03-07 15:42:38 -05:00
database.admin.ts major refactoring 2025-03-07 15:42:38 -05:00
fees.admin.d.ts major refactoring, but the application starts! 2025-02-25 15:25:38 -05:00
fees.admin.js linting and development 2025-04-22 13:51:02 -04:00
fees.admin.ts rename types files 2025-04-24 09:24:25 -04:00
funeralHome.edit.d.ts refactoring, plus funeral home maint 2025-03-03 15:46:18 -05:00
funeralHome.edit.js refactor: replace template strings with regular string literals 2025-03-17 16:04:19 +00:00
funeralHome.edit.ts refactor: replace template strings with regular string literals 2025-03-17 16:04:19 +00:00
funeralHome.search.d.ts refactoring, plus funeral home maint 2025-03-03 15:46:18 -05:00
funeralHome.search.js linting 2025-04-15 13:20:06 -04:00
funeralHome.search.ts rename types files 2025-04-24 09:24:25 -04:00
main.d.ts simplify client js 2024-07-03 09:56:28 -04:00
main.js date field restrictions 2025-04-24 14:48:13 -04:00
main.ts date field restrictions 2025-04-24 14:48:13 -04:00
report.search.d.ts major refactoring, but the application starts! 2025-02-25 15:25:38 -05:00
report.search.js major refactoring, but the application starts! 2025-02-25 15:25:38 -05:00
report.search.ts major refactoring 2025-02-25 13:17:01 -05:00
tables.admin.d.ts major refactoring, but the application starts! 2025-02-25 15:25:38 -05:00
tables.admin.js development 2025-03-20 11:53:56 -04:00
tables.admin.ts rename types files 2025-04-24 09:24:25 -04:00
theme.d.ts update bulma to current 2025-03-19 11:58:25 -04:00
theme.js development 2025-03-20 11:53:56 -04:00
theme.ts development 2025-03-20 11:53:56 -04:00
tsconfig.json add fieldType to lot and occ types 2024-10-28 13:04:12 -04:00
types.d.ts date field restrictions 2025-04-24 14:48:13 -04:00
types.js major refactoring, but the application starts! 2025-02-25 15:25:38 -05:00
types.ts date field restrictions 2025-04-24 14:48:13 -04:00
workOrder.edit.d.ts major refactoring, but the application starts! 2025-02-25 15:25:38 -05:00
workOrder.edit.js date field restrictions 2025-04-24 14:48:13 -04:00
workOrder.edit.ts date field restrictions 2025-04-24 14:48:13 -04:00
workOrder.editComments.d.ts major refactoring 2025-03-07 15:42:38 -05:00
workOrder.editComments.js linting 2025-03-31 14:59:31 -04:00
workOrder.editComments.ts rename types files 2025-04-24 09:24:25 -04:00
workOrder.editRelated.d.ts major refactoring 2025-03-07 15:42:38 -05:00
workOrder.editRelated.js linting 2025-04-16 12:51:12 -04:00
workOrder.editRelated.ts rename types files 2025-04-24 09:24:25 -04:00
workOrder.milestoneCalendar.d.ts major refactoring, but the application starts! 2025-02-25 15:25:38 -05:00
workOrder.milestoneCalendar.js linting 2025-03-18 14:52:24 -04:00
workOrder.milestoneCalendar.ts rename types files 2025-04-24 09:24:25 -04:00
workOrder.outlook.d.ts major refactoring, but the application starts! 2025-02-25 15:25:38 -05:00
workOrder.outlook.js linting 2025-03-18 14:52:24 -04:00
workOrder.outlook.ts linting 2025-03-18 14:52:24 -04:00
workOrder.search.d.ts major refactoring, but the application starts! 2025-02-25 15:25:38 -05:00
workOrder.search.js polish 2025-04-02 11:34:17 -04:00
workOrder.search.ts rename types files 2025-04-24 09:24:25 -04:00
workOrder.view.d.ts major refactoring, but the application starts! 2025-02-25 15:25:38 -05:00
workOrder.view.js major refactoring 2025-03-07 15:42:38 -05:00
workOrder.view.ts major refactoring 2025-03-07 15:42:38 -05:00