Multi-community property management system source code ThinkPHP5 kernel

Introduction:

ThinkPHP5 multi-community property management system source code, simple operation, complete functions, and good user experience

Development environment PHP7+mysql


download link:

http://www.bytepan.com/CX6ne2d6yFJ


Function module description of property management system:

  1. Statistical analysis
    Take the community as a unit, and count the following data:
    total number of buildings in the
    community total number of households in the
    community total number of
    tenants in the
    community monthly charge amount statistics in the
    community parking space statistics in the
    community vehicles statistics in the
    community pets statistics in the
    community repair report statistics
  2. Community management
    Main functions: community overview, location, land area, developer name, property company name, greening rate and other information.
  3. Real estate information management
    Record the basic information of each household, including the head of the household, the number of rooms, unit information, and floor
  4. Owner information management
    Record the basic information of the owner, the owner's family members, vehicles, pets and other information.
  5. Parking space management
    Record the basic information of the parking space (parking space number) and
    record the usage (renting or buying), cost and other information of the parking space.
  6. Service management The
    main modules include community activity management, customer complaint management, repair report management, and mailbox management.
  7. Asset equipment management
    Public equipment management, such as elevators, street lights, trash cans, distribution boxes, etc.
  8. Charge management
    main functional modules: charge item definition, payment record management.
  9. On-duty management Manage
    the on-duty status of community security in the form of a calendar.
  10. Authority management
    Detailed operation authority control is not only a menu-level control, but also accurate to the operation buttons on the interface.
    The system has built-in the following 4 roles:
    Super Administrator, Community Administrator, Community Staff, and Owner.
    Each role has different operating rights.
    At the same time, you can customize multiple roles according to your needs, and then assign corresponding operation permissions to them.
  11. System configuration
    Main modules: system basic configuration, accessory management, personal information configuration, operation log, and timing tasks.

Insert picture description here

Guess you like

Origin blog.csdn.net/weixin_37863729/article/details/113048329