File: meal.sqlite3

package info (click to toggle)
nutsqlite 2.0.6-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 764 kB
  • sloc: sh: 5,650; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 365 bytes parent folder | download | duplicates (3)
1
2
3
4
5
/*
  This is the screen I look at when editing or viewing the current meal.
*/

select * from shopview; select plan_name || ':  ' || cm_string || '  $' || cast(cast(100.0 * cost as int) / 100 as text) || '.' || substr(cast(100.0 * cost as int) % 100 + 100,2,2) from eating_plan, cm_string, food_cost_cm; select * from currentmeal; select * from am_analysis_header;