diff --git a/doc/build/html/_sources/index.txt b/doc/build/html/_sources/index.txt index 20a2b93..d8e58a7 100644 --- a/doc/build/html/_sources/index.txt +++ b/doc/build/html/_sources/index.txt @@ -11,6 +11,7 @@ Contents: .. toctree:: :maxdepth: 2 + README api/accounting.rst diff --git a/doc/build/html/api/accounting.html b/doc/build/html/api/accounting.html index 00dc3e8..0360ebd 100644 --- a/doc/build/html/api/accounting.html +++ b/doc/build/html/api/accounting.html @@ -164,13 +164,8 @@ jsonify_exceptions decorator

-
-on_aboutdialog_close(widget)[source]
-
- -
-
-on_refresh_transactions_activate(widget)[source]
+
+on_about_dialog_response(widget, response_type)
@@ -179,8 +174,13 @@ jsonify_exceptions decorator

-
-on_transaction_selected(widget)[source]
+
+on_transaction_refresh_activate(widget)
+
+ +
+
+on_transaction_view_cursor_changed(widget)
diff --git a/doc/build/html/api/accounting.storage.html b/doc/build/html/api/accounting.storage.html index 1519960..f3f50dd 100644 --- a/doc/build/html/api/accounting.storage.html +++ b/doc/build/html/api/accounting.storage.html @@ -99,6 +99,11 @@ based on self.led bal()[source]
+
+
+delete_transaction(transaction_id)
+
+
get_process()[source]
@@ -107,6 +112,11 @@ based on self.led self.init_process() is returned.

+
+
+get_transaction(transaction_id)
+
+
get_transactions()[source]
@@ -175,6 +185,11 @@ without the prompt.

class accounting.storage.Storage(*args, **kw)[source]

Bases: builtins.object

ABC for accounting storage

+
+
+add_transaction(transaction)
+
+
get_account(*args, **kw)[source]
@@ -207,6 +222,12 @@ without the prompt.

+
+
+exception accounting.storage.TransactionNotFound
+

Bases: accounting.exceptions.AccountingException

+
+ diff --git a/doc/build/html/genindex.html b/doc/build/html/genindex.html index a152c27..90a8aad 100644 --- a/doc/build/html/genindex.html +++ b/doc/build/html/genindex.html @@ -153,6 +153,10 @@
+
(accounting.storage.Storage method) +
+ +
(accounting.storage.sql.SQLStorage method)
@@ -236,6 +240,10 @@
+
delete_transaction() (accounting.storage.ledgercli.Ledger method) +
+ +
dict_to_object() (accounting.transport.AccountingDecoder method)
@@ -276,9 +284,15 @@ -
get_transaction() (accounting.storage.Storage method) +
get_transaction() (accounting.storage.ledgercli.Ledger method)
+
+ +
(accounting.storage.Storage method) +
+ +
get_transactions() (accounting.storage.ledgercli.Ledger method)
@@ -408,21 +422,21 @@ - +
-
on_aboutdialog_close() (accounting.gtkclient.AccountingApplication method) -
- - -
on_refresh_transactions_activate() (accounting.gtkclient.AccountingApplication method) +
on_about_dialog_response() (accounting.gtkclient.AccountingApplication method)
on_show_about_activate() (accounting.gtkclient.AccountingApplication method)
+ +
on_transaction_refresh_activate() (accounting.gtkclient.AccountingApplication method) +
+
-
on_transaction_selected() (accounting.gtkclient.AccountingApplication method) +
on_transaction_view_cursor_changed() (accounting.gtkclient.AccountingApplication method)
@@ -535,12 +549,12 @@
transaction_get() (in module accounting.web)
-
transaction_post() (in module accounting.web)
+
transaction_update() (in module accounting.web)
@@ -549,6 +563,10 @@
transaction_uuid (accounting.storage.sql.models.Posting attribute)
+ +
TransactionNotFound +
+
diff --git a/doc/build/html/index.html b/doc/build/html/index.html index 5de3006..cea64df 100644 --- a/doc/build/html/index.html +++ b/doc/build/html/index.html @@ -24,7 +24,7 @@ - +