You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue exists to gather ideas and track the progress of implementing the client-side Posting Journal. It should be referenced and updated as progress is made on the Posting Journal.
Grid Features
Grouping And Sub-grouping
Supported Groups:
Transactions
Accounts
Date
General Functionality:
Allow group headers/footers
Aggregate/Sum columns where applicable (debits, credits, etc)
Display metadata about groups (number of items, grouped value, etc)
Sorting
Supports Multi-level Sorting
[Design Decision] Support sorting on either client or server
Sort Directions:
A-Z (Case Sensitive)
A-z (Case Insensitive)
Z-A (Case Sensitive)
Z-a (Case Insensitive)
Editing
Editors:
Dates (date-picker)
Debtors/Creditors (via modal with conventions, patients, suppliers, etc)
Currency (<select> element)
References (via a "find a reference document" modal)
General Functionality:
Undo/Redo (via buttons (Forward/Backwards) and keyboard (Ctrl-Z/Ctr-R))
Copy/Paste (via buttons (glyphicon-copy/glyphicon-paste) and keyboard (Ctrl-C/Ctrl-V))
Import from Excel
Filtering
Filters
"Greater Than" (>)
"Less Than" (<)
"Greater Than or Equal" (>=)
"Less Than or Equal" (>=)
"Equal" (=)
"Containing" (LIKE %token%)
"Limit" (LIMIT %number%)
General Functionality
Filtering should be additive/aggregating - order takes precedence in filtering the view
Obvious ("Ribbon") UI for adding/removing filters. Inspiration and Another.
Clear filter in any order.
Printing
Print to PDF
Current View
N Records (limited by a max limit)
Persistent Configuration
[Design Decision] Keep configuration in AppCache or the database
Stored Preferences:
Column Ordering
Columns Hiding/Showing
Default Grouping
Default Sort Direction
Context Menu
Support sorting, inline filtering, group by
Active on any row and column (including headers)
Column Reordering/Hiding
Support column reordering (via drag and drop)
Support column hiding (via context menu, recall via configuration modal)
Footers
Show total number of items in view / total number of items in table
Show current page / total number of pages (for pagination)
Show last poll to the server
Exporters
CSV
PDF
HTML (potentially)
The text was updated successfully, but these errors were encountered:
This issue exists to gather ideas and track the progress of implementing the client-side Posting Journal. It should be referenced and updated as progress is made on the Posting Journal.
Grid Features
<select>
element)>
)<
)>=
)>=
)=
)LIKE %token%
)LIMIT %number%
)Show current page / total number of pages (for pagination)The text was updated successfully, but these errors were encountered: