Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      OpenProject ID Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Updated by Catalin Ene over 4 years ago

Add in wysiwyg editor basic arithmetic calculations for rows/columns when using tables in the "description" of a work package.

Somehow like in Excel.

Ex1

<figure class="table"><table><tbody><tr><td>Task name</td><td>01-05 DEC</td><td>08-10 DEC</td><td>04-06 JAN</td><td style="background-color:hsl(180, 75%, 60%);"><strong>Total SUM</strong></td></tr><tr><td>task1</td><td>24</td><td>12</td><td>8</td><td style="background-color:hsl(180, 75%, 60%);">16</td></tr><tr><td>task2</td><td>24</td><td>12</td><td>4</td><td style="background-color:hsl(180, 75%, 60%);">24</td></tr></tbody></table></figure>



Ex2

<figure class="table"><table><tbody><tr><td>Task name</td><td>Number of people</td><td>Hours per day</td><td style="background-color:hsl(180, 75%, 60%);"><strong>Total (multiply)</strong></td></tr><tr><td>task1</td><td>2</td><td>8</td><td style="background-color:hsl(180, 75%, 60%);">16</td></tr><tr><td>task2</td><td>3</td><td>8</td><td style="background-color:hsl(180, 75%, 60%);">24</td></tr></tbody></table></figure>

Back

Loading...