django-ledger 0.6.3__py3-none-any.whl → 0.7.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of django-ledger might be problematic. Click here for more details.
- django_ledger/__init__.py +1 -4
- django_ledger/admin/coa.py +1 -2
- django_ledger/contrib/django_ledger_graphene/accounts/schema.py +1 -1
- django_ledger/forms/account.py +60 -44
- django_ledger/forms/bank_account.py +3 -2
- django_ledger/forms/bill.py +24 -36
- django_ledger/forms/customer.py +1 -1
- django_ledger/forms/data_import.py +3 -3
- django_ledger/forms/estimate.py +1 -1
- django_ledger/forms/invoice.py +5 -7
- django_ledger/forms/item.py +24 -15
- django_ledger/forms/transactions.py +3 -3
- django_ledger/io/io_core.py +4 -2
- django_ledger/io/io_middleware.py +5 -0
- django_ledger/io/roles.py +6 -0
- django_ledger/migrations/0017_alter_accountmodel_unique_together_and_more.py +31 -0
- django_ledger/models/accounts.py +629 -342
- django_ledger/models/bank_account.py +0 -4
- django_ledger/models/bill.py +0 -3
- django_ledger/models/closing_entry.py +0 -3
- django_ledger/models/coa.py +59 -48
- django_ledger/models/coa_default.py +9 -8
- django_ledger/models/customer.py +0 -4
- django_ledger/models/data_import.py +0 -3
- django_ledger/models/entity.py +80 -40
- django_ledger/models/estimate.py +0 -9
- django_ledger/models/invoice.py +0 -3
- django_ledger/models/items.py +4 -6
- django_ledger/models/journal_entry.py +2 -5
- django_ledger/models/ledger.py +0 -3
- django_ledger/models/mixins.py +0 -3
- django_ledger/models/purchase_order.py +0 -4
- django_ledger/models/signals.py +0 -3
- django_ledger/models/transactions.py +2 -5
- django_ledger/models/unit.py +0 -3
- django_ledger/models/utils.py +0 -3
- django_ledger/models/vendor.py +0 -3
- django_ledger/report/cash_flow_statement.py +1 -1
- django_ledger/static/.DS_Store +0 -0
- django_ledger/static/django_ledger/.DS_Store +0 -0
- django_ledger/static/django_ledger/logo_2/.DS_Store +0 -0
- django_ledger/static/django_ledger/logo_2/django_ledger_logo_dark.png +0 -0
- django_ledger/static/django_ledger/logo_2/django_ledger_logo_dark@0.5x.png +0 -0
- django_ledger/static/django_ledger/logo_2/django_ledger_logo_dark@2x.png +0 -0
- django_ledger/static/django_ledger/logo_2/django_ledger_logo_dark@3x.png +0 -0
- django_ledger/static/django_ledger/logo_2/djl-full-vert.png +0 -0
- django_ledger/static/django_ledger/logo_2/djl-full-vert@0.5x.png +0 -0
- django_ledger/static/django_ledger/logo_2/djl-full-vert@2x.png +0 -0
- django_ledger/static/django_ledger/logo_2/djl-full-vert@3x.png +0 -0
- django_ledger/static/django_ledger/logo_2/djl-logo-full-horiz.png +0 -0
- django_ledger/static/django_ledger/logo_2/djl-logo-full-horiz@0.5x.png +0 -0
- django_ledger/static/django_ledger/logo_2/djl-logo-full-horiz@2x.png +0 -0
- django_ledger/static/django_ledger/logo_2/djl-logo-full-horiz@3x.png +0 -0
- django_ledger/static/django_ledger/logo_2/djl-logo-full-vert.png +0 -0
- django_ledger/static/django_ledger/logo_2/djl-logo-full-vert@0.5x.png +0 -0
- django_ledger/static/django_ledger/logo_2/djl-logo-full-vert@2x.png +0 -0
- django_ledger/static/django_ledger/logo_2/djl-logo-full-vert@3x.png +0 -0
- django_ledger/static/django_ledger/logo_2/djl-logo.png +0 -0
- django_ledger/static/django_ledger/logo_2/djl-logo@0.5x.png +0 -0
- django_ledger/static/django_ledger/logo_2/djl-logo@2x.png +0 -0
- django_ledger/static/django_ledger/logo_2/djl-logo@3x.png +0 -0
- django_ledger/static/django_ledger/logo_2/djl-txt-full-horiz.png +0 -0
- django_ledger/static/django_ledger/logo_2/djl-txt-full-horiz@0.5x.png +0 -0
- django_ledger/static/django_ledger/logo_2/djl-txt-full-horiz@2x.png +0 -0
- django_ledger/static/django_ledger/logo_2/djl-txt-full-horiz@3x.png +0 -0
- django_ledger/static/django_ledger/logo_2/djl-txt-full-vert.png +0 -0
- django_ledger/static/django_ledger/logo_2/djl-txt-full-vert@0.5x.png +0 -0
- django_ledger/static/django_ledger/logo_2/djl-txt-full-vert@2x.png +0 -0
- django_ledger/static/django_ledger/logo_2/djl-txt-full-vert@3x.png +0 -0
- django_ledger/static/django_ledger/logo_2/djl-txt-horiz.png +0 -0
- django_ledger/static/django_ledger/logo_2/djl-txt-horiz@0.5x.png +0 -0
- django_ledger/static/django_ledger/logo_2/djl-txt-horiz@2x.png +0 -0
- django_ledger/static/django_ledger/logo_2/djl-txt-horiz@3x.png +0 -0
- django_ledger/templates/django_ledger/account/account_create.html +2 -2
- django_ledger/templates/django_ledger/account/account_update.html +1 -1
- django_ledger/templates/django_ledger/account/tags/account_txs_table.html +1 -0
- django_ledger/templates/django_ledger/account/tags/accounts_table.html +27 -18
- django_ledger/templates/django_ledger/bills/bill_detail.html +3 -3
- django_ledger/templates/django_ledger/expense/tags/expense_item_table.html +7 -0
- django_ledger/templates/django_ledger/invoice/invoice_detail.html +3 -3
- django_ledger/templatetags/django_ledger.py +7 -1
- django_ledger/tests/base.py +23 -7
- django_ledger/tests/test_accounts.py +145 -9
- django_ledger/urls/account.py +17 -24
- django_ledger/utils.py +8 -0
- django_ledger/views/__init__.py +1 -1
- django_ledger/views/account.py +80 -118
- django_ledger/views/auth.py +1 -1
- django_ledger/views/bank_account.py +9 -11
- django_ledger/views/bill.py +91 -80
- django_ledger/views/closing_entry.py +8 -0
- django_ledger/views/coa.py +2 -1
- django_ledger/views/customer.py +1 -1
- django_ledger/views/data_import.py +1 -1
- django_ledger/views/entity.py +1 -1
- django_ledger/views/estimate.py +13 -8
- django_ledger/views/feedback.py +1 -1
- django_ledger/views/financial_statement.py +1 -1
- django_ledger/views/home.py +1 -1
- django_ledger/views/inventory.py +9 -0
- django_ledger/views/invoice.py +5 -2
- django_ledger/views/item.py +58 -68
- django_ledger/views/journal_entry.py +1 -1
- django_ledger/views/ledger.py +3 -1
- django_ledger/views/mixins.py +9 -8
- django_ledger/views/purchase_order.py +1 -1
- django_ledger/views/transactions.py +1 -1
- django_ledger/views/unit.py +9 -0
- django_ledger/views/vendor.py +1 -1
- {django_ledger-0.6.3.dist-info → django_ledger-0.7.0.dist-info}/AUTHORS.md +8 -2
- {django_ledger-0.6.3.dist-info → django_ledger-0.7.0.dist-info}/METADATA +34 -43
- {django_ledger-0.6.3.dist-info → django_ledger-0.7.0.dist-info}/RECORD +115 -79
- {django_ledger-0.6.3.dist-info → django_ledger-0.7.0.dist-info}/WHEEL +1 -1
- {django_ledger-0.6.3.dist-info → django_ledger-0.7.0.dist-info}/top_level.txt +0 -1
- {django_ledger-0.6.3.dist-info → django_ledger-0.7.0.dist-info}/LICENSE +0 -0
|
@@ -48,13 +48,13 @@ assets/node_modules/node-gyp/gyp/tools/pretty_gyp.py,sha256=2ZCRPW-MZfK7gdnCIaqh
|
|
|
48
48
|
assets/node_modules/node-gyp/gyp/tools/pretty_sln.py,sha256=b_Fxm-SXUCPL3Tix4EyNwZNmQ-zkeRIFFmuL0R5wFhw,5482
|
|
49
49
|
assets/node_modules/node-gyp/gyp/tools/pretty_vcproj.py,sha256=AwQrxK1F-jhjsbbT35XQjrvWNbc3IBFaKXoJogqMh_o,10633
|
|
50
50
|
assets/node_modules/node-gyp/test/fixtures/test-charmap.py,sha256=5raXzaQnO2eJnrlFtlDtWftryhZX7Fj0amFW3hdSnhE,547
|
|
51
|
-
django_ledger/__init__.py,sha256=
|
|
51
|
+
django_ledger/__init__.py,sha256=jDfSoy77j4pw7sR5oy0HhIDMpZgehSx3E9VTJ2hMYRI,380
|
|
52
52
|
django_ledger/apps.py,sha256=H-zEWUjKGakgSDSZmLIoXChZ2h6e0dth0ZO5SpoT-8U,163
|
|
53
53
|
django_ledger/exceptions.py,sha256=rML8sQQ0Hq-DYMLZ76dfw2RYSAsXWUoyHuyC_yP9o1o,491
|
|
54
54
|
django_ledger/settings.py,sha256=bZyPKgjmRcO_Rj7hDi4gGlW0VFr_LP2yKeUVIkmWgQM,6321
|
|
55
|
-
django_ledger/utils.py,sha256=
|
|
55
|
+
django_ledger/utils.py,sha256=ANWeG4QPbmNf90tamF9S-5IJRxvyOAUdKMCmMjyyeVQ,4518
|
|
56
56
|
django_ledger/admin/__init__.py,sha256=MipzxmBhXswpx63uf3Ai2amyBMAP5fZL7mKXKxjNRIY,458
|
|
57
|
-
django_ledger/admin/coa.py,sha256=
|
|
57
|
+
django_ledger/admin/coa.py,sha256=_T-F7lQc-66ijErGbSCABO2qqQqfPXVbnGpct6WxWdU,3525
|
|
58
58
|
django_ledger/admin/entity.py,sha256=DhH-6o3kjUdkhVPHzwOSF3crtvf5MCzcc1vPCk9O2Bk,6287
|
|
59
59
|
django_ledger/admin/ledger.py,sha256=WKJCKDT54B_OWtAGlPKKAOBRZAqJ-SPNYiuvV-Wa9y8,7936
|
|
60
60
|
django_ledger/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -62,7 +62,7 @@ django_ledger/contrib/django_ledger_graphene/__init__.py,sha256=47DEQpj8HBSa-_TI
|
|
|
62
62
|
django_ledger/contrib/django_ledger_graphene/api.py,sha256=exrsmMcX21-Vhpe2_9X0eRLcdlnoE2ut0KUxBLu-TM8,871
|
|
63
63
|
django_ledger/contrib/django_ledger_graphene/apps.py,sha256=P9I-Keqyx-2Ps55wUI9R5EZArHfo7ceU4crhIPmVbp4,173
|
|
64
64
|
django_ledger/contrib/django_ledger_graphene/views.py,sha256=sk_9XJTVfCMS9X-54MC9nu6VSX_kxt_s8oli3lTIs5k,368
|
|
65
|
-
django_ledger/contrib/django_ledger_graphene/accounts/schema.py,sha256=
|
|
65
|
+
django_ledger/contrib/django_ledger_graphene/accounts/schema.py,sha256=2tewLRvAk-u_Q3f9UIk6W90thvF7cmjDFYCkbPOZGkA,1042
|
|
66
66
|
django_ledger/contrib/django_ledger_graphene/auth/mutations.py,sha256=Z3t60CPesknVeZGJSszbiy_HWNci3yZnna9n1F-Nqvk,1871
|
|
67
67
|
django_ledger/contrib/django_ledger_graphene/auth/schema.py,sha256=7yuTICsJz_z41sCyzkMhX1sv7Ly5QC_MMUKCsFEUAyQ,135
|
|
68
68
|
django_ledger/contrib/django_ledger_graphene/bank_account/mutations.py,sha256=gF6tXRoDVfgntBiHYfeZEFTH5wyjNXwNKCLBxWg64l8,1923
|
|
@@ -93,36 +93,36 @@ django_ledger/contrib/django_ledger_graphene/unit/schema.py,sha256=orR4tn1ORTfzL
|
|
|
93
93
|
django_ledger/contrib/django_ledger_graphene/vendor/mutations.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
94
94
|
django_ledger/contrib/django_ledger_graphene/vendor/schema.py,sha256=Y20FR0gut0yNsROL_f1LSHdzn7wM4_voKQv--evVGG4,1453
|
|
95
95
|
django_ledger/forms/__init__.py,sha256=N7iaeMO5xTU-q7RXTVYUy-fu8nMZbiIJ9QEtDCjsTdI,205
|
|
96
|
-
django_ledger/forms/account.py,sha256
|
|
96
|
+
django_ledger/forms/account.py,sha256=eClTuVrZOCeBuOFoe8GGVB9WyfiqKZbWSUaisRQIeiY,5184
|
|
97
97
|
django_ledger/forms/app_filters.py,sha256=fHmftiuR1Ei28LhGuu7LoxS4Q5pVjj1wiT0fF4GUcUI,2293
|
|
98
98
|
django_ledger/forms/auth.py,sha256=HaJDEIRFoAHEAv-s_ZfTe0rZbhzIQ7GkKnaBX1qiAW4,736
|
|
99
|
-
django_ledger/forms/bank_account.py,sha256=
|
|
100
|
-
django_ledger/forms/bill.py,sha256=
|
|
99
|
+
django_ledger/forms/bank_account.py,sha256=4pWOM-YROrgV88_XsBMEr-P69Q9bBlomJIBOsyVcaXw,4525
|
|
100
|
+
django_ledger/forms/bill.py,sha256=vJbLZhHpolhzM0WKZdSAcuBnQAXDGGeKmY3RrswB-ZM,10813
|
|
101
101
|
django_ledger/forms/closing_entry.py,sha256=AwEEhphjQ-D4pQ6lRk2zGSmMSMkoamIVICnUY8rgqKU,1494
|
|
102
102
|
django_ledger/forms/coa.py,sha256=-w0GbVde1ve0lEgWCc7kAIfDDVP_nBYgrxykfC301Gw,1312
|
|
103
|
-
django_ledger/forms/customer.py,sha256=
|
|
104
|
-
django_ledger/forms/data_import.py,sha256=
|
|
103
|
+
django_ledger/forms/customer.py,sha256=GrpREV8c3UsNhg5KzwNsofnuW5uv25Ue-Aa-pJeyXUc,2501
|
|
104
|
+
django_ledger/forms/data_import.py,sha256=57iBUDBISSJAoE0Lj4UbloTCJrwDSTeCIpncGRZPITY,5677
|
|
105
105
|
django_ledger/forms/entity.py,sha256=b0QirmsFSnaM8YWDO4V6GQXfFgR_MLmdq27I2q2sGQ0,6880
|
|
106
|
-
django_ledger/forms/estimate.py,sha256=
|
|
106
|
+
django_ledger/forms/estimate.py,sha256=0A30F4mosT4uvIde61lAWbPV4JePUQIX87VAcTtby3c,5180
|
|
107
107
|
django_ledger/forms/feedback.py,sha256=WUT-kI4uT6q5aqEYaDYwyIFfhXpmtwMv6qf9BFSYsDo,1850
|
|
108
|
-
django_ledger/forms/invoice.py,sha256=
|
|
109
|
-
django_ledger/forms/item.py,sha256=
|
|
108
|
+
django_ledger/forms/invoice.py,sha256=Y7m5DxlNYsjBoZKWb99SFquwIW_tbVuLkJBgqSZmt1g,9675
|
|
109
|
+
django_ledger/forms/item.py,sha256=i2pMhneb27a2HyQ9I48dYeHdSd1cgsZsjWYWDjGJ5UQ,12457
|
|
110
110
|
django_ledger/forms/journal_entry.py,sha256=RMFC9QWMwaYH-ZQkZcHldtHCAVJE-MjWlizyyq3Ogjs,2975
|
|
111
111
|
django_ledger/forms/ledger.py,sha256=jz2Ipdj-6hDBGeU4X0rodFT0yPQcFwTQ0EeUqDpKC6g,1739
|
|
112
112
|
django_ledger/forms/purchase_order.py,sha256=XIi7v6ZaBd9nYgcWLmgNKm9751XBXpbwmUtlpPJklHI,7479
|
|
113
|
-
django_ledger/forms/transactions.py,sha256=
|
|
113
|
+
django_ledger/forms/transactions.py,sha256=_ClEJUYkA0_v-_P0rZc4Z4QRK3oUPaJINehgGYfB09A,3339
|
|
114
114
|
django_ledger/forms/unit.py,sha256=rXUefjpuAmUU0vPOqu1ObO4k-bN-_Q6kOqHJ4kp_Vlg,1131
|
|
115
115
|
django_ledger/forms/utils.py,sha256=sgkwBZs15_rZ5NT7h-8Z7wi3-ItM1E1sqoVDo3NQ5Jc,513
|
|
116
116
|
django_ledger/forms/vendor.py,sha256=Nuh8MmSpz4ycMZwiVe--U9Ec6ezIsfACHDkhA2SyiZ4,2215
|
|
117
117
|
django_ledger/io/__init__.py,sha256=8m5AoBRiG2ymrX0Y4LVjq0275i7I5Sk7YRa1BTzVofI,369
|
|
118
118
|
django_ledger/io/io_context.py,sha256=xgykRoB6hVSN2q20f62j_4zbOeAHU5ZgbZaSwRaSkOU,4444
|
|
119
|
-
django_ledger/io/io_core.py,sha256=
|
|
119
|
+
django_ledger/io/io_core.py,sha256=az1HEBbNWHJiyOoaO1_yWj2ehSMnEjWHMy9Oug5ylXI,46902
|
|
120
120
|
django_ledger/io/io_generator.py,sha256=JF4plsABUkCIrtI2X-YD7o5eNghRIgLUseNcBIGOj3U,34613
|
|
121
121
|
django_ledger/io/io_library.py,sha256=vvQm3IQRLFdH7HS_DYX46Xe-U9IvgZ6MQnHjy0-fyjk,22480
|
|
122
|
-
django_ledger/io/io_middleware.py,sha256=
|
|
122
|
+
django_ledger/io/io_middleware.py,sha256=vbWIBYA4V9nwoiEtB0W9pq19QIwPmaAyVJlo_1Gg2BY,20284
|
|
123
123
|
django_ledger/io/ofx.py,sha256=tsggMXfAz9rslCTUcxlandPapcHXbGqLO9Diel5z_jE,1677
|
|
124
124
|
django_ledger/io/ratios.py,sha256=dsuCv9-r73SMLv3OrxeoT5JebfRmrDsRKG_YzHggWFw,3542
|
|
125
|
-
django_ledger/io/roles.py,sha256=
|
|
125
|
+
django_ledger/io/roles.py,sha256=Rht4MiZ3SS1_uqNTQGt48dLHJxHYdyvw-HEaniUTXz4,20436
|
|
126
126
|
django_ledger/management/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
127
127
|
django_ledger/management/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
128
128
|
django_ledger/management/commands/generate_oauth2_codes.py,sha256=H92pSOMA0VFjdCLXOqdIWql-aKU12uaAPdXgz2DB9Go,1495
|
|
@@ -142,29 +142,30 @@ django_ledger/migrations/0013_stagedtransactionmodel_bundle_split.py,sha256=7Uxd
|
|
|
142
142
|
django_ledger/migrations/0014_ledgermodel_ledger_xid_and_more.py,sha256=UHuEQrnFr1dV4p2mxeUtWk39psSnqwBymDz_xt57sZc,663
|
|
143
143
|
django_ledger/migrations/0015_remove_chartofaccountmodel_locked_and_more.py,sha256=GZDKJDjpqo52pY7sXusHpyvXsUwsuvoZqTQNda9Eo1I,560
|
|
144
144
|
django_ledger/migrations/0016_remove_accountmodel_django_ledg_coa_mod_e19964_idx_and_more.py,sha256=wpapkPycqZ9drUMlPGBs1IRy7pz6HyDgNvZBaf-E86o,1655
|
|
145
|
+
django_ledger/migrations/0017_alter_accountmodel_unique_together_and_more.py,sha256=8wFeqrVsCZFi16URzVMvZnCVankBcCmGyb8YfX85_a0,1289
|
|
145
146
|
django_ledger/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
146
147
|
django_ledger/models/__init__.py,sha256=8mn-OGhAVgLs8YASEBwo8dpX6tHyGtMxRHVPGDGECVU,793
|
|
147
|
-
django_ledger/models/accounts.py,sha256=
|
|
148
|
-
django_ledger/models/bank_account.py,sha256=
|
|
149
|
-
django_ledger/models/bill.py,sha256=
|
|
150
|
-
django_ledger/models/closing_entry.py,sha256=
|
|
151
|
-
django_ledger/models/coa.py,sha256=
|
|
152
|
-
django_ledger/models/coa_default.py,sha256=
|
|
153
|
-
django_ledger/models/customer.py,sha256=
|
|
154
|
-
django_ledger/models/data_import.py,sha256=
|
|
155
|
-
django_ledger/models/entity.py,sha256=
|
|
156
|
-
django_ledger/models/estimate.py,sha256=
|
|
157
|
-
django_ledger/models/invoice.py,sha256=
|
|
158
|
-
django_ledger/models/items.py,sha256=
|
|
159
|
-
django_ledger/models/journal_entry.py,sha256=
|
|
160
|
-
django_ledger/models/ledger.py,sha256=
|
|
161
|
-
django_ledger/models/mixins.py,sha256=
|
|
162
|
-
django_ledger/models/purchase_order.py,sha256=
|
|
163
|
-
django_ledger/models/signals.py,sha256=
|
|
164
|
-
django_ledger/models/transactions.py,sha256=
|
|
165
|
-
django_ledger/models/unit.py,sha256=
|
|
166
|
-
django_ledger/models/utils.py,sha256=
|
|
167
|
-
django_ledger/models/vendor.py,sha256=
|
|
148
|
+
django_ledger/models/accounts.py,sha256=G-2cU8A_LqgUeGt8qhSHytPxi_7c9WWgRLixNISu1rE,34850
|
|
149
|
+
django_ledger/models/bank_account.py,sha256=r5zTgvNDFmrcHtEKIuiVwLhJu8jZSGXolPYiX4_eqdA,7554
|
|
150
|
+
django_ledger/models/bill.py,sha256=SAWRkCbVgHpLetuyBzyrxUQIOLOIohsDvMar117JTIY,64493
|
|
151
|
+
django_ledger/models/closing_entry.py,sha256=DQ6I4AEIOs3iWGQ31ptNyKHs39tz_eg-eFBkPH-fano,17883
|
|
152
|
+
django_ledger/models/coa.py,sha256=e8P1_sPR6sDrQcdMuCJYeySQAGqB6yBbVXDduRbfQFM,27400
|
|
153
|
+
django_ledger/models/coa_default.py,sha256=Aw66p1gAE7-akdhEk_sjjSL5xbqCV-J91P6AHtCbWyI,27482
|
|
154
|
+
django_ledger/models/customer.py,sha256=wZZICoxvNfgOVCE1Zg9AGG0Yej8uo6CyUN3bvnq1z38,11683
|
|
155
|
+
django_ledger/models/data_import.py,sha256=kkVadPXZmnHpkuTbFdcRnEipF07DHol544bCGLGPUlI,19407
|
|
156
|
+
django_ledger/models/entity.py,sha256=90e5iQpyy5A6ovYEad2E6AyzfynH08_MvC0PKm-EuFA,123095
|
|
157
|
+
django_ledger/models/estimate.py,sha256=GTwtEB5kVtys8k80JH4FTg7msNcnkEpAxIMfow15Vks,57965
|
|
158
|
+
django_ledger/models/invoice.py,sha256=caV6yXR06opjy9KgIHV78qdJ8D64vDX4ixjwPcj0yc4,62820
|
|
159
|
+
django_ledger/models/items.py,sha256=SGY7jQJPJo6J3zuwXfgf0ZDSnA4BQNdkP0HuzgMEAQ0,54903
|
|
160
|
+
django_ledger/models/journal_entry.py,sha256=a37qbnVfsXPoifEPbx9qTcDhL46k1M6k6qbvGpVxth8,52714
|
|
161
|
+
django_ledger/models/ledger.py,sha256=57oC8QQ_AwieFKEAchoj5EjYNMcru8kcT7mx3nUYDoU,24921
|
|
162
|
+
django_ledger/models/mixins.py,sha256=HtT76Su3HkJy8j-18rUeqe01kJC95EsJFP_QeWxssJ8,52046
|
|
163
|
+
django_ledger/models/purchase_order.py,sha256=FWa7KiyP4kyxKuZJEKpEkQuP79URI5pK3FdK7TTw-rM,44060
|
|
164
|
+
django_ledger/models/signals.py,sha256=3cm_8--Jz-Jb0fPgrVmm5xx_jKFARV6_A29VDjqHeIw,1563
|
|
165
|
+
django_ledger/models/transactions.py,sha256=ETFisqA25nosN6LXzhMdGW8Nb5aP-8MD3rhUHWWvx5w,22645
|
|
166
|
+
django_ledger/models/unit.py,sha256=YfLmE2G5njDyLe9NzjjrF6-8y8D18DafRZ-YYjbD-Ho,7998
|
|
167
|
+
django_ledger/models/utils.py,sha256=Weta2Cwsn4wRqvxMecIuD7aHYiiXBwUeMqpUDK4CokE,8360
|
|
168
|
+
django_ledger/models/vendor.py,sha256=4nfMtHmsjrmQerHXcrEvMkPOxDbxIXgpMQiqcaGZJu8,11244
|
|
168
169
|
django_ledger/models/schemas/__init__.py,sha256=8Tvw33tVJtCvxoXje2lrs9C1bsP_iuGcVi1JqzdPUao,157
|
|
169
170
|
django_ledger/models/schemas/digest.py,sha256=ME_dJ4g2p3dQ97Skh_RTZMwuNLmwTi19BdLM1G6tyAo,1077
|
|
170
171
|
django_ledger/models/schemas/net_payable.py,sha256=2FcfLaaJySjZ3Yk_IMu8SxYWNO_sngEtbuFCXInrQUU,958
|
|
@@ -172,9 +173,11 @@ django_ledger/models/schemas/net_receivable.py,sha256=JCdi2ZrFy6ORR_6xrze4Yz3Kxh
|
|
|
172
173
|
django_ledger/models/schemas/pnl.py,sha256=_M5qZtgXca4LQLsjS0weUAzLX98M4-5HCCGM0HKfKmw,573
|
|
173
174
|
django_ledger/report/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
174
175
|
django_ledger/report/balance_sheet.py,sha256=iw8VOcJfJJHcKwFmdR9p2uYj5iKyX6avUjVSBrT0nZc,8436
|
|
175
|
-
django_ledger/report/cash_flow_statement.py,sha256=
|
|
176
|
+
django_ledger/report/cash_flow_statement.py,sha256=61HlJHu-WguG-aR4dTZ8fs8kNDcPCLdEy1hfK1WLJp8,8718
|
|
176
177
|
django_ledger/report/core.py,sha256=MSWOHvYrAfAJJtm1_vXv7vZxgAja6ycKxknoaIvJT_g,7436
|
|
177
178
|
django_ledger/report/income_statement.py,sha256=m4pG0Yjpl7SELx3-yYKT4dCluKt6nT2bkD9gay9tNKI,11156
|
|
179
|
+
django_ledger/static/.DS_Store,sha256=ohv3-BA3m5CUHedTAFiR2MLIeBhMNEz_a0LMOFhljzc,6148
|
|
180
|
+
django_ledger/static/django_ledger/.DS_Store,sha256=EDcdC71oJjK355v2FDhienPd1ek36-Zl8YjoiTltcpk,8196
|
|
178
181
|
django_ledger/static/django_ledger/bundle/djetler.bundle.js,sha256=1UzHryjoKN43wUa5b6N2ia2yoE-TCrtfNMnuPIf9Im8,547613
|
|
179
182
|
django_ledger/static/django_ledger/bundle/styles.bundle.js,sha256=myDLVMYHwKTxypheUretM6MZ4HhK8Yn0BqB_OGUW3KU,506543
|
|
180
183
|
django_ledger/static/django_ledger/img/daniel-weiss-aj2Os9mYgJU-unsplash.jpg,sha256=zYNOMM56QE4AdRkvdGRNifDqj4OJcUA49oebJqsRjuQ,276317
|
|
@@ -197,13 +200,46 @@ django_ledger/static/django_ledger/logo/django-ledger-text@2x.png,sha256=QJVyPER
|
|
|
197
200
|
django_ledger/static/django_ledger/logo/django-ledger-text@3x.png,sha256=ddWSMY9dXrAMPTS3LZ6K4sDVvJpYFW4KrVUTqJKU-wg,67707
|
|
198
201
|
django_ledger/static/django_ledger/logo/django-ledger-text@4x.png,sha256=d5hPUkvmJS_5LXPGgJ5VhcI_2CeteVsiNABv1Q2R6aw,99253
|
|
199
202
|
django_ledger/static/django_ledger/logo/favicon.png,sha256=7QIRzizQUig3PHi9zyV1tK8kXid410_mmin-WZ3zY4M,6434
|
|
200
|
-
django_ledger/
|
|
203
|
+
django_ledger/static/django_ledger/logo_2/.DS_Store,sha256=c7XYmqnuWTT7tJYaMqpBJGL2BAD8sqK0RwupHKEu__g,6148
|
|
204
|
+
django_ledger/static/django_ledger/logo_2/django_ledger_logo_dark.png,sha256=NtTFrUKckyevB2rIcDqAdqKdaO8QOADf9YoU9BBm-Ao,12705
|
|
205
|
+
django_ledger/static/django_ledger/logo_2/django_ledger_logo_dark@0.5x.png,sha256=HOt8mW4FHF4eEH3LD9YvPs7gpFZn4XC5SKYLB0XSCGs,5873
|
|
206
|
+
django_ledger/static/django_ledger/logo_2/django_ledger_logo_dark@2x.png,sha256=exEY0ViG9EeXxy2V7PGvPOnlaEzMGsMRu4sZnPXhsgE,27393
|
|
207
|
+
django_ledger/static/django_ledger/logo_2/django_ledger_logo_dark@3x.png,sha256=YavVN0BjlVtz3mcr4mM492P1unc3kD0cPMTtOXhq8so,44334
|
|
208
|
+
django_ledger/static/django_ledger/logo_2/djl-full-vert.png,sha256=NtTFrUKckyevB2rIcDqAdqKdaO8QOADf9YoU9BBm-Ao,12705
|
|
209
|
+
django_ledger/static/django_ledger/logo_2/djl-full-vert@0.5x.png,sha256=HOt8mW4FHF4eEH3LD9YvPs7gpFZn4XC5SKYLB0XSCGs,5873
|
|
210
|
+
django_ledger/static/django_ledger/logo_2/djl-full-vert@2x.png,sha256=exEY0ViG9EeXxy2V7PGvPOnlaEzMGsMRu4sZnPXhsgE,27393
|
|
211
|
+
django_ledger/static/django_ledger/logo_2/djl-full-vert@3x.png,sha256=YavVN0BjlVtz3mcr4mM492P1unc3kD0cPMTtOXhq8so,44334
|
|
212
|
+
django_ledger/static/django_ledger/logo_2/djl-logo-full-horiz.png,sha256=EWoHrF4XBZLW7s6XVHtzh4v_FBm27fwpvRBsbaFVZYk,23504
|
|
213
|
+
django_ledger/static/django_ledger/logo_2/djl-logo-full-horiz@0.5x.png,sha256=2-O0U3X4bSZoVzKfIryO_YXTwA0_amkyFitCtmdxHe8,10542
|
|
214
|
+
django_ledger/static/django_ledger/logo_2/djl-logo-full-horiz@2x.png,sha256=Bg4kzgeEd6G25iX87wbynwkvmN5a2O-LcHfyrqe2X7s,53806
|
|
215
|
+
django_ledger/static/django_ledger/logo_2/djl-logo-full-horiz@3x.png,sha256=YltUS3He7a4cXeEvwGEqFs2qA75OXP4E1q3lhL7G1NI,89048
|
|
216
|
+
django_ledger/static/django_ledger/logo_2/djl-logo-full-vert.png,sha256=NtTFrUKckyevB2rIcDqAdqKdaO8QOADf9YoU9BBm-Ao,12705
|
|
217
|
+
django_ledger/static/django_ledger/logo_2/djl-logo-full-vert@0.5x.png,sha256=HOt8mW4FHF4eEH3LD9YvPs7gpFZn4XC5SKYLB0XSCGs,5873
|
|
218
|
+
django_ledger/static/django_ledger/logo_2/djl-logo-full-vert@2x.png,sha256=exEY0ViG9EeXxy2V7PGvPOnlaEzMGsMRu4sZnPXhsgE,27393
|
|
219
|
+
django_ledger/static/django_ledger/logo_2/djl-logo-full-vert@3x.png,sha256=YavVN0BjlVtz3mcr4mM492P1unc3kD0cPMTtOXhq8so,44334
|
|
220
|
+
django_ledger/static/django_ledger/logo_2/djl-logo.png,sha256=e58BX8-b7d6O4pTSmma6O53dplg-Ig19snr61LbFUAk,2679
|
|
221
|
+
django_ledger/static/django_ledger/logo_2/djl-logo@0.5x.png,sha256=tupqHykj1_jciNpCyzPeLaIS1siSI9Qf4v44w0raLIs,1397
|
|
222
|
+
django_ledger/static/django_ledger/logo_2/djl-logo@2x.png,sha256=3v4q-A3MZwBZbIT-nBJ8sHotHs41UYEuOD8Hw8DiUgg,5269
|
|
223
|
+
django_ledger/static/django_ledger/logo_2/djl-logo@3x.png,sha256=rXNQu3A_ATBr4jfcE9fh6isk3kVM-va_8dSuSFCPvkw,9615
|
|
224
|
+
django_ledger/static/django_ledger/logo_2/djl-txt-full-horiz.png,sha256=7xsD_0DPkNbCQ9X_a-f5rK_V485Omel7t8OBo1smgxI,19242
|
|
225
|
+
django_ledger/static/django_ledger/logo_2/djl-txt-full-horiz@0.5x.png,sha256=Sl_rnhDCctUfHjMdZCSk1JIihNks4675mOLQ5YZMmqw,8400
|
|
226
|
+
django_ledger/static/django_ledger/logo_2/djl-txt-full-horiz@2x.png,sha256=oeaqZ3Dd-gBq3EwIL8xtosP1LkTFaHwUOORbEsfHnUc,43276
|
|
227
|
+
django_ledger/static/django_ledger/logo_2/djl-txt-full-horiz@3x.png,sha256=arUQi5nxsOHbWoM5OxH9h_W6eP5dgz3AcYWE7l0GdPA,70908
|
|
228
|
+
django_ledger/static/django_ledger/logo_2/djl-txt-full-vert.png,sha256=SvtIpgjZdj9wHZpkRD0webCDMyL7vXlbmoh51DkA2iw,9723
|
|
229
|
+
django_ledger/static/django_ledger/logo_2/djl-txt-full-vert@0.5x.png,sha256=lmo5PIW7VgHVIv4rLzfgmVRf3gRwBG3Bb4k-txh9QxY,4065
|
|
230
|
+
django_ledger/static/django_ledger/logo_2/djl-txt-full-vert@2x.png,sha256=oYktCKEcnPQfXu8qRi4HqhhkBVtZEWMvCElOXDkexK0,21114
|
|
231
|
+
django_ledger/static/django_ledger/logo_2/djl-txt-full-vert@3x.png,sha256=BnpQIkuN2UFzF650RNi93ez0ch2D7fxzyjwf9xaWxEc,33477
|
|
232
|
+
django_ledger/static/django_ledger/logo_2/djl-txt-horiz.png,sha256=_3yqiJ2n7D_g5Fl9atw9fWT0HTJIZWk8YEI_SynaWtM,12613
|
|
233
|
+
django_ledger/static/django_ledger/logo_2/djl-txt-horiz@0.5x.png,sha256=JJkthFAjROLoT9271hxxYVjpjmXqF1Ru48N-N-_jDT8,5473
|
|
234
|
+
django_ledger/static/django_ledger/logo_2/djl-txt-horiz@2x.png,sha256=vXc8SoZAEpDU-f7Gp384wftOAND9zVrqRnI4OnPX93c,28644
|
|
235
|
+
django_ledger/static/django_ledger/logo_2/djl-txt-horiz@3x.png,sha256=5YgNwxCiCBhfOzCZ5AUNI824Go16kx2HZ4DDNt13R94,47304
|
|
236
|
+
django_ledger/templates/django_ledger/account/account_create.html,sha256=EeU4mxRw9YVE_ugXGF_cPfJvJ1CJsmIRGr1mXfxfwFI,1152
|
|
201
237
|
django_ledger/templates/django_ledger/account/account_create_child.html,sha256=i1tBc-N44D2mKnm61nrI11pXxo2STF1ezV9fVckB_qY,1089
|
|
202
238
|
django_ledger/templates/django_ledger/account/account_detail.html,sha256=m-UTWD9YqoM9JWKug4alY4DIql13jYFrJG2BmdYSZ7s,934
|
|
203
239
|
django_ledger/templates/django_ledger/account/account_list.html,sha256=0kDNrzcMgMewiBQGqjkPCUHErmOiVz6uy1FnwzclMjc,1019
|
|
204
|
-
django_ledger/templates/django_ledger/account/account_update.html,sha256=
|
|
205
|
-
django_ledger/templates/django_ledger/account/tags/account_txs_table.html,sha256=
|
|
206
|
-
django_ledger/templates/django_ledger/account/tags/accounts_table.html,sha256=
|
|
240
|
+
django_ledger/templates/django_ledger/account/account_update.html,sha256=FzNFcARbhZUUTTi6Sv-PQJi7XzjLsOfrUnR7lIvIlhc,1113
|
|
241
|
+
django_ledger/templates/django_ledger/account/tags/account_txs_table.html,sha256=pkRweHkUAIBYsRyjj0onjg-wdrlfsHir2hnzwD8xWiU,3495
|
|
242
|
+
django_ledger/templates/django_ledger/account/tags/accounts_table.html,sha256=fITjFvesF2HRT_wRUq-QKjTbgz1dHP24pY3MqYMzSkA,7554
|
|
207
243
|
django_ledger/templates/django_ledger/auth/login.html,sha256=UYV2rxjEn9cXBbG6Ww93k6yMPJtOo5vpX6sod61ewKs,1849
|
|
208
244
|
django_ledger/templates/django_ledger/bank_account/bank_account_create.html,sha256=zoCvV-_2aBAXCnCfHTFI18Pn7hbEcOkgtcgYOQ2IJIg,1258
|
|
209
245
|
django_ledger/templates/django_ledger/bank_account/bank_account_list.html,sha256=FuwnbPZ8J6paQw02ddSYEpKUy97SKP-00mFDPMghgJI,701
|
|
@@ -211,7 +247,7 @@ django_ledger/templates/django_ledger/bank_account/bank_account_update.html,sha2
|
|
|
211
247
|
django_ledger/templates/django_ledger/bank_account/tags/bank_accounts_table.html,sha256=dCqqUmQ49jRvllj0A8DzQnD6L38DaD8SQ2FAchUOky8,3476
|
|
212
248
|
django_ledger/templates/django_ledger/bills/bill_create.html,sha256=fUskaN-ORsj_WhIYxr1cUvgr4j9b7rgC8nBR9d2TI0Y,2106
|
|
213
249
|
django_ledger/templates/django_ledger/bills/bill_delete.html,sha256=IHqXETgrbmMWnrymJv7iAAcDcBvRV9tFgoqHWAUKlQE,1606
|
|
214
|
-
django_ledger/templates/django_ledger/bills/bill_detail.html,sha256=
|
|
250
|
+
django_ledger/templates/django_ledger/bills/bill_detail.html,sha256=nG5wrl9kjN1egihrwfRP0utwjPZ83gN678UzII25ty0,11756
|
|
215
251
|
django_ledger/templates/django_ledger/bills/bill_list.html,sha256=-KAmz0bghVZ81DMzFbqaeu_93XmuuMEI6REtYc_P0PE,6336
|
|
216
252
|
django_ledger/templates/django_ledger/bills/bill_update.html,sha256=H_K1Q1UKp66TzuEDVXLhqOTJozFHjSnyN2mcqpRH3m8,8650
|
|
217
253
|
django_ledger/templates/django_ledger/bills/bill_void.html,sha256=iQt9Nq1DL-LovkrMrvUwI87LO8jXZ3R0dL7YKPoZKDM,1354
|
|
@@ -272,7 +308,7 @@ django_ledger/templates/django_ledger/estimate/tags/ce_item_formset.html,sha256=
|
|
|
272
308
|
django_ledger/templates/django_ledger/expense/expense_create.html,sha256=ozRliR0Iefr-4eIGIsES_D2BGE3cIKQE3-imP_aKunw,1424
|
|
273
309
|
django_ledger/templates/django_ledger/expense/expense_list.html,sha256=d7IwuA2qrDPYKmg8a0b4T2CIzIfHB6ximk8Ak4VR4xY,867
|
|
274
310
|
django_ledger/templates/django_ledger/expense/expense_update.html,sha256=7YTGqytGb1KFAiP7x3jZ-ljkXziqir6KnMiFrl_s8Kk,1439
|
|
275
|
-
django_ledger/templates/django_ledger/expense/tags/expense_item_table.html,sha256=
|
|
311
|
+
django_ledger/templates/django_ledger/expense/tags/expense_item_table.html,sha256=g0GXvHXrOwxRlvj4gKC7jX7x6SL4IN3O_g0Tcvnro6Y,2394
|
|
276
312
|
django_ledger/templates/django_ledger/financial_statements/balance_sheet.html,sha256=_trd5e282eMsC5VfzP9tL7zPJ_kTGMxlrh77RWwLlY4,2793
|
|
277
313
|
django_ledger/templates/django_ledger/financial_statements/cash_flow.html,sha256=zeu7OcXl2T_vDoFyJvb0htFIjQz0IfyJBiOcck2skus,3031
|
|
278
314
|
django_ledger/templates/django_ledger/financial_statements/income_statement.html,sha256=pfrv12Bu_PmU-MrL7JXYX7Wv4PZ06fKvOdydzzgeEnw,2731
|
|
@@ -297,7 +333,7 @@ django_ledger/templates/django_ledger/inventory/tags/inventory_item_table.html,s
|
|
|
297
333
|
django_ledger/templates/django_ledger/inventory/tags/inventory_table.html,sha256=TgmdV6CFmePT4e6ClvDyETKrRKToz0p52dEQC7r-cKc,945
|
|
298
334
|
django_ledger/templates/django_ledger/invoice/invoice_create.html,sha256=p6I2SF-tW8Gq6vez_5jG1phudOjVqia6F-TNrTMM4_I,2125
|
|
299
335
|
django_ledger/templates/django_ledger/invoice/invoice_delete.html,sha256=qkhsW6lPiA4BxbWzHgncN8A6p8EU7MjjFyXZnQa1tF0,1482
|
|
300
|
-
django_ledger/templates/django_ledger/invoice/invoice_detail.html,sha256=
|
|
336
|
+
django_ledger/templates/django_ledger/invoice/invoice_detail.html,sha256=FHlCCMBN4bai_BK7ScMzd4U9-xVYyveRTHkMOlLJ_ZE,10689
|
|
301
337
|
django_ledger/templates/django_ledger/invoice/invoice_list.html,sha256=b5ysuDP-avrls4OSarSusySAKDFT1sM-jkQgWPPxpNw,5888
|
|
302
338
|
django_ledger/templates/django_ledger/invoice/invoice_update.html,sha256=cVuth_WbELKi3RWDrIKLcfDAe0RH3OV8N5AireHK298,8640
|
|
303
339
|
django_ledger/templates/django_ledger/invoice/includes/card_invoice.html,sha256=OHs3XcWxkYT6Sb4rQmNo_EiUVLksuj94AwG6PNtYaTY,13021
|
|
@@ -354,10 +390,10 @@ django_ledger/templates/django_ledger/vendor/vendor_update.html,sha256=4kBUlGgrg
|
|
|
354
390
|
django_ledger/templates/django_ledger/vendor/includes/card_vendor.html,sha256=oCXyuqyF7CnJnDQdK0G0jdYLqtPWYSzwlv8oddyGJg8,1290
|
|
355
391
|
django_ledger/templates/django_ledger/vendor/tags/vendor_table.html,sha256=YC-3T5x4oua3VBg1q690CRzoogKL8qFgQRp5jTKLFgk,3400
|
|
356
392
|
django_ledger/templatetags/__init__.py,sha256=N7iaeMO5xTU-q7RXTVYUy-fu8nMZbiIJ9QEtDCjsTdI,205
|
|
357
|
-
django_ledger/templatetags/django_ledger.py,sha256=
|
|
393
|
+
django_ledger/templatetags/django_ledger.py,sha256=NEJbi3tAFaK0-VBjFkRmtCXdpWoGMCkchqhh8PVjOQ0,31892
|
|
358
394
|
django_ledger/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
359
|
-
django_ledger/tests/base.py,sha256=
|
|
360
|
-
django_ledger/tests/test_accounts.py,sha256=
|
|
395
|
+
django_ledger/tests/base.py,sha256=ddsMTzv0-17JD1QRobpTN2CVKL1v0lNplo78JaB36oQ,10842
|
|
396
|
+
django_ledger/tests/test_accounts.py,sha256=bASqtQjp6twya8JrNkBXVMsOnK8E8Hl7B0J6RfDJGB0,6345
|
|
361
397
|
django_ledger/tests/test_auth.py,sha256=MP4mugLgL0wVFIID8NA0XiQVEtWsCUCCHQn_RsrMF3g,3028
|
|
362
398
|
django_ledger/tests/test_bill.py,sha256=K61HXbSbOpEfbi0Ia9JtCgLUfDb1MlEQcKmz47gm4Qw,18140
|
|
363
399
|
django_ledger/tests/test_chart_of_accounts.py,sha256=bTo7AXL_wAr_ywku_NwwxS6rgQyBLnJDxiGryhiDMWo,1952
|
|
@@ -371,7 +407,7 @@ django_ledger/tests/bdd/features/steps/README.py,sha256=4HMdVjjflcKQBf0LeZbc5i3T
|
|
|
371
407
|
django_ledger/tests/test_io_ofx/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
372
408
|
django_ledger/tests/test_io_ofx/tests.py,sha256=v-2xY410a6Tr2TwG5oqc_UkFzXBIAFxWYasZkeiXAfE,1993
|
|
373
409
|
django_ledger/urls/__init__.py,sha256=98Dk0iQPeK2chSTY8H-7yuk9OycoUoZJdbpuR0Wv2rw,1994
|
|
374
|
-
django_ledger/urls/account.py,sha256=
|
|
410
|
+
django_ledger/urls/account.py,sha256=wQQHYf6TRj5VphNlOHUPnruHWl2Rfos1hjJeDwK4ZN0,2452
|
|
375
411
|
django_ledger/urls/auth.py,sha256=8dY2h6PQkMayUL81guu9JCxm--Tj0rglvvxg9Qh03aY,230
|
|
376
412
|
django_ledger/urls/bank_account.py,sha256=-dJsrnwej8H96Gc8xltLf3NwUxKk_xG0Mq4mxhe8Cqs,887
|
|
377
413
|
django_ledger/urls/bill.py,sha256=wvdRqSgnHp1CLdX6Sudu1IiIx4M1Pe8OupanA-9a-nI,2890
|
|
@@ -394,34 +430,34 @@ django_ledger/urls/purchase_order.py,sha256=iUNdzy8dcxkkmDAOt2fO4Up3e0pHDqZNSf9J
|
|
|
394
430
|
django_ledger/urls/transactions.py,sha256=e_x_z5qbkR6i7o8OWWdXshDiY_WVmu9WVhR9A96fnhI,80
|
|
395
431
|
django_ledger/urls/unit.py,sha256=QEVKrgcw2dqMaaXsUHfqYecTa5-iaPlS9smrYJ1QsgM,1506
|
|
396
432
|
django_ledger/urls/vendor.py,sha256=ODHpAwe5lomluj8ZCqbMtugTeeRsv0Yo9SqkZEmfYaw,393
|
|
397
|
-
django_ledger/views/__init__.py,sha256=
|
|
398
|
-
django_ledger/views/account.py,sha256=
|
|
399
|
-
django_ledger/views/auth.py,sha256
|
|
400
|
-
django_ledger/views/bank_account.py,sha256=
|
|
401
|
-
django_ledger/views/bill.py,sha256=
|
|
402
|
-
django_ledger/views/closing_entry.py,sha256=
|
|
403
|
-
django_ledger/views/coa.py,sha256=
|
|
404
|
-
django_ledger/views/customer.py,sha256=
|
|
405
|
-
django_ledger/views/data_import.py,sha256=
|
|
433
|
+
django_ledger/views/__init__.py,sha256=1TULFur1eAAcYKQ6lLqTaP7ffTn1dLIAR74u713cpak,1164
|
|
434
|
+
django_ledger/views/account.py,sha256=0ecfjsjA_AkRUdMhjESp5Qouztu2Z8WsocPDeZ8tGps,8667
|
|
435
|
+
django_ledger/views/auth.py,sha256=I8Mv_aAfW-8Z5VYPOX7P3IUO4Fp5jJPkSuu1ZSVpWtI,777
|
|
436
|
+
django_ledger/views/bank_account.py,sha256=9eeo2Y71PGt0yTOK1qIojV7024AZIQybynWAsw7Nd9Q,5024
|
|
437
|
+
django_ledger/views/bill.py,sha256=5tNb3pyh8GQM4hjV0FXqCXrEQF2LwpEWLkOkpknEdjA,22239
|
|
438
|
+
django_ledger/views/closing_entry.py,sha256=_6y-0QjNPYBD-E3KlFXi8SavDtBXA9K2qgBa_EL6VbA,8316
|
|
439
|
+
django_ledger/views/coa.py,sha256=M8pUSMsl9g4e6Zq3MKBvV0AMWU_yGbppgQCe0RFWtI4,4941
|
|
440
|
+
django_ledger/views/customer.py,sha256=FYnwhRx6JXE4bsjXQqFp8b9H8a4m7zv6ohoSj1OkZD8,3678
|
|
441
|
+
django_ledger/views/data_import.py,sha256=z8biQCHGor2Fq9LIlVhI31_1gBmpnNV05kExzrEyRV0,11956
|
|
406
442
|
django_ledger/views/djl_api.py,sha256=6ADX9fBK8DroTeg8UIeCf2x4wt6-AF5xLlDQnqXBfsM,4411
|
|
407
|
-
django_ledger/views/entity.py,sha256=
|
|
408
|
-
django_ledger/views/estimate.py,sha256=
|
|
409
|
-
django_ledger/views/feedback.py,sha256=
|
|
410
|
-
django_ledger/views/financial_statement.py,sha256=
|
|
411
|
-
django_ledger/views/home.py,sha256=
|
|
412
|
-
django_ledger/views/inventory.py,sha256=
|
|
413
|
-
django_ledger/views/invoice.py,sha256=
|
|
414
|
-
django_ledger/views/item.py,sha256=
|
|
415
|
-
django_ledger/views/journal_entry.py,sha256=
|
|
416
|
-
django_ledger/views/ledger.py,sha256=
|
|
417
|
-
django_ledger/views/mixins.py,sha256=
|
|
418
|
-
django_ledger/views/purchase_order.py,sha256=
|
|
419
|
-
django_ledger/views/transactions.py,sha256=
|
|
420
|
-
django_ledger/views/unit.py,sha256=
|
|
421
|
-
django_ledger/views/vendor.py,sha256=
|
|
422
|
-
django_ledger-0.
|
|
423
|
-
django_ledger-0.
|
|
424
|
-
django_ledger-0.
|
|
425
|
-
django_ledger-0.
|
|
426
|
-
django_ledger-0.
|
|
427
|
-
django_ledger-0.
|
|
443
|
+
django_ledger/views/entity.py,sha256=1K_PswTQKuTwPIMJ-l0m3EM3u6Q1rvTnYUbSuku4UO4,9474
|
|
444
|
+
django_ledger/views/estimate.py,sha256=NjcgiaBuwC_duCwvrAJkthZvPqSQoonH32T-f3DZlDM,12772
|
|
445
|
+
django_ledger/views/feedback.py,sha256=Eeotr_jL6sK1BeMJpdltChp9K-iWwiaGLSuMUINAra8,2466
|
|
446
|
+
django_ledger/views/financial_statement.py,sha256=ZMuT9lHePwpu8QuJIQky61wB3-nb4EGuDxDoAGOLOb4,7341
|
|
447
|
+
django_ledger/views/home.py,sha256=wfcwDaVnARxoI4HTIIl9QXdRhUkJTOBxQSlpdz5cto0,1371
|
|
448
|
+
django_ledger/views/inventory.py,sha256=tflgHZiGRTMBySe00k6dWc6AwNC1xZxGHdt60IsQFL4,4985
|
|
449
|
+
django_ledger/views/invoice.py,sha256=BCCvQCtB1p7WBRQZeJakUhDJy4Fr5jvEYIDgLnZDh34,20434
|
|
450
|
+
django_ledger/views/item.py,sha256=WvwvNWe4Wu9tZWbm75iciNvaSxh9b8h_P_FHt4jsKXs,20604
|
|
451
|
+
django_ledger/views/journal_entry.py,sha256=QaUz_HuUpbZCulpS7fsg2Q8nuKbxf8bXnQhcWRkAa-s,12141
|
|
452
|
+
django_ledger/views/ledger.py,sha256=DrPXgC4iMvj1jY4x6Ka8elwaOnLUe1yM-bAkuJC9bLU,12677
|
|
453
|
+
django_ledger/views/mixins.py,sha256=Lqa5hCqu1jg6kwQdcv6QYyLRc6FlF6LU_WDU2Skm0Q8,23260
|
|
454
|
+
django_ledger/views/purchase_order.py,sha256=CyftKrQWV1SBz7W0CvZOfZ81OPEiBHPD7b9zt1k6CFY,21088
|
|
455
|
+
django_ledger/views/transactions.py,sha256=3ijtJzdLPFkqG7OYpe-7N4QVjCyR2yl5ht_9RyfquBA,212
|
|
456
|
+
django_ledger/views/unit.py,sha256=MF9tEeWCOt5XrtK-UFmHFisyBM-h3WzgL6v8IX2Ynbk,10446
|
|
457
|
+
django_ledger/views/vendor.py,sha256=qlkd3gsjZ6RYuPrRYDVZp-Im65calM9ed3KxsaT4cxw,3467
|
|
458
|
+
django_ledger-0.7.0.dist-info/AUTHORS.md,sha256=ShPwf-qniJkbjRzX5_lqhmgoLMEYMSHSwKPXHZtWmyk,824
|
|
459
|
+
django_ledger-0.7.0.dist-info/LICENSE,sha256=ixuiBLtpoK3iv89l7ylKkg9rs2GzF9ukPH7ynZYzK5s,35148
|
|
460
|
+
django_ledger-0.7.0.dist-info/METADATA,sha256=Dvq_CQKhqQ6dLz1ZyCZBQ9tIuYdL0r5svQrzLrHSyRQ,8680
|
|
461
|
+
django_ledger-0.7.0.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
|
|
462
|
+
django_ledger-0.7.0.dist-info/top_level.txt,sha256=fmHWehb2HfoDncQ3eQtYzeYc-gJMywf6q_ZpKBjwzoQ,38
|
|
463
|
+
django_ledger-0.7.0.dist-info/RECORD,,
|
|
File without changes
|