18alantom
b8671cb2ed
fix: multiple payment related fixes
...
- outstanding amount reset on payment cancel
- payment reference type is now select
- map property on select fields for different display values
- multiple payment validations
- sensible binding payment amount and reference amount
2021-11-25 14:49:50 +05:30
Alan
50371b1a56
Merge pull request #251 from piyushsinghania/fix/error-message-while-navigating
...
Prevented error message on navigation
2021-11-23 10:35:01 +05:30
18alantom
4340113ac9
fix(ux): disallow negative amount in Payments
2021-11-22 12:04:29 +05:30
Piyush Singhania
f8ff30156b
Prevented error message on navigation
2021-11-21 21:45:27 +05:30
Piyush Singhania
1ffd043ca9
Add ability to cancel invoice
2021-11-21 19:08:04 +05:30
18alantom
f25ccd8aa8
fix(ui): show draft status for JE and non-submitables, set Cash as default
2021-11-11 15:05:34 +05:30
18alantom
de25de1fd4
fix(ui): show status badge on an open invoice
2021-11-11 13:41:33 +05:30
18alantom
735bf3f830
fix: prevent NaN in the invoices
2021-11-10 19:09:21 +05:30
18alantom
a9c54b814e
fix: set party default account only if it exists
...
- refactor conditionals
- formatting
2021-11-10 17:01:04 +05:30
18alantom
57a020f15e
fix: autoset accounts only if present; display accounts in quick entry
2021-11-10 16:12:07 +05:30
18alantom
c20cc5a5db
fix: db creation flow, don't show annoying messages when not required
...
- minor refactors and formatting
2021-11-09 16:08:25 +05:30
18alantom
f905fab256
fix: prevent "Saving..." due to slipping error (needs frappejs #152 )
2021-11-08 19:37:06 +05:30
18alantom
96d7a9819c
feat: add reversion and ledger link to payment quick entry
2021-11-08 17:36:09 +05:30
18alantom
8f64d95055
refactor: rename "Payment For" to "References"
...
- formatting
- change default values to function defaults
- add migration script for the Payment table
2021-11-08 15:15:27 +05:30
18alantom
09d4b305eb
fix: make Payment For not required, fix amount bug, ref mandatory only if not cash
2021-11-05 20:00:28 +05:30
18alantom
1a8a23d2a2
build(electron): bump electron to 15.3.0
...
- refactor Common Js imports to ES6
2021-11-05 14:31:35 +05:30
Ankit Singhaniya
ae39796579
fix typo, remove extra (
2021-11-01 23:55:59 +05:30
Ankit Singhaniya
59c57c289b
improve message when trying to pay 0
2021-11-01 23:09:31 +05:30
Ankit Singhaniya
093a297856
simplify the condition to check if value is larger then max amount
2021-11-01 23:08:08 +05:30
Piyush Singhania
4fcb54ff7c
Added translation support and currency symbol in the error message
2021-11-01 19:36:02 +05:30
Piyush Singhania
6178cf55c0
Updated suggested changes
2021-10-29 23:12:10 +05:30
Piyush Singhania
102ef29d6b
Added validation to give error message when trying to pay excess amount for an invoice
2021-10-29 18:26:45 +05:30
Ankit Singhaniya
ca0c2968e0
Merge pull request #13 from piyushsinghania/fix/wrong-font-in-saved-pdf
...
Fixed the font issue while saving pdf
2021-10-28 21:25:47 +05:30
Piyush Singhania
91b3d969c2
Fixed the font issue while saving pdf
...
Added font support for Basic Template
Added feature to select between platform safe fonts
2021-10-25 21:46:12 +05:30
Piyush Singhania
4996aed1de
Fixed the general ledger entry issue while doing partial payments
2021-10-21 23:19:32 +05:30
Piyush Singhania
e9b3d2ca03
Added enhancement to filter out reverted invoices
2021-10-21 23:10:14 +05:30
18alantom
7ad7bf7b2f
refactor: minor cleanups
2021-10-19 14:35:47 +05:30
Piyush Singhania
f0bdc4e669
Fixed auto updation of rate and tax on changing item
2021-10-19 14:31:17 +05:30
Piyush Singhania
59201366b7
Refactored Business template, used isSalesInvoice computed property rather than directly checking there in the template for it
2021-10-19 14:24:17 +05:30
Piyush Singhania
fc8ba4da6a
Created a computed propert isSalesInvoice in the Base.vue component and using it in the minimal template
2021-10-19 14:23:49 +05:30
Piyush Singhania
655c1a0893
fix purchase invoice incorrect to and from in minimal template
2021-10-19 14:18:07 +05:30
Ankit Singhaniya
0ed6cc48c6
fix issue with creating new file due to formaula/default
2021-10-19 14:14:00 +05:30
Ankit Singhaniya
6343f11328
add notes to basic template back
2021-10-19 14:08:55 +05:30
Ankit Singhaniya
62359ba7ae
fix formatting
2021-10-19 14:07:59 +05:30
Ankit Singhaniya
aefd70b5e3
add gst details to all templates
2021-10-19 13:52:28 +05:30
Ankit Singhaniya
7033683465
add gst information in the business template
2021-10-19 13:40:16 +05:30
Ankit Singhaniya
7d07bd17b4
add ability to show account gstin in the basic template
2021-10-19 13:33:44 +05:30
Ankit Singhaniya
d32c1de82b
add gstin to party and also show up in quick edit
2021-10-19 13:19:21 +05:30
Rushabh Mehta
e2529ad116
fix: allow parital payments to invoices
2020-05-06 23:32:35 +05:30
Faris Ansari
df1518f2ad
fix: Handle case when fiscal dates are not found
2020-04-30 16:41:58 +05:30
Faris Ansari
fb0744ba2b
feat: Group Items in Link field
2020-04-30 16:41:20 +05:30
Faris Ansari
c2509e4105
fix: Get Started
...
- Add documentation links
2020-04-30 16:40:03 +05:30
Faris Ansari
3efbf5bebd
fix: Remove font manager until we find alternative
...
- font-manager fails to build on WIndows and Linux
2020-02-10 13:25:26 +05:30
Faris Ansari
bb16c5ab56
fix: Rename Template Default to Basic
2020-02-10 13:24:06 +05:30
Faris Ansari
b7fd2e8c4a
fix(Invoice Template): Right align subtotal area
2020-02-04 01:36:44 +05:30
Faris Ansari
48e22e0419
fix: Show logo and its checkbox in Customizer
...
- Show selected color badge
- Hide checkbox label in TwoColumnForm
2020-02-04 01:33:18 +05:30
Faris Ansari
138b0673a8
feat: Invoice Template Customizer
...
- Template, Color and Font fields in PrintSettings
- font-manager for loading system fonts
- 3 Invoice Templates: Default, Minimal and Business
- Delete unused old Templates
- Dont show Delete button in Singles
- Rename font family "Inter var experimental" to "Inter"
2020-02-03 23:25:11 +05:30
Faris Ansari
ce864c5d0c
fix: Item Rate validation
2020-02-03 23:25:11 +05:30
Faris Ansari
827ecfd809
fix: Dont allow adding same item in another row
2020-02-03 23:25:02 +05:30
Faris Ansari
a264a7f0aa
fix: Placeholder for AutoComplete and Link
2020-01-21 12:08:22 +05:30