BlueGrey
calm
Elegant
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
SmartDukaan
(root)
/ – Rev 36792
Rev
Show changed files
|
Directory listing
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
36792
1 h 12 m
ranu
/trunk/profitmandi-fofo/src/main/
some enhancement and bug fixes
36791
7 h 6 m
amit
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/
Mark rejected PO order rows on transaction rejection
In OrderController.updateApprovalStatus reject branch, after the wallet
refund and loan settlement, call cancelRejectedTransactionOrders so the
rejected PO's order rows move to PO_REJECTED and drop out of pending
indent. Previously they were left in status=0, permanently inflating the
partner's account-statement pending indent. Requires dao r36790.
36790
7 h 6 m
amit
/trunk/profitmandi-dao/src/main/
Add PO_REJECTED status and release rejected-PO orders from pending indent
Rejected bulk-PO approvals refunded the wallet but left order rows in
status=0 (PAYMENT_PENDING) with billing/refund NULL, so they were counted
by pending indent forever and inflated the account-statement closing
balance with no matching wallet liability.
- OrderStatus.PO_REJECTED(91) new terminal status for approval rejection
- OrderRepository.cancelRejectedTransactionOrders sets status + refund_timestamp
on a rejected transaction's still-pending orders (side-effect free: wallet
already refunded at txn level, these never-processed orders hold no reservation)
- backfill_po_rejected_orders.sql releases 485 historically-stranded orders
(Group A: wallet already refunded). Deploy code before running.
36789
8 h 20 m
ranu
/trunk/profitmandi-fofo/src/main/
some enhancement and bug fixes
36788
8 h 56 m
ranu
/trunk/profitmandi-fofo/src/main/
some enhancement and bug fixes
36787
9 h 29 m
ranu
/trunk/
some enhancement and bug fixes
36786
1 d 2 h
ranu
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/config/
some enhancement and bug fixes
36785
1 d 2 h
ranu
/trunk/profitmandi-fofo/src/main/
some enhancement and bug fixes
36784
1 d 3 h
vikas
/trunk/profitmandi-fofo/src/main/webapp/WEB-INF/views/ftl/
Location Tracking - From Punch IN
36783
1 d 4 h
vikas
/trunk/profitmandi-fofo/src/main/
Location Tracking - From Punch IN
36782
1 d 4 h
amit
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/repository/
Fix YearMonth equals-predicate to match LocalDate columns (account statement 500)
The generic repo's YearMonth branch always built LocalDateTime bounds. For a
LocalDate column (CreditNote.marginMonth) those bounds are bound through the
auto-applied LocalDateAttributeConverter, which casts the value to LocalDate
and throws 'Error attempting to apply AttributeConverter' (GE_1007).
Surfaced by selectByMarginMonth (r36769) - the first YearMonth query against a
LocalDate column - which crashed the /account/statement endpoint for any
full-calendar-month range. Now mirrors the DateRangeModel branch: LocalDate
bounds for LocalDate columns, LocalDateTime bounds otherwise.
36781
1 d 6 h
ranu
/trunk/profitmandi-fofo/src/main/
some Enhancements or changes
36780
1 d 6 h
amit
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/
Rename reco CSV column header In Transit -> Unbilled PO (label only; calculation unchanged)
36779
1 d 6 h
amit
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/repository/transaction/
Fix NPE in selectPendingIndentWalletAmount for all-partners reco: exclude null-retailerId orphan orders (which formed a null GROUP BY key) and guard null group sums
36778
1 d 6 h
amit
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/repository/transaction/
Fix account closing queries: cn.created_at -> cn.create_timestamp in selectOpeningAmount (r36719 missed it); remove dead single-partner selectOpeningAmount overload; correct pending-indent filter to exclude orders billed-before but refunded-after closingDate
36777
1 d 7 h
amit
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/wallet/
Remove unused getOpeningTillExcludingPurchase (no callers)
36776
1 d 7 h
amit
/trunk/profitmandi-fofo/src/main/
Remove redundant /account/closing-statements; repoint wallet-details closing button to /account/reco (now on the wallet+PI-loan model)
36775
1 d 7 h
amit
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/
Align /account/reco closing with individual account statement: closing = wallet + pending indent - loan outstanding; add Loan Outstanding column
36774
1 d 7 h
amit
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/
Add bulk getLoanOutstandingAtDate (principal+interest per partner at a date) for account reco closing
36773
1 d 8 h
ranu
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/
some Enhancements or changes
←Prev
1
2
Next→
Show All