Code Monkey home page Code Monkey logo

Comments (2)

ketzacoatl avatar ketzacoatl commented on June 12, 2024 1

Hi @apauley, thank you for your reply.

Tags are put into comments, so if you want a rule in your rules file to generate a tag

OK, so if I want to use a column in my CSV file for tags, I should have the rules include a comment field and use that. Thank you for clarifying!

from hledger-flow.

apauley avatar apauley commented on June 12, 2024

Hi @ketzacoatl !

Sorry for only getting back to you now. Let me see if I can answer some of your questions.

Tags

Tags are put into comments, so if you want a rule in your rules file to generate a tag you can do something like this:

An.*Example.*Regex
  comment tagname:tagvalue
  account2 expenses:SomeExpense

https://hledger.org/journal.html#tags
https://hledger.org/tags-tutorial.html
https://hledger.org/csv.html

Projects

I'm assuming you're not talking about bank accounts, those are separated with owner/bank/account structure mentioned in the hledger-flow docs. If your project is something like a business, you probably have a dedicated bank account with its own statements.

Based on what I imagine a project might be, I'd choose specific accounts where I could then just use normal hledger queries to show me the totals I want.

if
Example.*Regex1
  account2 expenses:Projects:BikeShed

if
Example.*Regex2
  account2 expenses:Projects:TakeOverTheWorld

Then you'll be able to see how much your projects in total cost you, or drill down into a specific project.

Invoicing

I've never done this, but I see on the upstream hledger project site there is some docs:
https://hledger.org/invoicing.html

I've also seen people mention invoicing on the hledger mailing list:
https://hledger.org/index.html#help

More Tags

It could be that tags may help you out, but I'm not sure.

I'd suggest trying it out and see.
https://hledger.org/tags-tutorial.html

For questions like these I think you'll probably get much better answers on the hledger mailing list or chat room.
You could also have a look at the ledger-cli mailing list, there's some activity there as well.

from hledger-flow.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.