Double entry accounting package for django
Project description
-- Type: money_value
-- DROP TYPE IF EXISTS public.money_value;
CREATE TYPE public.money_value AS ( amount numeric(14,0), currency character varying(3) );
ALTER TYPE public.money_value OWNER TO postgres;
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django_dea-0.1.0.tar.gz
(61.8 kB
view hashes)
Built Distribution
django_dea-0.1.0-py3-none-any.whl
(29.5 kB
view hashes)
Close
Hashes for django_dea-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 73f52346cc4adecdfa11ce22f803066eea6ae185a3f8025789f16f4ca6cb6179 |
|
MD5 | e7392226eef42258ce5b5aeafbfd7be7 |
|
BLAKE2b-256 | 644c94b6f10a4d881d456bdddf0610d8382d205ecc699e4a5e524967f7c729e2 |