Closed ZacRyon closed 3 years ago
Thanks for reporting this. We agree, and we’ll publish a fix asap, either in an update for the current version or in the next major release. Please do not reply to this, as we do not monitor closed issues. If you have follow-up questions or requests, please create a new issue where you reference this one.
page 39 "General Journal" { // // This page has two view modes based on global variable 'IsSimplePage' as :- // // Classic mode (Show more columns action) - When IsSimplePage is set to false. This view supports showing all the traditional columns. All the lines for all // // document numbers are shown in this view. // // Simple mode (Show less columns actions) - When IsSimplePage is set to True. This view supports limitted columns and pulls document number, posting date, // // currency code as global variables. This mode is intented to do fast data entry so only ONE document number is shown at a time. User can // // use next / previous buttons to navigate between different document numbers. // // By default this page opens up in Simple mode; if users chooses to switch to classic mode (show more columns) then we remember their selection in Journal User Preferences table
}