Re: Timeclock transactions balanced?

2021-09-14 Thread John Wiegley
> "CM" == Cassie McCarthy <759...@gmail.com> writes:

CM> Is this possible to do still? I know I'm 10 years late but I am also
CM> having this issue.

I don't think anything has changed with time reporting since then. :(

John

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Ledger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ledger-cli+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ledger-cli/m2lf3yfmij.fsf%40newartisans.com.


Re: GitHub workflows for ledger CI - help required

2021-09-14 Thread John Wiegley
> "MM" == Martin Michlmayr  writes:

MM> I removed the Travis hook already but I can't figure out how to remove the
MM> Travis requirement for pull requests. Do you know how?

I've removed the Travis requirement. It was in the Branch protection settings,
under "Status checks".

John

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Ledger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ledger-cli+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ledger-cli/m2pmtafmj9.fsf%40newartisans.com.


Re: Is it possible to abbreviate very large numbers? Using megs (M), kilos (K), etc? (EOM)

2021-09-14 Thread John Wiegley
> "CD" == Colin Dean  writes:

CD> You should be able to use commodity equivalencies to solve this problem to
CD> a degree, but it won't be automatic based on the magnitude in context,
CD> only whatever you set as the exchange, I think.

Actually, it should adjust the magnitude dependent on context, this is how the
automated conversions to hours, minutes and seconds work for time values. Just
use something like this:

C 1 KB = 1000 B
C 1 MB = 1000 KB
C 1 GB = 1000 MB
etc.

It should then pick whichever one can be reported at a value of 1 or more.

John

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Ledger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ledger-cli+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ledger-cli/m2tuimfml7.fsf%40newartisans.com.