django-ledger 0.7.2__py3-none-any.whl → 0.7.4__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.

Files changed (106) hide show
  1. django_ledger/__init__.py +1 -1
  2. django_ledger/contrib/django_ledger_graphene/journal_entry/schema.py +2 -3
  3. django_ledger/contrib/django_ledger_graphene/transaction/schema.py +9 -7
  4. django_ledger/forms/account.py +4 -1
  5. django_ledger/forms/journal_entry.py +19 -12
  6. django_ledger/forms/transactions.py +8 -12
  7. django_ledger/io/io_core.py +17 -12
  8. django_ledger/io/io_library.py +3 -3
  9. django_ledger/migrations/0001_initial.py +1 -1
  10. django_ledger/migrations/0019_alter_transactionmodel_amount_and_more.py +33 -0
  11. django_ledger/models/bill.py +17 -2
  12. django_ledger/models/chart_of_accounts.py +4 -0
  13. django_ledger/models/closing_entry.py +8 -6
  14. django_ledger/models/data_import.py +1 -0
  15. django_ledger/models/invoice.py +12 -4
  16. django_ledger/models/journal_entry.py +843 -481
  17. django_ledger/models/ledger.py +45 -4
  18. django_ledger/models/mixins.py +5 -5
  19. django_ledger/models/transactions.py +303 -305
  20. django_ledger/models/unit.py +42 -22
  21. django_ledger/static/django_ledger/bundle/djetler.bundle.js +1 -1
  22. django_ledger/static/django_ledger/bundle/styles.bundle.js +1 -1
  23. django_ledger/templates/django_ledger/account/tags/account_txs_table.html +1 -1
  24. django_ledger/templates/django_ledger/account/tags/accounts_table.html +1 -1
  25. django_ledger/templates/django_ledger/bills/bill_detail.html +1 -1
  26. django_ledger/templates/django_ledger/bills/bill_update.html +1 -1
  27. django_ledger/templates/django_ledger/components/icon.html +1 -1
  28. django_ledger/templates/django_ledger/data_import/tags/data_import_job_txs_imported.html +8 -1
  29. django_ledger/templates/django_ledger/financial_statements/balance_sheet.html +1 -0
  30. django_ledger/templates/django_ledger/financial_statements/tags/balance_sheet_statement.html +4 -4
  31. django_ledger/templates/django_ledger/financial_statements/tags/income_statement.html +118 -0
  32. django_ledger/templates/django_ledger/includes/nav.html +9 -5
  33. django_ledger/templates/django_ledger/invoice/includes/card_invoice.html +69 -69
  34. django_ledger/templates/django_ledger/invoice/invoice_detail.html +1 -1
  35. django_ledger/templates/django_ledger/journal_entry/je_create.html +2 -3
  36. django_ledger/templates/django_ledger/journal_entry/je_delete.html +2 -3
  37. django_ledger/templates/django_ledger/journal_entry/je_detail.html +1 -1
  38. django_ledger/templates/django_ledger/journal_entry/je_detail_txs.html +8 -8
  39. django_ledger/templates/django_ledger/journal_entry/je_list.html +16 -13
  40. django_ledger/templates/django_ledger/journal_entry/je_update.html +2 -3
  41. django_ledger/templates/django_ledger/journal_entry/tags/je_table.html +24 -24
  42. django_ledger/templates/django_ledger/journal_entry/tags/je_txs_table.html +17 -14
  43. django_ledger/templates/django_ledger/ledger/tags/ledgers_table.html +38 -37
  44. django_ledger/templates/django_ledger/transactions/tags/txs_table.html +69 -0
  45. django_ledger/templatetags/django_ledger.py +35 -48
  46. django_ledger/urls/account.py +4 -4
  47. django_ledger/views/account.py +8 -8
  48. django_ledger/views/journal_entry.py +84 -101
  49. django_ledger/views/ledger.py +16 -21
  50. django_ledger/views/mixins.py +17 -28
  51. {django_ledger-0.7.2.dist-info → django_ledger-0.7.4.dist-info}/METADATA +8 -3
  52. {django_ledger-0.7.2.dist-info → django_ledger-0.7.4.dist-info}/RECORD +56 -104
  53. assets/node_modules/node-gyp/gyp/gyp_main.py +0 -45
  54. assets/node_modules/node-gyp/gyp/pylib/gyp/MSVSNew.py +0 -367
  55. assets/node_modules/node-gyp/gyp/pylib/gyp/MSVSProject.py +0 -206
  56. assets/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings.py +0 -1270
  57. assets/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings_test.py +0 -1547
  58. assets/node_modules/node-gyp/gyp/pylib/gyp/MSVSToolFile.py +0 -59
  59. assets/node_modules/node-gyp/gyp/pylib/gyp/MSVSUserFile.py +0 -153
  60. assets/node_modules/node-gyp/gyp/pylib/gyp/MSVSUtil.py +0 -271
  61. assets/node_modules/node-gyp/gyp/pylib/gyp/MSVSVersion.py +0 -574
  62. assets/node_modules/node-gyp/gyp/pylib/gyp/__init__.py +0 -666
  63. assets/node_modules/node-gyp/gyp/pylib/gyp/common.py +0 -654
  64. assets/node_modules/node-gyp/gyp/pylib/gyp/common_test.py +0 -78
  65. assets/node_modules/node-gyp/gyp/pylib/gyp/easy_xml.py +0 -165
  66. assets/node_modules/node-gyp/gyp/pylib/gyp/easy_xml_test.py +0 -109
  67. assets/node_modules/node-gyp/gyp/pylib/gyp/flock_tool.py +0 -55
  68. assets/node_modules/node-gyp/gyp/pylib/gyp/generator/__init__.py +0 -0
  69. assets/node_modules/node-gyp/gyp/pylib/gyp/generator/analyzer.py +0 -808
  70. assets/node_modules/node-gyp/gyp/pylib/gyp/generator/android.py +0 -1173
  71. assets/node_modules/node-gyp/gyp/pylib/gyp/generator/cmake.py +0 -1321
  72. assets/node_modules/node-gyp/gyp/pylib/gyp/generator/compile_commands_json.py +0 -120
  73. assets/node_modules/node-gyp/gyp/pylib/gyp/generator/dump_dependency_json.py +0 -103
  74. assets/node_modules/node-gyp/gyp/pylib/gyp/generator/eclipse.py +0 -464
  75. assets/node_modules/node-gyp/gyp/pylib/gyp/generator/gypd.py +0 -89
  76. assets/node_modules/node-gyp/gyp/pylib/gyp/generator/gypsh.py +0 -58
  77. assets/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py +0 -2518
  78. assets/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs.py +0 -3978
  79. assets/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs_test.py +0 -44
  80. assets/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja.py +0 -2936
  81. assets/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja_test.py +0 -55
  82. assets/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode.py +0 -1394
  83. assets/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode_test.py +0 -25
  84. assets/node_modules/node-gyp/gyp/pylib/gyp/input.py +0 -3137
  85. assets/node_modules/node-gyp/gyp/pylib/gyp/input_test.py +0 -98
  86. assets/node_modules/node-gyp/gyp/pylib/gyp/mac_tool.py +0 -771
  87. assets/node_modules/node-gyp/gyp/pylib/gyp/msvs_emulation.py +0 -1271
  88. assets/node_modules/node-gyp/gyp/pylib/gyp/ninja_syntax.py +0 -174
  89. assets/node_modules/node-gyp/gyp/pylib/gyp/simple_copy.py +0 -61
  90. assets/node_modules/node-gyp/gyp/pylib/gyp/win_tool.py +0 -374
  91. assets/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py +0 -1939
  92. assets/node_modules/node-gyp/gyp/pylib/gyp/xcode_ninja.py +0 -302
  93. assets/node_modules/node-gyp/gyp/pylib/gyp/xcodeproj_file.py +0 -3197
  94. assets/node_modules/node-gyp/gyp/pylib/gyp/xml_fix.py +0 -65
  95. assets/node_modules/node-gyp/gyp/setup.py +0 -42
  96. assets/node_modules/node-gyp/gyp/test_gyp.py +0 -260
  97. assets/node_modules/node-gyp/gyp/tools/graphviz.py +0 -102
  98. assets/node_modules/node-gyp/gyp/tools/pretty_gyp.py +0 -156
  99. assets/node_modules/node-gyp/gyp/tools/pretty_sln.py +0 -181
  100. assets/node_modules/node-gyp/gyp/tools/pretty_vcproj.py +0 -339
  101. assets/node_modules/node-gyp/test/fixtures/test-charmap.py +0 -31
  102. assets/node_modules/node-gyp/update-gyp.py +0 -46
  103. {django_ledger-0.7.2.dist-info → django_ledger-0.7.4.dist-info}/AUTHORS.md +0 -0
  104. {django_ledger-0.7.2.dist-info → django_ledger-0.7.4.dist-info}/LICENSE +0 -0
  105. {django_ledger-0.7.2.dist-info → django_ledger-0.7.4.dist-info}/WHEEL +0 -0
  106. {django_ledger-0.7.2.dist-info → django_ledger-0.7.4.dist-info}/top_level.txt +0 -0
@@ -147,12 +147,8 @@ class QuarterlyReportMixIn(YearMixin, ContextFromToDateMixin, EntityModelFiscalP
147
147
  quarter_end = self.get_quarter_end_date(year=year, quarter=quarter)
148
148
  context['quarter_start'] = quarter_start
149
149
  context['quarter_end'] = quarter_end
150
-
151
- if self.get_from_date_context_name() not in context:
152
- context[self.get_from_date_context_name()] = quarter_start
153
- if self.get_to_date_context_name() not in context:
154
- context[self.get_to_date_context_name()] = quarter_end
155
-
150
+ context[self.get_from_date_context_name()] = quarter_start
151
+ context[self.get_to_date_context_name()] = quarter_end
156
152
  context['has_quarter'] = True
157
153
  return context
158
154
 
@@ -217,12 +213,8 @@ class MonthlyReportMixIn(YearlyReportMixIn, ContextFromToDateMixin, MonthMixin):
217
213
  month_end = self.get_month_end_date(year=year, month=month)
218
214
  context['month_start'] = month_start
219
215
  context['month_end'] = month_end
220
-
221
- if self.get_from_date_context_name() not in context:
222
- context[self.get_from_date_context_name()] = month_start
223
- if self.get_to_date_context_name() not in context:
224
- context[self.get_to_date_context_name()] = month_end
225
-
216
+ context[self.get_from_date_context_name()] = month_start
217
+ context[self.get_to_date_context_name()] = month_end
226
218
  context['has_month'] = True
227
219
  return context
228
220
 
@@ -236,12 +228,8 @@ class DateReportMixIn(MonthlyReportMixIn, ContextFromToDateMixin, DayMixin):
236
228
  context['next_day'] = view_date + timedelta(days=1)
237
229
  context['previous_day'] = view_date - timedelta(days=1)
238
230
  context['view_date'] = view_date
239
-
240
- if self.get_from_date_context_name() not in context:
241
- context[self.get_from_date_context_name()] = view_date
242
- if self.get_to_date_context_name() not in context:
243
- context[self.get_to_date_context_name()] = view_date
244
-
231
+ context[self.get_from_date_context_name()] = view_date
232
+ context[self.get_to_date_context_name()] = view_date
245
233
  return context
246
234
 
247
235
  def get_date(self) -> date:
@@ -327,7 +315,6 @@ class DjangoLedgerSecurityMixIn(LoginRequiredMixin, PermissionRequiredMixin):
327
315
  context[self.ENTITY_MODEL_CONTEXT_NAME] = self.get_authorized_entity_instance(raise_exception=False)
328
316
  return context
329
317
 
330
-
331
318
  def get_login_url(self):
332
319
  return reverse('django_ledger:login')
333
320
 
@@ -460,15 +447,17 @@ class DigestContextMixIn:
460
447
  context[self.get_io_digest_unbounded_context_name()] = io_digest.get_io_data()
461
448
 
462
449
  if self.IO_DIGEST_BOUNDED:
463
- io_digest_equity = entity_model.digest(user_model=self.request.user,
464
- equity_only=True,
465
- to_date=to_date,
466
- from_date=from_date,
467
- unit_slug=unit_slug,
468
- by_period=True if by_period else False,
469
- process_ratios=True,
470
- process_roles=True,
471
- process_groups=True)
450
+ io_digest_equity = entity_model.digest(
451
+ user_model=self.request.user,
452
+ equity_only=True,
453
+ to_date=to_date,
454
+ from_date=from_date,
455
+ unit_slug=unit_slug,
456
+ by_period=True if by_period else False,
457
+ process_ratios=True,
458
+ process_roles=True,
459
+ process_groups=True
460
+ )
472
461
 
473
462
  context[self.get_io_manager_bounded_context_name()] = io_digest_equity
474
463
  context[self.get_io_digest_bounded_context_name()] = io_digest_equity.get_io_data()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: django-ledger
3
- Version: 0.7.2
3
+ Version: 0.7.4
4
4
  Summary: Double entry accounting system built on the Django Web Framework.
5
5
  Author-email: Miguel Sanda <msanda@arrobalytics.com>
6
6
  Maintainer-email: Miguel Sanda <msanda@arrobalytics.com>
@@ -47,7 +47,7 @@ Requires-Dist: furo ; extra == 'dev'
47
47
 
48
48
  Django Ledger is a powerful financial management system built on the Django Web Framework. It offers a simplified API for handling complex accounting tasks in financially driven applications.
49
49
 
50
- [Join our Discord](https://discord.gg/c7PZcbYgrc) | [Documentation](https://django-ledger.readthedocs.io/en/latest/) | [QuickStart Notebook](https://github.com/arrobalytics/django-ledger/blob/develop/notebooks/QuickStart%20Notebook.ipynb)
50
+ [FREE Get Started Guide](https://www.djangoledger.com/get-started) | [Join our Discord](https://discord.gg/c7PZcbYgrc) | [Documentation](https://django-ledger.readthedocs.io/en/latest/) | [QuickStart Notebook](https://github.com/arrobalytics/django-ledger/blob/develop/notebooks/QuickStart%20Notebook.ipynb)
51
51
 
52
52
  ## Key Features
53
53
 
@@ -126,7 +126,12 @@ pipenv install django
126
126
  * Install Django Ledger
127
127
 
128
128
  ```shell script
129
- pipenv install django-ledger[graphql,pdf]
129
+ pipenv install "django-ledger[graphql,pdf]"
130
+ ```
131
+
132
+ Alternatively, you can use:
133
+ ```shell script
134
+ pipenv install django-ledger\[graphql,pdf\]
130
135
  ```
131
136
 
132
137
  * Activate your new virtual environment:
@@ -1,54 +1,4 @@
1
- assets/node_modules/node-gyp/update-gyp.py,sha256=Z6tYQsScBZviTYoPN_C5blWRJs_LV5trQnHDAz3QUOM,1618
2
- assets/node_modules/node-gyp/gyp/gyp_main.py,sha256=TKap39uxgEHBG71L2EHsDNlq6rjO51DfxIqNAqmVUeQ,1250
3
- assets/node_modules/node-gyp/gyp/setup.py,sha256=D4sZ80H2l8w9R3vFEMN-iqmsAb3ReiJUcb4vAkGoOw4,1443
4
- assets/node_modules/node-gyp/gyp/test_gyp.py,sha256=97F8tmSLw3JL9_oTI8pJPuQsTxIsgAkdQIaDmYsFrgo,7660
5
- assets/node_modules/node-gyp/gyp/pylib/gyp/MSVSNew.py,sha256=M1RR_KWuAeAwDn-K6Pr2FJEACATORKRMfHMd_MAEUfc,13095
6
- assets/node_modules/node-gyp/gyp/pylib/gyp/MSVSProject.py,sha256=6MmNjOzIfDbDlOehFTtZd8CMuUZ2Tz1BI0wOOFbLGsg,6743
7
- assets/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings.py,sha256=rGJvPKpQYKxBSAI9J_47leB0pW1vG5_Y8rhtMDKcnw4,45350
8
- assets/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings_test.py,sha256=9_arXFKR13bKumQiHb6Ntx5LXs9gKUnXxEGBIGoAfPU,74297
9
- assets/node_modules/node-gyp/gyp/pylib/gyp/MSVSToolFile.py,sha256=n4fmY-ytaeDxI-dJuhJ0NrZwyI4cPFrgIqy1_yZk168,1789
10
- assets/node_modules/node-gyp/gyp/pylib/gyp/MSVSUserFile.py,sha256=9bJuWDGiqihOVA2m2vjWMSP3GygIW9SUU9waX7r1OSQ,5333
11
- assets/node_modules/node-gyp/gyp/pylib/gyp/MSVSUtil.py,sha256=_DhKwG62bH3M7hFtt9SFflzNzKQ8VgnDbnF6-zX89vQ,10231
12
- assets/node_modules/node-gyp/gyp/pylib/gyp/MSVSVersion.py,sha256=gFI8yuVbAd6vaAgotWIOu3_YKA_S1qduewkE9SoLStI,19742
13
- assets/node_modules/node-gyp/gyp/pylib/gyp/__init__.py,sha256=1aBIeaEBZtH0hXuqRxk1H7vlQXvpcJDQ7-LGfMgk_A4,23329
14
- assets/node_modules/node-gyp/gyp/pylib/gyp/common.py,sha256=JygfEvZ0wSKk7lceiwCOC1PcLRMUgFMDEPTCkSnQY9Q,22622
15
- assets/node_modules/node-gyp/gyp/pylib/gyp/common_test.py,sha256=BE9RsQS_Ctr6dvYYvnCPwezr3KHG0TwuO3F93RMTRA0,2162
16
- assets/node_modules/node-gyp/gyp/pylib/gyp/easy_xml.py,sha256=NMty-L31EeebkBSHFsTrNP50_g2ZDoA4Bg0ttJg715U,5287
17
- assets/node_modules/node-gyp/gyp/pylib/gyp/easy_xml_test.py,sha256=LqZMx7rd1Si70A4iLn5sn6s4-AcgOX0lHuq3Tc3cVXA,3709
18
- assets/node_modules/node-gyp/gyp/pylib/gyp/flock_tool.py,sha256=v1g5c9abJBfotjVFn_mIBCLlEukV6AxGuNy5qqH_sIM,1859
19
- assets/node_modules/node-gyp/gyp/pylib/gyp/input.py,sha256=ULb3T3A_UvdDbWqhGAfIN05vTLD5hR6iHcLpx_tuF84,127052
20
- assets/node_modules/node-gyp/gyp/pylib/gyp/input_test.py,sha256=4exbgFIvR9AYdbQC8GOtRwMBwf47_F_1Opbe46nQZl4,3425
21
- assets/node_modules/node-gyp/gyp/pylib/gyp/mac_tool.py,sha256=tu6ghdxyURaBvoSkHGYS4L3J4RavXQL-EuRCvwa9x28,30260
22
- assets/node_modules/node-gyp/gyp/pylib/gyp/msvs_emulation.py,sha256=pM32_3Vxy0xaS6fSPkX3WwcwIhPyQ9miuGpFrjhpbzo,54358
23
- assets/node_modules/node-gyp/gyp/pylib/gyp/ninja_syntax.py,sha256=zMHkB8l0O7oRkuYFoaN9dotnbATBHZgErQztwE_W648,5640
24
- assets/node_modules/node-gyp/gyp/pylib/gyp/simple_copy.py,sha256=2V-wVMJ9TQ94aAQ9Omph4w_4DFCm_UGmG_L4alylB80,1293
25
- assets/node_modules/node-gyp/gyp/pylib/gyp/win_tool.py,sha256=lVu0PFyeVDu1E4oJ-ogv0HrhiNt5H6ZA2u-KIMpTzoY,15164
26
- assets/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py,sha256=8utEj-5VtWTRk5SU6gVh7LstOs6ksCT-eb5sVWMHsYE,81834
27
- assets/node_modules/node-gyp/gyp/pylib/gyp/xcode_ninja.py,sha256=Qz1_dQPXMP9M-hRd6gqBV7cZrBvT1P1ZP2vU5_4zyzA,12124
28
- assets/node_modules/node-gyp/gyp/pylib/gyp/xcodeproj_file.py,sha256=JoQatMXiR_ItS5OFPfxUq334ettq3aLvuEmXbGCqSJI,135717
29
- assets/node_modules/node-gyp/gyp/pylib/gyp/xml_fix.py,sha256=-z0nf3UnZa7vNw0uwxYYhISHrN6eSHIEVsGjiEaAuBg,2245
30
- assets/node_modules/node-gyp/gyp/pylib/gyp/generator/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
31
- assets/node_modules/node-gyp/gyp/pylib/gyp/generator/analyzer.py,sha256=eGCO7UOdVunYZT7P9h6ONWION8XCH3i0fyyNPDUonWs,31684
32
- assets/node_modules/node-gyp/gyp/pylib/gyp/generator/android.py,sha256=D-uMzT5oGRNCUrUUK88N16wUQkRdfFFyJZW0ICPMoe8,49966
33
- assets/node_modules/node-gyp/gyp/pylib/gyp/generator/cmake.py,sha256=caFBrFQ13MfwupnzOslPP4Ho1KSx69Z5xZ6GUrN95LM,49248
34
- assets/node_modules/node-gyp/gyp/pylib/gyp/generator/compile_commands_json.py,sha256=xrZUCI1-IbmkZywA1dInU5AFoGjEY0I_n_7W_bIiJP8,4591
35
- assets/node_modules/node-gyp/gyp/pylib/gyp/generator/dump_dependency_json.py,sha256=PV2nEeLA36N2UWQOLuW5DwYnvfMOqFbEcA9pkqKcYaU,3101
36
- assets/node_modules/node-gyp/gyp/pylib/gyp/generator/eclipse.py,sha256=KBfjTlRnxw8eStp8XBZUx-juoY-tCM8E66_KuvGA2Nc,17554
37
- assets/node_modules/node-gyp/gyp/pylib/gyp/generator/gypd.py,sha256=kJ0H3ibKUVWqQAlujODgbtErDgX6LcmLf_v6UCdNpdE,3505
38
- assets/node_modules/node-gyp/gyp/pylib/gyp/generator/gypsh.py,sha256=1m9SMdK0fA2XHmMkwaZkAxCzDI7_y24WAmIjWLTUi6E,1713
39
- assets/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py,sha256=mgR3QjJuvQwRkbDfcCtLVwRtu_lRt57vRoeOgApU0K8,102224
40
- assets/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs.py,sha256=6gLyo4yHcwzuAs-LkjYwbeSPLA4cnsa1EKdgO6qTFK8,150465
41
- assets/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs_test.py,sha256=eXLZIXG5cFdvxm9sF5VST4Ik3NIN03-fGzrdJbuqoaI,1266
42
- assets/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja.py,sha256=iXFQuMzSGtrO_FctjUsbu0Qi8tUl5QdGDlaaeiP7paw,118398
43
- assets/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja_test.py,sha256=13XIPCPQQTHyZncCcCgo4qLLGGnu_t7QT-O7Qs-HZgI,1910
44
- assets/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode.py,sha256=a_HosG5lWPwe8Ac0n0rm0Thmktr6DSa1VshImcd3PhQ,66115
45
- assets/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode_test.py,sha256=qmzary0-tz_K48cGRiVwyZnvbQUgE5Mzqqblfjs-RjY,672
46
- assets/node_modules/node-gyp/gyp/tools/graphviz.py,sha256=FYB7MrLbf4yocdAvNAl3rIxCKSIxKGFUUPPrWipeq4A,3063
47
- assets/node_modules/node-gyp/gyp/tools/pretty_gyp.py,sha256=2ZCRPW-MZfK7gdnCIaqhH9qc8aQRLbMpOqJkS3WWC3A,5028
48
- assets/node_modules/node-gyp/gyp/tools/pretty_sln.py,sha256=b_Fxm-SXUCPL3Tix4EyNwZNmQ-zkeRIFFmuL0R5wFhw,5482
49
- assets/node_modules/node-gyp/gyp/tools/pretty_vcproj.py,sha256=AwQrxK1F-jhjsbbT35XQjrvWNbc3IBFaKXoJogqMh_o,10633
50
- assets/node_modules/node-gyp/test/fixtures/test-charmap.py,sha256=5raXzaQnO2eJnrlFtlDtWftryhZX7Fj0amFW3hdSnhE,547
51
- django_ledger/__init__.py,sha256=CX_J_4RTT4BUlffHbyF7VMYkSXKUovsClUss_XdeLJY,380
1
+ django_ledger/__init__.py,sha256=EAHGrNvVngqu1bpTSZK7_BEJid8za1_RDT_7_O7k0to,380
52
2
  django_ledger/apps.py,sha256=H-zEWUjKGakgSDSZmLIoXChZ2h6e0dth0ZO5SpoT-8U,163
53
3
  django_ledger/exceptions.py,sha256=rML8sQQ0Hq-DYMLZ76dfw2RYSAsXWUoyHuyC_yP9o1o,491
54
4
  django_ledger/settings.py,sha256=LX2QVtwm4YwAJrfN1VplJlQ310-NeIg-wpRz5QdFJTk,8906
@@ -81,19 +31,19 @@ django_ledger/contrib/django_ledger_graphene/entity/schema.py,sha256=7xqiOAlIfEn
81
31
  django_ledger/contrib/django_ledger_graphene/item/mutations.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
82
32
  django_ledger/contrib/django_ledger_graphene/item/schema.py,sha256=efKrMc7WRYw3vctGYFnzuM6ci_DVY1cogm5UA_pj3yU,1068
83
33
  django_ledger/contrib/django_ledger_graphene/journal_entry/mutations.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
84
- django_ledger/contrib/django_ledger_graphene/journal_entry/schema.py,sha256=-9Uh8tMoP-ALtNfD0Rnky46IYxogikzYbguXjuvhEp0,1243
34
+ django_ledger/contrib/django_ledger_graphene/journal_entry/schema.py,sha256=uNMdSQ1pHMpEja5f64-5PF5TxwR08E8gshxD6MUQasY,1234
85
35
  django_ledger/contrib/django_ledger_graphene/ledger/mutations.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
86
36
  django_ledger/contrib/django_ledger_graphene/ledger/schema.py,sha256=EzGMq6bHUpcZ-u9ChR0f4TuQUXrRvAlXNLYuPkx5WdI,1000
87
37
  django_ledger/contrib/django_ledger_graphene/purchase_order/mutations.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
88
38
  django_ledger/contrib/django_ledger_graphene/purchase_order/schema.py,sha256=-y7HMVpV9xhUMkKsLDUNRpJpGsgE_4fNz4Y9Z1j1v-M,1008
89
39
  django_ledger/contrib/django_ledger_graphene/transaction/mutations.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
90
- django_ledger/contrib/django_ledger_graphene/transaction/schema.py,sha256=usZlfwfzzVOKO-dosjaoAFkf-KK_MXQSEmmOzeYSFMs,1297
40
+ django_ledger/contrib/django_ledger_graphene/transaction/schema.py,sha256=IwYgjUuaNrnXqL_CRglnTI9H3CAu7Ip8BI_naVFnH-E,1282
91
41
  django_ledger/contrib/django_ledger_graphene/unit/mutations.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
92
42
  django_ledger/contrib/django_ledger_graphene/unit/schema.py,sha256=orR4tn1ORTfzLHBzlCnYcpQXMfjYbYbwOq4n0MInjQM,889
93
43
  django_ledger/contrib/django_ledger_graphene/vendor/mutations.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
94
44
  django_ledger/contrib/django_ledger_graphene/vendor/schema.py,sha256=Y20FR0gut0yNsROL_f1LSHdzn7wM4_voKQv--evVGG4,1453
95
45
  django_ledger/forms/__init__.py,sha256=N7iaeMO5xTU-q7RXTVYUy-fu8nMZbiIJ9QEtDCjsTdI,205
96
- django_ledger/forms/account.py,sha256=L8lDjxqz7GU_qtM2-LEa38iwkiv7eatEziAre07bHUg,5183
46
+ django_ledger/forms/account.py,sha256=1-L3-fy63sqz_pV1Wd0nxFsFzEW5WLKDAvjGv9aUN4M,5284
97
47
  django_ledger/forms/app_filters.py,sha256=fHmftiuR1Ei28LhGuu7LoxS4Q5pVjj1wiT0fF4GUcUI,2293
98
48
  django_ledger/forms/auth.py,sha256=HaJDEIRFoAHEAv-s_ZfTe0rZbhzIQ7GkKnaBX1qiAW4,736
99
49
  django_ledger/forms/bank_account.py,sha256=kCRZnhxN54MBBinRp_L0N5g7yUIOvIkXbJtuB8Cu2D4,4640
@@ -107,18 +57,18 @@ django_ledger/forms/estimate.py,sha256=0A30F4mosT4uvIde61lAWbPV4JePUQIX87VAcTtby
107
57
  django_ledger/forms/feedback.py,sha256=WUT-kI4uT6q5aqEYaDYwyIFfhXpmtwMv6qf9BFSYsDo,1850
108
58
  django_ledger/forms/invoice.py,sha256=Y7m5DxlNYsjBoZKWb99SFquwIW_tbVuLkJBgqSZmt1g,9675
109
59
  django_ledger/forms/item.py,sha256=i2pMhneb27a2HyQ9I48dYeHdSd1cgsZsjWYWDjGJ5UQ,12457
110
- django_ledger/forms/journal_entry.py,sha256=RMFC9QWMwaYH-ZQkZcHldtHCAVJE-MjWlizyyq3Ogjs,2975
60
+ django_ledger/forms/journal_entry.py,sha256=JQj7QTj6_fhpeGI2eXeitsSZWvm49h8uvlx52Ir4AjM,3227
111
61
  django_ledger/forms/ledger.py,sha256=jz2Ipdj-6hDBGeU4X0rodFT0yPQcFwTQ0EeUqDpKC6g,1739
112
62
  django_ledger/forms/purchase_order.py,sha256=XIi7v6ZaBd9nYgcWLmgNKm9751XBXpbwmUtlpPJklHI,7479
113
- django_ledger/forms/transactions.py,sha256=_ClEJUYkA0_v-_P0rZc4Z4QRK3oUPaJINehgGYfB09A,3339
63
+ django_ledger/forms/transactions.py,sha256=ockQjKihNY07m9NWL9nJtHBQMzROaQQO18QZSuiFn8s,3210
114
64
  django_ledger/forms/unit.py,sha256=rXUefjpuAmUU0vPOqu1ObO4k-bN-_Q6kOqHJ4kp_Vlg,1131
115
65
  django_ledger/forms/utils.py,sha256=sgkwBZs15_rZ5NT7h-8Z7wi3-ItM1E1sqoVDo3NQ5Jc,513
116
66
  django_ledger/forms/vendor.py,sha256=Nuh8MmSpz4ycMZwiVe--U9Ec6ezIsfACHDkhA2SyiZ4,2215
117
67
  django_ledger/io/__init__.py,sha256=8m5AoBRiG2ymrX0Y4LVjq0275i7I5Sk7YRa1BTzVofI,369
118
68
  django_ledger/io/io_context.py,sha256=xgykRoB6hVSN2q20f62j_4zbOeAHU5ZgbZaSwRaSkOU,4444
119
- django_ledger/io/io_core.py,sha256=az1HEBbNWHJiyOoaO1_yWj2ehSMnEjWHMy9Oug5ylXI,46902
69
+ django_ledger/io/io_core.py,sha256=uVNmwZVKazI_cVqm3qYe2gocACHNbDu1mknin7aV4mc,46990
120
70
  django_ledger/io/io_generator.py,sha256=JF4plsABUkCIrtI2X-YD7o5eNghRIgLUseNcBIGOj3U,34613
121
- django_ledger/io/io_library.py,sha256=4So7fmmb6SfDAn4kXHlvPC7FWc3yrzbx2g5ShiY9wG4,22494
71
+ django_ledger/io/io_library.py,sha256=CGZABR4P80VfIube4QEryNOi01llrPq0Gh-8vVbtZDY,22496
122
72
  django_ledger/io/io_middleware.py,sha256=vbWIBYA4V9nwoiEtB0W9pq19QIwPmaAyVJlo_1Gg2BY,20284
123
73
  django_ledger/io/ofx.py,sha256=tsggMXfAz9rslCTUcxlandPapcHXbGqLO9Diel5z_jE,1677
124
74
  django_ledger/io/ratios.py,sha256=dsuCv9-r73SMLv3OrxeoT5JebfRmrDsRKG_YzHggWFw,3542
@@ -126,7 +76,7 @@ django_ledger/io/roles.py,sha256=Rht4MiZ3SS1_uqNTQGt48dLHJxHYdyvw-HEaniUTXz4,204
126
76
  django_ledger/management/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
127
77
  django_ledger/management/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
128
78
  django_ledger/management/commands/generate_oauth2_codes.py,sha256=H92pSOMA0VFjdCLXOqdIWql-aKU12uaAPdXgz2DB9Go,1495
129
- django_ledger/migrations/0001_initial.py,sha256=d2JDZ_0gmlB8RFE9VpVgimmC2vmv3GK0xlXq1bIudxg,85653
79
+ django_ledger/migrations/0001_initial.py,sha256=tQZKIb_KWz65pxhP6iuz4FNoQUXWZnkTgI29Tu7ckO8,85653
130
80
  django_ledger/migrations/0002_alter_journalentrymodel_managers_and_more.py,sha256=-lH3NCGoUX2zJ3GT5VakvPx7VR7lXz4S_FkTccJQzzE,703
131
81
  django_ledger/migrations/0003_remove_accountmodel_django_ledg_role_1bff96_idx_and_more.py,sha256=tw1ZrXynmuUfy8G_NtRJ7ojLFCSk89oDTsLpHWCst1Y,6069
132
82
  django_ledger/migrations/0004_remove_itemmodel_depth_remove_itemmodel_numchild_and_more.py,sha256=w9-ReO6JP7bMYvBX0Ne3_0jIeLUbuVV4J7V_1lT4zR8,586
@@ -144,27 +94,28 @@ django_ledger/migrations/0015_remove_chartofaccountmodel_locked_and_more.py,sha2
144
94
  django_ledger/migrations/0016_remove_accountmodel_django_ledg_coa_mod_e19964_idx_and_more.py,sha256=wpapkPycqZ9drUMlPGBs1IRy7pz6HyDgNvZBaf-E86o,1655
145
95
  django_ledger/migrations/0017_alter_accountmodel_unique_together_and_more.py,sha256=8wFeqrVsCZFi16URzVMvZnCVankBcCmGyb8YfX85_a0,1289
146
96
  django_ledger/migrations/0018_transactionmodel_cleared_transactionmodel_reconciled_and_more.py,sha256=HrwS6Jxs_rgKQm3OeROQi1peEPSF7HtjbYKbTX0DT14,1284
97
+ django_ledger/migrations/0019_alter_transactionmodel_amount_and_more.py,sha256=FFfEOrsqbL_MLYbWgwCtZNcvCepTxN2x8vS5D7NpcLQ,1367
147
98
  django_ledger/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
148
99
  django_ledger/models/__init__.py,sha256=OesBx4My9GnqU1xB5WXuuGLOnmzgxEJxI-WWxRxi658,807
149
100
  django_ledger/models/accounts.py,sha256=PR0s0oJntnhFaJsiUuKY50NJWyXaAXu1WgTCso1oovI,34969
150
101
  django_ledger/models/bank_account.py,sha256=YQSarOR3yahHYv_JIBPgz6SJE9gj079uNmNiiAjXiLY,7682
151
- django_ledger/models/bill.py,sha256=nNjoZLHT5jqhDiBpCeFdJP59TKwLTBTlbZMg4lGqhPE,64611
152
- django_ledger/models/chart_of_accounts.py,sha256=YxTmqy3FrTmqUCub-18GTtTRDCqVpWTzC_FmDPTlVJ4,30227
153
- django_ledger/models/closing_entry.py,sha256=MKCy-q0LJUL2LP3g3y-OwP0SdcJAPssXwhLCKgp1nM0,17912
102
+ django_ledger/models/bill.py,sha256=iMdON5tLOcolkm2c9XTJzXGWqqxyLZOYB2MkPd__9EY,65047
103
+ django_ledger/models/chart_of_accounts.py,sha256=t7E4rHToyeM2IV5JSQJBYE0FkDFG_zzuzhyUrxorT8Q,30368
104
+ django_ledger/models/closing_entry.py,sha256=b0EwuYFdGH1GbwWdT_rtQqHSQO8Je62BUJHQLNmeJ8w,17914
154
105
  django_ledger/models/coa_default.py,sha256=CK4vOZ73QePciZUL93wigDXpxKamdXAKBaQR7r-G7tk,27482
155
106
  django_ledger/models/customer.py,sha256=EeynuiYFx7ME7iCtUzvaURUnY4yRqKA-9hrSiv6Bs0Y,11806
156
- django_ledger/models/data_import.py,sha256=lAWoEw9Bh-0R1no4HjHaO6c8Fps2bn3qtEaAAFt894M,20414
107
+ django_ledger/models/data_import.py,sha256=3NHL5mrSLXSG-NDn8EK8KCJiX35Z8gRWExc4fZcQhz8,20496
157
108
  django_ledger/models/entity.py,sha256=XXvpD-AMcNQP6k6JlHy9dAHUfIQQesvaRol9sJCBais,123770
158
109
  django_ledger/models/estimate.py,sha256=EPkGMJwn3bkyYYeVHOfyLeWqtlJIyjF8fUc36dLz_18,58107
159
- django_ledger/models/invoice.py,sha256=bbFq1vEQRJ3NcScutOM1LB3Vg0XELxK856Ned_u3NfI,62867
110
+ django_ledger/models/invoice.py,sha256=me_3JunnYYQYNhaPeytK9Ts4fgwBPj6vU-w7V3xV0RM,63272
160
111
  django_ledger/models/items.py,sha256=-l_ibAiJTu4dO7TZUdGD4sq524Ew8oIwhq_hiHVUDeY,55251
161
- django_ledger/models/journal_entry.py,sha256=KlATZhW7lT4L5hy0GRQMdkrqcgaiGVREwQU7kEO09sI,54293
162
- django_ledger/models/ledger.py,sha256=68OHNANMK050_7s5NEj-n2FBY8JUnBaVsHDm2LItrMs,25034
163
- django_ledger/models/mixins.py,sha256=HtT76Su3HkJy8j-18rUeqe01kJC95EsJFP_QeWxssJ8,52046
112
+ django_ledger/models/journal_entry.py,sha256=ULYRhqIbqyuqWMbcRv0u1hUeFnjETllmtZbkfBx06-E,66755
113
+ django_ledger/models/ledger.py,sha256=3C_q3xj06XtZyHDEo4BwMFHyTeMfPeRFXqodyxkG9KA,26315
114
+ django_ledger/models/mixins.py,sha256=hsM5XC6LzSYHqv0hg1yxia8qirm8pZGafGPNmGOrGEg,52056
164
115
  django_ledger/models/purchase_order.py,sha256=YFbtRGO0FW4nOnKy2OAQoI6pdA-kt3IhqjpyxKxNvwg,44197
165
116
  django_ledger/models/signals.py,sha256=3cm_8--Jz-Jb0fPgrVmm5xx_jKFARV6_A29VDjqHeIw,1563
166
- django_ledger/models/transactions.py,sha256=FWITorLpDyGm2Wunw7WVXizP2xadaBEYhtx5LcL6Vb4,23333
167
- django_ledger/models/unit.py,sha256=PJFfn_dUzx3-8RtvhrsTlOd_fCcu6bzQgzRcMIH8jUo,8124
117
+ django_ledger/models/transactions.py,sha256=P8i6ngy5Ywb6E73lPxOSpkaC4hCzLo-gEvQzL64g0Es,23214
118
+ django_ledger/models/unit.py,sha256=QbQYXqq5KxddzkOausWVyxgtBeXkU3ebYIDnI-YH4FY,8429
168
119
  django_ledger/models/utils.py,sha256=Weta2Cwsn4wRqvxMecIuD7aHYiiXBwUeMqpUDK4CokE,8360
169
120
  django_ledger/models/vendor.py,sha256=74SIqtnRsEMXhjFwEHSWq5yF0vlSaytiR31Rv5mUCxw,11361
170
121
  django_ledger/models/schemas/__init__.py,sha256=8Tvw33tVJtCvxoXje2lrs9C1bsP_iuGcVi1JqzdPUao,157
@@ -179,8 +130,8 @@ django_ledger/report/core.py,sha256=MSWOHvYrAfAJJtm1_vXv7vZxgAja6ycKxknoaIvJT_g,
179
130
  django_ledger/report/income_statement.py,sha256=m4pG0Yjpl7SELx3-yYKT4dCluKt6nT2bkD9gay9tNKI,11156
180
131
  django_ledger/static/.DS_Store,sha256=ohv3-BA3m5CUHedTAFiR2MLIeBhMNEz_a0LMOFhljzc,6148
181
132
  django_ledger/static/django_ledger/.DS_Store,sha256=EDcdC71oJjK355v2FDhienPd1ek36-Zl8YjoiTltcpk,8196
182
- django_ledger/static/django_ledger/bundle/djetler.bundle.js,sha256=1UzHryjoKN43wUa5b6N2ia2yoE-TCrtfNMnuPIf9Im8,547613
183
- django_ledger/static/django_ledger/bundle/styles.bundle.js,sha256=myDLVMYHwKTxypheUretM6MZ4HhK8Yn0BqB_OGUW3KU,506543
133
+ django_ledger/static/django_ledger/bundle/djetler.bundle.js,sha256=kTHqgMK1QbX-Yc192tyLANsuRjSH_94aDNz5EahGU0s,585360
134
+ django_ledger/static/django_ledger/bundle/styles.bundle.js,sha256=qlpwKrCVyhi5mcS5dZ36AZLORSis9sgXzRZJRFTWzMg,769929
184
135
  django_ledger/static/django_ledger/img/daniel-weiss-aj2Os9mYgJU-unsplash.jpg,sha256=zYNOMM56QE4AdRkvdGRNifDqj4OJcUA49oebJqsRjuQ,276317
185
136
  django_ledger/static/django_ledger/img/made-with-bulma.png,sha256=eHFH1XGGq3Wn9sN35Jok2jxaCQu7nIravVVHNTAr7n0,19456
186
137
  django_ledger/static/django_ledger/logo/django-ledger-logo-report.png,sha256=qNna-6tnwHFbVhA8Yb1UFSpepVkRJS3WlJa75I2euN8,23985
@@ -239,8 +190,8 @@ django_ledger/templates/django_ledger/account/account_create_child.html,sha256=i
239
190
  django_ledger/templates/django_ledger/account/account_detail.html,sha256=m-UTWD9YqoM9JWKug4alY4DIql13jYFrJG2BmdYSZ7s,934
240
191
  django_ledger/templates/django_ledger/account/account_list.html,sha256=0kDNrzcMgMewiBQGqjkPCUHErmOiVz6uy1FnwzclMjc,1019
241
192
  django_ledger/templates/django_ledger/account/account_update.html,sha256=FzNFcARbhZUUTTi6Sv-PQJi7XzjLsOfrUnR7lIvIlhc,1113
242
- django_ledger/templates/django_ledger/account/tags/account_txs_table.html,sha256=pkRweHkUAIBYsRyjj0onjg-wdrlfsHir2hnzwD8xWiU,3495
243
- django_ledger/templates/django_ledger/account/tags/accounts_table.html,sha256=yPf2gB77_sgSGfbRQPDWco1kHSbbnQ7H4ujrMm1Q9yA,7532
193
+ django_ledger/templates/django_ledger/account/tags/account_txs_table.html,sha256=CNl3i5jp_7UPNV2bm60MN5w2SRGph-w_3PgzBzZpUxI,3483
194
+ django_ledger/templates/django_ledger/account/tags/accounts_table.html,sha256=zJEUvMBre-wK563ThpoOpxSfgzhV1qn_3khLLWeiWrM,7520
244
195
  django_ledger/templates/django_ledger/auth/login.html,sha256=UYV2rxjEn9cXBbG6Ww93k6yMPJtOo5vpX6sod61ewKs,1849
245
196
  django_ledger/templates/django_ledger/bank_account/bank_account_create.html,sha256=zoCvV-_2aBAXCnCfHTFI18Pn7hbEcOkgtcgYOQ2IJIg,1258
246
197
  django_ledger/templates/django_ledger/bank_account/bank_account_list.html,sha256=FuwnbPZ8J6paQw02ddSYEpKUy97SKP-00mFDPMghgJI,701
@@ -248,9 +199,9 @@ django_ledger/templates/django_ledger/bank_account/bank_account_update.html,sha2
248
199
  django_ledger/templates/django_ledger/bank_account/tags/bank_accounts_table.html,sha256=dCqqUmQ49jRvllj0A8DzQnD6L38DaD8SQ2FAchUOky8,3476
249
200
  django_ledger/templates/django_ledger/bills/bill_create.html,sha256=fUskaN-ORsj_WhIYxr1cUvgr4j9b7rgC8nBR9d2TI0Y,2106
250
201
  django_ledger/templates/django_ledger/bills/bill_delete.html,sha256=IHqXETgrbmMWnrymJv7iAAcDcBvRV9tFgoqHWAUKlQE,1606
251
- django_ledger/templates/django_ledger/bills/bill_detail.html,sha256=nG5wrl9kjN1egihrwfRP0utwjPZ83gN678UzII25ty0,11756
202
+ django_ledger/templates/django_ledger/bills/bill_detail.html,sha256=FvssQo6Y_3jQXxieCFaXySSGch4IbUDo5ONUjFB8HFw,11760
252
203
  django_ledger/templates/django_ledger/bills/bill_list.html,sha256=-KAmz0bghVZ81DMzFbqaeu_93XmuuMEI6REtYc_P0PE,6336
253
- django_ledger/templates/django_ledger/bills/bill_update.html,sha256=H_K1Q1UKp66TzuEDVXLhqOTJozFHjSnyN2mcqpRH3m8,8650
204
+ django_ledger/templates/django_ledger/bills/bill_update.html,sha256=Sluzm-Dgcr1S9QgT_ermkT-P6UyQ1AR7meL33kSa3RM,8638
254
205
  django_ledger/templates/django_ledger/bills/bill_void.html,sha256=iQt9Nq1DL-LovkrMrvUwI87LO8jXZ3R0dL7YKPoZKDM,1354
255
206
  django_ledger/templates/django_ledger/bills/includes/card_bill.html,sha256=7bUT7Sx7oFHAs9ko1x3wBBhrOZnTAmrGR55S1vksm8g,14029
256
207
  django_ledger/templates/django_ledger/bills/tags/bill_item_formset.html,sha256=tmBNZoaHhk6EsCtcdqAQdHJ0XyDFaFRYqxdCf2Xi5KU,4082
@@ -274,7 +225,7 @@ django_ledger/templates/django_ledger/components/date_picker.html,sha256=fWGSVpy
274
225
  django_ledger/templates/django_ledger/components/default_entity.html,sha256=SXBHT43XlbPf-GguHWBfXgDh-wG0s9dY0a9lc0KC0CY,361
275
226
  django_ledger/templates/django_ledger/components/feedback_button.html,sha256=S9sVY9o_CIvekoG7I9_QinjwKSlKSX0P6UGeE0cCWDY,3333
276
227
  django_ledger/templates/django_ledger/components/filters.html,sha256=iSBeSTpK8B9vi61HGwEyj7kN2Xex8CBr8ER8GLFRUT0,219
277
- django_ledger/templates/django_ledger/components/icon.html,sha256=vh_FZeQAb9Q_H9JJcNiDEzG8Ps0kzGiWkwG1H9fezdc,85
228
+ django_ledger/templates/django_ledger/components/icon.html,sha256=jVJNr_W8-_mdl0TsAXAK6Q6Lx8WowY0ZeXo9QOFdNzg,84
278
229
  django_ledger/templates/django_ledger/components/menu.html,sha256=m_RTyik8mLqaz4vwyulhq6r2MYpE1-grvJA4JVuSFtY,2077
279
230
  django_ledger/templates/django_ledger/components/modals.html,sha256=wGyR5ZS9VE70CZfd9dFy3WUGKd9zLxIre9daBuPnpFY,1517
280
231
  django_ledger/templates/django_ledger/components/modals_v2.html,sha256=9yuKdt-mEDaiGva_4EFgpAfRonVAyN0VeCnwaDfoOeQ,804
@@ -290,7 +241,7 @@ django_ledger/templates/django_ledger/data_import/import_job_create.html,sha256=
290
241
  django_ledger/templates/django_ledger/data_import/import_job_delete.html,sha256=qgobtrI-WNYFqhn8de05mcD-FQ0UGSLT6ZoaBlblXAU,944
291
242
  django_ledger/templates/django_ledger/data_import/import_job_update.html,sha256=ZDy391RSOXUq3keUs48QrVrI_ZicdNvDeLT_JacH17M,887
292
243
  django_ledger/templates/django_ledger/data_import/tags/data_import_job_list_table.html,sha256=y_U1xixMC9YPR4aq6F_cNpyb-dZ5qcVh9D6HSN9Xpps,2919
293
- django_ledger/templates/django_ledger/data_import/tags/data_import_job_txs_imported.html,sha256=e8dLP-VEPSh901KmpBSIZ635cPMM67okWzilbNpGNh4,1298
244
+ django_ledger/templates/django_ledger/data_import/tags/data_import_job_txs_imported.html,sha256=XSmY4PAnWaeLOzamwMrlZz1koJWmbQwptGDiqTGO9rg,1624
294
245
  django_ledger/templates/django_ledger/data_import/tags/data_import_job_txs_table.html,sha256=f-RJr7uw4v_s3XqMA9T7n0JDeIL0s-xdbdLmM1grvCk,3835
295
246
  django_ledger/templates/django_ledger/entity/entitiy_list.html,sha256=onM9uaWTm2oQ00OPIH5ki2FEfgjx7_EIOT8akuAhQM4,1507
296
247
  django_ledger/templates/django_ledger/entity/entity_create.html,sha256=TDayIv2qno7cT3xTCapKV6EZKcTTNfIMxXJFQmHHyz0,1387
@@ -311,17 +262,17 @@ django_ledger/templates/django_ledger/expense/expense_create.html,sha256=ozRliR0
311
262
  django_ledger/templates/django_ledger/expense/expense_list.html,sha256=d7IwuA2qrDPYKmg8a0b4T2CIzIfHB6ximk8Ak4VR4xY,867
312
263
  django_ledger/templates/django_ledger/expense/expense_update.html,sha256=7YTGqytGb1KFAiP7x3jZ-ljkXziqir6KnMiFrl_s8Kk,1439
313
264
  django_ledger/templates/django_ledger/expense/tags/expense_item_table.html,sha256=g0GXvHXrOwxRlvj4gKC7jX7x6SL4IN3O_g0Tcvnro6Y,2394
314
- django_ledger/templates/django_ledger/financial_statements/balance_sheet.html,sha256=_trd5e282eMsC5VfzP9tL7zPJ_kTGMxlrh77RWwLlY4,2793
265
+ django_ledger/templates/django_ledger/financial_statements/balance_sheet.html,sha256=hzIeT8lymMa4djP7l06InHGZ7FsoFe5sUnXvbVVOhFI,2794
315
266
  django_ledger/templates/django_ledger/financial_statements/cash_flow.html,sha256=zeu7OcXl2T_vDoFyJvb0htFIjQz0IfyJBiOcck2skus,3031
316
267
  django_ledger/templates/django_ledger/financial_statements/income_statement.html,sha256=pfrv12Bu_PmU-MrL7JXYX7Wv4PZ06fKvOdydzzgeEnw,2731
317
- django_ledger/templates/django_ledger/financial_statements/tags/balance_sheet_statement.html,sha256=fak-N9y_vtv2OeGj34iCaTaio5yPtpvXhAU5YmdC4IQ,6276
268
+ django_ledger/templates/django_ledger/financial_statements/tags/balance_sheet_statement.html,sha256=NX9h1zM9YekInxP0mRES10_uHMK9fqw0mpVo7dhe9Oo,6433
318
269
  django_ledger/templates/django_ledger/financial_statements/tags/cash_flow_statement.html,sha256=elJsMVmVJHZbZVhuo-bSykrrLoSZrN0JpUYm0LukY80,8961
319
- django_ledger/templates/django_ledger/financial_statements/tags/income_statement.html,sha256=kLmnxHN5G9H7xYKFANLbfM0jAtNsmfhIrdltW-bhoPY,10442
270
+ django_ledger/templates/django_ledger/financial_statements/tags/income_statement.html,sha256=FAHIr0bstOCg_Nlihu4AY_akzJ0QCJM6UAKVAK2t-CI,17711
320
271
  django_ledger/templates/django_ledger/includes/breadcrumbs.html,sha256=mSzAPpn7uCx33oXuNhbM-MQdam3QFOxl9TRH93hrS4w,183
321
272
  django_ledger/templates/django_ledger/includes/card_markdown.html,sha256=wKihCko89-F_gU4jJzsqjxDrjxgzVYFXK39cQPv8Sjc,804
322
273
  django_ledger/templates/django_ledger/includes/footer.html,sha256=etnULJWQRmSdtMFgxY-vT2-JQYyxxixa7xQ2K6qD1Wo,528
323
274
  django_ledger/templates/django_ledger/includes/messages.html,sha256=N_7BlYw9pJfzsv9gTUE4FFoUppWhbkxShd4UnQ81IfM,322
324
- django_ledger/templates/django_ledger/includes/nav.html,sha256=Vo0ois6-bQiuHvPixqtXqTuxPp6IeesZSHkPJsZArwU,1818
275
+ django_ledger/templates/django_ledger/includes/nav.html,sha256=fUFYiJoHV-Mf_fPsGzbLBq5kOnDHGC1XfNA_F5YZ3Kc,2004
325
276
  django_ledger/templates/django_ledger/includes/page_header.html,sha256=q2tL3SvFebET4CB_gJB_qRocMbDdijrNCoowoHCgthM,2353
326
277
  django_ledger/templates/django_ledger/includes/widget_bs.html,sha256=UxLVF8rdKwONQaRIE3IrWLYXD0XBs6wEMRGeLevbHwk,949
327
278
  django_ledger/templates/django_ledger/includes/widget_ic.html,sha256=IWSnAcMJMoAg9kf_XCBPBNGYUSXtgGurgPotkdsVrEM,1129
@@ -335,21 +286,21 @@ django_ledger/templates/django_ledger/inventory/tags/inventory_item_table.html,s
335
286
  django_ledger/templates/django_ledger/inventory/tags/inventory_table.html,sha256=TgmdV6CFmePT4e6ClvDyETKrRKToz0p52dEQC7r-cKc,945
336
287
  django_ledger/templates/django_ledger/invoice/invoice_create.html,sha256=p6I2SF-tW8Gq6vez_5jG1phudOjVqia6F-TNrTMM4_I,2125
337
288
  django_ledger/templates/django_ledger/invoice/invoice_delete.html,sha256=qkhsW6lPiA4BxbWzHgncN8A6p8EU7MjjFyXZnQa1tF0,1482
338
- django_ledger/templates/django_ledger/invoice/invoice_detail.html,sha256=FHlCCMBN4bai_BK7ScMzd4U9-xVYyveRTHkMOlLJ_ZE,10689
289
+ django_ledger/templates/django_ledger/invoice/invoice_detail.html,sha256=Z2iNxBY5hEJ6qz7pkqxakPFoYlCchv_h4N7cBjWv8sU,10690
339
290
  django_ledger/templates/django_ledger/invoice/invoice_list.html,sha256=b5ysuDP-avrls4OSarSusySAKDFT1sM-jkQgWPPxpNw,5888
340
291
  django_ledger/templates/django_ledger/invoice/invoice_update.html,sha256=cVuth_WbELKi3RWDrIKLcfDAe0RH3OV8N5AireHK298,8640
341
- django_ledger/templates/django_ledger/invoice/includes/card_invoice.html,sha256=OHs3XcWxkYT6Sb4rQmNo_EiUVLksuj94AwG6PNtYaTY,13021
292
+ django_ledger/templates/django_ledger/invoice/includes/card_invoice.html,sha256=MwHTCGqTWTyzIICuyfR173tIu9k8I0IdYHtGsKtZAs8,12749
342
293
  django_ledger/templates/django_ledger/invoice/tags/invoice_item_formset.html,sha256=ba4J_WINrpYmCaHAyKWDKwZ6ETQXI3NkQ_AV6Y5-2uM,3413
343
294
  django_ledger/templates/django_ledger/invoice/tags/invoice_table.html,sha256=fO1EKOAg26LxIztnfbT41I8N_wyIga-tGsCQ9tBoS5A,2596
344
- django_ledger/templates/django_ledger/journal_entry/je_create.html,sha256=UiKc0Uq4UJxjoO6iVDjyeMrT7uwvRmqfY3R0Y9zzPyg,1121
345
- django_ledger/templates/django_ledger/journal_entry/je_delete.html,sha256=zy6N1dCtC3j8SSDDda8lXiPkh9RrOJSVtnnSHwo_SmI,1086
346
- django_ledger/templates/django_ledger/journal_entry/je_detail.html,sha256=Bkr5MMrIleWSTml10nR3HfkXFnQhm8Iqn5EiA-xpgUY,2004
347
- django_ledger/templates/django_ledger/journal_entry/je_detail_txs.html,sha256=UcPDx8QBK2T-d9loND8ritCt8bNgywg-AYO3fNaqy-Q,4903
348
- django_ledger/templates/django_ledger/journal_entry/je_list.html,sha256=2nxNBmcGKMF_YqRgpqkqZbGmsrg6cPsNRZZURIGRzLA,7870
349
- django_ledger/templates/django_ledger/journal_entry/je_update.html,sha256=YwSgSaQb5d2ogPsHtD_ZUCDvKKuoxYKEvU7FnZZ5oeA,927
295
+ django_ledger/templates/django_ledger/journal_entry/je_create.html,sha256=VHMBnJ_ovi9ovuUyBqJr5-wfFRP9-sHnnzN6t1Cue1w,930
296
+ django_ledger/templates/django_ledger/journal_entry/je_delete.html,sha256=WcVhR16oCsL8eOEyL3g3NPLgkvl2CdBpOkHo5-N5zz4,949
297
+ django_ledger/templates/django_ledger/journal_entry/je_detail.html,sha256=Lr9IdchYJ5rtJhJSXKzeUX3WQrR6yQPj1ao8KTkT6t0,1999
298
+ django_ledger/templates/django_ledger/journal_entry/je_detail_txs.html,sha256=QocIKC-XhtoKtg7banpDLKHSKnZpDCSXZoyXs7qfPkI,4584
299
+ django_ledger/templates/django_ledger/journal_entry/je_list.html,sha256=blJNSwcrjxvi21mVyZqNZU25jRsprN1N95iurFqdI10,7579
300
+ django_ledger/templates/django_ledger/journal_entry/je_update.html,sha256=XXxhA31Ltivxkqqa40z9IWh1JeLjWk9NNrp32t7Ee7U,712
350
301
  django_ledger/templates/django_ledger/journal_entry/includes/card_journal_entry.html,sha256=PU-tOMBuQcwxP73uXyNePaCF8aY0KutWuuAdYUWJofw,2547
351
- django_ledger/templates/django_ledger/journal_entry/tags/je_table.html,sha256=zD5pKiucZ4rFM1mNRXu5XLbuoYmGu7EGOwkpN0Xg2cw,5584
352
- django_ledger/templates/django_ledger/journal_entry/tags/je_txs_table.html,sha256=MVkUb_zPHwXmkAftqEmbmdHwPxHlzNFGQShliQ8rX4w,3019
302
+ django_ledger/templates/django_ledger/journal_entry/tags/je_table.html,sha256=IQyHXHA3goBjdGM0Hzih46Z82JVhMGPpCRgMVCNGmaA,5747
303
+ django_ledger/templates/django_ledger/journal_entry/tags/je_txs_table.html,sha256=6gqASIlyKmeTgV-0Lp_DVB7SGLcL1y_U8cpR4sJFLyU,3366
353
304
  django_ledger/templates/django_ledger/layouts/base.html,sha256=SaqRxA4MvJZTOkM94gJvJVAY5KF0zwGFcQChLHmaZFM,1773
354
305
  django_ledger/templates/django_ledger/layouts/content_layout_1.html,sha256=U-32AnGwhIOGHtSTlSst580OwrUBIoDIt93_xZRtOTw,936
355
306
  django_ledger/templates/django_ledger/layouts/content_layout_2.html,sha256=gqXgaGj3ByTI7EziEw0Wo-XBPZEB82selzrXDuCNz_Y,355
@@ -357,7 +308,7 @@ django_ledger/templates/django_ledger/ledger/ledger_create.html,sha256=eyfmLniuA
357
308
  django_ledger/templates/django_ledger/ledger/ledger_delete.html,sha256=StFckXTo5OSGYzw9XaVvwjnm4aIdJ5aGZIwbxwsexj4,1073
358
309
  django_ledger/templates/django_ledger/ledger/ledger_list.html,sha256=AI-Nf9r_PtHmMtfBa17RX7N2lI--H_1HH8jLzP7zWho,8834
359
310
  django_ledger/templates/django_ledger/ledger/ledger_update.html,sha256=7uim15tUJQsbo61f_nn3uwqztjK8rJE9q6oqBTccLoY,921
360
- django_ledger/templates/django_ledger/ledger/tags/ledgers_table.html,sha256=A_E7tFMrR0W09FO0_1nZ--4mwhu5v-RLD7x82iMrxus,8304
311
+ django_ledger/templates/django_ledger/ledger/tags/ledgers_table.html,sha256=ah2iLvp-dkLXlxMvu9UHkGdDKmpDHkHRa37Y64-0wOA,8525
361
312
  django_ledger/templates/django_ledger/product/product_create.html,sha256=IE7g53HKPajeQIotebATuX6TH1QAao2ApWTkRAOgenQ,1431
362
313
  django_ledger/templates/django_ledger/product/product_delete.html,sha256=ufGF2LkroxYjdiWW7Am-jkPntu6zFB_uYSqCS7s3qE0,1147
363
314
  django_ledger/templates/django_ledger/product/product_list.html,sha256=3ScXpeZ8ALK3EuHYkT-eFyaaAjV-zfykrjiNIiRbUFg,855
@@ -377,6 +328,7 @@ django_ledger/templates/django_ledger/service/service_delete.html,sha256=9h8fR5c
377
328
  django_ledger/templates/django_ledger/service/service_list.html,sha256=NO6f4zmOnAmjrHd-lsYDksKJtVuoeXYC6s2g1MUibOs,854
378
329
  django_ledger/templates/django_ledger/service/service_update.html,sha256=IceH87Na-xxg1p-V5VdR93aHO0_VaBDXkx1U5ev8qcs,1440
379
330
  django_ledger/templates/django_ledger/service/tags/services_table.html,sha256=pP4K0KvFfmZ9BESrMcNnTv-faFovCHYBhhn_PcXAurM,2434
331
+ django_ledger/templates/django_ledger/transactions/tags/txs_table.html,sha256=6gqASIlyKmeTgV-0Lp_DVB7SGLcL1y_U8cpR4sJFLyU,3366
380
332
  django_ledger/templates/django_ledger/unit/unit_create.html,sha256=7dmsu0TUxsexJyxKCz3cICddN0DGGjQOTM89ddQm9r8,1194
381
333
  django_ledger/templates/django_ledger/unit/unit_detail.html,sha256=wttq1WzsNxa5ZIrblpPmw5zl2xuyOjSCyxtqGHJimUA,1709
382
334
  django_ledger/templates/django_ledger/unit/unit_list.html,sha256=n_XWrs2zvSafGzJnFzgwMTaMFfMsY-MRld8JtxIJ1Ug,1973
@@ -392,7 +344,7 @@ django_ledger/templates/django_ledger/vendor/vendor_update.html,sha256=4kBUlGgrg
392
344
  django_ledger/templates/django_ledger/vendor/includes/card_vendor.html,sha256=oCXyuqyF7CnJnDQdK0G0jdYLqtPWYSzwlv8oddyGJg8,1290
393
345
  django_ledger/templates/django_ledger/vendor/tags/vendor_table.html,sha256=YC-3T5x4oua3VBg1q690CRzoogKL8qFgQRp5jTKLFgk,3400
394
346
  django_ledger/templatetags/__init__.py,sha256=N7iaeMO5xTU-q7RXTVYUy-fu8nMZbiIJ9QEtDCjsTdI,205
395
- django_ledger/templatetags/django_ledger.py,sha256=NEJbi3tAFaK0-VBjFkRmtCXdpWoGMCkchqhh8PVjOQ0,31892
347
+ django_ledger/templatetags/django_ledger.py,sha256=_HF25wnxLzTKZpOW_9DZDoy6qeUtRvVISgjVe71fntk,31300
396
348
  django_ledger/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
397
349
  django_ledger/tests/base.py,sha256=ddsMTzv0-17JD1QRobpTN2CVKL1v0lNplo78JaB36oQ,10842
398
350
  django_ledger/tests/test_accounts.py,sha256=bASqtQjp6twya8JrNkBXVMsOnK8E8Hl7B0J6RfDJGB0,6345
@@ -409,7 +361,7 @@ django_ledger/tests/bdd/features/steps/README.py,sha256=4HMdVjjflcKQBf0LeZbc5i3T
409
361
  django_ledger/tests/test_io_ofx/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
410
362
  django_ledger/tests/test_io_ofx/tests.py,sha256=v-2xY410a6Tr2TwG5oqc_UkFzXBIAFxWYasZkeiXAfE,1993
411
363
  django_ledger/urls/__init__.py,sha256=98Dk0iQPeK2chSTY8H-7yuk9OycoUoZJdbpuR0Wv2rw,1994
412
- django_ledger/urls/account.py,sha256=wQQHYf6TRj5VphNlOHUPnruHWl2Rfos1hjJeDwK4ZN0,2452
364
+ django_ledger/urls/account.py,sha256=OhNj8kBGdrp-1mottTwCJ45gC26FEQ9KWIZaom9D6jg,2448
413
365
  django_ledger/urls/auth.py,sha256=8dY2h6PQkMayUL81guu9JCxm--Tj0rglvvxg9Qh03aY,230
414
366
  django_ledger/urls/bank_account.py,sha256=-dJsrnwej8H96Gc8xltLf3NwUxKk_xG0Mq4mxhe8Cqs,887
415
367
  django_ledger/urls/bill.py,sha256=wvdRqSgnHp1CLdX6Sudu1IiIx4M1Pe8OupanA-9a-nI,2890
@@ -433,7 +385,7 @@ django_ledger/urls/transactions.py,sha256=e_x_z5qbkR6i7o8OWWdXshDiY_WVmu9WVhR9A9
433
385
  django_ledger/urls/unit.py,sha256=QEVKrgcw2dqMaaXsUHfqYecTa5-iaPlS9smrYJ1QsgM,1506
434
386
  django_ledger/urls/vendor.py,sha256=ODHpAwe5lomluj8ZCqbMtugTeeRsv0Yo9SqkZEmfYaw,393
435
387
  django_ledger/views/__init__.py,sha256=fY9eBoPkx50p-kSalskd4QW1tHm3e64WpwOFuJzn4Xo,1178
436
- django_ledger/views/account.py,sha256=GBIJBy2ykhXl8x_5mfZjB6U5bCdhf81mWifn4a6nEuw,9067
388
+ django_ledger/views/account.py,sha256=mxFmBu9RsFfd_lQK1JJevmAVHMEW4SBeAJ0prZNK57E,9083
437
389
  django_ledger/views/auth.py,sha256=I8Mv_aAfW-8Z5VYPOX7P3IUO4Fp5jJPkSuu1ZSVpWtI,777
438
390
  django_ledger/views/bank_account.py,sha256=9eeo2Y71PGt0yTOK1qIojV7024AZIQybynWAsw7Nd9Q,5024
439
391
  django_ledger/views/bill.py,sha256=5tNb3pyh8GQM4hjV0FXqCXrEQF2LwpEWLkOkpknEdjA,22239
@@ -450,16 +402,16 @@ django_ledger/views/home.py,sha256=wfcwDaVnARxoI4HTIIl9QXdRhUkJTOBxQSlpdz5cto0,1
450
402
  django_ledger/views/inventory.py,sha256=tflgHZiGRTMBySe00k6dWc6AwNC1xZxGHdt60IsQFL4,4985
451
403
  django_ledger/views/invoice.py,sha256=BCCvQCtB1p7WBRQZeJakUhDJy4Fr5jvEYIDgLnZDh34,20434
452
404
  django_ledger/views/item.py,sha256=WvwvNWe4Wu9tZWbm75iciNvaSxh9b8h_P_FHt4jsKXs,20604
453
- django_ledger/views/journal_entry.py,sha256=QaUz_HuUpbZCulpS7fsg2Q8nuKbxf8bXnQhcWRkAa-s,12141
454
- django_ledger/views/ledger.py,sha256=DrPXgC4iMvj1jY4x6Ka8elwaOnLUe1yM-bAkuJC9bLU,12677
455
- django_ledger/views/mixins.py,sha256=_v8y9RHOpSXhGdXoFU1LldDrOgso64MKDBNWUyWulzc,23648
405
+ django_ledger/views/journal_entry.py,sha256=7qWagPqk8Nc8E9ylThYfCnvB4o8dsW1GQApMLG3Jb_8,11277
406
+ django_ledger/views/ledger.py,sha256=_-y8_Na5JyLYzkYIGrOJzAMWC3Hk8hzsikqXsxf8MkM,12178
407
+ django_ledger/views/mixins.py,sha256=xUGguHo9xVLe9XaBZ3dy6PFFDScM_N3OqgYVsa6xx9s,23015
456
408
  django_ledger/views/purchase_order.py,sha256=CyftKrQWV1SBz7W0CvZOfZ81OPEiBHPD7b9zt1k6CFY,21088
457
409
  django_ledger/views/transactions.py,sha256=3ijtJzdLPFkqG7OYpe-7N4QVjCyR2yl5ht_9RyfquBA,212
458
410
  django_ledger/views/unit.py,sha256=MF9tEeWCOt5XrtK-UFmHFisyBM-h3WzgL6v8IX2Ynbk,10446
459
411
  django_ledger/views/vendor.py,sha256=qlkd3gsjZ6RYuPrRYDVZp-Im65calM9ed3KxsaT4cxw,3467
460
- django_ledger-0.7.2.dist-info/AUTHORS.md,sha256=ShPwf-qniJkbjRzX5_lqhmgoLMEYMSHSwKPXHZtWmyk,824
461
- django_ledger-0.7.2.dist-info/LICENSE,sha256=ixuiBLtpoK3iv89l7ylKkg9rs2GzF9ukPH7ynZYzK5s,35148
462
- django_ledger-0.7.2.dist-info/METADATA,sha256=XZ4MPmKkapPS3_Bjm64jcJOrHqRFFe6q652qqTtIa7g,8607
463
- django_ledger-0.7.2.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
464
- django_ledger-0.7.2.dist-info/top_level.txt,sha256=fmHWehb2HfoDncQ3eQtYzeYc-gJMywf6q_ZpKBjwzoQ,38
465
- django_ledger-0.7.2.dist-info/RECORD,,
412
+ django_ledger-0.7.4.dist-info/AUTHORS.md,sha256=ShPwf-qniJkbjRzX5_lqhmgoLMEYMSHSwKPXHZtWmyk,824
413
+ django_ledger-0.7.4.dist-info/LICENSE,sha256=ixuiBLtpoK3iv89l7ylKkg9rs2GzF9ukPH7ynZYzK5s,35148
414
+ django_ledger-0.7.4.dist-info/METADATA,sha256=mJxhUJGH3alZN_V9qbRTEOMOtPxOTBUzSG4SUN7qKno,8771
415
+ django_ledger-0.7.4.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
416
+ django_ledger-0.7.4.dist-info/top_level.txt,sha256=fmHWehb2HfoDncQ3eQtYzeYc-gJMywf6q_ZpKBjwzoQ,38
417
+ django_ledger-0.7.4.dist-info/RECORD,,
@@ -1,45 +0,0 @@
1
- #!/usr/bin/env python3
2
-
3
- # Copyright (c) 2009 Google Inc. All rights reserved.
4
- # Use of this source code is governed by a BSD-style license that can be
5
- # found in the LICENSE file.
6
-
7
- import os
8
- import sys
9
- import subprocess
10
-
11
-
12
- def IsCygwin():
13
- # Function copied from pylib/gyp/common.py
14
- try:
15
- out = subprocess.Popen(
16
- "uname", stdout=subprocess.PIPE, stderr=subprocess.STDOUT
17
- )
18
- stdout, _ = out.communicate()
19
- return "CYGWIN" in stdout.decode("utf-8")
20
- except Exception:
21
- return False
22
-
23
-
24
- def UnixifyPath(path):
25
- try:
26
- if not IsCygwin():
27
- return path
28
- out = subprocess.Popen(
29
- ["cygpath", "-u", path], stdout=subprocess.PIPE, stderr=subprocess.STDOUT
30
- )
31
- stdout, _ = out.communicate()
32
- return stdout.decode("utf-8")
33
- except Exception:
34
- return path
35
-
36
-
37
- # Make sure we're using the version of pylib in this repo, not one installed
38
- # elsewhere on the system. Also convert to Unix style path on Cygwin systems,
39
- # else the 'gyp' library will not be found
40
- path = UnixifyPath(sys.argv[0])
41
- sys.path.insert(0, os.path.join(os.path.dirname(path), "pylib"))
42
- import gyp # noqa: E402
43
-
44
- if __name__ == "__main__":
45
- sys.exit(gyp.script_main())