diff --git a/doc/build/html/api/accounting.storage.sql.html b/doc/build/html/api/accounting.storage.sql.html new file mode 100644 index 0000000000000000000000000000000000000000..d96adf958d8528693b0e8167c0112991dbc5c1f9 --- /dev/null +++ b/doc/build/html/api/accounting.storage.sql.html @@ -0,0 +1,259 @@ + + + + + + + + accounting.storage.sql package — Accounting API 0.1-beta documentation + + + + + + + + + + + + + + + +
+
+
+
+ +
+

accounting.storage.sql package

+
+

Submodules

+
+
+

accounting.storage.sql.models module

+
+
+class accounting.storage.sql.models.Amount(**kwargs)[source]
+

Bases: flask_sqlalchemy.Model

+
+
+amount
+
+ +
+
+as_dict()[source]
+
+ +
+
+id
+
+ +
+
+symbol
+
+ +
+ +
+
+class accounting.storage.sql.models.Posting(**kwargs)[source]
+

Bases: flask_sqlalchemy.Model

+
+
+account
+
+ +
+
+amount
+
+ +
+
+amount_id
+
+ +
+
+as_dict()[source]
+
+ +
+
+id
+
+ +
+
+meta
+
+ +
+
+transaction
+
+ +
+
+transaction_uuid
+
+ +
+ +
+
+class accounting.storage.sql.models.Transaction(**kwargs)[source]
+

Bases: flask_sqlalchemy.Model

+
+
+as_dict()[source]
+
+ +
+
+date
+
+ +
+
+id
+
+ +
+
+meta
+
+ +
+
+payee
+
+ +
+
+uuid
+
+ +
+ +
+
+

Module contents

+
+
+class accounting.storage.sql.SQLStorage(app=None)[source]
+

Bases: accounting.storage.Storage

+
+
+add_transaction(transaction)[source]
+
+ +
+
+get_transactions(*args, **kw)[source]
+
+ +
+
+update_transaction(transaction)[source]
+
+ +
+ +
+
+ + +
+
+
+
+
+

Table Of Contents

+ + +

Previous topic

+

accounting.storage package

+

This Page

+ + + +
+
+
+
+ + + + \ No newline at end of file