Bunch of general reports for Money Manager Ex.
- sqlcontent.sql (MMEX will execute this sql firstly to return one result set)
- for instance
select * from assets_v1;
- luacontent.lua (There are two APIs here)
- handle_record
function handle_record(record)
// put your logic to modify 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 funciton after SQL complete
result:set("TOTAL", 1000);
end
- template.htt (plain text template file powered by html template)
- Fork [it] (http://github.com/moneymanagerex/general-reports)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
- Do a donate at my Ripple address:
rUY7DvWqNnSYCYiVr986W71tuaKtDCMNz3
- PayPal