prashants / webzash

Easy to use web based double entry accounting software in PHP - MySQL under MIT License
http://webzash.org
Other
211 stars 108 forks source link

New Features that could be useful to many #63

Open cjsmalik opened 8 years ago

cjsmalik commented 8 years ago
  1. Narration is not visible while viewing entries. So unless you open a voucher, the details of the voucher are not visible. Being web based, it is not superfast to flip back and forth. So I would suggest to add a one line of narration at the entries line only. This will help run through the entries better.
  2. The printing options are restricted e.g.
    • I cannot print entries (with narration !). This would help. ( Printing of voucher is not nice looking.)
    • I can print one ledger but not a range of ledgers or subledgers of a group. Adding this feature would be very useful too.
      • Ledger print does not print narration. The option to print narrations within a ledger could be very useful.
      • Ledger does not carry the company name on the header in the printing
    • There already is a filter in balance sheet and P/L statement for the dates. If a filter for tags could also be added, then this could be used for multiple cost centre / divisions / branches also, by tagging the entries.
  3. The downloaded xls or csv file has value cells as a text cell with a Dr or Cr prefix. Further evaluation of the value entries like sum etc., within excel is not possible due to this. Dr or Cr prefix should be in separate column and the values as number cells to further process the excel sheet if needed.

Regards

CJ Singh

prashants commented 7 years ago

Thanks.

You can change how voucher prints by editing app/Plugin/Webzash/View/Entries/printpreview.ctp and ledger by editing app/Plugin/Webzash/View/Reports/print/

prashants commented 7 years ago

Point 1 is fixed in latest commit.