sunrise-cms/routes
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
..
admin.d.ts initial commit 2022-07-12 10:29:08 -04:00
admin.js major refactoring 2025-02-25 13:17:01 -05:00
admin.ts major refactoring 2025-02-25 13:17:01 -05:00
api.d.ts outlook integration 2022-09-15 16:11:57 -04:00
api.js linting 2023-01-12 12:14:19 -05:00
api.ts linting 2024-10-31 10:47:03 -04:00
burialSites.d.ts major refactoring in progress 2025-02-21 15:48:28 -05:00
burialSites.js major refactoring 2025-02-26 15:45:33 -05:00
burialSites.ts major refactoring 2025-02-26 15:45:33 -05:00
cemeteries.d.ts major refactoring in progress 2025-02-21 15:48:28 -05:00
cemeteries.js major refactoring 2025-02-25 13:17:01 -05:00
cemeteries.ts major refactoring 2025-02-25 13:17:01 -05:00
contracts.d.ts major refactoring in progress 2025-02-21 15:48:28 -05:00
contracts.js add "direction of arrival" 2025-04-28 11:59:09 -04:00
contracts.ts add "direction of arrival" 2025-04-28 11:59:09 -04:00
dashboard.d.ts initial commit 2022-07-12 10:29:08 -04:00
dashboard.js linting 2023-01-12 12:14:19 -05:00
dashboard.ts linting 2024-10-31 10:47:03 -04:00
funeralHomes.d.ts refactoring, plus funeral home maint 2025-03-03 15:46:18 -05:00
funeralHomes.js refactoring, development on contracts 2025-03-05 15:45:55 -05:00
funeralHomes.ts refactoring, development on contracts 2025-03-05 15:45:55 -05:00
login.d.ts initial commit 2022-07-12 10:29:08 -04:00
login.js separate `canUpdateWorkOrders` permission 2025-04-24 09:36:44 -04:00
login.ts separate `canUpdateWorkOrders` permission 2025-04-24 09:36:44 -04:00
print.d.ts prepare to accommodate multiple print styles 2022-09-26 10:54:53 -04:00
print.js code cleanup 2023-11-29 14:15:39 -05:00
print.ts linting 2024-10-31 10:47:03 -04:00
reports.d.ts initial commit 2022-07-12 10:29:08 -04:00
reports.js code cleanup 2023-11-29 14:15:39 -05:00
reports.ts linting 2024-10-31 10:47:03 -04:00
workOrders.d.ts development 2022-07-14 16:29:17 -04:00
workOrders.js separate `canUpdateWorkOrders` permission 2025-04-24 09:36:44 -04:00
workOrders.ts separate `canUpdateWorkOrders` permission 2025-04-24 09:36:44 -04:00