云飞机构养老管理平台系统
立即下载
资源介绍:
介绍
通过该系统,养老机构可将各职能部门、服务单元以及外部市场连成一个有机整体,进行快速、高效的信息收集和业务处理;辅助医疗、康复、护理、供给、消耗、咨询、办公、劳资及财务等多项管理功能,整合内外部环境多方面的信息,为养老机构的管理和服务提供适时、准确、可靠的决策依据,提高经营管理效能,增强养老机构的核心竞争力。
建立一个计费收费管理、接待咨询管理、老人档案、人事管理、仓库管理、统计分析全面集成、资源共享的信息化管理系统,全面提高经营管理水平。
规范收费管理,实现精准、迅捷的电脑自动化计费、结账,提高收费工作效率,提升财务管理质量。
加强老人档案资料和服务项目的管理,提供多角度的在住老人情况分析功能,辅助管理层,随时全方位掌握老人信息,提升服务质量。
提高仓库物品周转效率,规范仓库管理运作,降低库存和运营成本。
通过系统的实时的数据统计分析,给管理人员提供全面、准确的、科学的决策依据。
适用范围
适用于养老院、老年福利院、老年公寓、敬老院、老年康复中心、大型养老社区等养老机构。
系统特点
操作简单,界面友好:满足客户已有的操作习惯;
v3.10.2 (2020-05-13)
--------------------
Compatibilty with jQuery 3.5.0 (#5391, #5348)
v3.10.1 (2019-08-10)
--------------------
Released solely to change the [package description text](https://www.npmjs.com/package/fullcalendar)
to reference v4 packages.
v3.10.0 (2019-01-10)
--------------------
POTENTIALLY BREAKING CHANGE:
The jquery and moment packages have been moved to peerDependencies. If you are using
NPM to install fullcalendar, you'll need to explicitly add jquery and moment as
dependencies of your project. NPM will not install them automatically. (#4136, #4233)
New Features:
- events from a Google Calendar event source will receive extended props (#4123)
- export more classes and util functions (#4124)
- new locales: zh-hk (#4266), be (#4274)
Bugfixes:
- not accepting dayClicks/selects because of overflow-x:hidden on html/body (#3615)
- event end time not displayed when duration is one slot, in agenda view (#3049)
- switching views before event fetch resolves, JS error (#3689)
- single-day allDay event not showing when time is specified (#3854)
- prev button doesn't work when previous days are hidden by hiddenDays and dayCount
is greater than dateIncrement (#4202)
- calendar locale not used in all moments objects (#4174)
- background event background color does not completely fill cells in Chrome (#4145)
- provide a delta for eventResize when resizing from start (#4135)
- IE11 memory leak from not removing handler correctly (#4311)
- make touchstart handlers passive (#4087)
- fixed typescript definition for: eventAllow (#4243), selectAllow (#4319)
- fixed locales: de (#4197, #4371), hu (#4203), tr (#4312), ja (#4329)
v3.9.0 (2018-03-04)
-------------------
- Bootstrap 4 support (#4032, #4065, thx @GeekJosh)
- add OptionsInput to the fullcalendar.d.ts exports (#4040, #4006)
- columnHeaderFormat/columnHeaderHtml/columnHeaderText in .d.ts file (#4061, #4085)
- list-view auto-height not working (#3346, #4071, thx @WhatTheBuild)
- bump momentjs minimum version to 2.20.1, for locale fixes (#4014)
- swedish week header translation fix (#4082)
- dutch year translation (#4069)
v3.8.2 (2018-01-30)
-------------------
Bugfixes:
- Fix TypeScript definitions file with strictNullChecks (#4035)
v3.8.1 (2018-01-28)
-------------------
Bugfixes:
- TypeScript definition file not compatible with noImplicitAny (#4017)
- ES6 classes are not supported for grid class (#3437)
- day numbers in month view should be localized (#3339)
- select helper is resizable, causes js error (#3764)
- selecting over existing select helper causes js error (#4031)
- eventOrder doesn't work on custom fields (#3950)
- aria label on button icons (#4023)
- dynamic option changes to select/overlap/allow doesn't cause rerender
Locales:
- added Georgian (#3994)
- added Bosnian (#4029)
v3.8.0 (2017-12-18)
-------------------
- new settings for month/agenda/basic views (#3078):
- `columnHeaderFormat` (renamed from `columnFormat`)
- `columnHeaderText`
- `columnHeaderHtml`
- TypeScript definition file (fullcalendar.d.ts) included in npm package (#3889)
- codebase using SASS, though not taking advantage of it yet (#3463)
- codebase fully ported to TypeScript / Webpack
- Afrikaans locale fix (#3862)
v3.7.0 (2017-11-13)
-------------------
Bugfixes:
- `render` method does not re-adjust calendar dimension (#3893)
- when custom view navigates completely into hidden weekends, JS error ([scheduler-375])
Other:
- in themes.html demo, fixed broken Bootswatch themes (#3917)
- moved JavaScript codebase over to TypeScript
(same external API; embedded typedefs coming soon)
[scheduler-375]: https://github.com/fullcalendar/fullcalendar-scheduler/issues/375
v3.6.2 (2017-10-23)
-------------------
Bugfixes:
- Google Calendar event sources not calling `loading` callback (#3884)
- `eventDataTransform` w/ eventConstraint shouldn't be called during event resizing (#3859)
- `navLinks` would go to the previously navigated date (#3869)
- `nowIndicator` arrow would repeatedly render (#3872)
- fc-content-skeleton DOM element would repeatedly render on navigation in agenda view
v3.6.1 (2017-10-11)
-------------------
Bugfixes:
- JSON feed event sources always requesting current page (#3865)
- multi-day events appearing multiple times in more+ popover (#3856)
v3.6.0 (2017-10-10)
-------------------
Features:
- `agendaEventMinHeight` for guaranteeing height (#961, #3788) thx @Stafie
- `columnHeader` can be set to `false` to hide headings (#3438, #3787) thx @caseyjhol
- export all View classes (#2851, #3831)
- `updateEvent`, update complex attributes (#2864)
- Albanian locale (#3847) thx @alensaqe
Bugfixes:
- objects used as non-standard Event properties ignored by `updateEvent` (#3839)
- listDay error if event goes over period (#3843)
- `validDays` with `hiddenDays`, js error when no days active (#3846)
- json feed Event Source object no longer has `url` property (#3845)
- `updateEvent`, allDay to timed, when no end, wrong end date (#3144)
- `removeEvents` by `_id` stopped working (#3828)
- correct `this` context in FuncEventSource (#3848) thx @declspec
- js event not received in unselect callback when selecting another cell (#3832)
Incompatibilities:
- The `viewRender` callback might now be fired AFTER events have been rendered
to the DOM. However, the eventRender/eventAfterRender/eventAfterAllRender callbacks
will always be fired after `viewRender`, just as before.
- The internal `Grid` class (accessed via `$.fullCalendar.Grid`) has been removed.
For monkeypatching, use DayGrid/TimeGrid directly.
v3.5.1 (2017-09-06)
-------------------
- fixed loading trigger not firing (#3810)
- fixed overaggressively fetching events, on option changes (#3820)
- fixed event object `date` property being discarded (tho still parsed) (#3819)
- fixed event object `_id` property being discarded (#3811)
v3.5.0 (2017-08-30)
-------------------
Features:
- Bootstrap 3 theme support (#2334, #3566)
- via `themeSystem: 'bootstrap3'` (the `theme` option is deprecated)
- new `bootstrapGlyphicons` option
- jQuery UI "Cupertino" theme no longer included in zip archive
- improved theme switcher on demo page (#1436)
(big thanks to @joankaradimov)
- 25% event rendering performance improvement across the board (#2524)
- console message for unknown method/calendar (#3253)
- Serbian cyrilic/latin (#3656)
- available via Packagist (#2999, #3617)
Bugfixes:
- slot time label invisible when minTime starts out of alignment (#2786)
- bug with inverse-background event rendering when out of range (#3652)
- wrongly disabled prev/next when current date outside of validRange (#3686, #3651)
- updateEvent, error when changing allDay from false to true (#3518)
- updateEvent doesn't support ID changes (#2928)
- Promise then method doesn't forward result (#3744)
- Korean typo (#3693)
- fixed switching from any view to listview, eventAfterRender isn't called (#3751)
Incompatibilities:
- Event Objects obtained from clientEvents or various callbacks are no longer
references to internally used objects. Rather, they are static object copies.
- `clientEvents` method no longer returns events in same order as received.
Do not depend on order.
v3.4.0 (2017-04-27)
-------------------
- composer.json for Composer (PHP package manager) (#3617)
- fix toISOString for locales with non-trivial postformatting (#3619)
- fix for nested inverse-background events (#3609)
- Estonian locale (#3600)
- fixed Latvian localization (#3525)
- internal refactor of async systems
v3.3.1 (2017-04-01)
-------------------
Bugfixes:
- stale calendar title when navigate away from then back to the a view (#3604)
- js error when gotoDate immediately after calendar initialization (#3598)
- agenda view scrollbars causes misalignment in jquery 3.2.1 (#3612)
- navigation bug when trying to navigate to a day of another week (#3610)
- dateIncrement not working when duration and dateIncrement have different units
v3.3.0 (2017-03-23)
--
资源文件列表:
yunfei-yns-master.zip 大约有2336个文件