Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

vomikan/general-reports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

239 Commits

Repository files navigation

general-reports

General reports for Money Manager Ex which can be downloaded and imported easily. Reports can be created using Money Manager Ex as well.

Demo Doccou alpha

Build Status

Report structure

Typically, one general report contains:

  1. sqlcontent.sql (MMEX will execute this SQL first to return one result set)

    select * from assets;
  2. luacontent.lua (There are two APIs here)

    • handle_record
    function handle_record(record)
     -- Your logic to modify a record and apply this function against every record from SQL.
     record:set("extra_value", record::get("VALUE") * 2);
    end
    • complete
    function complete(result)
     -- Put some accumulated value and apply this function after SQL completes.
     result:set("TOTAL", 1000);
    end
  3. template.htt (a plain text template file powered by html template which shares the same syntax with Perl's HTML::Template)

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new pull request

Donations

  1. Star it
  2. Donate to my Ripple address: rUY7DvWqNnSYCYiVr986W71tuaKtDCMNz3
  3. PayPal

About

Bunch of general reports for Money Manager Ex

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Lua 50.5%
  • TSQL 47.0%
  • Python 1.9%
  • Go 0.6%

AltStyle によって変換されたページ (->オリジナル) /