to use this application at its simplest
`` is deliminates from this text and commands to be executed/or saved $text refers to SH/Bash/CmdLine Variable
pip install radboy==$VERSION
create a Run.py file and paste the following into it and save
#!/usr/bin/env python3 from pathlib import Path ROOTDIR=str(Path().cwd()) from radboy import RecordMyCodes as rmc rmc.quikRn(rootdir=ROOTDIR)
if you have a backup file created from TasksMode
gunzip it/un-tar
tar -xvf $backup_file
run the Run.py file
python Run.py
for lookups to be made possible please explore the in-prompt help text as a populated data file is not yet ready for use comsumption.# Radboy
Radboy
One you have entered any mode outside of root, after booting, c runs calculator mode, which means valid Python modules can be used inline with the formula ntended to be solved.
i.e.
(1/3)*60
(math.ceil(1/3)*60
(math.factorial(45)/80)
For General List Making after booting
t
mksl
a
type $barcode or name of item
follow prompts
if you need to enable extra components of mksl, at the root prompt, execute sysset
sed
look through the displayed list and examine the settings for "list maker default" or "pricing default" to set default list maker options
the list maker will be within 1 penny of the retail price due to python's use of floating points. 1 Penny is better than 10 cents but do keep this in mind. CRV follows the formula (Price+CRV)+((Price+CRV)*TAXRate) upon calculation. afterwards, it stores the actual tax not the percent rate.
Without a CRV, the formula is (Price+CRV)+((Price+CRV)*TAXRate) where CRV=0. So if your state does not use a CRV, CRV will always be 0. This system performs the math on a item by item basis where item=Product*Qty
If you wish to use this in a produce/weight basis, then assign price the per lb price, and the qty to be the lb'age of the product.
to list the build list use
bld - where qty >=1
bld- - where qty inludes values <= 0
or
got into fmla utility menu
fmla
lse and follow the prompts
to save your expense report
dlu
a
to clear you list
cau
to save your expense report, and then clear you build list
dlu
ca
to review you expenses
dlu
cost report
cr
follow the prompts
or
from fmla
cr
you may need to play with you dates as the fmla version of cost report utilizes a slightly different date system than dlu.
know you reciepts before you hit the register/check stand to catch errors before they catch you.
None is the Python Version of Null/Not A Number. If you encounter None as a value it most likely will be filtered out with FormBuilder. If you need to all FormBuilder fields to None, use anan. None can be set to a value using nan.
Please, read the helptext, its more useful than if you just read this text. This is a toolbox, with graphing included.
"You know, Phaedrus, that is the strange thing about writing, which makes it truly correspond to painting. The painter’s products stand before us as though they were alive. But if you question them, they maintain a most majestic silence. It is the same with written words. They seem to talk to you as though they were intelligent, but if you ask them anything about what they say from a desire to be instructed they go on telling just the same thing forever."
~ Socrates
Release files for radboy 0.1.60
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| radboy-0.1.60.tar.gz | 5.8 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| radboy-0.1.60-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.4 MB
Release files / radboy-0.1.60.tar.gz
| Download URL | radboy-0.1.60.tar.gz |
|---|---|
| Size | 5.8 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
21f8f51a6b1157df14d9505a912b51999b04bfca228fdb2744854dc60f395407
|
|
BLAKE2b-256 checksum How to use checksums |
ad2988bd9b87da26e981e439fb66efe758f514b66293e41cf0ab5d7ae2a96d1f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|
Release files / radboy-0.1.60-py3-none-any.whl
| Download URL | radboy-0.1.60-py3-none-any.whl |
|---|---|
| Size | 3.6 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
143f426ca7fd7d9441dae9aff6ae30f9acab8a16028869987bd9f1389e8af5c9
|
|
BLAKE2b-256 checksum How to use checksums |
7170fff1e65ac3c1866bbee7d8d1b67a28e263309ff762bd85639381a2d662c9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|